@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}img{vertical-align:bottom}

*{
  box-sizing: border-box;
}
body{
  padding: 0;
  word-wrap : break-word;
  overflow-wrap : break-word;
  color: #000;
  background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "#Event_news ul li aヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
#wrapper{
  min-width: 1300px;
  overflow: hidden;
}
.inner{
  position: relative;
}
a{
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}
a.ov{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
a.ov:hover{
  opacity: .7;
  text-decoration: none;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
  height: auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------------
共通部品
--------------------------------------------------------------------*/
/*もっと見るリンクーーーーーーーーーーーーーーーーーーーーーー*/
.link_more{
  display: inline-block;
  padding-right: 31px;
  font-weight: bold;
  font-size: 15px;
  color: #db4844 !important;
  background: url(/img/common/ico_more.svg) no-repeat right 4px center;
  background-size: 20px 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.link_more:hover{
  opacity: 1;
  background-position: right center;
}
/*もっと見るボタンーーーーーーーーーーーーーーーーーーーーーー*/
.cmn_btn_more a{
  display: block;
  width: 350px;
  margin: 0 auto;
  padding: 15px 0;
  border:solid 1px #db4844;
  border-radius: 30px;
  background: url(/img/top_new/ico_arrow.svg) no-repeat right 30px center;
  background-size: 20px 14px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cmn_btn_more a span{
  color: #db4844;
}
.cmn_btn_more a.ov:hover{
  opacity: 1;
  background-image: url(/img/top_new/ico_arrow_w.svg);
  background-color: #db4844;
}
.cmn_btn_more a:hover span{
  color:#fff;
}
/*検索ーーーーーーーーーーーーーーーーーーーーーー*/
.freeSrc input{
  width: 255px;
  border: solid 1px #707070;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  padding: 0 20px;
  margin: 0;
}
.freeSrc a{
  display: table;
  width: 168px;
  height: 63px;
  padding-left: 23px;
  background-color: #db4844;
  border-radius: 10px;
  box-shadow: 0px 2px 0px 0px rgba(148, 20, 13, 1);
  color: #fff;
  font-weight: bold;
  font-size:20px;
}
.freeSrc a span{
  display: table-cell;
  padding-left: 32px;
  vertical-align: middle;
  background: url(/img/top_new/ico_serch.svg) no-repeat left center;
  background-size: 27px auto;
  color: #fff;
}
/*KeyWordーーーーーーーーーーーーーーーーーーーーーー*/
.box_keyword a{
  display: inline-block;
  padding: 7.5px 17px;
  margin-bottom: 8px;
  margin-right: 8px;
  border: solid 1px #434343;
  border-radius: 16px;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #434343;
}
.box_keyword dd a:hover{
  opacity: 1;
  background-color: #fdf4f4;
}
/*モーダルーーーーーーーーーーーーーーーーーーーーーー*/
.modal_contents{
  display: none;
}
.modaal-container{
  max-width: 900px;
  border-radius: 5px;
  box-shadow:none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.modaal-content-container{
  padding:20px 0;
}
.modaal-content .ttl{
  padding:0 23px 20px;
  line-height: 1;
  font-size: 23px;
  font-weight: bold;
}
.modaal-content .inner{
  width: 100%;
  padding: 44px 23px;
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
}
.modall_close{
  position: absolute;
  right:5px;
  top: 0;
  font-size: 50px;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
}
.modaal-content .bottom{
  padding: 20px 20px 0;
  justify-content: flex-end;
}
.modaal-content .bottom > *:nth-child(n+2){
  margin-left: 20px;
}
/*ボタン*/
.modaal-content a.btn{
  display: block;
  width: 200px;
  padding: 19px 5px;
  border-radius: 10px;
  border: 1px #db4844 solid;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #db4844;
  text-decoration: none;
  cursor: pointer;
}
.modaal-content a.btn.active{
  display: none;
}
.modaal-content button{
  width: 148px;
  padding: 19px 5px;
  border-radius: 10px;
  border: 0;
  background-color: #db4844;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
/*#フォーム類------------------------------------------------*/
.checkbox_switch { display: none; }
.checkbox_switch+label, .switch_set input+label::before, .switch_set input+label::after {
  transition: all .2s;
}
.checkbox_switch+label {
  display: block;
  position: relative;
  padding: 8px 16px;
  text-align: center;
  line-height: 1.0;
  border: solid 1px #000;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
}
.checkbox_switch:checked+label {
  background: #db4844;
  border-color: #db4844;
  color: #fff;
}

/*セレクトボックス*/
.select_wrap{
  display:block;
  overflow:hidden;
  background-image:url("/img/common/ico_select.png");
  background-position:right 10px center;
  background-repeat:no-repeat;
  background-color: #fff;
  border: solid 1px #000;
}
.select_wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.3;
  padding: 10px 18px;
  vertical-align:middle;
  border-width:0;
  background-color:transparent;
}
/* IE10対応 */
::-ms-expand{
  display: none;
}

/*--------------------------------------------------------------------
#main
--------------------------------------------------------------------*/
main{
  position: relative;
  display: block;
}
main .inner{
  position: relative;
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
/*--------------------------------------------------------------------
メインプロモ部分
--------------------------------------------------------------------*/
.sec_top{
  position: relative;
  width: 100%;
  /* padding-top: 41.97%; */
  height: 600px;
}

.sec_top .swiper-container-main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.sec_top .swiper-container-main .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*#choiceBox
--------------------------------------------------------------------*/
#choiceBox{
  /* position: absolute; */
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#choiceBox .inner{
  padding: 17px 25px 18px;
  background-color: rgba(255,255,255,0.90);
}
/*本日の新着中古車アイコン----------------------------------*/
#newCnt{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /* right: 0;
  top: -35px;
  transform: translateY(-100%); */
}
#newCnt a{
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  padding-top: 35px;
  background-color: #db4844;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#newCnt a::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/top_new/txt_cnt.png) no-repeat center center;
  background-size: 100%;
  z-index: 0;
  animation: spin 10s linear infinite;
}
#newCnt a:hover::before{
  animation-play-state: paused;
}
#newCnt .text{
  font-size: 18px;
  line-height: 1.111;
}
#newCnt .number{
  margin-top: 3px;
  font-size: 35px;
  line-height: 1;
}
#newCnt .number span{
  font-size: 20px;
}
#newCnt .number::after{
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  margin:0 auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}

