/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	fv
------------------------------------------------------ */
.fv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: url(../img/fv.webp) no-repeat center;
  background-size: cover;
}
.fv .fv__logo {
  position: absolute;
  left: 4%;
  top: 5%;
}
.fv .fv__body {
  width: 50%;
  width: 508px;
  margin: auto auto auto 10%;
}
.fv .fv__body .body__title img {
  display: block;
  margin-top: 20px;
}
.fv .fv__body .body__title .row03 {
  display: block;
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: bold;
}
.fv .fv__body .body__list {
  margin-top: 40px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.fv .fv__body .body__list li {
  position: relative;
  width: 164px;
  padding-top: 32.3%;
  background: url(../img/bg_fv01.svg) no-repeat left 8px center, url(../img/bg_fv02.svg) no-repeat right 8px center, #fff;
  background-size: 34px;
  border-radius: 50%;
  text-align: center;
}
.fv .fv__body .body__list li .list__title {
  position: absolute;
  bottom: calc(50% + 8px);
  left: 0;
  width: 100%;
  color: #0064FF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35;
}
.fv .fv__body .body__list li .list__text {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 100%;
}
.fv .fv__body .body__btnlist {
  margin-top: 40px;
  gap: 14px;
}
.fv .fv__body .body__btnlist li {
  width: calc(33.33% - 10px);
}
.fv .fv__body .body__btnlist .btn {
  font-size: 1.8rem;
}
.fv .fv__caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.35;
}

