.sectionContents{
	line-height: 1.5;
	 font-family:'メイリオ', 'Meiryo', sans-serif!important;
}
.sectionContents img{
	max-width: 100%;
}
.sectionContents a {
	opacity: 1;
   transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;	
}
a:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";

}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
.mv{
	background: #f2f2f2;
}
.mv img{
	width: 100%;
}
.mv .slick-arrow {
  	position: absolute;
    bottom: 20px;
    display: block;
    right: 0;
    margin: auto;
    left: 0;
    width: 17px;
}
.mv .slick-arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 1px #6e7176;
  border-right: solid 1px #6e7176;
  position: absolute;
}


.mv .slick-prev::before {
  transform: rotate(-135deg);
  /*left:-140px;*/
  left:-160px;
}

.mv .slick-next::before {
  transform: rotate(45deg);
  /*right:-140px;*/
  right:-160px;
}

section.notice {
  background: #f2f2f2;
  text-align: center;
  padding: 50px 0 0;
}
section.notice a {
  text-decoration: underline;
  color: #2478be;
}

.info-area{
  background: #f2f2f2;
	padding: 60px 0 0;
}
.info-area .info-btn{
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.info-area .info-btn a{
  opacity: 1;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  color: #db0a0a;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  border: 2px solid #db0a0a;
  padding: 10px 0;
  border-radius: 30px;
}
.info-area .info-btn a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}

.c-ttl{
	font-size: 2.5rem;
    font-weight: 700;
    margin:0 0 50px;
    line-height: 1;
}
.c-ttl .jp{
	display: block;
    font-size: 1.2rem;
    margin: 15px 0 0;
}
.c-ttl .note{
	display: block;
  font-size: 0.8rem;
  color: #be0000;
  margin: 10px 0 0;
}
.c-container{
	width: 976px;
	margin: auto;
}
.lineup-area{
	background: #f2f2f2;
	padding: 100px 0;
}
.lineup-area .content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup-area .content dl{
	background: #fff;
	text-align: center;
	width: 310px;
	padding: 30px 0;
	margin:0 0 20px;
}
.lineup-area .content h3{
	margin: 30px 0 35px;
	font-size: 1.3rem;
}
.lineup-area a{
	color: #1a1a1a;
}
.lineup-area .content .button a{
	position: relative;
}
.lineup-area .content .button a:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #1a1a1a;
  border-right: solid 1px #1a1a1a;
  position: absolute;	
  transform: rotate(45deg);	
  right: -17px;
  top: 6px;
}
.lineup-area .button-list{
	text-align: center;
	margin:40px 0 0;
}
.bnr-content-area{
	padding: 100px 0;
}
.bnr-content-area dl{
	text-align: center;
	background: #f2f2f2;
}
.bnr-content-area dd{
	padding: 30px 20px;
}
.bnr-content-area h3{
	display: flex;
	font-weight: bold;
	font-size: 1.3rem;
	min-height: 63px;
    justify-content: center;
    align-items: center;
}
.bnr-content-area dd p{
	text-align: left;
	min-height:78px;
	margin: 25px 0;
}
.bnr-content-area dd a{
	color: #1a1a1a;
	position: relative;
}
.bnr-content-area dd a:after{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #1a1a1a;
  border-right: solid 2px #1a1a1a;
  position: absolute;	
  transform: rotate(45deg);	
  right: -17px;
  top: 6px;
}
.bnr-content-area .button-list{
	text-align: center;
}
.bnr-content-area .button-list a{
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 40px 0 0;
  color: #1f1f1f;
}
.bnr-content-area .button-list a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #1a1a1a;
  border-right: solid 2px #1a1a1a;
  position: absolute;
  transform: rotate(45deg);
  right: -17px;
  top: 6px;
}

.slider-contents .slick-prev {
  	position: absolute;
	top: 45%;
	left:0;
}
.slider-contents .slick-next {
  	position: absolute;
  	top: 43%;
	right:0;
}
.slider-contents .slick-arrow::before {
  content: '';
  width: 45px;
  height: 45px;
  border-top: solid 3px #6e7176;
  border-right: solid 3px #6e7176;
  position: absolute;
}


