@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }

/** Slide Setting
-----------------------------
*/
.page-wrap {
  width: 75%; }

.bgindent {
  text-indent: -9999px; }

.mgauto {
  margin: 0 auto;
  text-align: center; }

.dblock {
  float: left;
  overflow: hidden;
  display: block; }

.linkhover a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  opacity: 0.7;
  zoom: 1; }

.linkhover2 a:hover img {
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  opacity: 0.9;
  zoom: 1; }

html {
  font-family: Noto Sans JP, 游ゴシック, ヒラギノ角ゴ Pro, sans-serif; }

body {
  background-color: #fff !important; }

#Breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px 0;
  background: #fff; }
  #Breadcrumbs dl {
    display: table;
    padding: 0;
    font-size: 12px; }
    #Breadcrumbs dl a {
      margin: 10px 10px 0 0;
      color: #909090; }
      #Breadcrumbs dl a::after {
        content: ' ';
        display: inline-block;
        width: 9px;
        height: 14px;
        margin: 0 0 0 5px;
        background: url(/common_assets/img/img-icon-arrow-right-gray@2x.png) 50% 100% no-repeat;
        background-size: 4px 7px; }
    #Breadcrumbs dl dt {
      display: table-cell; }
    #Breadcrumbs dl dd {
      display: table-cell; }

