@charset "utf-8";
:root {
	--width-pc-display: 980px;
	--width-sp-min-display: 375px;
}

h1 {
	display: none;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: var(--heading-font-size);
	text-align: center;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
}
h2:before,
h2:after {
	position: absolute;
	display: block;
	content: "";
	width: 14px;
	height: 2px;
	bottom: 0;
}
h3 {
	width: 100%;
	font-size: 15px;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #e4e6ec;
}
h4{
	font-size: var(--heading-font-size);
    text-align: center;
    padding: 0 0 12px 0;
	margin: 0 auto 20px;
	border-bottom: 1px solid #e4e6ec;
	max-width: 800px;
    display: flex;
	justify-content: center;
}
.news_title {
	font-size: var(--heading-font-size);
    text-align: center;
    padding: 0 0 12px 0;
	margin: 0 auto 20px;
	border-bottom: 1px solid #e4e6ec;
	width: 100%;
	max-width: 800px!important;
    display: flex;
	justify-content: center;
}

main img {
	vertical-align: top;
	line-height: 0;
	width: 100%;
	height: 100%;
}
main a:hover img {
	opacity: 0.8;
}
main .button-primary2,
main .button-secondary2 {
	margin: 0 10px 20px 10px;
}

main .button-primary2.a {
	margin: 0px 10px 0px 10px;
}
main .button-primary2 a {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 10px;
	color: #000000;
	text-align: center;
	flex-direction: column;
}
main .button-primary2 a:hover {
	background: #ffffff;
	color: var(--theme-important-color);
	text-decoration: none;
}

main .button-primary2 p {
	width: 60px;
	height: 60px;
	margin: 0;
}
main .button-secondary2 a {
	position: relative;
	display: block;
	padding: 10px;
	background: var(--button-secondary-color);
	border: 1px solid var(--button-secondary-color);
	color: #ffffff;
	text-align: center;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .button-secondary2 a:hover {
	background: #ffffff;
	color: var(--theme-secondary-color);
	text-decoration: none;
}
main .button-primary2 a i.fas,
main .button-secondary2 a i.fas {
	margin-left: 5px;
}
main .button-primary,
main .button-secondary {
	width: 240px;
	margin: 0 auto 10px;
}
main .button-primary a {
	position: relative;
	display: block;
	padding: 10px;
	background: var(--button-important-color);
	border: 1px solid var(--button-important-color);
	color: #ffffff;
	text-align: center;
}
main .button-primary a:hover {
	background: #ffffff;
	color: var(--theme-important-color);
	text-decoration: none;
}
main .button-secondary a {
	position: relative;
	display: block;
	padding: 10px;
	background: var(--button-secondary-color);
	border: 1px solid var(--button-secondary-color);
	color: #ffffff;
	text-align: center;
}
main .button-secondary a:hover {
	background: #ffffff;
	color: var(--theme-secondary-color);
	text-decoration: none;
}
main .button-primary a i.fas,
main .button-secondary a i.fas {
	position: absolute;
	top: calc(50% - var(--base-font-size)/2);
	right: 4%;
}
#anchor-pagetop {
	width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 200;
}
#anchor-pagetop a {
	position: relative;
	display: block;
	width: 40px;
    height: 40px;
    background: rgb(0,0,0,0.5);
    color: #ffffff;
    font-size: 24px;
}
#anchor-pagetop a i.fas {
	position: absolute;
	top: 7px;
	left: 12px;
}
.img-404 { /*-- debug --*/
	width: 100%;
	height: 400px;
	background: url(/_renew_/common/images/img_404_notfound.png) center top / cover no-repeat #ffffff;
	background-size: 375px 200px;
	text-align: center;
	margin-bottom: 65px;
}
@media screen and (min-width:768px) {
	.img-404 { /*-- debug --*/
		background-size: 750px 400px;
	}
	#anchor-pagetop {
		display: none;
	}
}
@media screen and (max-width:768px) {
	#chamo-window {
		display: none;
	}
}

