@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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 3.2rem;
  letter-spacing: 0.05rem;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    line-height: 8rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #777;
}

#wrap {
  width: 100%;
}

.ff_fp {
  font-family: futura-pt, sans-serif;
}

.ff_bg {
  font-family: brandon-grotesque, sans-serif;
}

.fw_b {
  font-weight: bold;
}

.t_c {
  text-align: center;
}

.t_l {
  text-align: left;
}

.fc_wh {
  color: #fff !important;
}

.bg_be {
  background: #D3C8BC;
}

.bg_bk {
  background: #343434;
}

.jc_sb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.jc_c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.m_a {
  margin: 0 auto !important;
}

.mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .w45 {
    width: 45% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w60 {
    width: 60% !important;
  }
  .w70 {
    width: 70% !important;
  }
  .mt100sp {
    margin-top: 100px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 769px) {
  .w50 {
    width: 50% !important;
  }
  .w25pc {
    width: 25% !important;
  }
  .w45pc {
    width: 45% !important;
  }
  .w40pc {
    width: 40% !important;
  }
  .w90pc {
    width: 90% !important;
  }
  .ml-10pc {
    margin-left: -10%;
  }
  .ml10pc {
    margin-left: 10px;
  }
  .ml15pc {
    margin-left: 15%;
  }
  .mr10pc {
    margin-right: 10px;
  }
  .mt0pc {
    margin-top: 0 !important;
  }
  .mb150pc {
    margin-bottom: 150px !important;
  }
  .mt150pc {
    margin-top: 150px !important;
  }
}

.lh_3 {
  line-height: 3rem;
}

#topArea {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

#topArea .main_ttl {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 35%;
  width: 400px;
}

.line.bar_repeat::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #000;
  -webkit-animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
          animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
}

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
            transform: translate3d(0, 185px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
            transform: translate3d(0, 175px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
            transform: translate3d(0, 280px, 0);
  }
}

@keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
            transform: translate3d(0, 185px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
            transform: translate3d(0, 175px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
            transform: translate3d(0, 280px, 0);
  }
}

@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
}

@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}

@keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
            transform: translate3d(30px, 0, 0);
  }
}

@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
            transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
            transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
            transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}

@keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
            transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
            transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
            transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}

@-webkit-keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
            transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
            transform: rotate(163deg) translate3d(0, 0, 0);
  }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
            transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}

@keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
            transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
            transform: rotate(163deg) translate3d(0, 0, 0);
  }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
            transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}

@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
  }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
            transform: translate3d(45px, 0, 0);
  }
}

@keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
  }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
            transform: translate3d(-80px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
            transform: translate3d(45px, 0, 0);
  }
}

.animation-start .c-scroll-icon {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .animation-start .c-scroll-icon {
    right: 25%;
    top: auto;
    bottom: 15%;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .animation-start .c-scroll-icon {
    left: 0;
    right: -5%;
    -webkit-transform: translate(-50%, 0%) scale(0.8);
            transform: translate(-50%, 0%) scale(0.8);
  }
}

.c-scroll-icon {
  width: 21px;
  height: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 90px;
  margin: 0 auto;
}

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #fff;
  top: -150px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
          animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-line {
    border-left: 1px solid #fff;
  }
}

.c-scroll-icon.single-line {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: translate(0) scale(0.7);
          transform: translate(0) scale(0.7);
}

.c-scroll-icon.single-line .c-scroll-icon-line {
  border-left: 1px solid #fff;
  position: relative;
}

.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
          animation: triangle-bounce 3s infinite;
}

.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden;
}

.c-scroll-icon-triangle-mask {
  position: absolute;
}

.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #fff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
          animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.first {
    border-bottom: 1px solid #fff;
  }
}

.c-scroll-icon-triangle-line {
  position: absolute;
}

.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0;
}

.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #fff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
          transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
          animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.right {
    border-left: 1px solid #fff;
  }
}

.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1;
}

.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #fff;
  height: 40px;
  -webkit-transform: rotate(163deg);
          transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
          animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.left {
    border-left: 1px solid #fff;
  }
}

.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden;
}

.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #fff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
          animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media screen and (max-width: 768px) {
  .c-scroll-icon-triangle-line.last {
    border-bottom: 1px solid #fff;
  }
}

#contents {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  #contents {
    height: calc(var(--vh, 1vh) * 100);
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
}

#contents #read {
  width: 100%;
  margin: 30px auto 80px;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

@media screen and (min-width: 769px) {
  #contents #read {
    margin: 150px auto;
    font-size: 1.8rem;
    line-height: 4rem;
  }
}

