@charset 'UTF-8';

/*!-------------------------------------------------------------
1.1 html
--------------------------------------------------------------*/
body {
    background-color: #fff;
    color: #000;
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.8571428571;
    margin: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
}

img,
video {
    display: block;
    height: auto;
    max-width: 100%;
}

input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.hidden-text {
    display: none;
}

.sp-br {
    display: inline;
}

.pc-br,
.tb-br {
    display: none;
}

@media (min-width: 768px) {

    body {
        background-image: url(../svg/background-image.svg);
        background-position: top;
        background-repeat: repeat-y;
    }

    .tb-br {
        display: inline;
    }
}

@media (min-width: 992px) {

    body {
        font-size: 1rem;
        line-height: 1.75;
    }

    .sp-br,
    .tb-br {
        display: none;
    }

    .pc-br {
        display: inline;
    }
}
