:root {
  --lp-main: #EB2F4C;
  --lp-text: #262626;
  --lp-blue-light: #DBF0F5;
  --lp-bg: #FFFCDB;
  --lp-blue-bg: #1C75E0;
  --lp-blue: #1E9CD6;
  --lp-gray-light: #F7F7F7;
  --lp-yellow: #FFEA45;
  --lp-pink-light: #fdebeb;
  --lp-highlight: linear-gradient(transparent 80%, #EBEB4B 80%);
  --lp-font-maru: "Zen Maru Gothic", var(--font-base);
}

.width-880 {
  max-width: var(--width-m);
  margin-inline: auto;
}

.page-personal .bg.-bg-lp {
  background: var(--lp-bg);
}

.lp-basicTitle {
  margin: 0 auto 35px;
  text-align: center;
  font-weight: 700;
  font-size: 3.8rem;
  font-family: var(--lp-font-maru);
  @media screen and (max-width: 768px) {
    margin-bottom: 22px;
    font-size: 2.6rem;
  }
}

.lp-highlight {
  background: var(--lp-highlight);
  &.-s {
    background: linear-gradient(transparent 85%, #EBEB4B 85%);
  }
}

.lp-red {
  color: var(--lp-main);
}

.lp-fz22 {
  font-size: 2.2rem;
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.lp-fz24 {
  font-size: 2.4rem;
}
.lp-fz30 {
  font-size: 3.0rem;
  @media screen and (max-width: 768px) {
    font-size: 2.4rem;
  }
}
.lp-fz80 {
  font-size: 8.0rem;
  @media screen and (max-width: 768px) {
    font-size: 5.4rem;
  }
}
.lp-sp-fz22 {
  @media screen and (max-width: 768px) {
    font-size: 2.2rem;
  }
}

/* ヒーロー */
.lp-hero {
  margin-bottom: 0;
  padding-block: 32px 20px;
  padding-inline: var(--space-wrap-gap);
  background: url(../img/hero_bg.png) no-repeat center bottom;
  background-size: 2474px auto;
  @media screen and (max-width: 768px) {
    padding: 18px 0 0;
    background: none;
  }
}
.lp-hero__inner {
  position: relative;
  max-width: 1366px;
  margin: auto;
}
.lp-countdown {
  position: absolute;
  top: -20px;
  right: clamp(0px, 15 / 1200 * 100vw, 15px);
  @media screen and (max-width: 768px) {
    top: -10px;
    right: 5px;
    width: clamp(0px, 260 / 768 * 100vw, 260px);
  }
}

/* 限定レアグッズプレゼント */
.lp-present {
  padding: 60px 20px;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding-block: 40px 60px;
  }
}

/* キャンペーン概要 */
.lp-summary {
  @media screen and (max-width: 768px) {
    padding-top: 50px;
  }
}
.lp-summary__item {
  max-width: var(--width-m);
  margin: 0 auto 77px;
  background: white;
  border-radius: 16px;
  box-shadow: 3px 3px 6px rgba(129, 129, 129, .1);
}
.lp-summary__itemInner {
  max-width: 680px;
  margin-inline: auto;
  padding-bottom: 30px;
  @media screen and (max-width: 768px) {
    padding-inline: 20px;
  }
}
.lp-summary__item + .lp-summary__item {
  margin-top: 110px;
  @media screen and (max-width: 768px) {
    margin-top: 60px;
  }
}
.lp-summary__title {
  text-align: center;
  font-size: 3.4rem;
  font-family: var(--lp-font-maru);
  font-weight: 700;
  line-height: 1.4;
  b {
    font-size: 6.8rem;
  }
  @media screen and (max-width: 768px) {
    font-size: 2.2rem;
    b {
      font-size: 4.4rem;
    }
  }
}
.lp-summary__titleBubble {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 0;
  padding: 5px 35px 7px;
  background: var(--lp-main);
  border-radius: 999px;
  color: white;
  font-size: 2.6rem;
  transform: translateY(-.9em);
  @media screen and (max-width: 768px) {
    font-size: 2.2rem;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 12%;
    width: 21px;
    height: 9px;
    background: url(../img/title_summary_fukidashi.png) no-repeat;
    background-size: 100% auto;
  }
}

/* 10th */
.section-confetti {
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 384px;
    background: url(../img/confetti.png) no-repeat center 30px;
    background-size: auto 384px;
    @media screen and (max-width: 768px) {
      background-image: url(../img/sp-confetti.png);
      background-position: center 17px;
      background-size: 100% auto;
    }
  }
}

.lp-10th {
  text-align: center;
  margin-block: 60px 65px;
  @media screen and (max-width: 768px) {
    margin-block: 40px;
    padding-inline: 15px;
  }
}

/* 画面全体に一時的に載せる紙吹雪用キャンバス */
.confetti-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
}

