@charset "utf-8";

/* リセットスタイル */
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:visited {
    color: #000;
    text-decoration: none;
}

a:link {
    color: #000;
    text-decoration: none;
}

ul, ol { list-style: none; }
img {
    max-width: 100%;
    vertical-align: top;
    box-shadow: 3px 3px 5px #888;
    border-radius: 10px;
}

body {
    font-family:'Lucida Grande',
    'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
    Meiryo, メイリオ, sans-serif;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px #888;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 5px #888;
}

/* ENDリセットスタイル */

/* Box width, height, margin, padding */
#background {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* End Box width, height, margin, padding */





/* Font */
h2 {
    font-size: 2em;
    line-height: 130%;
    color: #1B1C20;
}
h3 {
    font-size: 1.75em;
    line-height: 130%;
    color: #CCFFCC;
    font-weight: bold;
}
h4 {
    font-size: 1.5em;
    line-height: 130%;
    color: #DDFFDD;
    font-weight: bold;
}

.bold { font-weight: bold; }
.white { color: rgba(255,255,255,1.00); }




.backAnim {
    position: absolute;
    width: 100%;
    z-index: -999;
}

.cvs_wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
