@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    font-size: 1.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3E3E3E;
}
.mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.vld {
    font-family: vdl-megag, sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    transition: .3s ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.spOnly {
    display: none;
}
.ofi {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover;';
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}
h1 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 24px;
}
p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.5;
}
.yyc-day,.yyc-hou, .yyc-min, .yyc-sec {
    color: #2491ff;
    font-size: 4.2rem;
}
.yyc-day-text, .yyc-hou-text, .yyc-min-text, .yyc-sec-text {
    color: #3E3E3E;
    font-size: 1.4rem;
}
@media screen and (max-width: 835px) {
    .spOnly {
        display: block;
    }
    h1 {
        font-size: 3rem;
    }
}