/* お申込はこちらのアンカーリンクボタン */
.lp-entryBtnAnchorLink__p {
  max-width: 680px;
  margin-inline: auto;
  text-align: center;
}
.lp-entryBtnAnchorLink__link {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 45px 10px 35px;
  background: var(--lp-main);
  border-radius: 60px;
  text-decoration: none;
  font-size: 2.8rem;
  font-family: var(--lp-font-maru);
  color: white;
  box-shadow: 0 8px 0 #9D3623;
  transition: all .2s;
  @media screen and (max-width: 768px) {
    padding: 23px 10px 19px;
    font-size: 2.2rem;
  }
  &:hover {
    transform: translateY(8px);
    color: white;
    box-shadow: 0 0 0 #9D3623;
  }
}
.lp-entryBtnAnchorLink__text {
  position: relative;
  display: block;
  padding: 0;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    padding-right: 25px;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 15px);
    right: 30px;
    background: url(../img/arrow_bottom.png) no-repeat center;
    background-size: 30px auto;
    height: 30px;
    width: 30px;
    @media screen and (max-width: 768px) {
      right: 20px;
    }
  }
}
.lp-entryBtnAnchorLink__subText {
  position: absolute;
  top: -1em;
  left: 50%;
  padding: 0 20px;
  font-size: 1.8rem;
  color: var(--lp-text);
  background: var(--lp-yellow);
  border-radius: 999px;
  transform: translateX(-54%);
  white-space: nowrap;
  @media screen and (max-width: 768px) {
    font-size: 1.4rem;
  }
  &::after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    bottom: -8px;
    width: 20px;
    height: 12px;
    background: var(--lp-yellow);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

/* セクションの見出し共通 */
.lp-sectionTitle {
  max-width: var(--width-m);
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  &.-balloon {
    position: relative;
    &::after,
    &::before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 40px;
      height: 90px;
      @media screen and (max-width: 768px) {
        width: 30px;
        height: 68px;
      }
    }
    &::before {
      top: 5px;
      left: 0;
      background-image: url(../img/balloon_left.png);
    }
    &::after {
      right: 0;
      bottom: 0;
      background-image: url(../img/balloon_right.png);
    }
  }
  &.-kirakira {
    background: url(../img/kirakira_02.png) no-repeat calc(100% - 80px) 20px;
    background-size: 70px auto;
    @media screen and (max-width: 768px) {
      background-position: calc(100% - 10px) calc(100% - 30px);
      background-size: 34px auto;
      .lp-sectionTitle__main {
        font-size: 4rem;
      }
    }
  }
}
.lp-sectionTitle__sub {
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
  font-size: 2.4rem;
  color: var(--lp-main);
  @media screen and (max-width: 768px) {
    font-size: 1.8rem;
  }
  &::after,
  &::before {
    content: "";
    position: relative;
    top: 8px;
    display: inline-block;
    width: 2px;
    height: 33px;
    background: var(--lp-main);
    border-radius: 50px;
    @media screen and (max-width: 768px) {
      top: 5px;
      height: 24px;
    }
  }
  &::before {
    left: -15px;
    rotate: -25deg
  }
  &::after {
    right: -15px;
    rotate: 25deg
  }
}
.lp-sectionTitle__main {
  font-size: 4.6rem;
  @media screen and (max-width: 768px) {
    font-size: 2.6rem;
    span.lp-red {
      font-size: 3.2rem;
    }
  }
  img {
    margin-right: 10px;
    vertical-align: middle;
    transform: translateY(-3px);
    @media screen and (max-width: 768px) {
      width: 40px;
    }
  }
  b {
    font-size: 8.0rem;
    color: var(--lp-main);
    line-height: 1;
  }
  .lp-sectionTitle__yen {
    font-size: 3rem;
    color: var(--lp-main);
  }
}
.lp-sectionTitle__small {
  font-size: 3rem;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}

/* どんどんおトクに */
.lp-otoku {
  max-width: var(--width-m);
  margin-inline: auto;
  margin-bottom: 77px;
  @media screen and (max-width: 768px) {
    margin-bottom: 60px;
  }
}
.lp-otoku__item {
  margin-bottom: 30px;
  padding: 60px 20px;
  border: 2px solid var(--lp-main);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin-bottom: 20px;
    padding-block: 48px;
  }
}
.lp-otoku__itemInner {
  max-width: 680px;
  margin-inline: auto;
}
.lp-otoku__title {
  position: relative;
  width: fit-content;
  margin-bottom: 40px;
  margin-inline: auto;
  padding-bottom: 35px;
  background: url(../img/bg_otoku_title.png) no-repeat left bottom;
  background-size: auto 22px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  color: var(--lp-main);
  @media screen and (max-width: 768px) {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.6;
    background-position: -50px bottom;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    width: calc(100% - 106px);
    height: 2px;
    background: var(--lp-main);
    border-radius: 10px;
    @media screen and (max-width: 768px) {
      width: calc(100% - 56px);
    }
  }
}
.lp-otoku__main {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  &.-re {
    flex-direction: row-reverse;
  }
  @media screen and (max-width: 768px) {
    flex-direction: column;
    &.-re {
      flex-direction: column;
    }
  }
}
.lp-otoku__text {
  flex: 1;
  line-height: 1.4;
  p {
    margin: 0;
    font-size: 3rem;
    font-family: var(--lp-font-maru);
    font-weight: 700;
    text-align: center;
    @media screen and (max-width: 768px) {
      font-size: 2.4rem;
    }
    b {
      color: var(--lp-main);
      font-size: 8rem;
      line-height: 1;
      @media screen and (max-width: 768px) {
        font-size: 5.4rem;
      }
    }
  }
  .lp-small {
    font-size: 2.2rem;
  }
}

