@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');



/*@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
*/



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

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}

p {
    line-height: 1.7;
    word-wrap: break-word;
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/** link **/

a:link {
    color: #4682b4;
    text-decoration: underline;
}

a:visited {
    color: #4682b4;
}
.btn a:visited {
    color: #4682b4;
}

a:hover,
a:active {
    text-decoration: none;
}


/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 100%;
    padding: 0 0 0 0;
    overflow: hidden;
    color: #444;
}


#content {
    margin:0 auto;
    width: 740px;
    text-align: left;
    background-color: #fff;
    padding: 0px 30px 15px;
    background-color: #fff;

}

.content-main{
    width: 680px;
    margin: auto;
}

img {
    width: 100%;
}

.img.example1 {
    width: 80%;
    height: 80px;
}

.ie8 img{
    width: auto;
}

.pics{
    width: 100%
}

figure{
    padding-bottom: 10px;
}
figcaption{
    font-size: .8em;
    color: #999;
}

video {
width: -webkit-fill-available;
}


/*clearfix*/
.clearfix2 {
    clear: both;
    zoom: 1;
}

.clearfix3:after {
    content: "";
    display: block;
    clear: both;
}
.mt0 {
	margin-top: 0;
}
.mb0 {
	margin-bottom: 0;
}
.mB10{
    margin-bottom: 10px!important;
}
.mB20{
    margin-bottom: 20px!important;
}
.mB30{
    margin-bottom: 30px!important;
}
.mB40{
    margin-bottom: 40px!important;
}
.mB50{
    margin-bottom: 50px!important;
}
.mB80{
    margin-bottom: 80px!important;
}
.fsS{
    font-size: 12px;
}
.fsM{
    font-size: 15px;
}
.fsML{
    font-size:1.2em;
}
.fsL{
    font-size: 19px;
    line-height: 1.4em;
}
.fsXL{
    font-size: 21px;
    line-height: 1.8em;
}
.fsXXL{
    font-size: 26px;
}
.fwB{
    font-weight: bold;
}
.taR{
    text-align: right;
}
.taC{
    text-align: center;
}
.marker {
    background: linear-gradient(transparent 40%, #ffff66 0%);
    font-weight: bold;
}
.marker_p {
    background: linear-gradient(transparent 40%, #facccc 0%);
    font-weight: bold;
}
.red {
    color: #ff0000;
}
.red2 {
    color: #f06666;
}
.blue {
    color: #28d2f7;
}
.gray {
    color: #bbbbbb;
}
.pink {
    color: #fa57cc;
}
/*layout
----------------------------------------------------*/
h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    padding: 20px 0px;
}


h2 {
    background-color: #FFEAE6;
    border: 1px solid #FF9888;
    border-right: 20px solid #FF9888;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    color: #000000;
    padding: 15px 20px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 2em;
    margin: 60px 0 30px;
}

 h2:after {
  /* 付箋の影 */
  box-shadow: 0 15px 10px rgba(0, 0, 0, .1);
  content: '';
  position: absolute;
  transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  bottom: 15px;
  right: -3px;
  width: 85%;
  height: 10px;
  z-index: -1;
}




/*共通パーツ*/
#footer a:link,
#footer a:hover,
#footer a:visited,
#footer a:active
{
    color: #000;
}

#content .ref{font-size: 12px;}/*出典用*/
#content figcaption.ref a:link,
#content figcaption a:link,
#content figcaption a:hover,
#content figcaption a:active
{color: #666; text-decoration: underline;}


/*footer*/
#footer{
    padding: 20px 10px 20px;
    color: #fff;
    background-color: #f4f4f4;
}


#footer p{
    text-align: center;
    line-height: 1.5;
    font-size:12px;
}

#footer .tx-ss{
    font-size: 11px;
}



/*レスポンシブ用*/

/*@media only screen and (min-width:840px){*//*PC表示で反映させる設定*/
@media only screen and (max-width:999px){/*コンテンツ幅の調整*/
    #content{width: 100%;
        padding: 15px 12px 0px 12px;}

}

@media only screen and (max-width:839px){/*スマホ表示で反映させる設定*/
    .content-main{width: 100%;}
    img.pics{width: 100%; height: auto;}
    .header-inner{width: 100%}
    h1{font-size: 22px;}
h2 {
    font-size: 1.3rem;
    margin: 9vw 0 7vw;
}
}


.fsS{
    font-size: 12px;
}
.fsSS{
	font-size: .7em;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}

