.page-campaign {
  --lp-main: #eb2f4c;
  --lp-text: #262626;
  --lp-blue-light: #DBF0F5;
  --lp-bg: #FFFCDB;
  --lp-blue-bg: #1C75E0;
  --lp-blue: #42C7E4;
  --lp-green: #006C38;
  --lp-green-bg: #158E1D;
  --lp-gray: #6C6C6C;
  --lp-gray-light: #f1f1ec;
  --merit-yellow: #ffd245;
  --lp-yellow: #ffeb35;
  --lp-yellow-light: #FFF469;
  --lp-pink-light: #fdebeb;
  --lp-beige: #fffce5;
  --lp-highlight: linear-gradient(transparent 75%, #ffeb35 75%);
  --lp-font-rubik: "Rubik", var(--font-base);
  --lp-width-m: 968px;
  --lp-section-padding: 88px;
  @media screen and (max-width: 768px) {
    --space-wrap-gap: 14px;
    --lp-section-padding: 56px;
  }
  :where(a) {
    color: var(--lp-main);
  }
}

.width-880 {
  max-width: 880px;
  margin-inline: auto;
}

.page-personal .bg.-bg-lp {
  background: white;
}
.page-personal .bg.-bg-lp-about {
  background:
    url(../img/bg_about_sun.png) no-repeat calc(50% + 460px) -150px,
    url(../img/bg_about_x.png) no-repeat center bottom,
    linear-gradient(to bottom,  #fdffea 0%,#9ddee8 74%);
  background-size: 700px auto, 100% auto, auto;
  padding-inline: 0;
  @media screen and (max-width: 768px) {
    background:
      url(../img/bg_about_sun.png) no-repeat calc(100% + 210px) -150px,
      url(../img/bg_about_x.png) repeat-x center bottom,
      linear-gradient(to bottom,  #fdffea 0%,#9ddee8 74%);
    background-size: 460px auto, 600px auto, auto;
  }
}
.page-personal .bg.-bg-lp-gray {
  background: var(--lp-gray-light);
}
.page-personal .bg.-bg-lp-terms {
  background: #e4e9bb;
}

.bg.-lp-padding-m {
  padding-block: var(--lp-section-padding);
}
.bg.-lp-padding-s {
  padding-block: 40px var(--lp-section-padding);
}

.lp-basicTitle {
  margin: 0 auto 16px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  @media screen and (max-width: 768px) {
    margin-bottom: 22px;
    font-size: 1.6rem;
  }
}

.lp-highlight {
  background: var(--lp-highlight);
  &.-l {
    background: linear-gradient(transparent 75%, #ffeb35 75%);
  }
}

.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-schedule {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px 24px;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    width: fit-content;
    margin: 0 auto;
    flex-direction: column;
  }
  dt {
    margin: 0;
    padding: 3px 16px;
    background: var(--lp-yellow);
    border-radius: 100px;
    font-size: 2.2rem;
    font-weight: 700;
    @media screen and (max-width: 768px) {
      width: fit-content;
      margin-right: auto;
      margin-bottom: 5px;
      font-size: 1.4rem;
    }
  }
  dd {
    margin: 0;
    padding: 0;
    font-family: var(--lp-font-rubik);
    font-size: 3.4rem;
    font-weight: 700;
    @media screen and (max-width: 768px) {
      display: flex;
      align-items: center;
      line-height: 1.2;
      font-size: clamp(0px, 24 / 390 * 100vw, 24px);
    }
    @media screen and (max-width: 580px) {
      .end {
        .year {
          display: none;
        }
      }
    }
    b {
      margin-left: 5px;
      font-weight: 700;
      font-size: 4.8rem;
      @media screen and (max-width: 580px) {
        font-size: clamp(0px, 32 / 390 * 100vw, 32px);
      }
    }
    .week {
      vertical-align: text-top;
      display: inline-block;
      margin-left: 5px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      font-size: 1.8rem;
      color: var(--lp-yellow);
      background: #000;
      border-radius: 100%;
      @media screen and (max-width: 768px) {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 1.3rem;
      }
    }
    .from {
      margin-inline: 5px;
      @media screen and (max-width: 768px) {
        margin-inline: 8px 5px;
      }
    }
  }
  &.-s {
    margin-bottom: 14px;
    justify-content: flex-start;
    gap: 12px;
    @media screen and (max-width: 768px) {
      margin-top: 15px;
      margin-left: 0;
    }
    dt {
      font-size: 1.3rem;
      @media screen and (max-width: 768px) {
        margin-bottom: 0;
      }
    }
    dd {
      display: flex;
      align-items: center;
      font-size: 1.6rem;
      background: var(--lp-highlight);
      b {
        font-size: 2.4rem;
        line-height: 1;
      }
      .week {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 1.3rem;
        @media screen and (max-width: 768px) {
          transform: translateY(-4px);
        }
      }
    }
  }
}


/* ヒーロー */
.lp-hero {
  box-sizing: border-box;
  margin-bottom: 0;
  @media screen and (max-width: 768px) {
    padding: 0;
  }
}
.lp-hero__title {
  margin: 0 auto;
  text-align: center;
  max-width: 1920px;
  img {
    width: 100%;
    height: auto;
  }
}


/* 10周年記念！キャンペーンとは？ */
.bg.section-about {
  padding: 80px 0;
  @media screen and (max-width: 768px) {
    padding-block: 20px 30px;
  }
}
.lp-about__title {
  margin: 0 auto 32px;
  text-align: center;
  @media screen and (max-width: 768px) {
    margin-bottom: 16px;
    img {
      max-width: 100%;
    }
  }
}
.lp-about__lead {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: var(--lp-text);
  span {
    box-decoration-break: clone;
    padding: 1px 15px;
    background: var(--lp-green);
    color: white;
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
.lp-about__main {
  box-sizing: border-box;
  max-width: 800px;
  margin-inline: auto;
  padding: 40px 50px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin: 0 20px 24px;
    padding: 30px;
  }
}
.lp-about__mainText {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  span.lp-highlight {
    display: inline-block;
    margin-bottom: 30px;
  }
  b {
    font-weight: 900;
    font-size: 4.8rem;
    color: var(--color-main);
  }
  strong {
    font-weight: 700;
    color: var(--lp-green);
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 10px;
    font-size: 2rem;
    span.lp-highlight {
      margin-bottom: 10px;
    }
    b {
      font-size: 2.6rem;
    }
  }
}

/* お申込はこちらのアンカーリンクボタン */
.lp-entryBtnAnchorLink {
  margin: 0 calc(var(--space-wrap-gap) * -1);
  padding: 80px var(--space-wrap-gap);
  background: var(--lp-green-bg);
  @media screen and (max-width: 768px) {
    padding-block: 40px;
  }
}
.lp-entryBtnAnchorLink__p {
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 0;
  text-align: center;
}
.lp-entryBtnAnchorLink__link {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 22px 10px 44px;
  background: white;
  border: 3px solid var(--lp-green);
  border-radius: 16px;
  text-decoration: none;
  font-size: 3.2rem;
  letter-spacing: .05em;
  color: var(--color-text);
  box-shadow: 0 15px 0 rgba(0, 0, 0, 0.3);
  transition: all .2s;
  @media screen and (max-width: 768px) {
    padding: 12px 10px 36px;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.3);
    font-size: 2rem;
  }
  &:hover {
    color: var(--color-text);
    transform: translateY(8px);
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.3);
    @media screen and (max-width: 768px) {
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    }
  }
}
.lp-entryBtnAnchorLink__text {
  display: block;
  padding: 0;
  line-height: 1.4;
  &::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: calc(50% - 11px);
    background: red;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 13px;
    width: 22px;
    @media screen and (max-width: 768px) {
      bottom: 14px;
    }
  }
}

/* セクションの見出し共通 */
.lp-sectionTitle {
  max-width: var(--width-m);
  margin: 0 auto 32px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  &.-kirakira {
    width: fit-content;
    padding-inline: 70px;
    background:
      url(../img/kirakira.png) no-repeat left 15px,
      url(../img/kirakira.png) no-repeat calc(100% - 10px) top
      ;
    background-size: 30px auto, 20px auto;
    @media screen and (max-width: 768px) {
      padding-inline: 10px;
      background-position: left 5px, calc(100% - 5px) top;
    }
  }
}
.lp-sectionTitle__sub {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 12px;
  @media screen and (max-width: 768px) {
    font-size: 1.8rem;
  }
  &.-effect {
    width: fit-content;
    margin: 0 auto 12px;
    font-size: 2.0rem;
    @media screen and (max-width: 768px) {
      font-size: 1.8rem;
    }
    &::after,
    &::before {
      content: "";
      position: relative;
      top: 5px;
      display: inline-block;
      width: 2px;
      height: 26px;
      background: black;
      border-radius: 50px;
      @media screen and (max-width: 768px) {
        top: 5px;
        height: 24px;
      }
    }
    &::before {
      left: -15px;
      rotate: -25deg
    }
    &::after {
      right: -15px;
      rotate: 25deg
    }
  }
  &.-bg {
    width: fit-content;
    margin-inline: auto;
    padding: 7px 40px;
    background: #000;
    border-radius: 100px;
    color: white;
    font-size: 2rem;
    @media screen and (max-width: 768px) {
      padding: 6px 24px;
      font-size: 1.6rem;
    }
  }
}
.lp-sectionTitle__main {
  font-size: 3.6rem;
  &.-fz-l {
    font-size: 4rem;
  }
  &.-fz-xl {
    font-size: 4.4rem;
  }
  @media screen and (max-width: 768px) {
    font-size: 2.8rem;
    &.-fz-l {
      font-size: 3rem;
    }
    &.-fz-xl {
      font-size: 3.8rem;
    }
  }
  img {
    margin-right: 10px;
    vertical-align: middle;
    transform: translateY(-3px);
    @media screen and (max-width: 768px) {
      width: 40px;
    }
  }
  b {
    font-size: 5.2rem;
    font-family: var(--lp-font-rubik);
    font-weight: 700;
    color: var(--lp-main);
    line-height: 1;
  }
  .lp-sectionTitle__yen {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--lp-main);
  }
}
.lp-sectionTitle__small {
  font-size: 3rem;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}


