.notosan{
	font-family: 'Noto Sans JP', sans-serif;
}
.sp-only{
	display: none;
}
.tab-following-only{
	display: none;
}
.container{
	padding: 0 30px;
}
.clear{
	clear: both;
}
/*ぱんくず*/
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.breadcrumb{
	background-color: inherit;
	padding: 0.75rem 0;
}
.breadcrumb-item a{
	color: #6c757d;
}
.breadcrumb-item a:hover{
	color: #ffc525;
}
.breadcrumb-item.active{
	font-weight: bold;
	pointer-events: none;
}
body{
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
h1{
	font-size: 1.5rem;
}
h2.back_yellow{
	background-color: #ffca00;
	color: #000;
	display: inline-block;
	padding: .5rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0;
}
.font-small{
	font-size: .8rem;
}
.font-big{
	font-size: 1.2rem;
}
.pankuzu li{
	float: left;
	list-style: none;
}
header nav{
	background: #606060;
	background: -moz-linear-gradient(top,  #606060 0%, #0e0e0e 86%);
	background: -webkit-linear-gradient(top,  #606060 0%,#0e0e0e 86%);
	background: linear-gradient(to bottom,  #606060 0%,#0e0e0e 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#0e0e0e',GradientType=0 );
}
header .header-logo-area-main img{
	width: 100%;
	max-width: 50px;
}
header .header-logo-area-sub img{
	width: 100%;
	max-width: 100px;
}
header .header-logo-area-main{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-logo-area-sub{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header ul{
	padding-left: 0;
	margin-bottom: 0;
}
header li{
	float: left;
	list-style: none;
	padding: 0 1rem 0;
}
nav.navbar{
	width: 100%;
}
header#header-new .navbar-nav li.nav-item a{
	color: #fff;
}
header#header-new .navbar-nav li.nav-item a:hover{
	color: #ffc525;
	text-decoration: none;
}
.top-product-contents a{
	display: block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.top-product-contents div.text-center img{
	max-width: 240px;
}
.main-logo-area img{
	width: 100%;
	max-width: 300px;
}
.top-product-contents span{
	display: block;
	text-align: center;
}
.top-product-contents a:hover{
	filter: brightness(65%);
}
.recruit-area{
	margin-top: 6rem;
}
.recruit-area h3{
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.recruit-area dt{
	font-weight: 500;
}
.recruit-area dd{
	line-height: 1.2rem;
}
.recruit-area a{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.recruit-area a:hover{
	border-bottom: none;
	text-decoration: none;
}
.store-nav{
	margin-bottom: 2rem;
}

.store-nav h4{
	font-size: 1.1rem;
	margin-bottom: 1.2rem;
}
.store-nav table{
	border: 1px solid #fff;
	width: 100%;
}
.store-nav tr{
}
.store-nav th{
	padding: .3rem .5rem;
	font-weight: 500;
}
.store-nav td{
	padding: .3rem .3rem;
}
.store-nav li{
	list-style: none;
	vertical-align: top;
}
.store-nav a{
	color: #fff;
	text-decoration: underline;
}
.store-nav a:hover{
	color: #ffc525;
}
.store-nav img{
	width: 100%;
	max-width: 400px;
}
.store-nav .dl-wrap{
	border: 1px solid #fff;
	padding: 1rem 1rem;
}
.store-nav dl{
	margin-bottom: 1rem;
}
.store-nav dl:last-of-type{
	margin-bottom: 0;
}
.store-nav dt{
	float: left;
	width: 85px;
	font-weight: 500;
	display: block;
}

.store-nav p{
	margin-bottom: 1rem;
}
.store-nav dd{
	float: left;
	width: 65%;
	margin-bottom: .2rem;
}
.main-store{
	padding: 1.5rem .5rem;
	border: 1px solid #fff;
	margin: 0;
}
.main-store dl{
	border: none;
}
.main-store dt{
	width: 85px;
}
.main-store dd{
	width: 80%;
}
.main-store .dl-wrap{
	border: none;
	padding: 0rem 1rem 1rem;
}
.footer-store-nav .main-store .dl-wrap{
	padding: 0rem 0rem 1rem;
}
.footer-store-nav ul{
	padding-left: 0;
	text-align: left;
}
.footer-store-nav a{
	text-decoration: none;
	margin-bottom: .5rem;
	display: inline-block;
}
.footer-box{
	border-top: 1px solid #3d3d3d;
	margin-top: 1rem;
}
.footer-box:first-of-type{
	margin-top: 0;
}
footer ul{
	text-align: center;
	margin: 0 0;
}
footer ul li{
	display: inline-block;
	text-align: center;
	
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #ffc525;
	text-decoration: none;
}
footer p{
	color: #8a9199;
}
footer .footer-store-nav p{
	color: #fff;
}
.navbar-light .navbar-toggler{
	color: rgba(255,255,255,.5);
	border: none;	
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*トップページニュース欄*/
.top-news-area ul{
	padding-left: 0;
}
.top-news-area li{
	list-style: none;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dedede;
}
.top-news-area ul li:last-of-type{
	margin-bottom: 0;
}
.top-news-area dl{
	margin-bottom: 0;
}
.top-news-area dd{
	padding-left: .5rem;
	display: inline-block;
	margin-bottom: 0;
}
.top-news-area a:hover dd{
	text-decoration: underline;
}
.top-news-area a{
	color: #fff;
	text-decoration: none;
	padding: 0;
	display: inline-block;
}

.footer-store-nav img,.footer-store-nav iframe{
	float: left;
	max-width: 500px;
	width: 48%;
}
.footer-store-nav img{
	margin-right: 1rem;
}
.top-news-area p{
	text-align: right;
	
	display: inline-block;
	
}
.news-btn {
    position: relative;
    display: inline-block;
    padding: .3em .5em;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius: 4px;
	
}
.news-btn:hover {
    color: #222;
    text-decoration: none;
	font-weight: bold;
}
.news-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #fff;
    border: 2px solid #fff;
    color: #fff;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.news-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
/*ニュースページ*/
.news-contents h2{
	font-size: 1.1rem;
}
.news-title-area{
	margin-bottom: 3rem;
}
.news-title-area img{
	width: 100%;
}
.news-text-area p:last-of-type{
	margin-bottom: 0;
}
.news-sub-img-area ul,.news-sub-img-area-v ul{
	padding-left: 0;
	margin-bottom: 0;
}
.news-sub-img-area li{
	width: 48%;
	margin: 0 1% 2%;
	list-style: none;
	float: left;
}
.news-sub-img-area-v li{
	width: 31%;
	margin: 0 1% 2%;
	list-style: none;
	float: left;
}
.news-sub-img-area li:last-of-type,.news-sub-img-area-v li:last-of-type{
	margin-bottom: 0;
}
.news-sub-img-area img,.news-sub-img-area-v img{
	width: 100%;
}
.news-text-area h3{
	font-size: 1rem;
	font-weight: 600;
}
.float-dl dt{
	float: left;
	font-weight: 500;
}
.news-text-area a{
	color: #fd7e14;
	text-decoration: none;
}
.news-text-area a:hover{
	color: #ffc525;
	text-decoration: none;
}
.news-text-area li{
	list-style: none;
	margin-bottom: .2rem;
}
.text-area-box{
	margin-top: 4rem;
}
figcaption{
	text-align: center;
}
/*夏季休業のお知らせ*/
.kyuugyou-box {
    display: inline-block;
    float: right;
}
/*Can-Am トップページ*/
header .header-logo-area-main img.can-am-logo{
	max-width: 200px;
}
header .header-logo-area-sub.sp-only{
	display: none;
}
.carousel-indicators{
	bottom: -45px;
}
.carousel-item img{
	width: 100%;
}
.slide-caption{
	background-color: #222;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 16px;
	padding: .5rem 1rem;
	margin-bottom: 0;
	color: #fff;
	display: inline-block;
}

#model2023.introduction-box{
	
	background-size: cover;
	background-position: center;
}

#product.introduction-box{
	background-image: url(img/product.jpg);
	background-size: cover;
	background-position: flex;  /*以前は「cover」でした*/
}
#description.introduction-box{
	background-image: url(img/description.jpg);
	background-size: cover;
}
#dealer.introduction-box{
	background-image: url(img/dealer.jpg);
	background-size: cover;
	background-position: center;
}
#service.introduction-box{
	background-image: url(img/service.jpg);
	background-size: cover;
}
#movie.introduction-box{
	background-image: url(/img/dealer.jpg);
	background-size: cover;
}

#demo.introduction-box{
	background-image: url(img/demo-box.jpg);
	background-size: cover;
	background-position: center;
	position:relative;	
}
#jiigatake.introduction-box{
	background-image: url(https://www.tajima-motor.com/brp/ski-doo/wp-content/uploads/2022/07/omachi.jpg);
	background-size: cover;
}
#li-photo.{
	margin: 10px;
	padding: 10px;
}

