@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  margin: 0; }

#lp-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-family: 'A+tanp-ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.75;
  color: #000000;
  height: 100%; }
  #lp-wrapper h1,
  #lp-wrapper h2,
  #lp-wrapper h3,
  #lp-wrapper h4,
  #lp-wrapper h5,
  #lp-wrapper h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; }
  #lp-wrapper div,
  #lp-wrapper p,
  #lp-wrapper figure,
  #lp-wrapper figcaption,
  #lp-wrapper dl,
  #lp-wrapper dt,
  #lp-wrapper dd {
    margin: 0;
    padding: 0; }
  #lp-wrapper ul,
  #lp-wrapper ol,
  #lp-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #lp-wrapper a {
    text-decoration: none; }
  #lp-wrapper img {
    width: 100%;
    height: auto;
    display: block; }
  #lp-wrapper #lp-main {
    background-color: #FFF398;
    padding: 30px;
    margin-bottom: 60px; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-main {
        padding: 15px 15px 30px 15px;
        margin-bottom: 40px; } }
    #lp-wrapper #lp-main #lp-main-image {
      width: 60%;
      padding-left: 50px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-main #lp-main-image {
          width: 100%;
          margin-bottom: 30px;
          padding-left: 0; } }
    #lp-wrapper #lp-main #lp-main-info {
      width: 40%; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-main #lp-main-info {
          width: 100%; } }
      #lp-wrapper #lp-main #lp-main-info #lp-main-info-inner {
        width: 70%;
        margin: 0 auto; }
        @media all and (max-width: 767px) {
          #lp-wrapper #lp-main #lp-main-info #lp-main-info-inner {
            width: 100%; } }
        #lp-wrapper #lp-main #lp-main-info #lp-main-info-inner #lp-main-hdl {
          width: 65%;
          margin: 0 auto;
          margin-bottom: 30px; }
          @media all and (max-width: 767px) {
            #lp-wrapper #lp-main #lp-main-info #lp-main-info-inner #lp-main-hdl {
              width: 55%; } }
        #lp-wrapper #lp-main #lp-main-info #lp-main-info-inner #lp-main-desc {
          font-size: 16px; }
          @media all and (max-width: 767px) {
            #lp-wrapper #lp-main #lp-main-info #lp-main-info-inner #lp-main-desc {
              font-size: 14px;
              padding: 0 15px; } }
  @media all and (min-width: 768px) {
    #lp-wrapper #lp-profile {
      width: 960px;
      margin: 0 auto;
      margin-bottom: 60px; } }
  @media all and (max-width: 767px) {
    #lp-wrapper #lp-profile {
      padding: 0 30px;
      margin-bottom: 50px; } }
  #lp-wrapper #lp-profile #lp-profile-inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-profile #lp-profile-inner {
        padding: 20px 0 40px 0; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-profile #lp-profile-inner {
        padding: 20px 0; } }
    #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-title {
      font-family: 'Spartan', sans-serif;
      font-size: 11px;
      text-align: center;
      letter-spacing: .03rem;
      margin-bottom: 20px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-title {
          margin-bottom: 10px; } }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 828px;
        margin: 0 auto; } }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-image {
        width: 14.7%; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-image {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 20px; } }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc {
        width: 82%; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc {
        width: auto; } }
    #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-name {
      font-family: 'A+tanp-ヒラギノ角ゴ ProN W6', 'Hiragino Kaku Gothic ProN W6', sans-serif;
      font-size: 16px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-name {
          font-size: 14px;
          text-align: center;
          margin-bottom: 10px; } }
    #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-txt {
      font-size: 14px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-txt {
          font-size: 12px;
          margin-bottom: 5px; } }
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-txt a {
        color: #FA9595;
        text-decoration: underline;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
      #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-txt a:hover {
        color: #727272; }
      @media all and (min-width: 768px) {
        #lp-wrapper #lp-profile #lp-profile-inner #lp-profile-split #lp-profile-desc #lp-profile-txt .lp-br {
          display: none; } }
  @media all and (min-width: 768px) {
    #lp-wrapper #lp-file {
      width: 828px;
      margin: 0 auto;
      margin-bottom: 100px; } }
  @media all and (max-width: 767px) {
    #lp-wrapper #lp-file {
      margin-bottom: 60px; } }
  #lp-wrapper #lp-file #lp-file-inner #lp-file-title {
    position: relative;
    width: 267px;
    margin: 0 auto;
    margin-bottom: 50px; }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-title {
        width: 48%;
        margin-bottom: 45px; } }
    #lp-wrapper #lp-file #lp-file-inner #lp-file-title #lp-file-type {
      position: absolute;
      top: 50px;
      left: -20%;
      width: 344px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-file #lp-file-inner #lp-file-title #lp-file-type {
          top: 35px;
          left: -25%;
          width: 140%; } }
  #lp-wrapper #lp-file #lp-file-inner #lp-file-hdl {
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px; }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-hdl {
        font-size: 12px;
        text-align: left;
        padding: 0 30px;
        margin-bottom: 20px; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-hdl br {
        display: none; } }
  #lp-wrapper #lp-file #lp-file-inner #lp-file-split {
    margin-bottom: 40px; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-image {
      width: 38%; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-image {
          width: 75%;
          margin: 0 auto;
          margin-bottom: 20px; } }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list {
        width: 55%; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list {
        padding: 0 30px; } }
    #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list .lp-file-list-part {
      position: relative;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      margin-bottom: 40px;
      font-size: 14px;
      padding: 20px 0; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list .lp-file-list-part {
          margin-bottom: 30px; } }
      #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list .lp-file-list-part .lp-file-list-number {
        position: absolute;
        top: -11px;
        left: 0;
        width: 32px;
        background-color: #fff; }
        #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list .lp-file-list-part .lp-file-list-number img {
          width: 22px;
          height: auto; }
      #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list .lp-file-list-part .lp-file-list-text {
        text-align: center; }
    #lp-wrapper #lp-file #lp-file-inner #lp-file-split #lp-file-list .lp-file-list-part:last-child {
      margin-bottom: 0; }
  #lp-wrapper #lp-file #lp-file-inner #lp-file-desc {
    font-size: 14px; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-desc {
        width: 80%;
        margin: 0 auto; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-file #lp-file-inner #lp-file-desc {
        font-size: 13px;
        padding: 0 30px; } }
  @media all and (min-width: 768px) {
    #lp-wrapper .lp-cd {
      width: 960px;
      margin: 0 auto;
      margin-bottom: 100px; } }
  @media all and (max-width: 767px) {
    #lp-wrapper .lp-cd {
      margin-bottom: 60px; } }
  #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-number {
    font-family: 'Spartan', sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: .1rem; }
    @media all and (max-width: 767px) {
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-number {
        font-size: 11px; } }
  #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-hdl {
    font-family: 'A+tanp-ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: .3rem;
    margin-bottom: 5px; }
    @media all and (max-width: 767px) {
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-hdl {
        font-size: 21px; } }
  #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-desc {
    font-size: 15px;
    text-align: center;
    margin-bottom: 60px;
    /*br {

          @include mq(mobile) {
            display: none;
          }

        }*/ }
    @media all and (max-width: 767px) {
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-desc {
        padding: 0 30px;
        margin-bottom: 30px; } }
  @media all and (min-width: 768px) {
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media all and (min-width: 768px) {
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-image {
      width: 50%; } }
  @media all and (max-width: 767px) {
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-image {
      margin-bottom: 40px; } }
  @media all and (min-width: 768px) {
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info {
      width: 50%; } }
  #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner {
    margin: 0 auto; }
    @media all and (min-width: 768px) {
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner {
        width: 65%; } }
    @media all and (max-width: 767px) {
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner {
        padding: 0 30px; } }
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .lp-cd-info-image {
      margin-bottom: 20px; }
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .lp-cd-info-hdl {
      font-family: 'A+tanp-ヒラギノ明朝 StdN W5', 'Hiragino Mincho ProN W6', serif;
      font-size: 15px;
      text-align: center;
      margin-bottom: 10px; }
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .lp-cd-info-desc {
      font-size: 13px;
      margin-bottom: 15px; }
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .slick-dots {
      text-align: center;
      margin-top: 15px;
      font-size: 0;
      z-index: 5; }
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .slick-dots li {
        display: inline-block;
        cursor: pointer;
        border-radius: 8px;
        background-color: #D5D5D5;
        height: 8px;
        width: 8px;
        margin: 0 5px; }
        #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .slick-dots li button {
          border: 0;
          background: transparent;
          display: none;
          height: 8px;
          width: 8px;
          outline: none;
          line-height: 0px;
          font-size: 0px;
          color: transparent;
          cursor: pointer;
          padding: 0; }
      #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .slick-dots li.slick-active {
        border: none; }
    #lp-wrapper .lp-cd .lp-cd-inner .lp-cd-split .lp-cd-info .lp-cd-info-inner .slick-dots li.slick-active {
      background-color: #FFF07F; }
  #lp-wrapper .lp-cd-2 .lp-cd-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  #lp-wrapper .lp-cd-2 .lp-cd-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  @media all and (min-width: 768px) {
    #lp-wrapper #lp-advice {
      width: 960px;
      margin: 0 auto;
      /*margin-bottom: 100px;*/ } }
  #lp-wrapper #lp-advice #lp-advice-inner {
    padding: 0 40px 40px 40px;
    background-image: url("../images/lp_bg_1.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 100% 183px; }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-advice #lp-advice-inner {
        background-size: 100% 330px; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-advice #lp-advice-inner {
        padding: 0 30px 20px 30px; } }
    #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-title {
      font-family: 'Spartan', sans-serif;
      font-size: 13px;
      text-align: center;
      letter-spacing: .03rem; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-title {
          font-size: 11px; } }
    #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-hdl {
      font-size: 18px;
      text-align: center;
      margin-bottom: 20px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-hdl {
          font-size: 14px; } }
    #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-desc {
      margin: 0 auto;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 15px 0;
      font-size: 14px;
      text-align: center;
      margin-bottom: 40px; }
      @media all and (min-width: 768px) {
        #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-desc {
          width: 480px; } }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-image {
      width: 400px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-image {
          width: 100%;
          margin-bottom: 15px; } }
    #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-info {
      width: 390px; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-info {
          width: 100%; } }
      #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-info #lp-advice-info-hdl {
        font-family: 'A+tanp-ヒラギノ明朝 StdN W5', 'Hiragino Mincho ProN W6', serif;
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px; }
        @media all and (max-width: 767px) {
          #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-info #lp-advice-info-hdl {
            font-size: 15px;
            margin-bottom: 10px; } }
      #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-info #lp-advice-info-desc {
        font-size: 16px;
        margin-bottom: 15px; }
        @media all and (max-width: 767px) {
          #lp-wrapper #lp-advice #lp-advice-inner #lp-advice-split #lp-advice-info #lp-advice-info-desc {
            font-size: 12px; } }
  #lp-wrapper .lp-cd-credit {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px; }
    #lp-wrapper .lp-cd-credit li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #lp-wrapper .lp-cd-credit a {
      text-decoration: underline;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    #lp-wrapper .lp-cd-credit a:hover {
      color: #CCC; }
  #lp-wrapper #lp-banner {
    margin-top: 100px; }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-banner {
        margin-top: 40px;
        padding: 0 30px; } }
    #lp-wrapper #lp-banner #lp-banner-inner div {
      width: 760px;
      margin: 0 auto; }
      @media all and (max-width: 767px) {
        #lp-wrapper #lp-banner #lp-banner-inner div {
          width: 100%; } }
      #lp-wrapper #lp-banner #lp-banner-inner div a img {
        opacity: 1;
        -webkit-transition: all .2s ease;
        transition: all .2s ease; }
      #lp-wrapper #lp-banner #lp-banner-inner div a:hover img {
        opacity: .7; }
  @media all and (min-width: 768px) {
    #lp-wrapper #lp-after {
      width: 100%; } }
  @media all and (max-width: 767px) {
    #lp-wrapper #lp-after {
      padding: 0 30px;
      margin-bottom: 40px; } }
  #lp-wrapper #lp-after #lp-after-text {
    padding-top: 60px; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-after #lp-after-text {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.05rem;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: center; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-after #lp-after-text {
        font-size: 12px;
        margin-bottom: 30px;
        line-height: 2;
        padding-top: 40px; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-after #lp-after-text br {
        display: none; } }
  @media all and (min-width: 768px) {
    #lp-wrapper #lp-after #lp-after-btn {
      margin-bottom: 40px; } }
  @media all and (max-width: 767px) {
    #lp-wrapper #lp-after #lp-after-btn {
      margin-bottom: 40px; } }
  #lp-wrapper #lp-after #lp-after-btn a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-align: center;
    background-color: #1A1A1A;
    color: #FFFFFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin: 0 auto; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-after #lp-after-btn a {
        font-size: 16px;
        width: 280px;
        height: 49px;
        line-height: 49px;
        border-radius: 29px; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-after #lp-after-btn a {
        font-size: 14px;
        width: 200px;
        height: 38px;
        line-height: 38px;
        border-radius: 20px; } }
  @media all and (min-width: 768px) {
    #lp-wrapper #lp-after #lp-after-btn a:hover {
      background-color: #727272; } }
  #lp-wrapper #lp-after #lp-after-credit-title {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    letter-spacing: .05rem;
    margin-bottom: 15px; }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-after #lp-after-credit-title {
        font-size: 14px;
        margin-bottom: 5px; } }
  #lp-wrapper #lp-after #lp-after-credit {
    font-family: Helvetica, Arial, sans-serif;
    color: #848484;
    text-align: center;
    letter-spacing: .05rem; }
    @media all and (min-width: 768px) {
      #lp-wrapper #lp-after #lp-after-credit {
        font-size: 13px; } }
    @media all and (max-width: 767px) {
      #lp-wrapper #lp-after #lp-after-credit {
        font-size: 10px; } }
  #lp-wrapper .vi {
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  #lp-wrapper .vi.active {
    opacity: 1; }
  #lp-wrapper .vi-img img {
    opacity: 0;
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  #lp-wrapper .vi-img.active img {
    opacity: 1; }
  #lp-wrapper .vi-img-d img {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
  #lp-wrapper .vi-img-d.active img {
    opacity: 1; }
  #lp-wrapper .vi-x-t-l {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  #lp-wrapper .vi-x-t-l.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  #lp-wrapper .vi-x-t-r {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  #lp-wrapper .vi-x-t-r.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  #lp-wrapper .vi-x-t-l-d {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  #lp-wrapper .vi-x-t-l-d.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  #lp-wrapper .vi-x-t-r-d {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  #lp-wrapper .vi-x-t-r-d.active {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
  #lp-wrapper .vi-y-t-t {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  #lp-wrapper .vi-y-t-t.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  #lp-wrapper .vi-y-t-t-d {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  #lp-wrapper .vi-y-t-t-d.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  #lp-wrapper .vi-y-t-t-2 {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all .8s ease;
    transition: all .8s ease; }
  #lp-wrapper .vi-y-t-t-2.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
