@media (max-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    font-size: 0;
    margin: 0 auto;
    z-index: 99; }
    .header .head-logo {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      left: 4%;
      width: 18%;
      height: auto;
      padding: 1vw;
      margin: 0; }
    .header .head-underarea {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      text-align: center;
      text-align: -webkit-center;
      width: 78%;
      height: auto;
      margin: 0 auto; }
      .header .head-underarea .head-contact {
        display: none; }
      .header .head-underarea .head-icon {
        display: block;
        position: relative;
        text-align: right;
        text-align: -webkit-right;
        width: auto;
        height: auto;
        padding: 1vw;
        margin: 0; }
        .header .head-underarea .head-icon a {
          display: inline-block;
          position: relative;
          vertical-align: middle;
          text-decoration: none;
          margin: 0 4%; }
          .header .head-underarea .head-icon a img {
            width: 4.5vw;
            height: auto; }
          .header .head-underarea .head-icon a:hover {
            animation-fill-mode: forwards;
            animation: flash .4s; }
  @keyframes flash {
    20% {
      opacity: 0.4; }
    50% {
      opacity: 1; } }
  .firstview {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/fst_bg.jpg) no-repeat center;
    background-size: cover;
    background-position: 60%; }
  .movie-content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: url(../img/movie_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 12vw 0;
    margin: 0 auto; }
    .movie-content .move-wrap {
      display: block;
      position: relative;
      font-size: 0;
      width: 90%;
      height: 100%;
      margin: 0 auto; }
      .movie-content .move-wrap .movie-left {
        display: block;
        position: relative;
        width: 100%;
        height: 52vw;
        margin: 0 auto 5vw; }
        .movie-content .move-wrap .movie-left iframe {
          width: 100%;
          height: 100%;
          border: none;
          overflow: hidden; }
      .movie-content .move-wrap .movie-right {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 5vw auto 0;
        background: rgba(255, 255, 255, 0.6);
        padding: 5vw 0; }
        .movie-content .move-wrap .movie-right h2 {
          display: block;
          position: relative;
          text-align: center;
          text-align: -webkit-center;
          font-size: 5vw;
          font-weight: bold;
          line-height: 1.4;
          margin: 0 auto 5vw; }
        .movie-content .move-wrap .movie-right p {
          display: block;
          position: relative;
          text-align: left;
          text-align: -webkit-left;
          font-size: 2.8vw;
          font-weight: bold;
          line-height: 1.6;
          width: 90%;
          height: auto;
          margin: 5vw auto 0; }
  .rose {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/rose_bg.jpg) no-repeat center;
    background-size: cover; }
  .gold {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/gold_bg.jpg) no-repeat center;
    background-size: cover; }
  .luxe {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/luxe_bg.jpg) no-repeat center;
    background-size: cover; }
  .luxe-rose {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/luxe_rose_bg.jpg) no-repeat center;
    background-position: 80%;
    background-size: cover; }
  .fantome {
    display: block;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/fantome_bg.jpg) no-repeat center;
    background-size: cover; }
  .champagne-text {
    display: block;
    position: absolute;
    text-align: left;
    text-align: -webkit-left;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 90%;
    height: auto;
    margin: 0 5%; }
    .champagne-text h2 {
      display: inline-block;
      position: relative;
      font-family: "OPTICopperplate";
      font-weight: 500;
      font-size: 8vw;
      line-height: 1;
      letter-spacing: .1vw;
      color: #fff;
      margin: 0 auto 2vw; }
    .champagne-text p {
      display: block;
      position: relative;
      font-size: 2.8vw;
      font-weight: bold;
      line-height: 1.6;
      letter-spacing: .02vw;
      color: #fff;
      margin: 2vw auto 0; }
  .contact {
    display: block;
    position: relative;
    text-align: center;
    text-align: -webkit-center;
    width: 100%;
    height: 100vh;
    background: url(../img/contact_bg.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto; }
    .contact .contact-title {
      display: block;
      position: relative;
      padding: 8vh 0;
      margin: 0 auto; }
      .contact .contact-title h2 {
        display: inline-block;
        position: relative;
        font-family: "OPTICopperplate";
        font-size: 8vw;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        margin: 0 auto; }
    .contact .contact-area {
      display: block;
      position: relative;
      width: 80%;
      height: auto;
      margin: 0 auto; }
      .contact .contact-area .form-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        font-size: 0;
        margin: -2vw auto; }
        .contact .contact-area .form-wrap .form-detail {
          display: block;
          position: relative;
          width: 100%;
          height: auto;
          margin: 2vw auto; }
          .contact .contact-area .form-wrap .form-detail .form-text {
            display: block;
            position: relative;
            vertical-align: middle;
            text-align: left;
            text-align: -webkit-left;
            width: 100%;
            height: auto;
            margin: 0 auto; }
            .contact .contact-area .form-wrap .form-detail .form-text h2 {
              font-size: 2.8vw;
              font-weight: bold;
              line-height: 1;
              color: #fff; }
          .contact .contact-area .form-wrap .form-detail .form-fill {
            display: block;
            position: relative;
            vertical-align: middle;
            text-align: left;
            text-align: -webkit-left;
            width: 100%;
            height: auto;
            margin: 0 auto; }
            .contact .contact-area .form-wrap .form-detail .form-fill input {
              display: block;
              position: relative;
              border: none;
              width: 100%;
              height: 7vw;
              background: #eeece6;
              padding: 0;
              margin: 0 auto;
              border-radius: 0; }
            .contact .contact-area .form-wrap .form-detail .form-fill textarea {
              display: block;
              position: relative;
              border: none;
              width: 100%;
              height: 35vw;
              background: #eeece6;
              padding: 0;
              margin: 0 auto; }
      .contact .contact-area .form-send {
        display: block;
        position: relative;
        margin: 8vh auto 0; }
        .contact .contact-area .form-send input {
          width: 60%;
          height: 8vw;
          border: none;
          font-family: "OPTICopperplate";
          font-size: 2.8vw;
          font-weight: 500;
          line-height: 4vw;
          transition-duration: .6s;
          color: #222;
          background: #fff;
          margin: 0 auto;
          -webkit-appearance: none;
          border-radius: 0; }
          .contact .contact-area .form-send input:hover {
            transition: .6s;
            color: #fff;
            background: #222; } }
