@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}

/* 全体構成
---------------------------------------------------------------- */
html{
  font-size: 62.5%; /*ベースを10pxにしています*/
}
body{
  margin:0 auto;
  padding:0;
  height:auto;
  width: 100%;
  font-size:14px;
  color:#000;
  min-width: 1000px;
  line-height:160%;
  background:url(../image/back1_2.jpg) top repeat-x;
  /*スマホ対応*/
  font-family:'MS PGothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  overflow-y: scroll;	/*ローディングのガタツキ防止*/

}

#top{
}

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;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

a:link{
  color:#333333;
}

a:visited{
  color:#333333;
}

a:hover{
}



/* 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;
}

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

/* float�clear系
---------------------------------------------------*/
.left{
  float:left;
}

.leftleft{
  clear:left;
  float:left;
}

.right{
  float:right;
}

#clear{
  clear:both;
  text-indent:-9999px;
}

.clear{
  clear:both;
}

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

.clearfix {
  margin:0;
  padding:0;
  display: inline-block;
  list-style:none;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

.clearfix_clear {
  margin:0;
  padding:0;
  display: inline-block;
  list-style:none;
  clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix_clear {height: 1%;}
.clearfix_clear {display: block;}
/* End hide from IE-mac */


/* font系
---------------------------------------------------*/
.bold{
  font-weight:bold;
}

.red{
  color:#FF0000;
}

.white{
  color:#FFFFFF;
}
.color_E95377{
	color: #E95377;
}
.color_666666{
	color: #666666;
}
.color_21AC38{
	color: #21AC38;
}
.color_23AC38{
	color: #23AC38;
}
.bg_AC7E40 {
  background-color: #AC7E40;
}
.bg_D96D00 {
  background-color: #D96D00;
}
/* テキスト配置
---------------------------------------------------*/
.txt_right{
  text-align: right;
}

.txt_center{
  text-align:center;
}

.txt_left{
  text-align:left;
}


/* テキスト周り
---------------------------------------------------*/
.txt{
  margin:0;
  padding:5px;
}

.txt2{
  margin:0;
  padding:10px;
}
.img{
	margin: 0 auto;
}

/* 文字サイズ
---------------------------------------------------*/
.font10{
  font-size:10px;
  line-height:160%;
}

.font11{
  font-size:11px;
  line-height:160%;
}

.font12{
  font-size:12px;
  line-height:160%;
}

.font13{
  font-size:13px;
  line-height:160%;
}

.font14{
  font-size:14px;
  line-height:160%;
}

.font15{
  font-size:15px;
  line-height:160%;
}

.font16{
  font-size:16px;
  line-height:160%;
}

.font18{
  font-size:18px;
  line-height:160%;
}

.font20{
  font-size:20px;
  line-height:160%;
}


/* 空間系
---------------------------------------------------*/
.top5{
  margin-top:5px !important;
}

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

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

.tBox7-txt.new .top20{
  margin-top:20px !important;
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

.top100{
  margin-top:100px !important;
}
.top120{
  margin-top:120px !important;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bot100{
  margin-bottom:100px !important;
}
.bot120{
  margin-bottom:120px !important;
}
.left10{
	margin-left: 10px;
}
.left20{
	margin-left: 20px;
}
.left70{
	margin-left: 70px;
}
.left100{
	margin-left: 100px;
}
.left145{
	margin-left: 145px;
}
.right10{
	margin-right: 10px;
}

.margin10{
	margin: 10px;
}

.ptop10{
  padding-top: 10px !important;
}
.ptop20{
  padding-top: 20px !important;
}
.ptop30{
  padding-top: 30px !important;
}
.ptop40{
  padding-top: 40px !important;
}
.ptop70{
  padding-top: 70px !important;
}
.ptop80{
  padding-top: 80px !important;
}
.ptop90{
  padding-top: 90px !important;
}
.ptop100{
  padding-top: 100px !important;
}
.ptop120{
  padding-top: 120px !important;
}


.pbot10{
  padding-bottom: 10px !important;
}
.pbot20{
  padding-bottom: 20px !important;
}
.pbot30{
  padding-bottom: 30px !important;
}
.pbot40{
  padding-bottom: 40px !important;
}
.pbot80{
  padding-bottom: 80px !important;
}
.pbot90{
  padding-bottom: 90px !important;
}
.pbot100{
  padding-bottom: 100px !important;
}
.pbot120{
  padding-bottom: 120px !important;
}
/* page top
---------------------------------------------------*/
#pageTop{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index: 1;
}
#pageTop:hover{
}



/* 主要ボックス
---------------------------------------------------*/
.box100p{
  width:100%;
}



/* ぶら下がりインデント設定
---------------------------------------------------*/
.indent{  
  text-indent: -10px;/*左側の空間*/
  margin-left: 10px;/*左側の空間*/
} 


/* マウスオーバーで透過(jsが使用できなかった場合にaタグの前のpに設定する)
---------------------------------------------------*/
.hover a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}



/* フェード
---------------------------------------------------*/
.animation {
}
.fade {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.0s;
  -ms-animation-duration:1.0s;
  animation-duration:1.0s;
  -webkit-animation-name: fade;
  animation-name: fade;
  visibility: visible !important;
}
@-webkit-keyframes fade {
  0% { opacity: 0; -webkit-transform: translateY(200px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fade {
  0% { opacity: 0; -webkit-transform: translateY(200px); -ms-transform: translateY(200px); transform: translateY(200px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.animation2 {
  overflow:hidden;
}
.fade2 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-name: fade2;
  animation-name: fade2;
  visibility: visible !important;
}
@-webkit-keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation3 {
  overflow:hidden;
}
.fade3 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fade3;
  animation-name: fade3;
  visibility: visible !important;
}
@-webkit-keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation4 {
  overflow:hidden;
}
.fade4 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fade4;
  animation-name: fade4;
  visibility: visible !important;
}
@-webkit-keyframes fade4 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade4 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation5 {
  overflow:hidden;
}
.fade5 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1.5s;
  -ms-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-name: fade5;
  animation-name: fade5;
  visibility: visible !important;
}
@-webkit-keyframes fade5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fade6 {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fade6;
  animation-name: fade6;
  visibility: visible !important;
}
@-webkit-keyframes fade6 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade6 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


/* ローディング
---------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /*ローディング背景画像*/
  background-image:url(../image/common/loadingimg.jpg);
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center center;
  /*ローディング背景画像*/
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  width: 322px;/*横幅*/
  height: 200px;/*縦幅！必ず設定してください！*/
  margin-top: -100px;/*heightの半分の値*/
  margin-left: -161px;/*widthの半分の値*/
  text-align: center;
  color: #000;
  z-index: 2000;/*コンテンツは全てこの値を超えてはいけない*/
}








/* 全体構成
---------------------------------------------------*/
.width200{
  width:200px;
  margin-right: auto;
  margin-left: auto;		
}
.width220{
  width:220px;
}
.width336{
  width:336px;
}
.width450{
  width:450px;
}
.width465{
  width:465px;
}
.width625{
  width:625px;
}
.width750{
  width:750px;
}
.width800{
  width:800px;
}
.width830{
  margin-right: auto;
  margin-left: auto;
  width:830px;
}
.width850{
  margin-right: auto;
  margin-left: auto;	
  width:850px;
}
.width930{
  margin-right: auto;
  margin-left: auto;
  width:930px;
}
.width930_{
  width:930px;
}
.width950{
  margin-right: auto;
  margin-left: auto;
  width:950px;
}

.width950_2{
  margin:0 auto;
  padding:0;
  width:950px;
}
.height178{
	height: 178px;
}
.height260{
	height: 260px;
}

.height465{
	height: 465px;
}
/* TOP FLASH
---------------------------------------------------*/
/* fullSlideShow
--------------------------- */
.fullSlideShow {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.fullSlideShow ul {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute; /* absolute or fixed */
  overflow: hidden;
}
.fullSlideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
}
.fullSlideShow ul li img {
  width: 100%;
}


/* PagiNation
--------------------------- */
.pagiNation {
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: fixed;
  z-index: 90;
  visibility: hidden;
}

.pagiNation a {
  margin: 0 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  background: #000;
}
.pagiNation a.pnActive {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}


/* Wrapper
--------------------------- */
#wrapper {
  width: 100%;
  text-align: left;
  background: #fff;
  position: relative;
  z-index: 120;
}

/* =======================================
ClearFixElements
======================================= */
.fullSlideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.fullSlideShow ul {
  display: inline-block;
  overflow: hidden;
}


/* 左右からスライドイン
---------------------------------------------------*/
.slidein_box_out{
  margin:0;
  padding:0;
  overflow:hidden;
  position:relative;
}

.slidein_box1_1{
  width:50%;
  float:left;
  overflow:hidden;
  position:relative;
}

.slidein_box1_2{
  width:50%;
  float:right;
  overflow:hidden;
  position:relative;
}

.slidein_box2_1{
  margin:0;
  padding:72px 50px 0 0;
  width:425px;
  text-align:right;
  position:absolute;
  top:0;
  right:0;
}

.slidein_box2_2{
  margin:0;
  padding:72px 0 0 50px;
  width:425px;
  position:absolute;
  top:0;
  left:0;
}

.slidein_box3{
  height: 340px;
  -webkit-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}

a:hover>.slidein_box3 {
  transform: scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
}


/* カルーセル
--------------------------------------------------------- */
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 380px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 380px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  width: 320px;
  height: 380px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* =======================================
ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}