/*選択ボタンーーーーーーーーーーーーーーーーーーーーーー*/
#choiceBox .box_btn{
  height: 63px;
  width: 811px;
  margin-right: 6px;
  border: solid 1px #707070;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
}
#choiceBox .box_btn li{
  display: table;
  height: 100%;
}
#choiceBox .box_btn a{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 8px 30px 8px 34px;
  font-size: 16px;
  font-weight: bold;
}
#choiceBox .box_btn a:hover{
  opacity: 1;
  background-color: #fdf4f4;
}
#choiceBox .box_btn li.maker{
  width: 268px;
}
#choiceBox .box_btn li.maker span{
  background: url(/img/top_new/ico_maker.svg)no-repeat left center;
  background-size: 26px auto;
}
#choiceBox .box_btn li.body{
  width: 316px;
}
#choiceBox .box_btn li.body::before,
#choiceBox .box_btn li.body::after{
  display: inline-block;
  content: '';
  width: 1px;
  height: 45px;
  margin-top: 8px;
  background-color: #c9c9c9;
}
#choiceBox .box_btn li.body span{
  background: url(/img/top_new/ico_body.svg)no-repeat left center;
  background-size: 26px auto;
}
#choiceBox .box_btn li.price{
  width: 227px;
}
#choiceBox .box_btn li.price span{
  background: url(/img/top_new/ico_price.svg)no-repeat left center;
  background-size: 26px auto;
}
#choiceBox .box_btn a span{
  display: inline-block;
  padding-left: 37px;
  font-size: 23px;
}
#choiceBox .box_btn a::after{
  content: '▼';
  margin-left: 0.5em;
}
/*モーダル中ーーーーーーーーーーーーーーーーーーーーーー*/
#choiceBox_tab .tab_item{
  display: none;
}
#choiceBox_tab .tab_item.active{
  display: block;
}
#choiceBox_tab .inner a{
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.163;
}

/*上タイトル*/
#choiceBox_tab .ttl_tab{
  align-items: center;
  margin-bottom: 15px;
}
#choiceBox_tab .ttl_tab .tab{
  height: 30px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: #959595;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#choiceBox_tab .ttl_tab .tab.active{
  font-size: 23px;
  color: #000;
}
#choiceBox_tab .ttl_tab .tab:nth-child(2){
  border-right: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9;
}

/*メーカー選択*/
#choiceBox_tab .box_maker{
  justify-content: space-around;
}
#choiceBox_tab .box_maker dl{
  width: 350px;
}
#choiceBox_tab .box_maker dt{
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 20px;
}
#choiceBox_tab .box_maker ul{
  flex-wrap: wrap;
}
#choiceBox_tab .box_maker ul li{
  width: 33.33%;
  text-align: center;
}
#choiceBox_tab .box_maker ul li:nth-child(n+4){
  margin-top: 25px;
}
#choiceBox_tab .box_maker img{
  margin-bottom: 10px;
}
#choiceBox_tab .box_maker p{
  min-height: 2.3em;
}
/*ボディタイプ*/
#choiceBox_tab .box_body{
  flex-wrap: wrap;
}
#choiceBox_tab .box_body li{
  width: 20%;
  text-align: center;
}
#choiceBox_tab .box_body li:nth-child(n+6){
  margin-top: 60px;
}
#choiceBox_tab .box_body p{
  margin-top: 10px;
}
/*価格*/
#choiceBox_tab .box_price{
  justify-content: center;
  align-items: center;
}
#choiceBox_tab .box_price dl.select{
  width: 200px;
}
#choiceBox_tab .box_price dl.select dt{
  font-weight: bold;
  font-size: 18px;
}
#choiceBox_tab .box_price dl.select dd{
  position: relative;
  height: 300px;
  padding: 25px 0;
}
#choiceBox_tab .box_price .swiper-price01,
#choiceBox_tab .box_price .swiper-price02{
  overflow: hidden;
}
#choiceBox_tab .box_price ul li{
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#choiceBox_tab .box_price ul li:hover,
#choiceBox_tab .box_price ul li.is-select{
  background-color: #fbecec;
}
#choiceBox_tab .box_price ul li.is-select{
  font-weight: bold;
}
#choiceBox_tab .box_price dl.space{
  width: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#choiceBox_tab .box_price .swiper-up,