.slider-contents .slick-prev::before {
  transform: rotate(-135deg);
  left: -70px;
}

.slider-contents .slick-next::before {
  transform: rotate(45deg);
  right: -70px;
}
.slider-contents .block{
	margin:0 10px;
}
.slider-contents img{
	width: 100%;
}
.slider-contents .slick-track {
  display: flex;
}
.slider-contents .slick-slide {
  height: auto !important;
}
.whats-area{
	background: #f2f2f2;
	padding: 100px 0;
}
.whats-area a{
	color: #1a1a1a;
}
.whats-area .button-list{
	text-align: center;
}
.whats-area .button-list a{
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 40px 0 0;
}
.whats-area .button-list a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    position: absolute;
    transform: rotate(45deg);
    right: -17px;
    top: 6px;
}
.whats-area .date{
	margin:0 15px 0 0;
}
.whats-area .cat{
	color: #fff;
	display: inline-block;
	text-align: center;
	flex-shrink: 0;
	padding: 7px 10px;
	margin:0 15px 0 0;
	width: 190px;
	font-size: .9rem;
    
}
.whats-area .info_title a{
	font-weight: bold;
	color: #145c6d;
}
.whats-area .txt{
	line-height: 1.3;
}
.whats-area .cat_media{
	background: #14226d;
}
.whats-area .cat_content{
	background: #2478be;
}
.whats-area .cat_library{
	background: #ea6270;
}
.whats-area .cat_others{
	background: #268a58;
}
.whats-area .cat_info{
	background: #145c6d;
}
.whats-area .cat_news{
	background: #5e5706;
}
.whats-area .cat_downloads{
	background: #385e06;
}
.whats-area .txt small{
	display: block;
	font-size: .8rem;
}
.tab_box .btn_area {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.tab_box .tab_btn {
	width: 100%;
	padding: 8px 0;
	color: #333;
	background: #ccc;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: center;
}
.tab_box .tab_btn.secondary{
	padding: 15px 0;
}
.tab_box .tab_btn + .tab_btn {
	margin-left: 1px;
}
.tab_box .tab_btn.active,
.tab_box .tab_btn:hover {
	background-color: #1a1a1a;
	color: #fff;
}


.tab_box .panel_area {
    background: #fff;
    padding: 40px;
}

.tab_box .tab_panel {
    display:none;
}
.tab_panel li{
	margin:20px 0;
}
.tab_panel li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.tab_box .tab_panel.active {
    display:block;
}
.media-area{
	padding: 100px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 100px;
}
.media-area dl{
	background: #253bac;
}
.media-area .gorilla dl{
	background: #176125;
}
.media-area dd{
	padding: 10px 15px 15px;
	color: #fff;
	min-height:225px;
}
.media-area dd a{
	color: #fff;
}
.media-area dd .ttl{
	font-weight: bold;
	font-size: 1.2rem;
	margin: 8px 0 3px;
}
.media-area dd .date{
	display: block;
}
.media-area dd .cat{
	display: block;
	font-weight: bold;
	font-size: 1rem;
	margin:0 0 6px;
}
.media-area dd .text a{
	text-decoration: underline;
}
.media-area dd .icon{
	font-weight: bold;
	background: #fff;
	color: #253bac;
	padding: 1px 0;
	width: 150px;
	display: inline-block;
    text-align: center;
}
.media-area .gorilla .icon{
	color: #176125;	
}
.media-area .button-list{
	text-align: center;
}
.media-area .button-list a{
	color: #1f1f1f;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 40px 0 0;
}
.media-area .button-list a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #1a1a1a;
    border-right: solid 2px #1a1a1a;
    position: absolute;
    transform: rotate(45deg);
    right: -17px;
    top: 6px;
}
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #000;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots .slick-active button {
  background: #000;
}



.slick_button {
  background: url(../img/pause.jpg);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
}

