@charset "UTF-8";
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap"); */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}

@font-face {
  font-family: font-mei;
  font-style: normal;
  font-weight: 400;
  src: url(../font/meiryo.ttc);
}

@font-face {
  font-family: G-OTF-R;
  font-style: normal;
  font-weight: 500;
  src: url(../font/G-OTF-GRYUMINPRO-REGULAR.OTF);
}

/* 全体構成
---------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /*ベースを10pxにしています*/
}

body {
  margin: 0 auto;
  padding: 0;
  height: auto;
  width: 100%;
  font-size: 14px;
  color: #111111;
  min-width: 320px;
  line-height: 160%;
  font-weight: 500;
  /*スマホ対応*/
  font-family: 'font-mei';
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-y: scroll;
  background: #fff;
  /* background: url(../images/common/bg-body.png), #F9F5F0; */
  /* background-size: cover; */
  /*ローディングのガタツキ防止*/
}

html {
  height: 100%;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  line-height: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

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

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ovh {
  overflow: hidden;
}

/* h系
---------------------------------------------------*/
h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.bold-none {
  font-weight: normal;
}

.w100p {
  width: 100%;
}


/*color-style
---------------------------------------*/
.red {
  color: #D81434;
}

.blue {
  color: #2D478A;
}

.green {
  color: #69B46C;
}

.yellow {
  color: #FFFF00;
}

/*link-style
---------------------------------------*/
a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*** CLEAR-FIX ***/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*** ROLL-OVER  ***/
.alphaOver a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

.alphaOver_png a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
}

.none {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
}

/*** FLOAT ***/
.fr {
  float: right;
}

.fl {
  float: left;
}

.fn {
  float: none;
}

.tcm {
  text-align: center;
}

.tcm img {
  max-width: 100%;
}

.cb {
  clear: both;
}

/*** PADDING ***/
.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*** MARGIN ***/
.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

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

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/*** WIDTH ***/

.w1k {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.w1 {
  width: 100%;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*** ALIGN ***/
.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.tci {
  text-align: center;
}

.tci img {
  max-width: 100%;
}

/*** Center middle ***/
.ce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vegas-animation-mykenburns {
  -webkit-animation: mykenburns cubic-bezier(0, 0, 0.58, 1) 1s;
  animation: mykenburns cubic-bezier(0, 0, 0.58, 1) 1s;
}

@-webkit-keyframes mykenburns {
  0% {
    -webkit-transform: scale(1.2) translate(0, -5%);
    transform: scale(1.2) translate(0, -5%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes mykenburns {
  0% {
    -webkit-transform: scale(1.2) translate(0, -5%);
    transform: scale(1.2) translate(0, -5%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

#Y_sclorebox {
  position: absolute;
  bottom: 0;
  right: 59px;
  z-index: 20;
}

#Y_sclore {
  max-width: 1000px;
  margin: 0 auto;
 
}

#Y_sclore div{
  background: #fff;
  height: 100px;
  margin: 0 auto;
  display: block;
  width: 1px;
  overflow: hidden;
}

#Y_sclore span {
  display: block;
  margin: 0 auto;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding-left: 13px; */
  background: #F80808;
  width: 1px;
  height: 20px;
}

#Y_sclore p {
  text-align: center;
  margin-top: 0;
  margin-left: 5px;
  z-index: 99;
  font-size: 10px;
  letter-spacing: 0.6px;
  /* opacity: 0.5; */
  font-weight: normal;
  color: #fff;
  font-family: G-OTF-R, sans-serif;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -20px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 147px);
    opacity: 1;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -20px);
    transform: rotate(0deg) translate(0, -20px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 147px);
    transform: rotate(0deg) translate(0, 147px);
    opacity: 1;
  }
}


