.page-campaign {
  --lp-main: #eb2f4c;
  --lp-text: #262626;
  --lp-blue-light: #DBF0F5;
  --lp-bg: #FFFCDB;
  --lp-blue-bg: #1C75E0;
  --lp-blue: #009eaa;
  --lp-gray: #6C6C6C;
  --lp-gray-light: #f1f1ec;
  --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: var(--lp-yellow-light);
  padding-inline: 0;
}
.page-personal .bg.-bg-lp-gray {
  background: var(--lp-gray-light);
}

.bg.-lp-padding-m {
  padding-block: 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: 40px;
  padding-block: 0 25px;
  background: url(../img/hero_bg.png) no-repeat left top;
  background-size: cover;
  @media screen and (max-width: 768px) {
    padding: 0;
    background: url(../img/sp-hero_bg.png) no-repeat left top;
    background-size: 100% auto;
  }
}
.lp-hero__inner {
  position: relative;
  /* max-width: 1366px; */
  /* height: calc(100svh - 25px); */
  aspect-ratio: 1366 / 768;
  margin: auto;
  @media screen and (max-width: 768px) {
    height: auto;
  }
}
.lp-hero__logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 13px 12px;
  background: white;
  border-radius: 0 0 4px 4px;
  @media screen and (max-width: 768px) {
    padding: 6px;
    border-radius: 0 0 4px 0;
    img {
      width: 44px;
    }
  }
}
.lp-hero__title {
  position: absolute;
  bottom: 122px;
  right: clamp(0px, 24 / 1366 * 100vw, 24px);
  margin: 0;
  text-align: right;
  @media screen and (max-width: 768px) {
    position: static;
    margin-inline: 14px;
    margin-bottom: 24px;
    padding-top: clamp(0px, 302 / 390 * 100vw, 600px);
  }
}
.lp-hero__schedule {
  position: absolute;
  bottom: 0;
  left: clamp(0px, 64 / 1366 * 100vw, 64px);
  gap: 8px;
  dt {
    padding: 3px 16px;
    font-size: 1.6rem;
  }
  @media screen and (max-width: 768px) {
    position: static;
    display: block;
    dt {
      margin-bottom: 8px;
    }
    dd {
      .end,
      .start {
        .year {
          display: block;
        }
        b {
          font-size: 4.8rem;
        }
      }
      .from {
        margin-inline: 10px;
        font-size: 0;
        width: 16px;
        height: 6px;
        background: #000;
        border-radius: 100px;
        transform: translateY(16px);
      }
      .week {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1.8rem;
        transform: translateY(-8px);
      }
    }
  }
}


/* 10周年記念！キャンペーンとは？ */
.bg.section-about {
  background: var(--lp-yellow-light);
  padding: 0 0 var(--lp-section-padding);
}
.lp-about__header {
  padding: var(--lp-section-padding) var(--space-wrap-gap) 80px;
  margin-bottom: -70px;
  background: url(../img/bg_about.png) no-repeat center top / 100% auto;
  @media screen and (max-width: 768px) {
    background: url(../img/sp-bg_about.png) no-repeat center top / 100% auto;
  }
}
.-choose .lp-about__header {
  margin-bottom: 0;
  padding: 0;
  background: none;
}

