@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: ApivitaAsty;
  font-weight: 500;
  src: url(../fonts/AstyCFStdMedium.otf);
}

@font-face {
  font-family: ApivitaAsty;
  font-weight: 400;
  src: url(../fonts/AstyCFStdBook.otf);
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC";
}

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

section {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

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

blockquote,
q {
  quotes: "" "";
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #656565;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  vertical-align: middle;
}

input {
  border: none;
  outline: none;
  color: #333;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

i[class*="icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  top: 0;
  margin-right: 5px;
}

i[class*="icon-"].icon-external-link {
  width: 19px;
  height: 18px;
  background-image: url("../images/icon-external-link.png");
}

i[class*="icon-"].icon-back-arrow {
  width: 71px;
  height: 22px;
  background-image: url("../images/icon-back-arrow.png");
}

@media screen and (max-width: 991px) {
  i[class*="icon-"].icon-back-arrow {
    width: 62px;
    height: 17px;
    background-image: url(../images/icon-back-arrow-m.png);
    margin-left: 5px;
    top: 2px;
  }
}

@media screen and (max-width: 460px) {
  i[class*="icon-"].icon-back-arrow {
    width: 54px;
    height: 15px;
    top: 1px;
  }
}

i[class*="icon-"].icon-arrowright2 {
  width: 12px;
  height: 20px;
  background-image: url("../images/icon-arrowright2.png");
}

i[class*="icon-"].icon-cloud {
  width: 38px;
  height: 27px;
  background-image: url("../images/icon-cloud.png");
}

i[class*="icon-"].icon-form {
  width: 31px;
  height: 31px;
  background-image: url("../images/icon-form.png");
}

i[class*="icon-"].icon-public {
  width: 35px;
  height: 34px;
  background-image: url("../images/icon-public.png");
}

i[class*="icon-"].icon-edit {
  width: 33px;
  height: 33px;
  background-image: url("../images/icon-edit.png");
}

i[class*="icon-"].icon-rotate-right {
  width: 20px;
  height: 19px;
  background-image: url("../images/icon-rotate-right.png");
}

i[class*="icon-"].icon-list-ul {
  width: 21px;
  height: 19px;
  background-image: url("../images/icon-list-ul.png");
}

i[class*="icon-"].icon-close {
  width: 30px;
  height: 30px;
  background-image: url("../images/icon-close.png");
  margin-right: 0;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 991px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 74px 0 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  header {
    padding: 30px 24px 0 24px;
  }
}

@media screen and (max-width: 991px) {
  header {
    padding: 30px 24px 0 24px;
  }
}

@media screen and (max-width: 420px) {
  header {
    padding: 20px 20px 0 20px;
  }
}

header .mirrormedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mirrormedia a {
  display: inline-block;
}

header .mirrormedia a.share {
  width: 172px;
  height: 47px;
  margin: 0 0 0 10px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  background-color: #af8f6a;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  padding: 13px 0 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

header .mirrormedia a.share:hover {
  background-color: #cfa76e;
}

@media screen and (max-width: 991px) {
  header .mirrormedia a.share {
    width: 115px;
    height: 36px;
    padding: 8px 0 2px;
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  header .mirrormedia a.share {
    width: 102px;
    height: 28px;
    padding: 5px 0 2px;
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}

@media screen and (max-width: 991px) {
  header .mirrormedia .logo {
    height: 36px;
  }
}

@media screen and (max-width: 420px) {
  header .mirrormedia .logo {
    height: 30px;
  }
}

header .mirrormedia i.icon-external-link {
  top: 2px;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  header .mirrormedia i.icon-external-link {
    width: 17px;
    height: 16px;
    top: 2px;
    margin-right: 2px;
  }
}

@media screen and (max-width: 420px) {
  header .mirrormedia i.icon-external-link {
    width: 15px;
    height: 14px;
  }
}

header .seiko {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 991px){
  header .seiko .logo{
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  header .seiko .logo {
    height: 30px;
  }
}

@media screen and (max-width: 420px) {
  header .seiko .logo {
    height: 24px;
  }
}

section {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  section .pc {
    display: none !important;
  }
}

section .mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  section .mobile {
    display: block !important;
  }
}

#index-page {
  background: url(../images/bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 991px) {
  #index-page {
    background-image: url(../images/bg-m.png);
  }
}

#index-page #section-kv {
  padding-top: 6px;
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  #index-page #section-kv {
    padding-top: 58px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 420px) {
  #index-page #section-kv {
    padding-top: 43px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#index-page .y70th {
  width: 402px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 5px;
}

@media screen and (max-width: 991px) {
  #index-page .y70th {
    width: 270px;
  }
}

@media screen and (max-width: 420px) {
  #index-page .y70th {
    width: 230px;
  }
}

#index-page .y70th img {
  width: 95%;
  margin: 0;
}

#index-page .y70th .scan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.65)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-100%, 50%) rotate(-60deg);
     -moz-transform: translate(-100%, 50%) rotate(-60deg);
      -ms-transform: translate(-100%, 50%) rotate(-60deg);
       -o-transform: translate(-100%, 50%) rotate(-60deg);
          transform: translate(-100%, 50%) rotate(-60deg);
  -webkit-animation: scanLights 3s linear 1s infinite;
     -moz-animation: scanLights 3s linear 1s infinite;
       -o-animation: scanLights 3s linear 1s infinite;
          animation: scanLights 3s linear 1s infinite;
}

@-webkit-keyframes scanLights {
  0% {
    -webkit-transform: translate(-100%, 50%) rotate(-60deg);
            transform: translate(-100%, 50%) rotate(-60deg);
  }
  100% {
    -webkit-transform: translate(100%, 50%) rotate(-60deg);
            transform: translate(100%, 50%) rotate(-60deg);
  }
}

@-moz-keyframes scanLights {
  0% {
    -moz-transform: translate(-100%, 50%) rotate(-60deg);
         transform: translate(-100%, 50%) rotate(-60deg);
  }
  100% {
    -moz-transform: translate(100%, 50%) rotate(-60deg);
         transform: translate(100%, 50%) rotate(-60deg);
  }
}

@-o-keyframes scanLights {
  0% {
    -o-transform: translate(-100%, 50%) rotate(-60deg);
       transform: translate(-100%, 50%) rotate(-60deg);
  }
  100% {
    -o-transform: translate(100%, 50%) rotate(-60deg);
       transform: translate(100%, 50%) rotate(-60deg);
  }
}

@keyframes scanLights {
  0% {
    -webkit-transform: translate(-100%, 50%) rotate(-60deg);
       -moz-transform: translate(-100%, 50%) rotate(-60deg);
         -o-transform: translate(-100%, 50%) rotate(-60deg);
            transform: translate(-100%, 50%) rotate(-60deg);
  }
  100% {
    -webkit-transform: translate(100%, 50%) rotate(-60deg);
       -moz-transform: translate(100%, 50%) rotate(-60deg);
         -o-transform: translate(100%, 50%) rotate(-60deg);
            transform: translate(100%, 50%) rotate(-60deg);
  }
}

