@charset "UTF-8";

.lower-head-text .fs-s {
  font-size: 0.6em;
}
@media print, screen and (min-width: 768px) {
  .l-container-wide {
    min-width: auto;
  }
}
/*--brown-button--*/
.topix-deco-sp {
  color: #320D10;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25;
  width: 32rem;
  max-width: 90%;
  height: 3.4rem;
  border-radius: 100vh;
  background-color: #fff;
  border: 1px solid #320D10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.topix-deco>span {
  display: block;
  padding: 0 4rem;
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .topix-deco {
    font-weight: bold;
    line-height: 1.25;
    height: 5.4rem;
    border-radius: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
    padding: 0.5em 3.5em 0.5em 3.5em;
    margin: 20px 0 55px 0;
    font-size: 27px;
    text-align: center;
    overflow: hidden;
  }
}

/*--kengaku page--*/
.kengaku-button {
  display: inline-block;
  justify-content: center;
  width: 335px;
  max-width: 90%;
  height: auto;
  margin: 20px 0 6px 0;
/*
  border: 4px solid #320D10;
*/
}

.kengaku-button-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shikumi-img-cap {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0;
}

.genpatsu-shikumi-deco {
  width: 35px;
  padding: 15px 0 5px 0;
  overflow: hidden;
}

.shikumi-01 {
  margin: 15px 0 20px 0;
  row-gap: 5px;
  column-gap: 2rem;
}

.shikumi01-title-bg {
  display: flex;
  margin: 20px 0 20px 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.shikumi-sub-title {
  margin: 20px 0 20px 0;
}

.shikumi-img-pc {
  width: 90%;
}

.kengaku-click {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  color: #320D10;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .shikumi-01-img-box {
    width: fit-content;
    margin: 60px 10px -90px 10px;
  }
}

@media print, screen and (min-width: 768px) {

  .kengaku-click {
    font-size: 23px;
  }

  .shikumi-01-img-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }

  .shikumi-img-cap {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 27px;
    font-weight: 700;
  }

  .kengaku-button {
    display: inline-block;
    justify-content: center;
    width: 680px;
    height: auto;
    margin: 20px 0 20px 0;
    border: none;
  }

  .genpatsu-shikumi-deco {
    width: 35px;
    overflow: hidden;
  }

  .kengaku-button-bg {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-lower-title-shikumi-deco-girl {
    content: '';
    width: 6.3rem;
    height: 8.3rem;
    background: url(../img/genshiryoku/shikumi-01-deco-girl.png) no-repeat center center / contain;
    display: flex;
    position: relative;
    top: -117px;
    overflow: hidden;
  }
}