/* アコーディオンのデザイン上書き */
.cp-contents {
  .accordion {
    margin-bottom: 0;
  }
  .accordion__item {
    /* margin-bottom: 0; */
    border: 0;
  }
  .accordion__title {
    padding: 0;
    border-radius: 8px;
    color: white;
    background: var(--lp-main);
    font-size: 1.8rem;
    text-align: center;
    @media screen and (max-width: 768px) {
      padding-inline: 20px 45px;
    }
    &::after,
    &::before {
      background: var(--lp-main);
      z-index: 2;
      width: 12px;
      height: 2px;
    }
    &:hover {
      color: white;
    }
    span {
      display: block;
      padding: 19px 0;
      @media screen and (max-width: 768px) {
        padding: 14px 0;
      }
      &::before {
        content: "";
        position: absolute;
        top: calc(50% - 13px);
        right: 33px;
        width: 24px;
        height: 24px;
        background: white;
        border-radius: 100%;
        @media screen and (max-width: 768px) {
          right: 14px;
        }
      }
    }
    &.-other {
      background: var(--lp-gray);
      &::after,
      &::before {
        background: var(--lp-gray);
      }
    }
  }
  [open] > .accordion__title {
    border-radius: 8px 8px 0 0;
    &.lp-noAccordion {
      cursor: auto;
      &::before {
        content: none;
      }
      span::before {
        content: none;
      }
    }
  }
  .accordion__body {
    max-width: 880px;
    margin-inline: auto;
    padding: 40px 0 16px;
    @media screen and (max-width: 768px) {
      padding-top: 32px;
      padding-inline: var(--space-wrap-gap);
    }
    &.-width680 {
      max-width: 680px;
    }
  }
}

