/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*--//wrapper--*/
.coming-page-infohny {
    background: url('/frontend/images/bg.jpg') no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 30px 0;
}

.coming-page-infohny:before {
    content: "";
    background: rgb(8 4 4 / 70%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.coming-page-infohny .coming-block {
    margin: 100px auto;
    text-align: center;
    padding: 2em 0;
}

.coming-page-infohny h1 {
    margin: 0;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    line-height: 110px;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
}