@charset "utf-8";
/* COMMON
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  min-width: 1280px;
  color: #323232;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1rem;
}
main {
  position: relative;
  z-index: 1;
}
.wrapper {
  overflow-x: hidden;
  margin: auto;
  max-width: 1280px;
}
.container {
  margin: auto;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  opacity: .7;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.invisible {
  opacity: 0;
  visibility: hidden;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeInUp {
  animation-name: fadeUpAnime;
  visibility: visible;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.hidden_pc { display: block; }
.hidden_sp { display: block; }
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
a[href^="tel:"] {
  pointer-events: none;
  cursor: auto;
}
/* header
-------------------------------------------------------------- */
header {
  padding: 25px;
}
header .logo {
  justify-content: center;
  align-items: center;
}
/* mv
-------------------------------------------------------------- */
#mv {
  position: relative;
}
#mv h1 {
  font-size: 0;
}
/* bg
-------------------------------------------------------------- */
.bg01 {
  background: #FFF5E6 url(../img/bg01.png) no-repeat top center;
}
.bg02 {
  padding: 110px 0 90px;
  background: url(../img/bg02.png) no-repeat top center;
}
.bg03 {
  padding: 110px 0 90px;
  background: #FFF5E6 url(../img/bg03.png) no-repeat top center;
}
.bg04 {
  padding: 110px 0 70px;
  background: url(../img/bg04.png) no-repeat top center;
}
.bg05 {
  background: url(../img/bg05.png) no-repeat top center;
}
/* best
-------------------------------------------------------------- */
#best {
  position: relative;
  padding: 50px 0 70px;
}
#best .container {
  max-width: 970px;
}
#best h2 {
  padding-bottom: 20px;
  text-align: center;
}
#best li h3 {
  padding: 15px;
  background: #FF9203;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
}
#best li:nth-child(2) h3 {
  background: #3189FF;
}
#best li:last-child h3 {
  background: #05A173;
}
#best li p {
  position: relative;
  padding: 20px 20px 20px 55px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
#best li p::before {
  position: absolute;
  top: 23px;
  left: 25px;
  background: url(../img/best_ico01.svg) no-repeat center / contain;
  width: 24px;
  height: 20px;
  content: "";
}
#best li:nth-child(2) p::before {
  background: url(../img/best_ico02.svg) no-repeat center / contain;
}
#best li:last-child p::before {
  background: url(../img/best_ico03.svg) no-repeat center / contain;
}
#best .bevBox {
  position: relative;
  margin-top: 100px;
  padding: 80px 0 50px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
}
#best .bevBox h3 {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
/* know
-------------------------------------------------------------- */
#know {
  position: relative;
  padding: 80px 0;
  background: #fff;
  border-radius: 80px 80px 0 0;
  text-align: center;
}
#know .container {
  max-width: 970px;
}
#know h2 {
  padding-bottom: 30px;
}