#index-page .text-1,
#index-page .text-2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #index-page .text-1,
  #index-page .text-2 {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }
  #index-page .text-1 p,
  #index-page .text-2 p {
    display: inline;
  }
}

@media screen and (max-width: 420px) {
  #index-page .text-1,
  #index-page .text-2 {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }
}

#index-page .text-2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #index-page .text-2 {
    margin-bottom: 30px;
  }
}

#index-page .rule {
  width: 825px;
  position: relative;
  margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
  #index-page .rule {
    width: 100%;
    margin: 0 auto 34px;
  }
}

@media screen and (max-width: 420px) {
  #index-page .rule {
    margin: 0 auto 29px;
  }
}

#index-page .rule a {
  display: block;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  padding: 7px 0 3px 0;
  border: solid 1px #896b4a;
  background-color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.23px;
  text-align: center;
  color: #6c4f30;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (max-width: 991px) {
  #index-page .rule a {
    width: 120px;
    height: 33px;
    padding: 5px 0 3px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 420px) {
  #index-page .rule a {
    width: 100px;
    height: 28px;
    font-size: 14px;
  }
}

#index-page .rule a:hover {
  color: #fff;
  background-color: #6c4f30;
}

#index-page .rule::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #af906a;
  position: absolute;
  top: 21px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #index-page .rule::after {
    top: 16px;
    z-index: 1;
  }
}

#index-page .btns {
  width: 642px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #index-page .btns {
    width: 100%;
    max-width: 400px;
  }
}

#index-page .btns a {
  padding-right: 46px;
  background: url(../images/icon-arrow-right.png) no-repeat right center;
  -webkit-animation: bgArrowAnim .5s linear infinite;
     -moz-animation: bgArrowAnim .5s linear infinite;
       -o-animation: bgArrowAnim .5s linear infinite;
          animation: bgArrowAnim .5s linear infinite;
}

@media screen and (max-width: 991px) {
  #index-page .btns a {
    padding-right: 23px;
    -moz-background-size: 9px;
      -o-background-size: 9px;
         background-size: 9px;
  }
}

#index-page .btns a h5 {
  font-size: 29.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.48px;
  text-align: center;
  color: #232323;
  margin-bottom: 5px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (max-width: 991px) {
  #index-page .btns a h5 {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {
  #index-page .btns a h5 {
    font-size: 18px;
  }
}

#index-page .btns a p {
  font-size: 29.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.48px;
  text-align: center;
  color: #b5956f;
  margin-bottom: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (max-width: 991px) {
  #index-page .btns a p {
    font-size: 25px;
  }
}

@media screen and (max-width: 420px) {
  #index-page .btns a p {
    font-size: 18px;
  }
}

#index-page .btns a:hover h5 {
  color: #787878;
  text-shadow: 0 0 5px #fff;
}

#index-page .btns a:hover p {
  color: #ceac84;
}

@-webkit-keyframes bgArrowAnim {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 97%;
  }
  100% {
    background-position-x: 100%;
  }
}

@-moz-keyframes bgArrowAnim {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 97%;
  }
  100% {
    background-position-x: 100%;
  }
}

@-o-keyframes bgArrowAnim {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 97%;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes bgArrowAnim {
  0% {
    background-position-x: 100%;
  }
  50% {
    background-position-x: 97%;
  }
  100% {
    background-position-x: 100%;
  }
}

#story-page {
  background-color: #f9f7f6;
}

#story-page .container {
  padding-top: 20px;
}

#story-page iframe {
  width: 100%;
  height: -webkit-calc(100vh - 135px);
  height: -moz-calc(100vh - 135px);
  height: calc(100vh - 135px);
}

@media screen and (max-width: 991px) {
  #story-page iframe {
    height: -webkit-calc(100vh - 155px);
    height: -moz-calc(100vh - 155px);
    height: calc(100vh - 155px);
  }
}

@media screen and (max-width: 460px) {
  #story-page iframe {
    height: -webkit-calc(100vh - 210px);
    height: -moz-calc(100vh - 210px);
    height: calc(100vh - 210px);
  }
}

#story-page .share h1,
#story-page .share h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0 auto 20px;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #story-page .share h1,
  #story-page .share h2 {
    font-size: 34px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .share h1,
  #story-page .share h2 {
    font-size: 25px;
    margin: 0 auto 15px;
  }
}

#story-page .share h1 span,
#story-page .share h2 span {
  position: relative;
  z-index: 2;
}

#story-page .share h1::after,
#story-page .share h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #e6d4bf;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 460px) {
  #story-page .share h1::after,
  #story-page .share h2::after {
    height: 10px;
  }
}

#story-page .share p {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  text-align: justify;
  color: #595959;
  margin-bottom: 27px;
}
#story-page .share p b, strong {
  font-weight: 800;
  color: #2f2f2f;
}
@media screen and (max-width: 460px) {
  #story-page .share p {
    font-size: 16px;
  }
}

#story-page .share h5 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.75px;
  text-align: center;
  color: #353535;
  margin-bottom: 17px;
}

@media screen and (max-width: 460px) {
  #story-page .share h5 {
    font-size: 14px;
  }
}

#story-page .share a {
  display: block;
  width: 120px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.75px;
  text-align: center;
  color: #353535;
  margin: 0 auto 25px;
  padding: 5px 0 0;
  border: solid 1px #979797;
  background-color: #fefefe;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

#story-page .share a:hover {
  background-color: #353535;
  color: #fefefe;
}

#story-page .share button {
  display: block;
  width: 190px;
  height: 60px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  background-color: #9f7132;
  margin: 0 auto;
  padding: 0 0 4px;
  border: 0;
  -webkit-border-radius: 29px;
     -moz-border-radius: 29px;
          border-radius: 29px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

#story-page .share button:hover {
  background-color: #cfa76e;
}

@media screen and (max-width: 991px) {
  #story-page .share button {
    height: 50px;
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .share button {
    width: 144px;
    height: 46px;
    font-size: 18px;
  }
}

#story-page .share button i {
  top: 2px;
  margin-left: 5px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  #story-page .share button i {
    top: 3px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .share button i {
    top: 2px;
    width: 10px;
    height: 16px;
  }
}

#story-page .step1 {
  height: 561px;
  padding: 85px 98px 0 98px;
  background: url(../images/popup-line-bg.png) no-repeat center;
}

@media screen and (max-width: 991px) {
  #story-page .step1 {
    height: 587px;
    padding: 85px 58px 0;
    background-image: url(../images/popup-line-bg-m.png);
    -moz-background-size: 387px;
      -o-background-size: 387px;
         background-size: 387px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step1 {
    height: 483px;
    padding: 50px 40px 0;
    -moz-background-size: 306px;
      -o-background-size: 306px;
         background-size: 306px;
  }
}

#story-page .step2 {
  display: none;
  height: 761px;
  padding: 58px 120px 0 120px;
  background: url(../images/popup-line-bg2.png) no-repeat center;
}

@media screen and (max-width: 991px) {
  #story-page .step2 {
    height: 690px;
    padding: 45px 55px 0;
    background-image: url(../images/popup-line-bg2-m.png);
    -moz-background-size: 371px;
      -o-background-size: 371px;
         background-size: 371px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 {
    height: 602px;
    padding: 34px 38px 0;
    -moz-background-size: 320px;
      -o-background-size: 320px;
         background-size: 320px;
  }
}