#choiceBox_tab .box_price .swiper-down{
  position: absolute;
  left: 0;
  width: 100%;
  height: 25px;
  text-align: center;
  cursor: pointer;
}
#choiceBox_tab .box_price .swiper-up{
  top: 0;
  border-bottom: solid 1px #c9c9c9;
  background: url(/img/top_new/ico_swiper_up.svg) no-repeat center center;
}
#choiceBox_tab .box_price .swiper-down{
  bottom: 0;
  border-top: solid 1px #c9c9c9;
  background: url(/img/top_new/ico_swiper_down.svg) no-repeat center center;
}
#choiceBox_tab .box_price .swiper-up:hover,
#choiceBox_tab .box_price .swiper-down:hover{
  background-color: #fdf4f4;
}

/*フリーワード検索ーーーーーーーーーーーーーーーーーーーーーー*/
#choiceBox .freeSrc input{
  width: 255px;
  padding: 0 20px;
  margin: 0;
}
#choiceBox .freeSrc a{
  width: 168px;
  height: 63px;
  font-size: 24px;
  margin-left: 10px;
}

/*KeyWordーーーーーーーーーーーーーーーーーーーーーー*/
#choiceBox .box_keyword{
  margin-top: 20px;
}
#choiceBox .box_keyword dt{
  margin-right: 20px;
}
#choiceBox .box_keyword dt .ttl{
  padding-left: 30px;
  background: url(/img/top_new/ico_keyword.svg) no-repeat left center;
  background-size: 21px auto;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #db4844;
}
#choiceBox .box_keyword dt .text{
  padding-top: 3px;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
}
#choiceBox .box_keyword dd{
  flex: 1;
}

/*--------------------------------------------------------------------
検索部分
--------------------------------------------------------------------*/
#searchBox{
  /* padding-top: 62px; */
  padding-top: 20px;
  padding-bottom: 27px;
}
/*タブ--------------------------------------------------------------*/
#searchBox .box_tab{
  border: solid 1px #db4844;
  margin-bottom: 35px;
}
#searchBox .box_tab li{
  position: relative;
  width: 25%;
  padding: 21.5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #db4844;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#searchBox .box_tab li.link{
  padding: 0;
}
#searchBox .box_tab li a{
  display: block;
  width: 100%;
  padding: 21.5px 0;
}
#searchBox .box_tab li a{
  color: #db4844;
}

#searchBox .box_tab li:nth-child(n+2){
  border-left: solid 1px #db4844;
}
#searchBox .box_tab li.active,
#searchBox .box_tab li:hover{
  color: #fff;
  background-color: #db4844;
}
#searchBox .box_tab li:hover a{
  color: #fff;
}
#searchBox .box_tab li.active::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #db4944 transparent transparent transparent;
  transform: translate(-50%,100%);
}

#searchBox .tab_item{
  display: none;
}
#searchBox .tab_item.active{
  display: block;
}
#searchBox .tab_item a{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*クルマを探す---------------------------------------------------------*/
.searchBox_car .flex{
  justify-content: space-between;
}
.searchBox_car .flex > *{
  width: 600px;
}
.searchBox_car a:hover{
  opacity: .6;
}
/*タイトル*/
.searchBox_car h2{
  padding-left: 43px;
  padding-bottom: 5px;
  margin-bottom: 25px;
  font-size: 21px;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #000000;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.searchBox_car h2.maker{
  background-image: url(/img/top_new/ico_maker.svg) ;
}
.searchBox_car h2.body{
  background-image: url(/img/top_new/ico_body.svg) ;
}
/*リスト*/
.searchBox_car ul.box_list{
  flex-wrap: wrap;
}
.searchBox_car ul.box_list > li{
  width: 20%;
  margin-bottom: 27px;
  text-align: center;
  font-size: 16px;
}
.searchBox_car ul.box_list > li a{
  display: block;
}

/*メーカーから探す----------------------*/
.searchBox_car .box_maker h3{
  font-size: 18px;
  margin-bottom: 5px;
}
.searchBox_car .box_maker ul.list_maker > li p{
  padding: 14px 10px 0;
  line-height: 1;
}
.searchBox_car .box_maker ul.list_maker > li.more{
  padding-top: 30px;
}

