* {
    margin: 0;
    padding: 0;
}

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

html {
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: currentColor;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sp-only {
        display: none !important;
    }
}

.comp {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 375px;
    margin: 0 auto;
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    .comp {
        width: 1366px;
    }
}
