@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);
@import url(reset.css);

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

/* link */
a:link {color:#df002b;text-decoration:underline;}
a:visited {color:#df002b;text-decoration:underline;}
a:hover {color:#ff1d49;text-decoration:none;}
a:active {color:#ff1d49;text-decoration:none;}

/* img hover */
a {filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;}
a:hover {filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;}

body {font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size:16px;color:#00111c;line-height:160%}
.topBody {background:url("../image/footerBg.gif");}

.big {font-size:24px;line-height:160%;letter-spacing:1px;}
.small {font-size:12px;line-height:160%;}
.textLink {background:url(../image/arrow2.gif) no-repeat;height:26px;}
.textLink a {line-height:100%;color:#333;padding-left:36px;}

/* PROFILE Anime */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 animation-delay: 0.3s;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% {opacity:0;}
 100% {opacity:1;}
}
@keyframes fadeInDown {
 0% {opacity:0;}
 100% {opacity:1;}
}

.barAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
 -webkit-animation-name: barAnime;
 animation-name: barAnime;
 visibility: visible !important;
}
@-webkit-keyframes barAnime {
 0% {height:0px;}
 100% {height:60px;}
}
@keyframes barAnime {
 0% {height:0px;}
 100% {height:60px;}
}

/* ---------------------------------------------------------------- *
    横幅が980px以上の場合に適用されるCSS（PC向け）
 * ---------------------------------------------------------------- */

@media screen and (min-width:980px){

#sideBtn {display:block;position:fixed;top:40%;z-index:1000;right:0;}
#sideBtn li img { display:block; margin-bottom:3px;box-shadow:0px 0px 5px rgba(0,0,0,0.5);/*影*/}
#sideBtn li img:hover {opacity:0.8;transition:all .1s ease-in-out;}

header {height:100px;background-color:#FFF;box-shadow:0px 0px 3px rgba(0,0,0,0.8);}
header .wrap {width:978px;margin:0 auto;}
header h1 a {display:block;text-indent:-9999px;width:263px;height:52px;background:url("../image/logo.gif") no-repeat;float:left;margin-top:25px;}
header .btn {float:right;margin-top:35px;}
header .btn li {float:right;margin-left:40px;}
header .btn li a {font-family:'Roboto',sans-serif;font-weight:500;font-size:12px;text-decoration:none;color:#00111c;}
header .btn .icon_mail {background:url("../image/icon_mail.gif") no-repeat 0 5px;padding-left:27px;}
header .btn .icon_fb {display:none;}
header .btn .icon_blog {background:url("../image/icon_blog.gif") no-repeat 0 2px;padding-left:25px;}

#spmenu {display:none;}
#navi { display:block;width:100%;height:45px;overflow:hidden;background-color:#aa0021;box-shadow:0px 2px 4px rgba(0,0,0,0.6);z-index:1000;}
#navi ul {width:978px;margin:0 auto;overflow:hidden;border-left:dotted #d68595 1px;}
#navi ul li {float:left;font-family:'Roboto',sans-serif;font-weight:500;font-size:12px;line-height:45px;text-align:center;}
#navi ul li a {display:block;width:121px;height:45px;color:#FFF;text-decoration:none;text-shadow:0px 1px 1px rgba(0,0,0,0.3);transition:all .0s ease-in-out;border-right:dotted #d68595 1px;}
#navi ul li a:hover {transition:all .0s ease-in-out;}
a.active {!important;}

.fixed {position:fixed;top:0;box-shadow:0px 0px 5px rgba(0,0,0,0.5);}
.bodyfixed {padding-top:45px;}

#pagetop {display:none;position:fixed;bottom:50px;right:30px;}
#pagetop li {list-style:none;font-family:'Roboto',sans-serif;font-weight:400;font-size:10px;line-height:125px;text-align:center;}
#pagetop a {z-index:1000;color:#000;display:block;width:50px;height:50px;text-decoration:none;background:url("../image/pagetop.png") no-repeat;
opacity:0.7;transition:all .2s ease-in-out;}
#pagetop a:hover {opacity:0.9;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;}

footer {clear:both;width:100%;background:url("../image/footerBg.gif");border-top:#dfdfdf solid 1px;}
footer .copyright {width:978px;margin:0 auto;}
footer .copyright small {font-family:'Roboto',sans-serif;font-weight:400;font-size:12px;line-height:118px;}

/* ---------------------------------------------------------------- *
    home (PC)
 * ---------------------------------------------------------------- */
 
.bxslider {width:100%;height:700px;background-color:#000;}

.bxslider .home1 {height:700px;background:url(../image/home/1.jpg) no-repeat right;}
.bxslider .home1 .wrap {margin-top:300px;margin-left:150px;}
.bxslider .home1 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:50px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home1 h2 span {color:#df002b;}
.bxslider .home1 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home1 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home2 {height:700px;background:url(../image/home/2.jpg) no-repeat right;}
.bxslider .home2 .wrap {margin-top:300px;margin-left:150px;}
.bxslider .home2 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:50px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home2 h2 span {color:#df002b;}
.bxslider .home2 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home2 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home3 {height:700px;background:url(../image/home/3.jpg) no-repeat right;}
.bxslider .home3 .wrap {margin-top:300px;margin-left:150px;}
.bxslider .home3 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:50px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home3 h2 span {color:#df002b;}
.bxslider .home3 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home3 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home4 {height:700px;background:url(../image/home/4.jpg) no-repeat right;}
.bxslider .home4 .wrap {margin-top:300px;margin-left:150px;}
.bxslider .home4 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:50px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home4 h2 span {color:#df002b;}
.bxslider .home4 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home4 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home5 {height:700px;background:url(../image/home/5.jpg) no-repeat right;}
.bxslider .home5 .wrap {margin-top:300px;margin-left:150px;}
.bxslider .home5 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:50px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home5 h2 span {color:#df002b;}
.bxslider .home5 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home5 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home6 {height:700px;background:url(../image/home/6.jpg) no-repeat right;}
.bxslider .home6 .wrap {margin-top:250px;margin-left:150px;}
.bxslider .home6 h3 {color:#FFF;font-size:25px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:190%;margin-bottom:20px;}
.bxslider .home6 h3 span {font-size:30px;font-weight:bold;}
.bxslider .home6 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home6 .btn a {text-decoration:none;display:block;width:260px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF; text-indent:10px;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:15px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home7 {height:700px;background:url(../image/home/7.jpg) no-repeat right;}
.bxslider .home7 .wrap {margin-top:220px;margin-left:150px;}
.bxslider .home7 h3 {color:#FFF;font-size:25px;text-shadow:0px 0px 5px rgba(0,0,0,0.8); line-height:160%;}
.bxslider .home7 h3 span {display:block;color:#df002b; font-size:40px; font-weight:bold; margin-top:10px;}
.bxslider .home7 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home7 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home8 {height:700px;background:url(../image/home/8.jpg) no-repeat right;}
.bxslider .home8 .wrap {margin-top:300px;margin-left:150px;}
.bxslider .home8 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:50px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home8 h2 span {color:#df002b;}
.bxslider .home8 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home8 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:40px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}


/* ---------------------------------------------------------------- *
    2nd common (PC)
 * ---------------------------------------------------------------- */

.mainTitle {width:100%;height:340px;}
.mainTitle h2 {color:#FFF;width:978px;margin:0 auto;font-family:'Oswald',sans-serif;font-weight:400;font-size:50px;line-height:340px;text-shadow:0px 0px 8px rgba(0,0,0,0.8);}
.mainWrap {width:978px;overflow:hidden;}

/* ---------------------------------------------------------------- *
    NEWS (PC)
 * ---------------------------------------------------------------- */

.title_news {background:url(../../news/image/mainImg.jpg) no-repeat right #000;}
.news {margin:20px auto 80px auto;overflow:hidden;}
.news h3 {clear:both;padding-top:40px;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;line-height:100%;letter-spacing:1px; border-bottom:#828282 solid 1px;padding-bottom:15px;}
.news h3 span {color:#df002b;}

.news .thisYear {width:225px;height:330px;float:left;margin:25px 9px 0 9px;}
.news .thisYear:nth-child(4n+1) {}

.news .thisYear .slide {width:225px;height:225px;overflow:hidden;background-color:#000;margin-bottom:10px;}
.news .thisYear a {text-decoration:none!important;color:#00111c;}
.news .thisYear a:hover {color:#999;}
.news .thisYear .slide img {height:225px;transition:all .45s ease-out;}
.news .thisYear .slide img:hover {opacity:0.7;margin-left:-5px;transition:all .45s ease-out;}
.news .thisYear .date {font-family:'Oswald',sans-serif;font-weight:400;font-size:20px;letter-spacing:1px;margin-bottom:5px;}
.news .thisYear .text {font-size:12px;line-height:160%;}
.news .thisYear .text img {padding-left:5px;}

.news .backNb {border-bottom:#999 dotted 1px;line-height:60px;}
.news .backNb a {font-size:13px;color:#00111c;}
.news .backNb span {font-family:'Oswald',sans-serif;font-weight:300;font-size:15px;letter-spacing:1px;padding-right:10px;}

/* ---------------------------------------------------------------- *
    PROFILE (PC)
 * ---------------------------------------------------------------- */

.title_profile {background:url(../../profile/image/mainImg.jpg) no-repeat right #000;}
.profile {margin:80px auto 80px auto;}
.profile .bigbox {width:978px;height:500px;color:#FFF;text-shadow:0px 0px 5px rgba(0,0,0,0.8);z-index:1000;}
.profile .bigbox h3 {font-family:'Oswald',sans-serif;font-weight:400;font-size:40px;letter-spacing:1px;line-height:100%;padding:40px;}
.profile .bigbox h4 {font-family:'Roboto',sans-serif;font-weight:500;font-size:16px;padding:0 0 0 40px;margin-bottom:5px;}
.profile .bigbox h4 span {font-family:'Roboto',sans-serif;font-weight:400;font-size:11px; border: solid 1px #FFF; padding:1px 7px 2px 7px; line-height:100%;margin-left:10px;}
.profile .bigbox p {font-family:'Roboto',sans-serif;font-weight:400;font-size:12px;padding:0 0 0 40px;margin-bottom:20px;line-height:140%;}

.profile .minibox {width:978px;color:#FFF;text-shadow:0px 0px 5px rgba(0,0,0,0.8);z-index:1000;}
.profile .minibox h3 {font-family:'Oswald',sans-serif;font-weight:400;font-size:40px;letter-spacing:1px;line-height:100%;padding:40px 0 30px 40px;}
.profile .minibox h4 {font-family:'Roboto',sans-serif;font-weight:500;font-size:15px;padding:0 0 0 40px;margin-bottom:3px;}
.profile .minibox h4 span {font-family:'Roboto',sans-serif;font-weight:400;font-size:10px; border: solid 1px #FFF; padding:1px 7px 2px 7px;line-height:100%;margin-left:10px;}
.profile .minibox p {font-family:'Roboto',sans-serif;font-weight:400;font-size:10px;padding:0 0 0 40px;margin-bottom:15px;line-height:140%;}

.profile h4 br {display:none;}
.profile .bar {height:60px;width:8px;background-color:#7c7c7c;margin:0 auto;z-index:0;}

.profile .y2017 {background:url(../../profile/image/2017.jpg) no-repeat;}
.profile .y2016 {background:url(../../profile/image/2016.jpg) no-repeat;}
.profile .y2015 {background:url(../../profile/image/2015.jpg) no-repeat;}
.profile .y2014 {background:url(../../profile/image/2014.jpg) no-repeat;}
.profile .y2013 {background:url(../../profile/image/2013.jpg) no-repeat;}
.profile .y2012 {background:url(../../profile/image/2012.jpg) no-repeat;}
.profile .y2011 {background:url(../../profile/image/2011.jpg) no-repeat;}
.profile .y2009 {height:300px;background:url(../../profile/image/2009.jpg) no-repeat;}
.profile .y2008 {height:300px;background:url(../../profile/image/2008.jpg) no-repeat;}
.profile .y2007 {height:300px;background:url(../../profile/image/2007.jpg) no-repeat;}
.profile .y2006 {height:300px;background:url(../../profile/image/2006.jpg) no-repeat;}
.profile .y2005 {height:300px;background:url(../../profile/image/2005.jpg) no-repeat;}
.profile .none {height:120px;background:url(../../profile/image/none.jpg) no-repeat;}
.profile .none h3 {float:left;}
.profile .none .wrap {float:left;margin-top:35px;}
.profile .none .w350 {width:350px;}

/* ---------------------------------------------------------------- *
    DRIVER (PC)
 * ---------------------------------------------------------------- */

.title_driver_2015 {background:url(../../driver/image/2015/mainImg.jpg) no-repeat right #FFF;}
.title_driver_2016 {background:url(../../driver/image/2016/mainImg.jpg) no-repeat right #FFF;}
.title_driver_2017 {background:url(../../driver/image/2017/mainImg.jpg) no-repeat right #FFF;}
.title_driver_2018 {background:url(../../driver/image/2018/mainImg.jpg) no-repeat right #000;}
.title_driver h2 {color:#34424b!important;line-height:120%;font-size:40px;text-shadow:0px 0px 0px rgba(0,0,0,0);padding-top:110px;}
.title_driver_2018 h2 {color:#FFF!important;}

.driverImg1_2018 {width:100%;height:500px;background:url("../../driver/image/2018/bg1.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}
.driverImg2_2018 {width:100%;height:500px;background:url("../../driver/image/2018/bg2.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}
.driverImg3_2018 {width:100%;height:500px;background:url("../../driver/image/2018/bg3.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}

.driverImg1_2017 {width:100%;height:500px;background:url("../../driver/image/2017/bg1.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}
.driverImg2_2017 {width:100%;height:500px;background:url("../../driver/image/2017/bg2.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}

.driverImg1_2016 {width:100%;height:500px;background:url("../../driver/image/2016/bg1.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}
.driverImg2_2016 {width:100%;height:500px;background:url("../../driver/image/2016/bg2.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}

.driverImg1_2015 {width:100%;height:500px;background:url("../../driver/image/2015/bg1.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}
.driverImg2_2015 {width:100%;height:500px;background:url("../../driver/image/2015/bg2.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}
.driverImg3_2015 {width:100%;height:500px;background:url("../../driver/image/2015/bg3.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:100% auto;}

.driver {margin:80px auto 80px auto;font-family:'Roboto',sans-serif;font-weight:400;}

.driver .driverImg {width:260px;height:390px;float:left;margin-right:30px;}
.driver .driverTxt {width:300px;float:left;}
.driver .driverTxt h3 {font-family:'Oswald',sans-serif;font-weight:400;font-size:35px;line-height:100%;margin-bottom:15px;}
.driver .driverTxt p {font-size:12px;line-height:200%;}
.driver .driverTb {width:380px;float:right;border-left:#e5e5e5 solid 5px;}
.driver .driverTd1 {width:50px;vertical-align:top;text-align:right;line-height:140%;padding:0 10px 0 0px;font-weight:bold;font-size:11px;}
.driver .driverTd2 {vertical-align:top;font-size:11px;line-height:140%;padding-bottom:10px;}

.driverPastBtn {background-color:#434343;}
.driverPastBtn .wrap {width:978px;margin:0 auto;padding:40px 0 30px 0;overflow:hidden;}
.driverPastBtn .wrap p a {display:block;width:316px;height:60px;line-height:60px;color:#FFF;background:url(../image/arrow3.gif) no-repeat #aa0021 10px 24px;font-family:'Roboto',sans-serif;font-weight:400;text-decoration:none;text-align:center;text-shadow:0px 1px 1px rgba(0,0,0,0.5);box-shadow:0px 1px 1px rgba(0,0,0,0.5); margin:0 10px 10px 0; float:left;}

/* old */
.title_driver_old {background:url(../../driver/image/2014/mainImg.jpg) no-repeat right #000;}
.title_driver_old h2 {font-size:40px;line-height:340px;text-shadow:0px 0px 0px rgba(0,0,0,0);}
.driver .driverBox_old {clear:both;overflow:hidden;margin-bottom:80px;}
.driver .driver-img_old {width:260px;height:390px;float:left;margin-right:30px;}
.driver .driverTxt_old {width:300px;float:left;}
.driver .driverTxt_old h1 {font-family:'Oswald',sans-serif;font-weight:400;font-size:32px;line-height:100%;margin-bottom:15px;}
.driver .driverTxt_old p {font-size:12px;line-height:200%;}
.driver .driverTb_old {width:380px;float:right;border-left:#e5e5e5 solid 5px;}
.driver .driverTd1_old {width:50px;vertical-align:top;text-align:right;line-height:140%;padding:0 10px 0 0px;font-weight:bold;font-size:11px;}
.driver .driverTd2_old {vertical-align:top;font-size:11px;line-height:140%;padding-bottom:10px;}


/* ---------------------------------------------------------------- *
    MACHINE (PC)
 * ---------------------------------------------------------------- */

.title_machine {width:100%;height:700px;}
.title_machine h2 {color:#FFF;width:978px;margin:0 auto;font-family:'Oswald',sans-serif;font-weight:400;font-size:50px;padding-top:100px;text-shadow:0px 0px 8px rgba(0,0,0,0.8);}
.title_machine p {color:#FFF;width:978px;margin:0 auto;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;padding-top:40px;text-shadow:0px 0px 8px rgba(0,0,0,0.8);}

.title_machine_2018 {background:url(../../machine/image/2018/mainImg.jpg) no-repeat right #000;}
.title_machine_2017 {background:url(../../machine/image/2017/mainImg.jpg) no-repeat right #000;}
.title_machine_2016 {background:url(../../machine/image/2016/mainImg.jpg) no-repeat right #000;}
.title_machine_2015 {background:url(../../machine/image/2015/mainImg.jpg) no-repeat right #000;}

.machine {margin:60px auto 30px auto;font-family:'Roboto',sans-serif;font-weight:400;}
.machine .photo { margin-bottom:60px; overflow:hidden;}
.machine .photo a {display:block;width:160px;height:107px;float:left;margin:0 3px 3px 0;transition:all .4s ease-in-out;}
.machine .photo a:hover {opacity:0.5;transition:all .1s ease-in-out;}

.machine table {width:100%;border:#00121c solid 1px;margin-bottom:30px;}
.machine td,.machine th {padding:5px;}
.machine td {border:#00121c solid 1px;font-size:12px;}
.machine th {background-color:#00121c;color:#FFF;font-size:14px;}
.machine .machineTd {width:200px;font-weight:bold;}

.machinePastBtn {background-color:#434343;}
.machinePastBtn .wrap {width:978px;margin:0 auto;padding:40px 0 30px 0;overflow:hidden;}
.machinePastBtn .wrap p a {display:block;width:300px; height:60px;line-height:60px;color:#FFF;background:url(../image/arrow3.gif) no-repeat #aa0021 10px 24px;font-family:'Roboto',sans-serif;font-weight:400;text-decoration:none;text-align:center;text-shadow:0px 1px 1px rgba(0,0,0,0.5);box-shadow:0px 1px 1px rgba(0,0,0,0.5); margin:0 10px 10px 0; float:left;}


/* ---------------------------------------------------------------- *
    GALLERY (PC)
 * ---------------------------------------------------------------- */

.title_gallery {background:url(../../gallery/image/mainImg.jpg) no-repeat right #000;}
.bkWrap {width:100%;background-color:#0c0c0c;}
.gallery {color:#FFF;margin:0 auto;padding-bottom:80px;}
.gallery h3 {clear:both;padding-top:80px;font-family:'Oswald',sans-serif;font-weight:400;font-size:25px;line-height:100%;letter-spacing:1px;border-bottom:#3d3d3d solid 1px;padding-bottom:15px;}
.gallery h3 span {color:#df002b;}

.gallery .btn:nth-child(4n+1) {margin:25px 0 0 0;}
.gallery .btn {width:225px;height:225px;float:left;margin:25px 25px 0 0;overflow:hidden;position:relative;}
.gallery .btn img {width:230px;height:225px;opacity:0.3;height:225px;transition:all .45s ease-out;}
.gallery .btn:hover img {opacity:1;margin-left:-5px;transition:all .45s ease-out;cursor:pointer;}
.gallery .btn figcaption {position:absolute;top:150px;left:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.gallery .btn figcaption span {display:block;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;margin-bottom:5px;}
.gallery .btn figcaption {font-family:'Oswald',sans-serif;font-weight:300;font-size:11px;}
.gallery .btn figcaption a {color:#FFF;text-decoration:none;}
.gallery .btn figcaption .past {font-size:18px;margin-top:35px;}
.gallery .btn figcaption .past_s {font-size:13px;margin-top:35px;}

/* ---------------------------------------------------------------- *
    GALLERY 2nd (PC)
 * ---------------------------------------------------------------- */

.gallery2nd {color:#FFF;margin:0 auto;padding-bottom:80px;}

.gallery2nd .gallerymenu { margin:60px 0;overflow:hidden;border-bottom:#3d3d3d solid 1px;padding-bottom:15px;}
.gallery2nd .gallerymenu h3 {float:left;font-family:'Oswald',sans-serif;font-weight:400;font-size:25px;line-height:100%;letter-spacing:1px;}
.gallery2nd .gallerymenu h3 span {color:#df002b;}
.gallery2nd .gallerymenu ul {float:right;margin-top:10px;}
.gallery2nd .gallerymenu li {list-style:none;float:left;margin-left:20px;font-size:16px;font-family:'Titillium Web', sans-serif;font-weight:600;color:#444;}
.gallery2nd .gallerymenu li a {text-decoration:none;color:#FFF;}
.gallery2nd .gallerymenu li a:hover {color:#df002b;}
.gallery2nd .gallerymenu .selected {color:#df002b;}

.gallery2nd .galleryBox {width:850px;margin:60px auto;clear:both;padding-left:10px;}
.gallery2nd .galleryBox h1 {font-family:'Oswald',sans-serif;font-weight:400;font-size:12px;margin-top:60px;}
.gallery2nd .galleryBox h1 .rd {font-size:30px;}
.gallery2nd .galleryBox h1 .date {margin:0 10px;}

.gallery2nd .galleryBox .photo {padding-top:30px;overflow:hidden;margin-bottom:60px;}
.gallery2nd .galleryBox .photo img {display:block;width:150px;height:100px;margin:0 20px 20px 0;float:left;transition:all .2s ease-out;}
.gallery2nd .galleryBox .photo img:hover {opacity:0.7;transition:all .2s ease-out;}

.galleryBtn {border-top:#3d3d3d solid 1px; padding-top:60px;}
.galleryBtn a {margin:0 auto;clear:both;display:block;width:300px;height:60px;color:#FFF;font-family:'Oswald',sans-serif;font-weight:600;font-size:16px; text-align:center; line-height:60px; text-decoration:none;background:url(../image/arrow1.gif) no-repeat #df002b 15px 20px;}

#galleryflash {background-color:#FFF;width:978px;text-align:center;padding-bottom:30px;padding-top:30px;margin-top:60px;}

/* ---------------------------------------------------------------- *
    CONTACT US (PC)
 * ---------------------------------------------------------------- */

.title_contact {background:url(../../contact/image/mainImg.jpg) no-repeat right #000;}
.contact {margin:80px auto 80px auto;}

.contact .text1 {margin-bottom:30px;}
.contact form p {margin:20px 0 3px 0;font-size:14px;}
.contact form p span {color:#df002b;font-size:10px;}
.contact form input,.contact form textarea {font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;width:956px;border:solid 1px #c2c2c2;padding:10px;border-radius:5px; font-size:16px;}
.contact form .submit {margin:40px 0 40px 0;}
.contact form .submit .submitBtn {width:300px;padding:15px;font-size:25px;letter-spacing:5px;color:#FFF;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;background-color:#00121c;border-style: none;cursor:pointer;}
.contact .text2 {margin-bottom:30px;font-size:12px;line-height:160%;}

/* PRIVACY POLICY */
.title_privacy {background:url(../../contact/image/mainImg2.jpg) no-repeat right #000;}
.privacy {margin:80px auto 80px auto;}
.privacy h3 {font-weight:bold;font-size:20px;margin-bottom:10px;}
.privacy p {margin-bottom:30px;font-size:14px;}





}

/* ---------------------------------------------------------------- *
    画面の横幅が980px以下の場合に適用されるCSS（タブレット&スマホ）
 * ---------------------------------------------------------------- */

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

#sideBtn {display:none;}

header {background-color:#FFF;box-shadow:0px 0px 3px rgba(0,0,0,0.8);overflow:hidden;position:relative;}
header .wrap {}
header h1 a {display:block;text-indent:-9999px;width:263px;height:52px;background:url("../image/logo.gif") no-repeat;margin:60px auto 30px auto;}
header .btn { position:absolute;top:10px;right:10px;}
header .btn li {float:right;margin-left:30px;}
header .btn li a {font-family:'Roboto',sans-serif;font-weight:500;font-size:12px;text-decoration:none;color:#00111c;}
header .btn .icon_mail {background:url("../image/icon_mail.gif") no-repeat 0 5px;padding-left:27px;}
header .btn .icon_fb {display:block;background:url("../image/icon_fb.gif") no-repeat 0 2px;padding-left:27px;}
header .btn .icon_blog {background:url("../image/icon_blog.gif") no-repeat 0 2px;padding-left:25px;}

#navi #spmenu {width:100%;height:60px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:500;line-height:60px;font-size:18px;
background-image:url("../image/spMenu.png");background-size:30px 30px;background-repeat:no-repeat;background-position:15px 50%;border-top:#CCC solid 1px;}
#navi {z-index:100;}
#navi ul {z-index:100;width:100%;margin:0 auto;display:none;background-color:#111;}
#navi li {width:100%;text-align:center;list-style:none;font-family:'Roboto',sans-serif;font-weight:400;line-height:70px;font-size:16px;background-color:#f5f5f5;
background-image:url("../image/arrow1.png");background-repeat:no-repeat;background-position:98% 50%;border-top:#CCC solid 1px;}
#navi li a {display:block;width:100%;height:70px;text-decoration:none;color:#00111c;}

#pagetop {background-color:#222;padding:20px 0 40px 45%;}
#pagetop li {list-style:none;font-family:'Roboto',sans-serif;font-weight:400;font-size:10px;line-height:140px;text-align:center;}
#pagetop a {color:#000;display:block;color:#FFF;width:58px;height:58px;text-decoration:none;background-image: url("../image/pagetop.png");background-repeat:no-repeat;}

footer {clear:both;background:url("../image/footerBg.gif");border-top:#dfdfdf solid 1px;}

footer .copyright {height:100px;margin:0 auto; text-align:center;}
footer .copyright small {font-family:'Roboto',sans-serif;font-weight:400;font-size:12px;line-height:100px;}

/* ---------------------------------------------------------------- *
    home (SP)
 * ---------------------------------------------------------------- */
 
.bxslider {width:100%;height:400px;background-color:#000;}
.bx-wrapper .bx-prev {display:none;}
.bx-wrapper .bx-next {display:none;}

.bxslider .home1 {height:400px;background:url(../image/home/1.jpg) no-repeat right;background-size:cover;}
.bxslider .home1 .wrap {width:200px;margin:150px 0 0 80px;}
.bxslider .home1 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:30px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home1 h2 span {color:#df002b;}
.bxslider .home1 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:13px;margin-top:10px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:120%;}
.bxslider .home1 .btn a {text-decoration:none;display:block;width:150px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home2 {height:400px;background:url(../image/home/2.jpg) no-repeat right;background-size:cover;}
.bxslider .home2 .wrap {width:200px;margin:150px 0 0 80px;}
.bxslider .home2 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:30px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home2 h2 span {color:#df002b;}
.bxslider .home2 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:13px;margin-top:10px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:120%;}
.bxslider .home2 .btn a {text-decoration:none;display:block;width:150px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home3 {height:400px;background:url(../image/home/3.jpg) no-repeat right;background-size:cover;}
.bxslider .home3 .wrap {width:200px;margin:150px 0 0 80px;}
.bxslider .home3 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:30px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home3 h2 span {color:#df002b;}
.bxslider .home3 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:13px;margin-top:10px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:120%;}
.bxslider .home3 .btn a {text-decoration:none;display:block;width:150px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home4 {height:400px;background:url(../image/home/4.jpg) no-repeat right;background-size:cover;}
.bxslider .home4 .wrap {width:200px;margin:150px 0 0 80px;}
.bxslider .home4 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:30px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home4 h2 span {color:#df002b;}
.bxslider .home4 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:13px;margin-top:10px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:120%;}
.bxslider .home4 .btn a {text-decoration:none;display:block;width:150px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home5 {height:400px;background:url(../image/home/5.jpg) no-repeat right;background-size:cover;}
.bxslider .home5 .wrap {width:200px;margin:150px 0 0 80px;}
.bxslider .home5 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:30px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home5 h2 span {color:#df002b;}
.bxslider .home5 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:13px;margin-top:10px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:120%;}
.bxslider .home5 .btn a {text-decoration:none;display:block;width:150px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home6 {height:400px;background:url(../image/home/6.jpg) no-repeat center;background-size:cover;}
.bxslider .home6 .wrap {width:200px;margin:180px 0 0 20px;}
.bxslider .home6 h3 {color:#FFF;font-size:15px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:160%;}
.bxslider .home6 h3 span {display:block;font-size:24px;font-weight:bold;margin-top:10px;}
.bxslider .home6 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home6 .btn a {text-decoration:none;display:block;width:260px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home7 {height:400px;background:url(../image/home/7.jpg) no-repeat center;background-size:cover;}
.bxslider .home7 .wrap {width:200px;margin:20px 0 0 20px;}
.bxslider .home7 h3 {letter-spacing:-2px;color:#FFF;font-size:15px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:160%;}
.bxslider .home7 h3 span {display:block;color:#df002b;font-size:20px;font-weight:bold;margin-top:10px;}
.bxslider .home7 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:16px;margin-top:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:100%;}
.bxslider .home7 .btn a {text-decoration:none;display:block;width:200px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

.bxslider .home8 {height:400px;background:url(../image/home/8.jpg) no-repeat right;background-size:cover;}
.bxslider .home8 .wrap {width:200px;margin:150px 0 0 80px;}
.bxslider .home8 h2 {letter-spacing:-2px;color:#FFF;font-family:'Roboto',sans-serif;font-weight:600;font-size:30px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.bxslider .home8 h2 span {color:#df002b;}
.bxslider .home8 .text {color:#FFF;font-family:'Roboto',sans-serif;font-weight:400;font-size:13px;margin-top:10px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);line-height:120%;}
.bxslider .home8 .btn a {text-decoration:none;display:block;width:150px;height:40px;line-height:40px;background-color:#aa0021;color:#FFF;text-align:center;font-family:'Roboto',sans-serif;font-weight:600;font-size:14px;margin-top:20px;text-shadow:0px 0px 2px rgba(0,0,0,0.8);box-shadow:0px 0px 5px rgba(0,0,0,0.8);}

/* ---------------------------------------------------------------- *
    2nd common (SP)
 * ---------------------------------------------------------------- */

.mainTitle {width:100%;height:150px;}
.mainTitle h2 {color:#FFF;margin-left:20px;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;line-height:150px;text-shadow:0px 0px 8px rgba(0,0,0,0.8);}
.mainWrap {width:90%;}

/* ---------------------------------------------------------------- *
    NEWS (SP)
 * ---------------------------------------------------------------- */

.title_news {background:url(../../news/image/mainImg.jpg) no-repeat #000;background-size:cover;}
.news {margin:0 auto 30px auto;}
.news h3 {clear:both;margin-top:30px;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;line-height:100%;letter-spacing:1px; border-bottom:#828282 solid 1px;padding-bottom:15px;}
.news h3 span {color:#df002b;}

.news .thisYear {width:225px;height:330px;float:left;margin:25px 25px 0 0;}
.news .thisYear:nth-child(4n+1) {margin:25px 0 0 0;}

.news .thisYear .slide {width:225px;height:225px;overflow:hidden;background-color:#000;margin-bottom:10px;}
.news .thisYear a {text-decoration:none!important;color:#00111c;}
.news .thisYear a:hover {color:#999;}
.news .thisYear .slide img {height:225px;transition:all .45s ease-out;}
.news .thisYear .slide img:hover {opacity:0.7;margin-left:-5px;transition:all .45s ease-out;}
.news .thisYear .date {font-family:'Oswald',sans-serif;font-weight:400;font-size:20px;letter-spacing:1px;margin-bottom:5px;}
.news .thisYear .text {font-size:12px;line-height:160%;}
.news .thisYear .text img {padding-left:5px;}

.news .backNb {border-bottom:#999 dotted 1px;padding-bottom:10px;line-height:120%;}
.news .backNb a {font-size:13px;color:#00111c;}
.news .backNb span { display:block; padding:10px 0 0 0;font-family:'Oswald',sans-serif;font-weight:300;font-size:13px;letter-spacing:1px;padding-right:10px;}

/* ---------------------------------------------------------------- *
    PROFILE (SP)
 * ---------------------------------------------------------------- */

.title_profile {background:url(../../profile/image/mainImg.jpg) no-repeat center #000;background-size:cover;}
.profile {margin:30px auto 30px auto;}
.profile .bigbox {color:#FFF;text-shadow:0px 0px 5px rgba(0,0,0,0.8);z-index:1000;background-color:#000;padding-bottom:20px;padding-right:20px;}
.profile .bigbox h3 {color:#df002b;font-family:'Oswald',sans-serif;font-weight:400;font-size:40px;letter-spacing:1px;line-height:100%;padding:60px 20px 80px 20px;}
.profile .bigbox h4 {font-family:'Roboto',sans-serif;font-weight:500;font-size:16px;padding:0 0 0 20px;margin-bottom:5px;}
.profile .bigbox h4 span {font-family:'Roboto',sans-serif;font-weight:400;font-size:11px; border: solid 1px #FFF; padding:1px 7px 2px 7px;line-height:100%;margin-right:5px;}
.profile .bigbox p {font-family:'Roboto',sans-serif;font-weight:400;font-size:12px;padding:0 0 0 20px;margin-bottom:20px;line-height:140%;}

.profile .minibox {color:#FFF;text-shadow:0px 0px 5px rgba(0,0,0,0.8);z-index:1000;background-color:#000;padding-bottom:20px;padding-right:20px;}
.profile .minibox h3 {color:#df002b;font-family:'Oswald',sans-serif;font-weight:400;font-size:40px;letter-spacing:1px;line-height:100%;padding:30px 20px 40px 20px;}
.profile .minibox h4 {font-family:'Roboto',sans-serif;font-weight:500;font-size:15px;padding:0 0 0 20px;margin-bottom:3px;}
.profile .minibox h4 span {font-family:'Roboto',sans-serif;font-weight:400;font-size:10px; border: solid 1px #FFF; padding:1px 7px 2px 7px;line-height:100%;margin-right:5px;}
.profile .minibox p {font-family:'Roboto',sans-serif;font-weight:400;font-size:10px;padding:0 0 0 20px;margin-bottom:15px;line-height:140%;}

.profile .bar {height:60px;width:8px;background-color:#7c7c7c;margin:0 auto;z-index:0;}

.profile .y2017 {background:url(../../profile/image/2017.jpg) no-repeat #000;background-size:contain;}
.profile .y2016 {background:url(../../profile/image/2016.jpg) no-repeat #000;background-size:contain;}
.profile .y2015 {background:url(../../profile/image/2015.jpg) no-repeat #000;background-size:contain;}
.profile .y2014 {background:url(../../profile/image/2014.jpg) no-repeat #000;background-size:contain;}
.profile .y2013 {background:url(../../profile/image/2013.jpg) no-repeat #000;background-size:contain;}
.profile .y2012 {background:url(../../profile/image/2012.jpg) no-repeat #000;background-size:contain;}
.profile .y2011 {background:url(../../profile/image/2011.jpg) no-repeat #000;background-size:contain;}
.profile .y2009 {background:url(../../profile/image/2009.jpg) no-repeat #000;background-size:contain;}
.profile .y2008 {background:url(../../profile/image/2008.jpg) no-repeat #000;background-size:contain;}
.profile .y2007 {background:url(../../profile/image/2007.jpg) no-repeat #000;background-size:contain;}
.profile .y2006 {background:url(../../profile/image/2006.jpg) no-repeat #000;background-size:contain;}
.profile .y2005 {background:url(../../profile/image/2005.jpg) no-repeat #000;background-size:contain;}
.profile .none {background:url(../../profile/image/none.jpg) #000 repeat-y;background-size:contain;}



/* ---------------------------------------------------------------- *
    DRIVER (SP)
 * ---------------------------------------------------------------- */

.title_driver {background:#df002b;}
.title_driver h2 br {display:none;}
.title_driver h2 {text-shadow:0px 0px 4px rgba(0,0,0,0.5);}

.driverImg1_2018 {width:100%;height:300px;background:url("../../driver/image/2018/bg1.jpg") no-repeat right;background-size:cover;}
.driverImg2_2018 {width:100%;height:300px;background:url("../../driver/image/2018/bg2.jpg") no-repeat right;background-size:cover;}
.driverImg3_2018 {width:100%;height:300px;background:url("../../driver/image/2018/bg3.jpg") no-repeat right;background-size:cover;}

.driverImg1_2017 {width:100%;height:300px;background:url("../../driver/image/2017/bg1.jpg") no-repeat right;background-size:cover;}
.driverImg2_2017 {width:100%;height:300px;background:url("../../driver/image/2017/bg2.jpg") no-repeat right;background-size:cover;}

.driverImg1_2016 {width:100%;height:300px;background:url("../../driver/image/2016/bg1.jpg") no-repeat right;background-size:cover;}
.driverImg2_2016 {width:100%;height:300px;background:url("../../driver/image/2016/bg2.jpg") no-repeat right;background-size:cover;}
.driverImg3_2016 {width:100%;height:300px;background:url("../../driver/image/2016/bg3.jpg") no-repeat right;background-size:cover;}

.driverImg1_2015 {width:100%;height:300px;background:url("../../driver/image/2015/bg1.jpg") no-repeat right;background-size:cover;}
.driverImg2_2015 {width:100%;height:300px;background:url("../../driver/image/2015/bg2.jpg") no-repeat right;background-size:cover;}
.driverImg3_2015 {width:100%;height:300px;background:url("../../driver/image/2015/bg3.jpg") no-repeat right;background-size:cover;}

.driver {margin:20px auto 20px auto;font-family:'Roboto',sans-serif;font-weight:400;}

.driver .driverImg {width:260px;height:390px;margin-bottom:20px;}
.driver .driverTxt {}
.driver .driverTxt h3 {font-family:'Oswald',sans-serif;font-weight:400;font-size:35px;line-height:100%;margin-bottom:15px;}
.driver .driverTxt p {font-size:12px;line-height:200%;margin-bottom:20px;}
.driver .driverTb {}
.driver .driverTd1 {width:30px;vertical-align:top;line-height:140%;padding:0 10px 0 0px;font-weight:bold;font-size:11px;}
.driver .driverTd2 {vertical-align:top;font-size:11px;line-height:140%;padding-bottom:10px;}

.driverPastBtn {background-color:#434343;}
.driverPastBtn .wrap {margin:0 auto;padding:30px 0 20px 0;}
.driverPastBtn .wrap p a { display:block; width:300px; height:60px; line-height:60px; color:#FFF;background:url(../image/arrow3.gif) no-repeat #aa0021 10px 24px;font-family:'Roboto',sans-serif;font-weight:400; text-decoration:none; text-align:center;text-shadow:0px 1px 1px rgba(0,0,0,0.5);box-shadow:0px 1px 1px rgba(0,0,0,0.5);margin:0 auto 10px auto;}

/* old */
.title_driver_old {background:#df002b;}
.title_driver_old h2 {text-shadow:0px 0px 4px rgba(0,0,0,0.5);}
.driver .driverBox_old {clear:both;margin-bottom:60px;}
.driver .driver-img_old {width:260px;height:390px;}
.driver .driverTxt_old {margin:20px 0;}
.driver .driverTxt_old h1 {font-family:'Oswald',sans-serif;font-weight:400;font-size:32px;line-height:100%;margin-bottom:15px;}
.driver .driverTxt_old p {font-size:12px;line-height:200%;}
.driver .driverTb_old {}
.driver .driverTd1_old {width:30px;vertical-align:top;line-height:140%;padding:0 10px 0 0px;font-weight:bold;font-size:11px;}
.driver .driverTd2_old {vertical-align:top;font-size:11px;line-height:140%;padding-bottom:10px;}

/* ---------------------------------------------------------------- *
    MACHINE (SP)
 * ---------------------------------------------------------------- */

.title_machine_2015 {width:100%;height:300px;background:url(../../machine/image/2015/mainImg.jpg) no-repeat #000 center;background-size:cover;}
.title_machine_2016 {width:100%;height:300px;background:url(../../machine/image/2016/mainImg.jpg) no-repeat #000 center;background-size:cover;}
.title_machine_2017 {width:100%;height:300px;background:url(../../machine/image/2017/mainImg.jpg) no-repeat #000 center;background-size:cover;}
.title_machine_2018 {width:100%;height:300px;background:url(../../machine/image/2018/mainImg.jpg) no-repeat #000 center;background-size:cover;}
.title_machine h2 {color:#FFF;margin:0 auto;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;padding-top:130px;padding-left:20px;text-shadow:0px 0px 8px rgba(0,0,0,0.8);}
.title_machine p {color:#FFF;margin:0 auto;font-family:'Oswald',sans-serif;font-weight:400;font-size:15px;padding-top:10px;padding-left:20px;text-shadow:0px 0px 8px rgba(0,0,0,0.8);}

.machine {margin:20px auto 0px auto;font-family:'Roboto',sans-serif;font-weight:400;line-height:100%;}
.machine .photo {margin-bottom:20px;overflow:hidden;}
.machine .photo a {display:block;width:160px;height:107px;float:left;margin:0 3px 3px 0;transition:all .4s ease-in-out;}
.machine .photo a:hover {opacity:0.5;transition:all .1s ease-in-out;}

.machine table {width:100%;border:#00121c solid 1px;margin-bottom:20px;}
.machine td,.machine th {padding:5px;}
.machine td {border:#00121c solid 1px;font-size:12px;}
.machine th {background-color:#00121c;color:#FFF;font-size:14px;}
.machine .machineTd {width:100px;font-weight:bold;}

.machinePastBtn {background-color:#434343;}
.machinePastBtn .wrap {margin:0 auto;padding:30px 0 20px 0;}
.machinePastBtn .wrap p a { display:block; width:300px; height:60px; line-height:60px; color:#FFF;background:url(../image/arrow3.gif) no-repeat #aa0021 10px 24px;font-family:'Roboto',sans-serif;font-weight:400; text-decoration:none; text-align:center;text-shadow:0px 1px 1px rgba(0,0,0,0.5);box-shadow:0px 1px 1px rgba(0,0,0,0.5);margin:0 auto 10px auto;}


/* ---------------------------------------------------------------- *
    GALLERY (SP)
 * ---------------------------------------------------------------- */

.title_gallery {background:url(../../gallery/image/mainImg.jpg) no-repeat right #000;}
.bkWrap {width:100%;background-color:#0c0c0c;overflow:hidden;padding-bottom:30px;}
.gallery {color:#FFF;margin:0 auto;}
.gallery h3 {clear:both;padding-top:30px;font-family:'Oswald',sans-serif;font-weight:400;font-size:25px;line-height:100%;letter-spacing:1px; border-bottom:#3d3d3d solid 1px;padding-bottom:15px;}
.gallery h3 span {color:#df002b;}

.gallery .btn:nth-child(4n+1) {margin:25px 0 0 0;}
.gallery .btn {width:225px;height:225px;float:left;margin:25px 25px 0 0;overflow:hidden;position:relative;}
.gallery .btn img {width:230px;height:225px;opacity:0.3;height:225px;transition:all .45s ease-out;}
.gallery .btn:hover img {opacity:1;margin-left:-5px;transition:all .45s ease-out;cursor:pointer;}
.gallery .btn figcaption {position:absolute;top:150px;left:20px;text-shadow:0px 0px 5px rgba(0,0,0,0.8);}
.gallery .btn figcaption span {display:block;font-family:'Oswald',sans-serif;font-weight:400;font-size:30px;margin-bottom:5px;}
.gallery .btn figcaption {font-family:'Oswald',sans-serif;font-weight:300;font-size:11px;}
.gallery .btn figcaption a {color:#FFF;text-decoration:none;}
.gallery .btn figcaption .past {font-size:18px;margin-top:35px;}
.gallery .btn figcaption .past_s {font-size:13px;margin-top:35px;}
.gallery .old {display:none;}

/* ---------------------------------------------------------------- *
    GALLERY 2nd (SP)
 * ---------------------------------------------------------------- */

.gallery2nd {color:#FFF;margin:0 auto;padding-bottom:30px;}

.gallery2nd .gallerymenu {margin:30px 0;overflow:hidden;border-bottom:#3d3d3d solid 1px;padding-bottom:15px;}
.gallery2nd .gallerymenu h3 {font-family:'Oswald',sans-serif;font-weight:400;font-size:25px;line-height:100%;letter-spacing:1px;}
.gallery2nd .gallerymenu h3 span {color:#df002b;}
.gallery2nd .gallerymenu ul {margin-top:10px;}
.gallery2nd .gallerymenu li {list-style:none;float:left;margin-right:20px;font-size:16px;font-family:'Titillium Web', sans-serif;font-weight:600;}
.gallery2nd .gallerymenu li a {text-decoration:none;color:#FFF;}
.gallery2nd .gallerymenu li a:hover {color:#df002b;}
.gallery2nd .gallerymenu .selected {color:#df002b;}

.gallery2nd .galleryBox { width:90%;margin:30px auto;clear:both;padding-left:10px;}
.gallery2nd .galleryBox h1 {font-family:'Oswald',sans-serif;font-weight:400;font-size:12px;margin-top:30px;}
.gallery2nd .galleryBox h1 .rd {font-size:30px;}
.gallery2nd .galleryBox h1 .date {margin:0 10px;}

.gallery2nd .galleryBox .photo {padding-top:30px;overflow:hidden;margin-bottom:30px;}
.gallery2nd .galleryBox .photo img {display:block;width:150px;height:100px;margin:0 20px 20px 0;float:left;transition:all .2s ease-out;}
.gallery2nd .galleryBox .photo img:hover {opacity:0.7;transition:all .2s ease-out;}

.galleryBtn {border-top:#3d3d3d solid 1px;padding-top:30px;}
.galleryBtn a {margin:0 auto;clear:both;display:block;width:300px;height:60px;color:#FFF;font-family:'Oswald',sans-serif;font-weight:600;font-size:16px;text-align:center;line-height:60px;text-decoration:none;background:url(../image/arrow1.gif) no-repeat #df002b 15px 20px;}

.galleryflashWrap {color:#FFF;margin:30px;}
.galleryflashWrap:before {content:"申し訳ございませんが、お使いの端末ではこのページを表示できません。";}
#galleryflash {display:none;}

/* ---------------------------------------------------------------- *
    CONTACT US (SP)
 * ---------------------------------------------------------------- */
.title_contact {background:url(../../contact/image/mainImg.jpg) no-repeat #000 center;background-size:cover;}
.contact {margin:30px auto 30px auto;}

.contact .text1 {margin-bottom:30px;}
.contact form p {margin:20px 0 3px 0;font-size:14px;}
.contact form p span {color:#df002b;font-size:10px;}
.contact form input,.contact form textarea {font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;width:90%;border:solid 1px #c2c2c2;padding:10px;border-radius:5px; font-size:16px;}
.contact form .submit {margin:30px 0 30px 0;}
.contact form .submit .submitBtn {width:100%;padding:15px;font-size:25px;letter-spacing:5px;color:#FFF;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;background-color:#00121c;border-style: none;cursor:pointer;}
.contact .text2 {margin-bottom:30px;font-size:12px;line-height:160%;}

/* PRIVACY POLICY */
.title_privacy {background:url(../../contact/image/mainImg2.jpg) no-repeat #000 center;background-size:cover;}
.privacy {margin:30px auto 30px auto;}
.privacy h3 {font-weight:bold;font-size:20px;margin-bottom:10px;}
.privacy p {margin-bottom:30px;font-size:14px;}

}