@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px) {
  #wrapper {
    display: block;
  }
  section {
    min-height: auto;
  }
  .inner_area{
    height: 80vh;
    padding: 0 3%;
    text-align: justify;
  }
  #fixed-area {
    position: relative!important;
    width: 100%;
  }
  #container {
    width: 100%;
  }
  .area p {
    font-size: 1rem;
  }
  .sp-br {
    display: inline-block;
  }
  .mv-scroll{
    display: table-cell;
    position: absolute;
    top: 60vh;
    left: 50%;
  }
  .above_contents h1{
    font-size: 2.5rem;
  }
  .scroll_wrap{
    display: none;
  }
}