.lp-about__title {
  margin: 0 auto 32px;
  text-align: center;
  @media screen and (max-width: 768px) {
    img {
      max-width: 88.4%;
    }
  }
}
.lp-about__lead {
  padding-left: 95px;
  background: url(../img/icon_about_lead.png) no-repeat left center;
  background-size: 88px auto;
  font-size: 2.4rem;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    margin-bottom: 16px;
    background-position: left top;
    font-size: 1.6rem;
  }
}
.lp-about__main {
  margin-bottom: 32px;
  margin-inline: var(--space-wrap-gap);
  padding-bottom: 56px;
  background: #fffcdb;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin-bottom: 24px;
    padding-bottom: 30px;
  }
}
.lp-about.-choose .lp-about__main {
  @media screen and (max-width: 768px) {
    margin-inline: 0;
  }
}
.lp-about__mainTitle {
  margin: 0;
  padding: 5px 15px;
  background: var(--lp-main);
  border-radius: 16px 16px 0 0;
  text-align: center;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 22 / 390 * 100vw, 24px);
  }
  span {
    display: inline-block;
    padding: 6px 10px 6px 40px;
    background: url(../img/title_about_denki.png) no-repeat left center;
    background-size: 29px auto;
  }
}
.lp-about__denki {
  padding-bottom: 6px;
  background: #e5e2c4;
  clip-path: polygon(100% 0, 100% 71%, 50% 100%, 0 71%, 0 0);
  @media screen and (max-width: 768px) {
    padding-bottom: 5px;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
}
.lp-about__denkiInner {
  padding: 39px 15px 22px;
  background: white;
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
  @media screen and (max-width: 768px) {
    padding-top: 30px;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  }
}
.lp-about__denkiMain {
  width: fit-content;
  padding-left: 100px;
  background: url(../img/icon_coin.png) no-repeat left center;
  background-size: 80px auto;
  margin: 0 auto;
  font-size: 3.8rem;
  @media screen and (max-width: 768px) {
    font-size: 2.4rem;
    padding-left: 70px;
    background-size: 60px auto;
    text-align: left;
    line-height: 1.2;
    .text {
      display: block;
    }
  }
  b {
    margin-inline: 14px 4px;
    font-family: var(--lp-font-rubik);
    font-size: 6rem;
    font-weight: 600;
    letter-spacing: -2px;
    @media screen and (max-width: 768px) {
      margin-inline: 0 4px;
      font-size: 4.8rem;
    }
  }
  .waribiki {
    font-size: 3.4rem;
    @media screen and (max-width: 768px) {
      font-size: 2.4rem;
    }
  }
}
.lp-about__denkiSarani {
  margin: 20px auto 0;
  font-size: 2rem;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
}

.lp-about__gas {
  max-width: 920px;
  margin: 30px auto 30px;
  padding-bottom: 4px;
  background: var(--lp-yellow-light);
  border-radius: 4px;
  text-align: center;
  @media screen and (max-width: 1024px) {
    margin-inline: var(--space-wrap-gap);
  }
  dt {
    font-size: 2rem;
    font-weight: 700;
    @media screen and (max-width: 768px) {
      padding-block: 2px;
      font-size: clamp(0px, 20 / 390 * 100vw, 20px);
    }
    span {
      display: inline-block;
      padding: 4px 10px 4px 35px;
      background: url(../img/title_about_gas.png) no-repeat left center;
      background-size: 27px auto;
    }
  }
  dd {
    margin: 0 4px 0;
    padding: 0 var(--space-wrap-gap);
    background: white;
    font-size: 2.6rem;
    font-weight: 700;
    @media screen and (max-width: 768px) {
      font-size: 1.8rem;
      text-align: left;
      line-height: 1.7;
    }
    > span {
      display: inline-block;
      padding: 5px 0 5px 100px;
      background: url(../img/icon_about_gas.png) no-repeat left center;
      background-size: 91px auto;
      @media screen and (max-width: 768px) {
        padding-left: 90px;
        background-size: 85px auto;
      }
    }
    b {
      margin-inline: 5px 2px;
      font-size: 6rem;
      font-weight: 600;
      font-family: var(--lp-font-rubik);
      letter-spacing: -2px;
      @media screen and (max-width: 768px) {
        font-size: 3.2rem;
        line-height: 1.2;
      }
    }
    .waribiki {
      font-size: 3.4rem;
      font-weight: 900;
      @media screen and (max-width: 768px) {
        font-size: 2.2rem;
      }
    }
  }
}
.lp-about__total {
  width: fit-content;
  margin: 0 auto;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  color: var(--lp-main);
  line-height: 1.2;
  background: var(--lp-highlight);
  @media screen and (max-width: 768px) {
    font-size: clamp(0px, 26 / 390 * 100vw, 26px);
  }
  b {
    margin-inline: 5px;
    font-family: var(--lp-font-rubik);
    font-size: 8.8rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1;
    @media screen and (max-width: 768px) {
      font-size: clamp(0px, 54 / 390 * 100vw, 56px);
    }
  }
}
.lp-about__footer {
  margin: 0 var(--space-wrap-gap) 56px;
  padding: 25px var(--space-wrap-gap) 22px;
  background: white;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
  }
  + .lp-entryBtnAnchorLink {
    margin-inline: var(--space-wrap-gap);
  }
}
@media screen and (max-width: 768px) {
  .lp-about.-choose .lp-about__footer {
    margin-inline: 0;
    + .lp-entryBtnAnchorLink {
      margin-inline: 0;
    }
  }
}


/* お申込はこちらのアンカーリンクボタン */
.lp-entryBtnAnchorLink__p {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.lp-entryBtnAnchorLink__link {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 26px 10px;
  background: var(--lp-blue);
  border-radius: 16px;
  text-decoration: none;
  font-size: 2.4rem;
  color: white;
  box-shadow: 0 8px 0 #065B61;
  transition: all .2s;
  @media screen and (max-width: 768px) {
    padding: 20px 10px;
    font-size: 1.8rem;
  }
  &:hover {
    transform: translateY(4px);
    color: white;
    box-shadow: 0 4px 0 #065B61;
  }
}
.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_right.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 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;
  }
  .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 40px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