/*ボディタイプから探す----------------------*/
.searchBox_car .box_body h2.body{
  margin-bottom: 44px;
}
.searchBox_car .list_body li:nth-child(n+6){
  margin-top: 45px;
}
.searchBox_car .list_body li a.type{
  height: 96px;
  border-left: solid 1px #bfbfbf;
  font-weight: bold;
  line-height: 1.163;
}
.searchBox_car .list_body li:nth-child(5n+1) a.type{
  border: none;
}
.searchBox_car .list_body li a.type > p{
  padding: 7px 10px 0;
}
/*ランキング*/
#scroll_ranking{
 overflow: hidden;
}
.searchBox_car .list_body ul.ranking{
  margin-top: 15px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.searchBox_car .list_body ul.ranking li{
  list-style-type: decimal;
  margin-left:21px;
  letter-spacing: -0.02em;
}
.searchBox_car .list_body ul.ranking li a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchBox_car .list_body ul.ranking li:first-child{
  list-style:none;
  margin-left: 0;
}
.searchBox_car .list_body ul.ranking li:first-child a::before{
  content: '';
  display: inline-block;
  margin-right: 3px;
  width: 18px;
  height: 12px;
  background: url(/img/top_new/ico_crown.svg) no-repeat left center;
  background-size: contain;
}
/*販売店を探すボタン-------------------------------*/
.btn_shop_serch a{
  display: block;
  width: 600px;
  margin: 20px auto 0;
  padding: 11px 0;
  border: solid 2px #db4844;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px rgba(148, 20, 13, 1);
  text-align: center;
  vertical-align: middle;
}
.btn_shop_serch a.ov:hover{
  opacity: 1;
  background-color: #db4844;
}
.btn_shop_serch a span{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #db4844;
}
.btn_shop_serch a:hover span{
  color: #fff;
}
.btn_shop_serch a span::after{
  position: absolute;
  right: -35px;
  top: 50%;
  content: '＋';
  font-size: 28px;
  vertical-align: middle;
  transform: translateY(-50%);
}
/*モーダル*/
.modal_box_serch .select_wrap{
  width: 280px;
}
.modaal-content .modal_box_serch {
  justify-content: space-between;
  padding-left: 50px;
}
.modal_box_serch dl{
  width: 50%;
  align-items: center;
}
.modal_box_serch dt{
  width: 80px;
  font-weight: bold;
  font-size: 18px;
}
.modal_box_serch dl.city dt{
  width: 100px;
}
.modal_box_serch dd{
  align-items: center;
}
.modal_box_serch label{
  margin-right: 8px;
}
/*クルマを探す---------------------------------------------------------*/
/*リンク*/
.searchBox_parts .box_link h2{
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.1em;
}
.searchBox_parts .genre h2{
  padding-left: 52px;
  background: url(/img/top_new/ico_genre.svg)no-repeat left center;
  background-size: 40px auto;
}
.searchBox_parts .special h2{
  padding-left: 42px;
  background: url(/img/top_new/ico_special.svg)no-repeat left center;
  background-size: 30px auto;
}
.searchBox_parts .box_link{
  margin-top: 44px;
}
.searchBox_parts .box_link .flex{
  justify-content: space-between;
}
.searchBox_parts .box_link dl{
  width: 610px;
}
.searchBox_parts .box_link ul{
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.searchBox_parts .box_link li{
  width: 280px;
  border-bottom: solid 1px #bfbfbf;
}
.searchBox_parts .box_link li:nth-child(-n+2){
  border-top: solid 1px #bfbfbf;
}
.searchBox_parts .box_link li a{
  display: block;
  padding: 13px 0;
  background: url(/img/top_new/ico_arrow.svg) no-repeat right 10px center;
  background-size: 16px auto;
}
.searchBox_parts .box_link li a:hover{
  opacity: 1 !important;
  background-position: right 0 center;
}
.searchBox_parts .box_link .cmn_btn_more{
  margin-top: 40px;
}

/*カーライフ---------------------------------------------------------*/
.searchBox_carlife h2{
  margin-bottom: 17px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.searchBox_carlife h2 span{
  display: inline-block;
  margin-right: 22px;
  font-size: 43px;
  color: #db4844;
  font-family: 'Josefin Sans', sans-serif;
}
.searchBox_carlife > .flex{
  justify-content: space-between;
}
.searchBox_carlife h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  border-bottom: solid 1px #000;
}

.searchBox_carlife dl dd{
  padding-top: 20px;
  flex-wrap: wrap;
}
.searchBox_carlife dl dd a{
  width: 150px;
  text-align: center;
}
.searchBox_carlife dl dd a:hover{
  opacity: 0.6;
}
.searchBox_carlife dl:not(.trouble) dd a:nth-child(n+4){
  margin-top: 35px;
}
.searchBox_carlife dl.trouble dd a:nth-child(n+3){
  margin-top: 35px;
}
.searchBox_carlife dl dd a figure{
  padding-top: 12px;
  border-left: solid 1px #bfbfbf;
}
.searchBox_carlife dl:not(.trouble) dd a:nth-child(3n+1) figure{
  border: none;
}
.searchBox_carlife dl.trouble dd a:nth-child(2n+1) figure{
  border: none;
}
.searchBox_carlife dl dd p{
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.163;
}

.searchBox_carlife .cmn_btn_more{
  margin-top: 30px;
}
/*メンテナンス*/
.searchBox_carlife dl.mainte{
  width: 450px;
}
.searchBox_carlife dl.mainte h3{
  padding-left: 51px;
  background: url(/img/top_new/ico_mainte.svg) no-repeat left center;
  background-size: 40px;
}
/*困った時*/
.searchBox_carlife dl.trouble{
  width: 300px;
}
.searchBox_carlife dl.trouble h3{
  padding-left: 31px;
  background: url(/img/top_new/ico_trouble.svg) no-repeat left center;
  background-size: 20px;
}
/*その他*/
.searchBox_carlife dl.other{
  width: 450px;
}
.searchBox_carlife dl.other h3{
  padding-left: 45px;
  background: url(/img/top_new/ico_othrer.svg) no-repeat left center;
  background-size: 34px;
}
/*--------------------------------------------------------------------
NEW
--------------------------------------------------------------------*/
#newBox{
  padding-top: 80px;
  padding-bottom: 95px;
}
#newBox h2{
  color: #db4844;
  text-align: center;
  line-height: 1;
  font-size: 45px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
}
#newBox h2 span{
  display: block;
  margin-top: 15px;
  font-size: 23px;
  color: #000;
}
/*リストーーーーーーーーーーーーーーーーーーーーーーー*/
#newBox ul{
  margin-top:40px;
  height: auto;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #newBox ul{
    height: intrinsic;
  }
}
#newBox ul li{
  position: relative;
  width: 256px;
  background-color: #fff;
}
#newBox ul li a{
  position: relative;
  display: block;
  border: solid 8px #f3f3f3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#newBox ul li a:hover{
  border-color: #db4844;
}
#newBox ul li a::after{
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #f3f3f3 transparent;
}
#newBox ul li a:hover::after{
  border-color: transparent transparent #db4844 transparent;
}
/*日付*/
#newBox ul li .date{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 6px 7px;
  background-color: #db4844;
  font-family: 'Staatliches', cursive;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  font-size: 13px;
}
/*画像*/
#newBox ul li figure{
  margin: 0;
}
/*テキスト枠*/
#newBox ul li .box_text{
  padding:10px 20px 20px;
}
#newBox ul li .ttl{
  font-size: 20px;
  font-weight: bold;
  height: 75px;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#newBox ul li dl.price{
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.1;
}
#newBox ul li dl.price dt{
  font-size: 15px;
  width: 70px;
}
#newBox ul li dl.price dd{
  width: 130px;
  color: #de1206;
  font-size: 23px;
  font-weight: bold;
  text-align: right;
  padding-right: 23px;
}
#newBox ul li dl.price dd span{
  font-size: 15px;
}
#newBox ul li .name{
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.429;
  margin-top: 15px;
}
/*もっと見るボタン--------------------------------------------------*/
#newBox .cmn_btn_more{
  margin-top: 50px;
}
/*--------------------------------------------------------------------
まずどうすればいい
--------------------------------------------------------------------*/
#whatBox{
  padding-bottom: 40px;
  background: #ffe8e9 url(/img/top_new/bg_what.png) no-repeat top center;
  border-top: solid 3px #db4844;
  border-bottom: solid 3px #db4844;
}
#whatBox h2{
  text-align: center;
}
#whatBox h2 img{
  margin-top: -23px;
}
#whatBox .lead{
  margin-top: 7px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #32a7b1;
}
#whatBox .lead span{
  color: #db4844;
}
/*ポイント----------------------------------*/
#whatBox .list_point{
  margin-top: 40px;
  justify-content: space-between;
}
#whatBox .list_point li{
  width: 280px;
}
/*タイトル*/
#whatBox .list_point .ttl{
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
/*テキスト*/
#whatBox .list_point .text{
  line-height: 1.4;
}
/*詳しく見る*/
#whatBox .list_point .more{
  margin-top: 10px;
  text-align: right;
}