#story-page .step2 h2 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: 1.48px;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 460px) {
  #story-page .step2 h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

#story-page .step2 .item {
  min-height: 45px;
  margin-bottom: 22px;
  padding-left: 54px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #story-page .step2 .item {
    margin-bottom: 14px;
    min-height: initial;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 .item {
    padding-left: 42px;
  }
}

#story-page .step2 .item:nth-of-type(1) p {
  line-height: 1.3;
}

#story-page .step2 .item:nth-of-type(1) span {
  display: block;
}

@media screen and (max-width: 640px) {
  #story-page .step2 .item:nth-of-type(1) span {
    display: inline;
  }
}

#story-page .step2 .item i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 460px) {
  #story-page .step2 .item i {
    -webkit-transform: translateY(-50%) scale(0.6);
       -moz-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
         -o-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
}

#story-page .step2 .ml {
  margin-bottom: 34px;
}

@media screen and (max-width: 991px) {
  #story-page .step2 .ml {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 .ml {
    margin-bottom: 16px;
  }
}

#story-page .step2 .info h6 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  text-align: left;
  color: #c6c6c6;
  margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
  #story-page .step2 .info h6 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 .info h6 {
    font-size: 10px;
  }
}

#story-page .step2 .info p {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  text-align: left;
  color: #373737;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  #story-page .step2 .info p {
    line-height: 1.3;
    margin-bottom: 1px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 .info p {
    font-size: 14px;
  }
}

#story-page .step2 input[type="text"],
#story-page .step2 input[type="tel"],
#story-page .step2 input[type="email"] {
  width: 100%;
  height: 35px;
  margin: 0 0 8px;
  padding: 5px 10px 5px;
  background-color: #f4f4f4;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 991px) {
  #story-page .step2 input[type="text"],
  #story-page .step2 input[type="tel"],
  #story-page .step2 input[type="email"] {
    height: 30px;
    font-size: 18px;
  }
}

#story-page .step2 input[type="text"]::-webkit-input-placeholder,
#story-page .step2 input[type="tel"]::-webkit-input-placeholder,
#story-page .step2 input[type="email"]::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
}

#story-page .step2 input[type="text"]:-moz-placeholder,
#story-page .step2 input[type="tel"]:-moz-placeholder,
#story-page .step2 input[type="email"]:-moz-placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
}

#story-page .step2 input[type="text"]::-moz-placeholder,
#story-page .step2 input[type="tel"]::-moz-placeholder,
#story-page .step2 input[type="email"]::-moz-placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
}

#story-page .step2 input[type="text"]:-ms-input-placeholder,
#story-page .step2 input[type="tel"]:-ms-input-placeholder,
#story-page .step2 input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
}

#story-page .step2 input[type="text"]::-ms-input-placeholder,
#story-page .step2 input[type="tel"]::-ms-input-placeholder,
#story-page .step2 input[type="email"]::-ms-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
}

#story-page .step2 input[type="text"]::placeholder,
#story-page .step2 input[type="tel"]::placeholder,
#story-page .step2 input[type="email"]::placeholder {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #000;
}

@media screen and (max-width: 991px) {
  #story-page .step2 input[type="text"]::-webkit-input-placeholder,
  #story-page .step2 input[type="tel"]::-webkit-input-placeholder,
  #story-page .step2 input[type="email"]::-webkit-input-placeholder {
    font-size: 16px;
  }
  #story-page .step2 input[type="text"]:-moz-placeholder,
  #story-page .step2 input[type="tel"]:-moz-placeholder,
  #story-page .step2 input[type="email"]:-moz-placeholder {
    font-size: 16px;
  }
  #story-page .step2 input[type="text"]::-moz-placeholder,
  #story-page .step2 input[type="tel"]::-moz-placeholder,
  #story-page .step2 input[type="email"]::-moz-placeholder {
    font-size: 16px;
  }
  #story-page .step2 input[type="text"]:-ms-input-placeholder,
  #story-page .step2 input[type="tel"]:-ms-input-placeholder,
  #story-page .step2 input[type="email"]:-ms-input-placeholder {
    font-size: 16px;
  }
  #story-page .step2 input[type="text"]::-ms-input-placeholder,
  #story-page .step2 input[type="tel"]::-ms-input-placeholder,
  #story-page .step2 input[type="email"]::-ms-input-placeholder {
    font-size: 16px;
  }
  #story-page .step2 input[type="text"]::placeholder,
  #story-page .step2 input[type="tel"]::placeholder,
  #story-page .step2 input[type="email"]::placeholder {
    font-size: 16px;
  }
}

#story-page .step2 label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
  color: #353535;
  margin-top: 7px;
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  #story-page .step2 label {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 label {
    font-size: 10px;
  }
}

#story-page .step2 label input {
  margin-right: 8px;
}

#story-page .step2 button {
  width: 141px;
}

@media screen and (max-width: 991px) {
  #story-page .step2 button {
    width: 131px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .step2 button {
    width: 116px;
    height: 40px;
  }
}

#story-page .modal-dialog {
  margin: 0 auto;
  padding-bottom: 50px;
  top: 50px;
}

@media screen and (max-width: 991px) {
  #story-page .modal-dialog {
    top: 80px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .modal-dialog {
    top: 70px;
  }
}

#story-page .modal-dialog.s1 {
  width: 563px;
  max-width: 563px;
}

#story-page .modal-dialog.s2 {
  width: 653px;
  max-width: 653px;
}

@media screen and (max-width: 991px) {
  #story-page .modal-dialog.s1, #story-page .modal-dialog.s2 {
    width: 413px;
    max-width: 413px;
  }
}

@media screen and (max-width: 460px) {
  #story-page .modal-dialog.s1, #story-page .modal-dialog.s2 {
    width: 330px;
    max-width: 330px;
  }
}

#story-page .modal-content {
  border: 0;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #fefefe;
}

#story-page .modal-body {
  padding: 0;
  position: relative;
}

#story-page .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media screen and (max-width: 640px) {
  #story-page .modal-body .close {
    top: 10px;
    right: 10px;
  }
  #story-page .modal-body .close i {
    width: 25px;
    height: 25px;
  }
}

#story-page .modal-backdrop {
  background-color: #655743;
}

#story-page .modal-backdrop.show {
  opacity: .71;
}

#card-page {
  min-height: 100vh;
  position: relative;
  overflow-y: scroll;
  background: url(../images/card-bg-top.png) no-repeat right top/100%, #ede9e4;
  --card: 195px;
  --cardTop: 127px;
  --cardTop2: 127px;
}

@media screen and (max-width: 640px) {
  #card-page {
    background: url(../images/card-bg-top2-m.png) no-repeat right top/100%, #ede9e4;
  }
}

#card-page.active {
  background: url(../images/card-bg-top.png) no-repeat right top/100%, #ede9e4;
}

@media screen and (max-width: 640px) {
  #card-page.active {
    background: url(../images/card-bg-top2-m.png) no-repeat right top/100%, #ede9e4;
  }
}