.lp-serviceTitle__sub {
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
  padding: 8px 40px;
  background: #000;
  border-radius: 100px;
  font-size: 2.0rem;
  color: white;
  @media screen and (max-width: 768px) {
    padding-inline: 24px;
    font-size: 1.6rem;
  }
}
.lp-serviceTitle__main {
  font-size: 4.4rem;
  @media screen and (max-width: 768px) {
    font-size: 2.8rem;
  }
}

.lp-serviceAnchorLink {
  list-style: none;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 40px auto 56px;
  padding: 0;
  @media screen and (max-width: 768px) {
    gap: 13px;
    margin-inline: var(--space-wrap-gap);
  }
  @media screen and (max-width: 340px) {
    margin-inline: 0;
  }
}
.lp-serviceAnchorLink__item {
  flex: 1;
  margin: 0;
  a {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color: black;
    padding: 20px 5px;
    background: var(--lp-yellow);
    border-radius: 6px;
    font-size: 2.4rem;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 8px 0 #8f7703;
    transition: all .2s;
    @media screen and (max-width: 768px) {
      flex-direction: column;
      font-size: 1.6rem;
      line-height: 1.4;
    }
    &:hover {
      transform: translateY(4px);
      box-shadow: 0 4px 0 #8f7703;
    }
  }
  .text {
    display: inline-block;
    padding-bottom: 23px;
    background: url(../img/arrow_bottom.png) no-repeat center bottom;
    background-size: 20px auto;
  }
  .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 77px;
    height: 77px;
    background: white;
    border-radius: 100%;
    img {
      vertical-align: middle;
      @media screen and (max-width: 768px) {
      }
    }
  }
}

.lp-service {
  margin: 0 auto 100px;
  + .lp-service {
    margin-bottom: 0;
  }
  @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);
  }
}
.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;
  .lp-highlight {
    margin-right: 5px;
    background: linear-gradient(transparent 65%, #ffeb35 65%);
  }
}
.lp-costText__start {
  font-size: 1.6rem;
  font-weight: 700;
}
.lp-costText__year {
  font-size: 2.4rem;
  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: 4.4rem;
  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: 2.4rem;
  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: 2.4rem;
  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-lifefitNavi {
  margin-top: 135px;
}
.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-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 var(--lp-section-padding);
  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-gasSupportPlan__footer {
  margin-top: 56px;
}

/* 東急グループサービスのご利用でさらにおトク! */
.lp-otokuSectionTitle {
  width: fit-content;
  min-height: 108px;
  margin: 0 auto 40px;
  padding-left: 148px;
  background: url(../img/icon_otoku.png) no-repeat left center / 116px auto;
  font-weight: 700;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    margin-bottom: 35px;
    padding-left: 130px;
  }
}
.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;
  }
}
.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: 88px;
  padding-bottom: var(--lp-section-padding);
  @media screen and (max-width: 768px) {
    padding-top: 84px;
  }
}
.lp-choose__image {
  max-width: var(--width-m);
  margin: 0 auto 8px;
  text-align: center;
  @media screen and (max-width: 768px) {
    max-width: 85%;
    margin-bottom: 15px;
  }
}
.lp-choose__text {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}

/* キャンペーン適用条件 */
.lp-terms {
  margin-bottom: 40px;
}
.lp-terms__item {
  margin-bottom: 22px;
  padding: 40px 40px 10px;
  background: white;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    padding: 32px 14px 10px;
  }
}
.lp-terms__title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.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-rule__text {
  text-align: center;
  margin-bottom: 40px;
  @media screen and (max-width: 768px) {
    font-weight: 700;
  }
}
#rule .lp-rule__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__title {
  width: fit-content;
  margin: 0 auto 32px;
  padding: 5px 40px;
  background: #000;
  border-radius: 100px;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    margin-bottom: 40px;
    padding: 5px 24px;
    font-size: 1.6rem;
  }
}
.lp-entry__main {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  @media screen and (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.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: 24px;
  bottom: -100px;
  width: fit-content;
  max-width: 440px;
  line-height: 1.5;
  opacity: 0;
  transition: all .5s;
  @media screen and (max-width: 768px) {
    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-light);
        }
      }
      &.is-today {
        color: var(--lp-yellow-light);
        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: var(--width-m);
      margin: 0 auto;
      padding: 0 20px;
      background: var(--lp-blue);
      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;
}
