@charset "utf-8";

* {
    margin: 0;
    padding: 0;
   /* outline: 1px solid blue;*/
    
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    /*line-height: 1.7;*/
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    color: #0F0F0F;
}



.comingwid{
    max-width: 100vw;
    text-align: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #02242E;
    position: relative;
}

.main img {
    width: 100%;

}
h1{
    color: #F3CD7A;
    font-size: 4.5rem;
    font-family: "anton";
    position: absolute;
    top: 35%;
    left: 65%;
}
/*スマホ用スタイル（coming soon）（ブラウザ幅が559px以下の時）*/

@media (max-width:559px) {
    h1{
        font-size: 3.5rem;
        line-height: 1.7;
        top: 20%;
        left: 50%;
    }
}
