@media (min-width: 769px) {
  .header {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100vh;
    margin: 0 auto;
    background: #fff;
    margin: 0 auto;
    z-index: 99; }
    .header .head-logo {
      display: block;
      position: relative;
      width: 70%;
      height: auto;
      margin: 10% auto 0; }
    .header .head-underarea {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      text-align: -webkit-center;
      width: 100%;
      height: auto;
      margin: 0 auto 30%; }
      .header .head-underarea .head-contact {
        display: block;
        position: relative;
        text-align: center;
        text-align: -webkit-center;
        width: 100%;
        height: auto;
        margin: 0 auto 15%; }
        .header .head-underarea .head-contact a {
          text-decoration: none;
          color: #222; }
          .header .head-underarea .head-contact a p {
            display: inline-block;
            position: relative;
            font-family: "OPTICopperplate";
            font-size: 0.8vw;
            font-weight: bold;
            line-height: 1;
            margin: 0 auto; }
          .header .head-underarea .head-contact a .border {
            display: block;
            position: absolute;
            left: 0;
            width: 0;
            height: 2px;
            background: #222;
            margin: 0 0 0 35%;
            animation-name: width_scale;
            animation-timing-function: ease;
            animation-duration: 1.2s;
            animation-fill-mode: forwards; }
  @keyframes width_scale {
    0% {
      width: 0%; }
    100% {
      width: 65%; } }
  @-webkit-keyframes width_scale {
    0% {
      width: 0%; }
    100% {
      width: 65%; } }
      .header .head-underarea .head-icon {
        display: block;
        position: relative;
        text-align: center;
        text-align: -webkit-center;
        width: 70%;
        height: auto;
        margin: 15% 0 0 30%; }
        .header .head-underarea .head-icon a {
          display: inline-block;
          position: relative;
          vertical-align: middle;
          text-decoration: none;
          margin: 0 5%; }
          .header .head-underarea .head-icon a img {
            width: 1.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: 80%;
    height: 100vh;
    overflow-x: hidden;
    background: url(../img/fst_bg.jpg) no-repeat center;
    background-size: cover; }
  .movie-content {
    display: block;
    position: relative;
    width: 100%;
    height: 60vh;
    overflow-x: hidden;
    background: url(../img/movie_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 20vh 0;
    margin: 0 auto; }
    .movie-content .move-wrap {
      display: block;
      position: relative;
      font-size: 0;
      width: 80%;
      height: 100%;
      margin: 0 auto; }
      .movie-content .move-wrap .movie-left {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: 55%;
        height: 100%;
        margin: 0 2.5% 0 0; }
        .movie-content .move-wrap .movie-left iframe {
          width: 100%;
          height: 100%;
          border: none;
          overflow: hidden; }
      .movie-content .move-wrap .movie-right {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        width: 40%;
        height: auto;
        margin: 0 0 0 2.5%;
        background: rgba(255, 255, 255, 0.6);
        padding: 4vw 0; }
        .movie-content .move-wrap .movie-right h2 {
          display: block;
          position: relative;
          text-align: center;
          text-align: -webkit-center;
          font-size: 1.4vw;
          font-weight: bold;
          line-height: 1.4;
          margin: 0 auto 2vw; }
        .movie-content .move-wrap .movie-right p {
          display: block;
          position: relative;
          text-align: left;
          text-align: -webkit-left;
          font-size: 0.8vw;
          font-weight: bold;
          line-height: 1.4;
          width: 90%;
          height: auto;
          margin: 2vw 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-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: 5%;
    width: 45%;
    height: auto; }
    .champagne-text h2 {
      display: inline-block;
      position: relative;
      font-family: "OPTICopperplate";
      font-weight: 500;
      font-size: 1.4vw;
      line-height: 1;
      letter-spacing: .1vw;
      color: #fff;
      margin: 0 auto .5vw; }
    .champagne-text p {
      display: block;
      position: relative;
      text-shadow:1px 1px #000;
      font-size: 0.7vw;
      font-weight: bold;
      line-height: 1.6;
      letter-spacing: .02vw;
      color: #fff;
      margin: .5vw 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: 12vh 0;
      margin: 0 auto; }
      .contact .contact-title h2 {
        display: inline-block;
        position: relative;
        font-family: "OPTICopperplate";
        font-size: 2vw;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        margin: 0 auto; }
    .contact .contact-area {
      display: block;
      position: relative;
      width: 50%;
      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: inline-block;
            position: relative;
            vertical-align: middle;
            text-align: right;
            text-align: -webkit-right;
            width: 25%;
            height: auto;
            margin: 0 2.5% 0 0; }
            .contact .contact-area .form-wrap .form-detail .form-text h2 {
              font-size: 0.8vw;
              font-weight: bold;
              line-height: 1;
              color: #fff; }
          .contact .contact-area .form-wrap .form-detail .form-fill {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            text-align: left;
            text-align: -webkit-left;
            width: 70%;
            height: auto;
            margin: 0 0 0 2.5%; }
            .contact .contact-area .form-wrap .form-detail .form-fill input {
              display: block;
              position: relative;
              border: none;
              width: 100%;
              height: 2vw;
              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: 10vw;
              background: #eeece6;
              padding: 0;
              margin: 0 auto; }
      .contact .contact-area .form-send {
        display: block;
        position: relative;
        margin: 5vw auto 0; }
        .contact .contact-area .form-send input {
          width: 20%;
          height: 2.5vw;
          border: none;
          font-family: "OPTICopperplate";
          font-size: 0.8vw;
          font-weight: 500;
          line-height: 2.5vw;
          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; } }
