@charset "utf-8";
/* CSS Document */
button:focus { outline:0; }
@font-face {
  font-family:'twfont';
  src:url('../font/twfont.eot');
  src:url('../font/twfont.eot?#iefix') format('embedded-opentype'),
      url('../font/twfont.woff') format('woff'), 
      url('../font/twfont.ttf') format('truetype'),
      url('../font/twfont.otf') format('opentype');
}
.clearfix::after {
	content: "";
	clear: both;
	overflow: hidden;
}
.left {
	float: left;
}
* {
	box-sizing: border-box;
}
/*body {
	background-color: #fff;
	background-image: url("../images/punc/main_bg_wh.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}*/
header {
	background-color: #fff;
}
main{
	clear:both;
	overflow:hidden;
	background-image:url(../images/bsdl2022/bg_snow.png);
}
footer{
	clear:both;
	overflow:hidden;
}
#pagetop {
	width: 50px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 0px;
	cursor: pointer;
	z-index: 100;
}
.pagetop_sp {
	display: none;
}
.logo_sp_wh {
	display: none;
	/*    position: relative;
    z-index: 110;
    top: 64px;
    left: 20px;    */
}

a:hover {
    text-decoration: none !important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝

ここからメインコンテンツ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.main_img_wrap{
	width:100%;
	height:600px;
}
.main_bg_left{
	width:50%;
	height:600px;
	float:left;
	background-image:url(../images/bsdl2022/bg_red.jpg);
}
.main_bg_right{
	width:50%;
	height:600px;
	float:left;
	background-image:url(../images/bsdl2022/bg_blue.jpg);
}
.main_img{
	width:1300px;
	height:600px;
	margin:0 auto;
	position: relative;
    top: -600px;
}
.coupon_wrap{
	width:100%;
	height:80px;
	background-color:#bf0000;
}
.coupon{
	width:1200px;
	height:80px;
	margin:0 auto;
	color:#FFFFFF;
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    line-height: 74px;
	font-family:  "Noto Sans Japanese";
	/*animation-iteration-count: infinite;*/ /*連続させる時*/
	animation-duration: 1s; /* アニメーションの時間 */
	animation-delay: 2.5s; /* アニメーション開始時間 */
	animation-fill-mode: both;/*アニメーションの再生中・再生後のスタイルを指定する*/
}


h2.cartype{
	width:50%;
	height:auto;
	margin:50px auto 0;
	background-color:#002142;
	color:#FFFFFF;
    text-align: center;
    font-size: 3.5em;
    font-weight: 900;
    line-height: 2em;
	font-family:  "Noto Sans Japanese";
	border-radius:50px;
}


.owl-dots {
  text-align: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top:20px;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127,127,127, 0.5) !important;
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background-color: #ea5514 !important;
}
.owl-nav{
	display:none;
}
.owl-carousel{
	width:100%;
	height:750px;
	clear:both;
	overflow:hidden;
	padding:50px 0 80px;
	background:none !important;
}
.item{
	border:solid 4px #002142;
	box-sizing: border-box;
	background-color:#FFFFFF;
}
.button_wrap{
	height:390px;
}
.car_name{
	width: 300px;
    background-color: #002142;
    color: #FFFFFF;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 30px;
    font-weight: 900;
	height: 50px;
    line-height: 1.5em;
}
.car_name_02{
	width: 300px;
    background-color: #002142;
    color: #FFFFFF;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 26px;
    font-weight: 900;
	height: 50px;
    line-height: 1.7em;
}
.tire_size{
	width:300px;
    background-color: #FFFFFF;
    color: #002142;
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 26px;
    font-weight: 900;
    padding: 10px 0 0;
}
.car_img{
	width:300px;
	height:160px;
}




