@charset "UTF-8";
/* でんきもおトクにはじめよう！部分のスタイル */

.denki_start__ttl {
  max-width: 821px;
  margin: auto;
  width: 90%;

  img {
    width: 100%;
    display: block;
    height: auto;
  }

  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.denki_start__sub {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  margin-top: 48px;
  line-height: 1.2;

  span {
    color: var(--color-setagaya-main);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FEE100));
    background: -webkit-linear-gradient(transparent 70%, #FEE100 30%);
    background: -o-linear-gradient(transparent 70%, #FEE100 30%);
    background: linear-gradient(transparent 70%, #FEE100 30%);
  }

  @media screen and (max-width: 768px) {
    font-size: 28px;
    margin-top: 24px;
  }
}

.denki_start__content {
  margin-top: -24px;
  margin-bottom: var(--section-margin-xs);

  @media screen and (max-width: 768px) {
    margin-top: 24px;
  }

  .onettl {
    margin-bottom: var(--section-margin-xs);
    font-size: 58px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;

    .line {
      width: 110px;
      display: inline-block;
      position: relative;

      &::after {
        content: "";
        height: 7px;
        width: 100%;
        background-color: #333333;
        position: absolute;
        left: 0;
        bottom: 11px;
      }

      @media screen and (max-width: 768px) {
        width: 64px;

        &::after {
          height: 5px;
        }
      }
    }

    .is-big {
      color: var(--color-main);
      font-size: 120px;
      font-family: "Oswald", sans-serif;

      @media screen and (max-width: 768px) {
        font-size: 80px;
        line-height: 1;
      }
    }

    .en {
      color: var(--color-main);
    }

    @media screen and (max-width: 768px) {
      font-size: 40px;
      line-height: 1.25;
    }
  }

  .oneimg {
    display: block;
    width: 100%;
    max-width: 610px;
    margin: auto;

    img {
      width: 100%;
      height: auto;
      display: block;
    }

    @media screen and (max-width: 768px) {
      max-width: 400px;
      margin-top: 40px;
    }
  }
}
