@charset "utf-8";


body {
    position: relative;
    background-color: #151515;
    color: #fff;
    font-size: 15px;
    line-height: 1.4em;

}
img{
    width: 100%;
    pointer-events: none;
}
/* 
.objects .item.open{
    transform:scale(1);
    transition-duration: 400ms;
    transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-property: transform;
} */

@media print,
screen and (min-width: 813px) {

    body{
        font-family:
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic",
        "メイリオ", Meiryo,
        "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",Helvetica, sans-serif;
    }

    .sp {
        display: none !important;
    }

/*
    #header_inc_3 header .logo a {
        display: block;
        background-image: url(../images/logo.svg);
        background-size: 100% 100%;
        text-indent: -9999px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
*/


}

@media only screen and (max-width: 812px) {

    body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-text-size-adjust: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;

        font-family:
        'Noto Sans JP',
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic",
        Helvetica, sans-serif;
    
        
    }

    .pc {
        display: none !important;
    }

}