/* アコーディオンのデザイン上書き */
.cp-contents {
  .accordion {
    margin-bottom: 0;
  }
  .accordion__item {
    margin-bottom: 0;
    border: 0;
  }
  .accordion__title {
    padding: 30px 55px 30px 29px;
    border: 2px solid var(--lp-main);
    border-radius: 45px;
    color: var(--lp-main);
    font-family: var(--lp-font-maru);
    font-size: 1.8rem;
    @media screen and (max-width: 768px) {
      padding-inline: 20px 45px;
    }
  }
  [open] .accordion__title {
    border-radius: 45px 45px 0 0;
  }
  .accordion__body {
    padding: 40px 0 0;
  }
}

/* キャンペーンの後も2つのサービスで家計のおトクが続く！ */
.lp-serviceAnchorLink {
  list-style: none;
  display: flex;
  gap: 54px;
  justify-content: space-between;
  max-width: 680px;
  margin: 80px auto 80px;
  padding: 0;
  padding-left: 27px;
  @media screen and (max-width: 768px) {
    gap: 20px;
    padding-left: 12px;
  }
}
.lp-serviceAnchorLink__item {
  flex: 1;
  margin: 0;
  a {
    position: relative;
    display: block;
    color: white;
    padding: 32px 25px 29px;
    background: var(--lp-main);
    border-radius: 6px;
    font-family: var(--lp-font-maru);
    font-size: 2.2rem;
    text-align: center;
    text-decoration: none;
    @media screen and (max-width: 768px) {
      padding: 25px 5px 25px;
      font-size: 1.8rem;
      line-height: 1.4;
    }
    &:hover {
      span {
        background-position: center bottom;
      }
    }
  }
  span {
    display: inline-block;
    padding-bottom: 28px;
    background: url(../img/arrow_bottom_white.png) no-repeat center calc(100% - 3px);
    background-size: 19px auto;
    transition: background-position .2s;
  }
  &:last-child {
    a {
      background: var(--lp-blue);
    }
  }
  img {
    position: absolute;
    top: -40px;
    left: -27px;
    @media screen and (max-width: 768px) {
      width: 52px;
      left: -15px;
    }
  }
}

.lp-service {
  max-width: var(--width-m);
  margin: 0 auto 100px;
  + .lp-service {
    margin-bottom: 50px;
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 80px;
    margin-inline: calc(-1 * var(--space-wrap-gap));
  }
}
.lp-service__header {
  padding: 40px 0;
  background: var(--lp-main);
  border-radius: 30px 30px 0 0;
  text-align: center;
  line-height: 1.2;
  @media screen and (max-width: 768px) {
    padding-block: 30px;
  }
}
#gas .lp-service__header {
  background: var(--lp-blue);
}
.lp-service__title {
  display: flex;
  gap: 7px 15px;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  color: white;
  font-size: 3.2rem;
  font-family: var(--lp-font-maru);
  font-weight: 700;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
    font-size: 2.6rem;
  }
}
.lp-service__titleNumber {
  @media screen and (max-width: 768px) {
    img {
      width: 52px;
    }
  }
}
.lp-service__titleText {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-right: 28px;
  background: url(../img/effect_shape_3_white.png) right top no-repeat;
  background-size: 23px auto;
}
.lp-service__body {
  background: white;
  padding: 60px 0 80px;
  border-radius: 0 0 30px 30px;
}
.lp-service__bodyInner {
  max-width: 680px;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    padding-inline: var(--space-wrap-gap);
  }
}
.lp-service__kirakiraText {
  position: relative;
  width: fit-content;
  margin: -10px auto 20px;
  padding: 35px 35px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  background: url(../img/kirakira.png) no-repeat right top;
  background-size: 32px auto;
  @media screen and (max-width: 768px) {
    padding: 15px 25px 15px;
    font-size: 1.6rem;
    background-size: 20px auto;
  }
  &::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 52px;
    height: 52px;
    background: url(../img/kirakira.png) no-repeat;
    background-size: 100%;
    @media screen and (max-width: 768px) {
      width: 30px;
      height: 30px;
    }
  }
}