#contents #read img {
  width: 70%;
  margin: 0 auto;
}

#contents .block {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #contents .block {
    height: calc(var(--vh, 1vh) * 100);
  }
}

#contents .img_box {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  #contents .img_box {
    height: calc(var(--vh, 1vh) * 100);
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  #contents .img_box {
    background-image: url(../images/main_pc.jpg);
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  #contents .block01 .img_box {
    background-size: cover;
  }
}

#contents .block02 {
  z-index: 100;
}

#contents .block02 .img_box {
  background-image: url(../images/img02_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block02 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block03 {
  z-index: 200;
}

#contents .block03 .img_box {
  background-image: url(../images/img03_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block03 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block04 {
  z-index: 300;
}

#contents .block04 .img_box {
  background-image: url(../images/img04_1.jpg);
}

@media screen and (max-width: 768px) {
  #contents .block04 .img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    border: solid 5px #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 769px) {
  #contents .block04 {
    width: 35%;
    margin: 0 auto;
  }
  #contents .block04 .img_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    border: solid 10px #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#contents .block05 {
  z-index: 400;
}

#contents .block05 .img_box {
  background-image: url(../images/img05_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block05 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block06 {
  z-index: 500;
}

#contents .block06 .img_box {
  background-image: url(../images/img06_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block06 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block07 {
  z-index: 600;
}

#contents .block07 .img_box {
  background-image: url(../images/img07_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block07 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block08 {
  z-index: 700;
}

#contents .block08 .img_box {
  background-image: url(../images/img08_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block08 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block09 {
  z-index: 800;
}

#contents .block09 .img_box {
  background-image: url(../images/img09_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block09 {
    width: 35%;
    margin: 0 auto;
  }
}

#contents .block010 {
  z-index: 900;
}

#contents .block010 .img_box {
  background-image: url(../images/img010_1.jpg);
}

@media screen and (min-width: 769px) {
  #contents .block010 .img_box {
    background-image: none;
    background-color: #fff;
  }
  #contents .block010 .img_box img {
    width: 300px;
    margin: 0% auto;
    padding: 15vh 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#contents .item-demo {
  cursor: pointer;
}

#contents .popup-demo,
#contents .popup-demo-02,
#contents .popup-demo-03,
#contents .popup-demo-04,
#contents .popup-demo-05,
#contents .popup-demo-06,
#contents .popup-demo-07,
#contents .popup-demo-08,
#contents .popup-demo-09,
#contents .popup-demo-10 {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

#contents .popup-content {
  overflow-y: auto;
  position: relative;
  width: 100%;
  text-align: center;
}

#contents .popup-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents .plus {
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 25px;
  right: 20px;
  bottom: 20px;
}

@media screen and (min-width: 769px) {
  #contents .plus {
    width: 30px;
    right: 30px;
    bottom: 30px;
  }
}

#contents .close {
  cursor: pointer;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 20px;
  right: 23px;
  bottom: 23px;
}

@media screen and (min-width: 769px) {
  #contents .close {
    width: 23px;
    right: 33px;
    bottom: 33px;
  }
}

#contents ul.price {
  display: inline-block;
  text-align: left;
}

#contents ul.price p {
  display: inline-block;
}

#contents ul.price a {
  text-decoration: underline;
  display: inline-block;
}

#contents ul.price a:hover {
  color: #909090;
}

/* endArea
--------------------------------------*/
footer {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer a:hover {
  opacity: .6;
}

@media screen and (min-width: 769px) {
  footer {
    line-height: 2rem;
    bottom: 5vh;
  }
}

footer #sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto 50px;
  width: 55%;
}

footer #sns img {
  width: 35px;
}

@media screen and (min-width: 769px) {
  footer #sns {
    margin-bottom: 60px;
    width: 25%;
  }
  footer #sns img {
    width: 35px;
  }
}

footer #logo {
  width: 120px;
  margin: 0px auto 30px;
}

@media screen and (min-width: 769px) {
  footer #logo {
    width: 140px;
  }
}

footer #logo:hover {
  filter: alpha(opacity=60);
  /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8と9 */
  -moz-opacity: 0.6;
  /* Firefox , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1系 */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer #copyright {
  padding-bottom: 100px;
  text-align: center;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  footer #copyright {
    padding-bottom: 20px;
  }
}

.animation.active {
  opacity: 0;
  -webkit-animation: acvive-one 2s ease-in-out;
          animation: acvive-one 2s ease-in-out;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes acvive-one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes acvive-one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */