@charset 'UTF-8';

/* ================================================================================

上書きパーツ

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {


	/* カートボタン上書き */
	.fs-p-searchForm{
		margin-right:14px;
	}
	.fs-p-scrollingCartButton__button {
		background: #21397e;
	}
	.fs-p-scrollingCartButton__icon {
	font-size: 2.3rem;
	}
	.fs-p-scrollingCartButton__label {
		display: block;
		font-size: 1rem;
		margin: 5px 0 0;
	}
	a .fs-pt-menu__link--lv2 {
	    margin: -8px !important;
	    padding: 12px !important;
	}
	

}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	/* ベースコンテンツ上書き */
	.fs-l-header__contents > * {
		padding: 0 0px;
	}
	.fs-p-searchForm__input {
	    width: 44vw;
	}
	.fs-l-main {
	    margin: 6vw auto 0 !important;
	    padding: 0 5vw !important;
	    max-width: auto !important;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	
}
