/*
Theme Name : Artfriend Auto 2020
*/

@charset "utf-8";


body,
html {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	background: white;
	color: black;
}

.big {
	font-size: 125%;
}

.mini {
	font-size: 12px;
}

.artfriendRed {
	color: #ed1220;
}

.oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	/* font-weight:300; */
}

a img {
	border: 0;
}

h1,
h2,
h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.pcOnly {
	display: block;
}

.pcOnlyInline {
	display: inline;
}

.pcOnlyInlineBlock {
	display: inline-block;
}

.pcOnlyFlex {
	display: flex;
}

.spOnly {
	display: none;
}

.spOnlyInline {
	display: none;
}

.spOnlyInlineBlock {
	display: none;
}

.spOnlyFlex {
	display: none;
}



input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]:checked+label {
	background: #ed1220;
}

input[type="text"],
input[type="email"],
textarea,
select {
	font-size: 16px !important;
}




.pcHeader {
	min-width: 1000px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: white;
	transition: top 0.4s ease-out;
}

@media screen and (max-width:999px) {
	.pcHeader {
		left: 0;
	}
}

.pcHeaderTop {
	margin: 20px auto 5px auto;
	display: flex;
	width: 1000px;
	height: 50px;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	line-height: 0;
	position: relative;
}

.pcHeaderTopLogo {
	width: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 13px);
}

.pcHeaderTopLink {
	display: block;
	height: 1em;
	text-align: center;
	white-space: nowrap;
	line-height: 1em;
	padding: 0 30px;
	font-size: 12px;
	color: black;
	text-decoration: none;
	position: relative;
	margin: 0 0 0 0;
	z-index: 4;
	cursor: pointer;
}

.pcHeaderTopLink:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1em;
	background: #888888;
	z-index: 1;
}

.pcHeaderTopLink:hover {
	color: white;
}

.pcHeaderMenu {
	width: 100%;
	position: absolute;
	z-index: -1;
	background: #ed1220;
	left: 0;
	top: -40px;
	padding: 70px 0 20px 0;
	display: none;
}

.pcHeaderTopLink:hover .pcHeaderMenu {
	display: block;
}

.pcHeaderTopLink>a {
	color: black;
	text-decoration: none;
}

.pcHeaderTopLink>a:hover {
	color: white;
	text-decoration: underline;
}

.pcHeaderTopLink:hover>a {
	color: white;
}

.pcHeaderMenu>a:not([class]) {
	display: block;
	padding: 0.5em 0;
	text-align: center;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
	color: white;
	position: relative;
}

.pcHeaderMenu>a:not([class]):hover {
	text-decoration: underline;
}

.pcHeaderMenu>a.logoLink {
	display: block;
	padding: 0.5em 0;
	text-align: center;
	line-height: 0;
	transition: transform 0.1s ease-out;
}

.pcHeaderMenu>a.logoLink:hover {
	transform: scale(1.05);
}

.pcHeaderTopContact {
	margin: 0 0 0 0;
	width: 20px;
	height: 12px;
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAABH0lEQVQokZ3SvSvFYRjG8Y/jlCxSUl7yH0hJJIMUkqRYGL1kZDAoMXj5AyzKIGUhL2XDIjKI0UCkLFavo8FAj55TPzpyOtd43c/17b6f+y54Lq2Yxz3WUCQ/PaEf3SnMoR2deMwDd41WTGA2Hc1hVEfwJupyhB1GUMg0ByOVKIYOtzCI/RxgS5jGSQYWlP71qBbH6MUtprKAPjCOB5yhJFlMZQlU4TSCxyIgozd0xdzBb9hfQHHbZbiJX/GKuzjaO8pRmC2YDfiCHvThHB1oQhsWcYFiDET4D4U7/EwYoYsRLKMh4e+gBi0Jby8uZjdeyLeSwPBvC9hIPvhHlxjFKhqTI69jJd5VrrCg+piZxHYwwtnMhE5j6/moEkcYwtUXs3Q48VkEviQAAAAASUVORK5CYII=) no-repeat center;
	transition: transform 0.1s ease-out;
}

.pcHeaderTopContact:hover {
	transform: scale(1.4);
}

.pcHeaderNav {
	margin: 0 auto;
	width: min(100%,1000px);
	height: 80px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	pointer-events: none;
}

.pcHeaderNav>* {
	pointer-events: all;
}

.pcHeaderNavLink {
	width: calc(100% / 6);
	height: 40px;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.1s ease-out;
	z-index: 2;
	position: relative;
}

.pcHeaderNavSeparater {
	width: 1px;
	height: 50px;
	background: #888888;
}

.pcHeaderNavLink span {
	display: block;
	line-height: 1em;
	font-size: 12px;
	color: #ed1220;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin: 0.25em 0 0 0;
}

.pcHeaderNavTel {
	width: calc(100% / 6);
	height: 50px;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}

.megaMenu {
	width: 100%;
	background: #eeeeee;
	position: absolute;
	top: 155px;
	left: 0;
	text-align: left;
	display: none;
	z-index: 5;
}

@media screen and (max-width:999px) {
	.megaMenu {
		left: 0;
	}
}

.megaMenu:hover {
	display: block;
}

.megaMenu>div {
	width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

.megaMenu:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 8px solid #ed1220;
	border-color: #ed1220 transparent transparent transparent;
	position: absolute;
	top: -16px;
}

.megaMenuService:after {
	left: calc(var(--space) + ( (100% - (2 * var(--space))) / 6 * 3.5 ) - 8px);
}

.megaMenuBrands:after {
	left: calc(var(--space) + ( (100% - (2 * var(--space))) / 6 * 2.5 ) - 8px);
}

.megaMenuTypes:after {
	left: calc(var(--space) + ( (100% - (2 * var(--space))) / 6 * 1.5 ) - 8px);
}

.megaMenuDetails:after {
	left: calc(var(--space) + ((100% - (2 * var(--space))) / 6 / 2) - 8px);
}

.megaMenuService {
	padding: 30px 0;
}

.megaMenuServiceList {
	display: flex;
	flex-direction: column;
	padding: 0 30px 0 630px;
	position: relative;
}

.megaMenuServiceList a {
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	padding-left: 1.2em;
	color: black;
	position: relative;
	transition: color 0.1s ease-out;
}

.megaMenuServiceList a:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 6px solid #ed1220;
	border-color: transparent transparent transparent #ed1220;
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
	transition: left 0.1s ease-out;
}

.megaMenuServiceList a:hover {
	color: #ed1220;
}

.megaMenuServiceList a:hover:before {
	left: 3px;
}

.megaMenuBrands {
	padding: 38px 0;
}

.megaMenuBrandButtons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 0;
}

.megaMenuBrandButtons>a {
	margin: 12px 0;
	position: relative;
	transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
}

.megaMenuBrandButtons>a:hover {
	transform: translate(0, 1px);
}

.megaMenuTypes {
	background: #404040;
	padding: 55px 0 75px 0;
}

.megaMenuTypeButtons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 0;
}

.megaMenuTypeButtons>a {
	display: block;
	margin: 10px 0 0 0;
	box-sizing: border-box;
	width: 135px;
	height: 135px;
	background-size: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 2;
	display: flex;
	align-items: center;
	border: 1px solid #7d7d7d;
	position: relative;
	text-decoration: none;
}

.megaMenuTypeButtons>a:after {
	content: "";
	width: 135px;
	height: 135px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-position: center 25%;
	background-repeat: no-repeat;
	background-image: inherit;
}

.megaMenuTypeButtons>a:hover {
	border: 1px solid #ed1220;
	text-decoration: none;
}

.megaMenuTypeButtons>a:hover:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #ed1220;
	z-index: -2;
}

.megaMenuTypeButtons>a>div {
	font-size: 15px;
	color: white;
	text-decoration: none;
	line-height: 120%;
	text-align: center;
	width: 100%;
	margin-top: 56px;
	white-space: nowrap;
}

.megaMenuDetails {
	padding: 25px 0 50px 0;
}

.megaMenuDetailSearch>* {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.megaMenuDetailSearchFormColumn {
	width: 440px;
}

.megaMenuDetailSearchFormRow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 15px 0 0 0;
}

.megaMenuDetailSearchFormRow>div:first-child {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
}

.megaMenuDetailSearchFormRow>div:last-child {
	width: 310px;
	height: 40px;
	overflow: hidden;
	position: relative;
}

.megaMenuDetailSearchFormRow input {
	background: white;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 0;
	width: 100%;
}

.megaMenuDetailSearchFormRow select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	background: white;
	padding-left: 15px;
}

.selectMarker {
	display: block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 4px solid #ed1220;
	border-color: #ed1220 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
}

select::-ms-expand {
	display: none;
}

.megaMenuDetailSearchFormRow .lowToHigh {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.megaMenuDetailSearchFormRow .lowToHigh {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.megaMenuDetailSearchFormRow .lowToHigh>div:nth-child(1),
.megaMenuDetailSearchFormRow .lowToHigh>div:nth-child(3) {
	width: 50%;
}

.megaMenuDetailSearchFormRow .lowToHigh>div:nth-child(2) {
	width: 2.6em;
	white-space: nowrap;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.megaMenuDetailSearchButtonColmun {
	width: 100%;
	text-align: center;
	margin: 50px 0 0 0;
}

.megaMenuDetailSearchButtonColmun input[type="button"],
.megaMenuDetailSearchButtonColmun input[type="submit"] {
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	color: white;
	padding: 0;
	border: 0;
	cursor: pointer;
	transition: transform 0.1s ease-out;
}

.megaMenuDetailSearchButtonColmun input[type="button"] {
	background: #b5b5b5;
	margin: 0 36px 0 0;
}

.megaMenuDetailSearchButtonColmun input[type="submit"] {
	background: #ed1220;
}

.megaMenuDetailSearchButtonColmun input[type="button"]:hover,
.megaMenuDetailSearchButtonColmun input[type="submit"]:hover {
	transform: translate(0, 1px);
}















.pcHeaderSNS {
	pointer-events: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 101;
	width: 24px;
}

@media screen and (max-width:999px) {
	.pcHeaderSNS {
		left: 956px;
		right: auto;
	}
}

.pcHeaderSNS>a {
	pointer-events: all;
	margin-top: 15px;
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform 0.2s ease-out;
}

.pcHeaderSNS>a:hover {
	transform: translate(-4px, 0);
}




















.spHeader,
.spHeaderBottom {
	display: none;
}


























.mainView {
	background: #cccccc;
	margin: 155px 0 0 0;
}

.mainView,
.mainViewSlider,
.mainViewSlide,
.mainViewSlide>div {
	width: 100%;
	min-width: 1000px;
	height: 450px;
	position: relative;
}

.mainViewSlider {
	overflow: hidden;
}

.mainViewSlide {
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0, 0);
	overflow: hidden;
}

.mainViewSlide:nth-last-child(n+2) {
	transform: translate(100%, 0);
}

.mainViewSlide>div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mainViewSliderButtons {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 8px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.mainViewSliderButtons>* {
	display: block;
	width: 50px;
	height: 30px;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}

.mainViewSliderButtons>*:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 1.5px);
	width: 100%;
	height: 3px;
	background: white;
	transition: background 1.0s ease-out, height 0.1s ease-out, top 0.1s ease-out;
}

.mainViewSliderButtons>*.active:before {
	background: #ed1220;
}

.mainViewSliderButtons>*:not(.active):hover:before {
	height: 10px;
	top: calc(50% - 5px);
}

.mainViewTitle {
	width: 304px;
	height: 173px;
	position: absolute;
	right: calc(50% - 500px);
	top: calc(50% - 86px);
}

.mainViewTitle>img:nth-child(1) {
	position: absolute;
	width: 53.0%;
	height: 41.0%;
	left: 0;
	top: 0;
	z-index: 1;
}

.mainViewTitle>img:nth-child(2) {
	position: absolute;
	width: 67.4%;
	height: 26.6%;
	left: 13.8%;
	top: 29.5%;
}

.mainViewTitle>img:nth-child(3) {
	position: absolute;
	width: 86.5%;
	height: 26.6%;
	left: 13.8%;
	top: 58.4%;
}

.mainViewTitle>img:nth-child(4) {
	position: absolute;
	width: 86.5%;
	height: 8.1%;
	left: 13.8%;
	bottom: 0;
}



.mainViewSlideMovie:after {
	content: "";
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0MzUyLCAyMDIwLzAxLzMwLTE1OjUwOjM4ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA2LTI1VDE5OjI1OjM0KzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA2LTI1VDE5OjI1OjM0KzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNi0yNVQxOToyNTozNCswOTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MGRkMjZjOC00ZDRiLWI3NDEtYTIwOC0zNjRmYWY0ZGMxOWEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmNzY4MmI0Ni1kMmMxLWY4NDctOWJkMS03YjMxMWIxMzZhYmMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyOTViMmNiNi01NmZkLThjNDUtYmU4ZS0yYzMyN2E1ODM4ZDMiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOTViMmNiNi01NmZkLThjNDUtYmU4ZS0yYzMyN2E1ODM4ZDMiIHN0RXZ0OndoZW49IjIwMjAtMDYtMjVUMTk6MjU6MzQrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4xIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTBkZDI2YzgtNGQ0Yi1iNzQxLWEyMDgtMzY0ZmFmNGRjMTlhIiBzdEV2dDp3aGVuPSIyMDIwLTA2LTI1VDE5OjI1OjM0KzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+C57XogAAABVJREFUCB1jYGBg+I+GwcQzJExAAADy9Q8QyC32xQAAAABJRU5ErkJggg==);
}

.mainViewSlide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.34);
}


.mainViewTitleMovie {
	width: 1000px;
	height: 100%;
	position: absolute;
	left: calc(50% - 500px);
	top: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
}

.mainViewTitleMovie>div {
	position: relative;
	width: 100%;
	height: 307px;
	background: url(images/customorder_movie_title.png) no-repeat center;
}

.mainViewTitleMovie a {
	width: 358px;
	height: 62px;
	line-height: 62px;
	border: 1px solid white;
	box-sizing: border-box;
	font-family: Raleway, sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: white;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0;
	bottom: 22px;
	text-align: center;
	pointer-events: none;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}

.mainViewTitleMovie a:hover {
	background: white;
	color: black;
}

.mainViewTitle1,
.mainViewTitleMovie {
	opacity: 0;
	transition: opacity 0.6s ease-out;
}











.sectionHeader {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
	position: relative;
	margin: 0 0 40px 0;
}

.sectionHeader:after {
	content: "";
	width: 90px;
	height: 4px;
	position: absolute;
	bottom: -4px;
	left: calc(50% - 45px);
	background: #ed1220;
}

.sectionHeader>span {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 45px;
	color: #ed1220;
	display: block;
}



.newsWrapper {
	padding: 50px 0;
}

