@charset "utf-8";

/*=====================================

style.css

=====================================*/

main {
    min-height: calc( 100vh - 35px );
    background-image: url(../images/sgds.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-blend-mode: hue;
    background-position: 75vw 50vh;
}


footer{
    padding: 10px 10px;
    text-align: center;
    font-size: 11px;
    background-color: #000000;
}


.messageBox{
    position: relative;
}


.messageBox{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}
.messageBox .logoArea {
    max-width: 300px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.messageBox p {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
    font-size: 13px;
}
.messageBox p span{
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;;
}



.movieBox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
}
.movieBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}