@charset "UTF-8";
/* CSS Document */

img {
	width: 100%;
}

.visiblePc {
	display: block;
}

.visibleSp {
	display: none;
}

.contents {
	letter-spacing: 0.03em;
}

.mw900 {
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

/*-----------------------section1------------------------*/

.contents h1 {
	margin-top: 70px;
	margin-bottom: 35px;
	font-size: 80px;
	color: #004ea2;
	letter-spacing: -0.05em;
	font-family: 'Roboto Condensed', sans-serif;
}

.contents h1 span {
	color: #000;
	font-size: 24px;
	padding-left: 50px;
	letter-spacing: 0.03em;
  	font-family: "AXIS Std", "メイリオ", Meiryo, Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/*-----------------------//section1------------------------*/

.line {
	height: 3px;
}

/*-----------------------topics-box------------------------*/
.swiper-container.slider3{
	padding-left: 30px!important;
    padding-right: 0px!important;
    margin-left: -30px!important;
    margin-right: -0px!important;
}
.lst-topics {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lst-topics.swiper-wrapper {
	display: block;
}
.lst-topics li,.lst-topics2 li {
	position: relative;
	margin: 60px 0px 0;
	padding: 0 15px 15px;
	width: 280px;
	background: #eeeeee;
	line-height: 2;
	font-size: 85%;
	z-index: 0;
}
.swiper-container .lst-topics li{
	width: auto;
}
.lst-topics li::after,.lst-topics2 li::after {
	position: absolute;
	top: -20px;
	left: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 16px;
	letter-spacing: .05rem;
	z-index: 1;
}

.lst-topics li.news::after,.lst-topics2 li.news::after {
	content: "NEWS";
}

.lst-topics li.info::after,.lst-topics2 li.info::after {
	content: "INFO";
}

.lst-topics li.bmw::after,.lst-topics2 li.bmw::after {
	content: "BMW";
}

.lst-topics li.mini::after,.lst-topics2 li.mini::after {
	content: "MINI";
}

.lst-topics figure,.lst-topics2 figure {
	width: 100%;
	position: relative;
    height: 140px;
    overflow: hidden;
}
.lst-topics figure img,.lst-topics2 figure img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*width: 100%;*/
	width: auto;
    height: auto;
    max-height: 140px;
}
.lst-topics .date,.lst-topics2 .date {
	margin: 15px 0 0;
	text-align: left;
	color: #000;
}

.lst-topics .text,.lst-topics2 .text {
	display: block;
	overflow: hidden;
	height: 3rem;
	color: #000;
}

@supports (-webkit-line-clamp: 2) {
	.lst-topics .text,.lst-topics2 .text {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto;
	}
}

.lst-topics .more,.lst-topics2 .more {
	display: block;
	font-weight: 600;
	color: #004ea2;
	text-align: right;
}

.lst-topics .more::before,.lst-topics2 .more::before {
	content: "─";
	display: inline-block;
	font-weight: 500;
	padding: 0 .5rem 0 0;
}

/*-----------------------pagenation------------------------*/

.pagenation {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 40%;
	margin: 90px auto 66px;
}

.pagenation li,.pagenation > a,.pagenation > span {
	position: relative;
	width: 2rem;
	height: 2rem;
	overflow: hidden;
	text-align: center;
}

.pagenation li img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: auto;
	height: 100%;
}

.pagenation li.start img {
	left: 0;
}

.pagenation li.prev img {
	right: 0;
}

.pagenation li.next img {
	transform: scale(-1, 1);
	left: 0;
}

.pagenation li.last img {
	transform: scale(-1, 1);
	right: 0;
}

.pagenation li a.pagenation a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #000;
}

.pagenation li a:hover,.pagenation a:hover {
	background: #eee;
}

.pagenation li a.nolink,.pagenation span {
	pointer-events: none;
	color: #fff;
	background: #004ea2;
}

.pagenation li a.nolink:hover,.pagenation span:hover {
	background: #096fdc;
}
.top_page{
	margin-top: 40px;
}



@media screen and (max-width: 1000px) {

	.mw900 {
		width: 90%;
	}

	.lst-topics li,.lst-topics2 li {
		width: calc(100% /3.2);
		padding: 0 2.5vw 2.5vw;
		font-size: 2vw;
	}

	.lst-topics li::after,.lst-topics2 li::after {
		top: -15px;
		left: -15px;
		font-size: 2.5vw;
		width: 10vw;
		height: 10vw;
	}

	.lst-topics p,.lst-topics2 p {
		font-size: 2vw;
	}

	.pagenation {
		margin: 13vw auto 20vw;
		width: 60%;
	}

	.pagenation li {
		width: 3rem;
		height: 3rem;
		font-size: 100%;
	}

	.pagenation li img {
		max-width: none;
	}
}

@media screen and (max-width: 767px) {

	p {
		font-size: 3vw;
	}

	.contents h1 {
		font-size: 10.5vw;
		margin-top: 11vw;
		margin-bottom: 3.5vw;
		width: 90%;
	}

	.contents h1 span {
		display: inherit;
		font-size: 4.5vw;
		padding-left: 6vw;
	}

	.lst-topics li {
		width: calc(100% /2.1);
		font-size: 3vw;
	}
	.lst-topics2 li {
		width: 100%;
		font-size: 3vw;
	}
	.lst-topics p {
		font-size: 3vw;
	}

	.lst-topics .date {
		margin: 2vw 0 0;
	}

	.pagenation {
		width: 80%;
	}
	.top_page{
		margin-top: 3vw;
	}
	.lst-topics figure,.lst-topics2 figure {
        height: 20vw;
    }
    .lst-topics figure img,.lst-topics2 figure img{
        max-height: 20vw;
    }
}
@media screen and (max-width: 768px) {
	.swiper-container.slider3{
		padding-left: 5%!important;
		padding-right: 0%!important;
		margin-left: -5%!important;
		margin-right: -0%!important;
	}
	.lst-topics figure img, .lst-topics2 figure img{
		max-width: none;
	}
}
@media screen and (max-width: 420px) {
	.contents h1 span {
		padding-left: 0vw;
	}
}