@charset "UTF-8";

/*------------------------------------

	header

------------------------------------*/

.sp_display { display: none; }

.fsc_gheader__link { color: #202020 !important; }
.fsc_gheader__link__in__txt {
	display: block;
	font-size: .8125rem;
	line-height: 1;
	color: #202020;
	white-space: nowrap;
	padding-top: 5px;
}
.fsc_gheader__item.is-search .fsc_gheader__link { display: flex; flex-direction: column; text-decoration: none; }
.fsc_gheader__items { top: 50%; transform: translateY(-50%); }
.fsc_gheader__item { padding: 0 15px; }
.is-menu .fsc_gheader__link__in {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.is-menu .fsc_gheader__link__in .hamburger_menu { width: 100%; height: 1.5px; background: #202020; }
.is-menu .fsc_gheader__link__in:before,
.is-menu .fsc_gheader__link__in:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1.5px;
	left: 0;
	background: #444;
}
.is-menu .fsc_gheader__link__in:before { top: 35%; }
.is-menu .fsc_gheader__link__in:after { bottom: 35%; }
.j-gsearch-opener { width: 2.8rem; padding: 0 10px; }
.fsc_frame-btn:not(.is-checkbox) .fsc_frame-btn__caption:after { display: none; }
.fsc_frame-btn__caption__main { width: 93%; }
.fsc_frame-btn__lead { text-align: justify; }

/*------------------------------------

	タブ

------------------------------------*/

.sr_search-dropdown { border: none; }
.sr_search-dropdown.is-open .sr_search-dropdown__btn { box-shadow: none; }
.sr_search-dropdown.is-open .sr_search-dropdown__btn:before { background: rgba(.165,.84,.44,1); height: 2px; }
.sr_search-dropdown__children__main { box-shadow: none; padding: 0; }
.sr_shopping-search__list-wrap { border-bottom: 1px solid #eaeaea; }
.fsc_gnav-sec { margin-top: 2.625rem; }
.sr_search-dropdown__btn__txts { width: 100%; text-align: center; }
.sr_search-dropdown__btn__txt { color: #999; font-weight: 500; font-size: .9375rem; }
.is-open .sr_search-dropdown__btn__txt { color: #202020; font-weight: 700; }
.sr_search-dropdown__btn__sub,
.sr_search-dropdown__btn__opener { display: none; }
.sr_page-shopping-result__products:not(.is-notfound) { padding-top: 0; margin-top: 0; }

/* カテゴリ */

.sr_spnav-header__back { width: 100%; }
.sr_spnav-header__h { justify-content: flex-start; padding-left: 2.5rem; }
.sr_check-nav__check:hover { text-decoration: none; }

.sr_check-nav__toggle .sr_check-nav__toggle__txt,
.sr_check-nav__check__in .sr_check-nav__check__label,
.sr_check-nav__check .sr_check-nav__check__label { transition: .3s; }
.sr_check-nav__toggle:hover .sr_check-nav__toggle__txt,
.sr_check-nav__check__in:hover .sr_check-nav__check__label,
.sr_check-nav__check:hover .sr_check-nav__check__label { color: #999; }

.sr_check-nav__check__icn { display: none; }

.sr_check-nav__check__icn .fsc_i-chevron-down {
	display: block;
	font-size: 0.5625rem;
	transform: rotate(-90deg) translate(0.28125rem, 0);
}

/* ブランド */

.fsc_frame-btn.is-checkbox .fsc_frame-btn__checkbox { display: none; }
.fsc_frame-btn.is-checkbox .fsc_frame-btn__caption__main { width: calc(100% - 30px); }

@media all and (max-width: 767px) {
	.fsc_gnav-sec { margin-top: 0; }
}

/*------------------------------------

	items list

------------------------------------*/

.fca_sort__h__sub { display: none; }
.fca_thumb:hover.is-column .fca_thumb__in:before { border-color: #ccc; }
.fca_thumb.is-column .fca_thumb__caption { flex: 1; margin-left: 3%; padding-top: 0; }
.fca_thumb.is-column .fca_thumb__caption a,
.fca_thumb__info { display: block; padding-right: 5%; }
.fca_thumb.is-column .fca_thumb__caption { position: relative; }
.fca_thumb.is-column .fca_thumb__caption:after {
	content: "";
	position: absolute;
	transition: .3s;
    top: 50%;
    width: 16px;
    height: 16px;
	margin-top: -8px;
    border-top: 3px solid #777;
    border-right: 3px solid #777;
    right: 1.1%;
    transform: rotate(45deg);
	pointer-events: none;
}
.fca_thumb.is-column .fca_thumb__caption:hover:after { border-color: #ccc; }
.fca_thumb.is-column .fca_thumb__img { width: 18%; }
.fca_thumb.is-column .fca_thumb__img:hover img { opacity: .7; }
.fca_thumbs__items { margin: 1.8125rem 0; }
.fca_thumbs__item:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 1.8125rem;
	margin-bottom: 1.8125rem;
}
.fca_labels__items .iconDiv_search { display: none; }
.fca_thumb__tagline { margin-bottom: 1rem; }
.fca_thumb__txt-links .fca_labels__item { margin: 0; }
.fca_labels__item img { height: 35px; }
.fca_thumb__info .fca_labels__item img { height: 20px; margin-right: 5px; }
.sr_page-h__h { margin-bottom: 0; line-height: 1.4; }

@media all and (max-width: 919px){
	.fca_thumb.is-column .fca_thumb__caption a:after {
		width: 10px;
		height: 10px;
		border-width: 2px 2px 0 0;
	}
}
@media all and (max-width: 767px) {
	.pc_display { display: none; }
	.sp_display { display: block; }
	.sr_check-nav__content { padding-bottom: 1rem; }
	body.is-ready .sr_check-nav:before { background: #fff; }
	.j-gsearch-opener { min-width: 44px; }
	.fca_thumbs__items { margin: 0; }
	.fca_thumbs.is-pc-1 .fca_thumbs__item:last-child { margin-bottom: 0; }
	.fca_thumb.is-column .fca_thumb__caption a,
	.fca_thumb__info { padding-right: 0; }
	.fca_thumb.is-column .fca_thumb__caption:after { display: none; }
	.fca_thumb.is-column .fca_thumb__caption { margin-left: 5%; }
	.fca_thumbs.is-sp-2 .fca_thumbs__items { flex-direction: column; padding-top: 15px; }
	.fca_thumbs.is-sp-2 .fca_thumbs__item {
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
		margin-top: 0 !important;
	}
	.fca_thumb.is-column .fca_thumb__in { display: flex; }
	.fca_thumb.is-column .fca_thumb__img { width: 40%; }
	.kw_item_lead { display: block !important; }
	.fca_thumb__caption { margin-top: 0; }
	.fca_thumb__price.is-large .fca_price { font-size: 1rem; }
	.fca_thumb__tagline.is-large { font-size: 0.85rem; }
	.fca_thumb__tagline { margin-bottom: 0.5rem; }
	/*.fca_thumb__heading { font-size: 0.85rem; margin-bottom: 0.2rem; }*/
	.fca_thumb__lead { font-size: 0.8rem; width: 100%; overflow: hidden; display: block; }
	.fca_thumb__lead span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
	.fsc_gheader__items.sp_display { right: auto; left: 0; }
	.fsc_gheader__items.sp_display .fsc_gheader__item { padding-left: 0; }
	.fsc_gheader__items,
	.fsc_gheader__item { border: none; }
	.fsc_gheader__link__in__txt { font-size: .5625rem; margin-top: 0.1875rem; padding-top: 0; }
	.fca_thumbs__items_recommend { margin-top: 0; }	
	::-webkit-scrollbar { display: none; -webkit-appearance: none; }
	.fsc_gsearch__wrap { transform: translateY(0) translateX(-110%); }
	.fsc_ghgroup__h {
		justify-content: left;
		width: calc(100% - 0.9375rem);
		left: 0.9375rem;
		padding-top: 1.25rem;
		height: auto;
	}
	.fsc_gsearch__in { max-height: 100%; overflow: visible; }	
	.fsc_gsearch.is-show .fsc_gsearch__wrap { transform: translateY(0) translateX(0); width: 92.1875%; }
	.fsc_gsearch__wrap:before {
		display: block;
		width: calc(100% + 1.25rem);
		height: 0.3125rem;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #202020;
		z-index: 10;
		content: '';
	}
	.fsc_ghgroup__close { border: none; height: 3.425rem; }
	.fsc_ghgroup__close__btn {
		position: absolute;
		right: -0.55rem;
    	top: 0.5em;
		width: 1.1875rem;
		height: 3.125rem;
		padding: 0;
		background: #fff;
	}
	.fsc_ghgroup__close__btn { font-size: 0.59375rem; }
	.fsc_frame-btn:not(.is-checkbox) .fsc_frame-btn__caption:after { display: none; }
	.fsc_frame-btn__in { width: 100%; }
	.fsc_frame-btn__caption,
	.fsc_frame-btn__caption__main { flex: 1; width: auto; }
	.fsc_frame-btn__h { white-space: normal; }
	.fca_labels__item img { height: 30px; }
	.fca_thumb__info .fca_labels__item img { height: 17px; }
	.sr_search-dropdown__btn__txt { border-bottom: .09375rem solid; padding: 1.0625rem 0.9375rem 1rem 0.9375rem; }
}

