@charset "UTF-8";
/*
Theme Name: Jackery
Template: twentytwentyfive
*/

/* ページ全般の設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #000000;
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-width {
  max-width: 100rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.orange {
  color: #FD5000;
}

.section-title {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
}

.mv {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv img {
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.header {
  padding: 2.34375vw 3.90625vw 1.3020833333vw;
}
@media (min-width:1920px) {
  .header {
    padding: 4.5rem 7.5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header .header__logo {
  max-width: 16.640625vw;
  width: 100%;
}
@media (min-width:1920px) {
  .header .header__logo {
    max-width: 31.95rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 13rem;
  }
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign {
  background: #75CAE8;
  background: -webkit-gradient(linear, left top, right top, from(rgb(117, 202, 232)), color-stop(30%, rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), to(rgb(117, 202, 232)));
  background: linear-gradient(90deg, rgb(117, 202, 232) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgb(117, 202, 232) 100%);
  padding: 14.5833333333vw 2rem 18.2291666667vw;
  margin-top: -10.9375vw;
  position: relative;
}
@media (max-width: 767px) {
  .campaign {
    background: -webkit-gradient(linear, left top, right top, from(rgb(117, 202, 232)), color-stop(20%, rgb(255, 255, 255)), color-stop(80%, rgb(255, 255, 255)), to(rgb(117, 202, 232)));
    background: linear-gradient(90deg, rgb(117, 202, 232) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgb(117, 202, 232) 100%);
    margin-top: -13.3333333333vw;
    padding: 24vw 1.5rem 12rem;
  }
}
.campaign::after {
  position: absolute;
  content: "";
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/tri-top.png);
  background-size: contain;
  background-position: bottom right;
  width: 100%;
  height: 11.71875vw;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .campaign::after {
    background-position: right;
  }
}
.campaign .campaign__list li {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .campaign .campaign__list li {
    margin-bottom: 2rem;
  }
}
.campaign .campaign__list li:last-child {
  margin-bottom: 0;
}
.campaign .caution {
  color: #004D9F;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3888888889;
  margin-top: 11rem;
}
@media (max-width: 767px) {
  .campaign .caution {
    margin-top: 5rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.campaign .counter-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  gap: 3.90625vw;
}
@media (min-width:1920px) {
  .campaign .counter-list {
    gap: 7.5rem;
  }
}
@media (max-width: 767px) {
  .campaign .counter-list {
    gap: 9rem;
  }
}
.campaign .counter-list .name-1 {
  max-width: 22.7083333333vw;
  width: 100%;
}
@media (min-width:1920px) {
  .campaign .counter-list .name-1 {
    max-width: 43.6rem;
  }
}
@media (max-width: 767px) {
  .campaign .counter-list .name-1 {
    max-width: 100%;
  }
}
.campaign .counter-list .name-2 {
  max-width: 24.5833333333vw;
  width: 100%;
}
@media (min-width:1920px) {
  .campaign .counter-list .name-2 {
    max-width: 47.2rem;
  }
}
@media (max-width: 767px) {
  .campaign .counter-list .name-2 {
    max-width: 100%;
  }
}
.campaign .counter-list .name-3 {
  max-width: 31.9791666667vw;
  width: 100%;
}
@media (min-width:1920px) {
  .campaign .counter-list .name-3 {
    max-width: 61.4rem;
  }
}
@media (max-width: 767px) {
  .campaign .counter-list .name-3 {
    max-width: 100%;
  }
}
.campaign .counter-list .counter-wrap p {
  margin-top: 6rem;
  font-size: 3.6rem;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign .counter-list .counter-wrap p {
    margin-top: 1.5rem;
    font-size: 2.9rem;
  }
}
.campaign .counter-list .counter-wrap .count {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .campaign .counter-list .counter-wrap .count {
    margin-top: 0.3rem;
  }
}
.campaign .counter-list .counter-wrap .count .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10vw;
  width: 6.875vw;
  background: #FD5000;
  color: #fff;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 9.53125vw;
  border-right: solid 3px #fff;
  position: relative;
}
@media (min-width:1920px) {
  .campaign .counter-list .counter-wrap .count .num {
    height: 19.2rem;
    width: 13.2rem;
    font-size: 18.3rem;
  }
}
@media (max-width: 767px) {
  .campaign .counter-list .counter-wrap .count .num {
    height: 10.2rem;
    width: 6.2rem;
    font-size: 8.3rem;
  }
}
.campaign .counter-list .counter-wrap .count .num::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.campaign .counter-list .counter-wrap .count .num:nth-of-type(3) {
  border-right: none;
}
.campaign .counter-list .counter-wrap .count .ja {
  font-size: 4.5rem;
}

.shop {
  background: #FD5000;
  color: #fff;
  padding: 6rem 2rem 18.5rem;
}
@media (max-width: 767px) {
  .shop {
    padding: 6rem 2rem 5rem;
  }
}
.shop .section-title {
  color: #FD5000;
  width: 48.5rem;
  height: 14.8rem;
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/title-bg-wh.png);
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 3rem;
  background-repeat: no-repeat;
}
@media (min-width:1920px) {
  .shop .section-title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .shop .section-title {
    width: 33.4rem;
    height: 10.8rem;
    font-size: 2.4rem;
  }
}
.shop .section-catch {
  font-size: 3.58rem;
  text-align: center;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 10rem;
}
@media (min-width:1920px) {
  .shop .section-catch {
    font-size: 3.58rem;
  }
}
@media (max-width: 767px) {
  .shop .section-catch {
    font-size: 1.5rem;
    margin-top: 5rem;
    text-align: left;
  }
}
.shop .section-catch small {
  font-size: 1.88rem;
}
@media (max-width: 767px) {
  .shop .section-catch small {
    font-size: 1.2rem;
  }
}
.shop .section-text {
  font-size: 2rem;
  line-height: 2.0769230769;
  margin-top: 9.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shop .section-text {
    font-size: 1.6rem;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .shop .section-text br {
    display: none;
  }
}
.shop .caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10rem auto 0;
  font-size: 1.88rem;
}
@media (min-width:1920px) {
  .shop .caution {
    font-size: 1.88rem;
  }
}
@media (max-width: 767px) {
  .shop .caution {
    font-size: 1.4rem;
    margin-top: 5rem;
  }
}

.step {
  padding: 19.1666666667vw 2rem 18.4895833333vw;
  background: #75CAE8;
  background: -webkit-gradient(linear, left top, right top, from(rgb(117, 202, 232)), color-stop(30%, rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), to(rgb(117, 202, 232)));
  background: linear-gradient(90deg, rgb(117, 202, 232) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgb(117, 202, 232) 100%);
  position: relative;
}
@media (max-width: 767px) {
  .step {
    padding: 10rem 2rem;
  }
}
.step::before {
  position: absolute;
  content: "";
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/tri-bottom.png);
  background-size: contain;
  width: 100%;
  height: 11.71875vw;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .step::before {
    background-position: left;
  }
}
.step::after {
  position: absolute;
  content: "";
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/tri-top.png);
  background-size: contain;
  width: 100%;
  height: 11.71875vw;
  bottom: -2px;
  left: 0;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .step::after {
    background-position: right;
    bottom: -1px;
  }
}
.step .section-title {
  color: #fff;
  width: 48.4rem;
  height: 15.5rem;
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/title-bg-or.png);
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 3.7rem;
  background-repeat: no-repeat;
}
@media (min-width:1920px) {
  .step .section-title {
    font-size: 3.7rem;
  }
}
@media (max-width: 767px) {
  .step .section-title {
    width: 33.4rem;
    height: 10.8rem;
    font-size: 2.8rem;
  }
}
.step .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17.7rem;
}
@media (max-width: 767px) {
  .step .item-title {
    margin-top: 5rem;
  }
}
.step .item-title .check {
  width: 4.7rem;
}
@media (max-width: 767px) {
  .step .item-title .check {
    width: 2.7rem;
  }
}
.step .item-title .icon {
  width: 14.4rem;
}
@media (max-width: 767px) {
  .step .item-title .icon {
    width: 6.2rem;
  }
}
.step .item-title .ja {
  color: #FD5000;
  margin-left: 3rem;
  margin-right: 1.5rem;
  display: block;
  font-size: 4.4rem;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .step .item-title .ja {
    font-size: 2.3rem;
    margin-left: 1.8rem;
    margin-right: 0.9rem;
  }
}
.step .item-title .ja::before {
  position: absolute;
  content: "";
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/fukidashi.png);
  background-size: contain;
  width: 7.6rem;
  height: 12.1rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30%;
}
@media (max-width: 767px) {
  .step .item-title .ja::before {
    width: 6.6rem;
    height: 10.6rem;
  }
}
.step .step__list {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .step .step__list {
    margin-top: 5rem;
  }
}
.step .step__list .step__list__item {
  background: #fff;
  border: solid 8px #FD5000;
  border-radius: 1.5rem;
  padding: 4rem 2rem 4rem 0;
  margin-bottom: 8.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .step .step__list .step__list__item {
    padding: 3rem 2rem 3rem 0;
    margin-bottom: 7rem;
  }
}
.step .step__list .step__list__item::after {
  position: absolute;
  content: "";
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/fukidashi-tri.png);
  background-size: contain;
  width: 18rem;
  height: 5.6rem;
  bottom: -5.6rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.step .step__list .step__list__item:last-child {
  margin-bottom: 0;
}
.step .step__list .step__list__item:last-child::after {
  display: none;
}
.step .step__list .step__list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.6041666667vw;
  padding-left: 4.1666666667vw;
}
@media (min-width:1920px) {
  .step .step__list .step__list__title {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .step .step__list .step__list__title {
    gap: 1.2rem;
    padding-left: 2rem;
  }
}
.step .step__list .step__list__title .icon {
  width: 12.4rem;
}
@media (max-width: 767px) {
  .step .step__list .step__list__title .icon {
    width: 6.4rem;
  }
}
.step .step__list .step__list__title .text {
  font-size: 4.8rem;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .step .step__list .step__list__title .text {
    font-size: 2rem;
  }
}
.step .step__list .step__list__title .text .caution {
  font-size: 2.5rem;
  line-height: 1.4;
  display: block;
}
@media (max-width: 767px) {
  .step .step__list .step__list__title .text .caution {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.step .step__list .item-top {
  margin-top: 4.5rem;
}
.step .step__list .item-top .orange {
  text-align: center;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .step .step__list .item-top .orange {
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: left;
  }
}
.step .step__list .line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  .step .step__list .line-title {
    font-size: 2.2rem;
  }
}
.step .step__list .line-title .line {
  display: block;
  width: 2rem;
  height: 4.7rem;
  background: #FD5000;
}
@media (max-width: 767px) {
  .step .step__list .line-title .line {
    width: 1rem;
    height: 3.1rem;
  }
}
.step .step__list .img {
  text-align: center;
}
.step .step__list .shop-1 {
  max-width: 56.6rem;
  width: 100%;
  margin: 1rem auto 0;
}
.step .step__list .item-bottom {
  margin-top: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.step .step__list .item-bottom .left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
.step .step__list .item-bottom .item {
  max-width: 18.1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .step .step__list .item-bottom .item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .step .step__list .item-bottom .item img {
    max-width: 18.1rem;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.step .step__list .item-bottom .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .step .step__list .item-bottom .item p {
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.step .step__list .item-bottom .item p .line {
  display: block;
  width: 1.1rem;
  height: 5.9rem;
  background: #FD5000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.step .step__list .item-bottom .right .line-title {
  font-size: 2rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
.step .step__list .item-bottom .right .line-title .line {
  width: 1.2rem;
  height: 3.9rem;
}
.step .step__list .item-bottom .right p {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2.1538461538;
  margin-top: 1.5rem;
}
.step .step__list .step__list__shop__item {
  padding-left: 3.2291666667vw;
}
@media (max-width: 767px) {
  .step .step__list .step__list__shop__item {
    padding-left: 2rem;
  }
}
.step .step__list .step__list__shop__item--ec {
  margin-top: 8rem;
}
.step .step__list .step__list__shop__item--ec .line-title {
  margin-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .step .step__list .step__list__shop__item--ec .line-title {
    margin-bottom: 5rem;
  }
}
.step .step__list .step__list__shop__item--ec p {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .step .step__list .step__list__shop__item--ec p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.step .step__list .step__list__shop__item--ec .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-top: 3rem;
}
.step .step__list .step__list__shop__item--ec .flex p {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .step .step__list .step__list__shop__item--ec .flex p {
    font-size: 1.6rem;
  }
}
.step .step__list .step__list__shop__item--ec .orange {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .step .step__list .step__list__shop__item--ec .orange {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .step .step__item--hagaki {
    margin-top: 10rem;
  }
}
.step .step__item--hagaki .step__list .step__list__item:nth-child(2) .step__list__title {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.step .step__item--hagaki .step__list .step__list__item:nth-child(2) .step__list__title .caution {
  margin-top: 2rem;
  font-weight: 600;
}
.step .step__item--hagaki .step__list .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6041666667vw;
  margin-top: 3.5rem;
  padding-left: 4.1666666667vw;
}
@media (min-width:1920px) {
  .step .step__item--hagaki .step__list .address {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .step .step__item--hagaki .step__list .address {
    gap: 1.2rem;
    padding-left: 2rem;
  }
}
.step .step__item--hagaki .step__list .address .circle {
  width: 19.1rem;
  height: 19.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5.9rem;
  font-weight: 400;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #FD5000;
  border-radius: 50%;
  border: solid 2px #FD5000;
  line-height: 1.1694915254;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .step .step__item--hagaki .step__list .address .circle {
    width: 8rem;
    height: 8rem;
    font-size: 2rem;
  }
}
.step .step__item--hagaki .step__list .address p {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4193548387;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .step .step__item--hagaki .step__list .address p {
    font-size: 1.4rem;
  }
}

.detail {
  background: #FD5000;
  padding: 4.5rem 2rem 6.9rem;
}
.detail .section-title {
  color: #FD5000;
  width: 48.5rem;
  height: 14.8rem;
  background-image: url(https://jackery.site/promotion/cp2/wp-content/themes/jackery/images/title-bg-wh.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 4.2rem;
}
@media (min-width:1920px) {
  .detail .section-title {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .detail .section-title {
    width: 33.4rem;
    height: 10.8rem;
    font-size: 2.8rem;
  }
}
.detail .detail__block {
  background: #fff;
  border-radius: 6.2rem;
  padding: 10rem 5.2083333333vw 6.5rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6666666667;
  margin-top: 9rem;
}
.detail .detail__block a {
  color: blue;
}
@media (max-width: 767px) {
  .detail .detail__block {
    border-radius: 3rem;
    margin-top: 5rem;
    padding: 5rem 2rem;
  }
}
.detail .cta-btn {
  width: 100%;
  max-width: 86.8rem;
  height: 20.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7.3rem;
  font-size: 9.7rem;
  font-weight: 600;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  color: #FD5000;
  gap: 0.5208333333vw;
  margin: 6rem auto 0;
  -webkit-box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.16);
  outline: solid 4px #FD5000;
  outline-offset: -8px;
  background: #fff;
  transition: all .3s;
}
.detail .cta-btn:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .detail .cta-btn {
    font-size: 3rem;
    height: 11.3rem;
    border-radius: 4rem;
    gap: 1rem;
    margin-top: 5rem;
  }
}
.detail .cta-btn .icon {
  width: 4.4270833333vw;
}
@media (max-width: 767px) {
  .detail .cta-btn .icon {
    width: 2.4rem;
  }
}
.detail .download-btn {
  width: 100%;
  max-width: 65.3rem;
  height: 20.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6.3rem;
  font-size: 5.6rem;
  font-weight: 600;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  color: #fff;
  line-height: 1.3214285714;
  text-align: center;
  margin: 11.8rem auto 0;
  -webkit-box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 5px 6px rgba(0, 0, 0, 0.16);
  border: solid 16px #fff;
  transition: all .3s;
}
.detail .download-btn:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .detail .download-btn {
    max-width: 65.3rem;
    height: 15.6rem;
    border-radius: 5.3rem;
    font-size: 2.6rem;
    margin: 3.8rem auto 0;
    border: solid 8px #fff;
  }
}

.agreement-checkbox {
  margin: 6rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .agreement-checkbox {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
.agreement-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.agreement-checkbox label input {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .agreement-checkbox label input {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.error-message {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 0;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .error-message {
    font-size: 2rem;
    margin-bottom: -1rem;
  }
}

.footer {
  padding: 3rem 7rem 5rem;
}
@media (max-width: 767px) {
  .footer {
    padding: 2rem 1.5rem;
  }
}
.footer .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__logo {
  max-width: 23.9rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    max-width: 15rem;
  }
}
.footer .copyright {
  font-size: 3.7rem;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 2rem;
    font-size: 1.2rem;
  }
}