.mod-pagetitle {
  max-width: 1160px;
  height: 130px;
  margin: 0 auto;
  padding: 65px 20px 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .mod-pagetitle::after {
    content: '';
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 1px;
    background: #e60039; }
  .mod-pagetitle .title {
    margin: 0;
    font-size: 28px;
    font-weight: normal; }
  .mod-pagetitle .subtitle {
    position: relative;
    top: -4px;
    left: 20px;
    padding: 0;
    color: #e60039;
    font-size: 16px;
    font-weight: normal; }

#Contents {
  padding-bottom: 100px; }
  #Contents * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #Contents a {
    color: inherit;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-decoration: none; }
    #Contents a .aimg {
      display: block;
      position: relative; }
      #Contents a .aimg:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        background: url(../img/svg/cap_link_middle_g.svg) no-repeat 50%;
        background-size: contain; }
  #Contents img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  #Contents #content-wrap {
    min-height: 50vh; }
  #Contents .bundle {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #Contents .bundle.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  #Contents .mod-line {
    max-width: 1120px;
    margin: 0 auto; }
  #Contents .mod-news {
    width: 100%; }
    #Contents .mod-news.half {
      width: 47.32143%; }
    #Contents .mod-news .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 0.9375rem;
      border-bottom: #d7d9da solid 1px;
      margin-bottom: 1.25rem; }
      #Contents .mod-news .title em {
        font-size: 1.125rem; }
      #Contents .mod-news .title > span, #Contents .mod-news .title a.link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.9375rem;
        line-height: 1;
        vertical-align: middle;
        background: url(/common_assets/img/img-icon-arrow-red@2x.png) right 50% no-repeat;
        background-size: 0.4em auto;
        padding-right: 1.73333em; }
    #Contents .mod-news .news {
      font-size: 0.75rem; }
      #Contents .mod-news .news .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0.8em; }
        #Contents .mod-news .news .item:first-child {
          margin-top: 0; }
        #Contents .mod-news .news .item span {
          display: inline-block;
          margin-right: 2.16667em;
          color: #909090; }
        #Contents .mod-news .news .item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #2f3138; }
          #Contents .mod-news .news .item a.pdf:after, #Contents .mod-news .news .item a[href$=".pdf"]:after {
            content: "";
            display: inline-block;
            margin-left: 0.5em;
            width: 1.66667em;
            height: 1.66667em;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(../img/img-icon-pdf@2x.png); }
  #Contents .mod-panel .rack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #Contents .mod-panel .rack .panel {
      width: 49.92857%;
      height: 22.85714vw;
      max-height: 320px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 1px 0;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #f2f3f4;
      position: relative; }
      #Contents .mod-panel .rack .panel.full {
        width: 100%; }
      #Contents .mod-panel .rack .panel.low {
        height: 18.57143vw; }
      #Contents .mod-panel .rack .panel a, #Contents .mod-panel .rack .panel span.arrow {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(29, 30, 32, 0.55);
        position: relative;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        color: #fff;
        font-size: 1.625rem;
        line-height: 1.30769; }
        #Contents .mod-panel .rack .panel a:before, #Contents .mod-panel .rack .panel span.arrow:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1.5rem;
          margin-top: -1.25rem;
          width: 1.5rem;
          height: 1.5rem;
          background: url(../img/svg/cap_link_middle.svg) no-repeat 50%;
          background-size: contain; }
        #Contents .mod-panel .rack .panel a.noicon:before, #Contents .mod-panel .rack .panel span.arrow.noicon:before {
          display: none; }
        #Contents .mod-panel .rack .panel a.arrow, #Contents .mod-panel .rack .panel span.arrow.arrow {
          background: url(../img/svg/arrow_icon_middle.svg) no-repeat 50%;
          background-position: right 1.125rem center;
          background-size: 0.5625rem 1rem; }
          #Contents .mod-panel .rack .panel a.arrow:before, #Contents .mod-panel .rack .panel span.arrow.arrow:before {
            display: none; }
        #Contents .mod-panel .rack .panel a:hover, #Contents .mod-panel .rack .panel span.arrow:hover {
          opacity: 1;
          background-color: rgba(29, 30, 32, 0.35); }
      #Contents .mod-panel .rack .panel img {
        display: none; }
      #Contents .mod-panel .rack .panel > .img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: no-repeat 50%;
        background-size: cover;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        #Contents .mod-panel .rack .panel > .img.move {
          opacity: 1; }
  #Contents .mod-panel a.rack .panel {
    overflow: hidden; }
  #Contents .mod-panel a.rack:hover .panel > .img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12); }
  #Contents .mod-btnlist {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0; }
    #Contents .mod-btnlist .title {
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.88889;
      margin-bottom: 20px; }
      #Contents .mod-btnlist .title + p {
        font-size: 0.75rem;
        line-height: 1.66667;
        margin-bottom: 20px; }
        #Contents .mod-btnlist .title + p a {
          color: #e60039;
          text-decoration: underline; }
    #Contents .mod-btnlist ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #Contents .mod-btnlist ul:before {
        content: "";
        display: block;
        width: 265px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      #Contents .mod-btnlist ul:after {
        content: "";
        display: block;
        width: 265px; }
      #Contents .mod-btnlist ul li {
        width: 265px; }
        #Contents .mod-btnlist ul li a {
          width: 265px;
          height: 76px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border: #d7d9da solid 2px;
          font-size: 0.9375rem;
          text-align: center;
          color: #2f3138;
          background: url(../img/svg/arrow_icon.svg) no-repeat 50%;
          background-position: right 18px center;
          background-size: 6px 10px; }
          #Contents .mod-btnlist ul li a.fs14 {
            font-size: 0.875rem;
            line-height: 1.42857; }
          #Contents .mod-btnlist ul li a.ex, #Contents .mod-btnlist ul li a[target="_blank"] {
            background-image: url(../img/img-icon-blank@2x.png);
            background-size: 14px 14px; }
    #Contents .mod-btnlist p.note {
      margin-top: 20px;
      color: #909090;
      font-size: 0.6875rem;
      line-height: 1.81818; }
  #Contents .mod-contact {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px; }
    #Contents .mod-contact .title {
      font-size: 1.125rem;
      line-height: 1.88889;
      margin-bottom: 20px; }
      #Contents .mod-contact .title + p {
        font-size: 0.75rem;
        line-height: 1.66667;
        margin-bottom: 20px; }
        #Contents .mod-contact .title + p a {
          color: #e60039;
          text-decoration: underline; }
    #Contents .mod-contact ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #Contents .mod-contact ul li {
        margin: 10px;
        width: 360px;
         }
        #Contents .mod-contact ul li a {
          width: 360px;
          height: 134px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border: #e60039 solid 2px;
          font-size: 0.9375rem;
          color: #2f3138;
          background: url(../img/svg/arrow_icon.svg) no-repeat 50%;
          background-position: right 18px center;
          background-size: 6px 10px; }
        #Contents .mod-contact ul li .img {
          width: 42px;
          height: 38px; }
          #Contents .mod-contact ul li .img img[src*="catalog_icon"] {
            width: 36px;
            height: 29px; }
          #Contents .mod-contact ul li .img img[src*="products_icon"] {
            width: 26px;
            height: 38px; }
          #Contents .mod-contact ul li .img img[src*="img-icon-balloon"] {
            width: 34px;
            height: 30px; }
          #Contents .mod-contact ul li .img img[src*="img-icon-balloon-exclamation"] {
            width: 34px;
            height: 30px; }
          #Contents .mod-contact ul li .img img[src*="mail-phone_icon"] {
            width: 42px;
            height: 31px; }
    #Contents .mod-contact p.note {
      margin-top: 20px;
      color: #909090;
      font-size: 0.6875rem;
      line-height: 1.81818; }
  #Contents .mt10 {
    margin-top: 10px; }
  #Contents .mt20 {
    margin-top: 20px; }
  #Contents .mt30 {
    margin-top: 30px; }
  #Contents .mt40 {
    margin-top: 40px; }
  #Contents .mt50 {
    margin-top: 50px; }
  #Contents .mt60 {
    margin-top: 60px; }
  #Contents .mt70 {
    margin-top: 70px; }
  #Contents .mt80 {
    margin-top: 80px; }
  #Contents .mt90 {
    margin-top: 90px; }
  #Contents .mt100 {
    margin-top: 100px; }
  #Contents .mb10 {
    margin-bottom: 10px; }
  #Contents .mb20 {
    margin-bottom: 20px; }
  #Contents .mb30 {
    margin-bottom: 30px; }
  #Contents .mb40 {
    margin-bottom: 40px; }
  #Contents .mb50 {
    margin-bottom: 50px; }
  #Contents .mb60 {
    margin-bottom: 60px; }
  #Contents .mb70 {
    margin-bottom: 70px; }
  #Contents .mb80 {
    margin-bottom: 80px; }
  #Contents .mb90 {
    margin-bottom: 90px; }
  #Contents .mb100 {
    margin-bottom: 100px; }