/*--------------------------------------------------------------------
ランキング
--------------------------------------------------------------------*/
#rankingBox{
  padding-top: 103px;
  padding-bottom: 157px;
}
#rankingBox h2{
  text-align: center;
}
#rankingBox .lead{
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
#rankingBox .tab_item{
  display: none;
  height: 275px;
  overflow: hidden;
}
#rankingBox .tab_item.active{
  display: block;
}

/*カテゴリ----------------------------------*/
#rankingBox ul.box_category {
  margin-top: 45px;
  position: relative;
  justify-content:center;
}
#rankingBox ul.box_category li{
  position: relative;
  font-weight: bold;
  flex: 0 0 auto;
}
#rankingBox ul.box_category li:nth-child(n + 2){
  border-left: solid 1px #d9d9d9;
}
#rankingBox ul.box_category li span{
  position: relative;
  display: block;
  padding: 10px 24px 11px;
  cursor: pointer;
}
#rankingBox ul.box_category li span:hover{
  background-color: #db4844;
  color: #fff;
  opacity: 1;
}
#rankingBox ul.box_category li.active span::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom:1px;
  transform: translate(-50%,100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  transition: all .3s ease;
}
#rankingBox ul.box_category li.active span{
  background-color: #db4844;
  color: #fff;
  opacity: 1;
}
#rankingBox ul.box_category li.active span::after{
  border-color: #db4844 transparent transparent transparent;
}
#rankingBox ul.box_category li span:hover::after{
  border-color: #db4844 transparent transparent transparent;
}