/*-- --*/
main .key-visual {
	width: 100%;
}
main .key-visual {
	position: relative;
	padding-top: 0px;
	margin-bottom: 0px;
}
main .key-visual img{
	width: 100%;
	height: 250px;
	object-fit:cover;
}
.kv-pc {
	display: none;
}
main section {
	padding-top: 46px;
    margin-bottom: 45px;
}
main .local-navigation {
	position: relative;
}
main .local-navigation .anchors {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 0;
	margin: 0;
}
main .local-navigation .anchors li img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

main .swiper-pagination li img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

main .local-navigation .anchors li {
	padding: 0 1px;
	width: 100%;
}

main .swiper-pagination li {
	padding: 0 1px;
	width: 100%;
	list-style-type: none
}


main .local-navigation .anchors li:last-child{
	border: none;
}

main .swiper-pagination li:last-child{
	border: none;
}

main .local-navigation .anchors li a {
	display: block;
	min-height: 64px;
	text-align: center;
	padding: 10px 2px 15px;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}

main .swiper-pagination li a {
	display: block;
	min-height: 64px;
	text-align: center;
	margin: 20px 0 0 0;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}

main .local-navigation .anchors li a i.fas {
	position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    display: block;
    font-size: 10px;
}

main .swiper-pagination li a i.fas {
	position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    display: block;
    font-size: 10px;
}

main .local-navigation .anchors li a:link,
main .local-navigation .anchors li a:visited,
main .local-navigation .anchors li a:hover,
main .local-navigation .anchors li a:active,
main .local-navigation .anchors li a:focus {
	text-decoration: none;
}

main .swiper-pagination li a:link,
main .swiper-pagination li a:visited,
main .swiper-pagination li a:hover,
main .swiper-pagination li a:active,
main .swiper-pagination li a:focus {
	text-decoration: none;
}

main .local-navigation .link {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: var(--button-secondary-color);
}
main .search-products {
	padding-top: 20px;
}

main .search-product .car-maker {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 30px;
}
main .search-product .car-maker .domestic-car {
	width: 360px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
}
main .search-product .car-maker .domestic-car a {
	position: relative;
	display: inline-block;
	width: 120px;
	min-height: 100px;
	border-top: 1px solid #e4e6ec;
	border-left: 1px solid #e4e6ec;
	padding-top: 12px;
	box-sizing: border-box;
	text-align: center;
	font-size: var(--compact-font-size);
	color: var(--base-text-color);
}
main .search-product .car-maker .domestic-car a:nth-child(3n) {
	border-right: 1px solid #e4e6ec;
}
main .search-product .car-maker .domestic-car a:nth-child(n+7) {
	border-bottom: 1px solid #e4e6ec;	
}
main .search-product .car-maker .domestic-car a img {
	max-width: 80px;
	max-height: 65px;
}
main .search-product .car-maker .domestic-car a span {
	position: absolute;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 1px;
}
main .search-product .car-maker .imported-car {
	width: 360px;
	display: flex;
    flex-wrap: wrap;
}
main .search-product .car-maker .imported-car a {
	display: inline-block;
	width: 180px;
	border-top: 1px solid #e4e6ec;
	border-left: 1px solid #e4e6ec;
	text-align: left;
	padding: 7px 0 7px 20px;
	font-size: var(--compact-font-size);
	color: var(--base-text-color);
}
main .search-product .car-maker .imported-car a:nth-child(even) {
	border-right: 1px solid #e4e6ec;
}
main .search-product .car-maker .imported-car a:nth-child(n+19) {
	border-bottom: 1px solid #e4e6ec;
}
main .search-product .car-maker .imported-car a i.fas {
	font-size: 12px;
	color: var(--button-important-color);
	margin-right: 3px;
}
main .search-product .car-maker .imported-car a:hover {
	background-color: #fae5e5;
	text-decoration: none;
}
main .search-product .tyre-maker {
	position: relative;
	width: 360px;
	margin: 0 auto 60px;
	display: flex;
    flex-wrap: wrap;
}
main .search-product .tyre-maker a {
	display: inline-block;
	width: 180px;
	border-top: 1px solid #e4e6ec;
	border-left: 1px solid #e4e6ec;
	text-align: left;
	padding: 7px 0 7px 20px;
	font-size: var(--compact-font-size);
	color: var(--base-text-color);
}
main .search-product .tyre-maker a:nth-child(even) {
	border-right: 1px solid #e4e6ec;
}
main .search-product .tyre-maker a:nth-child(n+21) {
	border-bottom: 1px solid #e4e6ec;
}
main .search-product .tyre-maker a i.fas {
	font-size: 12px;
	color: var(--button-important-color);
	margin-right: 3px;
}
main .search-product .tyre-maker a:hover {
	background-color: #fae5e5;
	text-decoration: none;
}
main .search-product .tyre-maker a:nth-child(n+9) {
	display: none;
}
main .search-product .tyre-maker a.button-more {
	position: absolute;
	display: block;
	width: 100%;
	bottom: -34px;
	left: 0;
	text-align: center;
	font-weight: bold;
	color: #000000;
	border: 1px solid #e4e6ec;
	background: #e4e6ec;
}
main .search-product .tyre-maker a.button-more i.fas {
	margin-left: 10px;
	color: #000000;
}
main .search-product h4 {
	width: 360px;
	font-size: 14px;
	font-weight: normal;
	color: #7d7d7d;
	text-align: left;
	margin: 0 auto 5px;
}