@media screen and (max-width: 1160px) {
  #Contents {
    font-size: 1.37931vw; }
    #Contents .mod-panel .rack .panel a, #Contents .mod-panel .rack .panel span.arrow {
      font-size: 2.58621vw; }
    #Contents .mod-btnlist ul:before, #Contents .mod-btnlist ul:after {
      width: 22.84483vw; }
    #Contents .mod-btnlist ul li {
      width: 22.84483vw; }
      #Contents .mod-btnlist ul li a {
        width: 22.84483vw;
        height: 76px;
        font-size: 1.2931vw; }
        #Contents .mod-btnlist ul li a.fs14 {
          font-size: 1.2069vw; }
    #Contents .mod-btnlist p.note {
      margin-top: 20px;
      color: #909090;
      font-size: 0.6875rem;
      line-height: 1.81818; }
    #Contents .mod-contact ul li {
      width: 27.58621vw; }
      #Contents .mod-contact ul li a {
        width: 27.58621vw;
        height: 134px;
        font-size: 1.55172vw; } }

@media screen and (min-width: 768px) {
  #Contents .forSP {
    display: none; }
  #Contents img[src*="_sp."] {
    display: none; }
  #Contents a:hover {
    opacity: 0.6; }
  #Contents .mod-contact ul li a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    #Contents .mod-contact ul li a:hover {
      background-color: #e60039;
      color: #fff;
      opacity: 1;
      background-image: url(../img/svg/arrow_icon_w.svg); } }