/*リスト----------------------------------*/
#rankingBox .scroll{
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#rankingBox ul.list_ranking{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 3360px;
  height: 240px;
  margin-top: 35px;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  align-content: flex-start;
}
#rankingBox ul.list_ranking li{
  width: 350px;
  height: 105px;
}
#rankingBox ul.list_ranking li a{
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
/*画像*/
#rankingBox ul.list_ranking li figure{
  width: 140px;
}
/*右テキスト枠*/
#rankingBox ul.list_ranking li .box_text{
  width: 210px;
  padding-right: 40px;
}
#rankingBox ul.list_ranking li:nth-child(even){
  margin-top: 20px;
}
#rankingBox ul.list_ranking .check{
  font-size: 16px;
  color: #de1206;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000000;
}
#rankingBox ul.list_ranking .check span{
  color: #000000;
}
#rankingBox ul.list_ranking .name{
  padding-left: 20px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#rankingBox ul.list_ranking .price{
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #de1206;
  line-height: 1;
}
#rankingBox ul.list_ranking .price span{
  font-size: 13px;
  font-weight: bold;
}

/*順位*/
#rankingBox ul.list_ranking li a::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #313131;
  position: absolute;
  z-index: 5;
}
#rankingBox ul.list_ranking li span.rank{
  display: inline-block;
  width: 21px;
  position: absolute;
  left: 0;
  top:2px;
  z-index: 10;
  text-align: center;
  font-family: 'Staatliches', cursive;
  color: #fff;
}
#rankingBox ul.list_ranking li .thumb img{
  max-height: 105px;
}
#rankingBox ul.list_ranking li:nth-child(1) a::before{
  border-left: 39px solid #cfb000;
}
#rankingBox ul.list_ranking li:nth-child(1) span.rank{
  color: #fff;
}
#rankingBox ul.list_ranking li:nth-child(2) a::before{
  border-left: 39px solid #74909c;
}
#rankingBox ul.list_ranking li:nth-child(2) span.rank{
  color: #fff;
}
#rankingBox ul.list_ranking li:nth-child(3) a::before{
  border-left: 39px solid #735d42;
}
#rankingBox ul.list_ranking li:nth-child(3) span.rank{
  color: #fff;
}
/*--------------------------------------------------------------------
必見
--------------------------------------------------------------------*/
#hikkenBox{
  padding-top: 62px;
  padding-bottom: 80px;
  background-color: #e6f6f8;
}
#hikkenBox .inner{
  width: 100%;
  max-width: 1347px;
}
#hikkenBox h2{
  text-align: center;
}
#hikkenBox .lead{
  min-height: 66px;
  margin-top: 7px;
  font-size: 35px;
  font-weight: bold;
  color: #db4844;
  text-align: center;
  letter-spacing: -0.06em;
  background: url(/img/top_new/bg_decoration.png) no-repeat top center;
}
#hikkenBox .lead span{
  font-size: 45px;
}
/*PICKUP
----------------------------------*/
.area_pickup{
  width: 1300px;
  margin:45px auto 0;
  justify-content: space-between;
}
.area_pickup dl{
  width: 400px;
}
/*アイコン*/
.area_pickup dl .ico{
  display: inline-block;
  padding: 14.5px 9.5px;
  margin-right: 26px;
  background-color: #db4844;
  color: #fff;
  line-height: 0.722;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
}
/*タイトル*/
.area_pickup dl dt{
  height: 63px;
  font-size: 22px;
  font-style:italic;
  font-weight: bold;
  line-height: 1.254;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.area_pickup dl dt span{
  display: inline-block;
  position: relative;
  font-size: 28px;
}
.area_pickup dl dt span.red{
  color: #db4844;
}
.area_pickup dl dt span .line::before,
.area_pickup dl dt span .line::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #db4844;
}
.area_pickup dl dt span .line::after{
  bottom: -4px;
}
.area_pickup dl dd{
  padding-top: 25px;
}
/*リスト----------------------------------*/
.area_pickup dl dd ul{
  background: #fff;
  padding: 20px;
}
.area_pickup dl dd ul li:nth-child(n+2){
  margin-top: 30px;
}
/*画像*/
.area_pickup dl dd ul figure{
  width: 160px;
}
/*右テキスト枠*/
.area_pickup dl dd ul .box_text{
  flex: 1;
  padding-left: 17px;
}
.area_pickup dl dd ul .car_name{
  font-size: 18px;
  line-height: 1.333;
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.area_pickup dl dd ul .price{
  color: #de1206;
  font-weight: bold;
  font-size: 22px;
}
.area_pickup dl dd ul .price span{
  font-size: 13px;
}
/*ショップ名*/
.area_pickup dl dd ul .shop_name{
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #7d7d7d;
}
/*もっと見る*/
.area_pickup .more{
  margin-top: 12px;
  text-align: right;
}

/*--------------------------------------------------------------------
中古車販売店のオススメ車
--------------------------------------------------------------------*/
#shopcarBox{
  padding-top: 123px;
  padding-bottom: 70px;
}
#shopcarBox h2{
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.16em;
  line-height: 1.2;
}
#shopcarBox h2 span{
  display: block;
  font-size: 22px;
  color: #db4844;
  letter-spacing: 0.02em;
  font-family: 'Josefin Sans', sans-serif;
}

