#wrapper section {
  position: relative;
  width: 100%;
}
#wrapper section.kv_area h2,
#wrapper section.kv_area p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#wrapper section.eco_area {
  padding: 150px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.eco_area {
    padding: 60px 5%;
  }
}
#wrapper section.eco_area > .inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
#wrapper section.eco_area > .inner .eco_logo {
  margin-bottom: 85px;
}
@media screen and (max-width: 960px) {
  #wrapper section.eco_area > .inner .eco_logo {
    margin-bottom: 40px;
  }
}
#wrapper section.eco_area > .inner h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #wrapper section.eco_area > .inner h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#wrapper section.eco_area > .inner p.txt {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #wrapper section.eco_area > .inner p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area {
  background: #f2f2f2;
  overflow: clip;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#wrapper section.about_area .main_img {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
#wrapper section.about_area .main_img img,
#wrapper section.about_area .main_img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center top;
}
#wrapper section.about_area .main_img img.desc,
#wrapper section.about_area .main_img picture.desc {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrapper section.about_area .about_slide {
  margin-top: -100svh;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  left: 0;
  transform: translateX(100%);
  min-width: 1695px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_slide {
    min-width: 800px;
  }
}
#wrapper section.about_area .about_slide img {
  transform: translateY(-50%);
}
#wrapper section.about_area .txt_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
#wrapper section.about_area .txt_box.txt3 {
  align-items: flex-start;
  padding-top: 15vh;
}
#wrapper section.about_area .txt_box > .inner {
  text-align: center;
  color: #fff;
}
#wrapper section.about_area .txt_box > .inner h2 {
  font-size: 60px;
  font-weight: 600;
  font-family: var(--ff_pop);
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .txt_box > .inner h2 {
    font-size: 40px;
  }
}
#wrapper section.about_area .txt_box > .inner h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .txt_box > .inner h3 {
    font-size: 20px;
  }
}
#wrapper section.about_area .txt_box > .inner p.txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .txt_box > .inner p.txt {
    font-size: 18px;
  }
}
#wrapper section.about_area .txt_box > .inner p.txt2 {
  font-size: 16px;
  line-height: 2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .txt_box > .inner p.txt2 {
    font-size: 14px;
  }
}
#wrapper section.about_area .txt_sc {
  position: relative;
  z-index: -1;
}
#wrapper section.about_area .txt_sc .sc {
  width: 100%;
  height: 100svh;
}
#wrapper section.about_area .desc_area {
  width: 100%;
  height: 100svh;
}
#wrapper section.board_area {
  width: 100%;
  background: #f2f2f2;
  padding: 70px 0 150px;
}
@media screen and (max-width: 960px) {
  #wrapper section.board_area {
    padding: 50px 5% 100px;
  }
}
#wrapper section.board_area .stop {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wrapper section.board_area .stop > .inner {
  width: 100%;
  max-width: 750px;
}
#wrapper section.board_area .stop > .inner h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #wrapper section.board_area .stop > .inner h2 {
    font-size: 22px;
  }
}
#wrapper section.board_area .stop > .inner p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.board_area .stop > .inner p.txt {
    font-size: 14px;
  }
}
#wrapper section.board_area .stop > .inner .board_slide {
  position: relative;
  text-align: center;
  margin: 40px auto 0;
}
#wrapper section.board_area .stop > .inner .board_slide .moving {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateX(-90%);
}
#wrapper section.board_area .sc {
  width: 100%;
  height: 40svh;
}
#wrapper section.solar_area {
  background: #f2f2f2;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area {
    padding: 0 5% 60px;
  }
}
#wrapper section.solar_area > .inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#wrapper section.solar_area > .inner .lead_area {
  background: #f2f2f2;
  z-index: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .lead_area {
    margin-bottom: 50px;
  }
}
#wrapper section.solar_area > .inner .lead_area h2 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .lead_area h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#wrapper section.solar_area > .inner .lead_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .lead_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.solar_area > .inner .solar_wrap {
  position: relative;
}
#wrapper section.solar_area > .inner .solar_wrap.solar1 {
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .solar_wrap.solar1 {
    margin-bottom: 70px;
  }
}
#wrapper section.solar_area > .inner .solar_wrap .solar {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .solar_wrap .solar {
    flex-direction: column;
  }
}
#wrapper section.solar_area > .inner .solar_wrap .solar .txt_area {
  width: 310px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .solar_wrap .solar .txt_area {
    width: 100%;
    margin-bottom: 30px;
  }
}
#wrapper section.solar_area > .inner .solar_wrap .solar .txt_area h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #7dc8fa;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .solar_wrap .solar .txt_area h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#wrapper section.solar_area > .inner .solar_wrap .solar .txt_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .solar_wrap .solar .txt_area p.txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
#wrapper section.solar_area > .inner .solar_wrap .solar .img#stand-solar svg {
  width: 468px !important;
}
#wrapper section.solar_area > .inner .solar_wrap .solar .img#ring-solar svg {
  width: 468px !important;
}
@media screen and (max-width: 960px) {
  #wrapper section.solar_area > .inner .solar_wrap .solar .img {
    position: static;
    width: 100%;
    text-align: center;
  }
  #wrapper section.solar_area > .inner .solar_wrap .solar .img img {
    margin: 0 auto;
    width: 90% !important;
  }
}
#wrapper section.solar_area > .inner .solar_wrap .solar_sc {
  width: 100%;
  height: 150svh;
  pointer-events: none;
}
#wrapper section.save_area {
  padding-top: 60px;
  background: #f2f2f2;
}
#wrapper section.save_area.off {
  background: #616161;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area {
    padding-bottom: 0;
  }
}
#wrapper section.save_area .lead_area {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto -10vh;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .lead_area {
    padding: 0 5%;
    margin-bottom: 0;
  }
}
@media screen and (min-height: 500px) {
  #wrapper section.save_area .lead_area {
    margin: 0 auto;
  }
}
#wrapper section.save_area .lead_area h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .lead_area h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#wrapper section.save_area .lead_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .lead_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.save_area .feature_area {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area.save {
    margin-bottom: 120px;
  }
}
#wrapper section.save_area .feature_area.save .save1 {
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area.save .save1 {
    padding-top: 0;
  }
}
#wrapper section.save_area .feature_area .main {
  position: sticky;
  top: 0;
  width: 100%;
}
#wrapper section.save_area .feature_area .main > .inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 100svh;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner {
    padding: 0;
    align-items: flex-start;
    padding-top: 70px;
  }
}
#wrapper section.save_area .feature_area .main > .inner .txt_area {
  position: relative;
  width: 500px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner .txt_area {
    width: 100%;
    padding: 0 5%;
  }
}
#wrapper section.save_area .feature_area .main > .inner .txt_area h2 {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner .txt_area h2 {
    font-size: 18px;
  }
}
#wrapper section.save_area .feature_area .main > .inner .txt_area h2:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #7dc8fa;
  position: absolute;
  top: 0;
  left: -13px;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner .txt_area h2:before {
    left: -10px;
  }
}
#wrapper section.save_area .feature_area .main > .inner .txt_area h2 span {
  display: block;
  font-size: 18px;
  color: #7dc8fa;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner .txt_area h2 span {
    font-size: 16px;
  }
}
#wrapper section.save_area .feature_area .main > .inner .txt_area p.txt {
  font-size: 14px;
  line-height: 2;
  width: 350px;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner .txt_area p.txt {
    width: 100%;
    font-size: 13px;
    line-height: 1.7;
  }
}
#wrapper section.save_area .feature_area .main > .inner .txt_area p.txt span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.save_area .feature_area .main > .inner .txt_area p.txt span {
    font-size: 10px;
  }
}
#wrapper section.save_area .feature_area .main > .inner .img {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
#wrapper section.save_area .feature_area .main > .inner .img#save {
  opacity: 0;
}
#wrapper section.save_area .feature_area .main > .inner .img#save.on {
  opacity: 1;
}
#wrapper section.save_area .feature_area .sc_area .sc {
  height: 150vh;
}
#wrapper section.gallery_area {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: #f2f2f2;
  z-index: 2;
  padding: 150px 0 100px;
}
@media screen and (max-width: 960px) {
  #wrapper section.gallery_area {
    padding: 100px 0 50px;
  }
}
#wrapper section.gallery_area > .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#wrapper section.gallery_area .lead_area {
  margin-top: auto;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  #wrapper section.gallery_area .lead_area {
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
#wrapper section.gallery_area .lead_area h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #wrapper section.gallery_area .lead_area h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#wrapper section.gallery_area .lead_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.gallery_area .lead_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.gallery_area .wrap {
  overflow: hidden;
}
#wrapper section.gallery_area .gallery_wrap {
  width: 100%;
  background: #000;
}
#wrapper section.gallery_area .gallery_wrap .gallery_slide {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#wrapper section.gallery_area .gallery_wrap .gallery_slide .gallery_items {
  width: 50%;
  display: flex;
}
#wrapper section.note {
  padding: 90px 0 20px;
  text-align: center;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.note {
    padding: 50px 0 10px;
  }
}
#wrapper section.note p {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.note p {
    font-size: 10px;
  }
}