.pc_dp_n{
    display: none;
}
.sp_dp_n{
    display: block;
}


/*----------------------sp---------------------*/
@media (max-width: 620px){
    .pc_dp_n{
        display: block;
    }

    .sp_dp_n{
        display: none;
    }

}

.mB0{margin-bottom:0px !important;}
.mB10{margin-bottom:10px;}
.mB20{margin-bottom:20px;}
.mB30{margin-bottom:30px;}
.mB40{margin-bottom:40px;}
.mB50{margin-bottom:50px;}
.mB60{margin-bottom:60px;}
.mB70{margin-bottom:70px;}
.mB80{margin-bottom:80px;}



/*220928*/
 .downArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 .downArrow>span {
  /* 矢印の大きさの設定 */
  width: 100px;
  height: 65px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 .downArrow>span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  /* 矢印の色の設定 */
  background: #ffc8c8;
}

 .downArrow>span::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  /* 矢印の色の設定 */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top right/50% 100% no-repeat;
  background: linear-gradient(to top right, transparent 49%, #ffc8c8 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ffc8c8 50%) top right/50% 100% no-repeat;
}



/*動きの速さを変更する場合は、複数あるanimation-durationの1.5s(=1.5秒)の時間を変更
動きの回数を変更する場合は、複数あるanimation-iteration-countのinfinite（=無限,               3=3回など）を変更*/
.movebtn {
  -webkit-animation-name: btnAnime02;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: btnAnime02;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  align-items: flex-start;
  justify-content: center;
}

@-webkit-keyframes btnAnime02 {

  /*初期位置*/
  0% {
    /*1番目の値はX方向, 2番目の値はY方向*/
    -webkit-transform: translate(0, 0);
  }

  /*animation-durationで設定した値の半分の時間（50%）の時の位置*/
  50% {
    -webkit-transform: translate(0, -8px);
  }

  /*animation-durationで設定した値になった（100%）時の位置*/
  100% {
    -webkit-transform: translate(0, 0);
  }
}

/*上記の「@-webkit-keyframes btnAnime02」と同様の値にしてください*/
@-moz-keyframes btnAnime02 {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -8px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

 .balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: visible;
  display: flex;
  flex-direction: row;
}

 .faceicon {
  flex-basis: 55px;
  flex-shrink: 0;
  align-self: flex-end;
}

 .faceicon img {
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  object-fit: cover;
  /*アイコン周りの線。線の種類｜線の太さ｜線の色*/
  border: solid 3px #ffe6d9;
  border-radius: 50%;
  box-sizing: border-box;
}

 .outline-think {
  width: auto;
}

 .think {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 12px;
  /*一番大きい吹き出しの背景色*/
  background-color: #ffe6d9;
  border-radius: 20px;
  margin-left: 50px;
}

 .think::before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  /*中くらいの真ん中にある吹き出しの背景色*/
  background-color: #ffe6d9;
  left: -29px;
  top: 25%;
  width: 22px;
  height: 22px;
}

 .think::after {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  /*一番小さい吹き出しの背景色*/
  background-color: #ffe6d9;
  left: -45px;
  top: 50%;
  width: 12px;
  height: 12px;
}

 .think p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}