main .subbutton-container {
	padding-bottom: 30px;
}
main .banner {
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
}
main .banner > div {
/*	width: 360px; */
	margin: 0 auto;
}
main .banner ul {
	padding: 0;
}
main .banner ul li {
	list-style:none;
}
main .banner a {
	display: block;
	/* max-width: 275px; */
}
main .banner a img {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
main .banner a:hover,
main .banner a:link,
main .banner a:visited {
	text-decoration: none;
}
main #news-list,
main .blogs #columnlist,
main .blogs .trivia {
	width: 360px;
	margin: 0 auto 20px;
}
main .blogs #columnlist {
	display: flex;
}
main .newsInner,
main .blogsInner {
	font-size: 14px;
    text-align: left;
    padding: 10px 0 10px 5px;
    margin: 0;
    border-bottom: 2px solid #e4e6ec;
}
main .blogsInner {
	text-overflow:ellipsis;
}
main .newsInner:nth-child(n+5)
,main #banner-links .blog-col > div:nth-child(n+6) { 
	display: none;
}
main .newsInner h3,
main .blogsInner h3 {
	font-size: 14px;
    text-align: left;
    padding: 0;
    margin: 0;
	border: none;
	font-weight: normal;
}
main .newsInner h3:before,
main .newsInner h3:after,
main .blogsInner h3:before,
main .blogsInner h3:after
 {
	display: none;
}
main .newsInner h3 .ico01,
main .newsInner h3 .ico02,
main .newsInner h3 .ico03,
main .newsInner h3 .ico04,
main .blogsInner h3 .ico01,
main .blogsInner h3 .ico02,
main .blogsInner h3 .ico03
 {
	display: inline-block;
	width: 100px;
    margin-left: 20px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    background: #dddddd;
}
main .newsInner h3 .ico01,
main .blogsInner h3 .ico01 {
	background: #195178;	
}
main .newsInner h3 .ico02,
main .blogsInner h3 .ico02 {
	background: #da0011;	
}
main .newsInner h3 .ico03,
main .blogsInner h3 .ico03 {
	background: #EE8C00;	
}
main .newsInner h3 .ico04 {
	background: #0CAB00;	
}
main .blogsInner h3 .ico04 {
	color: #da0011;
	margin-left: 20px;	
}
main .newsInner p,
main .blogsInner p {
	padding: 0;
	margin: 0;
}
main .blogsInner p {
	width: 100%;
}
main .newsInner p a,
main .blogsInner p a {
	height: 30px;
	display: block;
	padding: 5px 0;
	color: var(--base-text-color);
	text-decoration: underline;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
main .newsInner p a:hover,
main .blogsInner p a:hover {
	text-decoration: none;
}

main #banner-links{
	width: 100%;
}
main .blogs .columnlist {
	width: 360px;
	margin: 0 auto 15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main .blogs .columnlist #banner-links > div {
	margin-bottom: 10px;
}