/* cssのみで動くボタン
---------------------------------------------------*/
.button {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  border: 2px solid #121E3E;/*borderの色*/
  color: #121E3E;/*文字色*/
  font-size:16px;
  font-weight:bold;
  line-height: 47px;
  background-image:url(../image/btn.png);
  background-repeat:no-repeat;
  background-position:top center;/*centerの部分はleftに変更可能*/
}
.button:link {
  color: #121E3E;/*文字色*/
}
.button:visited {
  color: #121E3E;/*文字色*/
}
.button:hover {
  background-color:#121E3E;/*マウスオーバー時の背景色*/
  background-image:url(../image/btn_on.png);
  background-repeat:no-repeat;
  background-position:top center;/*center��left�ɕύX�\*/
  color: #FFFFFF;/*マウスオーバー時の文字色*/
}


/* パララックス
---------------------------------------------------*/
/*
html {
height: 100%; 
overflow: hidden; /* ブラウザ標準のスクロールバーを消します 
}

body {
overflow-y: scroll;  /*  縦スクロールバーを表示します。 
overflow-x: hidden;  /*  横スクロールバーを消します。 
height: 100%; 
}
*/

.image-base{
  min-height: 400px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
  background-position: center center;
}

.image-base_under{
  padding:390px 0 0 0;
  min-height: 150px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
  background-position: center center;
}