.btn_01{
	width: 250px;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px;
	text-align:center;
    color: #FFFFFF;
	font-family:  "Noto Sans Japanese";
	padding:25px 0;
	box-shadow: 0 6px 0 #770506, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	margin-bottom:25px;
	background: #e60012;
	background: url(../images/bsdl2022/bslogo.png) , -moz-linear-gradient(-45deg,  #e60012 0%, #9b0500 100%);
	background: url(../images/bsdl2022/bslogo.png) , -webkit-linear-gradient(-45deg,  #e60012 0%,#9b0500 100%);
	background: url(../images/bsdl2022/bslogo.png) , linear-gradient(135deg,  #e60012 0%,#9b0500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#9b0500',GradientType=1 );
	background-repeat:no-repeat;
	background-position:right center;
}
.btn_01 a{
	width: 250px;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px;
	text-align:center;
    color: #FFFFFF;
	font-family:  "Noto Sans Japanese";
	padding:25px 0;
	box-shadow: 0 6px 0 #770506, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	margin-bottom:25px;
	background: #e60012;
	background: -moz-linear-gradient(-45deg,  #e60012 0%, #9b0500 100%);
	background: -webkit-linear-gradient(-45deg,  #e60012 0%,#9b0500 100%);
	background: linear-gradient(135deg,  #e60012 0%,#9b0500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf0000', endColorstr='#9b0500',GradientType=1 );
}
.btn_01 a:hover{
	background-color: #ed3739;
	box-shadow: 0 3px 0 #770506, 0 6px 0px rgba(0,0,0,1);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn_02{
	width: 250px;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px;
	text-align:center;
    color: #FFFFFF;
	font-family:  "Noto Sans Japanese";
	padding:25px 0;
	box-shadow: 0 6px 0 #163258, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	margin-bottom:25px;
	background: #004ea1;
	background: url(../images/bsdl2022/dllogo.png) , -moz-linear-gradient(-45deg,  #004ea1 0%, #002784 100%);
	background: url(../images/bsdl2022/dllogo.png) , -webkit-linear-gradient(-45deg,  #004ea1 0%,#002784 100%);
	background: url(../images/bsdl2022/dllogo.png) , linear-gradient(135deg,  #004ea1 0%,#002784 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#002784',GradientType=1 );
	background-repeat:no-repeat;
	background-position:right center;
}

.btn_02 a{
	width: 250px;
    height: 70px;
    margin: 0 auto;
    border-radius: 10px;
	text-align:center;
    color: #FFFFFF;
	font-family:  "Noto Sans Japanese";
	padding:25px 0;
	box-shadow: 0 6px 0 #163258, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	margin-bottom:25px;
	background: #004ea1;
	background: -moz-linear-gradient(-45deg,  #004ea1 0%, #002784 100%);
	background: -webkit-linear-gradient(-45deg,  #004ea1 0%,#002784 100%);
	background: linear-gradient(135deg,  #004ea1 0%,#002784 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004ea1', endColorstr='#002784',GradientType=1 );
}
.btn_02 a:hover{
	background-color: #ed3739;
	box-shadow: 0 3px 0 #163258, 0 6px 0px rgba(0,0,0,1);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn_text01{
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	margin: -20px 0 -10px;
}
.btn_text02{
	font-size: 40px;
    font-style: italic;
	text-shadow: 1px 1px 2px #000;
	font-family:  "twfont","Noto Sans Japanese";
}
.price_note{
	width:100%;
	height:30px;
	background-color:#BF0000;
	text-align:center;
	color:#FFFFFF;
	font-family:  "Noto Sans Japanese";
	font-weight:500;
	line-height:30px;
	font-size:10px;
}

.more_search {
    width: 300px;
    margin: 30px auto 80px;
    text-align: center;	
}
.more_search a {
		position: relative;
		display: block;
    padding: 15px 10px;
    border-radius: 7px;
    background: #ffffff;
    border: solid 1px #002142;
    border-radius: 7px;
    color: #002142;
    font-size: 15px;
    font-weight: bold;
}
.more_search a:before,
.more_search a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 17px;
		right: 12px;
		width: 10px;
		height: 10px;
		background: #c90e0e;
		z-index: 2;
}
.more_search a:before {
		top: 42%;
		right: 14px;
		background: #ffffff;
		z-index: 2;
}
.more_search a:after {
		top: 42%;
		right: 12px;
		background: #002142;
		z-index: 1;
}
.more_search a:hover {
    background: #002142;
    border: solid 1px #002142;
    color: #ffffff;
    opacity: 1.0;
}
.more_search a:hover::before {
		background: #002142;
}
.more_search a:hover::after {
		background: #ffffff;
}

.sp_line {
	display: none;
}
.title {
	pointer-events: none;
}
@media (min-width:1400px) {
	.bs2019_top_main02{
		width:1400px;
	}
	.bs2019_top_main02_01{
		width:1400px;
	}
}
@media (min-width:980px) {
	.spview{
		display:none;
	}
	.footer-sp-copyright {
		display: none;
		width: 100%;
	}
}
/*@media (max-width:480px) {*/
@media (max-width:980px) {
	.pcview{
		display:none;
	}
	.bs2019_top_wrap02{
		height:auto;
	}
	.tire_lineup_wrap{
		width:98%;
		height:auto;
		margin:0 1%;
	}
	.tire_lineup01{
		height:auto;
	}
	.tire_lineup02{
		height:auto;
	}
	.tire_lineup03{
		height:auto;
	}
	h2.bs2019_line_wrap01{
		height:auto;
	}
	.bs2019_line01{
		height:auto;
	}
	h2.bs2019_line_wrap02{
		height:auto;
	}
	.bs2019_line02{
		height:auto;
	}
	h2.bs2019_line_wrap03{
		height:auto;
	}
	.bs2019_line03{
		height:auto;
	}
	.bs2019_line_img{
		width:100%;
		height:auto;
	}
	a:hover img.hvr{
		margin-top:0;
	}
	.owl-carousel{
		height: 670px;
		padding:10px 0 80px;
	}
	h2.bs2019_line_wrap01{
		margin-top:30px;
	}
	
	.coupon{
		width: 100%;
		height:auto;
		font-size: 1.3em;
		line-height: 1.2em;
		padding: 20px;
	}
	
	.logo_sp_wh {
		display: inline-block;
		width: 50%;
	}
	/*smart.cssの打ち消し*/
	.bar {
		padding: 2% !important;
	}
	.nav {
		display: none!important;
		;
	}
	.mynav {
		display: none !important;
	}
	.spnav {
		top: 70px !important;
	}
	._zkjwrapper {
		display: none !important;
	}
	.hover_global {
		display: none !important;
	}
	#chamo-window {
		display: none;
	}
	.menubtn {
		width: 40px !important;
		padding: 20px !important;
		top: 36px !important;
	}
	.price_note{
		height:auto;
		padding:5px;
		line-height:unset;
		margin-top: 50px;
	}
	/*smart.cssの打ち消し*/
	.top_wrap1 {
		height: auto;
	}
	.top_img {
		display: none;
	}
	.top_img_sp {
		display: block;
		width: 100%;
	}
	.top_wrap2_inner {
		width: 100%;
		padding: 2% 6% 3%;
	}
	.top_wrap2_inner p {
		font-size: 1.5em;
	}
	.top_wrap3 {
		background-image: none;
	}
	.top_wrap3_inner {
		width: 100%;
		padding: 2% 5% 3%;
	}
	.top_wrap3_pc {
		display: none;
	}
	.top_wrap3_sp {
		display: block;
		width: 100%;
	}
	.top_wrap3_area1 {
		float: inherit;
		width: 100%;
		padding: 0 5% 5%;
		margin: 2% auto 4%;
	}
	.top_wrap3_area2 {
		float: inherit;
		width: 100%;
		padding: 0 5% 5%;
		margin: 0;
	}
	.top_wrap4 {
		width: 90%;
		margin: 0 auto;
	}
	.top_wrap4_inner {
		width: 100%;
		padding: 0% 5% 5%;
	}
	.top_wrap4_area1 {
		float: inherit;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.top_wrap4_area2 {
		float: inherit;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.top_wrap5 {
		width: 90%;
		margin: 2% auto;
	}
	.top_wrap5_inner {
		width: 100%;
	}
	.top5_tel {
		width: 100%;
		font-size: 1.8em;
		margin: 0 0 4% 0 !important;
		text-align: center;
	}
	.return_ad {
		width: 100%;
	    padding: 1% 2%;
	}
	.return_ad_text {
		font-size: 1em !important;
		line-height: 1.3em;
		margin: 0;
		text-align: center;
	    width: 98% !important;
	}
	.top_wrap6 {
		width: 90%;
		margin: 3% auto;
	}
	.top_wrap6_inner {
		width: 100%;
	}
	.top6_h2 {
		width: 80%;
		margin: 1% 3% 0;
	}
	.top_wrap6_pc {
		display: none;
	}
	.top_wrap6_sp {
		display: block;
	}
	.search_link_inner {
		width: 100%;
	}
	.link_area {
		width: 100%;
		/* margin: 2% 10%; */
		margin: 0 auto;
	}
	.address {
		width: 100%;
	}
	.name1 {
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: 1.1em;
	}
	.tel1 {
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: 1.1em;
	}
	.mail1 {
		float: inherit;
		width: 100%;
		text-align: center;
		font-size: 1.1em;
	}
	.btn-square-pop {
		margin-top: 4%;
		font-size: 1.5em;
		line-height: 1.3em;
		margin-bottom: 5%;
	}
	.footer-sp-copyright {
		display: block;
		width: 100%;
		height: auto;
		font-size: 12px;
		color: #fff;
		text-align: center;
		background-color: #565656;
	}
	
	h2.cartype{
	width:100%;
	height:auto;
	margin:50px auto 0;
	background:none;
	color:#002142;
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 2em;
	font-family:  "Noto Sans Japanese";
	border-radius:0px;
}
.main_img_wrap {
    height: auto;
}
.main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
}
@media (max-width:480px) {
	/*=======共通=======*/
	#pagetop {
		width: 35px;
		height: 45px;
	}
	.pagetop_pc {
		display: none;
	}
	.pagetop_sp {
		display: block;
	}
	.bar {
		padding: 4% 2% 5% 4%!important;
	}
	/*=======共通=======*/
	.top_wrap2_inner p {
		font-size: 1em;
		margin-bottom: 2%;
		letter-spacing: -0.01em;
	}
	h3 {
		line-height: 1.4em;
		font-size: 1.4em;
	}
	h4 {
		color: #fff100;
		font-size: 1.3em;
		margin: 5% 0;
		font-weight: 600;
		line-height: 1.4em;
	}
	.top_wrap2 {
    padding: 5% 0;
}
	.top_wrap3_inner p {
		font-size: 1em;
	}
	.top_wrap5_inner p {
		width: 100%;
		font-size: 1em !important;
		text-align: center;
		padding: 0;
		line-height: 1.4em;
	}
	.top5_tel {
		font-size: 1.5em !important;
		padding: 3% 0 !important;
	}
	.top_wrap6 {
		width: 90%;
		margin: 4% auto 10%;
	}
	.top_wrap6_inner p {
		font-size: 1em;
	}
	.top_wrap6_plan {
		text-align: center;
	}
	/*.top_wrap4 {
    background-image: url("../images/punc/main_bg_sp.jpg");
    }*/
	.search_link_inner p {
		margin-top: 5%;
		font-size: 1.1em;
	}
	.search_link_inner span {
		font-size: 1.1em;
	}
	.btn-square-pop {
		margin-top: 8%;
		font-size: 1.3em;
		padding: 1em;
	}
	.more_search {
    width: 55%;
	}
}
@media (max-width:350px) {
	.bar {
		padding: 5% 2% 6% 4%!important;
	}
	.logo {
		width: 78px !important;
		height: 24px !important;
		margin: 13px 0 !important;
		float: left !important;
	}
	img[src$="header_logo.png"] {
		width: 78px !important;
		height: 24px !important;
	}
	.btn-square-pop {
		font-size: 1.1em;
	}
	.spnav {
		top: 65px !important;
	}
}
