<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* border-box */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1080px;
  color: #fff;
  font-size: 1.8rem;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 200;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

a,
._hover {
  color: inherit;
  transition: opacity 0.3s;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover,
  ._hover:hover {
    opacity: 0.6;
  }
}
._spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  ._spOnly {
    display: block;
  }

  ._pcOnly {
    display: none !important;
  }
}
._text-image {
  font: 0/0 a;
  line-height: 1;
  background-repeat: no-repeat;
  background-size: contain;
}

._font-BN {
  font-family: 'Bebas Neue', cursive;
  font-weight: 700;
}

#site-wrapper {
  position: relative;
  padding-top: 50px;
  color: #ccc;
  overflow: hidden;
  background: url(../images/pc_bg_page-01.png) no-repeat 53% 170px #000000;
}

.inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.button-style {
  position: relative;
  display: inline-block;
  width: 570px;
  max-width: 100%;
  margin-left: -8px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
  background: url(../images/ico_arrow.png) no-repeat 94.6% 46% #F8BF26;
}
.button-style::before {
  position: absolute;
  top: 8px;
  right: -8px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F8BF26;
  z-index: 1;
  content: '';
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
    font-size: calc(28 / 750 * 100vw);
  }

  #site-wrapper {
    padding-top: calc(45 / 750 * 100vw);
    background-image: url(../images/sp_bg_page-01.png);
    background-size: calc(440 / 750 * 100vw) auto;
    background-position: 130% calc(230 / 750 * 100vw);
  }

  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .button-style {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(588 / 750 * 100vw);
    height: calc(128 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
    background-size: calc(12 / 750 * 100vw) auto;
  }
  .button-style::before {
    top: calc(13 / 750 * 100vw);
    right: calc(-13 / 750 * 100vw);
  }
}
/* header
-------------------------*/
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .seiko-logo {
  width: 217px;
  height: 74px;
  background-image: url(../images/logo-seiko.png);
}
header .brand-logo {
  width: 251px;
  height: 41px;
  margin-top: 11px;
  background-image: url(../images/logo_prospex.png);
}

