

/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* footer
	----------------------------------------------- */

	.footer {
		overflow: hidden;
	}
	.footer__menu {
		background: #fff;
	}
	.footer__menu-guide {
		background: #eee;
	}
	.footer__inner {
		display: flex;
		justify-content: space-between;
		margin: auto;
		padding: 3px 0;
		width: 960px;
	}

	.footer__logo {
		order: 2;
	}
	.footer__logo a {
		display: block;
		width: 137px;
		height: 36px;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_logo.png) no-repeat;
		overflow: hidden;
	}

	.footer__items {
		display: flex;
		align-items: center;
	}

	.footer__item a {
		display: block;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		line-height: 1;
		overflow: hidden;
	}

	.footer__item-lineup a {
		width: 131px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_lineup.png) no-repeat;
	}
	.footer__item-shopping a {
		width: 109px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_shopping.png) no-repeat;
	}
	.footer__item-cm a {
		width: 148px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_cm.png) no-repeat;
	}
	.footer__item-company a {
		width: 81px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_company.png) no-repeat;
	}

	.footer__item-home a {
		width: 115px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_home.png) no-repeat;
	}
	.footer__item-terms a {
		width: 141px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_terms.png) no-repeat;
	}
	.footer__item-privacy a {
		width: 152px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_privacy.png) no-repeat;
	}
	.footer__item-contact a {
		width: 81px;
		height: 19px;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_contact.png) no-repeat;
	}

	.footer__copyright {
		width: 184px;
		height: 19px;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		background: url(https://www.otsuka.co.jp/bdm/footer/images/footer_copyright.gif) no-repeat;
		overflow: hidden;
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* footer
	----------------------------------------------- */

	.footer {
		overflow: hidden;
	}
	.footer__menu {
		display: none;
		background: #fff;
	}
	.footer__menu-guide {
		display: block;
	}
	.footer__items {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: auto;
		padding: 20px 0;
		width: 300px;
	}
	.footer__item {
		width: 50%;
		font-size: 10px;
		font-weight: 300;
	}
	.footer__item a {
		display: block;
		position: relative;
		padding: 10px 10px;
	}
	.footer__item a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		margin: -5px 0 0;
		width: 1px;
		height: 10px;
		background: #000;
	}
	.footer__item:nth-child(even) a:after {
		display: none;
	}
	.footer__copyright {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 34px;
		color: #fff;
		font-family: Helvetica;
		font-size: 10px;
		background: #000;
	}


}

