body {
  /*.fadein {
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
      transition: all .8s ease-in-out;
  }*/
  /* fadeInBottom */
}
body #main {
  min-height: calc(100vh - 80px);
}
body .fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .invisible,
body .visible {
  opacity: 0;
  transition: transform  0.5s ease, opacity 0.5s ease;
}
body .visible {
  opacity: 1;
}
body .invisible.fadein {
  transform: translateY(100px);
}
body .fadein.visible {
  animation: fadeInBottom 0.7s ease 0s 1 normal;
}
body .zoomin.visible {
  animation: fadeInZoom 0.7s ease 0s 1 normal;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
body .fadeinTop {
  animation-name: fadeintop;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
@keyframes fadeintop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    transform: translate(0, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
footer.lower {
  text-align: center;
  color: #000;
  font-size: 20px;
  padding: 20px 0;
  margin: 70px auto 0 auto;
}

@media screen and (max-width: 767px) {
  body #main {
    min-height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  /*#wrapper{
      .head_wrap{
          .head_cont{
              width:100%;
              height:60px;
              h1{
              }
          }
      }
  }*/
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
  body #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    cursor: pointer;
  }

  footer.lower {
    font-size: 14px;
    padding: 10px 0;
    margin: 30px auto 0 auto;
  }
}
section .unit {
  width: 980px;
  margin: 0 auto;
}

.caution {
  color: #E60012;
}

.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

ol.decimal {
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  section .unit {
    width: auto;
    padding: 0 4%;
  }

  .hide-sp {
    display: none;
  }

  .hide-pc {
    display: block;
  }

  /*.lum-lightbox-inner img {
      max-width: 160vw !important;
      max-height: 90vh !important;
  }*/
}
/*#container {
    width: $baseWidth;
    margin: 0 auto;
    @include flexbox;
    @include flex-justify-sb;

    #main {
        width: 640px;

        &.fullwide {
            width: $baseWidth;
            margin: 0 auto;
        }



        #pNav {
            margin: 30px 0;
            @include flexbox;

            li {
                margin-right: 10px;

                a {
                    display: block;
                    text-decoration: none;
                    padding: 10px 20px;
                    height: 24px;
                    line-height: 24px;
                    background: $colorLightGray;
                    color: $colorGray;
                    font-size: 15px;
                }

                &.current {
                    a {
                        background: $colorRed;
                        color: #FFFFFF;
                    }
                }
            }

        }
    }

    #side {
        width: 320px;
    }
}*/
@media screen and (max-width: 767px) {
    /*#container {
        width: auto;
        margin: 0 4%;
        @include flex-wp;

        #main {
            width: auto;

            &.fullwide {
                width: auto;
            }


            #pNav {
                margin: 0;
                @include flex-wp;

                li {
                    margin: 0 10px 10px 0;

                    a {
                        padding: 10px 20px;
                        height: 20px;
                        line-height: 20px;
                        font-size: 15px;
                    }
                }

            }
        }
    }

    #side {
        width: auto;
    }*/
}

/*# sourceMappingURL=common.css.map */