.c-lower-title-shikumi-deco-boy {
  content: '';
  width: 9.3rem;
  height: 7.3rem;
  background: url(../img/genshiryoku/shikumi-01-deco-boy.png) no-repeat center center / contain;
  display: flex;
  position: absolute;
  margin: -20px 0 0 0;
  right: 0.1em;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .enemix-img-pc {
    display: flex;
    position: relative;
    max-width: 1100px;
    /* min-width: 800px;
    width: 50vw; */
  }

  .c-lower-title-shikumi-deco-girl {
    content: '';
    width: 10.3rem;
    height: 14.3rem;
    background: url(../img/genshiryoku/shikumi-01-deco-girl.png) no-repeat center center / contain;
    position: absolute;
    left: 7px;
    bottom: 18px;
    overflow: hidden;
  }

  .c-lower-title-shikumi-deco-boy {
    content: '';
    width: 7.3rem;
    height: 12.3rem;
    background: url(../img/genshiryoku/shikumi-01-deco-boy.png) no-repeat center center / contain;
    flex-direction: column;
    right: 45px;
    margin-bottom: -7rem;
    overflow: hidden;
  }

  .shikumi-img-01 {
    position: relative;
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  .shikumi-img-01 {
    width: 80vw;
  }
}

/*--fukidashi image--*/
@media screen and (max-width: 767px) {
  .fukidashi-deco-pc {
    color: #348061;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25;
    width: 15.7rem;
    height: 4.4rem;
    border-radius: 100vh;
    background-color: #fff;
    border: 1px solid #91CAB3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
  }
}

/*--header--*/
.head-caption {
  display: flex;
  justify-content: flex-end;
  padding: 0.6em 6em 0.6em 6em;
}

.movie-button {
  width: 90%;
  padding: 1.2em 1.5em 1.2em 1.5em;
  margin: 0 auto 55px;
}

@media print, screen and (min-width: 768px) {
  .head-caption {
    padding: 0.6em 6em 0.6em 6em;
  }

  .movie-button {
    width: max-content;
    max-width: 715px;
    padding: 0.5em 2em 0.5em 2em;
    margin: 0 0 55px 0;
    font-size: 24px;
  }

  .ene-sec {
    padding: 8rem 0 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .gen-lower-head-sp {
    padding: 1.5rem 0 1rem 0;
  }

  .ene-sec {
    padding: 4rem 0 1rem 0;
  }
}

/*--enrgy--*/
.taiyoukou-hatsuden-img-01 {
  padding: 0;
  overflow: visible;
}
.energy-mix-title {
  display: flex;
  align-items: center;
  bottom: -50px;
}

.energy-mix-deco {
  padding: 8px 0 1px 0;
  overflow: hidden;
}

.energy-img-caption {
  font-size: 16px;
  text-align: left;
  color: #00B269;
  font-weight: 500;
  margin: 5px 20px 15px 20px;
}


.energymix-button-01 {
  padding: 1.2em 1.5em 1.2em 1.5em;
  margin: 10px 0 10px 0;
}

.energymix-button-02 {
  padding: 1.2em 2.5em 1.2em 2.5em;
  margin: 10px 0 10px 0;
}


.energymix-img {
  background-color: #EDE9E4;
  aspect-ratio: auto;
}

/* .gen-mix {
  margin: 0 25px 5px 25px;
} */

@media print, screen and (min-width: 768px) {
  .s3e-img {
    padding: 20px 0 15px 0;
    position: relative;
    width: 75vw;
    max-width: 1019px;
  }

  .energymix-button-01 {
    padding: 1.2em 1.5em 1.2em 1.5em;
    margin: 10px 0 10px 0;
    border-radius: 20px;
  }

  .energymix-button-02 {
    padding: 1.2em 2.5em 1.2em 2.5em;
    margin: 10px 0 10px 0;
    border-radius: 20px;
  }

  .energy-mix-deco {
    display: none;
  }

  .energymix-img {
    background-color: rgba(0, 0, 0, 0);
  }

  .enemix-box {
    padding: 0;
    max-width: none;
  }

  .gen-mix {
    margin: auto;
  }

  .enemix-fukidashi {
    margin: -10px 0 10px -10px;
    right: -20rem;
    position: relative;
    width: 265px;
    height: 89px;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    border: 3px solid #91CAB3;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 28px;
  }

  .enemix-fukidashi:after,
  .enemix-fukidashi:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 74%;
  }

  .enemix-fukidashi:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 21px;
    border-bottom-width: 21px;
    border-left-width: 18px;
    border-right-width: 4px;
    margin-left: -18px;
    margin-bottom: -1px;
    border-bottom-color: #FFFFFF;
  }

  .enemix-fukidashi:before {
    border-color: rgba(145, 202, 179, 0);
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 21px;
    border-right-width: 4px;
    margin-left: -19px;
    margin-bottom: 3px;
    border-bottom-color: #91CAB3;
  }

  .c-green2 {
    font-size: 14px;
    color: #00B269;
  }

  /* .indent-4 {
    display: flex;
    padding-left: 4em;
    justify-content: flex-end;
    text-align: left;
    margin-top: -50px;
  } */

  .energymix-img picture {
    /* bottom: 80px; */
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .energymix-img::before {
    display: none;
  }

  /* .note-text {
    margin-top: -12rem;
  } */

}

/* .enemix-box {
  padding: 3rem 20px 0;
  overflow: auto;
  display: flex;
  width: 75vw;
  justify-content: center;
  max-width: fit-content;
} */

/*--s3e--*/
.s3e-img-text {
  font-size: 14px;
  color: #00B269;
  text-align: left;
  line-height: 1.4rem;
}

.gen-sec {
  padding: 6rem 0 6rem 0;
}

.s3e-fukidashi {
  position: absolute;
  width: 185px;
  height: auto;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 2px solid #91CAB3;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  border-radius: 28px;
  /* margin: 0 0 -125px 0; */
  top: -47px;
  right: 4px;
}


.s3e-img-space {
  margin-bottom: -20px;
}

.s3e-fukidashi:after,
.s3e-fukidashi:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 34%;
}

