/*PC・SP出し分け関連*/
.pc-none {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc-none {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
}

.main__search-widget {
	z-index: 0!important;
}
.l-sticky-menu__dropmenu {
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: 58px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 1;
	opacity: 0;
	transition: opacity .4s, visibility .4s;
}
@media screen and (max-width: 768px) {
	.l-sticky-menu__dropmenu {
		bottom: 115px;
		overflow-y: scroll;
	}
}
.l-sticky-menu__dropmenu.is-active {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__dropinner {
		max-height: 420px;
	}
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__item_hedding {
		background: var(--color-white) url(/customer/common2024/images/icon_plus.svg) no-repeat right 20px center;
		background-size: 15px;
		padding: 0 16px;
	}
	.l-sticky-menu__item_hedding.is-active {
		background: var(--color-white) url(/customer/common2024/images/icon_minus.svg) no-repeat right 20px center;
		background-size: 15px;
	}
}
.l-sticky-menu__item_hedding p {
	padding: 18px;
	margin-left: -18px;
}
@media screen and (max-width: 768px) {
	.l-sticky-menu__item_hedding p {
		padding: 10px;
		margin-left: 0;
	}
}
.search-modal-content {
	position: relative;
}
.l-sticky-menu__close-button {
	margin-left: auto;
    z-index: 1;
    padding: 0;
    height: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 16px;
    line-height: 1.0em;
    transition: .4s ease;
    display: flex;
    align-items: center;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.l-sticky-menu__close-button {
		width: 100%;
		height: 60px;
		justify-content: flex-end;
	}
}
.l-sticky-menu__close-button:hover {
	opacity: .7;
}
.l-sticky-menu__close-button::after {
    width: 20px;
    height: 20px;
    content: "";
	background: #000;
}
.l-sticky-menu__close-button span {
	color: #000;
	position: relative;
	padding-right: 10px;
}
@media screen and (max-width: 768px) {
	.l-sticky-menu__close-button span {
		font-size: 14px;
	}
}
.l-sticky-menu__close-button span::before {
	position: absolute;
    top: 8px;
    right: -11px;
    z-index: 1;
    width: 1px;
    height: 16px;
    content: "";
	transform: translate(-50%, -50%) rotate(45deg);
	background: #fff;
}
.l-sticky-menu__close-button span::after {
	position: absolute;
    top: 8px;
    right: -11px;
    z-index: 1;
    width: 1px;
    height: 16px;
    content: "";
    transform: translate(-50%, -50%) rotate(-45deg);
	background: #fff;
}

.l-sticky-menu__tab-wrap {
	position: relative;
	display: flex;
	padding: 15px 20px;
	margin: 10px auto;
	max-width: 1020px;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__tab-wrap {
		flex-direction: column-reverse;
		padding: 0 20px;
		margin: 0;
	}
}

.l-sticky-menu__list {
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__list {
		display: block;
	}
}

.l-sticky-menu__list-item {
	display: flex;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__list-item {
		display: inline;
	}
}

.l-sticky-menu__list-item a {
	display: flex;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__list-item a {
		display: inline;
	}
}

.l-sticky-menu__tab-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid 1px #ccc;
	border-radius: 10px;
	width: 150px;
	padding: 15px 0 25px;
	transition: .4s ease;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__tab-contents {
		position: relative;
		width: auto;
		display: flex;
		gap: 8px;
        flex-direction: row;
		align-items: center;
		border-radius: 0;
		border: none;
		border-top: solid 1px #ccc;
		padding: 15px 5px;
		background: var(--color-white) url(/customer/common2024/images/icon_arrow_right.svg) no-repeat right 0 center;
        background-size: auto 15px;
	}
}

.l-sticky-menu__tab-contents:hover {
	opacity: .7;
}

.l-sticky-menu__tab-contents p {
	flex: 1;
	font-family: "HondaGlobalFontJP-Bold", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
	word-break: break-word;
	text-align: center;
	padding: 0 5px;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__tab-contents p {
		font-size: 14px;
	}
}

.l-sticky-menu__tab-contents img {
	width: 65%;
}

@media screen and (max-width: 768px) {
	.l-sticky-menu__tab-contents img {
		width: 30%;
	}
}