﻿body {
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    word-wrap: break-word;
    position: relative;
}
*,*::before,*::after{
    box-sizing: border-box;
}
*{
    margin:0;
    padding:0;
}
 a,a:link,a:visited{
    color:#000;
 }
.contentMainWrappers{
    min-height:calc(100vh - 263px);
}
.mt-15{
    margin-top:15px;
}
.mt-30{
    margin-top:30px;
}
em{
    font-style:normal;
}

@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }
    50% {
        background-color: #f0f0f0;
    }
    100% {
        background-color: #e0e0e0;
    }
} #homeWrap{
}