.back-white{
	color: #222;
	
	
}

.introduction-box li {
    width: 33%;
    float: left;
    list-style: none;
}
.introduction-text{
	padding: 2rem 2rem;
}
.introduction-text figure{
	text-align: center;
	margin-bottom: 0;
}
.introduction-text figcaption{
	width: 80%;
    margin: 0 auto;
}
.introduction-text figcaption p {
    font-size: 15px;
    font-weight: bold;
}
.introduction-text figcaption p:last-of-type{
	font-size: 18px;
}
.introduction-box div img{
	width: 100%;
	max-width: 600px;
}
.introduction-box li img {
    max-width: 300px;
}
.introduction-box li:last-of-type{
	margin-bottom: 0;
}
.introduction-text p:last-of-type{
	margin-bottom: 0;
}
.introduction-text p{
	font-size: 18px;
}
.introduction-text h2,.white-container h2{
	font-size: 45px;
	margin-bottom: 3rem;
	font-weight: 700;
	line-height: 1.3;
}
.container p.money{
	font-size: 21px;
	font-weight: bold;
}
.container .small{
	font-size: 12px;
}
.red-btn{
	margin-top: 3rem;	
}
.red-btn-2,.yellow-btn-2{
	float: left;
	width: 50%;
	text-align: center;
}
.red-btn a{
	background-color: #E53C2E;
	color: #fff;
	padding: .6rem 0;
	box-shadow: rgba(0, 0, 0, 0.25) 1px 6px 20px 1px;
	display: inline-block;
	font-weight: bold;
	width: 100%;
	max-width: 360px;
	text-align: center;
	font-size: 18px;
}
.white-container .store-nav .red-btn{
	margin-top: 1.5rem;
	text-align: center;
}
.white-container .store-nav .red-btn a{
	color: #fff;
	text-decoration: none;
	padding: .3rem 0;
	max-width: 230px;
	font-size: 16px;
}
.yellow-btn{
	margin-top: 3rem;	
}
.yellow-btn a{
	background-color: #FFCA00;
	color: #333;
	padding: .6rem 0;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 20px 0px;
	display: inline-block;
	font-weight: bold;
	width: 100%;
	max-width: 360px;
	text-align: center;
	font-size: 18px;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.product-box .arrow::before,
.product-box .arrow::after{
	left: 45px;
}
.red-btn a::after,.yellow-btn a::after{
	right: -100px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.red-btn a:hover{
	text-decoration: none;
	background-color: #B12216;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-small{
	margin-top: 1.5rem;
}
.btn-small a{
	width: auto;
	padding: .3rem .6rem;
	font-size: 14px;
}
.yellow-btn a:hover{
	text-decoration: none;
	background-color: #CCA200;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.small-btn a{
	padding: .2rem .5rem;
	width: auto;
	font-size: 16px;
}
/*製品情報*/
.white-container{
	background-color: #efefef;
	color: #222;
}
.white-container p{
	font-size: 16px;
}
.white-container .store-nav p{
	font-size: 15px;
}
.product-title h2{
	line-height: 1;
}
.white-container table.reverse-table{
	font-size: 16px;
	width: 100%;
	table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.white-container table.reverse-table tbody{
	border-top: 1px solid #222;
	border-right: 1px solid #222;
}
.white-container table.reverse-table th{
	/*border-bottom: 1px solid #222;*/
	padding: .5rem .5rem;
	text-align: center;
	
}
.white-container table.reverse-table td{
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	padding: .5rem .5rem;
	
}

.white-container table.reverse-table img{
	max-width: 200px;
	width: 100%;
}

.product-area:last-of-type{
	margin-bottom: 0;
}
.product-box h4{
	font-size: 1.7rem;
}
.product-box img{
	width: 100%;
	max-width: 300px;
}
.product-title img{
	width: 100%;
	max-width: 1150px;
}
.spec-table{
	width: 100%;	
}
.spec-table th,.spec-table td{
	padding: .5rem .5rem;
	table-layout: fixed;
}
.spec-box{
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	padding: .8rem 0;
}
.spec-box dt{
	display: inline-block;
}

.spec-box li{
	list-style: none;
}
.product-sub-title{
	font-size: .8rem;
}
.product-btn-area .red-btn a{
	display: block;
	margin: 0 auto;
}

/*コンタクトページ*/
#contact th,#contact td{
	/*width: 100%;
	display: block;*/
	text-align: left;
	padding: 1.5rem .5rem;
	font-size: 16px;
	vertical-align: top;
}
.formTable{
	width: 100%;
	margin: 0 auto;
}

.formTable tr{
	border-top: 1px solid #999;
}
.formTable tr:last-of-type{
	border-bottom: 1px solid #999;
}
.large-box{
	width: 320px;
}
.large-box input{
	width: 100%;
}
.medium-box{
	width: 300px;
}
.medium-box input{
	width: 100%;
}
.small-box{
	width: 150px;
}
.small-box input{
	width: 100%;
}
.formTable input{
	/*width: 100%;*/
}
.formTable select{
	width: 100%;
}
.formTable textarea{
	width: 100%;
}
.required-text{
	background-color: #D83B3B;
	color: #fff;
	padding: .1rem .3rem .2rem;
	font-size: .8rem;
	display: inline-block;
	margin-left: .5rem;
}
.red-btn input{
	background-color: #E53C2E;
	color: #fff;
	padding: .5rem 5rem;
	box-shadow: rgba(0, 0, 0, 0.25) 1px 6px 20px 1px;
	display: inline-block;
	font-weight: bold;
	border: none;
	font-size: 16px;
}
.example-text{
	color: #666;
	font-size: 14px;
}
#contact dl{
	margin-top: 2rem;
	font-size: 16px;
}
#contact dt{
	margin: 1rem 0 .2rem;
}
#contact dd{
	margin-top: 0;
	margin-bottom: 0;
}
/*サービスページ*/
.card-block li{
	width: 46%;
	margin: 0 2%;
	list-style: none;
	background-color: #E4E4E4;
	float: left;
	margin-bottom: 4%;
}
.card-block li h3{
	text-align: center;
	padding: 1rem 1rem ;
	margin-bottom: 0;
}
.card-block li div{
	padding: 0 1rem 1rem;
	margin-bottom: 0;
	height: 200px;
	font-size: 16px;
}
.service-block{
	margin-top: 4rem;
}
.service-block img{
	width: 75%;
}
.service-block h3{
	font-weight: bold;
}
.service-block .red-btn{
	text-align: left;
}
/*ストア一覧*/
.white-container .main-store{
	padding: 1.5rem .5rem;
    border: 1px solid #222;
    margin: 0;
}
.white-container .store-nav .dl-wrap {
    border: 1px solid #222;
    padding: 1.2rem 1rem;
}
.white-container .store-nav a{
	color: #222;
}
.white-container .main-store .dl-wrap {
    border: none;
    padding: 0rem 0 1rem;
}
/*メリット*/
.merit-box p{
	font-size: 16px;
	margin-bottom: .5rem;
}
.merit-box li{
	margin-bottom: .5rem;
	list-style: none;
}
.merit-box h3{
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 2px solid #222;
	padding-left: .2em;
}
.merit-box h4,.store-box h4{
	border-left: #ffca00 solid 4px;
    padding-left: .3em;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.merit-box dt{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: .5rem;
}
.merit-box strong{
	font-size: 1rem;
}

.merit-box .column-1,.merit-box .column-2,.merit-box .column-3{
	padding-left: 0;
}
.merit-box .column-2 li,.merit-box .column-3 li{
	list-style: none;
	float: left;
}
.merit-box .column-2 li img,.merit-box .column-3 img{
	width: 100%;
	max-width: 600px;
}
.merit-box .column-1 li{
	width: 75%;
}
.merit-box .column-2 li{
	width: 48%;
	margin: 0 1%;
}
.merit-box .column-3 li{
	width: 31.3%;
	margin: 0 1%;
}

.merit-box figcaption{
	font-weight: bold;
}
.merit-box img{
	width: 75%;
}
.merit-box figure{
	margin-bottom: 0;
}
.merit-box dl{
	margin-bottom: 1.5rem;
}
/*店舗紹介*/
.store-box ul{
	padding-left: 0;
}
.store-box li{
	width: 31%;
    margin: 0 1% 2%;
    list-style: none;
    float: left;
}
.store-box li figcaption{
	font-weight: bold;
}
.store-box img{
	width: 100%;
}
.store-box .table-responsive{
	display: table;
}
.table th, .table td{
	border-top: 1px solid #B3B3B3;

}
.table tr:last-of-type{
	border-bottom: 1px solid #B3B3B3;
}


/*SNSアイコン*/
.follow-me {
  list-style: none;
  margin: 1rem 1rem 1rem 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
	float: right;
}
.follow-me li {
  margin: 0 10px 0px 0;
  padding: 0;
	float: left;
}
.follow-me li:last-of-type{
	margin-right: 0;
}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 31px; /* Button height */
  line-height: 31px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 31px; /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}