main .campaign-banner .page-links {
	width: 360px;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
main .campaign-banner .page-links li {
	width: 170px;
	display: inline-block;
	margin-bottom: 10px;
}
main .campaign-banner .page-links li a {
	display: block;
	width: 170px;
	text-align: center;
	text-decoration: underline;
	font-size: var(--compact-font-size);
	color: var(--base-text-color);
}
main .campaign-banner .page-links li a img {
	width: 100%;
	height: 100%;
}
main .campaign-banner .page-links li a:hover {
	text-decoration: none;
}
main .guide ul {
	width: 360px;
	margin: 0 auto 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
main .guide ul li {
	width: 176px;
	margin: 0 2px 8px;
	display: inline-block;
}
main .guide ul li a {
	width: 100%;
	display: block;
	text-align: center;
	background-color: #efefef;
}
main .guide ul li img {
	width: 50%;
	height: 50%;
	margin: 23px 45px 12px 45px;
}
main .guide ul li a span.button {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 5px;
	font-size: var(--compact-font-size);
	font-weight: bold;
	color: #ffffff;
	background: var(--button-secondary-color);
	box-sizing: border-box;
}
main .guide ul li a span.button i.fas {
	position: absolute;
	top: calc(50% - var(--compact-font-size)/2);
	right: 4%;
}
main .guide .contact {
	width: 360px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: var(--compact-font-size);
	font-style: normal;
	background-color: #efefef;
	display: flex;
	align-items: center;
}
main .guide .contact h4 {
    width: 100%;
	padding: 10px 0;
	margin: 0;
	background: var(--theme-important-color);
	color: #ffffff;
    border: none;
    text-align: center;
}
main .guide .contact .inquiry{
	margin: 15px 0px 0px 15px;
}
main .guide .contact .phone .tel-number {
	font-size: 18px;
}
main .guide .contact .phone .reception-hours {
	font-size: 10px;
}
main .guide .contact .mail-form{
	font-size: 10px;
}
main .guide .contact .phone {
	padding-top: 10px;
	display: flex;
	flex-direction: column;
}
main .guide .contact .help {
	width: 75%;
}
main .guide .contact .mail-form a {
	text-decoration: underline;
	color: var(--theme-important-color);
	padding: 5px 0;
}
main .recommendationCar .swiper-container {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

main .recommendationCar .swiper-container::-webkit-scrollbar{
	width: 20px;
	height: 20px;
}
main .recommendationCar .swiper-container::-webkit-scrollbar-track{
	border-radius: 5px;
	box-shadow: 0 0 4px #aaa inset;
}
main .recommendationCar .swiper-container::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background: #0CAB00;
}
main .local-navigation .anchors-sp {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
	justify-content: space-around;
	align-items: center;
	height: 60px;
}
main .local-navigation .anchors-sp > li div button img{
    height: 25px;
	width: 25px;
}

main .local-navigation .anchors-sp .anchorsbtn{
	display: flex;
}
main .local-navigation .anchors-sp .anchorsbtn img{
	width: 50%;
}

main .local-navigation .anchors-sp li div button{
    border: none;
	background-color: var(--width-pc-display);
	padding: 0;
}

main .local-navigation .more{
    text-align: center;
	margin: 25px 10px 0 10px;
}

main .more a{
	color: #000000;
}
main .local-navigation .more i{
	margin-left: 5px;
}

main .alert{
	display: none !important;
	background-color: #ff0000;
	height: 60px;
	display: flex;
    justify-content: center;
    align-items: center;
}

main .alert p{
	color: #ffffff;

}
main .alert a{
	color: #ffffff;
	display: flex;
    flex-direction: column;
    align-items: center;

}

main .button-container2 {
	display: flex;
}

main .search-items,
main .reserve{
	background-color: #efefef;
}

main .reserve .taskImgs li{
	list-style: none; 
}

main .campaign-banner {
	background-color: #efefef;
}
main .search-items .button-container2.pc{
	display:  none;
}
main .search-items .wheelset-img.pc{
	display:  none;
}
main .search-items .wheelset-img.sp{
	margin: 0px 10px 30px 10px;
}

/* 人気のキーワードから探す */
main .kw_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
main .kw_box {
	width: 95%;
	border-top: 1px solid #333333;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding: 20px 0 30px 0;
}
main .kw_box a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	padding: 5px 10px;
	border: 0.5px solid #333333;
	border-radius: 10px;
}
main .kw_box a:hover {
	background: #295075;
	color: #ffffff;
	border: 0.5px solid #295075;
}

/* フリーワード検索 */
.freeword_box {
	width: 70%;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.FW_tabs {
	display: flex;
	width: 100%;
	gap: 10px;
	
}
.FW_tabs label {
    display: block;
    text-align: center;
    cursor: pointer;
}
.FW_tabs input[type="radio"]:checked {
	display: none;
}
.FW_tabs input[type="radio"] {
	display: none;
}
.freeword_box .FW_tabs input[type="radio"]:checked + label {
    padding: 10px 0;
	width: calc(50% - 5px);
	height: 100%;
	text-align: center;
	background: #195178;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
}
.freeword_box .FW_tabs input[type="radio"] + label {
    padding: 5px 0;
	height: 90%;
	width: calc(50% - 5px);
	text-align: center;
	background: #aaaaaa;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}
.search-form {
    position: relative; /* ボタンの配置基準 */
    width: 100%;
    display: flex;
    align-items: center;
}
.search-box {
	width: 100%;
}
.search-box  input[type="text"]{
	width: 100%;
	height: 35px;
	border: 1px solid #aaaaaa;
	padding: 0 60px 0 15px; /* 右側にボタン分の余白（60px）を作る */
    box-sizing: border-box;
    font-size: 16px;
}
.search-btn {
    position: absolute;
	border-radius: 10px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); 
	background-color: #ffffff;
    width: 60px;
    height: 30px;
    border: none;
    cursor: pointer;
    z-index: 10;
    line-height: 1; /* 文字位置調整 */
}
.search-btn img {
	width: 20px;
	height: auto;
}
#panel01 input[type="text"]{
	border-radius: 0 10px 10px 10px;
}
#panel02 input[type="text"]{
	border-radius: 10px 0 10px 10px;
}
.panel {
    padding: 0;
}

