@charset "UTF-8";
/* footer 2023-10-31
========================================================================== */
body > footer {
	font-size: max(16px, 1em);
	line-height:1.7;
}
footer {
	background: linear-gradient(101deg, #555 0%, #010101 45.11%, #000 100.71%);
	border-top: 2px solid rgba(65,65,65, 0.40);
	color:#fff;
	position: relative;
	z-index: 1;
}
footer a,
footer a:hover,
footer a:focus {
	color:#fff;
	text-decoration: none;
}
footer ul,
footer ul li {
	list-style-type:none;
}
.global_footer_wrap {
	padding:40px 20px;
}
.global_footer_main_link {
	font-size: 18px;
	font-weight: 600;
}
.global_footer_main_link.-home,
.global_footer_wrap .-lineup .global_footer_main_link,
.global_footer_wrap .-tire_knowledge .global_footer_main_link {
	padding-bottom:8px;
	border-bottom:2px solid rgba(221, 221, 221, 0.60);
	margin-top:20px;
}
.global_footer_wrap .-other_page {
	display:flex;
	flex-flow:row wrap;
	gap:0 10px;
}
.global_footer_wrap .-other_page > * {
	margin-top:1em;
	width:calc(50% - 10px);
}
.global_footer_wrap .-other_page .-global a  {
	display:flex;
	align-items: center;
	gap:0 10px;
}
.global_footer_sub_link_list {
	display:none;
}
#btn-top{
	position:fixed;
	width:58px;
	height:58px;
	right:20px;
	bottom:63px;
	background:#000;
	opacity:0.4;
	z-index:1;
}
#btn-top a{
	position:relative;
	display:block;
	width:58px;
	height:58px;
	text-decoration:none;
}
#btn-top a::before{
	content:'TOP';
	color:#fff;
	position:absolute;
	margin:auto;
	width:58px;
	height:25px;
	top:10px;
	bottom:0;
	right:0;
	text-align:center;
}
#btn-top a::after{
	content:' ';
	color:#fff;
	position:absolute;
	width:10px;
	height:10px;
	top:-15px;
	bottom:0;
	right:22px;
	margin:auto;
	transform:rotate(45deg);
	border-left:#fff 2px solid;
	border-top:#fff 2px solid;
}
.copyright{
	padding:20px;
	border-top:2px solid rgba(221, 221, 221, 0.60);
	font-size: 12px;
	text-align:left;
}
/* utility */
.sp-none{display:none;}
.br-pc {display:none;}
.inlineBlock{display:inline-block;}

/* PC
========================================================================== */
@media screen and (min-width: 768px){
.global_footer_wrap {
	margin:0 auto;
	padding:40px 20px 30px;
	max-width:1140px;
	display:grid;
	grid-template-columns: 50% 1fr 1fr;
	grid-template-rows: 40px 1fr;
	gap:10px 50px;
}
.global_footer_wrap .-home {
	grid-column: 1/4;
	grid-row: 1/2;
	border-bottom:none;
}
.global_footer_wrap .-lineup {
	grid-column: 1/2;
	grid-row: 2/3;
}
.global_footer_wrap .-lineup .global_footer_main_link {
	margin-bottom:.5em;
}
.global_footer_sub_link_list_wrap {
	column-count: 2;
}
.global_footer_wrap .-lineup .global_footer_sub_link_list {
	margin-right:20px;
}
.global_footer_wrap .-tire_knowledge {
	grid-column: 2/3;
	grid-row: 2/3;
}
.global_footer_wrap .-other_page {
	grid-column: 3/4;
	grid-row: 2/3;
	flex-flow: column nowrap;
	gap: 0;
}
.global_footer_wrap .-other_page > * {
    width:100%;
}
.global_footer_sub_link_list {
    display: block;
}
.global_footer_sub_link_list li {
    margin-top: .5em;
}
.global_footer_sub_link_list:first-child .global_footer_sub_link_head {
    margin-top: 0;
}
.global_footer_sub_link_list .global_footer_sub_link_head {
    font-weight:600;
}
.global_footer_wrap .-lineup .global_footer_sub_link_list li:not(.global_footer_sub_link_head) {
    margin-left: 1em;
}
.global_footer_wrap a:hover {
	opacity: .7;
	transition: opacity .3s;
}
.copyright_wrap{
	margin:0 auto;
	max-width:1140px;
}
.copyright{
	text-align:center;
}
#btn-top{
	transition:opacity .3s;
}
#btn-top:hover{
	opacity:0.7;
	transition:opacity .3s;
}
/* utility */
.sp-none{display:block;}
.pc-none{display:none;}
.br-pc {display:inline-block;}
}