@charset "utf-8";

:root {
	--width-pc-display: 980px;
	--width-sp-min-display: 375px;

	--def-main-theme-color-bg: #e4e6ec;
	--def-main-theme-color:    #e4e6ec;
	--sub-theme-color:         #e4e6ec;
	--def-sub-theme-color-txt: #e4e6ec;

    --base-blogs-font-size:    14px;
    --base-blogs-font-weight:  700;
    --base-blogs-font-color:   #000000;
    --base-blogs-bg-color:     #ffffff;
    --base-blogs-border-color: solid 1px #888888;
    --compact-blogs-font-size: 12px;
    --contrast-blogs-font-color: #ffffff;
    --contrast-blogs-bg-color:   #000000;

    --others-blogs-bg-color:    #ffffff;
    --others-blogs-boder-color: solid 1px #000000;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}

main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}

/*------------------------------------*/

section.key-visual {
	position: relative;
	background: url(../images/main_sp.jpg) center bottom / cover no-repeat #ffffff;
	min-height: 474px;
}
section.key-visual h1 {
	width: 375px;
	text-align: center;
	margin: 0 auto;
}
section.key-visual h1 img {
	width: 100%;
	line-height: 0;
	vertical-align: top;
}
section.key-visual h1 img.only-sp {
	display: inline;
}
section.key-visual h1 img.only-pc {
	display: none;
}
section.key-visual .description {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
section.key-visual .description span {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.0;
}
section.key-visual .point {
    width: 100px;
    height: 100px;
    padding-top: 25px;
    box-sizing: border-box;
/*    background: var(--main-theme-color); */
	background: rgb(255,255,255,0.5);
    border: 1px solid var(--sub-theme-color-txt);
    border-radius: 50px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    box-shadow: 2px 2px 2px 1px rgb(0,0,0,0.5);
}
section.key-visual .point span {
    text-shadow: 2px 1px rgb(0,0,0,0.5);
    display: inline-block;
}
section h2 {
	width: 313px;
	height: 20px;
	margin: 15px auto;
}
section h2 img {
	width: 100%;
	vertical-align: top;
	line-height: 0;
	text-align: center;
}
section {
	margin-bottom: 45px;
}
section.pickup .products .item {
	width: 360px;
	margin: 0 auto 15px;
}
section.pickup .products .item > a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 72px;
	background: url(../images/pickup_alphard-vellfire.jpg) center center / 360px 72px no-repeat;
	text-align: center;
}
section.pickup .products .item h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 72px;
	color: #ffffff;
	background: rgba(0,0,0,0.5);
}
section.pickup .products .item h3 > .new-model {
    position: absolute;
    left: 0;
    top: 0;
    background: #da0011; /* #da0011 */
    padding: 5px 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.0;
    font-weight: bold;
}
section.pickup .products .item h3 > .jp-name {
	display: none;
}
section.pickup .products .item a:hover {
	text-decoration: none;
}
section.pickup .products .item a:hover h3 {
	text-shadow: 1px 1px 3px #000000;
	background: none;
}
section.pickup .products .item.active > a,
section.pickup .products .item.active > a > h3 {
	height: 40px;
	line-height: 40px;
}
section.pickup .products .item img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}
section.pickup .products .item .product-detail {
	overflow: hidden;
	line-height: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition-duration: .3s;
	background: var(--def-main-theme-color-bg);
	display: flex;
	justify-content: space-around;
}
section.pickup .products .item.active .product-detail {
	padding: 5px;
	line-height: normal;
	height: auto;
	opacity: 1;
}
section.pickup .products .item .product-detail .recommend {
	width: 115px;
	padding: 5px;
	background: rgba(255,255,255,0.75);
}
section.pickup .products .item .product-detail .recommend figure {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
section.pickup .products .item .product-detail .recommend .name,
section.pickup .products .item .product-detail .recommend .inch,
section.pickup .products .item .product-detail .recommend .size {
	font-size: 11px;
	text-align: center;
}
section.pickup .products .item .product-detail .recommend figure .brand {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,0.75);
	padding: 2px 2%;
	line-height: 1.0;
	text-align: center;
	border-bottom: 2px solid var(--def-main-theme-color);
}
section.pickup .products .item .product-detail .recommend figure .brand img {
	width: 80%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}