/* シミュレーション */
.lp-simulation {
  margin-bottom: 80px;
  padding: 50px;
  background: var(--lp-gray-light);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding: 40px 20px;
  }
}
.lp-simulation__questionText {
  box-sizing: border-box;
  position: relative;
  max-width: 380px;
  margin: 0 auto 30px;
  padding: 5px 0 5px 65px;
  background: url(../img/icon_simulation_q.png) no-repeat left bottom;
  background-size: 48px auto;
  color: var(--lp-main);
  font-family: var(--lp-font-maru);
  font-weight: 700;
  font-size: 2.2rem;
  @media screen and (max-width: 768px) {
    padding-block: 9px;
    padding-left: 60px;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: calc(100% - 25px);
    background: var(--lp-main);
  }
}
.lp-simulation__select {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 15px;
  padding: 0 0 51px;
  background: url(../img/arrow_simulation.png) no-repeat center bottom;
  background-size: 24px auto;
  li {
    width: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
    button {
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding: 20px 5px;
      color: var(--lp-main);
      font-weight: 700;
      background: white;
      border-radius: 6px;
      text-align: center;
      box-shadow: 3px 3px 6px rgba(114, 114, 114, .16);
      transition: all .2s;
      &:hover {
        box-shadow: 3px 3px 6px rgba(114, 114, 114, .3);
        img {
          scale: 1.2;
        }
      }
      &.is-selected {
        background: var(--lp-main);
        color: white;
        img {
          filter: brightness(100);
        }
      }
    }
    img {
      transition: all .2s;
      display: block;
      margin: 0 auto 10px;
    }
  }
}

/* シミュレーション結果 */
.lp-simulationResult__title {
  margin: 0;
  padding: 18px;
  background: var(--lp-main);
  border-radius: 6px 6px 0 0;
  color: white;
  font-family: var(--lp-font-maru);
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding: 15px 10px;
  }
}
.lp-simulationResult__body {
  padding: 40px;
  background: white;
  border-radius: 0 0 6px 6px;
  @media screen and (max-width: 768px) {
    padding: 30px 20px;
  }
}
.lp-simulationResult__text {
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.lp-simulationResult__text .line {
  display: block;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.05;
  background: linear-gradient(transparent 90%, #EBEB4B 90%);
  font-family: var(--lp-font-maru);
  .yen,
  .year {
    font-size: 3rem;
    @media screen and (max-width: 768px) {
      font-size: 2.4rem;
    }
  }
  .year {
    margin-right: 10px;
  }
  .yen {
    margin-left: 10px;
    color: var(--lp-main)
  }
  .number {
    color: var(--lp-main);
    font-size: 8rem;
    @media screen and (max-width: 768px) {
      font-size: 5.4rem;
    }
  }
}
.lp-simulationResult__text .last {
  font-size: 3rem;
  font-family: var(--lp-font-maru);
  @media screen and (max-width: 768px) {
    font-size: 2.8rem;
  }
}
.lp-simulationResultDetail {
  margin-top: 20px;
  summary {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding-right: 23px;
    text-align: center;
    font-weight: 700;
    &::after,
    &::before {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      width: 14px;
      height: 2px;
      background: var(--lp-text);
      border-radius: 5px;
    }
    &::after {
      top: calc(50% - 7px);
      right: 6px;
      width: 2px;
      height: 14px;
    }
  }
  &[open] {
    summary {
      &::after {
        opacity: 0;
      }
    }
  }
}
.lp-simulationResultDetail__body {
  padding-top: 15px;
}

/* ライフフィットプランはなぜおトクなの？ */
.lp-lifefit__title {
  padding: 0 15px;
  background: #FACF3B;
  border-radius: 16px 16px 0 0;
  text-align: center;
  font-family: var(--lp-font-maru);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    text-align: left;
    padding-inline: 25px 10px;
  }
  span {
    display: inline-block;
    padding: 21px;
    padding-left: 50px;
    background: url(../img/icon_lifefit.png) no-repeat left center;
    background-size: 41px auto;
    @media screen and (max-width: 768px) {
      padding-block: 12px;
    }
  }
}

.lp-lifefit__sarani {
  box-sizing: border-box;
  width: fit-content;
  min-width: 316px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 25px 38px 40px;
  background: var(--lp-main);
  color: white;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
    padding: 12px 38px 20px;
    min-width: 232px;
    font-size: 2.6rem;
  }
  span {
    position: relative;
    display: inline-block;
    padding-top: 0px;
    &::after {
      content: "";
      position: absolute;
      top: 4px;
      left: calc(50% - 2px);
      width: 5px;
      height: 5px;
      background: white;
      border-radius: 50%;
    }
  }
}

.lp-lifefit__zurasu {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0 30px 30px;
  background: url(../img/kirakira_02.png) no-repeat left bottom;
  background-size: 70px auto;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  line-height: 1.4;
  b {
    font-size: 4.6rem;
    color: var(--lp-main);
  }
  @media screen and (max-width: 768px) {
    padding-inline: 10px;
    padding-bottom: 10px;
    background-size: 34px auto;
    font-size: 2rem;
    b {
      font-size: 3.4rem;
    }
  }
}