/* キャンペーン後もおトクが続く！ */
.lp-serviceTitle {
  margin: 0 auto 66px;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;

  @media screen and (max-width: 768px) {
    font-size: 2.6rem;
  }

  .lp-serviceTitle__sub {
    width: fit-content;
    display: block;
    margin: 0 auto 45px;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--color-text);
    background: var(--lp-highlight);
  }

  span {
    color: var(--color-main);
  }

  b {
    font-weight: 900;
    font-size: 6.2rem;
    color: var(--merit-yellow);
    -webkit-text-stroke: var(--color-text) 2px;

    @media screen and (max-width: 768px) {
      font-size: 4.2rem;
    }
  }
}

/* キャンペーン後もおトクが続く！のローカルナビ */
.lp-serviceAnchorLink {
  max-width: var(--width-m);
  margin: 0 auto 62px;
  padding-inline: var(--space-wrap-gap);

  .lp-serviceAnchorLink__list {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    line-height: 1.2;

    @media screen and (max-width: 768px) {
      gap: 12px;
    }
  }

  .lp-serviceAnchorLink__item {
    flex: 1;
    margin: 0;
    padding: 0;

    a {
      box-sizing: border-box;
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding-bottom: 25px;
      background: var(--merit-yellow);
      border: 2px solid #c3c3c3;
      border-radius: 16px;
      color: var(--color-text);
      text-decoration: none;
      text-align: center;
      box-shadow: 0 7px 0 #c3c3c3;
      transition: all 0.2s;

      &:hover {
        translate: 0 7px;
        box-shadow: 0 0 0 #c3c3c3;
      }

      &::before {
        content: "";
        position: absolute;
        bottom: 7px;
        left: calc(50% - 8px);
        width: 16px;
        height: 10px;
        background: var(--color-text);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
      }

      &::after {
        content: "";
        position: absolute;
        bottom: -12px;
        right: -10px;
        width: 32px;
        height: 33px;
        background: url(/assets/img/home/denkigas/merit/finger.webp) no-repeat;
        background-size: 100% auto;
      }

      .no {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        left: calc(50% - 27px);
        top: -30px;
        background: var(--merit-yellow);
        border-radius: 100%;
        width: 54px;
        height: 54px;
        text-align: center;
        font-size: 1rem;
        line-height: 1;

        b {
          font-size: 2rem;
        }

        &::before {
          content: "";
          position: absolute;
          top: -14px;
          left: -35px;
          width: 57px;
          height: 26px;
          background: url(/assets/img/home/denkigas/merit/click.webp) no-repeat;
          background-size: 100% auto;

          @media screen and (max-width: 768px) {
            top: -8px;
            left: -33px;
            background-image: url(/assets/img/home/denkigas/merit/tap.webp);
            width: 41px;
            height: 20px;
          }
        }
      }

      .text {
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 30px 5px 10px;
        background: #fff5ce;
        font-size: 2rem;
        border-radius: 14px 14px 0 0;

        @media screen and (max-width: 768px) {
          font-size: 1.6rem;
        }
      }
    }
  }
}