@media screen and (max-width: 768px) {
  header {
    padding: 0 calc(34 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  header .seiko-logo {
    width: calc(262 / 750 * 100vw);
    height: calc(92 / 750 * 100vw);
  }
  header .brand-logo {
    width: calc(274 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
    margin-top: 0;
  }
}
/* mv
-------------------------*/
.mv {
  margin-bottom: 130px;
}
.mv .flexbox {
  display: flex;
  margin-bottom: 90px;
  padding: 68px 90px 0 130px;
}
.mv .flexbox .site-title {
  width: 441px;
  height: 456px;
  margin: 0 auto;
  background-image: url(../images/pc_txt_main.png);
}
.mv .flexbox .present {
  position: relative;
  width: 452px;
  height: 452px;
  margin-left: -90px;
  background: url(../images/bg_present.png) no-repeat;
}
.mv .flexbox .present .image {
  padding: 77px 76px 60px 148px;
}
.mv .flexbox .present .image img {
  overflow: hidden;
  width: 226px;
  height: auto;
  border-radius: 50%;
  visibility: hidden;
}
.mv .flexbox .present .text {
  padding-right: 45px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: right;
  line-height: 1.7;
}
.mv .lead {
  font-size: 2.0rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: calc(130 / 750 * 100vw);
  }
  .mv .flexbox {
    display: block;
    margin-bottom: calc(60 / 750 * 100vw);
    padding: calc(66 / 750 * 100vw) 0 0 calc(40 / 750 * 100vw);
  }
  .mv .flexbox .site-title {
    width: calc(455 / 750 * 100vw);
    height: calc(467 / 750 * 100vw);
    margin: 0;
    background-image: url(../images/sp_txt_main.png);
  }
  .mv .flexbox .present {
    display: flex;
    flex-direction: row-reverse;
    width: auto;
    height: auto;
    margin: calc(-150 / 750 * 100vw) 0 0 0;
    background: none;
  }
  .mv .flexbox .present .image {
    width: calc(498 / 750 * 100vw);
    height: calc(498 / 750 * 100vw);
    margin: 0 calc(-10 / 750 * 100vw) 0 calc(-110 / 750 * 100vw);
    padding: calc(81 / 750 * 100vw) 0 0 calc(157 / 750 * 100vw);
    background: url(../images/bg_present.png) no-repeat center center/110% auto;
  }
  .mv .flexbox .present .image img {
    width: calc(250 / 750 * 100vw);
  }
  .mv .flexbox .present .text {
    width: calc(347 / 750 * 100vw);
    padding: calc(225 / 750 * 100vw) 0 0 0;
    font-size: calc(28 / 750 * 100vw);
    text-align: left;
    white-space: nowrap;
  }
  .mv .lead {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
}
/* newitem
-------------------------*/
.newitem {
  margin-bottom: 153px;
}
.newitem .section-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.newitem .section-title::after {
  display: block;
  width: 120px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #F8BF26;
  content: '';
}
.newitem .text {
  margin-bottom: 140px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.15;
}
.newitem .item .flexbox {
  display: flex;
  align-items: center;
}
.newitem .item .text-area {
  position: relative;
  max-width: 511px;
  height: 405px;
  padding: 50px 50px 50px 60px;
}
.newitem .item .text-area::before {
  position: absolute;
  top: 8px;
  right: -8px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F8BF26;
  z-index: 1;
  content: '';
}
.newitem .item .text-area::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #000, #18181A);
  z-index: 2;
  content: '';
}
.newitem .item .text-area div {
  position: relative;
  z-index: 3;
}
.newitem .item .name {
  color: #F8BF26;
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
.newitem .item .data {
  font-size: 1.6rem;
  line-height: 2;
}
.newitem .item .description {
  margin-top: 35px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.newitem .item.-item01 {
  margin-bottom: 100px;
}
.newitem .item.-item01 .text-area {
  margin-left: -70px;
}
.newitem .item.-item02 .flexbox {
  flex-direction: row-reverse;
}
.newitem .item.-item02 .text-area {
  margin-right: -70px;
}
.newitem .link {
  margin-top: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newitem {
    margin-bottom: calc(110 / 750 * 100vw);
  }
  .newitem .section-title {
    margin-bottom: calc(34 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: -0.05em;
  }
  .newitem .section-title::after {
    width: calc(120 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin-top: calc(5 / 750 * 100vw);
  }
  .newitem .text {
    margin-bottom: calc(100 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .newitem .item .flexbox {
    display: block;
  }
  .newitem .item .image img {
    width: 100%;
  }
  .newitem .item .text-area {
    max-width: calc(670 / 750 * 100vw);
    height: calc(530 / 750 * 100vw);
    margin: calc(-35 / 750 * 100vw) auto 0 auto;
    padding: calc(45 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  .newitem .item .text-area::before {
    top: calc(13 / 750 * 100vw);
    right: calc(-13 / 750 * 100vw);
  }
  .newitem .item .name {
    font-size: calc(30 / 750 * 100vw);
  }
  .newitem .item .data {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.9;
  }
  .newitem .item .description {
    margin-top: calc(35 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .newitem .item.-item01 {
    margin-bottom: calc(120 / 750 * 100vw);
  }
  .newitem .item.-item01 .text-area {
    margin-left: auto;
  }
  .newitem .item.-item02 .text-area {
    margin-right: auto;
  }
  .newitem .link {
    margin-top: calc(120 / 750 * 100vw);
  }
}
/* boutique
-------------------------*/
.boutique {
  position: relative;
  margin-bottom: 150px;
  padding: 92px 0 85px 0;
}
.boutique::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1040px;
  height: 100%;
  margin-left: -520px;
  border: 1px solid #F8BF26;
  content: '';
}
.boutique .section-title {
  margin-bottom: 95px;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.boutique .section-title::after {
  display: block;
  width: 120px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #F8BF26;
  content: '';
}
.boutique .flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  background-image: linear-gradient(-45deg, #000 0%, #1F2022);
}
.boutique .image {
  display: block;
  width: 50%;
  padding: 30px 30px 30px 0;
  text-align: right;
  background: url(../images/bg_img_sbdc150.png) no-repeat left center;
}
.boutique .text-area {
  width: 520px;
  padding: 65px 50px 0 20px;
}
.boutique .text-area .name {
  color: #F8BF26;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 2;
}
.boutique .text-area .data {
  font-size: 1.6rem;
}
.boutique .text-area .description {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.3;
}
.boutique .point {
  text-align: center;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .boutique {
    position: relative;
    margin-bottom: calc(100 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) 0;
  }
  .boutique::before {
    width: calc(670 / 750 * 100vw);
    margin-left: calc(-335 / 750 * 100vw);
  }
  .boutique .section-title {
    margin-bottom: calc(55 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
  }
  .boutique .section-title::after {
    width: calc(120 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
  .boutique .flexbox {
    display: block;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .boutique .image {
    position: relative;
    top: calc(-20 / 750 * 100vw);
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  .boutique .text-area {
    width: 100%;
    margin-top: calc(-14 / 750 * 100vw);
    padding: 0 calc(80 / 750 * 100vw) calc(44 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
  .boutique .text-area .name {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.7;
  }
  .boutique .text-area .data {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .boutique .text-area .description {
    margin-top: calc(35 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .boutique .point {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
}
/* original
-------------------------*/
.original {
  position: relative;
  margin-bottom: 152px;
  color: #000;
  z-index: 1;
}
.original .box {
  position: relative;
  padding: 100px 70px 150px 100px;
  background-color: #fff;
}
.original .box::before {
  position: absolute;
  top: 8px;
  right: -8px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F8BF26;
  z-index: -1;
  content: '';
}
.original .section-title {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.original .section-title::after {
  display: block;
  width: 120px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #F8BF26;
  content: '';
}
.original .flexbox {
  display: flex;
  justify-content: space-between;
}
.original .main {
  width: 445px;
}
.original .text-area {
  width: 375px;
}
.original .text {
  font-size: 1.6rem;
  line-height: 2.2;
}
.original .cloth {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.original .cloth .cloth-image {
  width: 126px;
}
.original .cloth .cloth-text {
  width: 225px;
  font-size: 1.6rem;
  line-height: 2.2;
}
.original .note {
  position: absolute;
  bottom: 90px;
  left: 100px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .original {
    margin-bottom: calc(140 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }
  .original .box {
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  .original .box::before {
    display: none;
  }
  .original .section-title {
    margin-bottom: calc(45 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
  }
  .original .section-title::after {
    width: calc(120 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
  .original .flexbox {
    display: block;
  }
  .original .main {
    display: block;
    width: 100%;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .original .text-area {
    width: 100%;
  }
  .original .text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .original .cloth {
    margin-top: calc(55 / 750 * 100vw);
  }
  .original .cloth .cloth-image {
    width: calc(223 / 750 * 100vw);
  }
  .original .cloth .cloth-image img {
    width: 100%;
  }
  .original .cloth .cloth-text {
    width: calc(325 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .original .note {
    position: static;
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
/* concierge
-------------------------*/
.concierge {
  margin-bottom: 0;
}
.concierge .section-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.concierge .section-title::after {
  display: block;
  width: 120px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #F8BF26;
  content: '';
}
.concierge .text {
  margin-bottom: 35px;
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
.concierge .text strong {
  color: #F8BF26;
  font-weight: 200;
}
.concierge .link {
  text-align: center;
}
.concierge .image {
  padding: 122px 0 55px 0px;
  margin-top: 80px;
  text-align: center;
  background: url(../images/bg_ginza.png) no-repeat center bottom/cover;
}
.concierge .image .caption {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .concierge {
    margin-bottom: 0;
  }
  .concierge .section-title {
    margin-bottom: calc(35 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
  .concierge .section-title::after {
    width: calc(120 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
  .concierge .text {
    margin-bottom: calc(90 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .concierge .link {
    text-align: center;
  }
  .concierge .image {
    padding: calc(110 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-top: calc(110 / 750 * 100vw);
    text-align: center;
    background: url(../images/bg_ginza.png) no-repeat center bottom/cover;
  }
  .concierge .image .caption {
    margin-top: calc(45 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
/* fair
-------------------------*/
.fair {
  position: relative;
  padding: 125px 0 120px 0;
  text-align: center;
  z-index: 1;
}
.fair::before {
  position: absolute;
  top: -290px;
  left: 50%;
  width: 100%;
  height: calc(100% + 290px);
  background: url(../images/pc_bg_page-02.png) no-repeat 47% top;
  transform: translateX(-50%);
  pointer-events: none;
  content: '';
  z-index: 2;
}
.fair .box {
  position: relative;
  display: inline-block;
  width: 680px;
  padding: 105px 0;
}
.fair .box &gt; div {
  position: relative;
  z-index: 3;
}
.fair .box::before {
  position: absolute;
  top: 8px;
  right: -8px;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F8BF26;
  z-index: 1;
  content: '';
}
.fair .box::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-45deg, #000, #18181A);
  z-index: 2;
  content: '';
}
.fair .section-title {
  width: 403px;
  height: 98px;
  margin: 0 auto 45px auto;
  background-image: url(../images/pc_txt_fair.png);
}
.fair .text {
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
}
.fair .note {
  margin-top: 35px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fair {
    padding: calc(150 / 750 * 100vw) calc(40/ 750 * 100vw) calc(160/ 750 * 100vw) calc(40/ 750 * 100vw);
  }
  .fair::before {
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/sp_bg_page-02.png) no-repeat center calc(8 / 750 * 100vw);
    background-size: 131% auto;
    transform: translateX(0);
  }
  .fair .box {
    width: 100%;
    padding: calc(60/ 750 * 100vw) 0;
  }
  .fair .box::before {
    top: calc(13 / 750 * 100vw);
    right: calc(-13 / 750 * 100vw);
  }
  .fair .section-title {
    width: calc(537 / 750 * 100vw);
    height: calc(98 / 750 * 100vw);
    margin: 0 auto calc(45 / 750 * 100vw) auto;
    background-image: url(../images/sp_txt_fair.png);
  }
  .fair .text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
  }
  .fair .note {
    margin-top: calc(25 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
/* footer
-------------------------*/
footer address {
  padding: 70px 0;
  font-style: normal;
  background-image: linear-gradient(-45deg, #000, #18181A);
}
footer address .inner {
  display: flex;
  justify-content: space-between;
}
footer address .left-content {
  padding-left: 70px;
}
footer address .left-content .logo {
  display: flex;
}
footer address .left-content .seiko-logo {
  width: 121px;
  height: 40px;
  background-image: url(../images/logo-seiko.png);
}
footer address .left-content .brand-logo {
  width: 221px;
  height: 35px;
  margin-left: 40px;
  background-image: url(../images/logo_prospex.png);
}
footer address .left-content .site-name {
  margin-top: 10px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
}
footer address .right-content {
  padding: 0 75px 0 20px;
  border-left: 4px solid #F8BF26;
  font-size: 1.4rem;
  line-height: 1.75;
}
footer .copyright {
  padding: 30px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer address {
    padding: calc(100 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
  footer address .inner {
    display: block;
  }
  footer address .left-content {
    margin-bottom: calc(40 / 750 * 100vw);
    padding-left: 0;
  }
  footer address .left-content .logo {
    display: flex;
    justify-content: space-between;
  }
  footer address .left-content .seiko-logo {
    width: calc(196 / 750 * 100vw);
    height: calc(66 / 750 * 100vw);
  }
  footer address .left-content .brand-logo {
    width: calc(356 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    margin-left: 0;
  }
  footer address .left-content .site-name {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    text-align: center;
  }
  footer address .right-content {
    padding: 0 0 0 calc(30 / 750 * 100vw);
    border-left-width: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.7;
  }
  footer .copyright {
    padding: calc(40 / 750 * 100vw) 0 calc(50 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.animate {
  opacity: 0;
  transform: translate(0, 6rem);
  -webkit-transform: translate(0, 6rem);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
</pre></body></html>