.lp-marketPricesLow {
  margin-bottom: 50px;
  padding: 50px;
  border: 2px solid var(--lp-main);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
    padding: 40px 20px;
  }
}
.lp-marketPricesLow__lead {
  margin: 0 auto 38px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  span {
    font-size: 2rem;
  }
  b {
    color: var(--lp-main);
  }
  @media screen and (max-width: 768px) {
    font-size: 2rem;
    span {
      font-size: 1.6rem;
    }
  }
}
.lp-marketPricesLow__image {
  text-align: center;
  margin: 0 auto 40px;
  padding: 0;
  dt {
    position: relative;
    width: fit-content;
    margin: 0 auto -1em;
    padding: 3px 20px;
    background: var(--lp-main);
    border-radius: 50px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--lp-font-maru);
    &::after {
      content: "";
      position: absolute;
      bottom: -7px;
      left: 25px;
      width: 15px;
      height: 7px;
      background: url(../img/title_summary_fukidashi.png) no-repeat;
      background-size: 100% auto;
    }
  }
  dd {
    margin: 0;
    padding: 45px 15px 30px;
    background: #eee;
    border-radius: 6px;
    @media screen and (max-width: 768px) {
      padding-inline: 10px;
    }
    figure {
      figcaption {
        margin-top: 5px;
        font-size: 1.2rem;
        color: #666;
      }
    }
  }
}
.lp-marketPricesLow__footText {
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  b {
    font-size: 2.8rem;
    font-family: var(--lp-font-maru);
  }
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
    b {
      font-size: 2.4rem;
      span {
        font-size: 2.6rem;
      }
    }
  }
}

/* ライフフィットナビ */
.lp-lifefitNavi {
  margin-top: 158px;
}
.lp-lifefitNavi__main {
  box-sizing: border-box;
  max-height: 396px;
  display: flex;
  gap: 40px;
  padding: 87px 63px 50px;
  background: var(--lp-gray-light);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding: 40px 20px;
    flex-direction: column;
    max-height: none;
    align-items: center;
  }
}
.lp-lifefitNavi__text {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  @media screen and (max-width: 768px) {
    font-size: 2rem;
    text-align: center;
  }
  span {
    display: inline-block;
    padding-right: 28px;
    padding-top: 14px;
    background: url(../img/effect_shape_3_red.png) right top no-repeat;
    background-size: 23px auto;
    @media screen and (max-width: 768px) {
      padding-left: 28px;
    }
  }
}
.lp-lifefitNavi__image {
  position: relative;
  top: -185px;
  img {
    margin-bottom: 15px;
  }
  @media screen and (max-width: 768px) {
    top: -140px;
    margin-bottom: -145px;
  }
}

/* お客さまの声 */
.lp-voice__item {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 30px 40px;
  background: var(--lp-gray-light);
  border-radius: 16px;
  &:nth-child(even) {
    flex-direction: row-reverse;
  }
  @media screen and (max-width: 768px) {
    gap: 20px;
    padding-inline: 20px;
  }
}
.lp-voice__text {
  flex: 1;
  line-height: 1.5;
}
.lp-voice__textMain {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 2rem;
  font-family: var(--lp-font-maru);
  b {
    font-size: 2.6rem;
    color: var(--lp-main);
  }
  @media screen and (max-width: 768px) {
    font-size: 1.8rem;
    b {
      font-size: 2.2rem;
    }
  }
}
.lp-voice__textName {
  width: fit-content;
  margin: 0;
  padding: 5px 15px;
  background: white;
  border-radius: 500px;
  font-size: 1.3rem;
}
.lp-voice__image {
  @media screen and (max-width: 768px) {
    width: 33%;
  }
}

/* ガスもまとめておトク */
.lp-grayBox {
  padding: 50px;
  background: var(--lp-gray-light);
  border-radius: 16px;
  font-weight: 700;
  text-align: center;
  font-family: var(--lp-font-maru);
  line-height: 1.4;
  &.-pb0 {
    padding-bottom: 0;
  }
  @media screen and (max-width: 768px) {
    padding: 40px 20px;
    &.-pb0 {
      img {
        width: 60%;
      }
    }
  }
  small {
    font-size: 1.6rem;
  }
}

