.up-ofi-200{
  margin: auto;
}


@media screen and (max-width: 599px) {
  .logo-for-sp-top-logo {
    position:fixed;
    height: 35px;
    top: 45px;
    z-index: 10;
  }
}

@media screen and (max-width: 599px) {
.mainimg-sp{
  padding-top: 40px;
}
}

@media (max-width: 599px) {
.mainimg-catch-sp{
        font-size: 6vw;
        top: -10%;
        left: 10%;
    }
}

@media screen and (min-width: 600px) {
  .logo-for-sp-top-logo {
    display: none;
  }
}


.mainimg-catch-sp {
    margin: auto;
    font-family: "Reggae One", cursive;
    font-size: 6vw;
    color: #764a30;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    position: absolute;
    top: -10%;
    left: 10%;
    z-index: 1;
}

@media screen and (min-width: 600px) {
  .mainimg-catch-sp  {
    display: none;
  }
}
@media screen and (max-width: 599px) {
.mainimg-catch-sp {
  padding-top: 70px;
}
}

.mainimg-catch-pc {
    margin: auto;
    font-family: "Reggae One", cursive;
    font-size: 3.8vw;
    color: #764a30;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    transform: rotate(-5deg);
    transform-origin: top right;
    position: absolute;
    top: -15px;
    left: 20%;
    z-index: 1;
}

@media screen and (max-width: 599px) {
  .mainimg-catch-pc  {
    display: none;
  }
  .logo-for-sp-top-logo {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    width: 100%;
    background: #fff;
    height: 70px;
  }
  .logo-for-sp-top-logo img {
    width: 55%;
  }
  .scrolled .logo-for-sp-top-logo {
    top: 0;
  }
  .logo-for-sp-top-logo.v-none {
    z-index: 0;
　}
}