/*リスト----------------------------------*/
#shopcarBox .area_recommend{
  margin-top: 45px;
  height: auto;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #shopcarBox .area_recommend{
    height: intrinsic;
  }
}
#shopcarBox .area_recommend dl{
  width: 330px;
}
/*ショップ画像*/
#shopcarBox .area_recommend dl dt .thumb{
  position: relative;
  margin-bottom: 25px;
  width: 320px;
  height: 140px;
}
#shopcarBox .area_recommend dl dt .thumb::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom:-10px;
  z-index: 0;
  background-image: repeating-linear-gradient(-45deg,#fff,#fff 5px,#e1e1e1 5px, #e1e1e1 9px);
}
#shopcarBox .area_recommend dl dt figure{
  position: relative;
  height: 100%;
  overflow: hidden;
}
#shopcarBox .area_recommend dl dt figure img{
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
}
/*ショップ名*/
#shopcarBox .area_recommend .shop_name{
  font-size: 20px;
  font-weight: bold;
}
/*住所*/
#shopcarBox .area_recommend .adr{
  color: #898989;
  font-weight: bold;
}
/*リスト*/
#shopcarBox .area_recommend dd{
  padding-top: 12px;
}
#shopcarBox .area_recommend dd figure{
  width: 128px;
}
#shopcarBox .area_recommend dd .box_text{
  flex: 1;
  padding-left: 10px;
}
#shopcarBox .area_recommend dd ul li:nth-child(n+2){
  margin-top: 20px;
}
#shopcarBox .area_recommend dd .car_name{
  font-size: 16px;
  line-height: 1.2;
  height: 59px;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#shopcarBox .area_recommend dd .price{
  color: #de1206;
  font-weight: bold;
  font-size: 22px;
}
#shopcarBox .area_recommend dd .price span{
  font-size: 13px;
}
/*もっと見る*/
#shopcarBox .area_recommend .more{
  text-align: right;
  margin-top: 30px;
}
/*リンクボタン*/
#shopcarBox .cmn_btn_more{
  justify-content: center;
  margin-top: 45px;
}
#shopcarBox .cmn_btn_more a{
  margin: 0 30px;
}

/*--------------------------------------------------------------------
バナー
--------------------------------------------------------------------*/
#bannerBox{
  padding-top: 60px;
  padding-bottom: 60px;
}
#bannerBox ul li:nth-child(n+2){
  margin-left: 11px
}
/*--------------------------------------------------------------------
イベント・ニュース
--------------------------------------------------------------------*/
#Event_news{
  padding-top: 70px;
  padding-bottom: 130px;
}
#Event_news .inner{
  justify-content: space-between;
}
#Event_news dl{
  width: 620px;
}
#Event_news dl dt{
  font-weight: bold;
  font-size: 18px;
}
#Event_news dl dt span{
  display: inline-block;
  margin-right: 20px;
  font-size: 43px;
  color: #db4844;
  font-family: 'Josefin Sans', sans-serif;
}
/*リスト----------------------------------*/
#Event_news ul{
  border-top: solid 1px #d0d0d0;
}
#Event_news ul li{
  border-bottom:  solid 1px #d0d0d0;
}
#Event_news ul li a{
  padding: 20px 0;
  background: url(/img/top_new/ico_arrow.svg) no-repeat right 18px center;
  background-size: 24px 16px;
}
#Event_news ul li a:hover{
  opacity: 1;
  background-position: right 10px center;
}
/*写真*/
#Event_news ul li figure{
  position: relative;
  width: 130px;
}
#Event_news ul li figcaption{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#Event_news ul li figcaption.cat_event, #Event_news ul li figcaption.cat_newgoods{
  background:rgba(136,203,255,0.80);
}
#Event_news ul li figcaption.cat_news, #Event_news ul li figcaption.cat_topic{
  background:rgba(255,139,136,0.80);
}
#Event_news ul li figcaption.cat_sale, #Event_news ul li figcaption.cat_open, #Event_news ul li figcaption.cat_newcar{
  background:rgba(122, 255, 105, 0.8);
}
#Event_news ul li figcaption.cat_other, #Event_news ul li figcaption.cat_report, #Event_news ul li figcaption.cat_motorsport{
  background:rgba(250, 227, 97, 0.8);
}
/*左テキスト*/
#Event_news ul li .box_text{
  flex: 1;
  padding-left: 20px;
  padding-right: 87px;
}
#Event_news ul li .date{
  margin-top: 2px;
  font-size: 18px;
  line-height: 1;
  color: #db4844;
  font-family: 'Josefin Sans', sans-serif;
  vertical-align: bottom;
}
#Event_news ul li .date span{
  display: inline-block;
  padding:3px 6px 2px;
  margin-left: 14px;
  font-size: 12px;
  border: solid 1px #db4844;
  vertical-align: bottom;
}
#Event_news ul li .shop_name{
  margin-top:5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