/* だから選ばれています！ */
.cp-contents .section-choose {
  position: relative;
  padding-top: clamp(10px, 255 / 1366 * 100vw, 300px);
  padding-bottom: 60px;
  &::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 175px;
    height: clamp(10px, 175 / 1366 * 100vw, 200px);
    background: var(--lp-bg);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.lp-choose__image {
  max-width: var(--width-m);
  margin: 0 auto;
  text-align: center;
  background: url(../img/confetti_70.png) no-repeat center;
  background-size: 100% auto;
  @media screen and (max-width: 768px) {
    margin-bottom: -65px;
    padding-top: 90px;
    padding-bottom: 75px;
    background-image: url(../img/sp-confetti_70.png);
    background-position: center top;
  }
}
.lp-choose__text {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

.lp-sarani {
  max-width: var(--width-m);
  margin: 0 auto 77px;
}
.lp-sarani__sarani {
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: -20px;
  padding: 10px 38px 40px;
  background: var(--lp-main);
  color: white;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
  @media screen and (max-width: 768px) {
    font-size: 2.6rem;
  }
}
.lp-sarani__grid {
  display: flex;
  gap: 20px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.lp-sarani__item {
  flex: 1;
  padding: 60px;
  background: var(--lp-gray-light);
  border-radius: 16px;
  box-shadow: 3px 3px 6px rgba(129, 129, 129, .1);
  font-size: 1.8rem;
  @media screen and (max-width: 768px) {
    padding: 40px 20px 20px;
  }
  p {
    font-weight: 700;
    text-align: center;
    .lp-fz22,
    span {
      font-family: var(--lp-font-maru);
    }
  }
  small {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* お申込みの流れ */
.lp-entryFlow {
  max-width: var(--width-m);
  margin: 0 auto 60px;
}
.lp-entryFlow__item {
  margin-bottom: 20px;
  padding-bottom: 47px;
  background: url(../img/arrow_simulation.png) no-repeat center bottom;
  background-size: auto 27px;
  &:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }
}
.lp-entryFlow__header {
  padding: 26px 20px;
  background: var(--lp-main);
  border-radius: 16px 16px 0 0;
}
.lp-entryFlow__title {
  display: flex;
  gap: 20px;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
  font-family: var(--lp-font-maru);
  font-weight: 700;
  @media screen and (max-width: 768px) {
    gap: 10px;
  }
}
.lp-entryFlow__titleText {
  flex: 1;
  color: white;
  font-size: 2.4rem;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    font-size: 1.8rem;
  }
}
.lp-entryFlow__titleStepWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  background: white;
  border-radius: 50%;
  color: var(--lp-main);
  text-align: center;
  line-height: 1.0;
  @media screen and (max-width: 768px) {
    width: 50px;
    height: 50px;
  }
}
.lp-entryFlow__titleStep {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
  @media screen and (max-width: 768px) {
    font-size: 1.1rem;
  }
}
.lp-entryFlow__titleStepNo {
  display: block;
  font-size: 2.6rem;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}
.lp-entryFlow__body {
  padding: 50px 20px;
  background: white;
  border-radius: 0 0 16px 16px;
  @media screen and (max-width: 768px) {
    padding-block: 40px;
  }
}
.lp-entryFlow__bodyInner {
  max-width: 680px;
  margin: auto;
}
.lp-entryFlow__subTitle {
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
  }
  span {
    background: var(--lp-highlight);
  }
}
.lp-entryFlow__period {
  margin-bottom: 20px;
  padding: 30px 35px;
  border: 1px solid var(--lp-main);
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--lp-main);
  text-align: center;
  line-height: 1.5;
  @media screen and (max-width: 560px) {
    padding: 20px 20px;
    font-size: 2rem;
    .lp-left,
    .lp-right {
      display: block;
    }
    .lp-left {
      text-align: left;
    }
    .lp-right {
      text-align: right;
    }
  }
}
.lp-entryFlow__grid {
  display: flex;
  gap: 20px 40px;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.lp-entryFlow__gridImage {
  margin-bottom: 0;
}
.lp-entryFlow__bigText {
  font-size: 2rem;
  font-weight: 700;
  b {
    font-size: 3rem;
    color: var(--lp-main);
  }
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
    b {
      font-size: 2rem;
    }
  }
}
.lp-entryFlow__btn {
  margin: 50px auto 30px;
  text-align: center;
  line-height: 1.4;
}
.lp-entryFlow__btn .lp-entryFlow__btnLink {
  display: block;
  padding: 40px 20px;
  background: var(--lp-main) url(../img/icon_blank_red.png) no-repeat calc(100% - 30px) center / 30px auto;
  border-radius: 60px;
  color: white;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: var(--lp-font-maru);
  text-decoration: none;
  box-shadow: 0 8px 0 #9D3623;
  transition: all .2s;
  @media screen and (max-width: 768px) {
    padding-block: 35px;
    background-position: calc(100% - 20px) center;
    font-size: 2.2rem;
  }
  &:hover {
    transform: translateY(8px);
    color: white;
    box-shadow: 0 0 0 #9D3623;
  }
}

