@charset "UTF-8";

.sp-view {display: none}
.pc-view {display: block}

@media only screen and (max-width: 767px) {
.sp-view {display: block}
.pc-view {display: none}
}


/*margin
---------------------------------------------------------------------------*/
.hp_mb5 {
    margin-bottom: 5px !important;
}

.hp_mb10 {
    margin-bottom: 10px !important;
}

.hp_mb30 {
    margin-bottom: 30px !important;
}

.hp_mr5 {
    margin-right: 5px !important;
}

.hp_mr10 {
    margin-right: 10px !important;
}

/*スペース
---------------------------------------------------------------------------*/
.hp_space_md {
    margin-bottom: 30px !important;
}

/*スペース レスポンシブ*/
@media screen and (min-width: 768px) {
    .hp_space_md {
        margin-bottom: 50px !important;
    }
}

/*text-align
---------------------------------------------------------------------------*/
.hp_txtCenter {
    text-align: center !important;
}

.hp_txtRight {
    text-align: right !important;
}

/*color
---------------------------------------------------------------------------*/
.hp_colorPink {
    color: #DE0659 !important;
}

.hp_colorBlue {
    color: #2A51B5 !important;
}

/*背景色
---------------------------------------------------------------------------*/
.hp_bgDarkgray {
    background-color: #303030 !important;
    color: #fff !important;
}

.hp_bgGray {
    background-color: #EFEFEF !important;
}

.hp_bgNavy {
    background-color: #212732 !important;
    color: #fff !important;
}

.hp_bgBlack {
    background-color: #000 !important;
    color: #fff !important;
}

.hp_bgBrown {
    background-color: #3B2B21 !important;
    color: #fff !important;
}

.hp_bgImgGray {
    background: url(../img/common/bg_gray.svg) !important;
}

.hp_bgImgSand {
    background: url(../img/common/bg_sand.svg) !important;
}

/*PCのみ
---------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .md_txtRight {
        text-align: right !important;
    }

    .md_hidden {
        display: none !important;
    }

    .md_pt100 {
        padding-top: 100px !important;
    }
}

/*スマホのみ
---------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .sm_hidden {
        display: none !important;
    }

    .sm_txtCenter {
        text-align: center !important;
    }
}
