@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.hide-app-footer{
	display: none !important;
}

.ec_custom_app_footer{
	display: none;
}

@media only screen and (max-width: 768px) {

	/*ECサイト用アプリフッター*/
	.ec_custom_app_footer{
		position: fixed;
		bottom: 0px;
		font-family: Noto Sans JP, sans-serif;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: center;

		width: 100%;
		font-size: 15px;
		line-height: 20px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: #fff;
		z-index: 50;
		padding-left: 7px;
		padding-right: 7px;
	}

	.ec_custom_app_footer a{
		font-family: Noto Sans JP, sans-serif;
		display: block;
		/*width: 100%;*/
		width: 16.666667%;
		margin: 0px;
		font-size: 11px;
		line-height: 20px;
	}

	.ec_custom_app_footer button{
		font-family: Noto Sans JP, sans-serif;
		width: 100%;
		height: 52px;
		-webkit-appearance: button;
		background-color: transparent;
		background-image: none;
		color: #969696;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 0px;
		border: 0px;
		margin-bottom: -1px;
	}

	.ec_custom_app_footer img{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-touch-callout: none;
		-moz-user-select: none;
		user-select: none;

		display: block;
		vertical-align: middle;
		/*width: 24.5px;*/
		width: 1.63rem;
		/*height: 20px;*/
	}

	.ec_custom_app_footer p{
		font-family: Noto Sans JP, sans-serif;
		/*padding-top: 10px;*/
		font-size: 9.2px;
		font-weight: 700;
		text-align: center;
		margin: 0px;
		line-height: normal;
		border-color: #e5e7eb;
	}

	.ec_custom_app_footer img.w-\[60px\] {
		/*width: 23.2px;*/
		width: 1.54rem;
	}

	.shadow-footer {
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
		--tw-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
		--tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
	.ec_custom_app_footer img.w-12 {
		width: 18px;
	}

}

@media only screen and (max-width: 440px) {

	.ec_custom_app_footer button{
		height: 56px;
	}
	.ec_custom_app_footer img{
		width: 1.70rem;
	}
	.ec_custom_app_footer p{
		font-size: 10px;
	}
	.ec_custom_app_footer img.w-\[60px\] {
		/*width: 23.2px;*/
		width: 1.54rem;
	}
	.ec_custom_app_footer .custom_ecc_coupon img{
		margin-top: 2.5px;
		margin-bottom: 5px;
	}
	.ec_custom_app_footer img.w-12 {
		width: 1.3rem;
	}
}
@media only screen and (max-width: 400px) {
	.ec_custom_app_footer button{
		height: 52px;
	}
	.ec_custom_app_footer img{
		width: 1.63rem;
	}
	.ec_custom_app_footer p{
		font-size: 9.2px;
	}
	.ec_custom_app_footer img.w-\[60px\] {
		/*width: 23.2px;*/
		width: 1.54rem;
	}
	.ec_custom_app_footer .custom_ecc_coupon img{
		margin-top: 2.5px;
		margin-bottom: 3px;
	}
	.ec_custom_app_footer img.w-12 {
		width: 18px;
	}
}
@media only screen and (max-width: 375px) {
	.ec_custom_app_footer button{
		height: 50px;
	}
	.ec_custom_app_footer img{
		width: 1.52rem;
	}
}