/* エントリー完了 */
.lp-entryFinished {
  max-width: var(--width-m);
  margin: 0 auto 80px;
  padding-top: 170px;
  background: url(../img/bg_entry_finished.png) no-repeat center top / 100% auto;
  @media screen and (max-width: 768px) {
    margin-inline: calc(-1 * var(--space-wrap-gap));
    margin-bottom: 40px;
    padding-top: 110px;
    background: url(../img/sp-bg_entry_finished.png), url(../img/sp-bg_entry_finished_bottom.png);
    background-repeat: no-repeat;
    background-position: center top, center 180px;
    background-size: 148% auto, 100% auto;
  }
}
.lp-entryFinished__title {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto 60px;
  font-size: 5.8rem;
  font-family: var(--lp-font-maru);
  font-weight: 700;
  color: var(--lp-main);
  line-height: 1.2;
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
  &::after,
  &::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 2px;
    height: 80px;
    background: var(--lp-main);
    @media screen and (max-width: 768px) {
      height: 50px;
      bottom: -5px;
    }
  }
  &::before {
    left: -30px;
    rotate: -15deg;
    @media screen and (max-width: 768px) {
      left: -15px;
      rotate: -20deg;
    }
  }
  &::after {
    right: -30px;
    rotate: 15deg;
    @media screen and (max-width: 768px) {
      right: -15px;
      rotate: 20deg;
    }
  }
}
.lp-entryFinished__lead {
  margin: 0 auto 5px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  text-align: center;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}
.lp-entryFinished__mainText {
  margin-bottom: 50px;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  text-align: center;
  line-height: 2;
  @media screen and (max-width: 768px) {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .lp-line {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    background: linear-gradient(transparent 90%, #EBEB4B 90%);
  }
  .lp-total {
    color: var(--lp-main);
    font-size: 2.5rem;
    line-height: 1.2;
    @media screen and (max-width: 768px) {
      font-size: 1.2rem;
    }
  }
  .lp-number {
    color: var(--lp-main);
    font-size: 11.6rem;
    @media screen and (max-width: 768px) {
      font-size: 5.4rem;
    }
  }
  .lp-unit {
    color: var(--lp-main);
  }
}
.lp-entryFinished__bottom {
  max-width: 680px;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    padding-inline: 20px;
  }
}

/* ポイント加算 */
.lp-pointAdd {
  box-sizing: border-box;
  max-width: var(--width-m);
  margin: auto;
  padding: 40px 45px;
  background: white;
  box-shadow: 3px 3px 6px rgba(129, 129, 129, .1);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding-inline: 20px;
  }
}
.lp-pointAdd__title {
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  span {
    padding-block: 5px;
    padding-left: 35px;
    background: url(../img/icon_point.png) no-repeat left center / 28px auto;
  }
}
.lp-pointAdd__image {
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    overflow: auto;
    img {
      width: 790px;
      max-width: none;
    }
  }
}

#page .table.-denki {
  .fz-32 {
    font-size: var(--fz-m);
  }
  .fz-24 {
    font-size: var(--fz-xs);
  }
  .fz-l,
  .fz-xxl {
    font-size: var(--fz-s);
  }
}


/* 区切り線 */
.lp-glue {
  padding-top: 78px;
  background: url(../img/bg_glue.png) repeat-x center top;
  background-size: auto 2px;
}


/* お申込みエリア */
#entry {
  margin-bottom: -60px;
}

.lp-entry {
  max-width: 680px;
  margin: 0 auto;
}

/* ＼ ／のテキスト */
.lp-entry__effectText {
  position: relative;
  width: fit-content;
  margin: 0 auto 22px;
  padding-inline: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--lp-font-maru);
  color: var(--lp-main);
  text-align: center;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    font-size: 1.8rem;
  }
  &::after,
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 35px;
    background: var(--lp-main);
    border-radius: 50px;
    rotate: -20deg;
    @media screen and (max-width: 768px) {
      height: 100%;
    }
  }
  &::after {
    left: auto;
    right: 0;
    rotate: 20deg;
  }
  &.-gas {
    color: var(--lp-blue);
    &::before,
    &::after {
      background-color: var(--lp-blue);
    }
  }
}

.lp-entry__btn {
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    text-align: left;
  }
}
.lp-entry__btn .lp-entry__btnLink {
  position: relative;
  display: block;
  padding: 40px 20px;
  background: var(--lp-main);
  border-radius: 60px;
  color: white;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: var(--lp-font-maru);
  text-decoration: none;
  box-shadow: 0 8px 0 #9D3623;
  transition: all .2s;
  @media screen and (max-width: 768px) {
    padding: 20px 45px;
    font-size: 2.4rem;
  }
  @media screen and (max-width: 380px) {
    padding-left: 30px;
    padding-right: 120px;
    font-size: 2.2rem;
  }
  @media screen and (max-width: 350px) {
    padding-left: 20px;
    padding-right: 120px;
    font-size: 2.0rem;
  }
  &.-gas {
    background: var(--lp-blue);
    box-shadow: 0 8px 0 #0E6992;
  }
  &:hover {
    transform: translateY(8px);
    color: white;
    box-shadow: 0 0 0 #9D3623;
  }
}
.lp-entry__btnIcon {
  position: absolute;
  top: calc(50% - 28px);
  right: 30px;
  @media screen and (max-width: 768px) {
    right: 20px;
  }
  img {
    + img {
      margin-left: -10px;
    }
  }
}

.lp-entry__simpleText {
  text-align: center;
  margin-bottom: 50px;
  a {
    color: var(--lp-text);
    font-weight: 400;
  }
}
.lp-entry__smallText {
  text-align: center;
  font-size: 1.4rem;
}

