main img{
    max-width: 100%;
}
.new-entry{
  background: url(../images/entry/moyo-pc.jpg) repeat center center /1300px;
  padding-top: 210px;
}
.new-ttl{
    max-width: 1200px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 24px;
    border-radius: 20px;
    margin-bottom: 25px;
    background: #004e90;
    margin-bottom: 50px;
}
.new-ttl .en-ttl{
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
.new-ttl .jp-ttl{
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.chara-img{
    max-width: 464px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0;
}
.bottom-flex{
    margin-top: 0;
}
.btn1 a, a.btn1, .btn1 button, button.btn1 {position:relative; display:inline-block; min-width:160px; padding:16px 92px; border:1px #004e90 solid; background:#004e90; border-radius: 50px; text-decoration:none; font-size:1.8rem; font-family:inherit; color:#fff; transition:.15s all;}
.btn1 a:before, a.btn1:before, .btn1 button:before, button.btn1:before {content:""; display:none;}
.btn1 a:after, a.btn1:after, .btn1 button:after, button.btn1:after {content:""; display:block; position:absolute; right:20px; top: 50%; transform: translateY(-50%); width: 26px;height: 26px;border:none;background: url(../images/entry/yajirushi.png) no-repeat center center /contain;}
@media (max-width:1030px) {
    .new-entry{
        padding-top: 25vw;
        background: url(../images/entry/moyo-sp.jpg) repeat center center /100%;
    }
    .new-ttl{
        max-width: none;
        width: 86%;
        padding-top: 11.6vw;
        padding-bottom: 8;
        border-radius: 4vw;
        margin-bottom: 10vw;
    }
    .new-ttl .en-ttl{
        font-size: 9.6vw;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 3vw;
        letter-spacing: 0.05em;
    }
    .new-ttl .jp-ttl{
        font-size: 5vw;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-bottom: 5vw;
    }
    .chara-img{
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        width: 78%;
        margin-bottom: 0;
    }
    .tableLike dd{
        margin-bottom: 9.6vw!important;
        padding-bottom: 9.6vw!important;
        border-bottom: 2px #878787 solid!important;
    }
    main .content{
        padding-bottom: 21vw;
    }
    .tableLike.-spFlatB dd + dt{
        font-size: 3.8vw;
    }
    
dt.req:before { display:inline-block; margin-right:.4em; padding: 2.4vw 4.8vw; letter-spacing: 0.1em; font-size: 3.6vw;}
    .btn1 a, a.btn1, .btn1 button, button.btn1 {position:relative; display:inline-block; min-width:none; padding:4.8vw 16vw; border:1px #004e90 solid; background:#004e90; border-radius: 10vw; line-height: 1; text-decoration:none; font-size:3.8vw; font-family:inherit; color:#fff; transition:.15s all; font-size: 4.8vw;}
    .btn1 a:after, a.btn1:after, .btn1 button:after, button.btn1:after {content:""; display:block; position:absolute; right:20px; top: 50%; transform: translateY(-50%); width: 4.8vw;height: 4.8vw;border:none;background: url(../images/entry/yajirushi.png) no-repeat center center /contain; width: 4.8vw; height: 4.8vw;}
}