.s3e-fukidashi:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 25px;
  border-bottom-width: 2px;
  border-left-width: -8px;
  border-right-width: 29px;
  margin-left: -12px;
  margin-top: -1px;
  border-top-color: #FFFFFF;
}

.s3e-fukidashi:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 28px;
  border-left-width: 3px;
  border-right-width: 32px;
  margin-left: -14px;
  margin-top: 1px;
  border-top-color: #91CAB3;
}

.s3e-img {
  padding: 0 20px 40px 20px;
}

.s3e-img-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  margin-top: 20px;
}

.c-lower-title-s3e-deco-mon {
  content: '';
  width: 6.3rem;
  height: 4.3rem;
  background: url(../img/genshiryoku/s3e-deco-mon.png) no-repeat center center / contain;
  position: absolute !important;
  top: auto;
  left: 25px;
  z-index: 1;
  overflow: hidden;
}

.c-lower-title-s3e-deco-tree {
  content: '';
  width: 5.3rem;
  height: 7.3rem;
  background: url("../img/genshiryoku/s3e-deco-tree.png") no-repeat center center / contain;
  position: absolute !important;
  top: 76.5%;
  right: 86%;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s3e-fukidashi-box .c-lower-title-num {
    position: absolute;
    top: -70px;
    right: 6px;
  }

  .s3e-fukidashi-box .c-lower-title-num > span {
    position: relative;
    top: 0;
    right: 0;
  }

  .on-fukidashi-deco-oul {
    overflow: hidden;
    z-index: 2;
    /* top: 18px; */
  }
}