@media screen and (max-width: 1280px) {
  .fv .fv__body {
    margin-left: 6%;
  }
}
@media screen and (max-width: 810px) {
  .fv {
    justify-content: flex-end;
    min-height: 100vw;
    height: 100svh;
    padding: 0 0 80px;
    background: url(../img/sp_fv.webp) no-repeat center;
    background-size: cover;
  }
  .fv .fv__logo {
    position: absolute;
    left: 4%;
    top: 2%;
  }
  .fv .fv__logo img {
    width: 129px;
    height: auto;
  }
  .fv .fv__body {
    width: 92%;
    margin: 0 auto;
  }
  .fv .fv__body .body__title {
    position: relative;
    line-height: 1.35;
    z-index: 1;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  }
  .fv .fv__body .body__title img {
    display: block;
    width: 86%;
    max-width: 480px;
    margin-top: 10px;
  }
  .fv .fv__body .body__title .row03 {
    display: none;
  }
  .fv .fv__body .body__list {
    max-width: 480px;
    margin: -16px auto 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .fv .fv__body .body__list li {
    position: relative;
    width: 32.3%;
    padding-top: 32.3%;
    background: url(../img/bg_fv01.svg) no-repeat left 8px center, url(../img/bg_fv02.svg) no-repeat right 8px center, #fff;
    background-size: auto 75%;
  }
  .fv .fv__body .body__list li .list__title {
    bottom: auto;
    top: 50%;
    font-size: 1.6rem;
    transform: translateY(-50%);
  }
  .fv .fv__body .body__list li .list__text {
    display: none;
  }
  .fv .fv__body .body__btnlist {
    display: none;
  }
  .fv .fv__caption {
    right: 10px;
    bottom: 48%;
  }
}
/* ---------------------------------------------------
		trouble
------------------------------------------------------ */
.trouble .trouble__bg {
  padding: 120px 0 120px;
}
.trouble .section__title {
  font-size: 2.8rem;
  text-align: center;
}
.trouble .trouble__list {
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
.trouble .trouble__list .list__item {
  position: relative;
  width: 22.8%;
  max-width: 246px;
  padding-bottom: 40px;
  background: url(../img/bg_trouble01.png) no-repeat center bottom;
  background-size: 100%;
}
.trouble .trouble__list .list__item:nth-of-type(odd) {
  margin-top: 80px;
}
.trouble .trouble__list .list__item .item__text {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.trouble .trouble__list .list__item .item__text .bold {
  font-size: 1.6rem;
  font-weight: bold;
}
.trouble .trouble__bg02 {
  position: relative;
  padding: 70px 0 40px;
  background: #E6F1FA;
}
.trouble .trouble__bg02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 50svw 0px 50svw;
  border-color: #E6F1FA transparent transparent transparent;
}
.trouble .trouble__title {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 10px 15px;
  background: #27282A;
  border-radius: 16px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.trouble .trouble__title img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 20px);
  margin: 0 auto;
}
.trouble .trouble__lead {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.trouble .trouble__block {
  margin-top: 72px;
}
.trouble .trouble__block .block__item {
  width: 30.4%;
  max-width: 328px;
}
.trouble .trouble__block .block__item .item__head {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.trouble .trouble__block .block__item .item__head p {
  font-weight: bold;
}
.trouble .trouble__block .block__item .item__body {
  position: relative;
  margin-top: 70px;
  padding: 50px 20px 24px;
  background: #fff;
  border-radius: 24px;
  color: #0064FF;
  text-align: center;
}
.trouble .trouble__block .block__item .item__body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 20px);
  display: block;
  width: 0;
  height: 39px;
  margin: 0 auto;
  border-left: 2px dotted #0064FF;
}
.trouble .trouble__block .block__item .item__body p {
  max-width: 246px;
  margin: 24px auto 0;
  font-weight: bold;
  text-align: left;
}
.trouble .trouble__block .block__item .item__img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 177px;
  line-height: 1;
}
.trouble .trouble__arrow {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 810px) {
  .trouble .trouble__bg {
    padding: 48px 0 104px;
  }
  .trouble .section__title {
    font-size: 2.2rem;
  }
  .trouble .trouble__list {
    margin-top: 32px;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    text-align: center;
  }
  .trouble .trouble__list .list__item {
    position: relative;
    width: 50%;
    max-width: 246px;
    padding-bottom: 16px;
  }
  .trouble .trouble__list .list__item:nth-of-type(odd) {
    margin-top: 64px;
  }
  .trouble .trouble__list .list__item:nth-of-type(3) {
    margin-top: 8px;
  }
  .trouble .trouble__list .list__item:nth-of-type(4) {
    margin-top: -48px;
  }
  .trouble .trouble__list .list__item .item__img img {
    width: auto;
    height: 107px;
    object-fit: cover;
  }
  .trouble .trouble__list .list__item .item__text {
    margin-top: 8px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .trouble .trouble__list .list__item .item__text .bold {
    font-size: 1.5rem;
  }
  .trouble .trouble__bg02 {
    padding: 70px 0 40px;
  }
  .trouble .trouble__bg02::after {
    border-width: 48px 50svw 0px 50svw;
  }
  .trouble .trouble__title {
    width: 90%;
    max-width: 288px;
    padding: 24px 10px 20px;
    font-size: 2.2rem;
  }
  .trouble .trouble__lead {
    margin-top: 16px;
    font-size: 1.5rem;
    text-align: left;
  }
  .trouble .trouble__block {
    margin-top: 40px;
    gap: 40px 0;
  }
  .trouble .trouble__block .block__item {
    width: 100%;
    max-width: 100%;
  }
  .trouble .trouble__block .block__item .item__head {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .trouble .trouble__block .block__item .item__head p {
    font-weight: bold;
  }
  .trouble .trouble__block .block__item .item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 24px 24px;
    border-radius: 24px;
  }
  .trouble .trouble__block .block__item .item__body::before {
    bottom: calc(100% - 8px);
  }
  .trouble .trouble__block .block__item .item__body p {
    width: 56%;
    max-width: 100%;
    margin: 0;
  }
  .trouble .trouble__block .block__item .item__img {
    width: 38%;
    text-align: center;
    min-height: 0;
  }
  .trouble .trouble__block .block__item .item__img img {
    width: auto;
    height: 92px;
    object-fit: cover;
  }
}
/* ---------------------------------------------------
		product
------------------------------------------------------ */
.product {
  padding: 100px 0 100px;
  background: url(../img/bg01.png) no-repeat left top 50px, url(../img/bg02.png) no-repeat right top 500px;
}
.product .product__title {
  line-height: 1;
  text-align: center;
}
.product .product__lead {
  margin-top: -80px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.product .product__lead .color {
  color: #0064FF;
  font-weight: inherit;
}
.product .product__lead + p {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}
.product .product__movie {
  position: relative;
  max-width: 960px;
  margin: 60px auto 0;
}
.product .product__movie iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media screen and (max-width: 810px) {
  .product {
    padding: 80px 0 0;
    background: url(../img/bg01.png) no-repeat left top 50px, url(../img/bg02.png) no-repeat right top 180px;
    background-size: 60%;
  }
  .product .product__title img {
    width: calc(100% + 16px);
    max-width: 100vw;
    margin-left: -8px;
    margin-right: -8px;
  }
  .product .product__lead {
    margin-top: -56px;
    font-size: 1.8rem;
  }
  .product .product__movie {
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
	point
------------------------------------------------------ */
.point {
  padding: 80px 0;
}
.point .point__title {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.point .point__title .text {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  vertical-align: middle;
}
.point .point__title .logo {
  margin-bottom: 10px;
}
.point .point__title .num {
  color: #0064FF;
  font-size: 4.6rem;
  font-weight: bold;
}
.point .point__title .img {
  vertical-align: middle;
}
.point .point__list {
  width: 94%;
  max-width: 1344px;
  margin: 40px auto 0;
  gap: 48px 0;
  text-align: center;
}
.point .point__list .list__item {
  width: 48.3%;
  max-width: 648px;
}
.point .point__list .list__item .item__img img {
  border-radius: 16px;
}
.point .point__list .list__item .item__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.point .point__list .list__item .item__title .num {
  display: block;
  margin: -40px auto -5px;
  width: 58px;
  height: 58px;
  padding-top: 15px;
  background: #fff;
  border-radius: 100%;
  color: #0064FF;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.point .point__list .list__item .item__text {
  max-width: 326px;
  margin: 8px auto 0;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 810px) {
  .point {
    padding: 48px 0;
  }
  .point .point__title .text {
    margin-top: 20px;
    margin-right: 8px;
  }
  .point .point__list {
    width: calc(100% - 48px);
    margin-top: 16px;
    gap: 48px 0;
    text-align: center;
  }
  .point .point__list .list__item {
    width: 100%;
    max-width: 100%;
  }
  .point .point__list .list__item .item__img img {
    width: 100%;
    height: auto;
  }
}
/* ---------------------------------------------------
		buy
------------------------------------------------------ */
.buy {
  padding: 40px 0;
  background: linear-gradient(to bottom, rgb(0, 100, 255) 0%, rgb(32, 169, 254) 100%);
  color: #fff;
}
.buy .buy__box {
  padding: 16px;
  background: #fff;
  border-radius: 24px;
  color: #3C3C3C;
}
.buy .buy__box .box__img {
  width: 42.8%;
  max-width: 448px;
}
.buy .buy__box .box__img img {
  border-radius: 16px;
}
.buy .buy__box .box__body {
  width: 57%;
  text-align: center;
}
.buy .buy__box .box__body .body__title {
  font-weight: bold;
  line-height: 1.6;
}
.buy .buy__box .box__body .body__title .color {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 2.8rem;
  color: #0064FF;
  font-weight: bold;
  line-height: 1.5;
}
.buy .buy__box .box__body .body__name {
  margin-top: 16px;
  line-height: 1.35;
}
.buy .buy__box .box__body .body__name .text {
  display: block;
  width: 236px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4px 16px 8px;
  background: #0064FF;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.buy .buy__box .box__body .body__name .logo {
  margin-top: 16px;
}
.buy .buy__box .box__body .body__price {
  width: max-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 10px 20px 8px;
  border-top: 1px solid #D1B28B;
  border-bottom: 1px solid #D1B28B;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}
.buy .buy__box .box__body .body__price .num {
  color: #D1B28B;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
}
.buy .buy__box .box__body .body__price .tax {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.35;
}
.buy .buy__box .box__body .body__note {
  margin-top: 16px;
  font-weight: bold;
}
.buy .buy__title {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.buy .buy__btnlist {
  margin-top: 15px;
  gap: 20px;
}
.buy .buy__note {
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 810px) {
  .buy {
    padding: 24px 0 16px;
  }
  .buy .buy__box {
    padding: 16px 16px 12px;
    border-radius: 16px;
  }
  .buy .buy__box .box__img {
    width: 100%;
    max-width: 100%;
  }
  .buy .buy__box .box__img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .buy .buy__box .box__body {
    width: 100%;
    margin-top: 8px;
  }
  .buy .buy__box .box__body .body__title .color {
    font-size: 1.8rem;
  }
  .buy .buy__box .box__body .body__name {
    margin-top: 16px;
    line-height: 1.35;
  }
  .buy .buy__box .box__body .body__name .text {
    width: 160px;
    padding: 4px 16px 8px;
    font-size: 1.6rem;
  }
  .buy .buy__box .box__body .body__name .logo {
    width: 259px;
    height: auto;
    margin-top: 16px;
  }
  .buy .buy__box .box__body .body__price {
    margin-top: 16px;
    padding: 10px 16px 8px;
  }
  .buy .buy__box .box__body .body__note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .buy .buy__title {
    margin-top: 16px;
  }
  .buy .buy__btnlist {
    margin-top: 10px;
    gap: 16px;
  }
  .buy .buy__note {
    text-align: left;
  }
}
/* ---------------------------------------------------
		change
------------------------------------------------------ */
.change .change__bg {
  padding: 144px 0 100px;
  background: url(../img/bg01.png) no-repeat left top 120px, url(../img/bg02.png) no-repeat right top 44%, url(../img/bg01.png) no-repeat left top 90%;
}
.change .section__title {
  margin-bottom: 16px;
  font-size: 4.6rem;
}
.change .change__lead {
  text-align: center;
}
.change .change__block {
  margin-top: 100px;
}
.change .change__block .block__body {
  width: 40%;
  max-width: 348px;
  margin: 0 auto;
}
.change .change__block .block__body .body__title {
  color: #0064FF;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.change .change__block .block__body .body__title + * {
  margin-top: 20px;
}
.change .change__block .block__body p {
  line-height: 2;
}
.change .change__block .block__img {
  position: relative;
  width: 55.56%;
}
.change .change__block .block__img img {
  width: 100%;
  border-radius: 48px 0 0 48px;
}
.change .change__block .block__img .img__caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.35;
}
.change .change__block.reverse .block__img img {
  border-radius: 0 48px 48px 0;
}
.change .change__block + .change__block {
  margin-top: 100px;
}
.change .change__bg02 {
  padding: 50px 0 80px;
  background: #E6F1FA;
}
.change .change__list {
  width: 94%;
  max-width: 1344px;
  margin: 40px auto 0;
  gap: 48px 0;
  text-align: center;
}
.change .change__list .list__item {
  width: 48.3%;
  max-width: 648px;
}
.change .change__list .list__item .item__img img {
  border-radius: 12px;
}
.change .change__list .list__item .item__body {
  position: relative;
  width: 88%;
  margin: -32px auto 0;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #39B0FF;
  border-radius: 16px;
  font-weight: bold;
  text-align: left;
}
.change .change__list .list__item .item__body p {
  max-width: 454px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 810px) {
  .change .change__bg {
    padding: 72px 0 48px;
    background: url(../img/bg01.png) no-repeat left top 120px, url(../img/bg02.png) no-repeat right top 40%, url(../img/bg01.png) no-repeat left top 80%;
    background-size: 60%;
  }
  .change .section__title {
    margin-bottom: 16px;
    font-size: 3.4rem;
    text-align: left;
  }
  .change .change__lead {
    text-align: left;
  }
  .change .change__block {
    margin-top: 48px;
  }
  .change .change__block .block__body {
    width: calc(100% - 48px);
    max-width: 100%;
    margin: 0 auto;
  }
  .change .change__block .block__body .body__title {
    font-size: 2.8rem;
  }
  .change .change__block .block__img {
    width: calc(100% - 48px);
    max-width: 100%;
    margin: 24px auto 0;
  }
  .change .change__block .block__img img {
    width: 100%;
    border-radius: 16px;
  }
  .change .change__block .block__img .img__caption {
    right: 8px;
    bottom: 8px;
  }
  .change .change__block.reverse .block__img img {
    border-radius: 16px;
  }
  .change .change__block + .change__block {
    margin-top: 48px;
  }
  .change .change__bg02 {
    padding: 48px 0 48px;
  }
  .change .change__list {
    width: calc(100% - 48px);
    margin: 0 auto 0;
    gap: 32px 0;
  }
  .change .change__list .list__item {
    width: 100%;
    max-width: 100%;
  }
  .change .change__list .list__item .item__img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
}
/* ---------------------------------------------------
		design
------------------------------------------------------ */
.design {
  padding: 160px 0 40px;
}
.design .section__title {
  font-size: 3.4rem;
}
.design .design__block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 94%;
  height: 560px;
  margin-left: auto;
  border-radius: 48px 0 0 48px;
}
.design .design__block .block__body {
  width: 80%;
  max-width: 348px;
  margin: 5% 0 0 6%;
  color: #fff;
}
.design .design__block .block__body .body__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.design .design__block .block__body .body__title + * {
  margin-top: 16px;
}
.design .design__block .block__body p {
  line-height: 2;
}
.design .design__block + .design__block {
  margin-top: 40px;
}
.design .design__block.reverse {
  border-radius: 0 48px 48px 0;
  margin-left: 0;
}
.design .design__block.reverse .block__body {
  margin: auto 5% 4% auto;
}
.design .design__block.block01 {
  background: url(../img/img_design01.webp) no-repeat center;
  background-size: cover;
}
.design .design__block.block02 {
  background: url(../img/img_design02.webp) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .design {
    padding: 64px 0 0;
  }
  .design .section__title {
    font-size: 2.8rem;
  }
  .design .design__block {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 94%;
    height: 128vw;
    margin-left: auto;
    border-radius: 48px 0 0 48px;
  }
  .design .design__block .block__body {
    width: 80%;
    max-width: 348px;
    margin: 8% 0 0 7%;
  }
  .design .design__block .block__body .body__title {
    font-size: 2.2rem;
  }
  .design .design__block .block__body .body__title + * {
    margin-top: 12px;
  }
  .design .design__block .block__body p {
    line-height: 1.6;
  }
  .design .design__block + .design__block {
    margin-top: 16px;
  }
  .design .design__block.reverse {
    border-radius: 0 48px 48px 0;
    margin-left: 0;
  }
  .design .design__block.reverse .block__body {
    margin: auto 6% 6% auto;
  }
  .design .design__block.block01 {
    background: url(../img/sp_img_design01.webp) no-repeat center;
    background-size: cover;
  }
  .design .design__block.block02 {
    background: url(../img/sp_img_design02.webp) no-repeat center;
    background-size: cover;
  }
}
/* ---------------------------------------------------
		story
------------------------------------------------------ */
.story {
  padding: 200px 0 110px;
  background: url(../img/bg02.png) no-repeat right top 24px;
}
.story .section__title {
  margin-bottom: 40px;
  font-size: 3.4rem;
  text-align: left;
}
.story .section__title .line {
  margin-top: 32px;
  margin-left: 0;
  font-weight: bold;
}
.story .story__block .block__body {
  width: 54%;
}
.story .story__block .block__img {
  width: 45%;
}
.story .story__block .block__img img {
  border-radius: 16px;
}
.story .story__text {
  line-height: 2;
}
.story .story__textbtn {
  width: max-content;
  margin-top: 24px;
  color: #0064FF;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.5;
}
.story .story__textbtn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 6px 6px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
.story .story__hidden .story__hidden {
  display: none;
}

@media screen and (max-width: 810px) {
  .story {
    padding: 80px 0 40px;
    background: url(../img/bg02.png) no-repeat right top 24px, url(../img/bg01.png) no-repeat left top 48%;
    background-size: 60%;
  }
  .story .section__title {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }
  .story .section__title .line {
    margin-top: 16px;
    margin-left: 0;
    font-weight: bold;
  }
  .story .story__block .block__body {
    width: 100%;
  }
  .story .story__block .block__img {
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .story .story__block .block__img img {
    aspect-ratio: 328/360;
    border-radius: 16px;
    object-fit: cover;
  }
  .story .story__textbtn {
    margin: 16px auto 0;
    text-align: center;
  }
  .story .story__hidden {
    display: none;
  }
  .story .story__hidden .story__hidden {
    display: block;
  }
}
/* ---------------------------------------------------
		howto
------------------------------------------------------ */
.howto {
  position: relative;
  padding: 100px 0;
}
.howto::before {
  content: "";
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
  height: 772px;
  background: url(../img/bg01.png) no-repeat left top;
  z-index: -1;
}
.howto > * {
  position: relative;
}
.howto .howto__movie {
  position: relative;
  max-width: 960px;
  margin: 60px auto 0;
}
.howto .howto__movie iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media screen and (max-width: 810px) {
  .howto {
    padding: 48px 0 64px;
  }
  .howto::before {
    content: none;
  }
  .howto .howto__movie {
    width: calc(100% + 32px);
    margin: 40px -16px 0;
  }
}
/* ---------------------------------------------------
		energy
------------------------------------------------------ */
.energy .energy__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 746px;
  background: url(../img/bg_energy01.webp) no-repeat center;
  background-size: cover;
}
.energy .energy__bg .bg__body {
  max-width: 360px;
  margin: 0 auto 0 calc(78% - 180px);
}
.energy .energy__bg .bg__body .body__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.energy .energy__bg .bg__body .body__title .num {
  font-size: 2.8rem;
  font-weight: bold;
}
.energy .energy__bg .bg__body .body__title .color {
  color: #0064FF;
  font-size: 2.8rem;
  font-weight: bold;
}
.energy .energy__bg .bg__body .body__price {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}
.energy .energy__bg .bg__body .body__price .text {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: bottom;
  text-align: center;
}
.energy .energy__bg .bg__body .body__price .color {
  display: inline-block;
  color: #0064FF;
  font-size: 3.4rem;
  font-weight: bold;
}
.energy .energy__bg .bg__body .body__price .num {
  font-size: 12rem;
  font-weight: 500;
  line-height: 80px;
}
.energy .energy__bg .bg__body .body__text {
  margin-top: 24px;
}
.energy .energy__bg .bg__body .body__box {
  margin-top: 32px;
  padding: 30px;
  background: #0064FF;
  border-radius: 16px;
  color: #fff;
}
.energy .energy__bg .bg__body .body__box .box__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.energy .energy__bg .bg__body .body__box .box__title + * {
  margin-top: 16px;
}

@media screen and (max-width: 1280px) {
  .energy .energy__bg {
    height: 640px;
  }
  .energy .energy__bg .bg__body .body__price .num {
    font-size: 10rem;
    line-height: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .energy .energy__bg {
    height: 580px;
  }
  .energy .energy__bg .bg__body {
    max-width: 340px;
    margin: 0 auto 0 calc(78% - 160px);
  }
  .energy .energy__bg .bg__body .body__price .num {
    font-size: 9rem;
    line-height: 66px;
  }
  .energy .energy__bg .bg__body .body__box {
    margin-top: 24px;
    padding: 24px;
  }
  .energy .energy__bg .bg__body .body__box .box__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 810px) {
  .energy .energy__bg {
    display: block;
    height: auto;
    background: none;
  }
  .energy .energy__bg .bg__img img {
    width: 100%;
    height: auto;
  }
  .energy .energy__bg .bg__body {
    max-width: calc(100% - 48px);
    margin: 32px auto 0;
  }
  .energy .energy__bg .bg__body .body__price {
    margin-top: 32px;
  }
  .energy .energy__bg .bg__body .body__price .color {
    font-size: 3.4rem;
  }
  .energy .energy__bg .bg__body .body__price .num {
    font-size: 12rem;
  }
  .energy .energy__bg .bg__body .body__text {
    margin-top: 16px;
  }
  .energy .energy__bg .bg__body .body__box {
    margin-top: 24px;
    padding: 30px;
  }
}
/* ---------------------------------------------------
		spec
------------------------------------------------------ */
.spec {
  padding: 124px 0 100px;
}
.spec .section__title {
  margin-bottom: 16px;
}
.spec .spec__lead {
  text-align: center;
}
.spec .spec__block {
  margin-top: 56px;
}
.spec .spec__block .block__body {
  width: 37.1%;
}
.spec .spec__block .block__body .body__img {
  text-align: center;
}
.spec .spec__block .block__img {
  width: 54.1%;
  max-width: 584px;
}
.spec .spec__block .block__img .img__caption {
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
.spec .spec__table {
  width: 100%;
  margin-top: 24px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.spec .spec__table tr:nth-of-type(even) {
  background: #F6F6F6;
}
.spec .spec__table tr:nth-of-type(even) th,
.spec .spec__table tr:nth-of-type(even) td {
  padding-top: 2px;
  padding-bottom: 2px;
}
.spec .spec__table th,
.spec .spec__table td {
  padding: 10px 0;
}

@media screen and (max-width: 810px) {
  .spec {
    padding: 80px 0 40px;
  }
  .spec .section__title {
    margin-bottom: 16px;
  }
  .spec .spec__lead {
    text-align: left;
  }
  .spec .spec__block {
    margin-top: 24px;
  }
  .spec .spec__block .block__body {
    width: 100%;
  }
  .spec .spec__block .block__body .body__img img {
    width: 142px;
    height: auto;
  }
  .spec .spec__block .block__img {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .spec .spec__block .block__img img {
    width: 100%;
    height: auto;
  }
  .spec .spec__block .block__img .img__caption {
    font-size: 1.6rem;
    text-align: left;
  }
  .spec .spec__table {
    max-width: 304px;
    margin: 20px auto 0;
  }
  .spec .spec__table th,
  .spec .spec__table td {
    padding: 10px 0;
  }
  .spec .spec__table th {
    width: 96px;
  }
}
/* ---------------------------------------------------
		faq
------------------------------------------------------ */
.faq {
  padding: 124px 0 200px;
}
.faq .section__title {
  margin-bottom: 8px;
}
.faq .faq__list {
  max-width: 780px;
  margin: 0 auto;
}
.faq .faq__list .list__row {
  padding: 24px 0;
  border-bottom: 1px solid #C8C8C8;
}
.faq .faq__list dt {
  position: relative;
  padding-left: 48px;
  font-size: 1.6rem;
  font-weight: bold;
}
.faq .faq__list dd {
  position: relative;
  margin-top: 10px;
  padding-left: 48px;
}
.faq .faq__list .q,
.faq .faq__list .a {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  padding-top: 6px;
  border: 1px solid #3C3C3C;
  border-radius: 50%;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.faq .faq__list .a {
  background: #0064FF;
  border-color: #0064FF;
  color: #fff;
}

@media screen and (max-width: 810px) {
  .faq {
    padding: 40px 0 72px;
  }
  .faq .section__title {
    margin-bottom: 8px;
    font-size: 2.8rem;
  }
  .faq .faq__list {
    max-width: 780px;
    margin: 0 auto;
  }
  .faq .faq__list dt {
    padding-left: 48px;
  }
}
/* ---------------------------------------------------
	section
------------------------------------------------------ */