#card-page #section-kv {
  height: 100%;
  position: relative;
  z-index: 2;
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

#card-page .card-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 47px;
  padding-bottom: 602px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro {
    width: 830px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-intro {
    width: 570px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 650px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-bottom: 380px;
  }
}

#card-page .card-intro h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  #card-page .card-intro h1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#card-page .card-intro h1 span {
  display: block;
  font-size: 35px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.75px;
  text-align: left;
  color: #000;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro h1 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-intro h1 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro h1 span {
    font-size: 22px;
  }
}

#card-page .card-intro h1 p {
  font-size: 57.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.88px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro h1 p {
    font-size: 41px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro h1 p {
    font-size: 32px;
  }
}

#card-page .card-intro h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #e6d4bf;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro h1::after {
    bottom: -webkit-calc(50% - 36px);
    bottom: -moz-calc(50% - 36px);
    bottom: calc(50% - 36px);
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro h1::after {
    bottom: -webkit-calc(50% - 29px);
    bottom: -moz-calc(50% - 29px);
    bottom: calc(50% - 29px);
    height: 10px;
  }
}

#card-page .card-intro .info {
  margin-left: 50px;
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro .info {
    width: -webkit-calc(100% - 268px);
    width: -moz-calc(100% - 268px);
    width: calc(100% - 268px);
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-intro .info {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro .info {
    width: 100%;
  }
}

#card-page .card-intro .info p {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
  text-align: left;
  color: #474747;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro .info p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-intro .info p {
    text-align: center;
  }
  #card-page .card-intro .info p span {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro .info p {
    font-size: 12px;
  }
}

#card-page .card-intro .info h6 {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
  text-align: left;
  color: #474747;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #card-page .card-intro .info h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-intro .info h6 {
    text-align: center;
  }
  #card-page .card-intro .info h6 span {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-intro .info h6 {
    font-size: 12px;
  }
}

#card-page .card-intro .info .mb {
  margin-bottom: 9px;
}

#card-page .card-intro.hide {
  -webkit-animation: hide .3s linear both;
     -moz-animation: hide .3s linear both;
       -o-animation: hide .3s linear both;
          animation: hide .3s linear both;
}

@media screen and (max-width: 1400px) {
  #card-page {
    --card: 160px;
    --cardTop: 127px;
  }
}

@media screen and (max-width: 1200px) {
  #card-page {
    --card: 130px;
    --cardTop: 127px;
  }
}

@media screen and (max-width: 991px) {
  #card-page {
    --cardTop: 70px;
    --cardTop2: 295px;
  }
}

@media screen and (max-width: 640px) {
  #card-page {
    --card: 80px;
    --cardTop: 20px;
    --cardTop2: 160px;
  }
}

#card-page .card {
  width: var(--card);
  position: absolute;
  top: 248px;
  left: 50%;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

#card-page .card img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

#card-page .card::after {
  content: "";
  display: block;
  width: 224px;
  height: 345px;
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-webkit-calc(-50% + 2px));
     -moz-transform: translateX(-moz-calc(-50% + 2px));
      -ms-transform: translateX(calc(-50% + 2px));
       -o-transform: translateX(calc(-50% + 2px));
          transform: translateX(calc(-50% + 2px));
  z-index: 1;
  background: url(../images/card-shadow.png) no-repeat center top/215px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

@media screen and (max-width: 1400px) {
  #card-page .card::after {
    width: 207px;
    height: 275px;
    -webkit-transform: translateX(-webkit-calc(-50% + 2px));
       -moz-transform: translateX(-moz-calc(-50% + 2px));
        -ms-transform: translateX(calc(-50% + 2px));
         -o-transform: translateX(calc(-50% + 2px));
            transform: translateX(calc(-50% + 2px));
    -moz-background-size: 176px;
      -o-background-size: 176px;
         background-size: 176px;
  }
}

@media screen and (max-width: 1200px) {
  #card-page .card::after {
    width: 165px;
    height: 223px;
    -moz-background-size: 143px;
      -o-background-size: 143px;
         background-size: 143px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card::after {
    width: 136px;
    height: 219px;
    -moz-background-size: 142px;
      -o-background-size: 142px;
         background-size: 142px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card::after {
    width: 86px;
    height: 132px;
    -moz-background-size: 86px;
      -o-background-size: 86px;
         background-size: 86px;
  }
}

#card-page .card::before {
  content: "Click one";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  font-family: ApivitaAsty;
  font-size: 21.5px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.54px;
  text-align: center;
  color: #fff;
  padding: 6px 0 0;
  background-color: #373737;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  position: absolute;
  bottom: -30px;
  right: -79px;
  z-index: 3;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

@media screen and (max-width: 1400px) {
  #card-page .card::before {
    width: 70px;
    height: 70px;
    padding: 6px 0 0;
    font-size: 18px;
    right: -48px;
  }
}

@media screen and (max-width: 1200px) {
  #card-page .card::before {
    width: 55px;
    height: 55px;
    padding: 5px 0 0;
    font-size: 14px;
    right: -48px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card::before {
    right: -8px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card::before {
    display: none;
  }
}

#card-page .card:hover {
  cursor: pointer;
  top: 238px;
  -webkit-filter: brightness(1.05) saturate(1.2);
          filter: brightness(1.05) saturate(1.2);
  z-index: 3;
}

#card-page .card:hover::before {
  opacity: 1;
  bottom: 3px;
}

@media screen and (max-width: 991px) {
  #card-page .card:hover::before {
    display: none !important;
    opacity: 0;
  }
}

#card-page .card:hover::after {
  opacity: 1;
}

#card-page .card.card-1 {
  -webkit-transform: translate(-webkit-calc(-1 * var(--card) * 3 - var(--card) / 2 - 15px), 0);
     -moz-transform: translate(-moz-calc(-1 * var(--card) * 3 - var(--card) / 2 - 15px), 0);
      -ms-transform: translate(calc(-1 * var(--card) * 3 - var(--card) / 2 - 15px), 0);
       -o-transform: translate(calc(-1 * var(--card) * 3 - var(--card) / 2 - 15px), 0);
          transform: translate(calc(-1 * var(--card) * 3 - var(--card) / 2 - 15px), 0);
}

@media screen and (max-width: 991px) {
  #card-page .card.card-1 {
    -webkit-transform: translate(-webkit-calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
       -moz-transform: translate(-moz-calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
        -ms-transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
         -o-transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
            transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
  }
}

@media screen and (max-width: 640px) {
  #card-page .card.card-1 {
    -webkit-transform: translate(-webkit-calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
       -moz-transform: translate(-moz-calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
        -ms-transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
         -o-transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
            transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), var(--cardTop));
  }
}

#card-page .card.card-2 {
  -webkit-transform: translate(-webkit-calc(-1 * var(--card) * 2 - var(--card) / 2 - 10px), var(--cardTop));
     -moz-transform: translate(-moz-calc(-1 * var(--card) * 2 - var(--card) / 2 - 10px), var(--cardTop));
      -ms-transform: translate(calc(-1 * var(--card) * 2 - var(--card) / 2 - 10px), var(--cardTop));
       -o-transform: translate(calc(-1 * var(--card) * 2 - var(--card) / 2 - 10px), var(--cardTop));
          transform: translate(calc(-1 * var(--card) * 2 - var(--card) / 2 - 10px), var(--cardTop));
}