/*  既読 */
.line-display .line-content .comment.self .read {
  content: '';
  position: absolute;
  display: inline-block;
  text-align: right;
  left: -30px;
  bottom: 0px;
  font-size: 70%;
  color: #ffffff;
}

 .line-display {
  /*最大幅の指定。max-widthで指定した値の最大幅以上には広がらずに表示*/
  max-width: 580px;
  padding: 0;
  background: #7494c0;
  overflow: hidden;
  margin: 0 auto 20px;
}

 .line-display .line-header {
  background: #273246;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

 .line-display .line-header .Indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  white-space: nowrap;
}

 .line-display .line-header .Indicator i {
  padding: 0 0.2em;
  margin: 0;
}

 .line-display .line-header .Indicator .right-head {
  display: flex;
  justify-content: flex-end;
}

 .line-display .line-header .Indicator .right-head span {
  padding-right: 5px;
}

 i.signal {
  background-image: url(https://production.static.squadbeyond.com/uploads/article_photo/photo/656074/51fec038-c616-43e9-98ef-35881265057a.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

 i.bluetooth {
  background-image: url(https://production.static.squadbeyond.com/uploads/article_photo/photo/656080/9c4b3b71-91b2-4961-b0fc-24ecae90765b.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

 i.battery {
  background-image: url(https://production.static.squadbeyond.com/uploads/article_photo/photo/656085/2f19f8b9-4c18-4307-815b-7c15f510ebde.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

 i.chevron-left {
  background-image: url(https://production.static.squadbeyond.com/uploads/article_photo/photo/656093/60f38a1d-a4ca-4e1b-a442-353092460592.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

 i.phone-alt {
  background-image: url("https://production.static.squadbeyond.com/uploads/article_photo/photo/656097/36138014-4a62-4bc3-9c9e-1e9e02ae6ffa.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

 i.chevron-down {
  background-image: url("https://production.static.squadbeyond.com/uploads/article_photo/photo/656094/5fd21911-4995-4c34-b647-f5cd52e4c61c.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

 .line-display .line-header .Indicator>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

 .line-display .line-header .Indicator>div:nth-of-type(1) {
  text-align: left;
}

 .line-display .line-header .Indicator>div:nth-of-type(2) {
  text-align: center;
  padding: 0 5px;
}

 .line-display .line-header .Indicator>div:nth-of-type(3) {
  text-align: right;
}

 .line-display .line-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 21px;
  padding-top: 6px;
  white-space: nowrap;
}

 .line-display .line-header .menu i {
  margin: 0;
}

 .line-display .line-header .menu>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  align-items: center;
}

 .line-display .line-header .menu>div:nth-of-type(1) {
  justify-content: flex-start;
}

 .line-display .line-header .menu>div:nth-of-type(2) {
  justify-content: center;
}

 .line-display .line-header .menu>div:nth-of-type(3) {
  justify-content: flex-end;
}

 .line-display .line-content {
  padding: 10px;
  overflow: hidden;
  line-height: 135%;
}

 .line-display .line-content .comment {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

 .line-display .line-content .comment .user {
  width: 40px;
  position: relative;
  padding: 0;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

 .line-display .line-content .comment .user img {
  width: 40px;
  height: 40px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

 .line-display .line-content .comment .user figcaption {
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50px;
  display: inline-block;
  width: 100%;
}

 .line-display .line-content .comment .baloon {
  position: relative;
  margin: 20px 0 0 10px;
  max-width: 60%;
}

 .line-display .line-content .comment .baloon .text {
  font-size: 16px;
  margin: 0;
  position: relative;
  padding: 1em;
  border-radius: 30px;
  background-color: #ffffff;
}

 .line-display .line-content .comment .baloon .text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -5px;
  top: 6px;
  border-right: 16px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotateZ(-80deg);
  transform: rotateZ(-80deg);
}

 .line-display .line-content .comment.self {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

 .line-display .line-content .comment.self .user figcaption {
  left: -50px;
  text-align: right;
}

 .line-display .line-content .comment.self .baloon {
  margin: 20px 10px 0 0;
}

 .line-display .line-content .comment.self .baloon .text {
  background-color: #8de055;
}

 .line-display .line-content .comment.self .baloon .text::after {
  content: none;
}

 .line-display .line-content .comment.self .baloon .text::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -5px;
  top: 6px;
  border-left: 16px solid #8de055;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transform: rotateZ(80deg);
  transform: rotateZ(80deg);
}

 .line-display .line-content .unread {
  text-align: center;
  font-size: 14px;
  background-color: #5C779D;
  color: #ffffff;
  margin: 20px 0;
  padding: 0.2em;
  border-radius: 1.1em;
}

 .line-display .line-footer {
  background-color: #ffffff;
  color: #666666;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

 .line-display .line-footer i {
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  padding: 0 0.4em;
}

 .line-display .line-footer .input {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 1em;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.4em;
  margin: 0 0.4em;
}

 .line-display .line-footer .input::before {
  content: "Aa";
  position: absolute;
  top: 21px;
  left: 16px;
  font-size: 20px;
  color: #ccc;
  line-height: 0;
}

 .line-display .line-footer .input::after {
  content: '';
  position: absolute;
  display: flex;
  align-items: center;
  width: 1em;
  height: 1em;
  background-image: url(https://production.static.squadbeyond.com/uploads/article_photo/photo/654874/d86d25fb-a03c-4b49-a07d-ca75c72944fe.png);
  background-size: contain;
  right: 8px;
}

 .line-footer i.plus {
  background-image: url("https://production.static.squadbeyond.com/uploads/article_photo/photo/654875/4f6b9008-d1f9-42ef-b07c-6b61071c88df.png");
}

 .line-footer i.camera {
  background-image: url("https://production.static.squadbeyond.com/uploads/article_photo/photo/654873/f663094d-6e18-47ff-a136-6926ca517874.png");
}

 .line-footer i.image {
  background-image: url("https://production.static.squadbeyond.com/uploads/article_photo/photo/655527/a6ba3807-d122-4ecb-91a9-23f39a33d8b5.png");
}

 .line-footer i.microphone {
  background-image: url("https://production.static.squadbeyond.com/uploads/article_photo/photo/654871/ad52f473-8819-49c2-9dda-553ea7fe12b0.png");
}

 .balloon {
  width: 100%;
  /*周りの余白。上下｜左右*/
  margin: 2em 0;
  display: flex;
}

 .chatting {
  /*吹き出しの幅を変更する場合、下記autoを削除して20%から100%の値を指定してください*/
  width: auto;
}

 .faceicon {
  flex-basis: 55px;
  flex-shrink: 0;
}

 .faceicon img {
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  object-fit: cover;
  border-radius: 50%;
  box-sizing: border-box;
}

 .chatting {
  /*吹き出しの背景色。下の.chatting:beforeと色を合わせてください */
  background: #ffe6d9;
  margin: 0 14px auto;
  min-height: 27px;
  padding: 5px 13px;
  border-radius: 22px;
  /*吹き出しの影。水平方向の距離｜垂直方向の距離｜ぼかし距離｜広がり距離｜影の色の順*/
  box-shadow: 2px 2px 3px 0px #cccccc;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

 .chatting:before {
  /*吹き出しのしっぽ部分の色変更は下記２行のカラーコード*/
  border-right: 12px solid #ffe6d9;
  border-right-color: #ffe6d9;
  left: -15px;
  border-top-right-radius: 100%;
  transform: rotate(285deg);
  width: 24px;
  height: 18px;
  top: 10px;
  content: '';
  position: absolute;
  box-sizing: border-box;
}

 .says p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}

/*口コミ*/
 .comment__area {
/*  width: calc(100% - 20px);*/
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 3px 3px 2px #F4D2DE;
  padding: 10px 10px 15px;
  margin-top: 30px;
  position: relative;
}

 .comment__head {
  position: absolute;
  top: 0;
  left: 0;
  background: #ef857d;
  border-radius: 5px;
  padding: 3px 10px;
  box-shadow: 2px 2px 2px #888;
  font-size: 140%;
}

 .comment__head .head {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #888;
}

 .comment__img {
  width: 100%;
  height: auto;
}

 .comment__img img {
  width: 100%;
  height: auto;
}

 .comment__detail {
  margin-top: 10px;
}

 .comment__detail .name {
  font-size: 16px;
}

 .comment__detail .text {
  font-size: 16px;
}

 .comment__detail .name+.text {
  margin-top: 1em;
}

 .comment__detail .text+.text {
  margin-top: 1em;
}

 .comment__detail .text .bold {
  font-weight: bold;
}

 .comment__detail .text .underline {
  position: relative;
}

 .comment__detail .text .underline:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #ffff00 71%, #ffff00 100%);
}

 .comment__detail .attention {
  font-size: 13px;
  color: #666;
  margin-top: 1.4em;
}

 .comment__detail .attention+.attention {
  margin-top: 1em;
}


#sb-part-5041.sb-custom-part-l5g7bv4v8vrzyvvygr2 .point01 {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background: #FFD700;
  margin-bottom: 20px;
}

/*btn*/
 .bound2__btnArea {
  /*バウンドする分、画像の上側に余白をつけています。*/
  margin-top: 30px;
}

 .bound2__btnArea .boundImg__link {
  display: block;
  /*画像の横幅*/
  /*画像の横幅の最大サイズ*/
  height: auto;
  margin: 0 auto;
}

 .bound2__btnArea .boundImg__link .boundImg {
  height: auto;
  /*バウンドのアニメーション設定。
  1番目の値はアニメーション名、2番目の値はアニメーションの開始から終了までの時間（2s=2秒)、3番目の値は変化の度合い、4番目の値は繰り返しの回数（infinite=無限）*/
  animation: bound2Btn 2s ease infinite;
}

/*アニメーションの詳細設定*/
@keyframes bound2Btn {
  0% {
    /*Y軸方向の移動距離*/
    transform: translateY(0);
  }

  15% {
    transform: translateY(-30px);
  }

  30% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

 footer {
  font-size: 13px;
  padding: 5%;
  background: #ECECEC;
  text-align: center;
  margin-top: 10px;
}