section.pickup .products .item .product-detail .recommend > a {
}
section.pickup .products .item .product-detail .recommend .price {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	font-size: 12px;
	font-weight: bold;
	background: var(--def-main-theme-color);
	border: 1px solid var(--def-main-theme-color);
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	padding: 1px 5px;
}
section.pickup .products .item .product-detail .recommend .price:after {
    content: '';
    border-top: 3px solid transparent;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid transparent;
    position: absolute;
    bottom: 1px;
    right: 1px;
}
section.pickup .products .item .product-detail .recommend .price:before {
    content: '';
    width: 8px;
    height:1px;
    background: #ffffff;
    position: absolute;
    bottom: 4px;
    right: 1px;
    transform: rotate(-45deg);
}
section.pickup .products .item .product-detail .recommend .price var {
/*	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-style: normal;
	font-size: 20px;
/*	font-weight: bold; */
}
section.pickup .products .item .product-detail .recommend > a:hover .price {
	background: #ffffff;
	color: var(--def-main-theme-color);
}
section.pickup .products .item .product-detail .recommend .plus-mark {
	display: block;
	background: var(--def-main-theme-color);
	width: 16px;
	height: 16px;
	margin: 5px auto;
	border-radius: calc(16px / 2);
	position: relative;
}
section.pickup .products .item .product-detail .recommend .plus-mark::before,
section.pickup .products .item .product-detail .recommend .plus-mark::after {
	content: '';
	position: absolute;
	top: 45%;
	left: 20%;
	display: inline-block;
	width: 60%;
	height: 10%;
	background: #ffffff;
}
section.pickup .products .item .product-detail .recommend .plus-mark::after {
	top: 45%;
	transform: rotate(90deg);
}
section.stores .description {
	text-align: center;
	font-size: 14px;
}
section.stores .description span {
	display: block;
}
section.stores .detail {
	width: 360px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    text-align: center;
}
section.stores .detail .store {
	margin: 0 6px;
}
section.stores .detail .store figure {
	padding: 0;
	margin: 0;
}
section.stores .detail .store figure img {
	width: 100%;
	height: auto;
}
section.stores .detail .store .store-name {
	color: var(--def-sub-theme-color-txt);
	font-size: 15px;
	font-weight: bold;
	margin: 7px 0;
}
section.stores .detail .store .address {
	font-size: 14px;
	margin-bottom: 7px;
}
section.stores .detail .store .address span {
	display: inline-block;
}
section.stores .detail .store .tel {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
section.stores .detail .store .button-link {
	width: 150px;
	margin: 0 auto;
}
section.stores .detail .store .button-link a {
	width: 100%;
	display: block;
	background-color: var(--def-sub-theme-color);
	border: 1px solid var(--def-sub-theme-color);
	box-sizing: border-box;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
section.stores .detail .store .button-link a:hover {
	text-decoration: none;
	background: #ffffff;
	color: var(--def-sub-theme-color);
}
section.stores .button-others {
	margin-top: 30px;
}
section.vehicle-types {
	margin: 0 auto 45px;
}
section.vehicle-types > div.swiper-container {
	overflow: hidden;
	position: relative;
	background: var(--def-main-theme-color-bg);
	padding: 15px 0;
}
section.vehicle-types .swiper-wrapper {
	width: 100%;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide a span {
	display: inline-block;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 3px 0;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 14px;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide a span em {
	display: inline-block;
	font-style: normal;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide a.coming-soon {
	position: relative;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide a.coming-soon:before {
	content: 'Coming Soon...';
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000;
	z-index: 3;
}
section.vehicle-types .swiper-container .swiper-wrapper .swiper-slide a.coming-soon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.2);
	z-index: 2;
}
section.vehicle-types .swiper-button-prev {
	left: 0;
}
section.vehicle-types .swiper-button-next {
	right: 0;
}
section.vehicle-types .swiper-button-prev,
section.vehicle-types .swiper-button-next {
    width: 20px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    top: calc(50% - 1.5px);
}
section.vehicle-types .swiper-button-prev:after,
section.vehicle-types .swiper-button-next:after {
    font-size: 20px;
    color: #333333;
}
section.vehicle-types .vehicle-links,
section.vehicle-types .vehicle-banners {
	width: 360px;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 30px auto 0;
}
section.vehicle-types .vehicle-banners {
	justify-content: center;
}
section.vehicle-types .vehicle-links > li a {
	display: inline-block;
	width: 180px;
	text-align: center;
	padding: 7px 0;
	color: #000000;
}
section.vehicle-types .vehicle-banners > li a {
	display: inline-block;
	width: 360px;
	padding: 7px 0;
	vertical-align: top;
	line-height: 0;
}
section.vehicle-types .vehicle-banners > li a img {
	width: 100%;
	height: auto;
}
section.vehicle-types .vehicle-banners > li a img:hover {
	opacity: 0.8;
}
section.vehicle-types .button-others {
	margin-top: 30px;
}

section.banner-links > ul {
	width: 360px;
	margin: 15px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	list-style-type: none;
	padding: 0;
}
section.banner-links > ul li {
	width: 176px;
}
section.banner-links > ul li a {
	display: block;
	margin: 0 2px 4px;
	text-align: center;
}
section.banner-links > ul li a img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
section.banner-links > ul li a span {
	font-size: 14px;
}

section.storeblogs {
    width: 360px;
    margin: 60px auto;
}
section.storeblogs .catch_copy {
    font-size: 15px;
    margin-bottom: 25px;
}
section.storeblogs .similar-articles {
    font-size: 14px;
    color: #000000;
    width: 100%;
    margin: 0 auto 15px;
}
section.storeblogs .similar-articles { position: relative; border: var(--base-blogs-border-color); padding: 20px; box-sizing: border-box; }
section.storeblogs .similar-articles a { display: flex; flex-wrap: wrap; justify-content: space-around; text-decoration: none; }
section.storeblogs .similar-articles .label { position: absolute; top: -6px; left: -6px; background: #000000; padding: 3px 5px; color: #ffffff; font-size: var(--compact-blogs-font-size); }
section.storeblogs .similar-articles .photo { width: 316px; }
section.storeblogs .similar-articles .photo img { width: 100%; height: auto; }
section.storeblogs .similar-articles a:hover { opacity: 0.8; }
section.storeblogs .similar-articles .detail { width: 316px; position: absolute; bottom: 20px; background: rgb(0,0,0,0.5); }
section.storeblogs .similar-articles .detail .title { position: relative; color: #ffffff; font-weight: var(--base-blogs-font-weight); margin-top: 10px; padding: 0 10px 7px; }
/*
section.storeblogs .similar-articles .detail .title::after { content: ''; width: 16px; height:1px; background: #ffffff; position: absolute; bottom: 10px; right: 3px; transform: rotate(45deg); }
section.storeblogs .similar-articles .detail .title::before { content: ''; width: 36px; height:1px; background: #ffffff; position: absolute; bottom: 5px; right: 6px; }
*/
section.storeblogs .similar-articles .detail .title::after {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
section.storeblogs .similar-articles .detail .title::before {
    content: '';
    width: 14px;
    height:1px;
    background: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 5px;
    transform: rotate(-45deg);
}
section.storeblogs .similar-articles .detail .title span { display: inline-block; }
section.storeblogs .similar-articles .detail .description { display: none; font-size: var(--compact-blogs-font-size); margin: 12px 0 0; color: #888888; }
section.storeblogs .similar-articles .detail .con-button { width: 170px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: var(--others-blogs-bg-color); border: var(--others-blogs-boder-color); padding: 5px 10px!important; box-sizing: border-box; text-align: center; font-weight: var(--base-blogs-font-weight); }
section.storeblogs .similar-articles .detail .con-button.blog-link { display: none; }

/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) {
	section.key-visual {
		min-height: 700px;
	}
	section.key-visual h1 {
		width: 100%;
	}
	section.key-visual h1 img.only-sp {
		display: none;
	}
	section.key-visual h1 img.only-pc {
		display: inline;
	}
    section.key-visual .point {
        width: 150px;
        height: 150px;
        border-radius: 75px;
        padding-top: 40px;
        right: 50px;
        font-size: 22px;
    }
	section {
		margin-bottom: 90px;
	}
	section h2 {
		width: 626px;
		height: 40px;
		margin-bottom: 60px;
	}
	section.key-visual .description {
		width: 467px;
		position: static;
	}
	section.key-visual .description span {
		font-size: 24px;
		line-height: 2.2;
	}
	section.pickup .products .item {
		width: 750px;
		margin: 0 auto 30px;
	}
	section.pickup .products .item a {
		height: 150px;
		background-size: 750px 150px;
	}
	section.pickup .products .item a h3 {
		font-size: 32px;
		line-height: 150px;
	}
	section.pickup .products .item.active > a,
	section.pickup .products .item.active > a > h3 {
		height: 80px;
		line-height: 80px;
	}
	section.pickup .products .item h3 > .new-model {
	    padding: 7px 14px;
	    font-size: 18px;
	}
	section.pickup .products .item .product-detail {
		padding: 7px 4px;
	}
	section.pickup .products .item .product-detail .only-sp {
		display: none;
	}
	section.pickup .products .item .product-detail .recommend {
		width: 240px;
	}
	section.pickup .products .item .product-detail .recommend .price {
		font-size: 22px;
	}
	section.pickup .products .item .product-detail .recommend .price:after {
	    border-top: 7px solid transparent;
	    border-right: 7px solid #ffffff;
	    border-bottom: 7px solid #ffffff;
	    border-left: 7px solid transparent;
	    bottom: 3px;
	    right: 3px;
	}
	section.pickup .products .item .product-detail .recommend .price:before {
	    width: 14px;
	    bottom: 12px;
	    right: 5px;
	}
	section.pickup .products .item .product-detail .recommend .price var {
		font-size: 40px;
	}
	section.pickup .products .item .product-detail .recommend .name {
		font-size: 20px;
	}
	section.pickup .products .item .product-detail .recommend .inch,
	section.pickup .products .item .product-detail .recommend .size {
		font-size: 16px;
	}
	section.pickup .products .item .product-detail .recommend .plus-mark {
		width: 32px;
		height: 32px;
		border-radius: calc(32px / 2);
	}
	section.pickup .products .item .product-detail .recommend figure {
		width: 182px;
		margin: 20px auto 5px;
	}
	section.stores .description {
		font-size: 16px;
		color: #333333;
	}
	section.stores .detail {
		width: 750px;
	}
	section.vehicle-types {
		width: 750px;
		margin-bottom: 90px;
	}
	section.vehicle-types .vehicle-links {
		width: 540px;
	}
	section.vehicle-types .vehicle-banners {
		width: 750px;
	}
	section.vehicle-types .vehicle-banners > li a {
		width: 365px;
		margin: 0 5px;
	}
	section.banner-links > ul {
		width: 750px;
		margin: 30px auto 0;
	}
	section.banner-links > ul li {
		width: 246px;
	}
	section.banner-links > ul li a {
		margin-bottom: 10px;
	}
	section.banner-links > ul li a:hover {
		opacity: 0.8;
	}
    section.storeblogs {
        width: 680px;
        margin-bottom: 90px;
    }
    section.storeblogs .similar-articles { width: 680px;}
    section.storeblogs .similar-articles .photo { display: block; }
    section.storeblogs .similar-articles .detail { position: static; background: none; padding: 0 0 0 12px; }
    section.storeblogs .similar-articles .detail .title { color: #000000; padding: 0 0 7px 0; border-bottom: var(--base-blogs-border-color); }
    section.storeblogs .similar-articles .detail .title::after,
    section.storeblogs .similar-articles .detail .title::before { display: none; }
    section.storeblogs .similar-articles .detail .description { display: block; margin: 12px 0 38px; }
    section.storeblogs .similar-articles .detail .con-button { left: auto; right: 20px; transform: none; }
    section.storeblogs .similar-articles .detail .con-button.blog-link { display: block; }
    section.storeblogs .similar-articles a:visited .detail .title,
    section.storeblogs .similar-articles a:link .detail .title,
    section.storeblogs .similar-articles a:link .detail .con-button, 
    section.storeblogs .similar-articles a:visited .detail .con-button { color: #000000; }
    section.storeblogs .similar-articles a:hover .detail .con-button { background: #000000; color: #ffffff; }
}
@media screen and (min-width:1500px) {
	section.key-visual h1 img {
		width: auto;
	}
}