.follow-me li a[href*="facebook.com"]::before       { background-color: #fff; content: "\f09a"; border-radius: 31px; }
.follow-me li a[href*="instagram.com"]::before      { /*background:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;*/background-color: #fff; content: "\f16d"; border-radius: 31px; }
.follow-me li a[href*="twitter.com"]::before        { background-color: #fff; content: "\f099"; border-radius: 31px; }

/*190905 ムービー*/

.movie-area{
	display: contents;
}

.movie-area ul{
	padding-left: 0;
	display: contents;
}

.movie-area li{
	list-style: none;
	float: left;
	width: calc(100% / 3);
	text-align: center;
	padding: 0 1rem;
	margin-bottom: 2rem;
}
.movie-area li img{
	width: 100%;
}
.movie-area li button.thumbnail{
	position: relative;
	padding: 0;
}
.movie-area li button.thumbnail::after{
	content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -42px;
    background: url(../can-am/movie/img/movie_icon.png) no-repeat center top;
    width: 83px;
    height: 83px;
	border: none;
}


.movie_title,.movie_description{
	text-align: left;
	margin: 0 auto;
}
.movie_title{
	border-bottom: 1px solid #999;
	padding: .5rem 0;
}
.movie_description{
	margin-top: .5rem;
}
.movie_description p{
	margin-bottom: 0;
}
.top-movie-area .iframeWrapper{
	position: relative;
    width: 100%;
    padding-top: 57%;
}
.iframeWrapper iframe{
	   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*フッターコンタクト*/
.footer_contact_area{
	position: fixed;
    bottom: 35%;
    right: 0;
	z-index: 10000;
}
.inquiry_btn{
	writing-mode: vertical-rl;
    text-orientation: upright;
	background-color: #E53C2E;
	color: #fff;
	padding: .5rem .5rem;
	display: block;
	margin: 1rem 0rem;
}
.inquiry_btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #B12216;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*ニュースページ*/

.news-area ul{
	padding-left: 0;
}
.news-area li{
	list-style: none;
	margin-bottom: 1rem;
    border-bottom: 1px solid #999;
}
.news-area li dd{
	 padding-left: .5rem;
}
.news-area li a{
	color: #333;
}
.news-text-area dt {
	float: left ;
	clear: left ;
}
.news-text-area dd {
	float: left ;
	margin-left: .5rem;
}
.news-text-area .not-float dt,.news-text-area .not-float dd{
	float: none;
	margin-top: .1rem;
}
.news-text-area .notes-ul{
	padding-left: 0;
	margin-bottom: 0;
}
.news-text-area .notes-ul li{
	list-style: none;
	font-size: 13px;
}
.yellow_heading{
	border-left: #ffca00 solid 4px;
    padding-left: .3em;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.column-2{
	padding-left: 0;
}
.column-2 li{
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 1%;
}
.column-2 li img{
	width: 100%;
	max-width: 600px;
}
.column-3{
	padding-left: 0;
}
.column-3 li{
	list-style: none;
	float: left;
	width: 31.3%;
	margin: 0 1%;
}
.column-3 li img{
	width: 100%;
	max-width: 600px;
}
@media (max-width: 991px){
	
	header .header-logo-area-sub{
		display: none;
	}
	header .header-logo-area-sub.sp-only{
		display: block;
		-webkit-flex-basis: 80px;
		-ms-flex-preferred-size: 80px;
		flex-basis: 80px;
		float: left;
		padding-top: 6px;
		padding-right: 3px;
	}
	.logo-area-sub-wrap button{
		float: left;
	}
	.footer-store-nav img,.footer-store-nav iframe{
		height: auto;
		width: 100%;
	}
	.footer-store-nav img{
		margin-bottom: 1rem;
	}
	/*can-am*/
	header .header-logo-area-main img.can-am-logo{
		max-width: 180px;
	}
	.carousel-item img{
		width: 100%;
	}
	.introduction-text{
		padding: 3rem 0rem;
	}
	.introduction-text h2,.white-container h2{
		font-size: 26px;
		margin-bottom: 1.5rem;
	}
	.white-container h3{
		font-size: 24px;
	}

	.red-btn{
		text-align: center;
	}
	
	.red-btn-2,.yellow-btn-2{
		float: none;
		width: 100%;
		text-align: center;
	}
	.yellow-btn{
		text-align: center;
	}
	.introduction-box li{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	
	/*製品情報*/
	
	.reverse-table {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
  }
	.reverse-table::-webkit-scrollbar{ 
    	width: 5px;
		height: 5px;
		padding-top: 1rem;
	}
	.reverse-table::-webkit-scrollbar-thumb{ 
		background: #C1C1C1;
		border-radius: 5px;
	}
	ul.card-block{
		padding-left: 0;
	}
	.card-block li{
		width: 100%;
		margin: 0 0 8%;
		float: none;
	}
	.card-block li h3{
		text-align: center;
		padding: 1rem 1rem ;
		margin-bottom: 0;
	}
	.card-block li div{
		padding: 0 1rem 1rem;
		margin-bottom: 0;
		height: auto;
	}
	.service-block h3{
		text-align: center;
	}
	.service-block .red-btn{
		text-align: center;
	}
	/*190905 ムービー*/
	.movie-area li{
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.movie-area li:not(:last-of-type){
		margin-bottom: 3rem;
	}
	#new-movie-area li{
		margin-top: 0;
	}
	.movie_title,.movie_description{
		width: 100%;
		max-width: 482px;
	}
	.movie-area li button.thumbnail::after{
		top: 35%;
	}
	.modal-video-body .modal-video-movie-wrap{
		width: 90%;
		margin: 0 auto;
	}
	.modal-video-body .modal-video-close-btn{
		right: -5px;
	}
}
@media (max-width: 767px){
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	.container{
		padding: 0 15px;
	}
	.red-btn,.yellow-btn{
		margin-top: 2rem;
	}
	.red-btn a,.yellow-btn a{
		max-width: 280px;
	}
	.top-product-contents{
		margin-bottom: 2rem;
	}
	.store-nav th{
		padding-bottom: 0;
	}
	.store-nav td{
		display: block;
		padding: .3rem .5rem;
	}
	.store-nav dd{
		width: 65%;
	}
	
	.store-nav h4{
		text-align: center;
	}
	.main-store dl{
		padding: 0;
	}
	.main-store img{
		margin-bottom: 1.5rem;
	}
	.main-store .dl-wrap{
		border: none;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 1.5rem;
	}
	header{
		padding: 0;
	}
	header .header-logo-area-main{
		-webkit-flex-basis: 180px;
		-ms-flex-preferred-size: 180px;
		flex-basis: 180px;
	}
	header .header-logo-area-sub{
		display: none;
	}
	footer ul li{
		display: block;
	}
	.follow-me li{
		display: inline-block;
	}
	/*ニュースページ*/
	.news-sub-img-area li,.news-sub-img-area-v li{
		width: 100%;
		margin: 0 0% 4%;
		list-style: none;
		float: none;
	}
	.news-sub-img-area img,.news-sub-img-area-v img{
		width: 100%;
	}
	/*製品情報*/
	.product-box h3{
		text-align: center;
	}
	.spec-box{
		margin-bottom: 1.5rem;
	}

	.spec-table th{
		padding-left: 0;
		padding-right: 0;
	}
	.spec-table td{
		padding-right: 0;
		padding-left: 1rem;
	}
	/*コンタクトページ*/
	#contact th, #contact td{
		display: block;
		width: 100%;	
	}
	#contact th{
		padding: 0rem 0rem;
		margin-bottom: .7rem;
	}
	#contact td{
		padding: 0 0;
	}
	.formTable tr{
		padding: 1.2rem .5rem;
		display: block;
	}
	.large-box{
		width: 100%;
	}
	.formTable input{
		width: 100%;
	}
	.formTable label{
		display: inline-block;
		margin-bottom: 0.8rem;
	}
	.formTable .sp-inline-block input{
		width: auto;
	}
	.formTable .sp-inline-block .large-box input{
		width: 100%;
	}
	.formTable textarea{
		width: 100%;
	}
	.service-block img{
		width: 100%;
	}
	/*メリット*/
	.merit-box ul{
		padding-left: 0;
	}
	.merit-box img{
		width: 100%;
	}
	.merit-box .column-1 li,.merit-box .column-2 li,.merit-box .column-3 li{
		width: 100%;
		margin: 0 0 1rem;
	}
	/*店舗紹介*/
	.store-box li{
		width: 100%;
	}
	/*フッターコンタクト*/
	.footer_contact_area {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgba( 0, 0, 0, 0.6 );
		z-index: 10000;
		text-align: center;
	}
	.footer_contact_area .footer_contact_inner {
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 10px 0;
		margin-right: 0px;
	}
	.footer_contact_area .footer_contact_inner .footer_contact_inner_btn {
		width: 85%;
		padding: 11px 0;
		font-size: 20px;
		font-weight: bold;
		margin-left: 15px;
		line-height: 1.3;

	}
	.inquiry_btn {
		background-color: #E53C2E;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		width: 45%;
		padding: 5px 0;
		font-size: 16px;
		font-weight: bold;
		margin: 0 .2rem;
		writing-mode: horizontal-tb;
	}
	.inquiry_btn:link, .inquiry_btn:visited {
		color: #FFFFFF !important;
	}
	.footer_contact_inner span{
		color: #fff;
	}
	#siteBottom{
		margin-bottom: 85px;
	}
	footer{
		margin-bottom: 4rem;
	}
	.column-2 li{
		width: 100%;
		margin: 0 0 1rem;
	}
	.news-text-area dt,.news-text-area dd{
		float: none;
		
	}
	.news-text-area dd{
		margin-top: .1rem;
	}
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}

.spec-btn{
	background-color:rgb(238, 127, 0);
	color:white;
	cursor: pointer;
	padding: .5rem 5rem;
	box-shadow: rgba(0, 0, 0, 0.25) 1px 6px 20px 1px;
	display: inline-block;
	font-weight: bold;
	border: none;
	font-size: 20px;
}



.white{
	color:white;
}

section-demo:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(img/demo-box.jpg) center no-repeat;
	background-size:cover;
  }

  section-demo::after{
	content:'';
	background-color:rgba(0, 0, 0,);
	position:absolute;
	left:0;
	top:0;
	
  }

  .bg-black{
	background-color:rgba(0, 0, 0,);
	background-size:cover;
	
	z-index:0;
  }

  #demo-page{
	font-family: 'Noto Sans JP', sans-serif;
  }

  .access-bg{
	  background-color: RGB(255,255,255,.6);
	  color:black;
  }

  .mobil-bg{
	background-color: RGB(0,0,0,.3);
	color:white;  
	
}

