@charset "utf-8";

.secCmnTopBox{
    background: url(../img/entry/bgCmnTopBox.jpg) center top / cover;
}
@media only screen and (max-width:1215px){
    .secCmnTopBox{
        background: url(../img/entry/bgCmnTopBox_sp.jpg) center top / cover;
    }
}
/* secEntry */
.secEntry{
    margin-top: 10rem;
}
.secEntry .img{
    text-align: center;
}
.secEntry .img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0 3rem 3rem 3rem;
    overflow: hidden;
}
.secEntry .txt{
    margin-top: 5rem;
    text-align: center;
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_40);
    letter-spacing: var(--pcLetterSpacing18_100);
    font-weight: bold;
}
@media only screen and (max-width:1215px){
    .secEntry{
        margin-top: 0;
        padding: 3.5rem 0 4rem;
        background: var(--pnkzColor);
    }
    .secEntry .img img{
        border-radius: 0 1.5rem 1.5rem 1.5rem;
    }
    .secEntry .txt{
        margin-top: 1.2rem;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_28);
        letter-spacing: var(--spLetterSpacing0);
    }
}