.backGroundColor{
    background-color: #fee21d;
    padding:20px 35px;
    border-radius: 20px;
}
.backGroundColor01{
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}
.navposition{
    padding-bottom: 30px;
}
.snsBlock{
    padding-top: 25px;
    padding-bottom: 25px;
}
.scratchDetail{
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
}
.detailBlock{
    background-color: #ffffff;
    border-radius: 20px;
}
.scratchsSubTitle{
    font-family:'じゅん 501','Jun 501';
    color: #616161;
    transform: rotate(0.05deg);
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 3.0rem;
    text-align: center;
}
.explanatoryText{
    padding-bottom: 30px;
    justify-content: center;
    width: 740px;
    margin: auto;
    font-size: 23px;
    font-family:'じゅん 501','Jun 501';
    color: #616161;
    transform: rotate(0.05deg);
}
.explanatoryImagePc{
    text-align: center;
    padding-bottom: 20px;
    padding-left: 55px;
}
.explanatoryImageSp{
    text-align: center;
    margin-bottom: 20px;
}
.copyright{
    text-align: center;
    padding-bottom: 10px;
    font-family:'じゅん 501','Jun 501';
    color: #616161;
    transform: rotate(0.05deg);
}
.scratchSite{
    padding-top: 30px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .backGroundColor{
        background-color: #79f65f;
        padding:2.5vw 2.5vw;
        border-radius: 0px;
    }
    .backGroundColor01{
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: .1px;
    }
    .navposition{
        padding-bottom: 10px;
    }
    .snsBlock{
        margin: 0px 3px;
        padding: 10px 0px 0px 0px;
    }
    .topMainBlock{
        margin-top: 0px;
    }
    .scratchDetail{
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-bottom: 2.5vw;
    }
    .detailBlock{
        border-radius: 3.5vw;
    }
    .scratchsSubTitle{
        padding-bottom: 2.5vw;
        padding-top: 2.5vw;
        font-size: 4.5vw;
    }
    .explanatoryText{
        padding-bottom: 2.5vw;
        width: 95%;
        font-size: 3.6vw;
        text-align: left;
    }
    .explanatoryImageSp{
        margin: 0px 8px 10px 8px;
    }
    .copyright{
        padding-bottom: 2.5vw;
    }
    .copyright p{
        font-size:10px;
    }
    .scratchSite{
        padding-top: 2.5vw;
        text-align: center;
    }
    .scratchSite img{
        width: 226px;
    }
    
}