main .recommendationCar{
	background-color: #295075;
	padding: 15px 0 30px 0;
}

main .recommendationCar .guidance{
	display: flex;
	justify-content: center;
    align-items: center;
	margin-bottom: 5px;
}
main .recommendationCar .guidance p{
	color: #ffffff;
	font-size: 24px;
	margin-left: 10px;
	font-weight: bold;
}
main .recommendationCar .guidance span{
	display: inline-block;
}
main .recommendationCar .guidance img{
	margin-left: 10px;
}
main .recommendationCar .swiper-container .swiper-wrapper{
	display: flex;
	justify-content: space-between;
}
main .recommendationCar .carlist{
	display: flex;
	justify-content: space-between;
}

main .recommendationCar .swiper-container .swiper-wrapper .swiper-slide .carSwiper{
	list-style: none;
	background-color: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
    align-items: center;
}
main .recommendationCar .carlist{
	display: none;
}

main .recommendationCar .carlist .carSwiper{
	list-style: none;
	background-color: #ffffff;
	width: 100%;
	margin: 0 5px 0 5px;
	display: flex;
	flex-direction: column;
    align-items: center;
}

main .recommendationCar .swiper-container .swiper-wrapper p{
	margin: 0px;
	padding: 16px 0 16px 0;
	background-color: #231815;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	width: 100%;
}
main .recommendationCar .carlist p{
	margin: 0px;
	padding: 16px 0 16px 0;
	background-color: #231815;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	width: 100%;
	font-weight: bold;
}
main .recommendationCar .swiper-container .swiper-wrapper span{
	display: flow-root;
}