.lp-entry__effectText2 {
  width: fit-content;
  margin: 0 auto 10px;
  padding-top: 5px;
  padding-right: 25px;
  background: url(../img/effect_shape_3_black.png) no-repeat right top / 17px auto;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  &.-red {
    color: var(--lp-main);
    background-image: url(../img/effect_shape_3_red.png);
  }
}

.lp-entry__otherBtn {
  max-width: 515px;
  margin: 0 auto 40px;
  .lp-entry__otherBtnLink {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 25px 40px;
    background: #facf3b url(../img/arrow_right.png) no-repeat calc(100% - 30px) center / 24px auto;
    color: var(--lp-text);
    font-weight: 700;
    font-family: var(--lp-font-maru);
    font-size: 2rem;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 5px 0 #BF9C24;
    transition: all .2s;
    text-align: left;
    &[target="_blank"] {
      background-image: url(../img/icon_blank_black.png);
    }
    @media screen and (max-width: 768px) {
      padding: 20px 32px;
      padding-right: 45px;
      background-position: calc(100% - 20px) center;
      font-size: 1.6rem;
    }
    @media screen and (max-width: 330px) {
      padding-left: 25px;
      font-size: 1.5rem;
    }
    &:hover {
      transform: translateY(5px);
      color: var(--lp-text);
      box-shadow: 0 0 0 #BF9C24;
    }
  }
}

/* 右下の固定ボタン */
.lp-entryFixedBtn {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  /* bottom: -200px; */
  bottom: 0;
  width: 100%;
  max-width: 420px;
  box-shadow: -2px -2px 5px rgba(128, 127, 127, .2);
  border-radius: 6px 0 0 0;
  line-height: 1.5;
  /* opacity: 0; */
  transition: all .5s;
  @media screen and (max-width: 768px) {
    max-width: none;
    border-radius: 0;
  }
  &.is-show {
    opacity: 1;
    bottom: 0;
  }
  .lp-entryFixedBtn__entry {
    box-sizing: border-box;
    flex: 208;
    margin: 0;
    padding: 16px 20px;
    background: white;
    border-radius: 6px 0 0 0;
    text-align: center;
    @media screen and (max-width: 768px) {
      padding-inline: clamp(8px, 15 / 400 * 100vw, 20px);
    }
    dt {
      margin-bottom: 9px;
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--lp-main);
      @media screen and (max-width: 768px) {
        font-size: clamp(8px, 12 / 400 * 100vw, 14px);
      }
    }
    dd {
      margin: 0;
    }
    a {
      box-sizing: border-box;
      display: block;
      max-width: var(--width-m);
      margin: 0 auto;
      padding: 5px 10px;
      background: var(--lp-main);
      border-radius: 999px;
      text-decoration: none;
      font-size: 1.4rem;
      font-weight: 700;
      color: white;
      font-family: var(--lp-font-maru);
      @media screen and (max-width: 768px) {
        font-size: clamp(8px, 14 / 400 * 100vw, 16px);
      }
      &:hover {
        .lp-entryFixedBtn__text {
          background-position: right calc(50% + 3px);
        }
      }
    }
  }
  .lp-entryFixedBtn__first {
    box-sizing: border-box;
    position: absolute;
    top: -50px;
    right: -18px;
    width: 116px;
    height: 116px;
    margin: 0;
    padding-top: 13px;
    padding-left: 16px;
    background: var(--lp-bg);
    border-radius: 100%;
    box-shadow: -2px -2px 5px rgba(128, 127, 127, .2);
    img {
      position: relative;
      z-index: 3;
    }
  }
  .lp-entryFixedBtn__present {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    flex: 212;
    margin: 0;
    padding: 18px 20px;
    background: var(--lp-bg);
    font-size: 1.2rem;
    font-family: var(--lp-font-maru);
    font-weight: 700;
    @media screen and (max-width: 768px) {
      padding-inline: clamp(8px, 15 / 400 * 100vw, 20px);
      font-size: clamp(8px, 12 / 400 * 100vw, 14px);
    }
    span {
      background: url(../img/effect_shape.png) no-repeat right top;
      background-size: 9px auto;
      padding-right: 13px;
    }
    b {
      color: var(--lp-main);
    }
  }
}
.lp-entryFixedBtn__text {
  padding: 0 16px 0 0;
  background: url(../img/arrow_bottom_fixed.png) no-repeat right center;
  background-size: 11px auto;
  line-height: 1.4;
  transition: all .2s;
  @media screen and (max-width: 768px) {
    background-position: right calc(50% + 2px);
  }
}

#page .cp-footer {
  background: white;
  color: var(--lp-text);
  @media screen and (max-width: 768px) {
    padding-bottom: 130px;
  }
}

/* キャンペーン終了対応
.lp-end {
  max-width: var(--width-m);
  margin: 0 auto;
  padding: var(--section-margin-xs);
  background: #666;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  color: white;
}
 */
