@charset "UTF-8";
/* ----- フッターのスタイル ----- */

.l-footer {
	margin-top: 15%;
	font-size:var(--f-size-s);

	/* フッター上部 */
	.l-footer__top {
		background: var(--color-white);
		font-size: var(--f-size-xs);
		padding: 0;
	}

	.l-footer__inner.u-container {
		width: 100%;
		max-width: 100%;    
		margin: 0;
	}

	.l-footer__top-item {
		width: 100%;
	}

	.l-footer__top-item:nth-child(2) {
		margin: 0;
	}

	.l-footer__top-title {
		text-align: center;
		border-bottom: 1px solid #D6D6D6;
		padding-bottom: 4px;
		margin-bottom: 20px;
		display: none;
	}

	.l-footer__toggle-title {
		display: block;
		position: relative;
		margin: 0;
		padding: 12px 20px 10px;
		font-size: 14px;
		font-weight: normal;
		cursor: pointer;
		border-bottom: 1px solid #eee;
		background: #f6f6f6;
		cursor: pointer;
	}

	.l-footer__toggle-title:after {
		content: "";
		position: absolute;
		right: 20px;
		top: 42%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 2px #cecece;
		border-right: solid 2px #cecece;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.l-footer__toggle-title.is-open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 45%;
	}

	.l-footer__top-content{
		display: none;
		padding: 20px;
	}
	
	.l-footer__shipping-banner{
		background: var(--color-white);
		padding: 10px 15px;
		border: 1px solid #A21A00;
		display: inline-block;
	}

	.l-footer__banner-text {
		color: #A21A00;
		font-weight: 700;
		border-bottom: 1px solid #A21A00;
		position: relative;
		margin-bottom: 8px;
		padding-bottom: 3px;
		font-size: 12px;
	}

	.l-footer__banner-main-text {
		color: #A21A00;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 0.2em;
		line-height: 110%;
		position: relative;
		padding: 4px 0 0 60px;
	}

	.l-footer__banner-main-text::before {
		content: url("../images/common/truck.png");
		position: absolute;
		left: 0;
		top: 0;
	}

	.l-footer__faq-link {
		background: url("../images/common/fIcon04.png") no-repeat left center;
		padding-left: 30px;
		padding-top: 3px;
	}

	/* フッター下部 */
	.l-footer__bottom {
		background: #1a1a1a;
		padding: 50px 0;
		border-top: 1px solid #000;
	}

	.l-footer__bottom a {
		color: #D1D1D1;
		text-decoration: none;
	}

	.l-footer__index {
		position: relative;
		overflow: hidden;
		display: none;
	}

	.l-footer__index-list {
		float:left;
		left:50%;
		position:relative;
	}

	.l-footer__index-item {
		float: left;
		left:-50%;
		position:relative;
	}

	.l-footer__index-item:nth-child(2) {
		margin: 0 calc(14vw - 3%);
	}

	.l-footer__index-sub-list {
		overflow: hidden;
	}

	.l-footer__index-sub-item {
		position: relative;
		padding-left: 15px;
		margin-bottom: 15px;
		line-height: 140%;
	}

	.l-footer__index-sub-item:last-child {
		margin-bottom: 0;
	}

	.l-footer__index-sub-item::after {
		position: absolute;
		left: 0;
		content: url("../images/common/fArrow.png");
		transition: all .2s;
	}

	.l-footer__index-sub-item:hover::after {
		left: .3em;
	}

	.l-footer__bottom-logo {
		margin: 0 auto;
		width: 100%;
		max-width: 200px;
	}

	.l-footer__bottom-logo img {
		width: 100%;
	}

	.l-footer__copyright {
		background: #000;
		color: #fff;
		text-align: center;
		border-top: 1px solid #000;
		padding: 10px;
	}

	@media (min-width: 751px) {
		.l-footer__top {
			background: var(--color-bg);
			padding: 40px 0;
		}
		
		.l-footer__inner.u-container{
			max-width: 94%;
			margin: 0 3%;
			overflow: hidden;
		}
		
		.l-footer__top-list {
			display:flex;
		}
		
		.l-footer__top-item {
			width: 31.333%;
		}
		
		.l-footer__top-item:nth-child(2) {
			margin: 0 3%;
		}
		
		.l-footer__top-title {
			display: block;
		}
		
		.l-footer__toggle-title {
		  display: none;
		}
		
		.l-footer__top-content{
		    display: block;
		    padding: 0;
		}
		
		.l-footer__shipping-banner{
			display: block;
			padding: 8px 10px;
		}
		
		.l-footer__index {
			display: block;
		}
		
		.l-footer__bottom-logo {
			margin: 50px auto 0;
			max-width: 266px;
		}
		.l-footer__banner-main-text {
			font-size: 28px;
			letter-spacing: 0.1em;
			padding: 4px 0 0 60px;
		}
	}

	@media (min-width: 851px) {
		.l-footer__shipping-banner{
			padding: 10px 15px;
		}
		
		.l-footer__banner-text {
			margin-bottom: 10px;
			padding-bottom: 5px;
			font-size: 14px;
		}
		
		.l-footer__banner-main-text {
			font-size: 30px;
			letter-spacing: 0.2em;
		}
		
		.l-footer__index-item:nth-child(2) {
			margin: 0 14vw;
		}
	}

	@media (min-width: 901px) {
		margin-top: 100px;
		
		.l-footer__top {
			font-size: 14px;
			padding: 50px 0;
		}
		
		.l-footer__top-item {
			width: 31%;
		}
		
		.l-footer__top-item:nth-child(2) {
			margin: 0 3.5%;
		}
		
		.l-footer__faq-link {
			padding-top: 0;
		}
		.l-footer__top-title {
			display: block;
		}
	}
	
	@media screen and (min-width: 1081px) {
		.l-footer__inner.u-container {
			max-width: 1040px;
			margin: 0 auto;
		}
	}
	
	@media screen and (min-width: 1121px) {
		.l-footer__inner.u-container {
			max-width: 1080px;
		}
	}
}