.news {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news>*:nth-child(1) {
	width: 179px;
}

.news>*:nth-child(2) {
	width: 780px;
}

.newsArticle {
	width: 100%;
	font-size: 14px;
	line-height: 135%;
	text-decoration: none;
	color: black;
	display: flex;
	transition: color 0.1s ease-out;
}

.newsArticle>span:nth-child(1) {
	width: 11%;
}

.newsArticle>span:nth-child(2) {
	width: 89%;
}

.newsArticle:not(:first-child) {
	margin: 14px 0 0 0;
}

.newsArticle:hover {
	color: #ed1220;
}


@media screen and (min-width: 751px) {
	.sectionHeaderNewsMod {
		position: static;
		margin: auto 0 auto 0;
		text-align: left;
	}

	.sectionHeaderNewsMod:after {
		width: 4px;
		height: 100%;
		left: 179px;
		top: 0;
		bottom: auto;
	}

	.sectionHeaderNewsMod>span {
		display: inline-block;
		margin: 0 0 0 0.5em;
	}
}








.searchDetails,
.searchTypes,
.searchBrands {
	width: 100%;
	min-width: 1000px;
	padding: 100px 0;
	position: relative;
}

.searchContentWrapper {
	width: 1000px;
	margin: 0 auto;
}

.searchDetails {
	background: #eeeeee;
}

.searchTypes .sectionHeader {
	color: white;
}

.searchTypes {
	background-color: black;
	background-repeat: no-repeat;
	background-size: 2100px auto;
}

@media screen and (min-width: 2101px) {
	.searchTypes {
		background-size: 150% auto;
	}
}

.searchBrands {
	overflow: hidden;
}

.searchBrandsBackgrounder {
	display: block;
	width: 911px;
	height: 280px;
	position: absolute;
	left: calc(50% + 145px);
	top: -50px;
}

.spSearch {
	display: none;
}











.recommended {
	width: 100%;
	min-width: 1000px;
	padding: 120px 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAtklEQVQYlVWQ2Q6FIAxEB6xr3B78/y80QY1GxQUzveHhkhACPTMdaqZpCnme431fzPOMNE1RliWstTiOA+d5QrIsw/M8WNcVSZL8Add1gXVLYN93hBBQ17WCVBMQkZ+Iivu+0XWdOhDgW2zLGOpEwBijarYtikI33SmwbdsqQLdxHNE0jQJc27YpJAS893DOYRgGzUGHZVkU7PsewgxU6EVECwSYj5n4EQ1eVRU4qwjEUfD03uMD67hy5EUMlwsAAAAASUVORK5CYII=);
}

