@charset "UTF-8";

/*================================================
 *  indexページ用
 ================================================*/

/*******共通見出し*******/
h3.img_title {
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3.img_title img {
	display: block;
	margin: 0 auto 1em;
}



/*******メインエリア*******/
section#main_area {
	position: relative;
	margin-top: 100px;
}
/*スライダー*/
section#main_area #main_slider .slick-slide {
	width: 100%;
	height: 600px;
}
section#main_area #main_slider .slick-slide img.sp {
	display: none;
}
section#main_area #main_slider .slick-slide img.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*テキスト*/
section#main_area .text_box {
	width: 1030px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
}
section#main_area .text_box > div:first-child {
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}
section#main_area .text_box > div:last-child {
	padding-top: 40px;
}


/*******KMI PR MOVIE*******/
section#movie_area {
	padding-top: 160px;
}	
section#movie_area .movie_list {
	width: 100%;
	margin: 0 auto;
}
section#movie_area .movie_list li {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
section#movie_area .movie_list li iframe,
section#movie_area .movie_list li video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
}


/*******SDGsへの取り組み*******/
#sdgs_area {
	text-align: center;
	padding-top: 90px;
}
#sdgs_area a {
	display: inline-block;
}


/*******廃車買取と中古車買取*******/
section#purchase_area {
	background: url(../images/index/index_purchase_bg.jpg) bottom right no-repeat;
	padding: 90px 0 180px;
}
section#purchase_area .purchase_box [class^="frame_"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	width: 100%;
	height: 40px;
}
section#purchase_area .purchase_box [class^="frame_"] div:not(.bg_main) {
	width: 40px;
	position: relative;
}
section#purchase_area .purchase_box [class^="frame_"] div:not(.bg_main)::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}
section#purchase_area .purchase_box .frame_top div:not(.bg_main)::after {
	bottom: 0;
	right: 0;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #005bab transparent;
}
section#purchase_area .purchase_box .frame_bottom div:not(.bg_main)::after {
	top: 0;
	left: 0;
	border-width: 40px 40px 0 0;
	border-color: #005bab transparent transparent transparent;
}
section#purchase_area .purchase_box [class^="frame_"] .bg_main {
	-webkit-flex-grow: 1;
    flex-grow: 1;
}
section#purchase_area .purchase_box .inner {
	padding: 15px 150px;
	text-align: center;
}

section#purchase_area .purchase_box .circle_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin: 35px 0 45px;
}
section#purchase_area .purchase_box .circle_box li {
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%);
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
}

section#purchase_area .purchase_box .svg_hover {
	font-size: 18px;
}


/*******新品パーツと中古パーツ*******/
section#parts_area {
	padding-bottom: 110px;
}
section#parts_area h3 {
	position: relative;
	top: -22px;
	margin-bottom: -22px;
}

section#parts_area h4 {
	font-size: 28px;
	margin-top: 50px;
}

section#parts_area .svg_hover {
	margin-top: 50px;
	font-size: 20px;
	width: 320px;
}
section#parts_area .svg_hover [class^="icon-"] {
	margin-right: 0.5em;
}
section#parts_area .svg_hover svg path {
	fill: #fff;
}
section#parts_area .svg_hover:hover {
	color: #fff;
}
section#parts_area .svg_hover:hover svg path {
	fill: #005bab;
}


/*バナー*/
section#parts_area .bnr_yahooauc {
	display: block;
	width: 680px;
	margin: 80px auto 0;
}


/*******タイヤショップ*******/
section#tireshop_area {
	background: url(../images/index/index_tireshop_bg.jpg) center center / cover no-repeat;
	height: 380px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

section#tireshop_area .svg_hover {
	font-size: 18px;
	margin-top: 30px;
}


/*******新着情報*******/
section#news_area {
	padding: 70px 0 80px;
}
section#news_area h3 {
	font-size: 29px;
	margin-bottom: 0.2em;
}
section#news_area .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

/*ニュース*/
section#news_area .inner .news_box {
	width: 610px;
}
section#news_area .inner .news_box .news {
	border-top: 2px solid #4d4d4d;
	padding: 10px 0;
	height: 357px;
	overflow: hidden;
}
section#news_area .inner .news_box .news ul li {
    padding: 17px 0;
    border-bottom: 1px dotted #4d4d4d;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
