/* ■フッター
====================================== */
/* フッター上 */
.leger8l6A {}

/* フッター */
.footer8l6A {
	margin: 0;
	position: relative;
	display: block;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	overflow: hidden;
	background: hsla(0, 0%, 12%, 1);
	color: #FFF;
}

/* display: none（スマホ） */
@media screen and (max-width: 767px) {
	.footer8l6A .d-none_sp {
		display: none;
	}
}

/* display: none（PC） */
@media screen and (min-width: 768px) {
	.footer8l6A .d-none_pc {
		display: none;
	}
}

/* フッター上調整 */
.ly-adjuster-defensore8l6A {
	display: block;
	width: 100%;
	height: 0px;
}

/* フッター裏調整 */
.ly-adjuster-curva-footer8l6A {
	display: block;
	width: 100%;
	height: 0px;
}

/* フッター下調整 */
.ly-adjuster-portiere8l6A {
	display: block;
	width: 100%;
	/* bottomボタンの高さ ÷ 100vw */
	height: 17.62vw;
}

/* .footer__top */
.footer8l6A .footer__top {
	display: flex;
	flex-direction: column-reverse;
}

.footer8l6A .footer__top {
	margin: 0;
	width: 100%;
	max-width: 100vw;
	height: auto;
}

/* .footer__start */
.footer8l6A .footer__start {
	margin: 0;
	width: 300px;
	max-width: 90vw;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 2rem;
	height: auto;
}

.footer8l6A .footer__brand {
	display: inline-block;
	width: 240px;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.footer8l6A .titolone.titolone-footer {
	margin: 0;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 0.2em;
}

.footer8l6A address {
	margin: 0;
	line-height: 1.84;
	letter-spacing: 0.04em;
	font-size: 12px;
	font-weight: 500;
}

.footer8l6A address span {
	display: block;
}

/* .footer__end */
.footer8l6A .footer__end {
	display: flex;
	flex-direction: column;
}

.footer8l6A .footer__end {
	margin: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 2rem 0px 2rem;
}

.footer8l6A nav {
	width: 100%;
	max-width: 90vw;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	/* padding: 上  横  下 */
	padding: 0px 0px 0px;
	transition: all .5s;
}

.footer8l6A nav>ul.menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer8l6A nav>ul.menu li {
	position: relative;
	display: block;
	/* 文字数で調整する  */
	width: 300px;
	max-width: 100vw;
	/*  子メニュー分伸ばすので高さautoにする */
	height: auto;
	font-size: 16px;
	text-align: left;
	color: #FFF;
}

.footer8l6A nav>ul.menu>li {
	border-bottom: 1px solid hsla(0, 0%, 100%, 1);
}

.footer8l6A nav>ul.menu>li.saraeve-none {
	pointer-events: none;
}

.footer8l6A nav>ul.menu li a {
	display: inline-block;
	/* 文字数で調整する	 */
	width: 17em;
	/* padding: 上  右  下  左 */
	padding: 10px 1.5em 10px 0.5em;
	color: #FFF;
}

.footer8l6A nav>ul.menu li a:hover {
	opacity: 1;
}


.footer8l6A nav>ul.menu>li a,
.footer8l6A nav>ul.menu .sub-menu>li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #FFF;
}

.footer8l6A nav>ul.menu>li>a>i::before {
	content: "";
	display: inline-block;
	vertical-align: -0.05em;
	width: 0;
	height: 0;
	font-size: 12px;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.86875em;
	border-color: transparent transparent transparent #FFF;
	margin-left: 0.15em;
	margin-right: 0.8em;
}

.footer8l6A nav>ul.menu>li.menu-item-has-children>a>button {
	position: absolute;
	right: 0.6em;
	top: 1em;
	margin: auto;
}

.footer8l6A nav>ul.menu>li.menu-item-has-children>a>button {
	display: inline-block;
	vertical-align: 0em;
	width: 0.6em;
	height: 0.6em;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	transform-origin: 75% 75%;
	margin-left: 0.6em;
	margin-right: 0em;
	pointer-events: auto;
}

.footer8l6A nav>ul.menu>li.menu-item-has-children.open>a>button {
	transform: rotate(225deg);
}

/* サブメニュー（ドロップメニュー） */
.footer8l6A nav>ul.menu .sub-menu {
	display: none;
}

.footer8l6A nav>ul.menu .menu-item-has-children.open .sub-menu {
	display: block;
}

.footer8l6A nav>ul.menu .sub-menu>li {
	width: 100%;
	font-size: 16px;
	border-top: 1px solid hsla(0, 0%, 100%, 0.7);
}

.footer8l6A nav>ul.menu .sub-menu>li:first-child {
	border-top: 1px solid hsla(0, 0%, 100%, 1);
}

.footer8l6A nav>ul.menu .sub-menu>li a {
	margin-left: 1em;
}

.footer8l6A nav>ul.menu .sub-menu>li>a>i::before {
	content: "•";
	position: relative;
	display: inline-block;
	vertical-align: 0.1em;
	color: #FFF;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

/* .nav-footmenu5 */
.footer8l6A nav.nav-footmenu5>ul.menu {
	margin-top: 8px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.footer8l6A nav.nav-footmenu5>ul.menu li {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 100vw;
	/*  子メニュー分伸ばすので高さautoにする */
	height: auto;
	letter-spacing: 0em;
	font-size: 13px;
	text-align: left;
	color: #FFF;
	border-bottom: none;
}

.footer8l6A nav.nav-footmenu5>ul.menu li>a {
	display: inline-block;
	width: auto;
	/* padding: 上  右  下  左 */
	padding: 2px 12px 2px 9px;
	color: #FFF;
}

.footer8l6A nav.nav-footmenu5>ul.menu li>a>i::before {
	content: "";
	display: inline-block;
	vertical-align: -0.05em;
	width: 0;
	height: 0;
	font-size: 8px;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.86875em;
	border-color: transparent transparent transparent #FFF;
	margin-left: 0.15em;
	margin-right: 0.2em;
}

/* .footer__bottom */
.footer8l6A .footer__bottom {
	margin: 0;
	width: auto;
	max-width: 100vw;
	height: auto;
	/* padding: 上  横  下 */
	padding: 1rem 0px 1rem;
	text-align: center;
	background: hsla(0, 0%, 19%, 1);
	color: #FFF;
}

.footer8l6A .footer__bottom .copyright {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
}