.lp-service {
  margin: 0 auto 100px;
  @media screen and (max-width: 768px) {
    margin-bottom: 80px;
    margin-inline: calc(-1 * var(--space-wrap-gap));
  }
}
.lp-service__header {
  padding: 32px 0;
  background: var(--lp-yellow);
  border-radius: 16px 16px 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-yellow);
}
.lp-service__title {
  display: flex;
  gap: 7px 15px;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: black;
  font-size: 3.2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 26 / 390 * 100vw, 28px);
    text-align: left;
  }
}
.lp-service__titleNumber {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: white;
  border-radius: 100%;
}
.lp-service__lead {
  margin: 0 auto 32px;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.lp-service__body {
  padding: 60px 0 0;
}
.lp-service__bodyInner {
  max-width: var(--lp-width-m);
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    padding-inline: var(--space-wrap-gap);
  }
}

/* シミュレーション */
.lp-simulation {
  margin-bottom: 48px;
  padding: 32px;
  background: var(--lp-gray-light);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding: 32px 14px;
  }
}
.lp-simulation__inner {
  max-width: 784px;
  margin: auto;
}
.lp-simulation__questionText {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 30px;
  padding: 4px 0;
  background: var(--lp-yellow);
  border-radius: 100px;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding-block: 9px;
    font-size: clamp(0px, 21 / 390 * 100vw, 22px);
    line-height: 1.5;
  }
}
.lp-simulation__select {
  list-style: none;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin: 0 auto 24px;
  padding: 0 0 54px;
  background: url(../img/arrow_simulation.png) no-repeat center bottom;
  background-size: 62px auto;
  @media screen and (max-width: 768px) {
    gap: 11px;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  li {
    flex: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    button {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px 16px;
      width: 100%;
      padding: 20px 5px;
      color: black;
      font-weight: 700;
      font-size: 1.6rem;
      background: white;
      border-radius: 6px;
      text-align: center;
      box-shadow: 0 6px 0 #CFCFCF;
      transition: all .2s;
      &:hover {
        color: black !important;
        transform: translateY(2px);
        box-shadow: 0 4px 0 #CFCFCF;
      }
      &.is-selected {
        transform: translateY(2px);
        box-shadow: 0 4px 0 #CFCFCF;
      }
      span {
        padding-right: 22px;
        background: url(../img/arrow_bottom.png) no-repeat right center;
        background-size: 15px auto;
      }
      @media screen and (max-width: 768px) {
        flex-direction: column;
        padding-top: 14px;
        padding-bottom: 8px;
        span {
          padding-right: 0;
          padding-bottom: 16px;
          background-position: center bottom;
        }
      }
    }
    img {
      margin: 0;
    }
  }
}

/* シミュレーション結果 */
.lp-simulationResult__title {
  margin: 0;
  padding: 11px;
  background: var(--lp-yellow);
  border-radius: 6px 6px 0 0;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
.lp-simulationResult__body {
  padding: 24px 40px 38px;
  background: white;
  border-radius: 0 0 6px 6px;
  @media screen and (max-width: 768px) {
    padding: 24px 15px;
  }
}
.lp-simulationResult__text {
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 2.2;
}
.lp-simulationResult__text .line {
  display: inline-block;
  margin-inline: auto;
  line-height: 1.4;
  background: linear-gradient(transparent 80%, #ffeb35 80%);
  font-family: var(--lp-font-rubik);
  font-weight: 900;
  .yen,
  .year {
    font-size: 3.8rem;
    @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: 8.8rem;
    font-weight: 700;
    line-height: 1;
    @media screen and (max-width: 768px) {
      font-size: 5.4rem;
    }
  }
}
.lp-simulationResult__text .last {
  font-size: 3.8rem;
  font-weight: 900;
  @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__otoku {
  margin-bottom: 40px;
  padding-bottom: 47px;
  background: var(--lp-beige);
  border-radius: 16px 16px 8px 8px;
}
.lp-lifefit__otokuInner {
  max-width: 784px;
  margin: auto;
}
.lp-lifefit__title {
  padding: 0 15px;
  background: var(--lp-yellow-light);
  border-radius: 16px 16px 0 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    margin-bottom: 0;
    padding-inline: 25px 10px;
    text-align: left;
  }
  span {
    display: inline-block;
    padding: 21px;
    padding-left: 44px;
    background: url(../img/icon_lifefit.png) no-repeat left center;
    background-size: 32px auto;
    @media screen and (max-width: 768px) {
      padding-block: 12px;
    }
  }
}

.lp-costText {
  margin: 0;
  @media screen and (max-width: 768px) {
    margin-bottom: 15px;
  }
  .lp-highlight {
    margin-right: 5px;
    background: linear-gradient(transparent 65%, #ffeb35 65%);
  }
}
.lp-costText__start {
  font-size: 3.2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 2.4rem;
  }
}
.lp-costText__year {
  font-size: 3.2rem;
  font-weight: 900;
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 24 / 390 * 100vw, 24px);
  }
}
.lp-costText__num {
  font-family: var(--lp-font-rubik);
  font-size: 6rem;
  font-weight: 700;
  color: var(--lp-main);
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 44 / 390 * 100vw, 44px);
  }
}
.lp-costText__yen {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--lp-main);
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 24 / 390 * 100vw, 24px);
  }
}
.lp-costText__note {
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: text-top;
}
.lp-costText__mo,
.lp-costText__last {
  font-size: 3.2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 24 / 390 * 100vw, 24px);
  }
}

