@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
}

body {
  background-color: #1D2087;
  color: #333333;
  font-family: "Hind", "Noto Sans JP", sans-serif;
}

p {
  margin: 0;
}

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

@media screen and (min-width: 1090px) {
  a {
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
  }
  a:hover {
    opacity: 0.5;
  }
}

a[href^="tel:"] {
  opacity: 1;
  pointer-events: none;
}

.l-container {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #FFF9F1;
}

.l-header {
  padding: 0 5.1282051282vw;
  display: flex;
  align-items: center;
  background-color: #FFF9F1;
  border-radius: 2.5641025641vw;
  position: absolute;
  top: 5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 12.8205128205vw;
  max-width: calc(100% - 5.1282051282vw);
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .l-header {
    padding: 0 2.6041666667vw;
    border-radius: 1.3020833333vw;
    top: 2.6041666667vw;
    height: 7.8125vw;
    max-width: calc(100% - 5.2083333333vw);
  }
}
@media screen and (min-width: 1090px) {
  .l-header {
    padding: 20px;
    border-radius: 10px;
    top: 20px;
    height: 60px;
    max-width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .l-header {
    max-width: 1240px;
  }
}

.l-header__logo {
  width: 61.2820512821vw;
  height: 5.8974358974vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .l-header__logo {
    width: 40.234375vw;
    height: 3.7760416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .l-header__logo {
    width: 309px;
    height: 29px;
  }
}

.c-br.--sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .c-br.--sp {
    display: inline;
  }
}
.c-br.--tab {
  display: none;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .c-br.--tab {
    display: inline;
  }
}
.c-br.--tab_under {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .c-br.--tab_under {
    display: none;
  }
}

.p-kv {
  background-image: url(../img/maxeon_bg.webp);
  background-size: cover;
  color: #ffffff;
  height: 169.2307692308vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv {
    height: 80.7291666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv {
    height: 660px;
  }
}

.p-kv__inner {
  display: grid;
  grid-template-columns: 25.641025641vw 1fr;
  grid-template-rows: 65.641025641vw repeat(2, auto);
  grid-column-gap: 2.5641025641vw;
  grid-row-gap: 7.6923076923vw;
  max-width: 1240px;
  margin: 0 auto;
  padding: 26.6666666667vw 0 7.6923076923vw;
  max-width: calc(100% - 5.1282051282vw);
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv__inner {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2.6041666667vw;
    grid-row-gap: 3.90625vw;
    max-width: calc(100% - 5.2083333333vw);
    padding: 13.5416666667vw 0 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv__inner {
    grid-template-columns: 280px 1fr 265px;
    grid-template-rows: 1fr 280px;
    grid-row-gap: 24px;
    padding: 104px 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-kv__inner {
    max-width: 1240px;
  }
}

.p-kv__copy {
  font-size: 5.641025641vw;
  font-weight: 700;
  text-shadow: 0px 1.0256410256vw 3.0769230769vw rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  grid-area: 2/1/3/3;
}
@media screen and (min-width: 480px) {
  .p-kv__copy {
    font-size: 2.2rem;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv__copy {
    font-size: 3.3854166667vw;
    grid-area: 1/1/2/2;
    align-self: center;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv__copy {
    font-size: 3.6rem;
    align-self: self-end;
    grid-area: 1/1/2/3;
  }
}

.p-kv__info {
  /*
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-right: 20px;
  @include g.mq(pc){
    margin-top: 20px;
    padding-right: 40px;
  }*/
}

.p-kv__40years {
  grid-area: 3/1/4/2;
  align-self: center;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv__40years {
    grid-area: 2/1/3/2;
    max-width: 26.0416666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv__40years {
    grid-area: 2/1/3/2;
    max-width: 280px;
  }
}

.p-kv-maxeon {
  border-radius: 2.5641025641vw;
  background-color: #FFF9F1;
  color: #333333;
  grid-area: 1/1/2/3;
  padding: 2.5641025641vw 5.1282051282vw;
}
@media screen and (min-width: 480px) {
  .p-kv-maxeon {
    border-radius: 10px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-maxeon {
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 768px) {
  .p-kv-maxeon {
    flex-direction: column;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon {
    width: 265px;
    grid-area: 1/3/3/4;
    padding: 20px 20px 10px;
  }
}

.p-kv-maxeon__inner {
  display: grid;
  grid-template-columns: auto 27.6923076923vw;
  grid-template-rows: 56.1538461538vw auto;
  grid-column-gap: 2.5641025641vw;
  grid-row-gap: 0px;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-maxeon__inner {
    grid-template-columns: auto 14.0625vw;
    grid-template-rows: 28.515625vw auto;
    grid-column-gap: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__inner {
    grid-template-columns: 1fr;
    grid-template-rows: 381px 17px 29px 20px;
    grid-row-gap: 5px;
  }
}

.p-kv-maxeon__img {
  width: 27.6923076923vw;
  grid-area: 1/2/2/3;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-maxeon__img {
    width: 14.0625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__img {
    width: 100%;
    text-align: center;
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__img > img {
    width: 188px;
  }
}

.p-kv-maxeon__made {
  width: 100%;
  text-align: right;
  font-weight: 500;
  font-size: 3.0769230769vw;
  line-height: 1;
  padding-top: 0.7692307692vw;
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-maxeon__made {
    font-size: 1.5625vw;
    padding-top: 0.390625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__made {
    grid-area: 2/1/3/2;
    padding-right: 18px;
    padding-top: 0;
    font-size: 12px;
  }
}

.p-kv-maxeon__title {
  grid-area: 1/1/3/2;
  align-self: center;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__title {
    grid-area: 3/1/4/2;
    padding-top: 22px;
  }
}

.p-kv-maxeon__logo {
  display: block;
  width: 42.5641025641vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-maxeon__logo {
    width: 21.6145833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__logo {
    width: 188px;
    margin: 0 auto;
  }
}

.p-kv-maxeon__subtitle {
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: 3.0769230769vw;
  margin-top: 1.2820512821vw;
  grid-area: 2/2/3/3;
  align-items: self-start;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-maxeon__subtitle {
    font-size: 1.5625vw;
    margin-top: 0.6510416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-maxeon__subtitle {
    grid-area: 4/1/5/2;
    font-size: 1.4rem;
    margin-top: 10px;
    text-align: center;
  }
}

.p-kv-feature {
  width: 100%;
  font-size: 4.1025641026vw;
  list-style-type: none;
  counter-reset: number;
  justify-self: end;
  align-self: center;
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 480px) {
  .p-kv-feature {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-feature {
    font-size: 2.8645833333vw;
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-feature {
    font-size: 2.4rem;
    grid-area: 2/2/3/3;
    max-width: 400px;
  }
}

.p-kv-feature__item {
  position: relative;
  display: flex;
  align-items: center;
  counter-increment: number;
  padding: 2.0512820513vw 0;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 480px) {
  .p-kv-feature__item {
    padding: 8px 0;
  }
}
.p-kv-feature__item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.p-kv-feature__item::before {
  content: counter(number);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/ol_bg.svg);
  background-size: 100%;
  font-size: 4.1025641026vw;
  width: 8.9743589744vw;
  height: 8.9743589744vw;
  vertical-align: bottom;
  margin-right: 0.5128205128vw;
}
@media screen and (min-width: 480px) {
  .p-kv-feature__item::before {
    font-size: 1.6rem;
    width: 35px;
    height: 35px;
    margin-right: 2px;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-feature__item::before {
    font-size: 2.4rem;
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

.p-kv-feature__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: calc(100% - 12.8205128205vw);
}
@media screen and (min-width: 480px) {
  .p-kv-feature__item-inner {
    width: calc(100% - 50px);
  }
}

.p-kv-feature__item-txt {
  display: block;
  font-weight: 700;
  line-height: 1;
  vertical-align: bottom;
}

.p-kv-feature__number {
  display: block;
}

.p-kv-feature__item-num {
  line-height: 1;
  vertical-align: baseline;
  font-weight: 900;
  display: inline-block;
  margin-right: 0.7692307692vw;
  letter-spacing: 0.03em;
  font-size: 7.6923076923vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-feature__item-num {
    margin-right: 0.390625vw;
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-feature__item-num {
    font-size: 4.2rem;
  }
}

.p-kv-feature__item-unit {
  font-weight: 700;
  vertical-align: baseline;
  line-height: 1;
  font-size: 2.8205128205vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-kv-feature__item-unit {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-kv-feature__item-unit {
    font-size: 1.6rem;
  }
}

.p-youtube {
  width: 100%;
  color: #ffffff;
}
.p-youtube.--m {
  background-image: url(../img/triangle_bg.svg);
  background-position: top center;
  background-color: #000000;
}
@media screen and (max-width: 480px) {
  .p-youtube.--m {
    padding: 5.1282051282vw 0;
    background-size: 89.7435897436vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-youtube.--m {
    padding: 3.90625vw 0;
    background-size: 71.6145833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-youtube.--m {
    padding: 60px 0;
    background-size: 1020px;
  }
}
@media screen and (max-width: 480px) {
  .p-youtube.--m40 {
    width: 77.9487179487vw;
    margin: 5.1282051282vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-youtube.--m40 {
    width: 83.3333333333vw;
    margin: 2.6041666667vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-youtube.--m40 {
    width: 1080px;
    margin: 30px auto 0;
  }
}

.p-youtube__title {
  text-align: center;
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-youtube__title {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-youtube__title {
    font-size: 4rem;
  }
}

.p-youtube__movie {
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.--m .p-youtube__movie {
  width: 89.7435897436vw;
  padding: 2.5641025641vw 0 0;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .--m .p-youtube__movie {
    padding: 3.90625vw 0 0;
  }
}
@media screen and (min-width: 1090px) {
  .--m .p-youtube__movie {
    padding: 30px 0 0;
  }
}
.p-youtube__movie iframe {
  width: 100%;
  height: 100%;
}

.p-maxeon {
  background-color: #FFF9F1;
}

.p-m-lead {
  position: relative;
  background-image: url(../img/fuki.svg);
  background-position: center;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 87.9487179487vw 31.2820512821vw;
  width: 87.9487179487vw;
  padding: 3.5897435897vw 0;
  font-size: 4.6153846154vw;
  margin-top: 7.6923076923vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lead {
    background-size: 58.59375vw 20.8333333333vw;
    width: 80.7291666667vw;
    padding: 6.25vw 0;
    font-size: 3.125vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lead {
    background-size: 632px 224px;
    width: 880px;
    padding: 90px 0;
    font-size: 3.2rem;
    margin-top: 0;
  }
}
.p-m-lead::before, .p-m-lead::after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  bottom: -6.6666666667vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lead::before, .p-m-lead::after {
    bottom: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lead::before, .p-m-lead::after {
    bottom: 14px;
  }
}
.p-m-lead::before {
  background-image: url(../img/illust_01.webp);
  left: 0;
  width: 14.1025641026vw;
  height: 19.4871794872vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lead::before {
    width: 12.2395833333vw;
    height: 16.9270833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lead::before {
    width: 139px;
    height: 193px;
  }
}
.p-m-lead::after {
  background-image: url(../img/illust_02.webp);
  right: 0;
  width: 15.3846153846vw;
  height: 19.4871794872vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lead::after {
    width: 13.28125vw;
    height: 16.9270833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lead::after {
    width: 150px;
    height: 192px;
  }
}

.p-m-arrow {
  background-image: url(../img/arrow_bg.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  font-size: 4.6153846154vw;
  margin-top: 6.6666666667vw;
  background-size: 49.7435897436vw 26.9230769231vw;
  width: 49.7435897436vw;
  height: 26.9230769231vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-arrow {
    font-size: 3.6458333333vw;
    margin-top: 3.90625vw;
    background-size: 45.5729166667vw 24.609375vw;
    width: 45.5729166667vw;
    height: 24.609375vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-arrow {
    font-size: 4rem;
    margin-top: 60px;
    background-size: 507px 274px;
    width: 507px;
    height: 274px;
  }
}
.p-m-40years {
  border-style: dashed;
  border-color: #0D72BB;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-m-40years {
    padding: 3.8461538462vw;
    margin-top: 7.6923076923vw;
    width: 89.7435897436vw;
    border-width: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years {
    padding: 3.90625vw;
    margin-top: 7.8125vw;
    width: 91.1458333333vw;
    border-width: 0.5208333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years {
    padding: 60px 40px;
    margin-top: 60px;
    width: 1000px;
    border-width: 5px;
  }
}

.p-m-40years__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-m-40years__inner {
    flex-direction: column;
    -moz-column-gap: 5.1282051282vw;
         column-gap: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__inner {
    -moz-column-gap: 3.90625vw;
         column-gap: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__inner {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.p-m-40years__labels {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .p-m-40years__labels {
    -moz-column-gap: 2.5641025641vw;
         column-gap: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__labels {
    -moz-column-gap: 1.3020833333vw;
         column-gap: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__labels {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}

.p-m-40years__label {
  width: 32.8205128205vw;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__label {
    width: 16.9270833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__label {
    width: 186px;
  }
}

.p-m-40years__title {
  color: #0D72BB;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 480px) {
  .p-m-40years__title {
    font-size: 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__title {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__title {
    font-size: 3.2rem;
  }
}
.p-m-40years__title > span {
  color: #FF5656;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-m-40years__title > span {
    font-size: 6.6666666667vw;
    margin-right: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__title > span {
    font-size: 3.90625vw;
    margin-right: 0.6510416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__title > span {
    font-size: 4rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-m-40years__title > span > span {
    font-size: 16.4102564103vw;
    margin-right: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__title > span > span {
    font-size: 10.4166666667vw;
    margin-right: 0.6510416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__title > span > span {
    font-size: 12rem;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-m-40years__btn {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__btn {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__btn {
    margin-top: 44px;
  }
}
.p-m-40years__btn > a {
  position: relative;
  display: flex;
  line-height: 1;
  color: #ffffff;
  background-color: #0D72BB;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .p-m-40years__btn > a {
    font-size: 6.1538461538vw;
    padding: 2.5641025641vw 3.8461538462vw 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__btn > a {
    font-size: 3.6458333333vw;
    padding: 2.6041666667vw 2.6041666667vw 1.3020833333vw;
    width: 48.9583333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__btn > a {
    font-size: 3.4rem;
    padding: 30px 30px 20px;
    width: 477px;
  }
}
.p-m-40years__btn > a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/icon_play.svg);
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .p-m-40years__btn > a::after {
    right: 3.8461538462vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-40years__btn > a::after {
    right: 2.6041666667vw;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-40years__btn > a::after {
    right: 30px;
    width: 60px;
    height: 60px;
  }
}

.p-m-compare {
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-m-compare {
    max-width: 89.7435897436vw;
    margin: 7.6923076923vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-compare {
    max-width: 91.1458333333vw;
    margin: 7.8125vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-compare {
    max-width: 1000px;
    margin: 60px auto 0;
  }
}

.p-m-compare__title {
  background-color: #D2E1ED;
}
@media screen and (max-width: 480px) {
  .p-m-compare__title {
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw 5.1282051282vw 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-compare__title {
    font-size: 3.125vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-compare__title {
    font-size: 3.6rem;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .p-m-compare__img {
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-compare__img {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-compare__img {
    margin-top: 15px;
  }
}

.p-m-compare__fuki {
  position: absolute;
  right: 0;
  background-size: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .p-m-compare__fuki {
    background-image: url(../img/compare_fuki_sp.svg);
    font-size: 3.0769230769vw;
    padding: 4.1025641026vw 4.1025641026vw 0;
    width: 29.7435897436vw;
    height: 21.5384615385vw;
    bottom: -20.5128205128vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-compare__fuki {
    background-image: url(../img/compare_fuki.svg);
    font-size: 1.8229166667vw;
    padding-top: 2.6041666667vw;
    padding-left: 1.3020833333vw;
    width: 22.9166666667vw;
    height: 11.8489583333vw;
    bottom: -10.4166666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-compare__fuki {
    background-image: url(../img/compare_fuki.svg);
    padding-top: 30px;
    padding-left: 20px;
    font-size: 2rem;
    width: 251px;
    height: 130px;
    bottom: -120px;
  }
}

.p-m-cell {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 10.2564102564vw);
}
@media screen and (max-width: 480px) {
  .p-m-cell {
    margin: 0 5.1282051282vw 0 auto;
    width: calc(100% - 10.2564102564vw);
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cell {
    margin: 0 2.6041666667vw 0 auto;
    width: calc(100% - 7.8125vw);
    margin-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cell {
    width: 100%;
    max-width: 1200px;
    margin-top: 100px;
  }
}

.p-m-cell__title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  background-color: #D2E2ED;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .p-m-cell__title {
    font-size: 4.6153846154vw;
    width: 53.0769230769vw;
    height: 16.6666666667vw;
    top: -2.5641025641vw;
    left: -2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cell__title {
    font-size: 3.125vw;
    width: 34.375vw;
    height: 32.5520833333vw;
    top: -2.6041666667vw;
    left: -2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cell__title {
    font-size: 5rem;
    width: 500px;
    height: 486px;
    top: -40px;
    left: -40px;
  }
}

.p-m-cell__inner {
  background-color: #E8F6FF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p-m-cell__inner {
    padding-bottom: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cell__inner {
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cell__inner {
    margin-top: 40px;
    margin-left: 40px;
    padding-bottom: 30px;
  }
}

.p-m-cell__img {
  position: relative;
}
.p-m-cell__img > figure {
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-m-cell__img > figure {
    width: 78.2051282051vw;
    margin: 5.1282051282vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cell__img > figure {
    width: 83.3333333333vw;
    margin: 1.3020833333vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cell__img > figure {
    width: 1080px;
    margin: 30px auto 0;
  }
}
.p-m-cell__img > figure > figcaption {
  display: block;
}
@media screen and (max-width: 480px) {
  .p-m-cell__img > figure > figcaption {
    font-size: 2.5641025641vw;
    margin-top: 2.5641025641vw;
    padding-left: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cell__img > figure > figcaption {
    font-size: 1.3020833333vw;
    margin-top: 3.125vw;
    padding-left: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cell__img > figure > figcaption {
    font-size: 1.6rem;
    margin-top: 25px;
    padding-left: 48px;
  }
}

.p-m-cell__fuki {
  position: absolute;
  background-image: url(../img/cell_fuki.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  .p-m-cell__fuki {
    width: 35.8974358974vw;
    height: 17.6923076923vw;
    top: -26.9230769231vw;
    font-size: 3.5897435897vw;
    left: -2.5641025641vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cell__fuki {
    width: 27.2135416667vw;
    height: 13.4114583333vw;
    top: -13.671875vw;
    font-size: 2.34375vw;
    left: -1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cell__fuki {
    top: -120px;
    left: -10px;
    width: 263px;
    height: 130px;
    font-size: 2.4rem;
  }
}

.p-m-cellDetail {
  position: relative;
}

.p-m-cellDetail__ex {
  background-image: url(../img/cellDetail.webp);
  display: grid;
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__ex {
    width: 81.5384615385vw;
    margin-left: 5.1282051282vw;
    background-size: 49.4871794872vw 60vw;
    background-position: 32.0512820513vw 13.3333333333vw;
    grid-template-columns: 37.4358974359vw auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 4.1025641026vw;
    grid-row-gap: 0;
    padding-top: 22.3076923077vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__ex {
    width: 53.90625vw;
    margin-left: 33.8541666667vw;
    background-size: 25.1302083333vw 30.46875vw;
    background-position: 18.2291666667vw 0.9114583333vw;
    grid-template-columns: 19.0104166667vw auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 14.9739583333vw;
    grid-row-gap: 0;
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__ex {
    width: 650px;
    margin-left: 480px;
    background-size: 303px 367px;
    background-position: 210px 10px;
    grid-template-columns: 224px auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 180px;
    grid-row-gap: 0px;
    padding-top: 50px;
  }
}

.p-m-cellDetail__extxt {
  border-bottom-style: dotted;
  border-bottom-color: #0D72BB;
  border-bottom-width: 1px;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__extxt {
    padding: 2.5641025641vw 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__extxt {
    padding: 1.5625vw 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__extxt {
    padding: 20px 0;
  }
}
.p-m-cellDetail__extxt::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-m-cellDetail__extxt.--01 {
  grid-area: 1/1/2/2;
  padding-top: 0;
}
.p-m-cellDetail__extxt.--01::after {
  background-image: url(../img/cellDetail_line01.svg);
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__extxt.--01::after {
    width: 23.5897435897vw;
    height: 7.6923076923vw;
    top: 1.5384615385vw;
    right: -15.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__extxt.--01::after {
    width: 11.9791666667vw;
    height: 3.90625vw;
    top: 2.0833333333vw;
    right: -9.765625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__extxt.--01::after {
    width: 144px;
    height: 47px;
    top: 13px;
    right: -110px;
  }
}
.p-m-cellDetail__extxt.--02 {
  grid-area: 2/1/3/2;
}
.p-m-cellDetail__extxt.--02::after {
  background-image: url(../img/cellDetail_line02.svg);
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__extxt.--02::after {
    width: 27.1794871795vw;
    height: 3.0769230769vw;
    top: 4.358974359vw;
    right: -18.7179487179vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__extxt.--02::after {
    width: 13.8020833333vw;
    height: 1.5625vw;
    top: 2.2135416667vw;
    right: -11.5885416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__extxt.--02::after {
    width: 167px;
    height: 12px;
    top: 33px;
    right: -130px;
  }
}
.p-m-cellDetail__extxt.--03 {
  grid-area: 3/1/4/2;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.p-m-cellDetail__extxt.--03::after {
  background-image: url(../img/cellDetail_line03.svg);
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__extxt.--03::after {
    width: 29.4871794872vw;
    height: 10.7692307692vw;
    top: -4.6153846154vw;
    right: -21.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__extxt.--03::after {
    width: 14.9739583333vw;
    height: 5.46875vw;
    top: -2.6041666667vw;
    right: -12.7604166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__extxt.--03::after {
    width: 180px;
    height: 64px;
    top: -20px;
    right: -145px;
  }
}
.p-m-cellDetail__extxt.--04 {
  grid-area: 3/2/4/3;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__extxt.--04 {
    padding-right: 2.5641025641vw;
    padding-top: 7.6923076923vw;
  }
}
.p-m-cellDetail__extxt.--04::after {
  background-image: url(../img/cellDetail_line04.svg);
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__extxt.--04::after {
    width: 6.1538461538vw;
    height: 11.2820512821vw;
    top: 0.7692307692vw;
    left: 10.2564102564vw;
    background-image: url(../img/cellDetail_line05.svg);
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__extxt.--04::after {
    width: 3.2552083333vw;
    height: 5.3385416667vw;
    top: -3.90625vw;
    left: -1.953125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__extxt.--04::after {
    width: 39px;
    height: 64px;
    top: -40px;
    left: -25px;
  }
}

.p-m-cellDetail__h {
  color: #0D72BB;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__h {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__h {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__h {
    font-size: 2.4rem;
  }
}

.p-m-cellDetail__t {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-m-cellDetail__t {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-cellDetail__t {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-cellDetail__t {
    font-size: 1.6rem;
  }
}

.p-m-lifetime {
  border-style: dotted;
  border-color: #0D72BB;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime {
    border-width: 0.7692307692vw;
    width: 89.7435897436vw;
    padding: 4.358974359vw 3.5897435897vw;
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime {
    border-width: 0.5208333333vw;
    width: 91.1458333333vw;
    padding: 5.2083333333vw 3.90625vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime {
    border-width: 5px;
    width: 1000px;
    padding: 60px 40px;
    margin-top: 60px;
  }
}

.p-m-lifetime__title {
  background-color: #0D72BB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__title {
    padding: 2.5641025641vw 2.5641025641vw 1.2820512821vw;
    -moz-column-gap: 1.2820512821vw;
         column-gap: 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__title {
    padding: 2.6041666667vw 2.0833333333vw;
    width: 61.1979166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__title {
    padding: 24px 30px 15px;
    width: 670px;
  }
}

.p-m-lifetime__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__content {
    justify-content: space-between;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__content {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__content {
    margin-top: 60px;
  }
}

.p-m-lifetime__t {
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__t {
    font-size: 4.6153846154vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__t {
    font-size: 3.2552083333vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__t {
    font-size: 3.6rem;
    line-height: 2;
  }
}

.p-m-lifetime__num {
  display: block;
  color: #FFE500;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__num {
    font-size: 15.3846153846vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__num {
    font-size: 10.0260416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__num {
    font-size: 11.2rem;
    margin-bottom: -20px;
  }
}
.p-m-lifetime__num > span {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__num > span {
    font-size: 5.1282051282vw;
    padding-left: 0.3846153846vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__num > span {
    font-size: 2.8645833333vw;
    padding-left: 0.6510416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__num > span {
    font-size: 3.2rem;
    padding-left: 10px;
  }
}

.p-m-lifetime__circle {
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-m-lifetime__circle.--old {
  color: #333333;
  background-color: #D9D9D9;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__circle.--old {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
    padding-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__circle.--old {
    width: 14.5833333333vw;
    height: 14.5833333333vw;
    padding-top: 1.953125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__circle.--old {
    width: 160px;
    height: 160px;
    padding-top: 20px;
  }
}
.p-m-lifetime__circle.--maxeon {
  color: #ffffff;
  background-color: #0D72BB;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__circle.--maxeon {
    width: 26.9230769231vw;
    height: 26.9230769231vw;
    padding-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__circle.--maxeon {
    width: 23.3072916667vw;
    height: 23.3072916667vw;
    padding-top: 3.2552083333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__circle.--maxeon {
    width: 256px;
    height: 256px;
    padding-top: 30px;
  }
}

.p-m-lifetime__cirletitle {
  line-height: 2.4rem;
}
@media screen and (max-width: 480px) {
  .--old .p-m-lifetime__cirletitle {
    font-size: 2.5641025641vw;
    line-height: 1;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .--old .p-m-lifetime__cirletitle {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .--old .p-m-lifetime__cirletitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .--maxeon .p-m-lifetime__cirletitle {
    font-size: 2.5641025641vw;
    line-height: 1;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .--maxeon .p-m-lifetime__cirletitle {
    font-size: 2.2135416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .--maxeon .p-m-lifetime__cirletitle {
    font-size: 2.4rem;
  }
}

.p-m-lifetime__circletext {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .--old .p-m-lifetime__circletext {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .--old .p-m-lifetime__circletext {
    font-size: 2.8645833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .--old .p-m-lifetime__circletext {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .--maxeon .p-m-lifetime__circletext {
    font-size: 4.8717948718vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .--maxeon .p-m-lifetime__circletext {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .--maxeon .p-m-lifetime__circletext {
    font-size: 4.6rem;
  }
}

.p-m-lifetime__txt {
  background-image: url(../img/lifetime_arrow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__txt {
    background-size: 30.7692307692vw 7.1794871795vw;
    width: 30.7692307692vw;
    height: 7.1794871795vw;
    margin-right: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__txt {
    background-size: 40.8854166667vw 9.375vw;
    width: 40.8854166667vw;
    height: 9.375vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__txt {
    background-size: 449px 103px;
    width: 449px;
    height: 103px;
  }
}
.p-m-lifetime__txt > span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .p-m-lifetime__txt > span {
    font-size: 4.1025641026vw;
    margin-top: -5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-lifetime__txt > span {
    font-size: 3.2552083333vw;
    margin-top: -2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-lifetime__txt > span {
    font-size: 3.6rem;
    margin-top: -20px;
  }
}

.p-m-result {
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-m-result {
    max-width: 89.7435897436vw;
    margin: 7.6923076923vw auto 0;
    padding: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-result {
    max-width: 91.1458333333vw;
    margin: 3.90625vw auto 0;
    padding: 3.90625vw 5.859375vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-result {
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 60px 30px;
  }
}

.p-m-result__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-m-result__title {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-result__title {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-result__title {
    font-size: 3.6rem;
  }
}

.p-m-result__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 480px) {
  .p-m-result__items {
    -moz-column-gap: 5.1282051282vw;
         column-gap: 5.1282051282vw;
    row-gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-result__items {
    gap: 6.5104166667vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-result__items {
    gap: 18px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .p-m-result__item {
    width: 25.641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-m-result__item {
    width: 22.1354166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-m-result__item {
    width: 170px;
  }
}

.p-cta {
  background-color: #333333;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .p-cta {
    padding: 7.6923076923vw 0;
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta {
    padding: 3.90625vw 2.6041666667vw;
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta {
    padding: 60px 0;
    margin-top: 120px;
  }
}

.p-cta__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1090px) {
  .p-cta__inner {
    max-width: 1200px;
  }
}

.p-cta__title {
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-cta__title {
    font-size: 4.6153846154vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__title {
    font-size: 3.125vw;
    margin-bottom: 8.4635416667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__title {
    font-size: 4rem;
    margin-bottom: 110px;
  }
}
.p-cta__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/arrow.svg);
  background-size: 100%;
}
@media screen and (max-width: 480px) {
  .p-cta__title::after {
    bottom: -10.2564102564vw;
    width: 7.6923076923vw;
    height: 8.2051282051vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__title::after {
    bottom: -7.8125vw;
    width: 5.9895833333vw;
    height: 6.3802083333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__title::after {
    bottom: -80px;
    width: 80px;
    height: 76px;
  }
}

.p-cta__content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-cta__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__content {
    flex-wrap: nowrap;
    margin-top: 60px;
    justify-content: space-between;
  }
}

.p-cta__content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-cta__content-inner {
    width: auto;
    flex-direction: column;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__content-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__content-inner {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .p-cta__company {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .p-cta__comtitle {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__comtitle {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__comtitle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .p-cta__logo {
    width: 41.0256410256vw;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__logo {
    width: 24.4791666667vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__logo {
    width: 228px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .p-cta__comname {
    width: 41.0256410256vw;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__comname {
    width: 24.4791666667vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__comname {
    width: 228px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .p-cta__branch {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__branch {
    font-size: 1.8229166667vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__branch {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.p-cta__branch > span {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  .p-cta__branch > span {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__branch > span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__branch > span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .p-cta__tel {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__tel {
    margin-left: auto;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__tel {
    margin-left: 40px;
  }
}
.p-cta__tel > a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .p-cta__tel > a {
    font-size: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__tel > a {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__tel > a {
    font-size: 5rem;
  }
}
.p-cta__tel > a::before {
  content: "tel";
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D72BB;
}
@media screen and (max-width: 480px) {
  .p-cta__tel > a::before {
    border-radius: 2.5641025641vw;
    width: 13.8461538462vw;
    height: 7.6923076923vw;
    padding: 0.5128205128vw 3.8461538462vw;
    margin-right: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__tel > a::before {
    border-radius: 1.3020833333vw;
    width: 8.0729166667vw;
    height: 5.078125vw;
    padding: 0.2604166667vw 1.953125vw;
    margin-right: 1.953125vw;
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__tel > a::before {
    border-radius: 10px;
    width: 80px;
    height: 54px;
    padding: 10px 20px 0;
    margin-right: 15px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .p-cta__tel > a > span {
    display: block;
    height: 7.6923076923vw;
    line-height: 1;
    padding-top: 0.7692307692vw;
  }
}
.p-cta__btnblock {
  margin-left: auto;
  display: inline-block;
  margin: 0 auto;
}

.p-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D72BB;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .p-cta__btn {
    font-size: 5.1282051282vw;
    border-radius: 25.641025641vw;
    padding: 2.5641025641vw 12.8205128205vw 1.2820512821vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-cta__btn {
    font-size: 3.90625vw;
    border-radius: 13.0208333333vw;
    padding: 1.3020833333vw 6.5104166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-cta__btn {
    font-size: 4.2rem;
    border-radius: 100px;
    padding: 30px 60px 20px;
  }
}

.p-ntype {
  background-color: #ffffff;
}

.p-ntype-kv {
  width: 100%;
  background-image: url(../img/typen_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .p-ntype-kv {
    height: 113.0769230769vw;
    padding: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-kv {
    height: 64.3229166667vw;
    padding: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-kv {
    height: 569px;
  }
}

.p-ntype-kv__inner {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .p-ntype-kv__inner {
    row-gap: 5.1282051282vw;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-kv__inner {
    align-items: center;
    -moz-column-gap: 3.90625vw;
         column-gap: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-kv__inner {
    align-items: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
    max-width: 1140px;
  }
}

@media screen and (max-width: 480px) {
  .p-ntype-kv__copy {
    width: 84.8717948718vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-kv__copy {
    width: 43.0989583333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-kv__copy {
    width: 433px;
  }
}

.p-ntype-prod {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 480px) {
  .p-ntype-prod {
    width: 100%;
    padding: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod {
    width: 30.3385416667vw;
    padding: 2.6041666667vw 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod {
    width: 505px;
    padding: 30px;
  }
}

.p-ntype-prod__cont {
  display: grid;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__cont {
    grid-template-columns: auto 109px;
    grid-template-rows: 1fr;
    grid-row-gap: 13px;
    grid-column-gap: 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__cont {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 2.6041666667vw;
    justify-items: center;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__cont {
    grid-template-columns: auto 175px;
    grid-template-rows: 1fr;
    grid-row-gap: 13px;
    grid-column-gap: 0px;
  }
}

.p-ntype-prod__cont-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__cont-inner {
    gap: 3.8461538462vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__cont-inner {
    gap: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__cont-inner {
    gap: 15px;
  }
}

.p-ntype-prod__title {
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__title {
    gap: 0vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__title {
    gap: 0.6510416667vw;
    justify-items: center;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__title {
    grid-area: 1/1/2/2;
    align-self: self-end;
    row-gap: 10px;
  }
}

.p-ntype-prod__title-txt {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__title-txt {
    gap: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__title-txt {
    gap: 1.3020833333vw;
    justify-items: center;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__title-txt {
    row-gap: 10px;
  }
}

.p-ntype-prod__exp {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__exp {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__exp {
    font-size: 1.8229166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__exp {
    font-size: 1.6rem;
  }
}

.p-ntype-prod__name {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__name {
    font-size: 10.2564102564vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__name {
    font-size: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__name {
    font-size: 5rem;
  }
}

.p-ntype-prod__logo {
  display: block;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__logo {
    width: 20.5128205128vw;
    height: 2.8205128205vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__logo {
    width: 13.0208333333vw;
    height: 1.6927083333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__logo {
    width: 129px;
    height: 17px;
  }
}

.p-ntype-prod__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p-ntype-prod__img {
    width: 28.2051282051vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-prod__img {
    width: 14.3229166667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-prod__img {
    width: 175px;
    grid-area: 1/2/3/3;
  }
}

.p-ntype-guarantee {
  list-style: none;
  display: flex;
  grid-area: 2/1/3/2;
  justify-content: center;
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-guarantee {
    gap: 1.3020833333vw;
    padding: 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-guarantee {
    justify-content: start;
    align-items: end;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-ntype-guarantee__item {
    width: 11.9791666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-ntype-guarantee__item {
    width: 104px;
  }
}

.p-n-points {
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-n-points {
    max-width: 89.7435897436vw;
    margin: 7.6923076923vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points {
    max-width: 91.1458333333vw;
    margin: 3.90625vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points {
    max-width: 1140px;
    margin: 60px auto 0;
  }
}

.p-n-points__title {
  background-color: #D2E1ED;
}
@media screen and (max-width: 480px) {
  .p-n-points__title {
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__title {
    font-size: 3.125vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__title {
    font-size: 3.6rem;
    padding: 20px 30px;
  }
}

.p-n-points__items {
  list-style: none;
  display: grid;
  counter-reset: item;
}
@media screen and (max-width: 480px) {
  .p-n-points__items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    margin: 7.6923076923vw auto 0;
    grid-row-gap: 7.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__items {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, 1fr);
    margin: 3.90625vw auto 0;
    grid-column-gap: 5.2083333333vw;
    grid-row-gap: 5.2083333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__items {
    width: 1060px;
    grid-template-columns: repeat(2, 500px);
    grid-template-rows: repeat(2, 1fr);
    margin: 45px auto 0;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

.p-n-points__item {
  counter-increment: item;
}

.p-n-points__ptitle {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p-n-points__ptitle {
    font-size: 4.6153846154vw;
    padding-left: 17.1794871795vw;
    height: 14.6153846154vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__ptitle {
    font-size: 2.34375vw;
    padding-left: 8.7239583333vw;
    height: 7.421875vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__ptitle {
    font-size: 3rem;
    padding-left: 90px;
    height: 83px;
  }
}
.p-n-points__ptitle::before, .p-n-points__ptitle::after {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .p-n-points__ptitle::before, .p-n-points__ptitle::after {
    width: 14.6153846154vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__ptitle::before, .p-n-points__ptitle::after {
    width: 7.421875vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__ptitle::before, .p-n-points__ptitle::after {
    width: 86px;
  }
}
.p-n-points__ptitle::before {
  content: "POINT";
  background-color: #0D72BB;
  border-radius: 100%;
}
@media screen and (max-width: 480px) {
  .p-n-points__ptitle::before {
    font-size: 3.3333333333vw;
    padding-bottom: 5.1282051282vw;
    height: 14.6153846154vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__ptitle::before {
    font-size: 1.6927083333vw;
    padding-bottom: 2.6041666667vw;
    height: 7.421875vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__ptitle::before {
    font-size: 2rem;
    padding-bottom: 30px;
    height: 86px;
  }
}
.p-n-points__ptitle::after {
  content: "0" counter(item);
}
@media screen and (max-width: 480px) {
  .p-n-points__ptitle::after {
    font-size: 7.4358974359vw;
    padding-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__ptitle::after {
    font-size: 3.7760416667vw;
    padding-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__ptitle::after {
    font-size: 4.4rem;
    padding-top: 30px;
  }
}

.p-n-points__img {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-n-points__img {
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__img {
    margin-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__img {
    margin-top: 20px;
  }
}
.p-n-points__img > img {
  width: auto;
}
@media screen and (max-width: 480px) {
  .p-n-points__img > img {
    height: 47.6923076923vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__img > img {
    height: 24.21875vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__img > img {
    height: 282px;
  }
}

@media screen and (max-width: 480px) {
  .p-n-points__txt {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-points__txt {
    font-size: 1.5625vw;
    margin-top: 1.3020833333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-points__txt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .p-n-cost {
    max-width: 89.7435897436vw;
    margin: 7.6923076923vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-cost {
    max-width: 91.1458333333vw;
    margin: 3.90625vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-cost {
    max-width: 1200px;
    margin: 60px auto 0;
  }
}

.p-n-cost__title {
  background-color: #D2E1ED;
}
@media screen and (max-width: 480px) {
  .p-n-cost__title {
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-cost__title {
    font-size: 3.125vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-cost__title {
    font-size: 3.6rem;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .p-n-cost__img {
    width: 89.7435897436vw;
    margin: 2.5641025641vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-cost__img {
    width: 91.1458333333vw;
    margin: 3.90625vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-cost__img {
    width: 1000px;
    margin: 60px auto 0;
  }
}
.p-n-cost__img > figcaption {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .p-n-cost__img > figcaption {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-n-cost__img > figcaption {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-n-cost__img > figcaption {
    margin-top: 30px;
  }
}

.p-battery-kv {
  width: 100%;
  background-image: url(../img/battery_bg.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  .p-battery-kv {
    margin-top: 7.6923076923vw;
    background-position: left top;
    background-size: 210%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv {
    height: 55.9895833333vw;
    margin-top: 7.8125vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv {
    height: 680px;
    margin-top: 120px;
  }
}

.p-battery-kv__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-battery-kv__inner {
    max-width: 89.7435897436vw;
    flex-direction: column;
    padding: 7.6923076923vw 2.5641025641vw 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__inner {
    max-width: 91.1458333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__inner {
    max-width: 985px;
  }
}

@media screen and (max-width: 480px) {
  .p-battery-kv__info {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__info {
    width: 59.8958333333vw;
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__info {
    width: 560px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .p-battery-kv__title {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__title {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .p-battery-kv__text {
    font-size: 3.5897435897vw;
    margin-top: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__text {
    font-size: 2rem;
  }
}

.p-battery-kv__note {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .p-battery-kv__note {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__note {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__note {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .p-battery-kv__img {
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__img {
    position: absolute;
    width: 39.9739583333vw;
    height: 46.875vw;
    top: 9.1145833333vw;
    left: 59.8958333333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__img {
    position: absolute;
    width: 520px;
    height: 544px;
    top: 130px;
    left: 570px;
  }
}

.p-battery-kv__guarantee {
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p-battery-kv__guarantee {
    width: 21.7948717949vw;
    height: 21.7948717949vw;
    bottom: 12.3076923077vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__guarantee {
    width: 11.0677083333vw;
    height: 11.0677083333vw;
    bottom: 3.2552083333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__guarantee {
    width: 104px;
    height: 104px;
    bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-battery-kv__guarantee > figcaption {
    white-space: nowrap;
  }
}

.p-battery-kv__prod {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .p-battery-kv__prod {
    width: 78.7179487179vw;
    height: 83.3333333333vw;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-battery-kv__prod {
    width: 39.9739583333vw;
    height: 42.3177083333vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-battery-kv__prod {
    width: 514px;
    height: 544px;
  }
}

@media screen and (max-width: 480px) {
  .p-b-schedule {
    max-width: 89.7435897436vw;
    margin: 7.6923076923vw auto 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-b-schedule {
    max-width: 91.1458333333vw;
    margin: 3.90625vw auto 0;
  }
}
@media screen and (min-width: 1090px) {
  .p-b-schedule {
    max-width: 985px;
    margin: 0 auto;
  }
}

.p-b-schedule__title {
  background-color: #D2E1ED;
}
@media screen and (max-width: 480px) {
  .p-b-schedule__title {
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-b-schedule__title {
    font-size: 3.125vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-b-schedule__title {
    font-size: 3rem;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .p-b-schedule__img {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 1090px) {
  .p-b-schedule__img {
    margin-top: 3.90625vw;
  }
}
@media screen and (min-width: 1090px) {
  .p-b-schedule__img {
    margin-top: 30px;
  }
}
.p-b-schedule__img > figcaption {
  text-align: right;
  padding-top: 2em;
}