.recommendedItems {
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recommendedItems:after {
	content: "";
	width: 300px;
}

.recommendedItem {
	width: 300px;
	margin: 0 0 40px 0;
	text-decoration: none;
	color: black;
}

.recommendedItem:hover {
	opacity: 0.7;
}

.recommendedItemImage {
	width: 100%;
	background-color: white;
	/* background-repeat: no-repeat;
	background-size: cover;
	background-position: center; */
}
.recommendedItemImage img {
  aspect-ratio: 300 / 225;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  vertical-align: bottom;
}

/* .recommendedItemImage:before {
	content: "";
	display: block;
	padding-top: 75%;
} */

.recommendedItemImage.ribbon_sold:before {
  background-image: url(images/soldout_moji.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
}

.recommendedItemName {
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 15px 0 0 0;
}

.recommendedItemPlace {
	display: inline-block;
	border: 1px solid black;
	/* font-size: 15px; */
  font-size: 12px;
	line-height: 15px;
	padding: 0.33em;
}
.recommendedItemPlace.col1 {
  border-color: #ed111f;
  background-color: #ed111f;
  color: #fff;
  font-weight: bold;
}
.recommendedItemPlace.col2 {
  border-color: #000;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.recommendedItemInfo {
	width: 100%;
	background: white;
	margin: 10px 0 0 0;
	box-sizing: border-box;
	/* padding: 20px; */
  padding: 12px;
}

.recommendedItemInfoWrp {
	display: flex;
	flex-wrap: wrap;
}

.recommendedItemInfoWrp>div:nth-child(odd) {
	width: 7.2em;
}

.recommendedItemInfoWrp>div:nth-child(even) {
	width: calc(100% - 7.2em);
}

.recommendedItemInfoWrp>div {
	font-size: 15px;
	line-height: 120%;
	/* white-space: nowrap; */
	margin: 4px 0;
}

.recommendedItemPrice {
	color: #ed1220;
}

.recommendedButtonWrapper {
	width: 1000px;
	margin: 20px auto 0 auto;
}

.recommendedButton {
	background: #ed1220;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 20px;
	width: 237px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: auto;
	box-sizing: border-box;
	border: 1px solid #ed1220;
}









.buyAndSell {
	width: 1000px;
	height: 440px;
	margin: 120px auto;
	line-height: 0;
	position: relative;
}

.buyAndSell img {
	width: 1000px;
	height: 440px;
}

.buyAndSell>a {
	display: none;
}

.customPartsKit {
	width: 1000px;
	height: 440px;
	margin: 120px auto;
	line-height: 0;
	position: relative;
}

.customPartsKit img {
	width: 1000px;
	height: 440px;
}

.customPartsKit>a {
	position: absolute;
	content: '';
	inset: 0;
}



footer {
	width: 100%;
	min-width: 1000px;
	background: black;
	display: flex;
	z-index: 200;
	position: relative;
}

.footerImage {
	width: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footerContent {
	width: 50%;
	padding-bottom: 40px;
}

.footerLinks {
	width: 500px;
	box-sizing: border-box;
	padding: 55px 0 55px 55px;
	display: flex;
	position: relative;
}

.footerLinkList {
	width: 50%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.footerLinksTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 20px 0;
	color: white;
}

.footerLinksTitle:not(:first-child) {
	margin-top: 40px;
}

.footerLinkList a {
	font-size: 14px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	margin-left: 0.6em;
}

.footerLinkList a:hover {
	text-decoration: underline;
}

.footerLinksSNS {
	position: absolute;
	left: 0;
	bottom: 0;
	width: max-content;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 5px 10px;
	box-sizing: border-box;
}

.footerLinksSNS a {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.1s ease-out;
	margin-left: 0;
}

.footerLinksSNS a:hover {
	transform: scale(1.05);
}

.footerCredit {
	width: 500px;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: white;
}

.footerCopylink {
	text-decoration: none;
	font-size: 14px;
	color: white;
}













.lowerHeaderSpacer {
	margin-top: 175px !important;
}

.lowerMV {
	width: 100%;
	min-width: 1000px;
	height: 350px;
	margin: 175px 0 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.lowerMV:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
}

.lowerMVTitle {
	position: absolute;
	left: 50%;
	bottom: calc(50% - 25px);
	line-height: 0;
	transform: translate(-50%, 0);
}

.breads {
	position: absolute;
	left: calc(50% - 500px);
	top: 20px;
	text-align: left;
	width: 1000px;
}

.breads>* {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	display: inline-block;
	color: white;
	text-decoration: none;
	position: relative;
}

.breads>a:hover {
	text-decoration: underline;
}

.breads>*:not(:last-child) {
	margin-right: 20px;
}

.breads>*:not(:last-child):after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 2px solid white;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: calc(50% - 3px);
	right: -13px;
	transform: rotate(45deg);
}

.lowerTopMessage {
	font-size: 15px;
	line-height: 180%;
	padding: 60px 0 120px 0;
	text-align: center;
	width: 100%;
	min-width: 1000px;
}

.lowerTitle {
	margin: 0 0 60px 0;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 100%;
	font-weight: bold;
	color: black;
	position: relative;
}

.lowerTitle>span {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: 100%;
	color: #ed1220;
	margin: 10px 0 0 0;
	display: block;
}

.lowerTitleWithLine {
	margin: 0 0 90px 0;
}

.lowerTitleWithLine>span {
	margin: 20px 0 0 0;
}

.lowerTitleWithLine:after {
	content: "";
	width: 90px;
	height: 4px;
	background: #ed1220;
	position: absolute;
	bottom: -28px;
	left: calc(50% - 45px);
}




















.lowerCompanyStaff {
	width: 1000px;
	margin: 0 auto;
	position: realtive;
}

.lowerCompanyStaffDivision {
	padding: 0 0 130px 0;
}

.lowerCompanyStaffDivisionTitle {
	background: #ed1220;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	padding: 0 0 0 25px;
}

.lowerCompanyStaffDivisionStaffs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lowerCompanyStaffDivisionStaffs:after,
.lowerCompanyStaffDivisionStaffs:before {
	content: "";
	display: block;
	height: 0;
	width: 220px;
}

.lowerCompanyStaffDivisionStaffs:before {
	order: 1;
}

.lowerCompanyStaffDivisionStaffs>div {
	width: 220px;
	position: relative;
	margin: 60px 0 0 0;
}

.lowerCompanyStaffImage {
	width: 100%;
	height: 270px;
	overflow: hidden;
	transform: skewy(-14.5deg);
	transform-origin: right top;
	background-position: 0 0;
	background-size: 0;
	background-repeat: no-repeat;
	background-color: #eeeeee;
	margin: 0 0 15% 0;
	position: relative;
}

.lowerCompanyStaffImage:after {
	content: "";
	display: block;
	width: 100%;
	height: 125%;
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: center 110%;
	background-size: cover;
	transform: skewy(14.5deg);
	transform-origin: right top;
	margin: 0 auto;
}

.lowerCompanyStaffName {
	text-align: right;
	font-size: 20px;
	color: black;
	line-height: 100%;
	margin-bottom: 1em;
}

.lowerCompanyStaffName span {
	font-size: 14px;
	color: #ed1220;
	line-height: 100%;
	display: block;
	margin-bottom: 0.6em;
}

.lowerCompanyStaffMessage {
	font-size: 15px;
	line-height: 150%;
}
















.lowerCompanyCEOMessage {
	width: 100%;
	min-width: 1000px;
	position: relative;
	padding: 80px 0 60px 0;
	background-color: #1d5c94;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	color: white;
}

.lowerCompanyCEOMessage .lowerTitle {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	color: white;
}

.lowerCompanyCEOMessage .lowerTitle span {
	color: white !important;
}

.lowerCompanyCEOMessages {
	width: 1000px;
	margin: 0 auto;
}

.lowerCompanyCEOMessage1 {
	width: 580px;
	margin: 40px auto 40px 0;
	font-size: 20px;
	line-height: 135%;
}

.lowerCompanyCEOMessage2 {
	width: 580px;
	margin: 0 auto 0 0;
	font-size: 14px;
	line-height: 180%;
}

.lowerCompanyCEOMessageSign {
	display: block;
	width: 185px;
	margin: 25px 0 0 auto;
}










.lowerCompanyProfile {
	width: 1000px;
	margin: 95px auto;
	padding: 0 100px;
	box-sizing: border-box;
}

.lowerCompanyProfileRow {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border-bottom: 1px solid #a0a0a0;
}

.lowerCompanyProfileRow:nth-of-type(1) {
	border-top: 1px solid #a0a0a0;
}

.lowerCompanyProfileRow>div {
	padding: 25px 0;
	font-size: 14px;
	line-height: 150%;
}

.lowerCompanyProfileRow>div:nth-child(1) {
	width: 165px;
	padding-left: 40px;
}

.lowerCompanyProfileRow>div:nth-child(2) {
	width: calc(100% - 165px);
}

.lowerCompanyProfile p {
	margin: 0;
}

.lowerCompanyProfile p:not(:first-child) {
	margin: 0.5em 0;
}




.lowerCompanyShops {
	width: 1000px;
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.lowerCompanyShops>* {
	width: 450px;
	text-decoration: none;
	color: black;
}

.lowerCompanyShopImage {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}

.lowerCompanyShopImage:hover {
	opacity: 0.85;
}

.lowerCompanyShopName {
	margin: 0.5em 0 0 0;
	font-size: 24px;
	line-height: 135%;
	text-align: center;
}

.lowerCompanyShopName span {
	font-size: 14px;
	display: block;
}











.lowerServiceCraftmanship {
	background: #eeeeee;
	width: 100%;
	min-width: 1000px;
	padding: 90px 0 70px 0;
	position: relative;
	z-index: 2;
}

.lowerServiceCraftmanship .lowerTitle {
	width: 1000px;
	margin: 0 auto 40px auto;
	text-align: left;
}

.loserServiceCraftmanshipContents {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.loserServiceCraftmanshipContent1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.06em;
}

.loserServiceCraftmanshipContent2 {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	line-height: 200%;
	margin: 20px 0;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #ed1220;
	color: white;
}

.loserServiceCraftmanshipContent3 {
	font-size: 15px;
	line-height: 180%;
}

.loserServiceCraftmanshipImage {
	width: 100%;
	height: 740px;
	position: absolute;
	left: 0;
	top: calc(50% - 370px);
	background-repeat: no-repeat;
	background-position: calc(50% + 380px) center;
	pointer-events: none;
}






.lowerServiceAftercare {
	width: 100%;
	min-width: 1000px;
	position: relative;
	padding: 250px 0 120px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.lowerServiceAftercare>* {
	width: 450px;
	position: relative;
	left: calc(50% + 50px);
	text-align: left;
}

.lowerServiceAftercare1 {
	font-size: 20px;
	line-height: 150%;
}

.lowerServiceAftercare2 {
	margin: 40px 0 0 0;
	font-size: 15px;
	line-height: 180%;
}






.lowerServiceLoan {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 40px 0;
}

.lowerServiceLoanMessage {
	font-size: 20px;
	line-height: 150%;
	margin: 0 0 40px 0;
	text-align: center;
}

.lowerServiceLoanMessage2 {
	font-size: 20px;
	line-height: 150%;
	margin: 60px 0 0 0;
	text-align: center;
}

.lowerServiceLoanTypes {
	width: 820px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.lowerServiceLoanTypes>div {
	width: 385px;
	box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
}

.lowerServiceLoanTypes>div>div {
	background: #ed1220;
	color: white;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
}

.lowerServiceLoanTypes>div>img {
	width: 100%;
}








.lowerStore {
	width: 1000px;
	margin: 0 auto;
}

.lowerStore:not(:nth-of-type(1)) {
	margin-top: 110px;
}

.lowerStoreName {
	background: #ed1220;
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	padding: 0 0 0 25px;
}

.lowerStoreDetails {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 30px 0 0 0;
}

.lowerStoreImage {
	width: 300px;
	height: 300px;
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.lowerStoreInfo {
	width: 360px;
	font-size: 15px;
	line-height: 180%;
}

.lowerStoreInfo>span {
	display: block;
	font-size: 14px;
	color: #ed1220;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.lowerStoreInfo>span:not(:first-child) {
	margin-top: 1em;
}

.lowerStoreMap {
	margin: 30px 0 0 0;
	width: 100%;
	height: 300px;
}

.lowerStoreMap iframe {
	width: 100%;
	height: 100%;
}








.lowerContactTel {
	padding: 90px 0 100px 0;
	background: #eeeeee;
}

.lowerContactTel .lowerTitle {
	margin-bottom: 0;
}

.lowerContactHelpdesks {
	width: 1000px;
	margin: 70px auto 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.lowerContactHelpdesk {
	width: 320px;
	padding: 15px 0;
	text-align: center;
}

.lowerContactHelpdeskName {
	font-size: 20px;
	font-weight: bold;
	line-height: 100%;
	white-space: nowrap;
	margin-bottom: 15px;
}

.lowerContactHelpdeskTel img {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 0;
	vertical-align: middle;
	margin-right: 5px;
}

.lowerContactHelpdeskTel {
	font-size: 30px;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #ed1220;
	white-space: nowrap;
	text-decoration: none;
	pointer-events: none;
}

.lowerContactHelpdeskMail {
	margin-top: 20px;
}

.lowerContactHelpdeskMail,
.lowerContactHelpdeskTime {
	font-size: 14px;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: black;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	display: inline-block;
}

.lowerContactHelpdeskMail:hover {
	text-decoration: underline;
}








span.required {
	color: #ed1220;
}

.lowerContactForm {
	padding: 120px 0;
	position: relative;
}

.contactForm {
	width: 720px;
	margin: 0 auto;
	position: relative;
}

.contcctFormRow {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
}

.contcctFormRow:not(:first-child) {
	margin-top: 20px;
}

.contcctFormRow>div:first-child {
	font-size: 18px;
	line-height: 45px;
	white-space: nowrap;
	width: 200px;
	position: relative;
}

.contcctFormRow>div:last-child {
	width: calc(100% - 200px);
	position: relative;
}

.contactForm input[type="text"],
.contactForm input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	background: #eee;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	padding: 0 1em;
	box-sizing: border-box;
}

.contactForm textarea {
	width: 100%;
	height: 200px;
	font-size: 16px;
	line-height: 150%;
	padding: 10.5px 1em;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.selectWrapper:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border: 6px solid #ed1220;
	border-color: #ed1220 transparent transparent transparent;
	top: calc(50% - 3px);
	left: calc(50% - 22px);
}

.contactForm select {
	width: 50%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 1em;
	background: #eeeeee;
	box-sizing: border-box;
	position: relative;
}

.contactForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contactForm select::-ms-expand {
	display: none;
}

.contactForm input[type="text"]::placeholder {
	color: #b5b5b5;
}

.contactForm input[type="text"]:-ms-input-placeholder {
	color: #b5b5b5;
}

.contactForm input[type="text"]::-ms-input-placeholder {
	color: #b5b5b5;
}

.contactForm input[type="email"]::placeholder {
	color: #b5b5b5;
}

.contactForm input[type="email"]:-ms-input-placeholder {
	color: #b5b5b5;
}

.contactForm input[type="email"]::-ms-input-placeholder {
	color: #b5b5b5;
}

.contactForm textarea::placeholder {
	color: #b5b5b5;
}

.contactForm textarea:-ms-input-placeholder {
	color: #b5b5b5;
}

.contactForm textarea::-ms-input-placeholder {
	color: #b5b5b5;
}

.contactForm option:disabled {
	color: #b5b5b5;
}

.contactFormButtons {
	width: 100%;
	margin: 50px 0 0 0;
	text-align: center;
}

.contactFormButtons p {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
}

.contactFormButtons input:not(:first-child) {
	margin-left: 20px;
}

.contactForm input[type="submit"],
.contactForm input[type="button"] {
	width: 240px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
}

.contactForm input[type="button"] {
	background: #eeeeee;
}

.contactForm .contactFormConfirm {
	background: #ed1220 !important;
	border: 1px solid #ed1220;
	color: white;
	transition: color 0.1s ease-out, background 0.1s ease-out;
}

.contactForm .contactFormConfirm:hover {
	background: #ed1220;
	color: white;
}

.contactFormButtonReject {
	animation: rejectAnim 0.6s ease-out 0s 1;
}

@keyframes rejectAnim {
	0% {
		transform: translatex(-6px);
	}

	20% {
		transform: translatex(5px);
	}

	40% {
		transform: translatex(-4px);
	}

	60% {
		transform: translatex(3px);
	}

	80% {
		transform: translatex(-2px);
	}

	100% {
		transform: translatex(0);
	}
}

.contactForm .errorMessage {
	font-size: 16px;
	line-height: 100%;
	color: #ed1220;
	box-sizing: border-box;
	border: 1px solid #ed1220;
	position: absolute;
	width: 400px;
	line-height: 40px;
	height: 40px;
	top: 75px;
	left: calc(50% - 200px);
	text-align: center;
	pointer-events: none;
	display: none;
	margin: 0;
}






.contactFormConfirmPhase>.contcctFormRow>div:last-child {
	font-size: 16px;
	line-height: 150%;
	padding: 10.5px 0;
}




.lowerThanksBackToTop {
	margin: 0 auto 120px auto;
	width: 1000px;
}

.lowerThanksBackToTop>a {
	display: block;
	width: 240px;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	background: #ed1220;
	border: 1px solid #ed1220;
	color: white;
	transition: color 0.1s ease-out, background 0.1s ease-out;
}

.lowerThanksBackToTop>a:hover {
	background: white;
	color: #ed1220;
}












.lowerLineBreadsWrapper {
	width: 1000px;
	height: 40px;
	margin: 180px auto 70px auto;
	position: relative;
}

.lowerLineBreadsWrapper>.breads>* {
	color: black;
}

.lowerLineBreadsWrapper>.breads>a:after {
	border-color: black;
}


.lowerLineTopSP {
	display: none;
}

.lowerLineTopPC {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	display: flex;
	justify-content: space-between;
}

.lowerLineTopPCImage {
	width: 500px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.lowerLineTopPCImage>div {
	width: 307px;
	height: 590px;
	background-repeat: no-repeat;
	position: relative;
}

.lowerLineTopPCImage a {
	position: absolute;
	width: 214px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	background: #00b900;
	color: white;
	text-decoration: none;
	left: calc(50% - 107px);
	top: 367px;
	border-radius: 10px;
	transition: transform 0.1s ease-out;
}

.lowerLineTopPCImage a img {
	width: 30px;
	height: 30px;
	line-height: 0;
	margin-right: 10px;
	vertical-align: middle;
}

.lowerLineTopPCImage a:hover {
	transform: scale(1.02);
}

.lowerLineTopInfo {
	width: 500px;
	position: relative;
}

.lowerLineTopInfo1 {
	font-size: 22px;
	line-height: 100%;
}

.lowerLineTopInfo2 {
	font-size: 55px;
	line-height: 100%;
	margin-top: 10px;
}

.lowerLineTopInfo2 img {
	line-height: 0;
	vertical-align: bottom;
}

.lowerLineTopInfo3 {
	font-size: 15px;
	line-height: 150%;
	margin-top: 20px;
}

.lowerLineTopFrames {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.lowerLineTopFrames>div:not(:first-child) {
	margin: 20px 0 0 0;
}

.lowerLineTopFrameTitle {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 17px;
	color: white;
	text-align: center;
	background: #ed1220;
}

.lowerLineTopFrameTitle img {
	line-height: 0;
	vertical-align: middle;
	margin-right: 6px;
}

.lowerLineTopFrameBody1,
.lowerLineTopFrameBody2 {
	padding: 20px;
	font-size: 14px;
	line-height: 180%;
	border: 2px solid #ed1220;
}

.lowerLineTopFrameBody1 {
	display: flex;
}

.lowerLineTopFrameBody1 img {
	display: block;
	margin-right: 20px;
}

.lowerLineTopFrameBody2 img {
	display: block;
	line-height: 0;
	margin-bottom: 15px;
}








.lowerLineBenefits {
	padding: 100px 0;
	background: #eeeeee;
}

.lowerLineBenefitsList {
	width: 1000px;
	display: flex;
	margin: 0 auto;
}

.lowerLineBenefitsList>div {
	width: 33.3%;
}

.lowerLineBenefitsList>div:not(:last-child) {
	border-right: 1px solid #cccccc;
}

.lowerLineBenefitNumber {
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.lowerLineBenefitImage {
	width: 166px;
	display: block;
	margin: 20px auto 40px auto;
}

.lowerLineBenefitTitle {
	font-size: 20px;
	line-height: 135%;
	margin-bottom: 0.6em;
	text-align: center;
	color: #ed1220;
}

.lowerLineBenefitText {
	font-size: 15px;
	line-height: 150%;
	padding: 0 25px;
	box-sizing: border-box;
}

.lowerLineBenefitsNotice {
	margin: 70px auto 0 auto;
	background: white;
	font-size: 14px;
	line-height: 180%;
	padding: 30px;
	width: 800px;
	box-sizing: border-box;
}














.searchResultsWrapper {
	padding: 100px 0;
	position: relative;
}

.searchResults {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.searchResult {
	display: flex;
	text-decoration: none;
	color: black;
	border: 1px solid #cccccc;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.3);
	position: relative;
}

.searchResult:not(:first-child) {
	margin-top: 60px;
}

.searchResultLeftBox {
	width: 300px;
	box-sizing: border-box;
	margin: 30px 0 0 30px;
}

.searchResultImage {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* box-sizing: border-box;
	margin: 30px 0 0 30px; */
  	height: fit-content;
}

.searchResultImage>img {
	width: 100%;
}

.searchResultImage.ribbon_sold:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/soldout_moji.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
  width: 100%;
  height: 100%;
}


.searchResultData {
	width: 700px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

.searchResultDataTitle {
	width: 100%;
	font-size: 18px;
	line-height: 135%;
	font-weight: bold;
	padding-right: 50px;
	box-sizing: border-box;
}

.searchResultDataPlace {
	width: 100%;
	margin: 1em 0 0 0;
}

.searchResultDataTel{
	margin-top: 1em;
}

.searchResultDataTelMtnone{
	margin-top: -1em;
}

.searchResultDataTelMtnone .large{
	font-size: 16px;
}

.searchResultDataPlace span {
	font-size: 14px;
	line-height: 100%;
	padding: 0.2em 0.5em;
	border: 1px solid #666666;
	color: #333333;
}

.searchResultDataPlace.col1 span {
  border-color: #ed111f;
  background-color: #ed111f;
  color: #fff;
  font-weight: bold;
}

.searchResultDataPlace.col2 span {
  border-color: #000;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.searchResultPriceTable {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	text-align: center;
}

.searchResultPriceTableTh {
	background-color: #ed111f;
	border: 1px solid #ed111f;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.searchResultPriceTableTh:not(:last-child)
 {
	border-right: 1px solid #ffffff;
}

.searchResultPriceTableTd {
	color: #ed111f;
	border: 1px solid #ed111f;
	padding: 10px 5px;
	width: 50%;
}

.searchResultDataTable {
	width: 100%;
	/* margin: 20px 0 5px; */
}

.searchResultDataTableTh,
.searchResultDataTableTd {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.searchResultDataTableTh>div {
	width: 25%;
	/* border-top: 1px solid #cccccc; */
	border-right: 1px solid #cccccc;
	font-size: 14px;
	line-height: 135%;
	line-height: 135%;
	background: #eeeeee;
	color: #666;
	padding: 0.25em;
	box-sizing: border-box;
  text-align: center;
}

.searchResultDataTableWrapperNarrow .searchResultDataTableTh>div {
  width: 50%;
}

.searchResultDataTableTh>div:first-child {
	border-left: 1px solid #cccccc;
}

.searchResultDataTableTd>div {
	width: 25%;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 14px;
	line-height: 135%;
	line-height: 135%;
	padding: 0.5em;
	box-sizing: border-box;
  text-align: center;
}

.searchResultDataTableWrapperNarrow .searchResultDataTableTd>div {
  width: 50%;
}

.searchResultDataTableTd>div:first-child {
	border-left: 1px solid #cccccc;
}

.searchResultDataTabletd>.recommendedItemPrice {
	color: #ed1220 !important;
}

.searchResultDataTableSmallText {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 20px;
}

.searchResultDataComment {
	width: 100%;
	padding-right: 200px;
	font-size: 14px;
	line-height: 150%;
	min-height: 3em;
}

.searchResultDataComment a img {
  max-width: 100%;
}

.searchResultButton {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: white;
	text-decoration: none;
	background: #ed1220;
	text-align: center;
	border: 1px solid #ed1220;
	box-sizing: border-box;
	transition: background 0.1s ease-out, color 0.1s ease-out;
}

.searchResultButton:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	right: 12px;
	top: calc(50% - 3px);
	box-sizing: border-box;
	border: 2px solid white;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	transition: right 0.1s ease-out, border-color 0.1s ease-out;
}

.searchResultButton:hover {
	background: white;
	color: #ed1220;
}

.searchResultButton:hover:after {
	right: 6px;
	border-color: #ed1220;
}





.pagination {
	width: 100%;
	margin-top: 100px;
}

.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.pagination li>* {
	text-decoration: none;
	color: #888888;
	background: #eeeeee;
	padding: 0.5em 1em;
	display: block;
	margin: 0 1px;
}

.pagination li>.current {
	background: #ed1220;
	color: white;
}

.pagination li>a:hover {
	background: #dddddd;
}













.specWrapper {
	width: 1000px;
	margin: 100px auto;
}

.specTitle {
	background: #ed1220;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	line-height: 125%;
}

.specPhoto {
	margin: 60px 0 0 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.specMainPhoto {
	width: 640px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: opacity 0.1s ease-out;
	position: relative;
  background-image: none!important;
}
.specMainPhoto img {
  width: 100%;
}

.specMainPhoto.soldout:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/soldout_moji.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95%;
  width: 100%;
  height: 100%;
  inset: 0;
}

.specMainPhotoArrowLeft,
.specMainPhotoArrowRight {
	width: 30px;
	height: 60px;
	background: #ed122033;
	position: absolute;
	top: calc(50% - 30px);
	z-index: 2;
	cursor: pointer;
}

.specMainPhotoArrowLeft {
	left: 0;
}

.specMainPhotoArrowRight {
	right: 0;
}

.specMainPhotoArrowLeft:after,
.specMainPhotoArrowRight:after {
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	box-sizing: border-box;
	border-top: 2px solid white;
	border-right: 2px solid white;
	left: calc(50% - 4.5px);
	top: calc(50% - 4.5px);
}

.specMainPhotoArrowLeft:after {
	transform: rotate(-135deg);
}

.specMainPhotoArrowRight:after {
	transform: rotate(45deg);
}

.specPhotoSelector {
	width: 320px;
  height: 500px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
}

.specPhotoSelector>div {
	/* width: 100px; */
	/* height: 75px; */
  aspect-ratio: 100 / 75;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	line-height: 0;
	cursor: pointer;
	opacity: 0.7;
}
.specPhotoSelector>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* .specPhotoSelector>div:nth-child(n+4) {
	margin-top: 10px;
} */

.specPhotoSelector .active,
.specPhotoSelector>div:hover {
	opacity: 1.0;
}

.specButton {
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: white;
	text-align: center;
	background: #ed1220;
	margin: 60px auto 0 auto;
	border: 1px solid #ed1220;
	cursor: pointer;
	transition: background 0.1s ease-out, color 0.1s ease-out;
	position: relative;
	display: block;
	text-decoration: none;
}

.specButton:hover {
	background: white;
	color: #ed1220;
}

.specButton:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid white;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: calc(50% - 4px);
	transition: border-color 0.1s ease-out, right 0.1s ease-out;
}

.specButton:hover:after {
	border-color: #ed1220;
	right: 26px;
}

.specSubtitle {
	background: #eeeeee;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding: 14px;
	line-height: 125%;
	margin: 60px 0 0 0;
}

.specSubtitleMargin {
	margin: 80px 0 30px 0;
}

.specText {
	margin: 30px 0 0 0;
	font-size: 16px;
	line-height: 150%;
}

.specText .large{
	font-size: min(4.26vw,18px);
}

.specDetails {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 150%;
	color: black;
	margin: 30px 0 0 0;
}

.specDetailsLeft {
	width: 200px;
}

.specDetailsTable {
	width: calc(100% - 200px - 30px);
}

.specDetailsLeftTitle {
	background: #ed1220;
	color: white;
	text-align: center;
	padding: 0.5em 0;
	box-sizing: border-box;
}

.specDetailsLeftTitle:not(:first-child) {
	margin-top: 20px;
}

.specDetailsLeftData {
	text-align: center;
	padding: 0.5em 0;
	font-size: 24px;
	box-sizing: border-box;
}

.specDetailsLeftDataTel{
	font-size: 18px;
	line-height: 1.4;
	margin-top: 1em;
}

.specDetailsLeftDataRecycling{
  font-size: 12px;
  line-height: 1.3;
  margin-top: .5em;
  margin-bottom: 0;
  color: #000;
}

.specDetailsLeftDataBig {
	color: #ed1220;
}

.specDetailsLeftSmallText {
  text-indent: -1em;
  padding-left: 1em;
  color: #333333;
  margin-top: 3em;
}

.specDetailsTable tr td:nth-child(odd) {
	width: 18%;
	padding: 0.5em 1.2em;
	box-sizing: border-box;
	background: #eeeeee;
	color: #333333;
	margin: 5px 0 0 0;
}

.specDetailsTable tr td:nth-child(even) {
	width: 32%;
	padding: 0.5em 1.2em;
	box-sizing: border-box;
	margin: 5px 0 0 0;
}

.specWrapper .searchResults {
	width: 100%;
}




.ribbon_recommend,
.ribbon_sold,
.ribbon_new,
.ribbon_used,
.ribbon_talking {
	position: relative;
}

.ribbon_recommend:after,
.ribbon_sold:after,
.ribbon_new:after,
.ribbon_used:after,
.ribbon_talking:after {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 75%;
	display: block;
	pointer-events: none;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	position: absolute;
}

.ribbon_recommend:after {
	background-image: url(images/ribbon_recommend.png);
}

.ribbon_new:after {
	background-image: url(images/ribbon_new.png);
}

.ribbon_sold:after {
	background-image: url(images/ribbon_sold.png);
}

.ribbon_used:after {
	background-image: url(images/ribbon_used.png);
}

.ribbon_talking:after {
	background-image: url(images/ribbon_talking.png);
}




.articleWrapper {
	width: 1000px;
	margin: 0 auto;
}

.articleDate {
	font-size: 14px;
	line-height: 135%;
}

.articleWrapper .lowerTitle {
	text-align: left;
	font-size: 18px;
	line-height: 135%;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ed1220;
	padding-bottom: 10px;
}

.articleContent {
	margin: 40px 0 100px 0;
}





.lowerBodyWrapper,
.lowerOrderWrapper {
	width: 800px;
	margin: 0 auto;
}

.lowerBodyImage {
	line-height: 100%;
	width: 100%;
	display: block;
}

.lowerBodyButton {
	margin: 20px auto 0 auto;
	width: 100%;
	box-sizing: border-box;
	border: 5px solid #ed1220;
	border-radius: 8px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 48%, rgba(255, 255, 255, 1) 55%);
	color: black;
	font-size: 30px;
	line-height: 135%;
	display: block;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.1s ease-out, color 0.1s ease-out;
}

.lowerBodyButton>span {
	font-size: 16px;
	line-height: 150%;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	display: block;
}

.lowerBodyButton:hover {
	background: #ed1220;
	color: white;
}

.lowerBodyButton+.lowerBodyImage {
	margin-top: 60px;
}


.lowerOrderStep {
	margin: 60px 0 0 0;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	position: relative;
}

.lowerOrderStep:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 3px solid #ed1220;
	left: calc(50% - 10px);
	bottom: -30px;
	border-width: 0 0 3px 3px;
	transform: rotate(-45deg);
}

.lowerOrderStepTitle {
	font-size: 20px;
	padding: 15px;
	background: #ed1220;
	color: white;
	line-height: 100%;
}

.lowerOrderStepContent {
	padding: 30px;
	font-size: 16px;
}

.lowerOrderStepContent img {
	width: 100%;
}

.lowerOrderStepContent>* {
	margin-top: 20px;
}

.lowerOrderStepContent>*:first-child {
	margin-top: 0;
}

.lowerOrderStepContent2 {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	font-size: 16px;
	display: flex;
	flex-wrap: nowrap;
}

.lowerOrderStepContent2>* {
	display: block;
}

.lowerOrderStepContent2>img {
	width: 260px;
	height: 160px;
	margin-right: 30px;
}

.lowerOrderStepContent2>div>a {
	color: white;
	background: #ed1220;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	margin: 0.5em 0 0 auto;
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	transition: background 0.1s ease-out, color 0.1s ease-out;
	position: relative;
	box-sizing: border-box;
}

.lowerOrderStepContent2>div>a:after {
	content: "";
	width: 5px;
	height: 5px;
	box-sizing: border-box;
	border: white solid 5px;
	border-color: transparent transparent transparent white;
	right: 6px;
	top: calc(50% - 2.5px);
	position: absolute;
	transition: right 0.1s ease-out;
}

.lowerOrderStepContent2>div>a:hover:after {
	right: 3px;
}

.lowerBodyImage2 {
	margin-top: 60px;
}





.megaMenuServiceListBackgrounds {
	position: absolute;
	height: 100%;
	width: calc(50% + 80px);
	left: 0;
	top: 0;
	display: block;
}

.megaMenuServiceListBackground {
	display: none;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.megaMenuServiceListBackground:first-child {
	display: block;
}




.strength {
	width: 100%;
	min-width: 1000px;
	padding: 100px 0;
	position: relative;
}

.strengthContentWrapper {
	width: 1000px;
	margin: 0 auto;
}

.strengthList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.strengthItems {
	width: 30%;
	margin: 20px 0;
	box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.5);
}

.strengthTitle {
	background: #ed1220;
	color: white;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-weight: bold;
}

.strengthText {
	padding: 1rem;
	margin: 0;
}

/*20231030 top_financial*/
.top_financial-retouch-sec-wrap .strengthTitle {
	height: 80px;
	line-height: 80px;
}

.top_financial-retouch-sec-wrap .strengthTitle.two_lines {
	height: 80px;
	line-height: 2;
}

.top_financial-retouch-sec-wrap .financial_imgbox.strengthItems {
	width: 385px;
}

.top_financial-retouch-sec-wrap .financial_imgbox.strengthItems img {
	width: 100%;
}


.customOrderWrapper {
	background: black;
	padding: 110px 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	min-width: 1000px;
}

.customOrderWrapper:before {
	content: "";
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA2LTIzVDE1OjIzOjU2KzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTA2LTIzVDE1OjIzOjU2KzA5OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNi0yM1QxNToyMzo1NiswOTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NTU2OTNhOC1hZjc5LTdiNDAtODQ5ZC0zYTUyZmI3YWVlYWQiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2YzBhZWI3Ni0xMzJkLTA4NDEtYjJjYy0wNzBkYWRkZTI0MmUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiYzk0MGMwNi0wYmYzLTAxNDItYWQ2Ny0wMzk1NWE3OGQ4MWQiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiYzk0MGMwNi0wYmYzLTAxNDItYWQ2Ny0wMzk1NWE3OGQ4MWQiIHN0RXZ0OndoZW49IjIwMjAtMDYtMjNUMTU6MjM6NTYrMDk6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4yIChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTU1NjkzYTgtYWY3OS03YjQwLTg0OWQtM2E1MmZiN2FlZWFkIiBzdEV2dDp3aGVuPSIyMDIwLTA2LTIzVDE1OjIzOjU2KzA5OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+c3A+XAAAABVJREFUCJljYGBg+I+GwcQnJExAAAD8PQ98+BPhmgAAAABJRU5ErkJggg==);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0.5;
}

.customOrderWrapper video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	opacity: 1;
	transform: scale(1.35);
}

.customOrder {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 3;
	color: white;
}

.customOrder img {
	width: 596px;
	height: auto;
	display: block;
	line-height: 0;
}

.customOrder div {
	width: 360px;
}

.customOrder h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 150%;
	letter-spacing: -0.08em;
}

.customOrder a {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	margin-top: 30px;
	margin-bottom: 16px;
	text-align: center;
	font-size: 16px;
	color: black;
	background: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-decoration: none;
	transition:
		color 0.1s ease-out,
		background 0.1s ease-out;
}

.customOrder a:hover {
	background: black;
	color: white;
}










.fadeIn {
	opacity: 0;
	transition: all 0.8s cubic-bezier(.07, .92, .46, .95) 0.1s;
}

.fromLeft {
	transform: translate(-20px, 0);
}

.fromRight {
	transform: translate(20px, 0);
}

.fromTop {
	transform: translate(0, -20px);
}

.fromBottom {
	transform: translate(0, 20px);
}

.fromForeground {
	transform: scale(1.6);
}

.fromBackground {
	transform: scale(0.8);
}

.faded {
	opacity: 1;
}

.fadedWithTransform {
	opacity: 1;
	transform: translate(0, 0) scale(1.0);
}





/*add 20230301*/
#main_h1 {
	font-size: 1em;
	text-align: center;
	margin: 15px auto;
	max-width: 83%;
}



/*add 20230703*/
.topFaq {
	width: 100%;
	min-width: 1000px;
	padding: 120px 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAtklEQVQYlVWQ2Q6FIAxEB6xr3B78/y80QY1GxQUzveHhkhACPTMdaqZpCnme431fzPOMNE1RliWstTiOA+d5QrIsw/M8WNcVSZL8Add1gXVLYN93hBBQ17WCVBMQkZ+Iivu+0XWdOhDgW2zLGOpEwBijarYtikI33SmwbdsqQLdxHNE0jQJc27YpJAS893DOYRgGzUGHZVkU7PsewgxU6EVECwSYj5n4EQ1eVRU4qwjEUfD03uMD67hy5EUMlwsAAAAASUVORK5CYII=');
}

.topFaqContentWrapper {
	width: 1000px;
	margin: 0 auto;
}

.topFaqDl {}

.topFaqDl,
.topFaqDl dt,
.topFaqDl dd {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

.topFaqDl dt {
	background: #ed1220;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
	margin: 0px 0px 15px 0px;
}

.topFaqDl dt .topFaqQuestion {
	padding: 15px;
}

.topFaqDl dt .topFaqText {
	padding: 15px 45px 15px 0px;
}

.topFaqDl dt .topFaqText::before,
.topFaqDl dt .topFaqText::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}

.topFaqDl dt .topFaqText::before {
	right: 15px;
}

.topFaqDl dt .topFaqText::after {
	right: 15px;
	transform: translateY(-50%) rotate(90deg);
}

.topFaqDl dt .topFaqText.open::after {
	transform: translateY(-50%) rotate(0);
}

.topFaqDl dd {
	display: none;
	padding: 15px 15px 40px 50px;
}


/*コラムページ追加
----------------------------------------*/
/*コラム一覧*/
.column_archive .column_archive_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.column_archive .column_archive_list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2rem;
}

.column_archive .column_archive_list li:nth-of-type(3n) {
	margin-right: 0;
}

.column_archive .column_archive_list li a {
	text-decoration: none;
	color: #000;
}

.column_archive .column_archive_list li a:hover {
	opacity: .7;
}

.column_archive .column_archive_list li .pic {
	width: 100%;
	margin-bottom: .3rem;
}

.column_archive .column_archive_list li .pic img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	vertical-align: bottom;
}

.column_archive .column_archive_list li .text p {
	margin: 0;
	margin-bottom: .3rem;
	font-size: 15px;
}

.column_archive .column_archive_list li .text p.title {
	font-weight: 700;
	font-size: 16px;
}

.column_archive .column_archive_list li .text p.date {
	font-size: 14px;
	margin-bottom: 0;
	text-align: right;
}

/*コラム記事*/
.column_single .articleContent .img img {
	max-width: 100%;
}

/*TOPページ調整*/
.newsWrapper .flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: min(100%, 1000px);
	margin: 0 auto;
}

.newsWrapper .flex-box .news {
	width: 49%;
	margin: 0;
}

.newsWrapper .flex-box .news>*:nth-child(1) {
	width: 125px;
	text-align: center;
}

.newsWrapper .flex-box .news>*:nth-child(2) {
	width: calc(100% - 145px);
	padding-left: 1rem;
	box-sizing: border-box;
}

.newsWrapper .flex-box .news .sectionHeaderNewsMod:after {
	left: 125px;
}

.newsWrapper .flex-box .news .sectionHeaderNewsMod>span {
	display: block;
	margin: 0;
}

.newsWrapper .flex-box .news .newsArticle>span:nth-child(1) {
	width: 28%;
}

.newsWrapper .flex-box .news .newsArticle>span:nth-child(2) {
	width: 72%;
}

.archive_link {
	margin-top: 1rem;
	width: min(100%, 1000px);
	margin: 1rem auto 0;
	text-align: right;
	padding-right: 1rem;
	box-sizing: border-box;
}

.archive_link a {
	font-size: 13px;
	text-decoration: none;
	color: #000;
	position: relative;
}

.archive_link a:hover {
	color: #ed1220;
}

.archive_link a:before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 1px solid #000;
	border-width: 1px 1px 0 0;
	position: absolute;
	top: calc(50% - 2px);
	left: -15px;
	transform: rotate(45deg);
}