.ibg {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-al-ce{
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.f-ce {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.l-2 {
  width: 50%;
}

.l-3 {
  width: calc(100%/3);
}

.l-4 {
  width: 25%;
}

.l-5 {
  width: 20%;
}

.p-delay_1s {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.p-delay_2s {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.p-delay_3s {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.p-delay_4s {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.p-delay_5s {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.p-delay_6s {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.p-delay_7s {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.p-delay_8s {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.p-delay_9s {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.p-delay_10s {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.p-delay_11s {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.p-delay_12s {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.p-delay_13s {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.p-delay_14s {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.p-delay_15s {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.p-delay_16s {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.p-delay_17s {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.p-delay_18s {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.p-delay_19s {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.p-delay_20s {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.p-ani-fadeInUp {
  -webkit-animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  animation: p-ani-fadeInUp 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

.p-ani-fadeIn {
  -webkit-animation: p-ani-fadeIn 1.5s ease 0s both 1 normal;
  animation: p-ani-fadeIn 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInBlur {
  -webkit-animation: p-ani-fadeInBlur 2s ease 0s backwards 1 normal;
  animation: p-ani-fadeInBlur 2s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInScale {
  -webkit-animation: p-ani-fadeInScale 2s ease 0s backwards 1 normal;
  animation: p-ani-fadeInScale 2s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInLeft {
  -webkit-animation: p-ani-fadeInLeft 1.5s ease 0s backwards 1 normal;
  animation: p-ani-fadeInLeft 1.5s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeInRight {
  -webkit-animation: p-ani-fadeInRight 1.5s ease 0s backwards 1 normal;
  animation: p-ani-fadeInRight 1.5s ease 0s backwards 1 normal;
  visibility: visible !important;
}

.p-ani-fadeOut {
  -webkit-animation: p-ani-fadeOut 1.5s ease 0s both 1 normal;
  animation: p-ani-fadeOut 1.5s ease 0s both 1 normal;
  visibility: hidden !important;
}

.p-ani-width {
  -webkit-animation-name: p-ani-width;
  animation-name: p-ani-width;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  visibility: visible !important;
}

.p-ani-height {
  -webkit-animation: p-ani-height 1s ease 0s both 1 normal;
  animation: p-ani-height 1s ease 0s both 1 normal;
  visibility: visible !important;
}

.p-animation__dummybox-gray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #eee;
  width: 100%;
  height: 100%;
}

.p-animation__dummybox-white {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.p-ani-slide-scaleUp {
  -webkit-animation-name: p-ani-slide-scaleUp;
  animation-name: p-ani-slide-scaleUp;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes p-ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes p-ani-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes p-ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0.5;
  }
}

@keyframes p-ani-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0.5;
  }
}

@-webkit-keyframes p-ani-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes p-ani-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes p-ani-fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes p-ani-fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes p-ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes p-ani-fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes p-ani-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes p-ani-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes p-ani-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes p-ani-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes p-ani-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes p-ani-width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes p-ani-height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes p-ani-height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes p-ani-slide-scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
  }
}

@keyframes p-ani-slide-scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
  }
}

@-webkit-keyframes animationMove-left {
  0%
  {
     -webkit-transform:translateX(0);
     transform:translateX(0)
  }

  to
  {
     -webkit-transform:translateX(-80%);
     transform:translateX(-80%)
  }
}

@keyframes animationMove-left {
  0%
  {
     -webkit-transform:translateX(0);
     transform:translateX(0)
  }

  to
  {
     -webkit-transform:translateX(-80%);
     transform:translateX(-80%)
  }
}

@-webkit-keyframes animationMove-right {
  0%
  {
     -webkit-transform:translateX(0);
     transform:translateX(0)
  }

  to
  {
     -webkit-transform:translateX(-80%);
     transform:translateX(-80%)
  }
}

@keyframes animationMove-right {
  0%
  {
     -webkit-transform:translateX(0);
     transform:translateX(0)
  }

  to
  {
     -webkit-transform:translateX(80%);
     transform:translateX(80%)
  }
}