@charset "utf-8";
/* ==================================================== 
                      PRISET CSS
====================================================== */
h1, h2, h3, article p, article h1, dl dt, dd {
   background: none;
   color: inherit;
   font-size: inherit;
   height: unset;
   line-height: inherit;
   margin-bottom: unset;
   padding: unset;
}


/* ==================================================== 
                        BASE
====================================================== */
.pc { display: block !important; }
.sp { display: none !important; }


.vip_susume section {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
    padding: 0!important;
}


.vip_susume img {
    width: 100%;
}


.upgrd_btn {
    text-align: center;
}


.upgrd_btn a {
    background: #be0802;
    border-radius: 50px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 2em auto;
    padding: 1em 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 60%;
}


.upgrd_btn a::after {
    bottom: 0;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
    box-sizing: border-box;
    content: "";
    height: 8px;
    margin: auto;
    position: absolute;
    right: 1em;
    top: 0;
    vertical-align: middle;
    width: 8px;
}


.upgrd_btn a:hover {
    background: #ae9048;
    transition: .5s;
}




/* ==================================================== 
                        GIFT
====================================================== */
.savePointMT {
    margin: 1em auto;
    text-align: center;
}

.savePointMT .innerMT p {
    border-bottom: 2px solid #ae9048;
    color: #c40d05;
    display: inline;
    font-size: 20px;
    font-weight: bold;
}



/* ==================================================== 
 
                         ★SP★

====================================================== */
@media screen and (max-width: 768px) {

.sp { display: block !important; }
.pc { display: none !important; }


.upgrd_btn a {
    margin: 1em auto;
    width: 90%;
}


}