@media print, screen and (min-width: 768px) {

  .on-fukidashi-deco-oul {
    right: -70px;
    overflow: hidden;
    z-index: 2;
  }

  .deco-cat {
    content: '';
    width: 7.3rem;
    height: 7.3rem;
    background: url(../img/genshiryoku/cat-deco.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 220px 630px 0 0;
  }

  .s3e-img-text {
    font-size: 14px;
    color: #00B269;
    text-align: left;
    line-height: 2rem;
  }

  .s3e-img-space {
    margin-bottom: 17rem;
  }

  .c-lower-title-num3-deco {
    display: none;
  }

  .on-fukidashi-deco-oul {
    overflow: hidden;
    z-index: 2;
  }

  .s3e-fukidashi-box {
    margin-bottom: -14rem;
    margin-right: -4rem;
  }

  .sec3 .l-container-wide {
    width: auto;
  }

  .s3e-fukidashi {
    position: relative;
    width: 260px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    border: 2px solid #91CAB3;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 28px;
    margin: 0 2rem -35rem 0;
    padding: 15px;
    z-index: 1;
    top: -70px;
  }
}

/*--omaezaki to energy--*/

@media print, screen and (min-width: 768px) {
  .gen-mix {
    max-width: 1100px;
    margin-bottom: 50px;
  }

  .gen-mix .note-text {
    margin-top: -1rem;
  }

  .on-img-deco-oul {
    display: none;
  }

  .on-img-deco-risu {
    content: '';
    width: 11.3rem;
    height: 13.3rem;
    background: url(../img/genshiryoku/risu-deco.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    top: 1rem;
    right: -2rem;
    z-index: 1;
    overflow: hidden
  }

  .on-img-deco-fox {
    content: '';
    width: 9.3rem;
    height: 12.3rem;
    background: url(../img/genshiryoku/fox-deco.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    bottom: -1.7rem;
    left: -5.1rem;
    z-index: 1;
    overflow: hidden
  }

  .omaezaki-energy-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .oe-title-box {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
  }

  .oe-title-pc {
    font-size: 35px;
    margin: 0px 10px 0 10px;
    color: #320D10;
  }

  .oe-list-button a {
    color: #320D10;
    text-align: center;
    border-radius: 1rem;
    margin: 18px 10px 18px 10px;
    height: 80px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    border: 2px solid #320D10;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #FFF;
    width: 325px;
    position: relative;
    z-index: 2;
  }

  .oe-list-button a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #320D10;
    position: absolute;
    margin: 0 -280px 0 0;
  }

  .c-lower-title-s3e-deco-mon {
    content: '';
    width: 12.3rem;
    height: 12.3rem;
    background: url(../img/genshiryoku/s3e-deco-mon-pc.png) no-repeat center center / contain;
    left: -120px;
    top: auto;
    bottom: 120px;
    overflow: hidden
  }

  .c-lower-title-s3e-deco-tree {
    content: '';
    width: 9.3rem;
    height: 12.3rem;
    background: url(../img/genshiryoku/s3e-deco-tree.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    right: -55px;
    top: auto;
    bottom: 120px;
    z-index: 1;
    overflow: hidden;
  }

  .bottom-button {
    display: block;
  }

  .birds-deco {
    content: '';
    width: 11.3rem;
    height: 15.3rem;
    background: url(../img/genshiryoku/birds-deco.png) no-repeat center center / contain;
    display: block;
    position: absolute;
    overflow: hidden;
    margin: -95px 0 0 600px;
  }
}

/*--
.c-lower-title-num1-deco {
  display: none;
}--*/
.s3e-box {
  display: flex;
  justify-content: center;
  max-width: fit-content;
}

@media screen and (max-width: 767px) {
  .chara-deco {
    margin: -25px;
    overflow: hidden
  }

  .omaezaki-energy-list {
    display: block;
    flex-wrap: nowrap;
    align-items: center;
  }

  .oe-list-button a {
    color: #320D10;
    text-align: center;
    border-radius: 1rem;
    margin: 23px 0 23px 0;
    height: 80px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    border: 1px solid #320D10;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .oe-title {
    font-size: 19.7px;
    margin: 0px 10px 0 10px;
    letter-spacing: 0;
  }

  .oe-list-button a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #320D10;
    position: absolute;
    right: 1rem;
  }
}

.oe-button {
  line-height: 25px;
  margin: 30px 0 0 0;
}

.oe-title-box {
  margin-bottom: 25px;
  letter-spacing: 2.5px;
}

.on-img-deco-oul {
  display: none;
  top: 30px;
  right: 140px;
  overflow: hidden
}

/*--footer--*/
.footer-deco4::after {
  content: "";
  width: 10.8rem;
  height: 100%;
  background: url(../img/genshiryoku/fotter-deco-oul.png) no-repeat center center/100% auto;
  position: absolute;
  top: -24rem;
  right: 1.3em;
  overflow: hidden
}

@media print, screen and (min-width: 768px) {
  .footer-deco4::after {
    content: "";
    width: 13.8rem;
    height: 100%;
    background: url(../img/genshiryoku/fotter-deco-oul-pc.png) no-repeat center center/100% auto;
    position: absolute;
    top: -20rem;
    right: 54.3em;
    overflow: hidden
  }
}