@media screen and (max-width: 991px) {
  #card-page .card.card-2 {
    -webkit-transform: translate(-webkit-calc(-50% + 1px), var(--cardTop));
       -moz-transform: translate(-moz-calc(-50% + 1px), var(--cardTop));
        -ms-transform: translate(calc(-50% + 1px), var(--cardTop));
         -o-transform: translate(calc(-50% + 1px), var(--cardTop));
            transform: translate(calc(-50% + 1px), var(--cardTop));
  }
}

#card-page .card.card-3 {
  -webkit-transform: translate(-webkit-calc(-1 * var(--card) - var(--card) / 2 - 4px), 0);
     -moz-transform: translate(-moz-calc(-1 * var(--card) - var(--card) / 2 - 4px), 0);
      -ms-transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), 0);
       -o-transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), 0);
          transform: translate(calc(-1 * var(--card) - var(--card) / 2 - 4px), 0);
}

@media screen and (max-width: 991px) {
  #card-page .card.card-3 {
    -webkit-transform: translate(-webkit-calc(var(--card) - var(--card) / 2 + 7px), var(--cardTop));
       -moz-transform: translate(-moz-calc(var(--card) - var(--card) / 2 + 7px), var(--cardTop));
        -ms-transform: translate(calc(var(--card) - var(--card) / 2 + 7px), var(--cardTop));
         -o-transform: translate(calc(var(--card) - var(--card) / 2 + 7px), var(--cardTop));
            transform: translate(calc(var(--card) - var(--card) / 2 + 7px), var(--cardTop));
  }
}

#card-page .card.card-4 {
  -webkit-transform: translate(-webkit-calc(-50% + 1px), var(--cardTop));
     -moz-transform: translate(-moz-calc(-50% + 1px), var(--cardTop));
      -ms-transform: translate(calc(-50% + 1px), var(--cardTop));
       -o-transform: translate(calc(-50% + 1px), var(--cardTop));
          transform: translate(calc(-50% + 1px), var(--cardTop));
}

@media screen and (max-width: 991px) {
  #card-page .card.card-4 {
    -webkit-transform: translate(-webkit-calc(-1 * var(--card) * 2 - 5px), var(--cardTop2));
       -moz-transform: translate(-moz-calc(-1 * var(--card) * 2 - 5px), var(--cardTop2));
        -ms-transform: translate(calc(-1 * var(--card) * 2 - 5px), var(--cardTop2));
         -o-transform: translate(calc(-1 * var(--card) * 2 - 5px), var(--cardTop2));
            transform: translate(calc(-1 * var(--card) * 2 - 5px), var(--cardTop2));
  }
}

@media screen and (max-width: 640px) {
  #card-page .card.card-4 {
    -webkit-transform: translate(-webkit-calc(-1 * var(--card) * 2 - 8px), var(--cardTop2));
       -moz-transform: translate(-moz-calc(-1 * var(--card) * 2 - 8px), var(--cardTop2));
        -ms-transform: translate(calc(-1 * var(--card) * 2 - 8px), var(--cardTop2));
         -o-transform: translate(calc(-1 * var(--card) * 2 - 8px), var(--cardTop2));
            transform: translate(calc(-1 * var(--card) * 2 - 8px), var(--cardTop2));
  }
}

#card-page .card.card-5 {
  -webkit-transform: translate(-webkit-calc(var(--card) - var(--card) / 2 + 7px), 0);
     -moz-transform: translate(-moz-calc(var(--card) - var(--card) / 2 + 7px), 0);
      -ms-transform: translate(calc(var(--card) - var(--card) / 2 + 7px), 0);
       -o-transform: translate(calc(var(--card) - var(--card) / 2 + 7px), 0);
          transform: translate(calc(var(--card) - var(--card) / 2 + 7px), 0);
}

@media screen and (max-width: 991px) {
  #card-page .card.card-5 {
    -webkit-transform: translate(-webkit-calc(-1 * var(--card)), var(--cardTop2));
       -moz-transform: translate(-moz-calc(-1 * var(--card)), var(--cardTop2));
        -ms-transform: translate(calc(-1 * var(--card)), var(--cardTop2));
         -o-transform: translate(calc(-1 * var(--card)), var(--cardTop2));
            transform: translate(calc(-1 * var(--card)), var(--cardTop2));
  }
}

@media screen and (max-width: 640px) {
  #card-page .card.card-5 {
    -webkit-transform: translate(-webkit-calc(-1 * var(--card) - 2px), var(--cardTop2));
       -moz-transform: translate(-moz-calc(-1 * var(--card) - 2px), var(--cardTop2));
        -ms-transform: translate(calc(-1 * var(--card) - 2px), var(--cardTop2));
         -o-transform: translate(calc(-1 * var(--card) - 2px), var(--cardTop2));
            transform: translate(calc(-1 * var(--card) - 2px), var(--cardTop2));
  }
}

#card-page .card.card-6 {
  -webkit-transform: translate(-webkit-calc(var(--card) * 2 - var(--card) / 2 + 12px), var(--cardTop));
     -moz-transform: translate(-moz-calc(var(--card) * 2 - var(--card) / 2 + 12px), var(--cardTop));
      -ms-transform: translate(calc(var(--card) * 2 - var(--card) / 2 + 12px), var(--cardTop));
       -o-transform: translate(calc(var(--card) * 2 - var(--card) / 2 + 12px), var(--cardTop));
          transform: translate(calc(var(--card) * 2 - var(--card) / 2 + 12px), var(--cardTop));
}

@media screen and (max-width: 991px) {
  #card-page .card.card-6 {
    -webkit-transform: translate(5px, var(--cardTop2));
       -moz-transform: translate(5px, var(--cardTop2));
        -ms-transform: translate(5px, var(--cardTop2));
         -o-transform: translate(5px, var(--cardTop2));
            transform: translate(5px, var(--cardTop2));
  }
}

@media screen and (max-width: 640px) {
  #card-page .card.card-6 {
    -webkit-transform: translate(4px, var(--cardTop2));
       -moz-transform: translate(4px, var(--cardTop2));
        -ms-transform: translate(4px, var(--cardTop2));
         -o-transform: translate(4px, var(--cardTop2));
            transform: translate(4px, var(--cardTop2));
  }
}

#card-page .card.card-7 {
  -webkit-transform: translate(-webkit-calc(var(--card) * 3 - var(--card) / 2 + 17px), 0);
     -moz-transform: translate(-moz-calc(var(--card) * 3 - var(--card) / 2 + 17px), 0);
      -ms-transform: translate(calc(var(--card) * 3 - var(--card) / 2 + 17px), 0);
       -o-transform: translate(calc(var(--card) * 3 - var(--card) / 2 + 17px), 0);
          transform: translate(calc(var(--card) * 3 - var(--card) / 2 + 17px), 0);
}

