@charset "utf-8";

/*============
後ほど削除
==============*/

.fs-preview-header {
	display: none !important;
}

/*============
ムービー上のテキスト編集
==============*/

html,body {
	height: 100%;
}

.text-box p {
	position: absolute;
	top: 45%;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	width: 100%;
}

.text-box p span {
	font-size: 2px;
	line-height: 1.5;
}

/*【動画の表示を狭める】*/


.text-box {
	height: 450px;
	overflow: hidden;
}

.text-box {
	position: relative;
	top: -50px;
}


/* .fc-wrapper .bxslider4 > div:nth-of-type(2){
	display: none;
} */

/*================
全ページ共通設定
=================*/

.fc-wrapper {
	font-size: 16px;
	line-height: 1.5;
}



/*============
コンパクト時
==============*/

.fc-wrapper header.mini {
	padding: 38px;
}

.fc-wrapper header.mini .inner {
	height: auto !important;
}

.fc-wrapper header.mini .inner .list {
	font-size: 0;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 999;
}

.fc-wrapper header.mini .inner .list .link-cart {
	position: relative;
	top: 0;
	left: 0;
	font-size: 0;
}

.fc-wrapper header.mini .inner .list .link-cart img {
	display: inline-block;
}

.fc-wrapper header .inner .list .link-cart {
	font-size: 15px;
}

.fc-wrapper header .inner .list .link-cart img {
	margin-right: 3px;
	display: inline-block;
	display: none;
}

.fc-wrapper header.mini .list .fs-clientInfo {
	display: flex;
	align-items: center;
}

.fc-wrapper header.mini .list .fs-clientInfo img {
	display: block !important;
}

.fc-wrapper header.mini .logo {
	display: none;
}

.fc-wrapper header.mini nav {
	padding-top: 5px;
	padding-right: 200px;
}

/*================
ヘッダー
=================*/

.fc-wrapper header.header-v1 {
	background: #fff;
	padding-bottom: 20px;
}

#fs_ProductCategory .fc-wrapper header.header-v1 {
	background: transparent;
	background: linear-gradient(0deg, transparent, #fff);
}

#fs_ProductCategory .fc-wrapper header.header-v1:hover {
	background: #fff;
}

#fs_ProductCategory .fc-wrapper header.header-v1.mini {
	background: #FFF;
}

#fs_ProductCategory .fs-c-breadcrumb {
	display: none;
}

.fc-wrapper header {
	width: 100%;
	min-width: 1200px;
	font-size: 15px;
	line-height: 1.5;
	position: fixed;
	z-index: 999;
	top: 0;
}

.fc-wrapper header a {
	color: #000;
	text-decoration: none;
}

