/* CSS Document */
@media screen and (max-width: 600px) {
  .bg_logo_ofarm {
    max-width: 72px;
    height: 50%;
    transition: all 0.3s ease; }

  header.headerGroup {
    height: 0px;
    transition: all 0.3s ease; }

  .mainWrap {
    height: 100vh;
    padding: 16px;
    transition: all 0.3s ease; }

  .mainWrap h2 {
    font-size: 3.2rem;
    transition: all 0.3s ease; }

  .mainWrap_sns_instagram {
    font-size: 1.6rem; }

  .mainWrap_des {
    font-size: 1.2rem;
    max-width: 220px;
    margin-left: unset; } }