@media screen and (max-width: 991px) {
  #card-page .card.card-7 {
    -webkit-transform: translate(-webkit-calc(var(--card) + 10px), var(--cardTop2));
       -moz-transform: translate(-moz-calc(var(--card) + 10px), var(--cardTop2));
        -ms-transform: translate(calc(var(--card) + 10px), var(--cardTop2));
         -o-transform: translate(calc(var(--card) + 10px), var(--cardTop2));
            transform: translate(calc(var(--card) + 10px), var(--cardTop2));
  }
}

#card-page .card.active {
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}

#card-page .card.active:hover {
  -webkit-filter: brightness(1) saturate(1);
          filter: brightness(1) saturate(1);
  cursor: default;
}

#card-page .card.active:hover::before, #card-page .card.active:hover::after {
  display: none;
}

#card-page .card.active::before {
  display: none;
}

#card-page .card.active::after {
  display: none;
  width: 283px;
  height: 439px;
  top: 6px;
  -webkit-transform: translateX(-webkit-calc(-50% + 3px));
     -moz-transform: translateX(-moz-calc(-50% + 3px));
      -ms-transform: translateX(calc(-50% + 3px));
       -o-transform: translateX(calc(-50% + 3px));
          transform: translateX(calc(-50% + 3px));
  -moz-background-size: 281px;
    -o-background-size: 281px;
       background-size: 281px;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  #card-page .card.active::after {
    width: 224px;
    height: 345px;
    top: 4px;
    -moz-background-size: 214px;
      -o-background-size: 214px;
         background-size: 214px;
  }
}

#card-page .card.active2 {
  width: 255px;
  top: 38px;
  -webkit-transform: translateX(-webkit-calc(-50% - 273px));
     -moz-transform: translateX(-moz-calc(-50% - 273px));
      -ms-transform: translateX(calc(-50% - 273px));
       -o-transform: translateX(calc(-50% - 273px));
          transform: translateX(calc(-50% - 273px));
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

@media screen and (max-width: 1200px) {
  #card-page .card.active2 {
    -webkit-transform: translateX(-webkit-calc(-50% - 290px));
       -moz-transform: translateX(-moz-calc(-50% - 290px));
        -ms-transform: translateX(calc(-50% - 290px));
         -o-transform: translateX(calc(-50% - 290px));
            transform: translateX(calc(-50% - 290px));
  }
}

@media screen and (max-width: 991px) {
  #card-page .card.active2 {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  #card-page .card.active2 {
    width: 195px;
  }
}

#card-page .card.active3::after {
  display: block;
  opacity: 1;
}

#card-page .card.active3:hover::after {
  display: block;
}

#card-page .card.hide {
  -webkit-animation: hide .3s linear both;
     -moz-animation: hide .3s linear both;
       -o-animation: hide .3s linear both;
          animation: hide .3s linear both;
}

#card-page .click-one {
  display: none;
  width: 90px;
  height: 90px;
  font-family: ApivitaAsty;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.54px;
  text-align: center;
  color: #fff;
  padding: 2px 5px 0;
  background-color: #373737;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  position: absolute;
  top: 717px;
  left: -webkit-calc(50% + -1px);
  left: -moz-calc(50% + -1px);
  left: calc(50% + -1px);
  z-index: 3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
}

@media screen and (max-width: 991px) {
  #card-page .click-one {
  }
}

@media screen and (max-width: 640px) {
  #card-page .click-one {
    width: 60px;
    height: 60px;
    font-size: 14px;
    top: 511px;
  }
}

#card-page .card-result {
  display: none;
  width: 1200px;
  padding: 58px 0 42px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  transition: all 1s linear;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result {
    width: 100%;
    padding-top: 500px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result {
    padding-top: 385px;
  }
}

@-webkit-keyframes show1 {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-moz-keyframes show1 {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-o-keyframes show1 {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes show1 {
  0% {
    opacity: 0;
    top: -50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

#card-page .card-result.active {
  -webkit-animation: show1 1s linear 1s both;
     -moz-animation: show1 1s linear 1s both;
       -o-animation: show1 1s linear 1s both;
          animation: show1 1s linear 1s both;
}

#card-page .card-result h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 5px;
  margin: 0 auto 48px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #card-page .card-result h2 {
    margin: 0 auto 18px;
  }
}

#card-page .card-result h2 span {
  display: block;
  font-size: 35px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.75px;
  text-align: center;
  color: #000;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #card-page .card-result h2 span {
    font-size: 22px;
  }
}

#card-page .card-result h2 p {
  font-size: 57.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.88px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  #card-page .card-result h2 p {
    font-size: 38px;
  }
}

#card-page .card-result h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #e6d4bf;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #card-page .card-result h2::after {
    height: 10px;
    bottom: -4px;
  }
}

#card-page .card-result .intro {
  width: 516px;
  min-height: 392px;
  margin: 0 160px 0 auto;
  padding-bottom: 30px;
  background: url(../images/icon-arrow-bottom.png) no-repeat center bottom;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .intro {
    margin: 0 85px 0 auto;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .intro {
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .intro {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    min-height: initial;
    margin: 0 auto;
    padding-bottom: 40px;
    -moz-background-size: 30px;
      -o-background-size: 30px;
         background-size: 30px;
  }
}

#card-page .card-result .intro .text > p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #623d13;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .intro .text > p {
    font-size: 17px;
    line-height: 1.7;
    padding-top: 15px;
  }
}

#card-page .card-result .description-1 {
  padding: 90px 17px 43px;
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 0 43px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 {
    padding: 50px 0 20px;
  }
}

#card-page .card-result .description-1 .info {
  width: 525px;
  margin: 57px 0 0;
  padding: 46px 68px 45px;
  background-color: #fff;
  -webkit-border-radius: 80px 0 0 0;
     -moz-border-radius: 80px 0 0 0;
          border-radius: 80px 0 0 0;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-1 .info {
    width: 410px;
    padding: 35px 25px 25px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-1 .info {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 57px auto 0;
    padding: 60px;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 .info {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 30px;
  }
}

#card-page .card-result .description-1 .info h6 {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.95px;
  text-align: right;
  color: #8793a4;
  margin-bottom: 7px;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-1 .info h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-1 .info h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 .info h6 {
    font-size: 18px;
  }
}

#card-page .card-result .description-1 .info h3,
#card-page .card-result .description-1 .info h3 > p {
  font-size: 30.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.53px;
  text-align: right;
  color: #415b62;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-1 .info h3,
  #card-page .card-result .description-1 .info h3 > p {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-1 .info h3,
  #card-page .card-result .description-1 .info h3 > p {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 .info h3,
  #card-page .card-result .description-1 .info h3 > p {
    font-size: 28px;
  }
}

#card-page .card-result .description-1 .info h3 {
  margin-bottom: 0;
}

#card-page .card-result .description-1 .info p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #242424;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-1 .info p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-1 .info p {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 .info p {
    font-size: 16px;
    line-height: 1.7;
  }
}

#card-page .card-result .description-1 .info .text {
  margin-top: 9px;
  max-height: 180px;
  overflow-y: auto;
  padding-right: 5px;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 .info .text {
    max-height: initial;
    margin-top: 5px;
    overflow-y: hidden;
    padding-right: 0;
  }
}