.lp-lifefit__sarani {
  margin: 0 auto 32px;
  padding-bottom: 50px;
  background: url(../img/arrow_sarani.png) no-repeat center bottom;
  background-size: 160px auto;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--lp-main);
  @media screen and (max-width: 768px) {
    padding-bottom: 30px;
    background-size: 110px auto;
  }
}

.lp-lifefit__zurasu {
  width: fit-content;
  margin: 0 auto 32px;
  padding: 0 5px 0px;
  background: url(../img/kirakira_02.png) no-repeat left calc(100% - 5px);
  background-size: 45px auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  b {
    margin-left: 1.4em;
    font-size: 3.2rem;
    color: var(--lp-main);
  }
  @media screen and (max-width: 768px) {
    padding-inline: 0;
    background-size: 34px auto;
    b {
      font-size: 2.8rem;
    }
  }
}

.lp-marketPricesLow {
  padding: 32px 50px 40px;
  background: white;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin-inline: var(--space-wrap-gap);
    padding: 32px 20px;
  }
}
.lp-marketPricesLow__lead {
  margin: 0 auto 24px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  b {
    color: var(--lp-main);
  }
  @media screen and (max-width: 768px) {
    span {
      font-size: 1.6rem;
    }
  }
}
.lp-marketPricesLow__image {
  text-align: center;
  margin: 0 auto 24px;
  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;
    @media screen and (max-width: 768px) {
      font-size: 1.8rem;
    }
    &::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 {
    max-width: 580px;
    margin: 0 auto;
    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;
  }
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
    b {
      font-size: 2.4rem;
      span {
        font-size: 2.4rem;
      }
    }
  }
}