main .recommendationCar .carlist span{
	display: flow-root;
}

main .recommendationCar .swiper-container .swiper-wrapper .swiper-slide .carSwiper div{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
	margin: 5px;
}
main .recommendationCar .carlist .carSwiper div{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
	margin: 5px;
}
main .recommendationCar .swiper-container .swiper-wrapper .swiper-slide .carSwiper .button{
	color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	font-size: 13px;
}
main .recommendationCar .carlist .carSwiper .button{
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	font-size: 13px;
}
main #summer{
	background-color: #89d6b3;
	font-weight: bold;
	width: 100%;
    text-align: center;
    margin: 5px;
}
main #winter{
	background-color: #81b6db;
	font-weight: bold;
	width: 100%;
    text-align: center;
    margin: 5px;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #ffffff;
	background-color:#295075;
	width: 40px;
}

.topimage{
    --swiper-navigation-color: unset;
	background-color:var(--swiper-navigation-color);
	width: 40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
main .campaign-banner .banner{
	display: flex;
	width: 360px;
    margin: 0 auto 50px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-around;
}
main .campaign-banner .banner li{
	list-style: none;
	width: 170px;
    display: inline-block;
    margin-bottom: 10px;
}

main .button-container2{
	justify-content: space-around;
	margin-bottom: 30px;
}

main .blogs #columnlist .store-blog {
	display: none;
}
main .news .more,
main .blogs .more{
	width: 360px;
	margin: 0 auto 20px;
	text-align: end;
}

main .search-products .button-container2.a{
	margin-bottom: 10px;
}
main .recommendationCar .carlist .carSwiper div  a{
	text-decoration: none;
}

main #banner-links .blog-col .shop-name{
	display: none;
}
main #banner-links .blog-col .blog-txt .blog-content{
	display: none;
}

main #banner-links .blog-col > div div a {
    display: none;
}

main #banner-links .blog-col > div div div a {
    color: var(--base-text-color);
    text-decoration: underline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	width: 70%;
	margin: 0 0 0 30px;
}

main #banner-links .blog-col .next {
	display: none;
}

main #banner-links .blog-col .blog-txt{
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px 5px;
    border-bottom: 2px solid #e4e6ec;
    text-overflow: ellipsis;
}

main #banner-links .blog-col .blog-txt > p{
	font-size: 14px;
    text-align: left;
    border: none;
	width: 10ch;
	white-space: nowrap;
    overflow: hidden;
}

main #banner-links .blog-col{
	width: 100%;
}

/* main #banner-links .blog-col .blog-txt > p{
	width: 200px;
} */

main #banner-links .blog-col .blog-txt .blog-ttl{
	margin: 0;
}

.swiper-pagination-bullet {
	width: 100%;
	border-radius: 0;
}
.swiper-pagination-bullet{
	background-color: white;
	opacity: 1;	
	height: 3px;
}
.swiper-pagination-bullet-active{
	background-color: #295075;
	border-radius: 40px 40px 40px 40px;
	border-width: 5px;
}
main .swiper-pagination {
	display: flex;
}

main .local-navigation #urlChange{
	color: #000000;
	font-size: 10px;
}