/* whiteBox
-------------------------------------------------------------- */
.whiteBox {
  position: relative;
  margin: auto;
  padding-top: 70px;
  background: #fff;
  border-radius: 24px;
  max-width: 970px;
}
.whiteBox::before {
  position: absolute;
  top: -20px;
  width: 124px;
  height: 124px;
  content: "";
}
#battery.whiteBox::before {
  left: -20px;
  background: url(../img/battery_before.svg) no-repeat center / contain;
}
#safety.whiteBox::before {
  right: -20px;
  background: url(../img/safety_before.svg) no-repeat center / contain;
}
#way.whiteBox::before {
  left: -20px;
  background: url(../img/way_before.svg) no-repeat center / contain;
}
#subsidy.whiteBox::before {
  right: -20px;
  background: url(../img/subsidy_before.svg) no-repeat center / contain;
}
.whiteBox h2 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
/* battery
-------------------------------------------------------------- */
#battery .detailWrap.flex {
  margin-bottom: 60px;
  padding-top: 20px;
  justify-content: center;
  gap: 30px;
}
#battery .detailWrap .txtArea p {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#battery .detailWrap .txtArea .serach.flex {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#battery .detailWrap .txtArea .serach dt.flex {
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 129px;
  height: 36px;
  border-radius: 18px;
  background: #FF9203;
  color: #fff;
}
#battery .detailWrap .txtArea .serach span {
  font-size: 1.9rem;
  font-weight: 700;
}
#battery .detailWrap .txtArea .serach dd {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FF9203;
}
#battery figure {
  text-align: center;
}
#battery .txt-note {
  margin: 0 auto;
  max-width: 877px;
  font-size: 1.4rem;
}
#battery .txt-note li {
  padding-bottom: 20px;
  line-height: 1.4;
}
#battery .txt-note li:last-child {
  padding-bottom: 40px;
}
/* safety
-------------------------------------------------------------- */
#safety {
  margin-bottom: 70px;
}
#safety .detailWrap {
  padding: 0 30px 30px 0;
}
#safety .detailWrap .txtArea {
  max-width: 540px;
}
#safety .detailWrap .txtArea h3 span {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #FF9203;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #FF6621;
}
#safety .detailWrap .txtArea p {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#safety .detailWrap .txtArea p small {
  display: inline-block;
  font-size: 1.4rem;
}
/* way
-------------------------------------------------------------- */
#way {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
#way .detailWrap.flex {
  margin: auto;
  align-items: center;
  max-width: 800px;
}
#way .detailWrap h3 {
  position: relative;
  padding: 10px 0;
  width: 210px;
  color: #FF9203;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#way .detailWrap h3::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/way_line.svg) no-repeat center / contain;
  width: 6px;
  height: 100%;
  content: "";
}
#way .detailWrap p {
  width: 260px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#way .detailWrap figure {
  width: 300px;
  text-align: center;
}
.bg03 .txt-note {
  margin: 0 auto;
  max-width: 970px;
  font-size: 1.4rem;
}
.bg03 .txt-note li {
  padding-bottom: 30px;
  line-height: 1.4;
}
.bg03 .img03 {
  text-align: center;
}
/* subsidy
-------------------------------------------------------------- */
#subsidy {
  margin-bottom: 30px;
}
#subsidy .detailWrap {
  padding: 0 10px 0 40px;
}
#subsidy .detailWrap .txtArea {
  max-width: 370px;
}
#subsidy .detailWrap .txtArea h3 span {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #FF9203;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #FF6621;
}
#subsidy .detailWrap .txtArea p {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
#subsidy .detailWrap .txtArea p sub {
  vertical-align: bottom;
  font-size: 1.4rem;
}
#subsidy .detailWrap .txtArea p span {
  color: #FF9203;
  font-size: 2.4rem;
  font-weight: 500;
}
.bg04 .txt-note {
  margin: 0 auto;
  max-width: 970px;
  font-size: 1.4rem;
}
.bg04 .txt-note li {
  padding-bottom: 20px;
  line-height: 1.4;
}
/* lineup
-------------------------------------------------------------- */
#lineup {
  padding: 60px 0 80px;
}
#lineup h2 {
  padding-bottom: 30px;
  text-align: center
}
#lineup .container {
  max-width: 856px;
}
/* cv
-------------------------------------------------------------- */
#cv {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background: #fff;
  border-radius: 80px 80px 0 0;
  text-align: center;
}
#cv ul {
  gap: 20px;
  width: 496px;
}
#cv li {
  width: 100%;
}
#cv .btn a {
  position: relative;
  justify-content: center;
  align-items: center;
  background: #F18900;
  color: #fff;
  border-radius: 50px;
  height: 64px;
}
#cv .line a {
  background: #36D36C;
}
#cv .btn a span {
  font-size: 2rem;
  font-weight: 700;
}
#cv .btn .arrow {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

/* footer
-------------------------------------------------------------- */
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #FF9201;
  border-radius: 18px 18px 0 0;
  width: 100%;
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}
footer.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
footer ul.flex {
  margin: 30px 5%;
  gap: 10px 0;
  justify-content: center;
}
footer li {
  padding: 5px 20px;
  border-right: 1px solid #fff;
}
footer li:last-child {
  border: none;
}
footer li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer li a {
    font-size: 3rem;
  }
}