#card-page .card-result .description-1 .info .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  padding-bottom: 5px;
}

#card-page .card-result .description-1 .info .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#card-page .card-result .description-1 .info .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  background-color: #8f8f8f;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-1 .info .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  #card-page .card-result .description-1 .info .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
  }
}

#card-page .card-result .description-1 .info .swiper-pagination-bullet-active {
  background-color: #8f8f8f;
}

#card-page .card-result .description-1 .swiper {
  width: 728px;
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-1 .swiper {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-1 .swiper {
    width: 100%;
    margin: 0;
  }
}

#card-page .card-result .description-1 .swiper-slide img {
  display: block;
  width: 100%;
}

#card-page .card-result .description-2 {
  padding: 45px 16px 76px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-2 {
    padding: 0;
  }
}

#card-page .card-result .description-2 img {
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-2 img {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-2 img {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-2 img {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}

#card-page .card-result .description-2 .text {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 0 0 0 auto;
  padding: 63px 70px 70px 30px;
  background-color: #f5f2ee;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 0 80px 0 0;
     -moz-border-radius: 0 80px 0 0;
          border-radius: 0 80px 0 0;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-2 .text {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-2 .text {
    padding: 50px 40px;
    -webkit-border-radius: 80px 0 0 0;
       -moz-border-radius: 80px 0 0 0;
            border-radius: 80px 0 0 0;
    margin: 0 auto;
    -webkit-transform: translateY(-36px);
       -moz-transform: translateY(-36px);
        -ms-transform: translateY(-36px);
         -o-transform: translateY(-36px);
            transform: translateY(-36px);
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-2 .text {
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    -webkit-border-radius: 50px 0 0 0;
       -moz-border-radius: 50px 0 0 0;
            border-radius: 50px 0 0 0;
    padding: 50px 25px 30px;
  }
}

#card-page .card-result .description-2 .text p {
  width: 445px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #242424;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .description-2 .text p {
    width: 336px;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .description-2 .text p {
    width: 100%;
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .description-2 .text p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

#card-page .card-result .products {
  width: 1081px;
  margin: 0 auto 58px;
  padding: 69px 144px 47px 139px;
  background-color: #fff;
  -webkit-border-radius: 80px 0 0 0;
     -moz-border-radius: 80px 0 0 0;
          border-radius: 80px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #card-page .card-result .products {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 54px 50px 47px;
  }
}

@media screen and (max-width: 991px) {
  #card-page .card-result .products {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 54px 16px 47px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding: 55px 10px 30px;
    margin-top: 0;
    margin-bottom: 40px;
    -webkit-border-radius: 50px 0 0 0;
       -moz-border-radius: 50px 0 0 0;
            border-radius: 50px 0 0 0;
  }
}

#card-page .card-result .products h3 {
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: 4px;
  text-align: center;
  color: #282828;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products h3 {
    font-size: 30px;
    letter-spacing: 0px;
  }
}

#card-page .card-result .products h5 {
  display: inline-block;
  height: 37px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.9px;
  text-align: center;
  color: #886d4a;
  margin: 0 auto 32px;
  padding: 1px 25px 5px;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
  border: solid 1px #a68964;
  background-color: #f2f2f2;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products h5 {
    height: initial;
    width: 260px;
    font-size: 18px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    padding: 8px 15px 8px;
    line-height: 1.3;
  }
}

#card-page .card-result .products ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 42px;
}

@media screen and (max-width: 991px) {
  #card-page .card-result .products ul {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products ul {
    margin-bottom: 25px;
  }
}

#card-page .card-result .products ul li {
  width: 253px;
  height: 370px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  #card-page .card-result .products ul li {
    width: 173px;
    height: 260px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products ul li {
    width: 101px;
    height: 220px;
  }
}

#card-page .card-result .products ul li:nth-of-type(2) {
  margin: 0 18px;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products ul li:nth-of-type(2) {
    margin: 0 6px;
  }
}

#card-page .card-result .products ul li:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

#card-page .card-result .products ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

#card-page .card-result .products ul li img {
  display: block;
  max-width: 253px;
  margin: 0 auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products ul li img {
    width: 138px;
    position: absolute;
    top: 0;
  }
}

#card-page .card-result .products ul li p {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.35px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
}

@media screen and (max-width: 991px) {
  #card-page .card-result .products ul li p {
    bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products ul li p {
    font-size: 13px;
    bottom: 15px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products ul li p.wb {
    width: 80px;
    word-break: break-all;
    white-space: pre-wrap;
  }
}

#card-page .card-result .products a.share-fb {
  display: block;
  width: 224px;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  background-color: #9f7132;
  margin: 0 auto 19px;
  padding: 10px 0 4px;
  border: 0;
  -webkit-border-radius: 29px;
     -moz-border-radius: 29px;
          border-radius: 29px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

#card-page .card-result .products a.share-fb:hover {
  background-color: #cfa76e;
}

@media screen and (max-width: 991px) {
  #card-page .card-result .products a.share-fb {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products a.share-fb {
    width: 220px;
    height: 40px;
    font-size: 20px;
    padding-top: 5px;
  }
}

#card-page .card-result .products a.share-fb i {
  width: 10px;
  height: 17px;
  top: 2px;
  margin-left: 5px;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  #card-page .card-result .products a.share-fb i {
    top: 3px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products a.share-fb i {
    top: 1px;
    width: 8px;
    height: 13px;
  }
}

#card-page .card-result .products .btns {
  text-align: center;
}

#card-page .card-result .products .btns a {
  display: inline-block;
  width: 152px;
  height: 43px;
  -webkit-border-radius: 21px;
     -moz-border-radius: 21px;
          border-radius: 21px;
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.9px;
  text-align: center;
  color: #282828;
  margin: 0 7px 0;
  padding: 4px 0 0 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products .btns a {
    width: 130px;
    height: 36px;
    font-size: 18px;
  }
}

#card-page .card-result .products .btns a:hover {
  background-color: #ddd;
}

#card-page .card-result .products .btns a i {
  top: 3px;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products .btns a i {
    top: 2px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products .btns a i.icon-rotate-right {
    width: 15px;
    height: 14px;
  }
}

@media screen and (max-width: 640px) {
  #card-page .card-result .products .btns a i.icon-list-ul {
    width: 17px;
    height: 15px;
  }
}

#rule-page {
  padding-bottom: 100px;
  background: url(../images/rule-bg-top.png) no-repeat right top/100%, url(../images/rule-bg-bottom.png) no-repeat left bottom/100%, #ede9e4;
}

@media screen and (max-width: 640px) {
  #rule-page {
    background: url(../images/rule-bg-top-m.png) no-repeat right top/100%, url(../images/rule-bg-bottom-m.png) no-repeat left bottom/100%, #ede9e4;
  }
}

#rule-page #section-kv {
  padding-top: 50px;
}

#rule-page .container {
  width: 835px;
}

@media screen and (max-width: 991px) {
  #rule-page .container {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 640px) {
  #rule-page .container {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

#rule-page .container > p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #242424;
  margin-bottom: 30px;
}
#rule-page .container > p sup {
  vertical-align: super;
  font-size: smaller;
}