/* ライフフィットナビ */
.lp-lifefitNaviShoulder {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 35px;
  @media screen and (max-width: 768px) {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    background: var(--lp-yellow);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    height: 16px;
    width: 50px;
    @media screen and (max-width: 768px) {
      left: calc(50% - 13px);
      bottom: 0;
      height: 10px;
      width: 26px;
    }
  }
}
.lp-lifefitNaviShoulder__textA {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 10px 25px;
  border-radius: 500px;
  background: var(--lp-yellow);
  @media screen and (max-width: 768px) {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.lp-lifefitNaviShoulder__textB {
  display: block;
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.8rem;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.lp-lifefitNavi {
  margin-top: 155px;
}
.lp-lifefitNavi__lead {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
.lp-lifefitNavi__main {
  box-sizing: border-box;
  max-width: 880px;
  max-height: 396px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin-inline: auto;
  padding: 50px 20px;
  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.4rem;
  font-weight: 700;
  text-align: center;
  @media screen and (max-width: 768px) {
    font-size: 2rem;
  }
}
.lp-lifefitNavi__image {
  position: relative;
  top: -75px;
  img {
    margin-bottom: 15px;
  }
  @media screen and (max-width: 768px) {
    top: -140px;
    margin-bottom: -175px;
  }
}

/* お客さまの声 */
.lp-voice {
  max-width: 880px;
  margin-inline: auto;
}
.lp-voice__item {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 30px 40px;
  background: var(--lp-beige);
  border-radius: 16px;
  &:nth-child(even) {
    flex-direction: row-reverse;
  }
  @media screen and (max-width: 768px) {
    gap: 20px;
    padding-inline: 20px;
  }
}
.lp-voice__text {
  line-height: 1.5;
  @media screen and (max-width: 768px) {
    flex: 1;
  }
}
.lp-voice__textMain {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 2rem;
  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: var(--lp-yellow);
  border-radius: 500px;
  font-size: 1.3rem;
  font-weight: 700;
}
.lp-voice__image {
  @media screen and (max-width: 768px) {
    width: 32%;
  }
}

/* 地球にやさしい */
.lp-eco {
  margin: var(--section-margin-l) calc(-1 * var(--space-wrap-gap));
  background: linear-gradient(135deg, #ccf9de 0%,#cbe4f7 100%);
}
.lp-eco__inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 120px var(--space-wrap-gap);
  @media screen and (max-width: 768px) {
    padding-block: 86px 40px;
  }
  &::before,
  &::after {
    position: absolute;
    content: "";
  }
  &::before {
    top: -50px;
    right: 0;
    width: 345px;
    height: 242px;
    background: url(../img/eco_tr.png) no-repeat left top / 100%;
    @media screen and (max-width: 768px) {
      top: -20px;
      width: 153px;
      height: 108px;
    }
  }
  &::after {
    bottom: -50px;
    left: 0;
    width: 107px;
    height: 114px;
    background: url(../img/eco_bl.png) no-repeat left top / 100%;
    @media screen and (max-width: 768px) {
      bottom: -20px;
      left: 10px;
      width: 66px;
      height: 70px;
    }
  }
  .inner {
    background: url(../img/eco_br.png) no-repeat right bottom;
    background-size: auto 120px;
    @media screen and (max-width: 768px) {
      padding-bottom: 80px;
      background-size: auto 86px;
    }
  }
  .notes {
    margin-right: 200px;
    @media screen and (max-width: 768px) {
      margin-right: 0;
    }
  }
}

.lp-eco__catch1 {
  margin: 0 0 -10px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  b {
    font-weight: 900;
    font-size: 4.0rem;
    span {
      color: #0D6DA1;
    }
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 18px;
    font-size: 2.4rem;
    b {
      font-size: 1.8rem;
    }
  }
}
.lp-eco__catch2 {
  margin-bottom: var(--section-margin-xxs);
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  span {
    margin-left: 5px;
    font-size: 7.2rem;
    color: #0D6DA1;
    b {
      margin-left: 8px;
      font-weight: 900;
      font-family: Oswald;
      font-size: 12rem;
      display: inline-block;
      transform: translateY(15px);
    }
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 15px;
    font-size: 4rem;
    span {
      margin-left: 0;
      display: block;
      font-size: 4.6rem;
      line-height: 1.2;
      b {
        font-size: 7.2rem;
        transform: translateY(3px);
      }
    }
  }
}
.lp-eco__text {
  margin-bottom: 52px;
  text-align: center;
  font-weight: 900;
  font-size: 3.2rem;
  @media screen and (max-width: 768px) {
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 1.8rem;
  }
}


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

/* さらに！サポートも充実 */
.lp-gasSupportPlan {
  padding: 48px 56px 10px;
  background: #fffbaa;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding-inline: var(--space-wrap-gap);
  }
}
.lp-gasSupport {
  margin: 0 auto 40px;
  padding: 42px 20px;
  background: white;
  border-radius: 8px;
  @media screen and (max-width: 768px) {
    padding: 24px var(--space-wrap-gap);
  }
}
.lp-gasSupport__title {
  width: fit-content;
  margin: 0 auto 24px;
  padding-right: 270px;
  background: url(../img/title_support.png) no-repeat right top / 248px auto;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  @media screen and (max-width: 768px) {
    padding-right: 0;
    padding-bottom: 95px;
    background-position: center bottom;
    background-size: 90% auto;
    font-size: 2.2rem;
    text-align: center;
  }
  .lp-highlight {
    position: relative;
    font-size: 4rem;
    @media screen and (max-width: 768px) {
      font-size: 2.8rem;
    }
    &::after {
      content: "";
      position: absolute;
      top: -50px;
      right: 5px;
      width: 53px;
      height: 54px;
      background: url(../img/kirakira_02.png) no-repeat center / 100% auto;
      @media screen and (max-width: 768px) {
        top: -38px;
        width: 38px;
        height: 38px;
      }
    }
  }
}
.lp-gasSupport__support {
  width: fit-content;
  margin: 0 auto;
  dt {
    margin: 0 auto 24px;
    @media screen and (max-width: 768px) {
      margin-inline: var(--space-wrap-gap);
    }
  }
  dd {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
}

/* 東急グループサービスのご利用でさらにおトク! */
.lp-otokuSectionTitle {
  width: fit-content;
  min-height: 108px;
  margin: 0 auto 50px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  @media screen and (max-width: 768px) {
    margin-bottom: 35px;
  }
}
.lp-otokuSectionTitle__sub {
  display: block;
  font-size: 2.8rem;
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.lp-otokuSectionTitle__main {
  font-size: 4rem;
  @media screen and (max-width: 768px) {
    font-size: 2.8rem;
    &.-sp-small {
      font-size: 2rem;
    }
  }
}
.lp-otoku {
  max-width: var(--width-m);
  margin-inline: auto;
  margin-bottom: 0;
}
.lp-otoku__item {
  margin-bottom: 30px;
  padding: 56px 20px 36px;
  border: 2px solid var(--lp-yellow);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin-bottom: 20px;
    padding-block: 32px 12px;
  }
}
.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: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
.lp-otoku__image {
  @media screen and (max-width: 768px) {
    margin-bottom: 24px;
  }
}
.lp-otoku__text {
  line-height: 1.6;
  p {
    margin: 0;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    @media screen and (max-width: 768px) {
      font-size: 2.4rem;
    }
    .lp-highlight {
      font-weight: 900;
    }
    b {
      color: var(--lp-main);
      font-size: 6rem;
      font-family: var(--lp-font-rubik);
      font-weight: 700;
      line-height: 1;
      @media screen and (max-width: 768px) {
        font-size: 5.4rem;
      }
    }
  }
  .lp-small {
    font-size: 2.2rem;
  }
}


/* だから選ばれています！ */
.page-personal .bg.-bg-lp-choose {
  background: var(--lp-yellow-light) url(../img/confetti_70.png) no-repeat top center;
  background-size: 100% auto;
  @media screen and (max-width: 768px) {
    background-image: url(../img/sp-confetti_70.png);
  }
}
.cp-contents .section-choose {
  padding-top: 56px;
  padding-bottom: 50px;
  @media screen and (max-width: 768px) {
    padding-top: 28px;
  }
}
.lp-choose__image {
  /* max-width: var(--width-m); */
  margin: 0 auto 12px;
  text-align: center;
  @media screen and (max-width: 768px) {
    max-width: 92%;
    margin-bottom: 15px;
  }
}
.lp-choose__notes {
  li {
    span {
      font-size: 2.2rem;
      @media screen and (max-width: 768px) {
        font-size: 1.4rem;
      }
    }
  }
}
.lp-choose__text {
  margin-top: 60px;
  margin-bottom: 0;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    margin-block: 20px 0px;
    font-size: 3rem;
  }
}

/* UCHIKARA */
.uchikara {
  margin-bottom: 40px;
  @media screen and (max-width: 768px) {
    margin-bottom: 10px;
  }
}
.uchikara__text {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    margin-bottom: 25px;
    font-size: 1.8rem;
    text-align: left;
  }
}
.uchikara__logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  align-items: center;
  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}
.uchikara__logoItem {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  min-height: 250px;
  padding: 20px;
  border: 3px solid #ebebeb;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    min-height: 167px;
    padding-inline: 30px;
  }
}