#Event_news ul li .text{
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.313;
}
/*もっと見る*/
#Event_news .more{
  text-align: right;
  margin-top: 15px;
}
/*--------------------------------------------------------------------
MJ TOPICS
--------------------------------------------------------------------*/
#tokuBox {
  padding-bottom: 40px;
}
/*メインタイトル---------------------------------*/
#tokuBox .box_title{
  height: 314px;
  background: url(/img/top_new/bg_mjtopics.jpg) no-repeat center center;
  background-size: cover;
}
#tokuBox .box_title h2{
  display: inline-block;
  margin-top: 133px;
  margin-right: 54px;
  float:right;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.42em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#tokuBox .box_title h2 .ttl{
  display: block;
  margin-bottom: 3px;
  font-size: 38px;
  letter-spacing: 0.04em;
  font-family: 'Josefin Sans', sans-serif;
}
#tokuBox .box_title h2 .sub{
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 0;
}
/*メインスライド---------------------------------*/
#tokuBox .swiper_topics{
  position: relative;
  z-index: 10;
  padding-top: 50px;
  width: 505px;
  float: right;
  overflow: hidden;
  transform: translateY(-50px);
}
#tokuBox .list_contents{
  height: auto;
  background-color: #fff;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #tokuBox .list_contents{
    height: intrinsic;
  }
}

#tokuBox .list_contents li{
  padding:30px 0 20px 30px;
}
#tokuBox .list_contents .box_date{
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
}
#tokuBox .list_contents .box_date .vol{
  color: #de1206;
  font-size: 30px;
}
#tokuBox .list_contents .box_date .vol::before{
  content: 'No.';
  font-size: 21px;
}
#tokuBox .list_contents .box_date .date{
  display: inline-block;
  margin-left: 13px;
  font-size: 18px;
  color: #4e4e4e;
}
#tokuBox .list_contents .ttl{
  margin-top: 12px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
}
#tokuBox .list_contents .lead{
  margin-top:15px;
  font-weight: bold;
  font-size: 16px;
}
#tokuBox .list_contents .text{
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.3;
}
#tokuBox .list_contents .more{
  text-align: right;
  margin-top: 17px;
}
#tokuBox .list_contents .more a{
  padding-right: 63px;
  color: #db4844;
  font-weight: bold;
  font-size: 18px;
  background: url(/img/top_new/ico_arrow.svg)no-repeat right 5px center;
  background-size: 20px 14px;
}
#tokuBox .list_contents .more a:hover{
  opacity: 1;
  background-position: right center;
}
/*サムネイルライド---------------------------------*/
#tokuBox .swiper_thumb{
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  width: 840px;
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
}
#tokuBox .list_thumb{
  height: 100%;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
/*  #tokuBox .list_thumb{
    height: intrinsic;
  }*/
}
#tokuBox .list_thumb li{
  position: relative;
  height: 100%;
}
#tokuBox .list_thumb img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.swiper-pagination-bullet {
  width:17px;
  height: 4px;
  display: inline-block;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #db4844
}
.swiper_topics.swiper-container-horizontal>.swiper-pagination-bullets{
  top: 23px;
  right: 120px;
  left: auto;
  width: 100%;
  height: 4px;
  text-align: right;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 5px;
}
/*スライダーボタン*/
.swiper-prev,.swiper-next{
  position: absolute;
  top: 0;
  display: -webkit-flex;
  width: 50px;
  padding: 15.5px 0;
  text-align: center;
  background-color: #db4844;
  cursor: pointer;
}
.swiper-prev img,.swiper-next img{
  width: 11px;
  margin: 0 auto;
}
.swiper-prev{
  right: 51px;
}
.swiper-prev img{
  transform: rotate(180deg);
}
.swiper-next{
  right: 0;
}
.swiper-container-mainvisual .swiper-wrapper { transition-timing-function: linear; }
.swiper-container-mainvisual .item { outline: none; }
.swiper-container-mainvisual .item-block.main { height: calc(100% - 10px)!important; }
.swiper-container-mainvisual .item-block { position: relative; height: calc(50% - 10px); margin: 10px 5px; overflow: hidden; border-radius: 4px; background-color: black; }
.swiper-container-mainvisual .item-block .img { height: 100%; width: 100%; background-size: cover; background-position: center; transition: all 300ms; transform: scale(1); -webkit-transform: scale(1); opacity: 1; }
.swiper-container-mainvisual .item-block:hover .img { transform: scale(1.1); -webkit-transform: scale(1.1); opacity: 0.5; }
.swiper-container-mainvisual .item-block .img_msg { position: absolute; width: 100%; text-align: center; top: 50%; -webkit-transform : translateY(-50%); transform : translateY(-50%); transition: color 500ms; font-size: 18px; font-weight: bold; z-index: 5; display: none; color: black; }
.swiper-container-mainvisual .item-block:hover .img_msg { color: white; display: block; }
.swiper-container-mainvisual .item-block.main:hover .img_msg { font-size: 30px; }




#tokuBox .list_contents .ttl {
  margin-top: 12px;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  border-left: 1rem #db4844 solid;/追加/
  padding-left: 1.3rem;/追加/
}