.slick_button_pause {
  background: url(../img/play.jpg);
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
.usersupport-area{
	padding:0 0 100px;
}
.usersupport-area a{
	color: #1a1a1a;
}
.usersupport-area .title{
	position: relative;
	text-align: center;	
	border-top:1px solid #ccc;
	cursor: pointer;
	padding: 15px 0;
}
.usersupport-area .title.active{
	border-bottom:1px solid #ccc;
}
.usersupport-area .title.last{
	border-bottom:1px solid #ccc;

}
.usersupport-area .title_txt{
	font-size: 1.1rem;
}
.usersupport-area .tgl.open{
	display: block!important;
	animation:slideIn 1s;
}
@keyframes slideIn {
	0% {
	  transform: translateY(-10px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	}
	40%,100% {
	  opacity: 1;
	}
  }
.usersupport-area .tgl ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0;

}
.usersupport-area .tgl  li{
	padding: 0 22px;
	font-size: .9rem;
}
.usersupport-area li a {
    position: relative;
}
.usersupport-area li a::after {
    content: "";
    display: inline-block;
    position: relative;
    right: -5px;
    top: -1px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
}
.usersupport-area .tgl i{
	vertical-align: -11px;
	margin-right: 10px;
}
.usersupport-area .plus {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 auto;
    right:10px;
    top: 49%;
}
.usersupport-area .plus::before, 
.usersupport-area .plus::after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #1a1a1a;
    position: absolute;
    transform: translateY(-50%);
}
.usersupport-area .plus::after {
    background: #1a1a1a;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.usersupport-area .active .plus::after {
    transform: rotate(0);
    transition: 0.5s;
    height: 0px;
}
.usersupport-area .subttl{
	text-align: center;
	font-size: 1.05rem;
	margin:40px 0 10px;
}
.usersupport-area .tgl .list_2{
	padding: 15px 0;
	margin-left: 70px;
	justify-content: flex-start;
}
.usersupport-area .tgl .list_2.list_user{
	margin-top: 15px;
	margin-bottom: 15px;			
}
.usersupport-area .tgl .list_2 li{
	
	padding: 0;
	margin:10px 0;
}
.usersupport-area .tgl .list_2 li:nth-child(odd){
	width: 55%;	
}
.usersupport-area .tgl .list_3{
	padding: 15px 0;
	margin: 0px 225px;
	justify-content: flex-start;
}
.usersupport-area .tgl .list_3 li{
	
	padding: 0;
	margin:10px 0;
  width: 50%;
}

.usersupport-area .tgl .list_4{
	justify-content: flex-start;	
	padding: 15px 0;
}
.usersupport-area .tgl .list_4 li{
	padding: 0;
	width: 50%;
	margin:10px 0;
}
.usersupport-area .block-link{
	margin-top: 15px;
	margin-left: 70px;
}
.usersupport-area .border{
	border-bottom:1px solid #ccc;
}
.usersupport-area .tgl ul.align-center{
	align-items: center;
}
.usersupport-area .block__{
	padding:0 0 20px;
}
.usersupport-area .logo-block{
	margin-bottom: 20px;
}
.page_top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.page_top a {
    color: #fff;
    text-align: center;
    background-color: rgba(110, 113, 117, 0.4);
    display: block;
    overflow: hidden;
    position: relative;
    padding: 4.5px 0 0;
    width: 56px;
    height: 36px;
}
.bottom_info_area_w{
	margin: auto;
  width: 1200px;
	height: 50px;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right:0;
	z-index: 1100;
	color: #ffffff;
}

.bottom_info_area.btminfo_black,
.bottom_info_area_w.btminfo_black{
	background: rgba(64,64,64,0.80);
}
.bottom_info_area.btminfo_gold{
	background: rgba(205,173,0,0.80);
}
.bottom_info_area.btminfo_strada,
.bottom_info_area_w.btminfo_strada{
	background: rgba(0,35,117,0.80);
}
.bottom_info_area.btminfo_gorilla,
.bottom_info_area_w.btminfo_gorilla{
	background: rgba(0,80,18,0.80);
}
.bottom_info_area.btminfo_other,
.bottom_info_area_w.btminfo_other{
	background: rgba(216,73,2,0.80);
}
.bottom_info_area.btminfo_kawahara{
	background: rgba(255,0,0,0.80);
}
.bottom_info_area .bottom_info_inner,
.bottom_info_area_w .bottom_info_inner{
	max-width: 1200px;
	min-width: 976px;
	margin: 0 auto;
	text-align: center;
}
.bottom_info_area .bottom_info_inner div,
.bottom_info_area_w .bottom_info_inner div{
	height: 30px;
}

