a:hover img
{
    opacity: .75;
}

.contentsBlock
{
    padding: 0;
}

.poppinlp
{
    position: static;
}

.topMain img
{
    max-width: 1280px; 
    padding-top: 0;
}

.titleName__step
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 800px;
    height: 40px;
    margin: 0 0 22px;
    padding: 0 20px;

    background-color: #607bbe;
    background-repeat: no-repeat;
    background-size: contain; 

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 768px)
{
    .titleName__step
    {
        padding: 0 3%;
    }
}
.titleName__step span
{
    font-size: 24px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: colmun;

    color: #fff; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: colmun;
}
@media screen and (max-width: 768px)
{
    .titleName__step span
    {
        font-size: 12px;
    }
}
.titleName__step--step01
{
    background-image: url('../img/pc/text/text_steptitle01.png');
}
@media screen and (max-width: 768px)
{
    .titleName__step--step01
    {
        background-image: url('../img/sp/text/text_steptitle01.png');
    }
}
.titleName__step--step02
{
    background-image: url('../img/pc/text/text_steptitle02.png');
}
@media screen and (max-width: 768px)
{
    .titleName__step--step02
    {
        background-image: url('../img/sp/text/text_steptitle02.png');
    }
}
.titleName__step--step03
{
    background-image: url('../img/pc/text/text_steptitle03.png');
}
@media screen and (max-width: 768px)
{
    .titleName__step--step03
    {
        background-image: url('../img/sp/text/text_steptitle03.png');
    }
}

.poppinlp__desc
{
    font-size: 18px;
    line-height: 3rem;

    margin: 35px 0;

    text-align: center;
}

.poppinlp__text
{
    line-height: 1.5;

    margin: 0 0 15px;
}

.poppinlp__btn--sns
{
    margin-bottom: 15px;
}

.BoxBlock--poppinlp
{
    max-width: 800px;
    margin: 0 auto 50px;
}

.lesson__btn
{
    margin: 40px 0 0;
}

.step li
{
    position: relative;

    margin: 0 0 35px;
}
.step li:after
{
    width: 54px;
    height: 28px; 
    margin: 0 auto;

    content: '';

    background-image: url('../img/pc/icon/arrow01.png');
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px)
{
    .step li:last-of-type .step__detail
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px)
{
    .step li:last-of-type
    {
        margin-bottom: 0;
    }
}
.step li:last-of-type:after
{
    display: none;
}

.step__detail
{
    font-size: 18px;

    margin-bottom: 30px;
}

.step__thumb img
{
    margin-bottom: 30px;
}

.prize__item--a
{
    margin-bottom: 2%;
}
@media screen and (max-width: 768px)
{
    .prize__item--a
    {
        margin-bottom: 3%;
    }
}

.prize__item--b,
.prize__item--c
{
    width: 49%;
    margin-bottom: 3%;
}
@media screen and (max-width: 768px)
{
    .prize__item--b,
    .prize__item--c
    {
        width: 100%;
    }
}

.prize__item--bc
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 800px;
    margin: 0 auto; 

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .prize__item--bc
    {
        display: block;

        max-width: 600px;
    }
}

.warning__img
{
    margin-bottom: 2rem;
}

.warning__text
{
    font-size: 20px;
    line-height: 4rem; 

    margin-bottom: 50px;
}

.movie--lesson
{
    background-image: url('../img/pc/img/img_video01.png');
    background-repeat: no-repeat;
}

.twitter-video
{
    min-width: 100% !important;
}