/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) {
	h3{
		width: 360px;
	}
	main .key-visual {
		width: 100%;
		height: 100%;
		margin-bottom: 13px;
	}
	.swiper-pagination-bullet{
		width: 100%;
		border-radius: 0;
		height: 7px;
	}
	.swiper-pagination-bullet-active{
		background-color: #295075;
		border-radius: 40px 40px 40px 40px;
	}
	main .swiper-container {
		display: none;
	}
	main .recommendationCar .carlist {
		display: flex;
		justify-content: space-between;
		overflow: hidden;
	}
    main .swiper-button-prev,
    main .swiper-button-next {
        width: 40px;
        height: 80px;
        top: calc(50% - 35px);
    }
    main .swiper-button-prev:after,
    main .swiper-button-next:after {
        font-size: 32px;
        color: #333333;
    }
    main .swiper-pagination {
    	display: flex;
    }
	main .local-navigation {
		width: 100%;
		margin: 0 auto 20px;
	}
	main .local-navigation .anchors li a {
		min-height: auto;
	}

	main .swiper-pagination li a {
		min-height: auto;
	}

	main .button-container2 > div {
		margin: 0 5px;
		width: 100%;
	}
	main .button-container2 .button-secondary2 {
		width: 240px;
	}
	main .subbutton-container2 {
		display: flex;
		justify-content: center;
		margin-bottom: 45px;
		padding-bottom: 50px;
	}
	main .subbutton-container2 > div {
		margin: 0 15px;
		width: 25%;
	}
	main .search-product h3,
	main .search-product h4 {
		width: 725px;
	}
	main .search-product .car-maker .domestic-car {
	    margin: 0 5px 0 0;
	}
	main .search-product .tyre-maker {
		width: 730px;
	}
	main .search-product .tyre-maker a.button-more {
		width: 725px;
	}
	main .search-product .tyre-maker a.button-more:hover {
		background: #ffffff;
	}
	main .search-product .tyre-maker a:nth-child(2n) {
		margin-right: 5px;
	}
	main .search-product .tyre-maker a:nth-of-type(19),
	main .search-product .tyre-maker a:nth-of-type(20) {
		border-bottom: 1px solid #e4e6ec;
	}
	main .search-products {
		padding-top: 20px;
		display: flex;
	    justify-content: center;
	}
	main .search-products h3,
	main .search-products h4 {
		width: 725px;
	}
	main .reserve h2{
		padding: 0 0 12px 0;
	}
	main .search-products .button-container2.a{
		width: 800px;
		margin-bottom: 0px;
	}
	main .search-products .car-maker .domestic-car {
	    margin: 0 5px 0 0;
	}
	main .search-products .tyre-maker {
		width: 730px;
	}
	main .search-products .tyre-maker a.button-more {
		width: 725px;
	}
	main .search-products .tyre-maker a.button-more:hover {
		background: #ffffff;
	}
	main .search-products .tyre-maker a:nth-child(2n) {
		margin-right: 5px;
	}
	main .search-products .tyre-maker a:nth-of-type(19),
	main .search-products .tyre-maker a:nth-of-type(20) {
		border-bottom: 1px solid #e4e6ec;
	}
	main .reserve .reserveImg{
		display: flex;
	    justify-content: center;
	} 
	main .reserve .reserveImg img{
		width: 800px;
	} 
	main .reserve .taskImgs{
		display: flex;
		width: 100%;
		margin-bottom: 30px;
		justify-content: center;
	}
	main .alert a{
		display: none;
		color: #ffffff;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	main .banner {
		width: 725px;
		padding-bottom: 30px;
	}
	main .banner ul {
		margin: 0;
	}
    main .banner .swiper-button-prev:after,
    main .banner .swiper-button-next:after {
        font-size: 20px;
    }
	
	main .news #news-list,
	main .blogs #columnlist,
	main .blogs .trivia {
		width: 800px;
	}
	main .news .newsInner,
	main .blogs .blogsInner {
		display: flex;
		flex-wrap: nowrap;
		justify-content: left;
		align-items: center;
		width: 100%;
	}
	main .newsInner:nth-child(n+6),
	main #banner-links .blog-col > div:nth-child(n+6) {
		display: none;
	}
	main .news .newsInner h3,
	main .blogs .blogsInner h3 {
		width: 200px;
	}
	main .campaign-banner .page-links {
		width: 980px;
	}
	main .campaign-banner .page-links li,
	main .campaign-banner .page-links li a {
		width: 300px;
	}
	main .blogs .columnlist #banner-links {
		width: var(--width-pc-display);
	}
	main .blogs .columnlist #banner-links > div {
		margin-left: 10px;
		margin-right: 10px;
	}
	main .guide ul {
		width: 800px;
		display: flex;
	    justify-content: space-between;
	}
	main .guide ul li {
		width: 180px;
	}
	main .guide ul li a:hover span.button {
		background: #efefef;
		color: var(--button-secondary-color);
	}
	main .guide .contact {
		width: 800px;
	}
	main .local-navigation .more{
		text-align: end;
		margin: 50px 50px 0 0;
	}

	main .button-primary2 a {
		flex-direction: row;
	}
	main .campaign-banner .banner li{
		margin: 10px;
		width: 100%;
	}
	main .campaign-banner .banner{
		width: 100%;
		flex-wrap: nowrap;
	}
	main .news .more,
	main .blogs .more{
		width: 800px;
	}
	main .guide .contact .inquiry{
		margin: 15px 15px 0 15px;
	}
	main .guide .contact .phone {
		display: flex;
		align-items: center;
		flex-direction: row;
	}
	main .guide .contact .help {
		width: 75%;
	}
	main .guide .contact .phone .tel-number {
		font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		font-size: 35px;
		font-weight: bold;
	}
	main .guide .contact .phone .reception-hours {
		font-size: 14px;
	}
	main .guide .contact .mail-form{
		text-align: initial;
		font-size: 18px;
	}
	main .button-primary2 p {
		width: 60px;
		height: 60px;
		margin: 16px 0 16px 0;
	}
	main .recommendationCar .guidance img{
		margin-left: 0px;
	}
	main .search-items .wheelset-img{
		display: flex;
		margin: 0 0 50px 0;
		justify-content: center;
	}
	main .search-items .wheelset-img a img{
		width: 98%;
	}
	main .reserve .subbutton-container2{
		margin-bottom: 50px;
     	padding-bottom: 0px;
	}
	main .campaign-banner h2{
		margin: 0;
		padding-bottom: 10px;
	}
	main #banner-links{
		display: flex;
	    flex-wrap: wrap;
   	 	justify-content: left;
   		align-items: center;
	}
	main .key-visual img{
		width: 100%;
		height: 100%;
	}
	main .search-items .button-container2.pc{
		display:  flex;
	}
	main .search-items .button-container2.sp{
		display:  none;
	}
	main .search-items .wheelset-img.pc{
		display:  flex;
	}
	main .search-items .wheelset-img.sp{
		display:  none;
	}
	main .blogs #columnlist .store-blog {
		display: flex;
		align-items: center;
		margin: 0 10px 0 0;
	}
	main .blogs #columnlist .store-blog > a img{
		height: 80%;
	}
	main .blogs .more.sp {
		display: none;
	}
	main .button-secondary2 a {
		height: 60px;
	}
	main #winter , main #summer{
		margin: 0px;
	}
	main .button-container {
		display: flex;
		justify-content: center;
		margin-bottom: 45px;
	}
	main .button-container > div {
		margin: 0 5px;
	}
	/* 人気のキーワードから探す */
	main .kw_title {
		margin-top: 45px;
		margin-bottom: 20px;
	}
	main .kw_box {
		width: 98%;
		padding:30px 0 50px 0;
		gap: 20px;
	}
	main .kw_box a {
		padding: 10px 20px;
	}
	.freeword_box {
	width: 400px;
}
}

@media screen and (min-width:1050px) {
	.kv-pc {
		display: block;
	}
	.kv-sp {
		display: none;
	}
	main .local-navigation .anchors li a span {
		display: inline-block;
		height: 30px;
		padding-top: 5px;
	}

	main .local-navigation .anchors li {
    	border-right-style: dotted;
 	}

	 main .swiper-pagination li a span {
		display: inline-block;
		height: 30px;
		padding-top: 5px;
	}

	main .swiper-pagination li {
    	border-right-style: dotted;
 	}

	main .local-navigation .anchors-sp {
		display: none;
	}

	main .local-navigation .displaytext-sp{
		display: none;
	}

	main .local-navigation .anchors-sp-ingredients {
		display: none;
	}

}

@media screen and (max-width:1050px) {
	main .local-navigation .anchors {
		display: none;
	}
}