.bottom_info_area .bottom_info_inner div p,
.bottom_info_area_w .bottom_info_inner div p{
	/*width: 478px;*/
	/*background-color: #fff;*/
	font-size: 105%;
	font-weight: bold;
}

.bottom_info_area .bottom_info_inner a.detail{
	display: inline-block;
	color: #04014a;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 1em;
	padding: 0 10px;
	font-size: 75%;
	font-weight: normal;
	box-sizing: border-box;
	border: 1px solid #04014a;
}

.bottom_info_area_w .bottom_info_inner a.detail{
	display: inline-block;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 1em;
	padding: 0 10px;
	font-size: 75%;
	font-weight: normal;
	box-sizing: border-box;
	border: 1px solid #ffffff;
}


.bottom_info_area a.bottom_info_close{
		
	display: block;
	width: 150px;
	height: 34px;
	box-sizing: border-box;
	position: absolute;
	top: -34px;
	right: 75px;
	padding: 10px 40px 0 10px;
	background-image: url(../car_top_img/img2018/arrow_close_navy.png);
	background-repeat: no-repeat;
	background-position: 120px 12px;
	color: #04014a;
	cursor: pointer;
	font-size: 80%;
}

.bottom_info_area_w a.bottom_info_close{
	display: block;
	width: 150px;
	height: 34px;
	box-sizing: border-box;
	position: absolute;
	top: -34px;
	right: 75px;
	padding: 10px 40px 0 10px;
	background-image: url(/car/cartop2018/car_top_img/img2018/arrow_close.png);
	background-repeat: no-repeat;
	background-position: 120px 12px;
	color: #ffffff;
	cursor: pointer;
	font-size: 80%;
}


.bottom_info_area.btminfo_gorilla a.bottom_info_close,
.bottom_info_area_w.btminfo_gorilla a.bottom_info_close{
	background-color: rgba(0,80,18,0.80);
}
.bottom_info_area_w.btminfo_gorilla a.bottom_info_close:hover{
	opacity: 1;
}
.bottom_info_area a.bottom_info_close.closed{
	background-image: url(/car/cartop2018/car_top_img/img2018/arrow_open_navy.png);
	background-repeat: no-repeat;
	background-position: 120px 12px;
}

.bottom_info_area_w a.bottom_info_close.closed{
	background-image: url(/car/cartop2018/car_top_img/img2018/arrow_open.png);
	background-repeat: no-repeat;
	background-position: 120px 12px;
}
@media screen and (max-width:1200px) {
.bottom_info_area_w {
    width: auto;
}
}
@media screen and (max-width:980px) {
.c-container{
	width: 90%;
}	
.slider-contents .slick-arrow::before {
    content: '';
    width: 25px;
    height: 25px;
}
.slider-contents .slick-next::before {
    right: -25px;
    z-index: 1;
}
.slider-contents .slick-prev::before {
    left: -25px;
    z-index: 1;
}
.slider-contents .slick-prev,
.slider-contents .slick-next {
    top: 45%;
}
.lineup-area .content dl {
    width: 49%;
}
.media-area dd .cat {
    font-size: 1rem;
}
}

@media screen and (max-width: 640px) {
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}

  .info-area .info-btn{
    width: 100%;
  }
  .info-area .info-btn a{
    border-radius: 50px;
    font-size: .9rem;
  }
  
.c-ttl {
    font-size: 1.9rem;
    margin: 0 0 30px;
}	
.c-ttl .jp {
    font-size: 1rem;
    line-height: 1.3;
}

