.btn-link-wrap li{margin-bottom: 3%;}


.special-wrap__inner {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: .6rem .6rem 2rem 2.1rem;
}

h4{text-align: left;}

/* 楽曲アンケート */
.special-songcatch {
    position: relative;
    color: #03ceb8;
    font-size: .28rem;
    font-weight: bold;
    padding-bottom: .6rem;
}

.special-songarea {
    padding: 0 1rem;
}

.special-lead {
    font-size: .16rem;
    text-align: left;
    margin-bottom: .5rem;
}

.special-lead-comments {
    font-size: .14rem;
    text-align: left;
    margin-top: .5rem;
}

.specisl-btn-link {
    border-radius: 1.00rem;
    font-size: .22rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5em 4em;
    -webkit-transition: .4s;
    transition: .4s;
    background: #fff;
    line-height: 1;
    margin: 0 .20rem;
    height: .54rem;
}

.specisl-btn-link:hover {
    opacity: .7;
    text-decoration: none;
    color: #000;
}

.special-btn-img {
    margin-left: 0.15rem;
    width: .40rem;
    height: .40rem;
}

/* キービジュアル */
.keyvisual-wrap.bg-white {
    background: url('../../common/img/ptrn-star-gray.gif') repeat 0 0 #fff;
}
.keyvisual-wrap__inner {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: .6rem .6rem 2rem 2.1rem;
}
.keyvisual-area {
    padding: .50rem 0;
}
.sr-keyvisual__ttl {
    margin-top: .50rem;
    color: #03ceb8;
    font-size: .26rem;
    font-weight: bold;
}

/* 体験版 */
.ss-3box{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; padding-bottom: 5%;}
.ss-3box li{width: 33.33%; padding: 0.5%; }

.free-btn a{
width: 95%;
margin: 10px auto 0 auto;
display: block;
color: #fff !important;
padding: 0.15rem;
background: #ff6fa4;
background: -moz-linear-gradient(left, #ff6fa4 0%, #ba59ed 100%);
background: -webkit-linear-gradient(left, #ff6fa4 0%,#ba59ed 100%);
background: linear-gradient(to right, #ff6fa4 0%,#ba59ed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6fa4', endColorstr='#ba59ed',GradientType=1 );
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
text-align: center;
}


.trial_left{width: 49%; display:inline-block; vertical-align: top;}
.trial_right{width: 49%; display:inline-block; vertical-align: top;}

.utxt li{padding-bottom: 10px; text-indent: -15px; padding-left: 15px;}


.utxt li a{ color: #5fc9c3; text-decoration: none;}
.utxt li a:visited { color: #5fc9c3; }
.utxt li a:hover { color: #5fc9c3; text-decoration: underline;}
.utxt li a:active { color: #5fc9c3; }


@media screen and (max-width: 750px) {
    .special-wrap__inner {
        padding: .42rem .25rem;
        width: 100%;
    }

    .special-songarea {
        padding: 0;
    }

    .special-songcatch {
        position: relative;
        color: #03ceb8;
        font-size: .32rem;
        font-weight: bold;
        padding-bottom: .6rem;
    }

    .special-lead {
        font-size: .24rem;
        text-align: left;
        margin-bottom: .5rem;
    }

    .special-lead-comments {
        font-size: .2rem;
        text-align: left;
        margin-top: .5rem;
    }

    .specisl-btn-link {
        border-radius: 1.00rem;
        font-size: .32rem;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 2.2em 1.4em;
        -webkit-transition: .4s;
        transition: .4s;
        background: #fff;
        line-height: 1;
        margin: 0 .20rem;
        height: .54rem;
    }

.trial_left{width: 100%; display:inline-block; vertical-align: top;}
.trial_right{width: 100%; display:inline-block; vertical-align: top;}

}