.video{
	position:relative;
}

.video video{
	width:100%;
	height:100%
}

.video video-copy{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	font-weight:bold;
	color:#fff;
}

.video::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	
	background-image:radial-gradient(#111 30%,transparent 31%),radial-gradient(#111 30%,transparent 31%);
	background-size:3px 3px;
	background-position:0 0,2px 2px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
width:94%;
	margin:0 auto;
}

.slider ul{
	margin:0;
	padding:0;
}

.slider li a{
	text-decoration: none;
	color:white;
}


.slider a:hover,
.slider a:active{
	text-decoration:none;
}

.slider img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin:0 10px;
}



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;/*矢印の色*/
	border-right: 2px solid #666;/*矢印の色*/
	height: 15px;
	width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
	display:inline-block;
	margin:0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width:1px;/*ドットボタンのサイズ*/
	height:3px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:20%;
	background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
	background:rgb(255, 227, 66);/*ドットボタンの現在地表示の色*/
}

.triger{
	opacity:0;
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from{
		opacity: 0;
		transform:translateY(200px);
	}
	to{
		opacity:1;
		transform:translate(0px);
	}
}
/*
.area {
display: block;
flex-direction: column;
justify-content: center;
position: relative;
overflow: hidden;
width: 100%;
height: 100vh;
color: #fff;
}
*/
.area{
	display:none;
	justify-content: center;
	position: relative;
	overflow: hidden;
	
	background-color: #ffcc23;
}
.area.is-active:before {
	transform: translate(0, 0);
}