.fc-wrapper header .inner {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.fc-wrapper header .inner .list {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	font-size: 14px;
}

.fc-wrapper header .inner .list > * {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.fc-wrapper header .inner .list .fs-clientInfo img {
	display: none;
}

.fc-wrapper header .inner .list img {
	width: 26px;
}

.fc-wrapper .link-cart {
	position: relative;
	top: 0;
	left: 0;
}

.fc-wrapper .fs-client-cart-count {
	font-size: 12px !important;
}

.fc-wrapper .fs-client-cart-count::before {
	content: '(';
	display: inline;
}

.fc-wrapper .fs-client-cart-count::after {
	content: ')';
	display: inline;
}

.fc-wrapper header.header-v1.mini .fs-client-cart-count {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f00;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	bottom: 5px;
	left: 9px;
	font-size: 11px !important;
}

.fc-wrapper header.header-v1.mini .fs-client-cart-count::after,
.fc-wrapper header.header-v1.mini .fs-client-cart-count::before {
	display: none;
}

.fc-wrapper header .inner .list .link-search:hover {
	cursor: pointer;
}

.fc-wrapper header .inner .list .link-search::before {
	content: '';
	width: 26px;
	height: 29px;
	background: url(../images/common/header-icon-search.png) no-repeat;
}

.fc-wrapper header nav {
	display: flex;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}



@media screen and ( max-width : 1320px ){
	.fc-wrapper header.mini nav {
		padding-right: 120px;
	}
	.fc-wrapper header.mini nav .btn-design{
		margin-right: 3vw;
	}
}

.fc-wrapper header nav .btn-design.action::after {
	content: '';
	width: 10px;
	height: 9px;
	background: url(../images/common/header-arrow.png) no-repeat;
}

.fc-wrapper header nav .btn-design {
	margin-right: 40px;
	/*	padding-bottom: 30px;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fc-wrapper header nav .btn-design .btn:hover {
	cursor: pointer;
}

.fc-wrapper header .cts {
	display: none;
	box-sizing: border-box;
	padding: 0 0 50px 0;
	width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
	background: url(../images/common/bg-wh-90.png) repeat;
	z-index: 99999999;
}

.fc-wrapper header .cts .cts-inner {
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
}



/*============
マイページホバー
==============*/

.fc-wrapper .mypage:hover {
	cursor: pointer;
}

.fc-wrapper .mypage-cts {
	box-sizing: border-box;
	display: none;
	position: absolute;
	z-index: 9999;
	top: 40px;
	left: -50px;
	z-index: 9999999999;
}

.fc-wrapper .mini .mypage-cts {
	left: -72px;
}

.fc-wrapper .mypage-cts .mypage-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #FFF;
	width: 220px;
	padding: 15px 30px;
	font-size: 16px;
	border: 1px solid #ccc;
}

.fc-wrapper .mypage-cts .mypage-inner span {
	width: 100%;
}

.fc-wrapper .mypage-cts .mypage-inner a {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.fc-wrapper .mypage-cts .mypage-inner::before {
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	position: absolute;
	top: -6px;
	left: 80px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/*================
ドロップメニューコンテンツ（共通）
=================*/

.fc-wrapper header .cts .cts-inner .cts-block {
	margin-right: 30px;
	margin-bottom: 30px;
}

.fc-wrapper header .cts .cts-inner .cts-block .ttl {
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

.fc-wrapper header .cts .cts-inner .cts-block .list {
	display: flex;
	flex-direction: column;
}

.fc-wrapper header .cts .cts-inner .cts-block .list > a {
	margin-bottom: 15px;
	display: block;
}

.fc-wrapper header .cts .cts-inner .cts-block.border-left {
	border-left: 1px solid #000;
	padding-left: 30px;
}

/*================
ドロップメニューコンテンツ01
=================*/

/*================
ドロップメニューコンテンツ02
=================*/

.fc-wrapper header .cts .cts-inner .cts-block.cts-block-v2 {}

.fc-wrapper header .cts .cts-inner .cts-block.cts-block-v2 a {
	display: flex;
	margin-bottom: 10px;
}

.fc-wrapper header .cts .cts-inner .cts-block.cts-block-v2 a span {
	margin-left: 15px;
}

/*================
ドロップメニューコンテンツ03
=================*/

.fc-wrapper header .cts .cts-inner .cts-block.cts-block-v3 {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
}

.fc-wrapper header .cts .cts-inner .cts-block.cts-block-v3 .ttl {
	width: 100%;
}

.fc-wrapper header .cts .cts-inner .cts-block.cts-block-v3 .list > a {
	margin-right: 15px;
}

/*スライダー*/

.fc-wrapper header .bx-wrapper {}

.fc-wrapper header .all-width .bx-wrapper {
	width: 100%;
}

.fc-wrapper header .bx-viewport {
	height: 148px;
}

.fc-wrapper header .slider-block {
	margin-right: 30px;
}

/*============
ヘッダーモーダル
==============*/

.fc-wrapper .header-modal {
	display: none;
	z-index: 9999999;
	background: #FFF;
	box-sizing: border-box;
	width: 830px;
	border: 1px solid #ccc;
	position: fixed;
	top: calc(100% - 80%);
	left: calc(50% - 415px);
}

.fc-wrapper .header-modal-inner {
	padding: 40px;
	position: relative;
	top: 0;
	left: 0;
}

.fc-wrapper .header-modal-inner select {
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.fc-wrapper .header-modal .cnts .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 45px 70px;
}


.fc-wrapper .header-modal-inner h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.fc-wrapper .header-modal-inner h3 span {
	color: #ccc;
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
}

/*タイトル*/

.fc-wrapper .header-modal-inner .ttl-cnts {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}

.fc-wrapper .header-modal-inner .ttl-cnts h2 {
	font-size: 18px;
	margin-right: 20px;
}

.fc-wrapper .header-modal-inner .ttl-cnts .select {
	width: 120px;
	position: relative;
	font-size: 16px;
}

.fc-wrapper .header-modal-inner .ttl-cnts .select::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin-left: 10px;
	position: absolute;
	top: 5px;
	right: 0;
}


.fc-wrapper .header-modal-inner .ttl-cnts select {
	width: 100%;
	font-size: 16px;
}

.fc-wrapper .radio input {
	display: none;
}

.fc-wrapper .radio label {
	display: flex;
	align-items: center;
}

.fc-wrapper .radio label span {
	border-radius: 15px;
	width: 15px;
	height: 15px;
	background: #f5f5f5;
	margin-right: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fc-wrapper .radio input + label span::after {
	content: '';
	width: 5px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: relative;
	top: -2px;
}


.fc-wrapper .radio input:checked + label span::after {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.fc-wrapper .search-color .color-tip {
	display: flex;
	flex-wrap: wrap;
	width: 145px;
}

.fc-wrapper .color-tip label input {
	display: none;
}

.fc-wrapper .color-tip label {
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fc-wrapper .color-tip label.wh {
	background: #fff;
	border: 1px solid #ccc;
}

.fc-wrapper .color-tip label.bl {
	background: #000;
}

.fc-wrapper .color-tip label.re {
	background: #f00;
}

.fc-wrapper .color-tip label.bu {
	background: #0000ff;
}

.fc-wrapper .color-tip label.ye {
	background: #f0ff00;
}

.fc-wrapper .color-tip label.da {
	background: #404040;
}

.fc-wrapper .color-tip label.pi {
	background: #ff00f6;
}

.fc-wrapper .color-tip label.gr {
	background: #bababa;
}

.fc-wrapper .color-tip label.br {
	background: #b47508;
}

.fc-wrapper .color-tip label.ot {
	background: #000;
}

.fc-wrapper .submit-cnts {
	display: flex;
	justify-content: center;
}

.fc-wrapper .submit-cnts button {
	box-sizing: border-box;
	width: 120px;
	height: 35px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.fc-wrapper .submit-cnts button:nth-child(2) {
	background: #000;
	color: #fff;
	margin-left: 20px;
}


/*コンテンツ*/

.fc-wrapper .header-modal-inner .cnts {
	height: 220px;
}

.fc-wrapper .header-modal-inner .cnts .scroll {
	overflow-y: scroll;
}





.fc-wrapper .header-modal-close-btn {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 40px;
	right: 40px;
}

.fc-wrapper .header-modal-close-btn:hover {
	cursor: pointer;
}

.fc-wrapper .header-modal-close-btn::after {
	content: '';
	display: block;
	width: 2px;
	background: #ccc;
	height: 100%;
	transform: rotate(135deg);
	position: absolute;
}

.fc-wrapper .header-modal-close-btn::before {
	content: '';
	display: block;
	width: 2px;
	background: #ccc;
	height: 100%;
	transform: rotate(-135deg);
	position: absolute;
}

/*============
検索窓
==============*/

.fc-wrapper .search-modal {
	border-top: 1px solid #ccc;
	padding: 30px 0;
	display: none;
	background: #FFF;
	position: fixed;
	top: 85px;
	z-index: 9999;
	width: 100%;
	left: 0;
}

.fc-wrapper .search-block {
	width: 980px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.fc-wrapper .search-block select {
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	font-size: 16px;
	border: none;
	position: relative;
	z-index: 1;
	background: transparent;
}

.fc-wrapper .search-block .select {
	width: 120px;
	position: relative;
	font-size: 16px;
	margin-right: 110px;
}

.fc-wrapper .search-block .select::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin-left: 10px;
	position: absolute;
	top: 5px;
	right: 0;
}

.fc-wrapper .search-block .search-text input {
	font-size: 16px;
	width: 450px;
	height: 30px;
	margin-right: 20px;
	border: none;
}

.fc-wrapper .search-block .search-text button {
	background: #9f9e9f;
	color: #fff;
	width: 70px;
	height: 30px;
	border-radius: 20px;
	font-size: 16px;
}

.fc-wrapper .search-block .close-btn {
	width: 25px;
	height: 25px;
	margin-left: auto;
	/*
	position: absolute;
	top: 40px;
	right: 40px;
*/
}

.fc-wrapper .search-block .close-btn:hover {
	cursor: pointer;
}

.fc-wrapper .search-block .close-btn::after {
	content: '';
	display: block;
	width: 2px;
	background: #ccc;
	height: 25px;
	transform: rotate(135deg);
	position: absolute;
}

.fc-wrapper .search-block .close-btn::before {
	content: '';
	display: block;
	width: 2px;
	background: #ccc;
	height: 25px;
	transform: rotate(-135deg);
	position: absolute;
}


/*============
フッター
==============*/

.fc-wrapper footer {
	font-size: 12px;
	background: #7d7d7d
}

.fc-wrapper footer a {
	color: #000;
	text-decoration: none;
}

.fc-wrapper footer .footer-inner {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
}

.fc-wrapper footer .footer-inner ul {
	display: flex;
}

.fc-wrapper footer .footer-inner ul li {
	margin-right: 10px;
}

.fc-wrapper footer .footer-inner ul li:last-child {
	margin-right: 0;
}

.fc-wrapper .copy {
	display: flex;
	justify-content: center;
}

/*================
アイテムスライダー
=================*/

.fc-wrapper .right-col {
	overflow: hidden;
}

.fc-wrapper .item-slider {
	width: 500px;
	position: relative;
	top: 0;
	left: 0;
}

.fc-wrapper .item-slider .slide-inner {
	display: flex;
	flex-direction: column;
	padding-left: 50px;
}

.fc-wrapper .item-slider .slide-inner > div {
	padding-bottom: 40px;
}

.fc-wrapper .item-slider .slide-inner > div img {
	width: 500px;
}

.fs-l-product2 .fs-l-productLayout {
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 0 auto;
}

/*固定*/

.fs-l-productLayout__item__fixed {
	position: relative;
}

.fs-l-productLayout__item__fixed::after {
	content: '';
	display: block;
	width: 600px;
	height: 100%;
	background: #fff;
	z-index: 10px;
	position: fixed;
}

.fs-l-productLayout__item__fixed .fs-c-variationAndActions {
	position: fixed;
	top: 177px;
	background: #fff;
	width: 555px;
	z-index: 99;
}

.fs-l-productLayout__item--1 {
	width: 500px !important;
	box-sizing: border-box;
}


.fs-l-productLayout__item--2 {
/*
	position: -webkit-sticky;
	position: sticky;
*/
	top: 100px;
	width: 490px !important;
	box-sizing: border-box;
}

.fixed {
	position: fixed;
	top: 100px;
}

/*============
ページャー 
==============*/

.fc-wrapper .item-slider .pager {
	display: flex;
	flex-direction: column;
	position: fixed;
	/*	top: 330px;*/
/*	z-index: 9999;*/
}

.fc-wrapper .item-slider .pager.stop {
	position: absolute;
	top: auto;
	bottom: 0;
}

.fc-wrapper .item-slider .pager span {
	content: '';
	width: 8px;
	height: 8px;
	background: #ccc;
	margin-bottom: 15px;
	border-radius: 8px;
}

.fc-wrapper .item-slider .pager span.active {
	background: #000;
}

.fc-wrapper .item-slider .pager span:hover {
	cursor: pointer;
}

/*============
商品リスト
==============*/

.fc-wrapper .mini-img-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 450px;
	margin-bottom: 40px;
}

.fc-wrapper .mini-img-list::after,
.fc-wrapper .mini-img-list::before {
	width: 100px;
	content: '';
	height: 0;
	order: 1;
}

.fc-wrapper .mini-img-list > div {
	width: 100px;
}

.fc-wrapper .mini-img-list img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
	border: 2px solid #fff;
}

.fc-wrapper .mini-img-list img:hover {
	border: 1px solid #b4b4b4;
	box-sizing: border-box;
}

.fc-wrapper .mini-img-list p {
	font-size: 14px;
}

/*============
商品ページ設定
==============*/

/*メイン画像*/

.fs-l-product2 .fs-l-productLayout .fs-c-productCarouselMainImage,
.fs-l-product2 .fs-l-productLayout .fs-c-productPlainImage,
.fs-c-productMainImage__image,
.fs-c-productThumbnail,
.fs-c-productMainImage {
	display: none;
}

.fs-c-breadcrumb__list {
	padding-top: 35px;
}

/*================
カテゴリスライダー
=================*/

.fs-c-productListItem__imageContainer {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.cat-slider-wrap {
	width: 284px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.fs-c-productListItem__imageContainer .bx-viewport {
	background: #fff;
	height: 100% !important;
}

.category-main-img img {
	width: 100%;
}

.category-main-img video {
	width: 100%;
}

#fs_ProductCategory .fs-l-header,
#fs_ProductSearch .fs-l-header {
	padding-top: 0;
}


#fs_ProductCategory .fs-l-main,
#fs_ProductSearch .fs-l-main{
	margin-top: 0;
	padding-top: 0;
	width: 1216px;
}

.fs-c-productList__controller:nth-of-type(1) {
	display: none;
}

.fs-c-listControl {
	justify-content: center;
}

.fs-c-productList__controller .fs-c-sortItems,
.fs-c-productList__controller .fs-c-listControl__status {
	display: none;
}

.fs-c-pagination {
	display: flex;
	align-items: center;
}

.fs-c-pagination__item {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	margin: 0 3px;
}

.fs-c-pagination__item.is-active {
	background: #FFF;
	color: #ccc;
}

.fs-c-pagination__item.fs-c-pagination__item--next,
.fs-c-pagination__item.fs-c-pagination__item--prev {
	background: #FFF;
	border: none;
}

.fs-c-pagination__item--prev::before,
.fs-c-pagination__item--next::before {
	content: ''!important;
}

[class*="fs-c-pagination__item--"]::before {
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}



.fs-c-pagination__item--prev {
	transform: rotate(135deg);
}

.fs-c-pagination__item--next {
	transform: rotate(-45deg);
}

/*============
カテゴリのコントローラー
==============*/

.controller-category {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
}

.controller-category .sort-item .box {
	box-sizing: border-box;
	display: none;
	background: #efefef;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 99999;
}

.controller-category .sort-item .box span {
	padding: 10px;
	display: block;
}

.controller-category .sort-item .label {
	position: relative;
	padding-right: 10px;
}

.controller-category {
	font-size: 14px;
}

.controller-category .item-num .label {
	font-size: 18px;
}

.controller-category .sort-item .label::after {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: 0;
}

.controller-category .sort-item .label.active::after {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(225deg);
}

.controller-category .sort-item .box span:hover,
.controller-category .sort-item .label:hover {
	cursor: pointer;
}

.fs-c-productList__list__item {
	position: relative;
	top: 0;
	left: 0;
	border: none;
}

.fs-c-productListItem__control {
	position: absolute;
	z-index: 99;
	top: 20px;
	right: 20px;
}

.bxslider03 img {
	width: 100%;
}

.fs-c-productListItem__imageContainer:hover .fs-c-productListItem__image__image {
	opacity: 0;
}

.fc-wrapper .modal-top {
	top: 0 !important;
}

.fs-c-heading--page {
	padding: 0 0 10px 0;
}

#fs_ProductCategory .fs-c-heading--page {
	display: none;
}

.fc-wrapper .w250 {
	width: 250px !important;
}

.fc-wrapper .w160 {
	width: 160px !important;
}

.fc-wrapper .w150 {
	width: 150px !important;
}

/*
#fs_ProductCategory .fs-l-page {
	padding-top: 160px;
}
*/