/* キャンペーン適用条件 */
.lp-terms {
  margin-bottom: 40px;
}
.lp-terms__item {
  margin-bottom: 22px;
  padding: 48px 100px 28px;
  background: white;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding: 32px 14px 10px;
  }
}
.lp-terms__title {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.4;
  span {
    display: block;
    font-size: 2rem;
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 24px;
    font-size: 2.6rem;
    span {
      font-size: 1.6rem;
    }
  }
}
.lp-terms__list {
  list-style: none;
  padding: 0;
  li {
    padding-left: 28px;
    background: url(../img/icon_check.png) no-repeat left .4em / 18px auto;
  }
}
.lp-terms__dl {
  margin-bottom: 40px;
  div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }
  dt {
    margin: 0;
    padding: 3px 6px;
    width: 9em;
    text-align: center;
    background: var(--lp-pink-light);
    border-radius: 100px;
  }
  dd {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    margin-bottom: 30px;
    div {
      flex-direction: column;
      gap: 8px;
      margin-bottom: 16px;
    }
    dd {
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.5;
    }
  }
}
.lp-terms__text {
  text-align: center;
  margin-bottom: 40px;
  @media screen and (max-width: 768px) {
    font-weight: 700;
  }
}
#terms .lp-terms__btn {
  max-width: 720px;
  .btn__link {
    border-color: #707070;
    border-radius: 8px;
    color: #6C6C6C;
    box-shadow: 0 5px 0 #707070;
    transition: all .2s;
    &:hover {
      color: #333;
      transform: translateY(3px);
      box-shadow: 0 2px 0 #707070;
    }
    &[href$=".pdf"]::after {
      opacity: .7;
      background-image: var(--icon-pdf-black);
    }
  }
}

/* お申込みの流れ */
.lp-entryFlow {
  max-width: var(--width-m);
  margin: 0 auto;
}
.lp-entryFlow__item {
  position: relative;
  margin-bottom: 39px;
  padding: 24px var(--space-wrap-gap) 16px;
  background: var(--lp-beige);
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    border-radius: 8px;
  }
  &::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 31px);
    width: 62px;
    height: 23px;
    background: var(--lp-yellow);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
  &:last-child {
    margin-bottom: 0;
    &::after {
      content: none;
    }
  }
}
.lp-entryFlow__itemInner {
  max-width: 640px;
  margin-inline: auto;
}
.lp-entryFlow__header {
  margin-bottom: 7px;
  padding: 0;
  @media screen and (max-width: 768px) {
    margin-bottom: 10px;
  }
}
.lp-entryFlow__title {
  margin: 0 auto;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    gap: 10px;
  }
}
.lp-entryFlow__titleText {
  font-size: 1.6rem;
  line-height: 1.4;
}
.lp-entryFlow__titleStepWrap {
  display: block;
  margin-bottom: -20px;
}
.lp-entryFlow__titleStepNo {
  font-size: 4.8rem;
  font-family: var(--lp-font-rubik);
  color: var(--lp-yellow);
  line-height: 1;
}
.lp-entryFlow__subTitle {
  margin: 0 auto 5px;
  font-size: 1.5rem;
  font-weight: 700;
  span {
    background: var(--lp-highlight);
  }
}
.lp-entryFlow__normalText {
  margin-bottom: .7em;
  font-weight: 500;
  font-size: 1.4rem;
}
.lp-entryFlow__whiteBox {
  margin-bottom: var(--space-base-margin);
  padding: 18px var(--space-wrap-gap);
  background: white;
  text-align: center;
  p {
    width: fit-content;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    text-align: left;
  }
}

#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: 48px;
  background: url(../img/bg_glue.png) repeat-x left top;
  background-size: 972px auto;
}