section#news_area .inner .news_box .news ul li:first-of-type {
   padding-top: 7px;
}
section#news_area .inner .news_box .news ul li:last-of-type {
    border-bottom: none;
}
section#news_area .inner .news_box .news ul li a {
	opacity: 1;
}
section#news_area .inner .news_box .news ul li a:hover {
	text-decoration:none;
}
section#news_area .inner .news_box .news ul li p {
	font-size: 16px;
	margin-top:5px;
	line-height: 1.5;
}
section#news_area .inner .news_box .news ul li a p:hover {
	text-decoration:underline;
}
section#news_area .inner .news_box .news ul li img {
	vertical-align: -20%;
	margin-left: 1.4em;
}
section#news_area .inner .news_box .news ul li img:nth-of-type(n+2) {
	margin-left: 0.6em;
}


section#news_area .inner .news_box .svg_hover {
	width: 100%;
	margin-top: 20px;
	color: #4d4d4d;
	font-size: 18px;
}
section#news_area .inner .news_box .svg_hover:hover {
	color: #fff;
}
section#news_area .inner .news_box .svg_hover:hover svg path {
	fill: #005bab;
	stroke: #005bab;
}


/*バナー*/
section#news_area .inner .banner_list {
	width: 300px;
}
section#news_area .inner .banner_list li:nth-child(n+2) {
	margin-top: 20px;
}
section#news_area .inner .banner_list li a {
	display: block;
	position: relative;
}
section#news_area .inner .banner_list li a[class^="border"]::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #808080;
}
section#news_area .inner .banner_list li a.border_red::after {
	border-color: #ca1a21;
}





/*******採用情報*******/
section#recruit_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
	width: 100%;
	height: 380px;
	overflow: hidden;
}
section#recruit_area > div {
	width: 50%;
	position: relative;
	overflow: hidden;
}
section#recruit_area > div:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
section#recruit_area > div:first-child .inner {
	position: relative;
	z-index: 2;
	width: 420px;
	margin-left: auto;
}
section#recruit_area > div:first-child .inner h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
}
section#recruit_area > div:first-child .inner h3 img {
	display: block;
	margin-bottom: 0.7em;
}

section#recruit_area > div:first-child .inner .svg_hover {
	font-size: 18px;
	margin-top: 30px;
}
section#recruit_area > div:last-child::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 190px 0 190px 110px;
	border-color: transparent transparent transparent #005bab;
}
section#recruit_area > div:last-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top left;
	font-family: 'object-fit: cover;';
}







/*******Instagram*******/
section#insta_area {
	padding: 100px 0 150px;
}

section#insta_area #instafeed a {
	width: 20%;
	height: 20vw;
	overflow: hidden;
	position: relative;
}
section#insta_area #instafeed > a:hover {
	opacity: 1;
}
section#insta_area #instafeed > a::before,
section#insta_area #instafeed > a img {
	-webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
section#insta_area #instafeed > a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
	opacity: 0;
}
section#insta_area #instafeed > a:hover::before {
	opacity: 1;
}
section#insta_area #instafeed > a img {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
}
section#insta_area #instafeed > a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

section#insta_area .svg_hover {
	margin-top: 50px;
    font-size: 20px;
    width: 320px;
}
section#insta_area .svg_hover span span {
	margin-right: 1.2em;
}
section#insta_area .svg_hover:hover > .replace-svg path {
	fill: currentColor!important;
}
section#insta_area .svg_hover:hover > span {
	color: #fff;
}













/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {


/*******共通見出し*******/
h3.img_title {
	padding-bottom: 8vw;
	font-size: 4vw;
}
h3.img_title img {
	height: 1.5em;
	margin-bottom: 0.7em;
}


/*******メインエリア*******/
section#main_area {
	margin-top: 0;
}
/*スライダー*/
section#main_area #main_slider .slick-slide {
	height: auto;
}
section#main_area #main_slider .slick-slide img.sp {
	display: block;
	width: 100%;
}
section#main_area #main_slider .slick-slide img.object-fit-img {
	display: none;
}

/*テキスト*/
section#main_area .text_box {
	width: 80vw;
	display: block;
}
section#main_area .text_box >div:first-child {
	top: -7vw;
	margin-bottom: -7vw;
}
section#main_area .text_box > div:last-child {
	padding-top: 3vw;
}
section#main_area .text_box h2 img {
	width: 70vw;
}


/*******KMI PR MOVIE*******/
section#movie_area {
	padding-top: 10vw;
}
section#movie_area .movie_list {
	width: 100%;
}



/*******SDGsへの取り組み*******/
#sdgs_area {
	padding: 10vw 6vw 0;
}



/*******廃車買取と中古車買取*******/
section#purchase_area {
	background: none;
	padding: 12vw 0 15vw;
}
section#purchase_area .purchase_box [class^="frame_"] {
	height: 5vw;
}
section#purchase_area .purchase_box [class^="frame_"] div:not(.bg_main) {
	width: 5vw;
}
section#purchase_area .purchase_box .frame_top div:not(.bg_main)::after {
	border-width: 0 0 5vw 5vw;
}
section#purchase_area .purchase_box .frame_bottom div:not(.bg_main)::after {
	border-width: 5vw 5vw 0 0;
}
section#purchase_area .purchase_box .inner {
	padding: 2vw 8vw;
}