.area:before {
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
	content: '';
}


.title-m {
	display: block;
	color: rgb(20, 19, 19);
	text-align: center;
	}

.title-m span {
	display: block;
	opacity: 0;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
	}

.area.is-active{
	display:block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.area.is-active .title-m span {
	opacity: 1;
	transform: translate(0, 0);
	
}

@keyframes displayAnime{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

.multipletab{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.tab-buttons{
	display:inline-block;
	width:100%;
}
.tab-buttons>span{
	display:block;
	float:left;
	cursor:pointer;
	color:#666;
	font:400 15px 'pt sans',sans-serif;
	background:#ddd;
	padding:0 15px;
	line-height:40px !important;
}
.tab-buttons>span.active{
	background:rgb(49, 49, 49);
	color:#ffcc23;
	position:relative;
	box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.tab-content{
	display:block;
	position:static;
	height:100vh;
}

.tab-content>div{
	position:absolute;
	color:#666;
	font-family:'pt sans',sans-serif;
  }
  .tab-nav{
	opacity:0;
	transition:all .3s linear;
	-moz-transition:all .3s linear;
	-webkit-transition:all .3s linear;
  }
  .multipletab:hover .tab-nav{
	opacity:1;
  }
	.tab-nav>span{
	position:absolute;
	top:50%;
	cursor:pointer;
	display:block;
	height:35px;
	width:35px;
	}

	table{
		width: 100%;
		border-collapse:separate;
		border-spacing: 0;
	  }
	  
	  table th:first-child{
		border-radius: 5px 0 0 0;
	  }
	  
	  table th:last-child{
		border-radius: 0 5px 0 0;
		border-right: 1px solid #3c6690;
	  }
	  
	  table th{
		text-align: center;
		color:#222;
		background: #ffcc23;
		box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
		width: 25%;
		padding: 10px 0;
	  }
	  
	  table td{
		text-align: center;
		border-left: 1px solid #a8b7c5;
		border-bottom: 1px solid #a8b7c5;
		border-top:none;
		
		width: 25%;
		padding: 10px 0;
	  }
	  
	  table td:last-child{
		border-right: 1px solid #a8b7c5;
	  }
	  
	  table tr:last-child td:first-child {
		border-radius: 0 0 0 5px;
	  }
	  
	  table tr:last-child td:last-child {
		border-radius: 0 0 5px 0;
	  }

.head-bunner{
	display:block;
	position:absolute;
	z-index: 999;
	background:rgba(49, 49, 49, 0.5);
	color:white;
	bottom:5px;
	width:100%;
	padding-top:10px;
	padding-bottom: 5px;
}