.lineup-area .content h3 {
    margin: 15px 0 19px;
    font-size: 1.2rem;
}
.lineup-area {
    padding: 50px 0;
}
.lineup-area .content dl {
    width: 100%;
}
.lineup-area .button-list {
    margin: 20px 0 0;
}
.bnr-content-area{
    padding: 50px 0;	
}
.bnr-content-area dd {
    padding: 20px 15px;
}
.bnr-content-area dd p {
    margin: 20px 0;
}
.bnr-content-area .button-list a {
    margin: 20px 0 0;
}
  
.tab_box .btn_area{
	flex-wrap: wrap;	
}
.tab_panel li a{
	flex-wrap: wrap;
}
.whats-area .date{
	width: 100%;
	margin:0 0 5px 0;
}

.whats-area .cat{
	font-size: .9rem;
	padding: 2px 5px;
	margin:0 0 5px;
}
.whats-area .button-list a {
    margin: 20px 0 0;
}
.tab_box .tab_btn {
	padding: 0;
	font-size: .9rem;
	border-bottom: 1px solid #fff;
    width: 49%;
    height: 60px;
}
.tab_box .tab_btn.secondary {
    padding: 0;
}
.tab_box .panel_area {
    padding: 20px;
}
.whats-area{
    padding: 50px 0;	
}
.media-area {
    padding: 50px 0;
    margin-bottom: 50px;
}

.usersupport-area {
    padding: 0 0 64px;
}

.usersupport-area .plus::before, 
.usersupport-area .plus::after {
    content: '';
    width: 10px;
}
.usersupport-area .tgl ul {
    justify-content: flex-start;
    flex-wrap: wrap;
}
.usersupport-area .tgl .list_2 li,
.usersupport-area .tgl .list_3 li,
.usersupport-area .tgl .list_4 li,
.usersupport-area .tgl li {
	font-size: .85rem;
    padding: 5px 0;
    width: 100%;
    margin: 0;
}
.usersupport-area .tgl .list_2 li:nth-child(odd) {
    width: 100%;
}
.usersupport-area .tgl .list_2 {
    margin-left: 0;
}
.usersupport-area .tgl .list_3 {
    margin: 0;
}
.usersupport-area .subttl {
    margin: 35px 0 5px;
	font-size: 1rem;
}
.usersupport-area .block-link {
    margin-left: 0;
}
.page_top{
	display: none;
}
.slider-contents .slick-arrow::before {
    content: '';
    width: 20px;
    height: 20px;
}
.slider-contents .slick-prev::before {
    left: -7px;
}
.slider-contents .slick-next::before {
    right: -7px;
}

.bottom_info_area,
.bottom_info_area_w{
    width: 100%;
		height: 130px;
		padding:10px;
		box-sizing: border-box;
		bottom: 0;
		z-index: 800;
	}
	.bottom_info_area .bottom_info_inner,
  .bottom_info_area_w .bottom_info_inner{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		display: block;
		flex-wrap: nowrap;
		text-align: left;
	}
	.bottom_info_area .bottom_info_inner div,
  .bottom_info_area_w .bottom_info_inner div{
		height: auto;
	}
	.bottom_info_area .bottom_info_inner div p
  .bottom_info_area_w .bottom_info_inner div p{
		line-height: 1.5em;
		font-weight: normal;
	}
	
	.bottom_info_area .bottom_info_inner a.detail,
  .bottom_info_area_w .bottom_info_inner a.detail{
		display: block;
		margin: 10px 0 0;
		width: 140px;
  }
	.bottom_info_area a.bottom_info_close
  .bottom_info_area_w a.bottom_info_close{
		width: 100%;
		right: 0;
	}
  .page_top {
    z-index: 1000;
  }
  .bottom_info_area_w a.bottom_info_close {
    width: 100%;
    right: 0;
  }
}



/*241220_バージョンアップ更新関連*/
.link_vup {
  text-align: center;
}
.link_vup a {
  text-decoration: underline;
  color: #2478be;
}
@media screen and (max-width: 640px) {
}


/*250919_アップデート告知関連*/
section.notice_b {
  background: #f2f2f2;
  text-align: center;
  padding: 50px 0 0;
}
section.notice_b a {
  color: #2478be;
  border: 2px solid #2478be;
  display: block;
  padding: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
}

