    * {
      margin: 0;
      padding: 0;
    }

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }

    /* HTML5 display-role reset for older browsers */

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
      display: block;
    }

    body {
      line-height: 1;
    }


    .wrap {
      /* margin-top: 4%; */
    }

    /**/
    .is_pc {
      display: block;
    }
    .is_sp {
      display: none;
    }

    @media screen and (max-width: 860px) {
      .is_pc {
        display: none;
      }
      .is_sp {
        display: block;
      }
      
      .wrap {
        /* margin-top: 10%; */
      }
    }

    /**/
    /* 滿版視覺 */
    
    .img-section {
      margin: 0 auto;
      width: 100%;
    }

    .img-1000 {
      display: block;
      margin: 0 auto;
      max-width: 1000px;
    }

    .relative {
      position: relative;
    }

    .absolute {
      position: absolute;
    }

    .full-width {
      width: 100%;
      background-size: cover;
      background-position: center;
      text-align: center;
      margin: 0 auto;
      max-width: 1920px;
    }

    .lp02_btn {
      width: 25%;
      left: 38.5%;
      top: 85.5%;
    }

    .lp03_btn {
      width: 25%;
      left: 24.5%;
      top: 72.5%;
    }

    .lp06_btn {
      width: 25%;
      left: 53.5%;
      top: 54.5%;
    }

    .lp09_btn {
      width: 25%;
      left: 27.3%;
      top: 85.5%;
    }

    .offerBtn {
      transition: all 0.5s;
    }

    .offerBtn:hover {
      transform: translateY(10px);
      opacity: 0.9;
    }

    /* RWD 1000px */

    @media screen and (max-width: 1000px) {
      .img-1000 {
        width: 100%;
      }
      
      .lp02_btn {
        width: 40%;
        left: 31.5%;
        top: 85.5%;
      }

      .lp03_btn {
        width: 40%;
        left: 7.5%;
        top: 72.5%;
      }

      .lp06_btn {
        width: 40%;
        left: 53.5%;
        top: 54.5%;
      }

      .lp09_btn {
        width: 40%;
        left: 12.3%;
        top: 85.5%;
      }
    }