section#purchase_area .purchase_box .circle_box {
	width: 60vw;
	margin: 5vw auto;
}
section#purchase_area .purchase_box .circle_box li {
	width: 28.5vw;
	height: 28.5vw;
	font-size: 5vw;
}
section#purchase_area .purchase_box .circle_box li:nth-child(n+3) {
	margin-top: 3vw;
}

section#purchase_area .purchase_box .svg_hover {
	font-size: 4.5vw;
}
section#purchase_area .purchase_box .svg_hover img,
section#purchase_area .purchase_box .svg_hover svg {
	width: 45vw;
}


/*******新品パーツと中古パーツ*******/
section#parts_area {
	padding-bottom: 10vw;
}
section#parts_area h3 {
	top: -3vw;
	margin-bottom: -3vw;
}

section#parts_area h4 {
	margin-top: 8vw;
}

section#parts_area .svg_hover {
	margin-top: 8vw;
	font-size: 4.5vw;
	width: 70vw;
}
section#parts_area .svg_hover img,
section#parts_area .svg_hover svg {
	width: 100%;
}


/*バナー*/
section#parts_area .bnr_yahooauc {
	width: 100%;
	margin-top: 10vw;
}


/*******タイヤショップ*******/
section#tireshop_area {
	background: url(../images/index/index_tireshop_bg_sp.jpg) center center / cover no-repeat;
	height: auto;
	padding: 10vw 0;
}

section#tireshop_area .svg_hover {
	font-size: 4.5vw;
	margin-top: 8vw;
}
section#tireshop_area .svg_hover img,
section#tireshop_area .svg_hover svg {
	width: 45vw;
}


/*******新着情報*******/
section#news_area {
	padding: 10vw 0;
}
section#news_area h3 {
	font-size: 6vw;
}
section#news_area .inner {
	display: block;
}

/*ニュース*/
section#news_area .inner .news_box {
	width: 100%;
}
section#news_area .inner .news_box .news {
	height: 80vw!important;
	padding: 0.5em 0;
	margin-top: 3vw;
}
section#news_area .inner .news_box .news ul li {
    padding: 3vw;
	font-size: 3.4vw;
}
section#news_area .inner .news_box .news ul li:first-of-type {
    padding-top: 0.5em;
}
section#news_area .inner .news_box .news ul li p {
	font-size: 3.8vw;
	margin-top: 0.5em;
}
section#news_area .inner .news_box .news ul li img {
	margin-left: 0.5em;
	height: 5vw;
}


section#news_area .inner .news_box .svg_hover {
	margin-top: 5vw;
	font-size: 4.5vw;
	color: #005bab;
}
section#news_area .inner .news_box .svg_hover img,
section#news_area .inner .news_box .svg_hover svg {
	width: 100%;
}

/*バナー*/
section#news_area .inner .banner_list {
	width: 70vw;
	margin: 8vw auto 0;
}
section#news_area .inner .banner_list li:nth-child(n+2) {
	margin-top: 5vw;
}





/*******採用情報*******/
section#recruit_area {
	max-width: inherit;
	height: auto;
}

section#recruit_area > div:first-child .inner {
	margin-left: 7vw;
	width: auto;
}
section#recruit_area > div:first-child .inner h3 {
	font-size: 4vw;
}
section#recruit_area > div:first-child .inner h3 img {
	height: 1.6em;
}
section#recruit_area > div:first-child .inner p {
	line-height: 1.5;
}
section#recruit_area > div:first-child .inner .svg_hover {
	margin-top: 5vw;
	font-size: 4.5vw;
}
section#recruit_area > div:first-child .inner .svg_hover img,
section#recruit_area > div:first-child .inner .svg_hover svg {
	width: 40vw;
}

section#recruit_area > div:last-child::before {
	top: 50%;
	left: -1px;
	border-width: 38vw 0 38vw 10vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



/*******Instagram*******/
section#insta_area {
	padding: 15vw 0 25vw;
}
section#insta_area #instafeed a {
	width: 50%;
	height: 50vw;
	overflow: hidden;
	position: relative;
}
section#insta_area #instafeed a:nth-of-type(n+7) {
	display: none;
}
section#insta_area .svg_hover {
	margin-top: 8vw;
	font-size: 4.5vw;
	width: 70vw;
}
section#insta_area .svg_hover > .replace-svg {
	width: 100%;
}
section#insta_area .svg_hover span span  {
	margin-right: 0.5em;
}

	
}