/*イベントページ追加
----------------------------------------*/
.openPriceFair {
	width: 1000px;
	height: 440px;
	margin: 120px auto;
	line-height: 0;
	position: relative;
}

.openPriceFair img {
	width: 1000px;
	height: 440px;
}

.openPriceFair>a {
	position: absolute;
	content: '';
	inset: 0;
}


/*トラック保証ページ追加
----------------------------------------*/
.lowerMV--white::before {
	background: none;
}

.lowerMV--white .breads>* {
	color: #000;
}

.lowerMV--white .breads>*:not(:last-child):after {
	border-color: #000;
}

.protectInner {
	width: 1000px;
	margin-inline: auto;
	/* padding-inline: 15px; */

}

@media screen and (max-width: 750px) {
	.protectInner {
		width: 92%;
		padding-inline: 0;
	}
}

.protectGuarantee {
	padding-top: 150px;
}

.protectPlan {
	padding-top: 100px;
}

.protectKoumoku {
	padding-top: 100px;
}

.protectPrice {
	padding-top: 100px;
}


.protectTitleBorder {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 42px;
	font-size: 30px;
	color: #ed1320;
	font-weight: 600;
	padding-inline: 25px;
	background: linear-gradient(transparent 60%, #fee7e7 60%);
}

.protectList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.protectList li {
	font-size: 15px;
	font-feature-settings: "palt";
	display: grid;
	grid-template-columns: 13px auto;
	align-items: baseline;
	gap: 5px;
}

.protectList li::before {
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #b3b3b3;
	display: grid;
	place-content: end;
}


.protectLeadMessage {
	color: #ed1320;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.protectLeadMessage--big {
	font-size: 32px;
}

@media screen and (min-width: 768px) {
	.protectLeadMessage {
		font-size: 30px;
	}

	.protectLeadMessage--big {
		font-size: 42px;
	}
}

.protectLeadProduced {
	margin-top: 35px;
}

.protectLeadProduced img {
	width: 195px;
}

.protectLeadProducedText {
	font-size: 15px;
}



.protectRequirementRow {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.protectRequirementRow {
		flex-direction: row;
		padding: 0;
	}
}

.protectRequirementRow:not(:first-of-type) {
	border-top: 2px solid #e6e6e6;
}

.protectRequirementRow>div {
	padding: 5px 0;
	font-size: 14px;
	line-height: 150%;
}

@media screen and (min-width: 768px) {
	.protectRequirementRow>div {
		padding: 18px 0;
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.protectRequirementRow>div:nth-child(1) {
		flex: 0 1 125px;
	}
}

@media screen and (min-width: 768px) {
	.protectRequirementRow>div:nth-child(1) {
		flex: 0 1 165px;
		padding-left: 40px;
	}
}

.protectRequirementRow>div:nth-child(2) {
	flex: 1;
}

.protectRequirementRow>div span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.protectRequirement p {
	margin: 0;
}

.protectRequirement p:not(:first-child) {
	margin: 0.5em 0;
}

.protectGuarantee1 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

@media screen and (min-width: 768px) {
	.protectGuarantee1 {
		grid-template-columns: 1fr 1fr;
	}
}

.protectGuarantee1Item {
	border: 2px solid #ed1320;
	padding: 20px;
}

.protectGuarantee1Item.protectGuarantee1Item--dashed {
  border-width: 0;
  background-image : linear-gradient(to right, #ed1320 8px, transparent 8px),linear-gradient(to bottom, #ed1320 8px, transparent 8px),linear-gradient(to left, #ed1320 8px, transparent 8px),linear-gradient(to top, #ed1320 8px, transparent 8px);
  background-size: 12px 2px,2px 12px,12px 2px,2px 12px;
  background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
  background-position:left top,right top,right bottom,left bottom;
}

.protectGuarantee1ItemTitle {
	font-size: 18px;
	color: #ed1320;
	text-align: center;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px;
}

.protectGuarantee1-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	padding: 0;
	margin: 0;
}

.protectGuarantee1-list li {
	font-size: 16px;
	color: #fff;
	background-color: #f87c7c;
	border-radius: 10px;
	display: grid;
	place-content: center;
	height: 60px;
	text-align: center;
}

.protectGuarantee1Item--dashed .protectGuarantee1-list li {
	background-color: #fee7e7;
	color: #ed1320;
}

.protectGuarantee2 {
	margin-top: 50px;
}

.protectGuarantee2-list {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.protectGuarantee2-list li {
	font-size: 15px;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.protectGuarantee2-list li::before {
	content: '※';
}

.protectPlanWrapper:not(:first-child) {
	margin-top: 60px;
}

.protectPlanTitle1 {
	color: #fff;
	font-size: 15px;
	background-color: #2e2e2e;
	padding: 10px;
	margin-bottom: 25px;
}

.protectPlanTitle2 {
	font-size: 22px;
	font-weight: 500;
	padding: 0 0 10px;
	margin: 80px 0 20px;
	border-bottom: 1px solid #000;
}

.protectPlanListTitle {
	font-size: 18px;
	margin: 35px 0 15px;
}

@media screen and (min-width: 768px) {
	.protectPlanListTitle {
		font-size: 22px;
	}
}

.protectPlanList {
	display: grid;
	grid-template-columns: 1fr;
	gap: 45px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.protectPlanList {
		grid-template-columns: repeat(3, 1fr);
	}
}

.protectPlanListItem {
	border: 2px solid gray;
	position: relative;
}

.protectPlanListItem:hover {
	opacity: .85;
}

.protectPlanList--green .protectPlanListItem {
	border-color: #88ce00;
}

.protectPlanList--blue .protectPlanListItem {
	border-color: #00c6f5;
}

.protectPlanList--orange .protectPlanListItem {
	border-color: #fe9400;
}

.protectPlanListItemHead {
	background-color: gray;
	text-align: center;
	color: #fff;
	font-size: 19px;
	line-height: 42px;
	font-weight: 700;
	font-family: sans-serif;
	height: 42px;
	margin: 0;
}

.protectPlanList--green .protectPlanListItemHead {
	background-color: #88ce00;
}

.protectPlanList--blue .protectPlanListItemHead {
	background-color: #00c6f5;
}

.protectPlanList--orange .protectPlanListItemHead {
	background-color: #fe9400;
}

.protectPlanListItemHead span {
	font-size: 28px;
}

.protectPlanListItemBody {
	padding: 25px 13px 35px;
	display: grid;
	grid-template:
		"protectPlanListItemJikayou protectPlanListItemJigyouyou" 134px
		"protectPlanListItemTextWrapper protectPlanListItemTextWrapper" auto /
		1fr 1fr;
	gap: 20px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.protectPlanListItemBody {
		padding: 25px 13px 15px;
	}
}

.protectPlanListItemJikayou {
	background-color: lightgray;
	color: gray;
	font-size: 22px;
	text-align: center;
	grid-area: protectPlanListItemJikayou;
	display: grid;
	place-content: center;
	justify-items: center;
}

.protectPlanList--green .protectPlanListItemJikayou {
	background-color: #f3f9e8;
	color: #88ce00;
}

.protectPlanList--blue .protectPlanListItemJikayou {
	background-color: #e5f9ff;
	color: #00c6f5;
}

.protectPlanList--orange .protectPlanListItemJikayou {
	background-color: #fff4e7;
	color: #fe9400;
}

.protectPlanListItemJikayou::before {
	content: '';
	-webkit-mask-image: url(/wp/wp-content/themes/auto2020/images/t_protect-icon_maru.svg);
	mask-image: url(/wp/wp-content/themes/auto2020/images/t_protect-icon_maru.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}

.protectPlanList--green .protectPlanListItemJikayou::before {
	background-color: #88ce00;
}

.protectPlanList--blue .protectPlanListItemJikayou::before {
	background-color: #00c6f5;
}

.protectPlanList--orange .protectPlanListItemJikayou::before {
	background-color: #fe9400;
}

.protectPlanListItemJigyouyou {
	background-color: #f2f2f2;
	color: #2e2e2e;
	font-size: 22px;
	text-align: center;
	grid-area: protectPlanListItemJigyouyou;
	display: grid;
	place-content: center;
	justify-items: center;
}

.protectPlanListItemJigyouyou::before {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}

.protectPlanListItemJigyouyou--maru::before {
	background-image: url(/wp/wp-content/themes/auto2020/images/t_protect-icon_maru.svg);
}

.protectPlanListItemJigyouyou--batsu::before {
	background-image: url(/wp/wp-content/themes/auto2020/images/t_protect-icon_batsu.svg);
}

.protectPlanListItemTextWrapper {
	grid-area: protectPlanListItemTextWrapper;
	font-size: 15px;
}

.protectPlanListItemText {
	font-size: 15px;
	margin: 0;
}

.protectPlanListItemText--bold {
	font-size: 15px;
	margin: 0;
	font-weight: 500;
}

.protectPlanListItemArrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 44px;
	height: auto;
	aspect-ratio: 1;
}

.protectPlanListItemLink {
	position: absolute;
	content: '';
	inset: 0;
}

.protectPlanListItemNote {
	margin: 0;
	font-size: 15px;
	text-align: center;
	margin-bottom: -21px;
}

.protectPlanCautionBox {
	background-color: #ffefef;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-top: 55px;
}

@media screen and (min-width: 768px) {
	.protectPlanCautionBox {
		padding: 30px;
		flex-direction: row;
		align-items: center;
	}
}

.protectPlanCautionBox .protectList li::before {
	background-color: #fbb3b0;
}

.protectPlanCautionTitle {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	background-color: #f56061;
	height: auto;
	display: grid;
	place-content: center;
	margin: 0;
	padding-block: 8px;
}

@media screen and (min-width: 768px) {
	.protectPlanCautionTitle {
		width: 150px;
		aspect-ratio: 150 / 100;
		padding-block: 0;
	}
}



.protectBanner {
	width: 92%;
	height: auto;
	margin: 60px auto 0;
	line-height: 0;
	position: relative;
}

.protectBanner img {
	width: 100%;
	height: auto;
}

.protectBanner>a {
	display: block;
	position: absolute;
	width: 26%;
	height: 8%;
}

.protectBanner>a:nth-of-type(1) {
	right: 52%;
	top: 60%;
}

.protectBanner>a:nth-of-type(2) {
	right: 52%;
	top: 69%;
}

@media screen and (min-width: 751px) {
	.protectBanner {
		width: 1000px;
		height: 440px;
		margin: 120px auto 0;
		line-height: 0;
		position: relative;
	}

	.protectBanner img {
		width: 1000px;
		height: 440px;
	}

	.protectBanner>a {
		display: none;
	}
}

.protectKoumokuTableWrapper {
	margin-bottom: 20px;
}

.protectKoumokuList {
	list-style-type: none;
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.protectKoumokuList li {
	font-size: 15px;
	padding-left: 2em;
	text-indent: -2em;
}

.protectKoumokuList--bold {
	font-weight: bold;
}

.protectKoumokuList--kome {
	color: #ed1320;
	margin-right: 5px;
}


.protectKoumokuTitle1 {
	font-size: 22px;
	color: #ed1320;
	text-align: center;
	padding-bottom: 8px;
	margin: 90px auto 20px;
	border-bottom: 2px solid #ed1320;
	width: fit-content;
}

.protectKoumokuText {
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
}

/* table */
.protectKoumokuTableWrapper .col-set {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media screen and (min-width: 768px) {
  .protectKoumokuTableWrapper .col-set {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
	}
}

@media screen and (min-width: 1025px) {
	.protectKoumokuTableWrapper .col-set {
		grid-template-columns: repeat(4, 1fr);
	}
}

.protectKoumokuTableWrapper .col_4 {
	margin: 0;
}

.protectKoumokuTableWrapper table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.protectKoumokuTableWrapper table+table {
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .protectKoumokuTableWrapper table+table {
    margin-top: 40px;
  }
}

.protectKoumokuTableWrapper table thead th {
	padding: 10px;
	text-align: left;
	border: 1px solid #e6e6e6;
	background: #f2f2f2;
	font-size: 15px;
	font-weight: 500;
}

.protectKoumokuTableWrapper .caution {
	color: #ed1320;
	line-height: 1.4;
	font-weight: 500;
	margin-left: 5px;
}

.protectKoumokuTableWrapper table tbody th,
.protectKoumokuTableWrapper table tbody td {
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #e6e6e6;
	padding: 6px 2px;
}
@media screen and (min-width: 768px) {
  .protectKoumokuTableWrapper table tbody th,
  .protectKoumokuTableWrapper table tbody td {
    padding: 10px 5px;
  }
}

.protectKoumokuTableWrapper table tbody th {
	text-align: left;
}

.protectKoumokuTableWrapper table tbody td {
	width: 30px;
	font-size: 12px;
	text-align: center;
}
@media screen and (min-width: 768px) {
  .protectKoumokuTableWrapper table tbody td {
    font-size: 15px;
  }
}




.protectSupportList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
}

@media screen and (min-width: 768px) {
	.protectSupportList {
		grid-template-columns: repeat(3, 1fr);
	}
}

.protectSupportListItem {
	background-color: #ffefef;
	position: relative;
}

.protectSupportListItem:not(:first-child)::before {
	content: '';
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	width: 20px;
	height: 40px;
	background-color: #f56061;
}

@media screen and (min-width: 768px) {
	.protectSupportListItem:not(:first-child)::before {
		top: 50%;
		transform: translateX(0) translateY(-50%) rotate(0);
		left: -30px;
	}
}

.protectSupportListTitle {
	font-size: 16px;
	color: #fff;
	background-color: #f56061;
	width: 125px;
	height: 40px;
	display: grid;
	place-content: center;
	margin: 0;
	margin-inline: auto;
}

.protectSupportListBody {
	padding: 20px;
}

.protectSupportListText {
	font-size: 15px;
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin: 0;
}

.protectSupportListText::before {
	content: '■';
}

.protectSupportListText:not(:first-child) {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.protectSupportListText:not(:first-child) {
		margin-top: 25px;
	}
}

.protectSupportListTel {
	display: block;
	font-size: 15px;
	color: #ed1320;
	font-weight: 600;
	text-decoration: none;
	margin-top: 13px;
}

@media screen and (min-width: 768px) {
	.protectSupportListTel {
		pointer-events: none;
	}
}

.protectSupportListTel img {
	width: 11px;
	margin-right: 3px;
}

.protectSupportListTextSmall {
	font-size: 13px;
	margin: 0;
	margin-top: 13px;
}

.protectImportant {
	margin-top: 80px;
	/* width: 100%;
  min-width: 1000px; */
}

@media screen and (max-width: 750px) {
	.protectImportant {
		/* width: 100%;
    min-width: 100%; */
	}
}

.protectImportantBg {
	background-color: #eeeeee;
	padding-block: 60px;
	width: 1000px;
	/* margin-inline: auto;
  padding-block: 60px;
  width: 1000px;
  padding-inline: 15px;
  width: 100%;
  min-width: 1000px; */

}

@media screen and (max-width: 750px) {
	.protectImportantBg {
		width: auto;
	}
}

@media screen and (min-width: 1000px) {
	.protectImportantBg {
		width: 100%;
	}
}

.protectImportantInner {
	margin-inline: auto;
	width: 1000px;
}

@media screen and (max-width: 750px) {
	.protectImportantInner {
		width: auto;
	}
}

.protectImportantTitle {
	font-size: 18px;
	font-weight: 600;
	color: #ed1320;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

@media screen and (min-width: 768px) {
	.protectImportantTitle {
		font-size: 30px;
		flex-direction: row;
	}
}

.protectImportantTitle span {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background-color: #ed1320;
	padding-inline: 15px;
	height: 40px;
	line-height: 40px;
}

@media screen and (min-width: 768px) {
	.protectImportantTitle span {
		display: inline-block;
	}
}

@media screen and (max-width: 750px) {
	.protectImportant .protectList {
		padding-inline: 15px;
	}
}

.protectImportant .protectList li::before {
	background-color: #fbb3b0;
}


.protectPriceTitle {
	font-size: 22px;
	font-feature-settings: "palt";
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 25px;
	margin-bottom: -30px;
}

.protectPriceTitle.protectPriceTitle--column {
	flex-direction: column;
	row-gap: 10px;
}

.protectPriceTitle.protectPriceTitle--green {
	color: #88ce00;
}

.protectPriceTitle.protectPriceTitle--blue {
	color: #00c6f5;
}

.protectPriceTitle.protectPriceTitle--orange {
	color: #fe9400;
}

.protectPriceTitle span {
	color: #000;
	font-size: 15px;
}

.protectPriceItem {
	display: grid;
	grid-template-columns: auto;
	margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
	.protectPriceItem {
		grid-template-columns: calc((220 / 1000) *100%) auto;
	}
}

.protectPriceItemTitleWrapper {
	display: grid;
	place-content: center;
	background-color: gray;
}

.protectPriceItem--green .protectPriceItemBody {
	background-color: #f3f9e8;
}

.protectPriceItem--blue .protectPriceItemBody {
	background-color: #e5f9ff;
}

.protectPriceItem--orange .protectPriceItemBody {
	background-color: #fff4e7;
}

.protectPriceItemTitle {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	font-family: sans-serif;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

@media screen and (min-width: 768px) {
	.protectPriceItemTitle {
		display: block;
	}
}

.protectPriceItemTitle--big {
	font-size: 40px;
}

.protectPriceItemTitle--sm {
	font-size: 22px;
	display: block;
	text-align: center;
}

.protectPriceItemBody {
	flex: 1;
	padding: 20px;
	background-color: lightgray;
}

@media screen and (min-width: 768px) {
	.protectPriceItemBody {
		padding: 25px 40px;
	}
}

.protectPriceItem--green .protectPriceItemTitleWrapper {
	background-color: #88ce00;
}

.protectPriceItem--blue .protectPriceItemTitleWrapper {
	background-color: #00c6f5;
}

.protectPriceItem--orange .protectPriceItemTitleWrapper {
	background-color: #fe9400;
}

.protectPriceItemBody p {
	margin: 0;
}

.protectPriceItemLabels {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-bottom: 30px;
}

.protectPriceItemLabels li {
	font-size: 22px;
	color: gray;
	background-color: #fff;
	border: 1px solid gray;
	display: grid;
	place-content: center;
	width: 120px;
	height: 50px;
	box-sizing: border-box;
}

.protectPriceItem--green .protectPriceItemLabels li {
	color: #88ce00;
	border-color: #88ce00;
}

.protectPriceItem--blue .protectPriceItemLabels li {
	color: #00c6f5;
	border-color: #00c6f5;
}

.protectPriceItem--orange .protectPriceItemLabels li {
	color: #fe9400;
	border-color: #fe9400;
}

.protectPriceItemTextWrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.protectPriceItemTextItem {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.protectPriceItemTextItem {
		flex-direction: row;
		gap: 20px;
	}
}

.protectPriceItemTextItem p {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.protectPriceItemTextItem p {
		font-size: 18px;
	}
}

.protectPriceItemTextItem p:nth-of-type(1) {
	flex: 0 1 calc((130 / 700) *100%);
}

@media screen and (min-width: 768px) {
	.protectPriceItemTextItem p:nth-of-type(1) {
		text-align-last: justify;
	}
}

.protectPriceItemTextItem p:nth-of-type(2) {
	flex: 1;
}

.protectPriceItemSmall {
	font-size: 15px;
	color: #ed1320;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 5px !important;
}

.protectPriceItemSmall.protectPriceItemSmall--inline {
	display: block;
}

@media screen and (min-width: 768px) {
	.protectPriceItemSmall.protectPriceItemSmall--inline {
		display: inline-block;
		margin-left: 10px;
	}
}



.protectPriceContentsWrapper {
	display: flex;
	flex-direction: column;
	gap: 55px;
}

.protectPriceContentsWrapper:not(:first-of-type) {
	margin-top: 90px;
}

.protectPriceWrapper {
	scroll-margin-top: 150px;
}

.protectPriceWrapper .col-set3 {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	gap: 50px;
}

@media screen and (min-width: 768px) {
	.protectPriceWrapper .col-set3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.protectPriceWrapper .col-set2 {
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
	gap: 40px;
}

@media screen and (min-width: 768px) {
	.protectPriceWrapper .col-set2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.protectPriceWrapper .col_3 {
	margin: 0;
}

.protectPriceWrapper table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
}

.protectPriceWrapper--sm table tbody {
	font-size: 13px;
}

.protectPriceWrapper table caption {
	text-align: left;
	background: #f2f2f2;
	border: 2px solid #e6e6e6;
	border-bottom: none;
	height: 60px;
}

.protectPriceWrapper table caption span {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 15px;
	font-weight: 500;
}

.protectPriceWrapper table tbody th,
.protectPriceWrapper table tbody td {
	font-weight: normal;
	border: 2px solid #e6e6e6;
	padding: 10px;
	vertical-align: middle;
	line-height: 1;
}

.protectPriceWrapper table tbody th {
	white-space: normal;
	width: calc((200 / 300) *100%);
	text-align: left;
	vertical-align: bottom;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  .protectPriceWrapper table tbody th {
    padding: 10px 5px;
  }
}

.protectPriceWrapper table tbody tr:first-of-type th:last-of-type {
	text-align: right;
}

@media screen and (min-width: 768px) {
	.protectPriceWrapper table tbody th.rowNarrow {
		width: calc((165 / 300) *100%);
		padding-left: 5px;
	}

	.protectPriceWrapper table tbody th.rowWide {
		width: calc((380 / 480) *100%);
		padding-left: 5px;
	}
}

.protectPriceWrapper table tbody td {
	text-align: right;
	padding: 10px 5px 10px 0;
}

@media screen and (min-width: 768px) {
	.protectPriceWrapper table tbody td {
		padding: 10px 5px;
	}
}

.protectPriceWrapper table tbody .list-price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	margin: 0;
	padding: 0;
}

.protectPriceWrapper table tbody .item-price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.protectPriceWrapper table tbody .item-price:nth-of-type(2) {
	color: red;
}

.protectPdfButton {
	font-size: 16px;
	color: #fff;
	background-color: #ed1320;
	width: 400px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 90px auto 35px;
	text-decoration: none;
}

.protectPdfButton:hover {
	opacity: .85;
}

.u-spnone {
	display: none;
}

.u-tabblock {
	display: none;
}

@media screen and (min-width: 768px) {
	.u-tabblock {
		display: block;
	}
}

.u-tabnone {
	display: block;
}

@media screen and (min-width: 768px) {
	.u-tabnone {
		display: none;
	}
}


/* 20231206 パンくずリスト */
.cmnBreads ol {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: calc(50% - 500px);
	top: 20px;
	text-align: left;
	width: 1000px;
}

.cmnBreads ol * {
	list-style: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	display: inline-block;
	color: white;
	text-decoration: none;
}

.cmnBreads ol li {
	position: relative;
}

.cmnBreads ol li a {
	text-decoration: none;
}

.cmnBreads ol li a span {
	margin-right: 20px;
}

.cmnBreads ol li a:after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 2px solid white;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	transform: rotate(45deg);
	border-color: black;
}

.cmnBreads ol li span,
.cmnBreads ol li a span {
	color: black;
}


/*リースページ追加
----------------------------------------*/
.leasePlanHeading {
  font-size: 22px;
  font-weight: 500;
}
.leasePlanBox {
  display: grid;
  grid-template: 
  "leasePlanBoxTitle"auto
  "leasePlanBoxImg"auto
  "leasePlanBoxText"auto /
  auto;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .leasePlanBox {
    display: grid;
    grid-template: 
    "leasePlanBoxTitle leasePlanBoxImg"min-content
    "leasePlanBoxText leasePlanBoxImg"1fr /
    auto calc((478 / 1000) *100%);
  }
}
.leasePlanBoxTitle {
  grid-area: leasePlanBoxTitle;
}
.leasePlanBoxImg {
  grid-area: leasePlanBoxImg;
  width: 100%;
  height: auto;
}
.leasePlanBoxText {
  grid-area: leasePlanBoxText;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .leasePlanBoxText {
    font-size: 15px;
    line-height: 180%;
  }
}
.leasePlanBoxText span {
  color: #ed1320;
}
.leasePlanBoxOrange {
  background-color: #fff4e7;
  padding: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .leasePlanBoxOrange {
    padding: 25px;
  }
}
.leasePlanBoxOrange p:not(.leasePlanBoxOrangeTitle) {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 751px) {
  .leasePlanBoxOrange p:not(.leasePlanBoxOrangeTitle) {
    font-size: 15px;
    line-height: 180%;
  }
}
.leasePlanBoxOrangeTitle {
  font-size: 18px;
  font-weight: 500;
  color: #fe9400;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .leasePlanBoxOrangeTitle {
    font-size: 22px;
  }
}
.leasePlanMerit {
  margin-top: 75px;
}
.leasePlanMeritList {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 25px;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .leasePlanMeritList {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.leasePlanMeritListItem {
  display: grid;
  place-content: center;
  width: 345px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 300 / 220;
  border: 2px solid #ed1320;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .leasePlanMeritListItem {
    width: 100%;
  }
}
.leasePlanMeritListItemText {
  font-size: 14px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .leasePlanMeritListItemText {
    font-size: 16px;
  }
}
.leasePlanMeritHeadingWrp {
  margin: 0 auto 50px;
  text-align: center;
}
.leasePlanMeritHeading {
  display: inline;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  padding-inline: 12px;
  background: linear-gradient(transparent 60%, #fee7e7 60%);
  -webkit-box-decoration-break: clone;
	box-decoration-break:clone;
}
@media screen and (min-width: 751px) {
  .leasePlanMeritHeading {
    line-height: 180%;
  }
}
.leasePlanMeritHeading--red {
  color: #ed1320;
}
.leasePlanMeritHeading--redbig {
  color: #ed1320;
  font-size: 26px;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .leasePlanMeritHeading {
    font-size: 26px;
  }
  .leasePlanMeritHeading--redbig {
    font-size: 48px;
  }
}
.leasePlanMeritTitle {
  color: #fff;
  font-size: 15px;
  background-color: #000;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 60px;
}
.leasePlanMeritNote {
  padding-left: 1em;
  text-indent: -1em;
  max-width: 100%;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (min-width: 751px) {
  .leasePlanMeritNote {
    font-size: 15px;
    line-height: 180%;
  }
}
@media screen and (min-width: 768px) {
  .leasePlanMeritNote {
    width: 550px;
    margin-top: -75px;
  }
}
.leasePlanMerit1 {
  margin-top: 90px;
}
.leasePlanMerit1 img {
  width: 100%;
  height: auto;
}
.leasePlanMerit2 {
  margin-top: 90px;
}
.leasePlanMerit2 p:not(.leasePlanMeritHeading, .leasePlanMerit2ListHeading) {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (min-width: 751px) {
  .leasePlanMerit2 p:not(.leasePlanMeritHeading, .leasePlanMerit2ListHeading) {
    font-size: 15px;
    line-height: 180%;
  }
}
.leasePlanMerit2List {
  margin-top: 50px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .leasePlanMerit2List {
    flex-direction: row;
    gap: 45px;
  }
}
.leasePlanMerit2ListItem {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leasePlanMerit2ListItem {
    width: calc(33.3333333% - 90px / 3);
  }
}
.leasePlanMerit2ListHeading {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #88ce00;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  margin: 0;
  margin-bottom: 10px;
}
.leasePlanMerit2ListText {
  margin: 0;
}
.leasePlanMerit2ListText--1 {
  margin: 0;
  flex-grow: 1;
}
.leasePlanMerit2ListImage {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .leasePlanMerit2ListImage {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.leasePlanJyouken {
  padding: 0;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
}
.leasePlanJyouken p {
  margin: 0;
}
.leasePlanJyoukenList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (min-width: 751px) {
  .leasePlanJyoukenList {
    font-size: 15px;
    line-height: 180%;
  }
}
.leasePlanJyoukenList li:not(:first-child) {
  margin-top: 3px;
}
.leasePlanMerit3 {
  margin-top: 85px;
}
.leasePlanMerit3Body {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .leasePlanMerit3Body {
    margin-bottom: 90px;
    gap: 40px;
  }
}
.leasePlanMerit3Body p {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (min-width: 751px) {
  .leasePlanMerit3Body p {
    font-size: 15px;
    line-height: 180%;
  }
}
.leasePlanMerit3Img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .leasePlanMerit3Img {
    width: calc((820 / 1000) *100%);
  }
}




.leasePlanQestion {
	margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .leasePlanQestion {
    margin-top: 130px;
  }
}
.leasePlanQestionBg {
	background-color: #eeeeee;
	padding-block: 60px;
	width: 1000px;
}

@media screen and (max-width: 750px) {
	.leasePlanQestionBg {
		width: auto;
	}
}

@media screen and (min-width: 1000px) {
	.leasePlanQestionBg {
		width: 100%;
	}
}

.leasePlanQestionInner {
	margin-inline: auto;
	width: 1000px;
}

@media screen and (max-width: 750px) {
	.leasePlanQestionInner {
		width: auto;
	}
}
.leasePlanQestionList {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .leasePlanQestionList {
    row-gap: 70px;
    padding-inline: 0;
  }
}
.leasePlanQestionListItem {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .leasePlanQestionListItem {
    row-gap: 25px;
  }
}
.leasePlanQestionListItem dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.leasePlanQestionListItem dt span {
  font-size: 16px;
  color: #ff0012;
  margin-right: 5px;
}
.leasePlanQestionListItem dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.leasePlanQestionListItem dd span {
  font-size: 15px;
  color: #ff0012;
  margin-right: 10px;
}
@media screen and (min-width: 751px) {
  .leasePlanQestionListItem dt {
    line-height: 180%;
  }
  .leasePlanQestionListItem dd {
    font-size: 15px;
    line-height: 180%;
  }
}
@media screen and (min-width: 768px) {
  .leasePlanQestionListItem dt span,
  .leasePlanQestionListItem dt {
    font-size: 22px;
  }
}
.truckLeaseBanner {
	width: 1000px;
	height: 440px;
	margin: 120px auto;
	line-height: 0;
	position: relative;
}

.truckLeaseBanner img {
	width: 1000px;
	height: 440px;
}

.truckLeaseBanner>a {
	display: none;
}
@media screen and (max-width: 750px) {
  .truckLeaseBanner {
		width: 92%;
		height: auto;
		margin: 60px auto;
		line-height: 0;
	}

	.truckLeaseBanner img {
		width: 100%;
		height: auto;
	}

	.truckLeaseBanner>a {
		display: block;
		position: absolute;
		width: 55%;
		height: 10%;
	}

	.truckLeaseBanner>a:nth-of-type(1) {
		right: 4%;
		top: 71%;
	}

	.truckLeaseBanner>a:nth-of-type(2) {
		right: 3%;
		top: 82%;
	}
}

.topBannerWrapper {
	width: 1000px;
	margin: 0 auto 120px;
}

.topBannerList {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.topBannerItems {
  position: relative;
}
.topBannerItems img {
  max-width: 100%;
  height: auto;
}
.topBannerItems a {
  position: absolute;
  content: '';
  inset: 0;
}

/* 20240311 変更　車両詳細表の使用タグについて
-------------------------------------------*/
.recommendedItemInfoTable th,
.recommendedItemInfoTable td{
	padding: 4px 0;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	font-weight: normal;
}
.recommendedItemInfoTable th{
	width: 7.2em;
}
.recommendedItemInfoTable td{
	width: calc(100% - 7.2em);
}

/* 20240328 変更
-------------------------------------------*/
.recommendedItemInfoHead {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
  margin-block: 10px 15px;
}
.recommendedItemInfoHeadNum {
  font-size: 12px;
  margin: 0;
}
.recommendedItemInfoHeadNum span {
  font-size: 14px;
  font-weight: bold;
}
.recommendedItemInfoTable {
  width: 100%;
  border-collapse: collapse;
}
.recommendedItemInfoTable tr {
  border-bottom: 1px solid #eeeeee;
}
.searchResultDataTableWrapper {
  width: 100%;
  margin: 20px 0 5px;
}
.searchResultDataTable1 .searchResultDataTableTh>div {
  border-top: 1px solid #cccccc;
}

/* 20250501 変更
-------------------------------------------*/
.footerContent_inner {
	display: flex;
}
.footerShopinfo {
	padding: 55px 55px 55px 0;
	color: white;
}
.footerShopinfoTitle {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 20px 0;
	color: white;
}
.footerShopinfoItem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.footerShopinfoItemTxt {
	width: 60%;
	font-size: 14px;
	margin-bottom: 10px;
}
.footerShopinfoItemMap {
	width: 35%;
	min-width: 80px;
	aspect-ratio: 5/3;
}
.footerShopinfoItemMap iframe {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 20250709 追加 会社紹介文の追加
-------------------------------------------*/
.company_introduction {
	margin: 50px auto;
	font-size: 20px;
}
.company_introduction .br_sp {
	display: block;
}

/* 20251028 トップページランキング追加
-------------------------------------------*/
.topRankingContentWrapper {
	width: 1000px;
	margin: 0 auto;
}
.rankingSlider {
  position: relative;
  margin-top: 30px;
  padding: 0 30px;
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.rankingSliderNext,
.rankingSliderPrev {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 49px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.rankingSliderPrev {
  left: 0;
}
.rankingSliderNext {
  right: 0;
}
.rankingSliderPrev::before,
.rankingSliderPrev::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 35px;
  height: 1px;
  border-radius: 9999px;
  background-color: gray;
  transform-origin: 0.5px 50%;
}
.rankingSliderNext::before,
.rankingSliderNext::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 35px;
  height: 1px;
  border-radius: 9999px;
  background-color: gray;
  transform-origin: calc(100% - 0.5px) 50%;
}
.rankingSliderNext::after,
.rankingSliderPrev::before {
  transform: rotate(45deg);
}
.rankingSliderNext::before,
.rankingSliderPrev::after {
  transform: rotate(-45deg);
}
.rankingSlider .slick-track {
  display: flex;
  gap: 25px;
}
.rankingItem {
  display: flex!important;
  flex-direction: column;
  height: auto !important;
}
.rankingItemHead {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex-grow: 1;
}
.rankingItemHeadImg {
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.rankingItemHeadName {
  font-weight: bold;
  margin: 0;
}
.rankingItemImgWrapper {
  aspect-ratio: 300 / 225;
  border: 2px solid #000;
  margin-top: 10px;
}
.rankingItem:has(.rankingItemHeadImg01) .rankingItemImgWrapper {
  border-color: #f9c905;
}
.rankingItem:has(.rankingItemHeadImg02) .rankingItemImgWrapper {
  border-color: #bdbaca;
}
.rankingItem:has(.rankingItemHeadImg03) .rankingItemImgWrapper {
  border-color: #f69140;
}
.rankingItemImg {
  width: 100%;
}
.rankingItemBody {
  margin-top: 15px;
  background-color: #f2f2f2;
  padding: 10px;
}
.rankingItemBody .recommendedItemInfoTable th,
.rankingItemBody .recommendedItemInfoTable td {
  font-weight: bold;
}
.rankingItemBtn {
  background: #ed1220;
  color: white;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 10px auto 0;
  box-sizing: border-box;
  border: 1px solid #ed1220;
  width: 180px;
}
.rankingItemBtn:hover {
  opacity: .7;
}

/* 20251028 トップお客様の声追加
-------------------------------------------*/
.topReviewWrapper {
	width: 1000px;
	margin: 0 auto;
}
.topReviewContentWrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.topReviewItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topReviewItemTitle {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: .5em;
  margin: 0;
}
.topReviewItemHead {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr min-content;
  gap: 20px;
}
.topReviewItemHeadName {
  font-size: 24px;
  margin: 0;
  align-content: end;
}
.topReviewItemHeadImg {
  grid-row: 1 / 3;
  width: 160px;
  height: auto;
  aspect-ratio: 1;
}
.topReviewItemStarSection {
  grid-column: 2 / 3;

}
.topReviewItemStarWrapper {
  display: flex;
  align-items: center;
  margin: 0;
  border: 2px solid #ed1220;
}
.topReviewItemStarTitle {
  background-color: #ed1220;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: .5em 2em;
}
.topReviewItemStar {
  margin: 0;
  color: #d69701;
  font-size: 28px;
  padding: 0 .2em;
}
.topReviewItemStarText {
  margin: 0;
}
.topReviewItemBody {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.topReviewItemBodyImg {
  display: block;
  width: 300px;
  height: auto;
  aspect-ratio: 350 / 264;
  object-fit: cover;
  object-position: center;
  max-width: 100%;

}
.topReviewItemBodyListWrapper {
  background-color: #f2f2f2;
  width: 100%;
  padding: .5em;
}
.topReviewItemBodyList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topReviewItemBodyListItem {
  border-bottom: 1px solid #fff;
  padding: .5em 0;
}
.topReviewItemBodyListItem a {
  color: #000;
  text-decoration: none;
}
.topReviewItemBodyListItem a:hover {
  opacity: .7;
}
.pt50 {
  padding-top: 50px;
}

/* 20251112 */
.scn_purchase_guide.purchase_guide {
	padding: 100px 0;
}

.scn_purchase_guide.purchase_guide 
.guide_ttl {
	font-size: 24px;
	font-weight: 700;
	padding: 80px 0 10px;
}

.scn_purchase_guide.purchase_guide 
.guide_01_item {
	display: flex;
	justify-content: center;
	gap: 50px;
	width: 100%;
	margin: 0 auto 30px;
}

.scn_purchase_guide.purchase_guide 
.guide_01_ttl {
	color: #fff;
	background-color: #ed1220;
	text-align: center;
	padding: 30px 50px 20px;
	font-size: 20px;
	font-weight: 700;
	width: 20%;
}

.scn_purchase_guide.purchase_guide 
.guide_01_text {
	border: 1px solid #000000;
	align-content: center;
	padding: 20px 50px;
	line-height: 1.8em;
	width: 80%;
}

.scn_purchase_guide.purchase_guide 
.guide_02_ttl {
	color: #fff;
	background-color: #ed1220;
	text-align: center;
	padding: 10px;
	font-size: 22px;
	font-weight: 700;
}

.scn_purchase_guide.purchase_guide 
.guide_02_text {
	border: 1px solid #000000;
	padding: 20px 50px;
	line-height: 1.8em;
	margin-bottom: 30px;
}

.scn_purchase_guide.purchase_guide 
.b_text {
	font-weight: 700;
}

.scn_purchase_guide.purchase_guide 
.br_sp {
	display: none;
}

.scn_store_information.store_information {
	padding: 100px 0;
}

.scn_store_information.store_information 
.store_introduction {
	text-align: center;
	padding-bottom: 50px;
}

.scn_store_information.store_information 
.store_information_block {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 50px;
}

.scn_store_information.store_information 
.store_information_item p {
	text-align: center;
	font-weight: 600;
}

/* 20251113  人気メーカー比較 */
.scn-comparisonPopularMakerStrong {
	width: 1000px;
	margin: auto;
	margin-top: 70px;
}
.scn-comparisonPopularMakerStrong .comparisonPopularMakerStrongTable,
.scn-comparisonPopularMakerStrong .comparisonPopularMakerStrongTable th,
.scn-comparisonPopularMakerStrong .comparisonPopularMakerStrongTable td {
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.scn-comparisonPopularMakerStrong .comparisonPopularMakerStrongTable th,
.scn-comparisonPopularMakerStrong .comparisonPopularMakerStrongTable td {
	padding-left: 8px;
	padding-right: 8px;
}
.scn-comparisonPopularMakerStrong .comparisonTableRed {
	background-color: #ed1220;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
.scn-comparisonPopularMakerStrong .comparisonTableGray {
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
}
.scn-comparisonPopularMakerStrong .popularMakerExp {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	column-gap: 10px;
}
.scn-comparisonPopularMakerStrong .popularMakerName {
	background-color: #ed1220;
	color: #fff;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.scn-comparisonPopularMakerStrong .popularMakerName:first-child {
	margin-top: 50px;
}
.scn-comparisonPopularMakerStrong .popularMakerImg {
	width: 50%;
}
.scn-comparisonPopularMakerStrong .popularMakerImg img {
	width: 500px;
}
.scn-comparisonPopularMakerStrong .popularMakerText {
	border: 1px solid #bbb;
	padding: 15px;
	display: flex;
	align-items: center;
}
.scn-comparisonPopularMakerStrong .popularMakerTextInner {
	line-height: 1.8;
}

/* 20251113  架装サービス案内 */
.scn-aboutBodyworkService {
	margin-top: 50px;
	margin-bottom: 60px;
}
.scn-aboutBodyworkService .aboutBodyworkService_ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 50px;
}
.scn-aboutBodyworkService .aboutBodyworkService_text {
	line-height: 1.8;
	padding-left: 4px;
	padding-right: 4px;
}

/* 20251113  架装分類 */
.scn-classificationBodywork .classificationBodyworkItemTtl,
.scn-classificationBodywork .classificationBodyworkExpTtl {
		background-color: #ed1220;
		color: #fff;
		text-align: center;
}
.scn-classificationBodywork .classificationBodyworkItemTtl {
		font-size: 18px;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-bottom: 12px;
		margin-top: 20px;
		font-weight: bold;
}
.scn-classificationBodywork .classificationBodyworkExpTtl {
		font-size: 14px;
		padding-top: 4px;
		padding-bottom: 4px;
}
.scn-classificationBodywork .classificationBodyworkExpText {
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
}
.scn-classificationBodywork .classificationBodyworkItem {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		column-gap: 10px;
}
.scn-classificationBodywork .classificationBodyworkImg {
		width: 50%;
}
.scn-classificationBodywork .classificationBodyworkImg img {
		width: 400px;
}
.scn-classificationBodywork .classificationBodyworkExpArea {
		display: flex;
		flex-wrap: wrap;
		row-gap: 10px;
}
.scn-classificationBodywork .classificationBodyworkIntroTtl {
		text-align: center;
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 50px;
}
.scn-classificationBodywork .classificationBodyworkIntroText {
		margin-bottom: 30px;
}

/* 20260409 フッターリンクの整理 */
.footerLinks .scn-adjusted-footerLinksSNS {
	bottom: -30px;
}

/* ==========================================================================
   車両検索（p-trucks-search） 20260508
   ========================================================================== */

/* 全体ラッパー */
.p-trucks-search {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	box-sizing: border-box;
	padding-top: 80px;
}
@media (max-width: 768px) {
	.p-trucks-search {
		padding-top: 40px;
	}
}
.p-trucks-search *,
.p-trucks-search *::before,
.p-trucks-search *::after {
	box-sizing: border-box;
}

.p-trucks-search .l-section__inner,
.p-trucks-search .l-container-ctrl-center,
.p-trucks-list-results .l-section__inner,
.p-trucks-list-results .l-container-ctrl-center {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.p-trucks-search .l-section__inner,
	.p-trucks-search .l-container-ctrl-center,
	.p-trucks-list-results .l-section__inner,
	.p-trucks-list-results .l-container-ctrl-center {
		width: 100%;
		padding: 0 16px;
	}
}

/* ヘッダー（Search / 車両検索） */
.p-trucks-search__heading {
	text-align: center;
	margin-bottom: 30px;
}
.p-trucks-search__title-en {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: #ed1220;
	margin: 0;
	line-height: 1;
}
.p-trucks-search__title-ja {
	font-size: 14px;
	color: #333;
	margin: 8px 0 0;
}

/* ---- タブ ---- */
.p-trucks-search__tabs {
	display: none;
	width: 100%;
}
.c-tabs__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ed1220;
}
.c-tabs__item {
	flex: 1 1 0;
	display: flex;
}
.c-tabs__tab {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 14px 10px;
	background: #fff;
	color: #ed1220;
	border: 1px solid #ed1220;
	border-bottom: none;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color .2s, color .2s;
	line-height: 1.4;
	text-align: center;
}
.c-tabs__item + .c-tabs__item .c-tabs__tab {
	border-left: none;
}
.c-tabs__tab[aria-selected="true"] {
	background: #ed1220;
	color: #fff;
	border-color: #ed1220;
}

/* ---- パネル ---- */
.p-trucks-search__panel {
	background: #f3f3f3;
	padding: 40px 50px;
	border: 1px solid #ed1220;
	border-top: none;
}
.p-trucks-search__panel--white {
	background: #fff;
}
.p-trucks-search__panel[hidden] {
	display: none;
}

/* ---- フォーム（条件） ---- */
.p-trucks-search__form {
	margin: 0;
}
.p-trucks-search__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
	row-gap: 20px;
}

/* 各フィールド：ラベル + コントロール */
.p-trucks-search__field {
	display: grid;
	grid-template-columns: 130px 1fr;
	align-items: center;
	gap: 12px;
}
.p-trucks-search__label {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 1.4;
}

/* コントロール共通 */
.p-trucks-search__control {
	width: 100%;
	min-height: 44px;
	padding: 8px 12px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.p-trucks-search__control:focus {
	outline: none;
	border-color: #ed1220;
}

/* セレクトに赤い▼アイコン */
select.p-trucks-search__control {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><polygon points='0,0 12,0 6,8' fill='%23ed1220'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px 8px;
	padding-right: 32px;
	cursor: pointer;
}
select.p-trucks-search__control::-ms-expand {
	display: none;
}

/* レンジ（年式・走行距離） */
.p-trucks-search__range {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 8px;
}
.p-trucks-search__range-separator {
	color: #333;
	font-size: 14px;
	text-align: center;
}

/* アクション（ボタン群） */
.p-trucks-search__actions {
	margin-top: 30px;
	display: flex;
	gap: 16px;
	justify-content: center;
}

/* ---- ボタン ---- */
.c-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	padding: 12px 28px;
	font-family: inherit;
	font-weight: bold;
	color: #fff;
	background: #999;
	border: none;
	border-radius: 0;
	cursor: pointer;
	text-decoration: none;
	transition: opacity .2s, background-color .2s;
	line-height: 1.2;
	appearance: none;
	-webkit-appearance: none;
}
.c-button:hover {
	opacity: 0.85;
}
.c-button--primary {
	background: #ed1220;
}
.c-button--muted {
	background: #999;
}
.u-text-lg {
	font-size: 18px;
}
.u-text-center {
	text-align: center;
}

/* ---- 形状/メーカー アイコングリッド ---- */
.p-trucks-search__search-icon-grid {
	display: grid;
	gap: 18px;
	margin-bottom: 30px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
/* 形状: 6列 / メーカー: 5列 */
.js-search-panel-body .p-trucks-search__search-icon-grid {
	grid-template-columns: repeat(6, 1fr);
}
.js-search-panel-body .p-trucks-search__search-icon-button,
.js-search-panel-maker .p-trucks-search__search-icon-button {
	width: 135px;
	height: 135px;
	min-height: 135px;
	justify-self: center;
}
.js-search-panel-maker .p-trucks-search__search-icon-grid {
	grid-template-columns: repeat(4, max-content);
	gap: 22px;
	justify-content: center;
}

.p-trucks-search__search-icon-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 10px 16px;
	min-height: 150px;
	background: linear-gradient(to bottom, #fdfdfd 0%, #ececec 100%);
	border: 1px solid #d9d9d9;
	border-radius: 12px;
	cursor: pointer;
	transition: box-shadow .2s, transform .15s, background-color .2s;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.p-trucks-search__search-icon-button:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}
.p-trucks-search__search-icon-button.is-active {
	box-shadow: 0 0 0 2px #ed1220 inset;
	background: linear-gradient(180deg, #fff 0%, #fde8ea 100%);
}

.p-trucks-search__search-icon-button--maker {
	min-height: 150px;
	padding: 22px 14px;
	background: linear-gradient(180deg, #fdfdfd 0%, #ededed 100%);
}

.p-trucks-search__search-icon-button-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
.p-trucks-search__search-icon-button-inner--maker {
	gap: 0;
}

.p-trucks-search__search-icon-picture {
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-trucks-search__search-icon-img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	display: block;
}
/* メーカーロゴは横長対応 */
.p-trucks-search__search-icon-button--maker .p-trucks-search__search-icon-img {
	width: 130px;
	height: 80px;
	max-width: 100%;
}

.p-trucks-search__search-icon-label {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 1.35;
	font-weight: 500;
}

/* 形状/メーカータブ末尾の「すべての車両を見る」ボタン位置調整 */
.js-search-panel-body .u-text-center,
.js-search-panel-maker .u-text-center {
	margin-top: 10px;
}
.js-search-panel-body .u-text-center .c-button,
.js-search-panel-maker .u-text-center .c-button {
	min-width: 280px;
}

/* ---- ユーティリティ（Tailwind 風レスポンシブ） ---- */
.u-hidden { display: none; }
.u-block { display: block; }
@media (min-width: 640px) {
	.sm\:u-hidden { display: none; }
	.sm\:u-block { display: block; }
}
@media (max-width: 639px) {
	.sm\:u-block { display: none; }
	.sm\:u-hidden { display: inline; }
}

/* ---- レスポンシブ：SP ---- */
@media (max-width: 768px) {
	.p-trucks-search__panel {
		padding: 24px 16px;
	}
	.p-trucks-search__grid {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 14px;
	}
	.p-trucks-search__field {
		grid-template-columns: 100px 1fr;
		gap: 8px;
	}
	.c-tabs__tab {
		min-height: 50px;
		font-size: 13px;
		padding: 10px 4px;
	}
	.p-trucks-search__title-en {
		font-size: 28px;
	}
	.p-trucks-search__actions {
		flex-direction: column;
		gap: 10px;
	}
	.c-button {
		min-width: 100%;
	}
	.js-search-panel-body .p-trucks-search__search-icon-grid,
	.js-search-panel-maker .p-trucks-search__search-icon-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		justify-content: stretch;
	}
	/* SP では固定 135x135 を解除して可変サイズに */
	.js-search-panel-body .p-trucks-search__search-icon-button,
	.js-search-panel-maker .p-trucks-search__search-icon-button {
		width: auto;
		height: auto;
		min-height: 110px;
		max-width: 100%;
		justify-self: stretch;
	}
	.p-trucks-search__search-icon-button {
		padding: 12px 6px;
	}
	.p-trucks-search__search-icon-button--maker {
		padding: 14px 8px;
	}
	.p-trucks-search__search-icon-img {
		width: 60px;
		height: 60px;
	}
	.p-trucks-search__search-icon-button--maker .p-trucks-search__search-icon-img {
		width: 90px;
		height: 56px;
		max-width: 100%;
	}
	.p-trucks-search__search-icon-label {
		font-size: 12px;
	}
}

/* ==========================================================================
   車両検索結果カード（c-card-car-detail） 20260508
   ========================================================================== */

.p-trucks-search__result-list,
.l-grid-list {
	list-style: none;
	margin: 50px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 20px;
	box-sizing: border-box;
}
.p-trucks-search__result-list *,
.l-grid-list * {
	box-sizing: border-box;
}

.l-grid-list__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* カード全体 */
.c-card-car-detail {
	background: #fff;
	border: none;
	overflow: hidden;
	height: 100%;
}
.c-card-car-detail__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #333;
	text-decoration: none;
}

/* メディア（画像） */
.c-card-car-detail__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #f5f5f5;
	overflow: hidden;
}
.c-card-car-detail__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.c-card-car-detail__badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #ed1220;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 12px;
	letter-spacing: 0.05em;
	z-index: 2;
}

/* ボディ（パディングなし: バーや表は全幅、テキストは個別にパディング） */
.c-card-car-detail__body {
	padding: 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* タイトル（行数制限なし。JSで横並びカード間の最大高さに揃える） */
.c-card-car-detail__title {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	padding: 14px 14px 12px;
	word-break: break-all;
}

/* 価格セクション（全幅） */
.c-card-car-detail__price {
	margin: 0;
	border: none;
	background: transparent;
}
.c-card-car-detail__price::before {
	content: "本体価格";
	display: block;
	background: #ed1220;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 6px 8px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

/* インナー（支払総額 / 価格 / 万円(税込) 横並び） — お問い合わせ版と同じ高さ */
.c-card-car-detail__price-inner,
.c-card-car-detail__price--ask .c-card-car-detail__price-value {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 12px;
	min-height: 76px;
	box-sizing: border-box;
}

/* 「支払総額」ラベル（縦2行・黒） */
.c-card-car-detail__price-label {
	display: block;
	margin: 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

/* 価格本体（大きめ赤文字） */
.c-card-car-detail__price-value {
	margin: 0;
	color: #ed1220;
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* 単位「万円(税込)」（縦2行・黒） */
.c-card-car-detail__price-unit {
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

/* お問い合わせ版（金額なし） */
.c-card-car-detail__price--ask .c-card-car-detail__price-value {
	font-size: 22px;
	line-height: 1.3;
	white-space: normal;
	gap: 0;
}
.c-card-car-detail__price--ask .c-card-car-detail__price-value br {
	display: none;
}

/* メタ情報（角丸グレーラベル + 値） */
.c-card-car-detail__meta {
	margin: 0 14px;
	padding: 0;
	border: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.c-card-car-detail__meta-row {
	display: grid;
	grid-template-columns: 113px 1fr;
	gap: 14px;
	align-items: center;
	border: none;
}
.c-card-car-detail__meta-row dt {
	background: #ededed;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	margin: 0;
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
}
.c-card-car-detail__meta-row dd {
	background: transparent;
	color: #333;
	font-size: 13px;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	word-break: break-all;
	line-height: 1.4;
}

/* フッター */
.c-card-car-detail__footer {
	margin-top: auto;
	padding-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* 展示場（全幅・赤帯） */
.c-card-car-detail__exhibition_site {
	margin: 0;
	background: #ed1220;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 6px 8px;
	letter-spacing: 0.05em;
}

/* 問い合わせ番号 */
.c-card-car-detail__contact {
	margin: 0;
	padding: 0 14px;
	color: #333;
	font-size: 13px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.c-card-car-detail__contact span {
	color: #ed1220;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
}
.c-card-car-detail__contact span::before {
	content: "|";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #ccc;
	font-weight: normal;
}

/* CTA ボタン（角丸 10px・白背景・矢印付き） */
.c-card-car-detail__cta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	background: #fff;
	color: #333;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	padding: 14px 20px;
	margin: 0 14px 14px;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
	transition: background-color .2s, border-color .2s;
}
.c-card-car-detail__link:hover .c-card-car-detail__cta-button {
	background: #fafafa;
}
/* 細い「>」シェブロン（border 回転で生成） */
.c-button--arrow-bold::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	margin-left: 0;
	flex-shrink: 0;
}

/* スクリーンリーダー専用（視覚的に非表示） */
.u-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ページネーション（nav-links / page-numbers） */
.p-trucks-list-results .nav-links,
.l-section .nav-links {
	margin: 50px 0;
	width: 100%;
	text-align: center;
}
.p-trucks-list-results .page-numbers,
.l-section ul.page-numbers {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: inline-flex;
	gap: 0;
	align-items: center;
	justify-content: center;
}
.p-trucks-list-results .page-numbers li,
.l-section ul.page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-trucks-list-results .page-numbers li + li,
.l-section ul.page-numbers li + li {
	margin-left: -1px; /* 隣接する枠線を重ねて1px線に */
}
.p-trucks-list-results .page-numbers a,
.p-trucks-list-results .page-numbers > span,
.l-section ul.page-numbers a,
.l-section ul.page-numbers > li > span,
.l-section ul.page-numbers > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 8px;
	background: #fff;
	color: #333;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	text-decoration: none;
	transition: background-color .15s, border-color .15s;
	box-sizing: border-box;
	position: relative;
}
.p-trucks-list-results .page-numbers a:hover,
.l-section ul.page-numbers a:hover {
	background: #f5f5f5;
	z-index: 1;
}

/* 現在ページ */
.p-trucks-list-results .page-numbers .current,
.l-section ul.page-numbers .current {
	background: #ed1220;
	color: #fff;
	border-color: #ed1220;
	z-index: 1;
}

/* 「…」省略表示（枠線あり） */
.p-trucks-list-results .page-numbers .dots,
.l-section ul.page-numbers .dots {
	color: #666;
}

/* レスポンシブ */
@media (max-width: 1024px) {
	.p-trucks-search__result-list,
	.l-grid-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 16px;
	}
}
@media (max-width: 600px) {
	.p-trucks-search__result-list,
	.l-grid-list {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.p-trucks-list-results .nav-links,
	.l-section .nav-links {
		margin: 24px 0;
	}
}

/* ==========================================================================
   車両詳細ページ（p-truck-single） 20260509
   ========================================================================== */

/* ---- 本体ラッパー ---- */
.p-truck-single .l-section-box,
.p-truck-single .l-section__inner {
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	box-sizing: border-box;
}
@media (max-width: 1024px) {
	.p-truck-single .l-section-box,
	.p-truck-single .l-section__inner {
		padding: 0 16px;
	}
}

.p-truck-single .p-single__body {
	padding-top: 50px;
}

/* ---- タイトル + バッジ行 ---- */
.p-truck-single__head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: start;
	margin-bottom: 30px;
}
.p-truck-single__title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	margin: 0;
}
.p-truck-single__head-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.p-truck-single__badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 42px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	color: #333;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.p-truck-single__badge--primary {
	background: #ed1220;
	color: #fff;
	border-color: #ed1220;
}

/* ---- ギャラリー（メイン + サムネイル） ---- */
.p-truck-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 16px;
	margin-bottom: 50px;
	align-items: start;
}
.p-truck-single__media {
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	width: 100%;
}
.p-truck-single__main-swiper {
	width: 100%;
	height: 100%;
}
.p-truck-single__main-swiper .swiper-wrapper {
	display: flex;
	height: 100%;
}
.p-truck-single__main-swiper .swiper-slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}
.p-truck-single__main-image-img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* サムネイル: メイン画像と同じ高さでスクロール（高さは JS で同期） */
.p-truck-single__gallery {
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100%;
	scrollbar-width: thin;
	scrollbar-color: #bbb #f0f0f0;
}
.p-truck-single__gallery::-webkit-scrollbar {
	width: 6px;
}
.p-truck-single__gallery::-webkit-scrollbar-track {
	background: #f0f0f0;
}
.p-truck-single__gallery::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 3px;
}

.p-truck-single__thumbs-swiper {
	width: 100%;
	height: auto;
}

/* PC（lg+）: --grid 修飾子付きでグリッド表示。Swiper の transform を打ち消し */
.p-truck-single__thumbs-swiper--grid .swiper-wrapper {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	transform: none !important;
	height: auto !important;
	overflow-y: auto;
	max-height: 100%;
}
.p-truck-single__thumbs-swiper--grid .swiper-slide {
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

/* SP: Swiper による横スクロール（デフォルト挙動） */

.p-truck-single__gallery-button {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #d9d9d9;
	border: none;
	cursor: pointer;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	box-sizing: border-box;
	transition: opacity .15s;
}
.p-truck-single__gallery-button:hover {
	opacity: 0.85;
}
.p-truck-single__gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.p-truck-single__thumbs-scrollbar {
	height: 4px;
	margin-top: 8px;
	background: #f0f0f0;
}
.p-truck-single__thumbs-scrollbar .swiper-scrollbar-drag {
	background: #ed1220;
}

/* ---- 価格・問い合わせ番号サマリ（4カラム） ---- */
.p-truck-single__summary-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 30px;
}
.p-truck-single__summary-item {
	display: flex;
	flex-direction: column;
}
.p-truck-single__summary-label {
	margin: 0;
	background: #ed1220;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 8px 10px;
	letter-spacing: 0.05em;
}
.p-truck-single__summary-value {
	margin: 0;
	color: #ed1220;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	padding: 14px 8px;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 4px;
	flex-wrap: wrap;
}
.p-truck-single__summary-value--total {
	font-size: 32px;
}
.p-truck-single__summary-value--sm {
	font-size: 20px;
}
.p-truck-single__summary-amount {
	font-size: inherit;
	font-weight: bold;
}
.p-truck-single__summary-unit {
	font-size: 14px;
	font-weight: bold;
	color: #ed1220;
}

/* ---- 支払総額についての注意書き ---- */
.p-truck-single__summary-disclaimer {
	margin-bottom: 30px;
	padding: 16px 0;
}
.p-truck-single__summary-disclaimer-title {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
.p-truck-single__summary-disclaimer-icon {
	display: inline-block;
	font-size: 11px;
	color: #333;
}
.p-truck-single__disclaimer-text {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.7;
	color: #555;
}

/* ---- CTA ボックス（在庫・価格・見積金額を無料で相談する） ---- */
.p-truck-single__cta-box {
	width: 780px;
	max-width: 100%;
	height: 150px;
	margin: 0 auto 85px;
	padding: 16px 24px;
	background: #ededed;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.p-truck-single__cta-box-inner {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: center;
}
.p-truck-single__cta-box-title {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.p-truck-single__cta-contacts {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

/* メールで問い合わせボタン（オレンジ） */
.p-truck-single__cta-mail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 348px;
	height: 68px;
	background: #f08a31;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 24px;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	transition: background-color .2s;
	box-sizing: border-box;
}
.p-truck-single__cta-mail:hover {
	background: #d97520;
	color: #fff;
}
.p-truck-single__cta-mail-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.4em;
	height: 1.4em;
}

/* 電話エリア */
.p-truck-single__cta-phone {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}
.p-truck-single__cta-tel {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ed1220;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
}
.p-truck-single__cta-tel:hover {
	color: #ed1220;
	opacity: 0.85;
}
.p-truck-single__cta-tel-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 32px;
}
.p-truck-single__cta-tel-icon svg {
	width: 100%;
	height: 100%;
	fill: #ed1220;
}
.p-truck-single__cta-tel-number {
	letter-spacing: 0.02em;
}
.p-truck-single__cta-tel-text {
	margin: 0;
	font-size: 13px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
}
.p-truck-single__cta-tel-text-code {
	background: #ed1220;
	color: #fff;
	padding: 2px 8px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

/* ---- セクション見出し（短い赤縦バー + 全幅下線） ---- */
.c-h-full-underline {
	font-size: 22px;
	font-weight: bold;
	color: #ed1220;
	margin: 0 0 24px;
	padding: 0 0 10px 16px; /* 下線との間に 10px */
	line-height: 1.2;
	position: relative;
}
/* 短い縦バー（テキスト高さ分） */
.c-h-full-underline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 1.2em;
	background: #ed1220;
}
/* 横全幅の下線 */
.c-h-full-underline::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #ed1220;
}

/* --triangle: 縦棒の代わりに ▶ マーク */
.c-h-full-underline--triangle {
	padding-left: 22px;
}
.c-h-full-underline--triangle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 0;
	height: 0;
	background: transparent;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #ed1220;
}

/* ---- 基本仕様テーブル（3カラム） ---- */
.p-truck-single__spec {
	margin-bottom: 120px;
}

/* ---- 動画セクション（上に 130px のスペース） ---- */
.p-truck-single__movie {
	margin-top: 130px;
}

/* ---- 問い合わせセクション（上に 110px のスペース） ---- */
.p-truck-single__contact {
	margin-top: 110px;
}

/* ---- 関連車両セクション（上に 120px のスペース） ---- */
.p-truck-single__related {
	margin-top: 120px;
}
.p-truck-single__spec-table-wrap {
	overflow-x: auto;
}
.p-truck-single__spec-dl {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.p-truck-single__spec-dl-item {
	display: grid;
	grid-template-columns: 130px 1fr;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.p-truck-single__spec-dl-item dt {
	background: #f3f3f3;
	color: #333;
	font-size: 14px;
	padding: 12px 14px;
	margin: 0;
	border-right: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
}
.p-truck-single__spec-dl-item dd {
	background: #fff;
	color: #333;
	font-size: 14px;
	padding: 12px 14px;
	margin: 0;
	display: flex;
	align-items: center;
	word-break: break-all;
}

/* ---- 関連書類リンク（中央寄せ） ---- */
.p-truck-single__spec-actions {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 32px;
	flex-wrap: wrap;
}
.p-truck-single__spec-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 220px;
	height: 42px;
	padding: 0 16px;
	background: #fff;
	color: #333;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	transition: background-color .2s, border-color .2s;
	box-sizing: border-box;
}
.p-truck-single__spec-action:hover {
	background: #f5f5f5;
	color: #333;
	border-color: #999;
}
.p-truck-single__spec-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 22px;
}
.p-truck-single__spec-action-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* ---- レスポンシブ ---- */
@media (max-width: 768px) {
	.p-truck-single__summary-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.p-truck-single__summary-label {
		font-size: 13px;
		padding: 6px 4px;
	}
	.p-truck-single__summary-value {
		font-size: 22px;
		padding: 10px 4px;
	}
	.p-truck-single__summary-value--total {
		font-size: 22px;
	}
	.p-truck-single__cta-box {
		width: auto;
		height: auto;
		padding: 16px;
	}
	.p-truck-single__cta-box-title {
		font-size: 16px;
	}
	.p-truck-single__cta-mail {
		min-width: 0;
		width: 100%;
		height: auto;
		font-size: 16px;
		padding: 14px 16px;
	}
	.p-truck-single__cta-contacts {
		gap: 5px;
	}
	.p-truck-single__cta-tel {
		font-size: 35px;
	}
	.p-truck-single__cta-tel-text {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.c-h-full-underline {
		font-size: 18px;
		margin-bottom: 16px;
		padding: 4px 0 8px 12px;
	}
	.p-truck-single__spec-dl {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
	}
	/* 横並びカード間でラベル/値の高さを揃えるため subgrid を使う */
	.p-truck-single__spec-dl-item {
		grid-template-columns: 1fr;
		grid-template-rows: subgrid;
		grid-row: span 2;
	}
	.p-truck-single__spec-dl-item dt {
		border-right: none;
		border-bottom: 1px solid #d9d9d9;
		text-align: center;
		justify-content: center;
		padding: 10px 8px;
	}
	.p-truck-single__spec-dl-item dd {
		text-align: center;
		justify-content: center;
		padding: 14px 8px;
	}
	.p-truck-single__spec-actions {
		flex-wrap: nowrap;
		gap: 12px;
	}
	.p-truck-single__spec-action {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		justify-content: center;
		padding: 0 8px;
		font-size: 13px;
		gap: 8px;
	}
	/* 各セクション h2 の上スペースを 50px に統一 */
	.p-truck-single__spec,
	.p-truck-single__option,
	.p-truck-single__movie,
	.p-truck-single__contact {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.p-truck-single__head {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.p-truck-single__title {
		font-size: 18px;
	}
	.p-truck-single__head-actions {
		flex-direction: row;
		justify-content: flex-end;
		min-width: 0;
	}
	.p-truck-single__badge {
		flex: 0 0 auto;
		width: 80px;
		height: 31px;
		font-size: 12px;
		padding: 0 6px;
	}
	.p-truck-single__layout {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}
