@charset "utf-8";

html {
    font-size: 100%;
  }

body {
  position: relative;
  color: #383e45;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  background-image: url(../img/construct/back_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.main-wrapper{
    display: block;
    max-width: 1920px;
    overflow: hidden;
    margin-top: 120px; 
    text-align: center;
}

.logo{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.logo-sp{
    display: none;
}

.message{
    margin-top: 32px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}

.insta-icon{
    margin-top: 64px;
}

@media screen and (max-width:600px){
    .main-wrapper{
        display: block;
        max-width: 1200px;
        margin: 20px auto;
        overflow: hidden;
        margin: 120px 0 80px 0;
        text-align: center;
    }

    .message{
        padding-top: 32px;
        text-align: center;
        font-size: 1rem;
        font-weight: 500;
        margin: 12px auto;
    }

    .logo{
        display: none;
        margin: 0 auto;
        text-align: center;
    }
    .logo-sp{
        display: block;
    }
    
}