/* お申込みエリア */
#entry {
  margin-bottom: -40px;
}
.lp-entry__lead {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  @media screen and (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.lp-entry__agree {
  list-style: none;
  margin: 0 0 45px;
  padding: 0;
  li {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
    @media screen and (max-width: 768px) {
      text-align: left;
    }
    label {
      width: fit-content;
      margin-inline: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    input {
      margin-right: 5px;
      zoom: 1.75;
    }
  }
}
.lp-entry__main {
  max-width: 720px;
  margin-inline: auto;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  @media screen and (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  &.js-disabled {
    filter: grayscale(1);
  }
}
.lp-entry__item {
  display: flex;
  flex-direction: column;
}
.lp-entry__itemTitle {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: auto auto 16px;
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .image {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid var(--lp-yellow);
    border-radius: 100%;
    text-align: center;
    img {
      vertical-align: middle;
    }
  }
}
.lp-entry__btn {
  width: 100%;
  margin: auto auto 0;
  text-align: center;
  line-height: 1.5;
}
.lp-entry .lp-entry__link {
  box-sizing: border-box;
  width: 100%;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--lp-yellow) url(../img/arrow_right_black.png) no-repeat calc(100% - 12px) center / 12px auto;
  border-radius: 6px;
  color: black;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 8px 0 #8f7703;
  transition: all .2s;
  @media screen and (max-width: 768px) {
    min-height: 62px;
    font-size: 1.6rem;
  }
  &:hover {
    transform: translateY(5px);
    box-shadow: 0 3px 0 #8f7703;
  }
  b {
    display: inline-block;
    line-height: 1.2;
    margin-right: 3px;
    padding: 1px 4px;
    background: var(--lp-main);
    border-radius: 3px;
    color: white;
    &.new {
      background-color: var(--lp-blue);
    }
  }
}

/* 右下の固定ボタン */
.lp-entryFixedBtn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: fixed;
  right: calc(50% - 500px);
  bottom: -100px;
  width: fit-content;
  max-width: 1000px;
  width: 100%;
  line-height: 1.5;
  opacity: 0;
  transition: all .5s;
  @media screen and (max-width: 1024px) {
    max-width: none;
    width: 100%;
    right: 0;
  }
  &.is-show {
    opacity: 1;
    bottom: 0;
  }
  .lp-entryFixedBtn__entry {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    .lp-entryFixedBtn__entryCount {
      display: none;
      position: relative;
      width: fit-content;
      margin: 0 auto -15px;
      padding: 5px 20px 7px;
      font-size: 1.6rem;
      font-weight: 500;
      color: white;
      background: #000;
      border-radius: 100px;
      line-height: 1.2;
      @media screen and (max-width: 768px) {
        font-size: clamp(0px, 16 / 410 * 100vw, 16px);
      }
      &.is-show {
        display: block;
      }
      &.is-near-deadline {
        b, span {
          color: var(--lp-yellow);
        }
      }
      &.is-today {
        color: var(--lp-yellow);
        font-size: 2.2rem;
        font-weight: 700;
      }
      b {
        font-size: 3.4rem;
        font-weight: 900;
        @media screen and (max-width: 768px) {
          font-size: clamp(0px, 34 / 410 * 100vw, 34px);
        }
      }
      span {
        font-weight: 900;
      }
      &::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: calc(50% - 8px);
        width: 17px;
        height: 15px;
        background: #000;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
      }
    }
    .lp-entryFixedBtn__entryBtn {
      margin: 0;
    }
    .lp-entryFixedBtn__entryCount + .lp-entryFixedBtn__entryBtn {
      a {
        padding-top: 15px;
      }
    }
    a {
      box-sizing: border-box;
      display: block;
      /* max-width: 1000px; */
      margin: 0 auto;
      padding: 0 20px;
      background: var(--lp-green-bg);
      border-radius: 16px 16px 0 0;
      text-decoration: none;
      font-size: 2.2rem;
      font-weight: 700;
      color: white;
      @media screen and (max-width: 768px) {
        padding-inline: 14px;
        font-size: clamp(0px, 22 / 410 * 100vw, 22px);
      }
      &:hover {
        .lp-entryFixedBtn__text {
          background-position: right 60%;
        }
      }
    }
  }
}
.lp-entryFixedBtn__text {
  display: inline-block;
  padding: 13px 39px 13px 0;
  background: url(../img/arrow_right.png) no-repeat calc(100% - 3px) 60%;
  background-size: 30px auto;
  line-height: 1.2;
  transition: all .2s;
  b {
    /* font-size: 3.4rem;
    @media screen and (max-width: 768px) {
      font-size: clamp(0px, 34 / 410 * 100vw, 34px);
    } */
  }
}

#page .cp-footer {
  background: var(--lp-gray-light);
  color: var(--lp-gray);
  @media screen and (max-width: 768px) {
    /* padding-bottom: 130px; */
  }
}
#page .cp-footer__copyright {
  small {
    font-size: 1rem;
  }
}

/* キャンペーン終了対応 */
.lp-end {
  box-sizing: border-box;
  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;
}
