@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
/* default */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Noto+Serif+JP:wght@500;700&family=Roboto:wght@400;500;700&display=swap');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(https://fonts.googleapis.com/css?family=Orbitron:700);
/* others */
@font-face {
    font-family:'boston_traffic';
    src: 
    url('../../css/boston_traffic-webfont.eot') format('eot'),
    url('../../css/boston_traffic-webfont.woff') format('woff'),
    url('../../css/boston_traffic-webfont.ttf') format('truetype');
}

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, fsss, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;line-height:100%;vertical-align:baseline;background:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0}
*,*::before,*::after {box-sizing:border-box;}

/* ---------------------------------------------------------------- *
    共通設定
 * ---------------------------------------------------------------- */

a:link {color:#0066ff;text-decoration:underline;}
a:visited {color:#3300ff;text-decoration:underline;}
a:hover {color:#3399ff;text-decoration:none;}
a:active {color:#3399ff;text-decoration:none;}

/* 明朝 */
.serif {font-family:"Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;}

/* font-family設定 */
.ff1 {font-family: 'Orbitron', sans-serif;font-weight:700;}
.ff2 {font-family:'Roboto',cursive;}

/* font-color font-size設定 */
.red {color:#cc0000;}
.small {font-size:10px;line-height:140%;}

body {background:#000;}

/*gtTop2020 margin-bottom:185px footer表示調整*/
.sfTop2025 {width:100%;margin:75px auto 185px auto;font-family:"Roboto",Helvetica,"Noto Sans Japanese","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:16px;line-height:100%;}

.flex {
display:flex;
display:-webkit-flex;
display:-moz-flex;
display:-o-flex;
display:-ms-flex;
justify-content:space-between;
-webkit-justify-content:space-between;
-moz-justify-content:space-between;
-ms-justify-content:space-between;
-o-justify-content:space-between;
flex-wrap:wrap;
}

.sfTop2025 a {transition:all .2s ease-in-out;}
.sfTop2025 a:hover {transition:all .2s ease-in-out;}

/* 共通-アニメ */
.fadeIn {opacity:0;}
.fadeIn_anime {opacity:1;transition:1.5s ease-out;}

.fadeIn_fast {opacity:0;transform:scale(0.95, 0.95);}
.fadeIn_fast_anime {opacity:1;transform:scale(1, 1);transition:0.5s ease-out;transition-delay:0.2s;}

.slideUp {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0s;}

.slideUp1 {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime1 {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0.5s;}

.slideUp2 {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime2 {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0.7s;}

.slideUp3 {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime3 {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0.9s;}

.zoomIn {opacity:0;transform:scale(0.8, 0.8);-webkit-transform:scale(0.8, 0.8);}
.zoomIn_anime {opacity:1;transform:scale(1, 1);-webkit-transform:scale(1, 1);transition:0.5s ease-out;transition-delay:0s;}

.zoomIn_slow {opacity:0;transform:scale(0.5, 0.5) rotateY(180deg);-webkit-transform:scale(0.5, 0.5) rotateY(180deg);}
.zoomIn_slow_anime {opacity:1;transform:scale(1, 1) rotateY(360deg);-webkit-transform:scale(1, 1) rotateY(360deg);transition:0.8s ease-out;transition-delay:0s;}

.zoomOut {opacity:0;transform:scale(1.1, 1.1);-webkit-transform:scale(1.1, 1.1);}
.zoomOut_anime {opacity:1;transform:scale(1, 1);-webkit-transform:scale(1, 1);transition:1.5s ease-out;transition-delay:0s;}

/* ---------------------------------------------------------------- *
    home (PC)
 * ---------------------------------------------------------------- */
 
.spHide {display:block;}
.pcHide {display:none;}

.sfTop2025 * {box-sizing:border-box;}
.sfTop2025 .section_ptn {width:100%;padding:5% 0!important;}
.sfTop2025 .section_ptn .section_wrap {width:90%;margin:0 auto;}
.sfTop2025 .section_ptn .section_title {text-align:center;font-size:40px;color:#fff;line-height:100%;}

.sfTop2025 .mainImg {background:#111;aspect-ratio:20 / 9;}
.sfTop2025 .mainImg .mainimg1 {width:100%;background: url(../img/mainimg/mainimg1.jpg) no-repeat center center;background-size: cover;aspect-ratio:20 / 9;}
.sfTop2025 .mainImg .mainimg2 {width:100%;background: url(../img/mainimg/mainimg2.jpg) no-repeat center center;background-size: cover;aspect-ratio:20 / 9;}
.sfTop2025 .mainImg .mainimg3 {width:100%;background: url(../img/mainimg/mainimg3.jpg) no-repeat center center;background-size: cover;aspect-ratio:20 / 9;}
.sfTop2025 .mainImg .mainimg4 {width:100%;background: url(../img/mainimg/mainimg4.jpg) no-repeat center center;background-size: cover;aspect-ratio:20 / 9;}
.sfTop2025 .mainImg .mainimg5 {width:100%;background: url(../img/mainimg/mainimg5.jpg) no-repeat center center;background-size: cover;aspect-ratio:20 / 9;}
.sfTop2025 .mainImg .mainimg6 {width:100%;background: url(../img/mainimg/mainimg6.jpg) no-repeat center center;background-size: cover;aspect-ratio:20 / 9;}

.sfTop2025 .sponsor {background:#111;background-image:linear-gradient(1deg, rgba(44, 49, 54, 1), rgba(0, 0, 0, 1));background:#000000 url(../img/sponsor/bg.jpg) center center no-repeat;background-size:cover;padding:40px 0;border-top:solid 1px rgba(255, 255, 255, 0.2);}
.sfTop2025 .sponsor .section_title {margin-bottom:1%;}
.sfTop2025 .sponsor .text {text-align:center;font-size:14px;color:#ff2a3a;font-weight:bold;margin:30px 0 0 0;}
.sfTop2025 .sponsor .logo {max-width:1800px;width:95%;margin:0 auto;list-style:none;}
.sfTop2025 .sponsor .logo a {display:block;width:25%;margin-top:5%;}
.sfTop2025 .sponsor .logo a:hover {opacity:0.6;}
.sfTop2025 .sponsor .logo a img {display:block;height:30px;width:160px;object-fit:contain;margin:0 auto;}
.sfTop2025 .sponsor .logo a .img_size1 {height:45px;}
.sfTop2025 .sponsor .logo a .img_size2 {width:350px;}

.sfTop2025 .sponsor .logo2 a {display:block;width:30%;margin-top:5%;}
.sfTop2025 .sponsor .logo2 a:hover {opacity:0.6;}
.sfTop2025 .sponsor .logo2 a img {display:block;height:35px;width:170px;object-fit:contain;margin:0 auto;}

.sfTop2025 .sponsor .logo3 a {display:block;width:18%;margin-top:5%;}
.sfTop2025 .sponsor .logo3 a:hover {opacity:0.6;}
.sfTop2025 .sponsor .logo3 a img {display:block;height:35px;width:160px;object-fit:contain;margin:0 auto;}

.sfTop2025 .review {background:#3f0000;background-image: linear-gradient(100deg, rgba(78, 1, 1, 1), rgb(41, 2, 2));border-top:solid 1px rgba(255, 255, 255, 0.2);}
.sfTop2025 .review .section_title {margin-bottom:4%;}
.sfTop2025 .review .boxwrap {max-width:1600px;width:100%;margin:0 auto;}
.sfTop2025 .review .boxwrap .item {display:block;position:relative;background:#77000a;aspect-ratio:1 / 1;width:19.3%;margin-bottom:18px;padding:1.5%;text-shadow:0 1px 4px rgba(0, 0, 0, 0.5);text-decoration: none;font-weight:bold;border-radius:6px;border:solid 1px rgb(158, 0, 0);background-image: linear-gradient(180deg, rgba(137, 0, 0, 1), rgba(88, 0, 0, 1));box-shadow:0 1px 5px rgba(0, 0, 0, 0.8);transition: all 0.3s ease-out;}
.sfTop2025 .review .boxwrap a.item:hover {opacity:0.7;transition: all 0.3s ease-out;}
.sfTop2025 .review .boxwrap .item .date {position:absolute;top:8%;color:#fff;margin-bottom:3%;z-index:1;font-size:0.9vw;}
.sfTop2025 .review .boxwrap .item .title {position:absolute;top:18%;color:#fff;font-size:1.7vw;z-index:1;}
.sfTop2025 .review .boxwrap .item .circuit {color:#fff;position:absolute;bottom:8%;font-size:1.1vw;z-index:1;font-size:1.3vw;}
.sfTop2025 .review .boxwrap .item .result {position:absolute; width:100%; color:#fff;font-size:0.9vw;z-index:1;line-height:100%;top:43%;left:0;text-align:center;}
.sfTop2025 .review .boxwrap .item .result strong {color:#fff;font-size:1vw;margin-right:10px;}
.sfTop2025 .review .boxwrap .item .review_icon {position:absolute;bottom:8%;right:8%;font-size:0.8vw;width:25%;padding:7px;border: solid 1px #ccc;color:#fff;z-index:1;text-align: center;}
.sfTop2025 .review .boxwrap .photo {position:absolute;aspect-ratio:1 / 1;width:100%;display: block;opacity:0.5;top:0;left:0;z-index:0;}
.sfTop2025 .review .boxwrap a {display:block;background: rgb(255, 14, 14)!important;border:solid 1px rgb(226, 0, 0);}
.sfTop2025 .review .boxwrap .nolink {display:block;background: rgb(255, 14, 14)!important;}
.sfTop2025 .review .boxwrap .noitem {width:19.3%;}

.sfTop2025 .machine {background:#000;background-image: linear-gradient(180deg, rgba(65, 72, 81, 1), rgba(0, 0, 0, 1) 50%);border-top:solid 1px rgba(255, 255, 255, 0.2);color:#fff;}
.sfTop2025 .machine .machine_img .img1 {width:49%;padding:0 6% 6% 6%;text-align:center;}
.sfTop2025 .machine .machine_img .img1 .title {color:#fff;font-size:50px;margin-bottom:40px;}
.sfTop2025 .machine .machine_img .img1 img {display:block;width:80%;margin:0 auto;transition: all 0.2s ease-out;cursor:pointer;}
.sfTop2025 .machine .machine_img .img1 a {text-decoration:none;}
.sfTop2025 .machine .machine_img .img1 .icon {color:#ccc;font-size:12px;margin-top:20px;}
.sfTop2025 .machine .machine_img .img1 .icon i {color:#ccc;font-size:20px;margin-right:5px;}
.sfTop2025 .machine .machine_img .img1 img:hover {opacity:0.7;transition: all 0.3s ease-out;}
.sfTop2025 .machine .machine_img .img1 .hidden {display:none;}
.sfTop2025 .machine .spec_area {color:#fff;width:100%;max-width:1400px;margin:0 auto;}
.sfTop2025 .machine .spec_area .title {font-size:20px;margin-bottom:20px;color:#fff;border-left:solid 5px #ce0011;text-indent:10px;}
.sfTop2025 .machine .spec_area .text {font-size:13px;line-height:180%;}

.sfTop2025 .driver {border-top:solid 1px rgba(255, 255, 255, 0.3);position:relative;overflow:visible;}
.sfTop2025 .driver .section_title {text-align:center;font-size:45px;color:#fff;line-height:100%;position:absolute;top:8%;left:0;right:0;margin:0 auto;z-index:1;}
.sfTop2025 .driver .photo_box {width:100%;}
.sfTop2025 .driver .photo {display:block;width:50%;}
.sfTop2025 .driver .photo img {display:block;width:100%;transition: all 0.2s ease-out;cursor:pointer;}
.sfTop2025 .driver .photo img:hover {opacity:0.5;transition: all 0.5s ease-out;cursor:pointer;}
.sfTop2025 .driver .driver_profile {display:block;position:fixed;background:#fff;background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(238, 238, 238, 1));padding:30px;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);margin: 0 auto;max-width:800px;width:90%;box-shadow:0 3px 10px rgba(0, 0, 0, 0.8);z-index:2;border-radius:10px;border: solid 1px #fff;}
.sfTop2025 .driver .driver_profile .name_box {margin-bottom:20px;}
.sfTop2025 .driver .driver_profile .close {position:absolute;right:2%;top:3%;font-size:30px;color:#999;}
.sfTop2025 .driver .driver_profile .close:hover {opacity:0.5;transition: all 0.5s ease-out;cursor:pointer;}
.sfTop2025 .driver .driver_profile .name_box .number {font-size:30px;margin-bottom:10px;}
.sfTop2025 .driver .driver_profile .name_box .name_j {font-size:40px;color:#000;}
.sfTop2025 .driver .driver_profile .name_box .name_e {font-size:18px;margin-left: 5px;}
.sfTop2025 .driver .driver_profile .text1 {font-size:14px;line-height:160%;margin-bottom:30px;}
.sfTop2025 .driver .driver_profile .title {color:#000;margin:0 0 18px 0;border-bottom:dotted 1px #333;padding-bottom:8px}
.sfTop2025 .driver .driver_profile .title span {display:block;font-size:20px;margin:5px 0 0 0;}
.sfTop2025 .driver .driver_profile .text2 {font-size:14px;line-height:140%;margin-bottom:10px;}
.sfTop2025 .driver .driver_profile .text2 strong {color:#000;}
.sfTop2025 .driver .driver_profile .text2:last-of-type {margin-bottom:0;}
.sfTop2025 .driver .driver_profile .link {font-size:14px;line-height:160%;}
.sfTop2025 .driver .driver_profile .link strong {color:#000;}
.sfTop2025 .driver .bg_black {background:rgba(0, 0, 0, 0.8);width:100%;height:120vh;height:100dvh;position:fixed;top:0;bottom:0;z-index:1;}

.sfTop2025 .member {background:#000;border-top:solid 1px rgba(255, 255, 255, 0.3);color:#fff;}
.section_title {margin-bottom:5%;}
.sfTop2025 .member .wrap2 {max-width:800px;width:90%;margin:0 auto;}
.sfTop2025 .member .wrap2 .item {width:45%;}
.sfTop2025 .member .wrap4 {max-width:1400px;width:90%;margin:0 auto 4% auto;}
.sfTop2025 .member .wrap4 .item {width:23%;}
.sfTop2025 .member .item .photo {max-width:250px;margin-bottom:20px;}
.sfTop2025 .member .item .photo img {width:100%;display: block;aspect-ratio:1 / 1;object-fit: cover;}
.sfTop2025 .member .text1 {font-size:14px;margin-bottom:15px;line-height:160%;font-weight:bold;}
.sfTop2025 .member .name_j {font-size:40px;margin-bottom:20px;color: #fff;}
.sfTop2025 .member .name_e {font-size:12px;line-height:140%;}
.sfTop2025 .member .subtitle {max-width:1400px;width:90%;margin:5% auto 3% auto;text-align: center;font-size:35px;color: #fff;border-top:dotted 1px #999;padding-top:2.5%;}

.sfTop2025 .backBtn {padding:100px 0;background:#111;border-top:solid 1px rgba(255, 255, 255, 0.3);}
.sfTop2025 .backBtn a {display:block;width:300px;margin:0 auto;padding:30px 0;border:#FFF solid 3px;text-align:center;text-decoration:none;color:#fff;font-size:16px;}
.sfTop2025 .backBtn a:hover {opacity:0.7;}

#footer {background-color:#FFF;}





/* ---------------------------------------------------------------- *
    home (ipad)
 * ---------------------------------------------------------------- */

@media screen and (max-width:1300px) {

.sfTop2025 .section_ptn .section_title {font-size:25px;}
.sfTop2025 .sponsor .logo a img {height:30px;width:100px;}
.sfTop2025 .machine .machine_img .img1 .title {font-size:30px;}
.sfTop2025 .machine .spec_area .text {font-size:10px;}

.sfTop2025 .driver .section_title {font-size:30px;}
.sfTop2025 .driver .driver_profile {padding:20px;max-width:900px;}
.sfTop2025 .driver .driver_profile .name_box .number {font-size:20px;}
.sfTop2025 .driver .driver_profile .name_box .name_j {font-size:25px;margin-bottom:10px;}
.sfTop2025 .driver .driver_profile .name_box .name_e {font-size:16px;}
.sfTop2025 .driver .driver_profile .text1 {font-size:12px;line-height:140%;}
.sfTop2025 .driver .driver_profile .title {font-size:16px;color:#000;}
.sfTop2025 .driver .driver_profile .text2 {font-size:12px;line-height:140%;}
.sfTop2025 .driver .driver_profile .link {font-size:12px;line-height:140%;}

.sfTop2025 .member .wrap2 {max-width:400px;width:90%;margin:0 auto;}
.sfTop2025 .member .item .photo {max-width:150px;}
.sfTop2025 .member .text1 {font-size:12px;}
.sfTop2025 .member .name_j {font-size:25px;}
.sfTop2025 .member .name_e {font-size:10px;}
.sfTop2025 .member .subtitle {font-size:30px;}

.sfTop2025 .backBtn {padding:3% 0;}

}

/* ---------------------------------------------------------------- *
    home (sp)
 * ---------------------------------------------------------------- */

 @media screen and (max-width:700px) {

.spHide {display:none;}
.pcHide {display:block;}

.sfTop2025 .section_ptn .section_title {font-size:20px;}
.sfTop2025 .section_ptn {padding:10% 0!important;}

.sfTop2025 .mainImg {aspect-ratio:1 / 1;}
.sfTop2025 .mainImg .mainimg1 {width:100%;background: url(../img/mainimg/1sp.jpg) no-repeat center center;background-size: cover;aspect-ratio:1 / 1;}
.sfTop2025 .mainImg .mainimg2 {width:100%;background: url(../img/mainimg/2sp.jpg) no-repeat center center;background-size: cover;aspect-ratio:1 / 1;}
.sfTop2025 .mainImg .mainimg3 {display:none;}
.sfTop2025 .mainImg .mainimg4 {display:none;}
.sfTop2025 .mainImg .mainimg5 {display:none;}
.sfTop2025 .mainImg .mainimg6 {display:none;}
.bx-controls-direction {display:none;}

.sfTop2025 .sponsor .text {margin:10px 0 0 0;}
.sfTop2025 .sponsor .logo a {display:none;width:45%;margin-top:10%;}
.sfTop2025 .sponsor .logo_sp {width:100%;}
.sfTop2025 .sponsor .logo_sp a {display:block;width:45%;margin-top:10%;}
.sfTop2025 .sponsor .logo_sp a img {display:block;height:30px;width:100px;object-fit:contain;margin:0 auto;}
.sfTop2025 .sponsor .logo_sp a .img_size1 {height:35px;}
.sfTop2025 .sponsor .logo_sp a .img_size2 {width:90%;}

.sfTop2025 .review .section_title {margin-bottom:10%;}
.sfTop2025 .review .boxwrap .item {width:48%;}
.sfTop2025 .review .boxwrap .item .date {z-index:1;font-size:12px;}
.sfTop2025 .review .boxwrap .item .title {top:20%;font-size:18px;}
.sfTop2025 .review .boxwrap .item .circuit {font-size:12px;bottom:5%;}
.sfTop2025 .review .boxwrap .item .result {font-size:11px;}
.sfTop2025 .review .boxwrap .item .result strong {font-size:12px;margin-right:5px;}
.sfTop2025 .review .boxwrap .item .review_icon {position:absolute;bottom:5%;right:5%;font-size:10px;width:35%;padding:5px;}

.sfTop2025 .machine .machine_img .img1 .title {font-size:20px;margin-bottom:20px;}
.sfTop2025 .machine .machine_img .img1 img {width:100%;}
.sfTop2025 .machine .machine_img .img1 .icon i {font-size:16px;}
.sfTop2025 .machine .spec_area .title {font-size:16px;margin-top: 30px;}
.sfTop2025 .machine .spec_area .text {font-size:10px;line-height:160%;}

.sfTop2025 .driver .section_title {font-size:20px;top:3%;}
.sfTop2025 .driver .photo_box {width:100%;}
.sfTop2025 .driver .photo {display:block;width:100%;}
.sfTop2025 .driver .photo img {display:block;width:100%;transition: all 0.2s ease-out;cursor:pointer;}
.sfTop2025 .driver .driver_profile {width:90%;}
.sfTop2025 .driver .driver_profile .name_box {margin-bottom:20px;}
.sfTop2025 .driver .driver_profile .name_box .number {font-size:20px;margin-bottom:10px;}
.sfTop2025 .driver .driver_profile .name_box .name_j {font-size:30px;color:#000;}
.sfTop2025 .driver .driver_profile .name_box .name_e {font-size:12px;}
.sfTop2025 .driver .driver_profile .text1 {font-size:14px;line-height:140%;margin-bottom:20px;}
.sfTop2025 .driver .driver_profile .title {font-size:16px;color:#000;margin-bottom:10px;}
.sfTop2025 .driver .driver_profile .text2 {font-size:12px;line-height:140%;margin-bottom:20px;}
.sfTop2025 .driver .driver_profile .link {font-size:12px;line-height:140%;}

.section_title {margin-bottom:10%;}
.sfTop2025 .member .wrap2 {max-width:800px;width:90%;margin:0 auto;}
.sfTop2025 .member .wrap2 .item {width:45%;}
.sfTop2025 .member .wrap2 .noitem {display: none;}
.sfTop2025 .member .wrap4 {max-width:1400px;width:90%;margin:0 auto;}
.sfTop2025 .member .wrap4 .item {width:45%;}
.sfTop2025 .member .item .photo {max-width:250px;margin-bottom:20px;}
.sfTop2025 .member .item .photo img {width:100%;display: block;aspect-ratio:1 / 1;object-fit: cover;}
.sfTop2025 .member .text1 {font-size:10px;margin-bottom:10px;}
.sfTop2025 .member .name_j {font-size:25px;margin-bottom:10px;}
.sfTop2025 .member .name_e {font-size:12px;margin-bottom:40px;}
.sfTop2025 .member .subtitle {margin:0 auto 10% auto;font-size:30px;padding-top:5%;}

.sfTop2025 .backBtn {padding:20px 0;}

    
    }