@media screen and (max-width: 460px) {
  #rule-page .container > p {
    font-size: 14px;
  }
}

#rule-page .yt-wrap {
  width: 100%;
  margin: 0 auto 55px;
  padding: 0;
}

#rule-page .yt-wrap .video {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

#rule-page .yt-wrap .video iframe,
#rule-page .yt-wrap .video object,
#rule-page .yt-wrap .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#rule-page .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#rule-page .title p {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.2px;
  color: #965c21;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 460px) {
  #rule-page .title p {
    font-size: 20px;
  }
}

#rule-page .title span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.2px;
  color: #462a0e;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 460px) {
  #rule-page .title span {
    font-size: 20px;
  }
}

#rule-page .title::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 651px 518px 0 0;
  background-color: #e6d4bf;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 460px) {
  #rule-page .title::after {
    width: 80px;
  }
}

#rule-page .step {
  margin-bottom: 20px;
}

#rule-page .step h3 {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #a5754a;
}

@media screen and (max-width: 460px) {
  #rule-page .step h3 {
    font-size: 14px;
  }
}

#rule-page .step p {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #242424;
}

@media screen and (max-width: 460px) {
  #rule-page .step p {
    font-size: 14px;
  }
}

#rule-page .step p.ps {
  font-weight: 300;
}

#rule-page h4 {
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 460px) {
  #rule-page h4 {
    font-size: 14px;
  }
}

#rule-page ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}


@media screen and (max-width: 460px) {
  #rule-page ul {

  }
}

#rule-page ul li {
  width: 250px;
  position: relative;
}

@media screen and (max-width: 640px) {
  #rule-page ul li {
  width: 120px;
  position: relative;
  margin-right: 5px;
  }
}

#rule-page ul li:nth-of-type(2) {
  margin: 0 50px;
}

@media screen and (max-width: 640px) {
  #rule-page ul li:nth-of-type(2) {
    margin: 0;
  }
}

#rule-page ul li img {
  display: block;
  margin: 0 auto 18px;
}

@media screen and (max-width: 640px) {
  #rule-page ul li img {
    width: 100px;
  }
}

@media screen and (max-width: 460px) {
  #rule-page ul li img {
    width: 60px;
  }
}

#rule-page ul li p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.38px;
  text-align: center;
  color: #b3936d;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #rule-page ul li p {

  }
}

@media screen and (max-width: 460px) {
  #rule-page ul li p {
    font-size: 14px;
  }
}

#rule-page ul li h6 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: center;
  color: #b3936d;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #rule-page ul li h6 {
    margin-top: 5px;
    font-size: 20px;
  }
}


#rule-page .ol1 {
  margin-top: 20px;
}

@media screen and (max-width: 460px) {
  #rule-page .ol1 {
    margin-top: 30px;
  }
}

#rule-page .ol1 li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #242424;
  margin-bottom: 30px;
  list-style-type: decimal;
  margin-left: 25px;
  text-indent: 0;
}

@media screen and (max-width: 460px) {
  #rule-page .ol1 li {
    font-size: 14px;
  }
}

#rule-page .ol1 li p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #242424;
  margin-bottom: 0;
}

@media screen and (max-width: 460px) {
  #rule-page .ol1 li p {
    font-size: 14px;
  }
}

#rule-page .ol2 {
  margin-top: 30px;
  margin-bottom: 150px;
}

#rule-page .ol2 li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #242424;
  margin-bottom: 30px;
  list-style: cjk-ideographic;
  margin-left: 30px;
  text-indent: 0;
}

@media screen and (max-width: 460px) {
  #rule-page .ol2 li {
    font-size: 14px;
  }
}

#rule-page .ol2 li p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: justify;
  color: #242424;
  margin-bottom: 0;
}

@media screen and (max-width: 460px) {
  #rule-page .ol2 li p {
    font-size: 14px;
  }
}

#rule-page h5 {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.38px;
  text-align: left;
  color: #242424;
  margin-bottom: 0;
}

@media screen and (max-width: 460px) {
  #rule-page h5 {
    font-size: 14px;
  }
}

#rule-page .mb-1 {
  margin-bottom: 20px !important;
}

#rule-page .mb-60 {
  margin-bottom: 30px;
}

.b100th {
  max-width: 345px;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 640px) {
  .b100th {
    max-width: 280px;
  }
}

.copyright {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 1.2px;
  text-align: center;
  color: #a7865e;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .copyright {
    font-size: 10px;
  }
}

#back-home {
  display: block;
  width: 178px;
  height: 75px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  padding: 25px 0 0 23px;
  background: url(../images/back-home-bg.png);
  position: fixed;
  right: 0;
  bottom: 36px;
  z-index: 9;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

#back-home:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media screen and (max-width: 991px) {
  #back-home {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 53px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1.2px;
    text-align: right;
    color: #b6946e;
    background: none;
    background-color: #4e3930;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 14px 16px 0 0;
  }
  #back-home::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../images/back-home-top-line.png) no-repeat center top/100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  #back-home::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(../images/back-home-bottom-line.png) no-repeat center top/100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 460px) {
  #back-home {
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 11px 0 0;
  }
}

@media screen and (max-width: 420px) {
  #back-home {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    bottom: 5px;
  }
}

div[class^="body-border-"] {
  position: fixed;
  z-index: 3;
}

.body-border-1 {
  width: 100%;
  height: 10px;
  background: url(../images/body-border-top.png) no-repeat center top/cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .body-border-1 {
    background-image: url(../images/body-border-top2.png);
  }
}

@media screen and (max-width: 991px) {
  .body-border-1 {
    background-image: url(../images/body-border-m-top.png);
  }
}

@media screen and (max-width: 640px) {
  .body-border-1 {
    background-image: url(../images/body-border-m-top2.png);
  }
}

@media screen and (max-width: 420px) {
  .body-border-1 {
    height: 5px;
  }
}

.body-border-2 {
  width: 10px;
  height: 100%;
  background: url(../images/body-border-right.png) no-repeat right center/cover;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 420px) {
  .body-border-2 {
    width: 5px;
  }
}

.body-border-3 {
  width: 100%;
  height: 10px;
  background: url(../images/body-border-bottom.png) no-repeat center top/cover;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .body-border-3 {
    background-image: url(../images/body-border-bottom2.png);
  }
}

@media screen and (max-width: 991px) {
  .body-border-3 {
    background-image: url(../images/body-border-m-bottom.png);
  }
}

@media screen and (max-width: 640px) {
  .body-border-3 {
    background-image: url(../images/body-border-m-bottom2.png);
  }
}

@media screen and (max-width: 420px) {
  .body-border-3 {
    height: 5px;
  }
}

.body-border-4 {
  width: 10px;
  height: 100%;
  background: url(../images/body-border-left.png) no-repeat left center/cover;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 420px) {
  .body-border-4 {
    width: 5px;
  }
}

#loading {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  -webkit-animation: loading 2s linear both;
     -moz-animation: loading 2s linear both;
       -o-animation: loading 2s linear both;
          animation: loading 2s linear both;
}

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

@-moz-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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