.para_img1{
  background-image:url(../para_img/back.png), url(../para_img/1.jpg);
  background-repeat:repeat, no-repeat;
  background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
  -webkit-background-size:8px 8px, cover;
  -moz-background-size:8px 8px, cover;
  -o-background-size:8px 8px, cover;
  background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img2{
  background-image:url(../para_img/back.png), url(../para_img/2.jpg);
  background-repeat:repeat, no-repeat;
  background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
  -webkit-background-size:8px 8px, cover;
  -moz-background-size:8px 8px, cover;
  -o-background-size:8px 8px, cover;
  background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img3{
  background-image:url(../para_img/back.png), url(../para_img/3.jpg);
  background-repeat:repeat, no-repeat;
  background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
  -webkit-background-size:8px 8px, cover;
  -moz-background-size:8px 8px, cover;
  -o-background-size:8px 8px, cover;
  background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img4{
  background-image:url(../para_img/back.png), url(../para_img/4.jpg);
  background-repeat:repeat, no-repeat;
  background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
  -webkit-background-size:8px 8px, cover;
  -moz-background-size:8px 8px, cover;
  -o-background-size:8px 8px, cover;
  background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img5{
  background-image:url(../para_img/back.png), url(../para_img/5.jpg);
  background-repeat:repeat, no-repeat;
  background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
  -webkit-background-size:8px 8px, cover;
  -moz-background-size:8px 8px, cover;
  -o-background-size:8px 8px, cover;
  background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img6{
  background-image:url(../para_img/back.png), url(../para_img/6.jpg);
  background-repeat:repeat, no-repeat;
  background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
  -webkit-background-size:8px 8px, cover;
  -moz-background-size:8px 8px, cover;
  -o-background-size:8px 8px, cover;
  background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}



#Y_sclorebox {
  width: 100%;
  position: absolute;
  bottom: 45px;
    z-index: 999999999999;
}
#Y_sclore {
  max-width: 1000px;
  margin: 0 auto;
}
#Y_sclore span {
  display: block;
    margin: 0 auto;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
  text-align: center;
    box-sizing: border-box;
}
#Y_sclore p {
    text-align: center;
    margin-top: 60px;
    color: #fff;
    z-index: 99999999999;
    font-size: 18px;
    font-family: "Myriad Pro";
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(0deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0deg) translate(0, 50px);
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: rotate(0deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(0deg) translate(0, 50px);
        opacity: 0;
    }
}
@-webkit-keyframes sdb1 {
    0% {
        -webkit-transform: rotate(0deg) translate(-20px, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0deg) translate(20px, 0);
        opacity: 0;
    }
}
@keyframes sdb1 {
    0% {
        transform: rotate(00deg) translate(-20px, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(00deg) translate(20px, 0);
        opacity: 0;
    }
}