/**
　width 767px
*/
@media screen and (max-width: 767px) {
  /** Slide Setting
-----------------------------
*/
  .page-wrap {
    width: 75%; }
  .bgindent {
    text-indent: -9999px; }
  .mgauto {
    margin: 0 auto;
    text-align: center; }
  .dblock {
    float: left;
    overflow: hidden;
    display: block; }
  .linkhover a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    opacity: 0.7;
    zoom: 1; }
  .linkhover2 a:hover img {
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.9;
    opacity: 0.9;
    zoom: 1; }
  /**
　general style
-----------------------------------
-----------------------------------
*/
  #Contents .forPC {
    display: none; }
  #Contents img[src*="_pc."] {
    display: none; }
  #Contents a:hover {
    opacity: 1; }
  #Contents a .aimg:after {
    margin-top: -2.66667vw;
    width: 5.33333vw;
    height: 5.33333vw; }
  #Breadcrumbs {
    display: none; }
  .mod-pagetitle {
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 35px 5.33333vw 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mod-pagetitle::after {
      content: '';
      display: inline-block;
      margin: 0;
      width: 20px;
      height: 1px;
      background: #e60039; }
    .mod-pagetitle .title {
      margin: 0;
      font-size: 28px;
      font-weight: normal; }
    .mod-pagetitle .subtitle {
      position: relative;
      top: -4px;
      left: 20px;
      padding: 0;
      color: #e60039;
      font-size: 16px;
      font-weight: normal; }
  #Contents a:hover {
    opacity: 1; }
  #Contents .bundle {
    padding: 0 5.33333vw; }
  #Contents .mod-line {
    max-width: 89.33333vw; }
  #Contents .mod-news {
    margin-top: 3rem; }
    #Contents .mod-news:first-child {
      margin-top: 0; }
    #Contents .mod-news.half {
      width: 100%; }
    #Contents .mod-news .title em {
      font-size: 1.125rem; }
    #Contents .mod-news .title a.link {
      font-size: 0.75rem; }
    #Contents .mod-news .news .item {
      display: block; }
      #Contents .mod-news .news .item span {
        display: block; }
  #Contents .mod-panel .rack {
    display: block; }
    #Contents .mod-panel .rack .panel {
      width: 100%;
      height: 56vw;
      max-height: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 1px 0;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      #Contents .mod-panel .rack .panel.full {
        width: 100%; }
      #Contents .mod-panel .rack .panel.low {
        height: 56vw; }
      #Contents .mod-panel .rack .panel a, #Contents .mod-panel .rack .panel span.arrow {
        font-size: 6.4vw;
        line-height: 1.41667;
        padding: 5.33333vw; }
        #Contents .mod-panel .rack .panel a:before, #Contents .mod-panel .rack .panel span.arrow:before {
          right: 5.33333vw; }
        #Contents .mod-panel .rack .panel a.noicon:before, #Contents .mod-panel .rack .panel span.arrow.noicon:before {
          display: none; }
        #Contents .mod-panel .rack .panel a:hover, #Contents .mod-panel .rack .panel span.arrow:hover {
          opacity: 1;
          background-color: rgba(29, 30, 32, 0.35); }
        #Contents .mod-panel .rack .panel a img, #Contents .mod-panel .rack .panel span.arrow img {
          display: none; }
  #Contents .mod-btnlist {
    width: 89.33333vw;
    margin: 0 auto;
    padding: 0; }
    #Contents .mod-btnlist .title {
      font-size: 4.8vw;
      line-height: 1.88889;
      margin-bottom: 0.69444em; }
      #Contents .mod-btnlist .title + p {
        font-size: 3.2vw;
        line-height: 1.66667;
        margin-bottom: 20px; }
    #Contents .mod-btnlist ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #Contents .mod-btnlist ul li {
        width: 100%;
        margin-top: 4.26667vw; }
        #Contents .mod-btnlist ul li:first-child {
          margin-top: 0; }
        #Contents .mod-btnlist ul li a {
          width: 100%;
          height: 20.26667vw;
          font-size: 0.9375rem;
          background-position: right 4.8vw center;
          background-size: 1.6vw 2.66667vw; }
          #Contents .mod-btnlist ul li a.fs14 {
            font-size: 0.875rem;
            line-height: 1.42857; }
          #Contents .mod-btnlist ul li a.ex, #Contents .mod-btnlist ul li a[target="_blank"] {
            background-image: url(../img/img-icon-blank@2x.png);
            background-size: 2.93333vw 2.93333vw; }
  #Contents .mod-contact {
    width: 89.33333vw;
    margin: 0 auto;
    padding: 0; }
    #Contents .mod-contact .title {
      font-size: 4.8vw;
      line-height: 1.88889;
      margin-bottom: 0.69444em; }
      #Contents .mod-contact .title + p {
        font-size: 3.2vw;
        line-height: 1.66667;
        margin-bottom: 20px; }
    #Contents .mod-contact ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #Contents .mod-contact ul li {
        margin: 0;
        width: 100%;
        margin-top: 4.26667vw; }
        #Contents .mod-contact ul li:first-child {
          margin-top: 0; }
        #Contents .mod-contact ul li a {
          width: 100%;
          height: 35.73333vw;
          font-size: 0.9375rem;
          background-position: right 4.8vw center;
          background-size: 1.6vw 2.66667vw; }
        #Contents .mod-contact ul li .img {
          width: 11.2vw;
          height: 10.13333vw; }
          #Contents .mod-contact ul li .img img[src*="catalog_icon"] {
            width: 9.6vw;
            height: 7.73333vw; }
          #Contents .mod-contact ul li .img img[src*="products_icon"] {
            width: 7.06667vw;
            height: 10.13333vw; }
          #Contents .mod-contact ul li .img img[src*="img-icon-balloon"] {
            width: 9.06667vw;
            height: 8vw; }
          #Contents .mod-contact ul li .img img[src*="img-icon-balloon-exclamation"] {
            width: 9.06667vw;
            height: 8vw; }
          #Contents .mod-contact ul li .img img[src*="mail-phone_icon"] {
            width: 11.2vw;
            height: 8.26667vw; }
  @-webkit-keyframes gotoScrollAnimation {
    0% {
      top: 3px; }
    1% {
      top: 3px; }
    100% {
      top: 15px; } }
  @keyframes gotoScrollAnimation {
    0% {
      top: 3px; }
    1% {
      top: 3px; }
    100% {
      top: 15px; } }
  @-webkit-keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @keyframes fade-in {
    0% {
      display: none;
      opacity: 0; }
    1% {
      display: block;
      opacity: 0; }
    100% {
      display: block;
      opacity: 1; } }
  @-webkit-keyframes fade-out {
    0% {
      display: block;
      opacity: 1; }
    90% {
      display: block;
      opacity: 0; }
    100% {
      display: none;
      opacity: 0; } }
  @keyframes fade-out {
    0% {
      display: block;
      opacity: 1; }
    90% {
      display: block;
      opacity: 0; }
    100% {
      display: none;
      opacity: 0; } } }

@-webkit-keyframes gotoScrollAnimation {
  0% {
    top: 3px; }
  1% {
    top: 3px; }
  100% {
    top: 15px; } }

@keyframes gotoScrollAnimation {
  0% {
    top: 3px; }
  1% {
    top: 3px; }
  100% {
    top: 15px; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1; }
  90% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes fade-out {
  0% {
    display: block;
    opacity: 1; }
  90% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }
