@charset "UTF-8";

#Gremlins_stripe {
    background-image: repeating-linear-gradient(315deg, #ffaf38 0, #ffaf38 80px, #fdd000 80px, #fdd000 160px);
    height: 100%;
}

.sns-facebook {
    color: #1877f2;
    transition: 0.5s;
}

.sns-twitter {
    color: #1DA1F2;
    transition: 0.5s;
}

.sns-line {
    color: #00c300;
    transition: 0.5s;
}

a:hover {
    opacity: 0.5;
    transition: 0.8s;
}


.container {
    max-width: 1200px !important;
}

#fullOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, .8);
    z-index: 2147483647;
}

#read01 {
    background-image: url('https://www.bds-bikesensor.net/lp/campaign/202210/img/present01.png');
    background-size: cover;

}