/* 3/25-4/6期間買い物を続ける非表示
.fs-c-continueShopping{ display: none; } */
/* 3/25-4/6期間買い物を続ける非表示 */

.fs-preview-header { display: none; }

a:link,
a:visited,
a:hover,
a:active{
text-decoration:none;
/*color:#313131;*/
}
*:focus {
outline: none;
}
/* fs 全般 */
[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    line-height: 2.0;
    min-height: 1.8em;
    padding: 3px 5px;
    width: 100%;
}
.fs-c-inputField__explanation{
	margin: 5px 0;
	line-height: 1.5em;
}
.pc-disp {
	display: block;
}
.sp-disp {
	display: none;
}
.is-loggedIn--true .l-header_login {
    display:none;
}
.is-loggedIn--true .l-header_loout {
    display:inline-block;
}

.is-loggedIn--false .l-header_login {
    display:inline-block;
}

.is-loggedIn--false .l-header_logout {
    display:none;
}

.is-loggedIn--false .header-memberinfo {
    display:none;
}

.is-loggedIn--true .header-regist,
.is-loggedIn--true .header-login {
    display:none;
}
.is-loggedIn--true .header-memberinfo {
    display:inline-block;
    margin-left:20px;
}

.l-headerTop_loginpoint.is-loggedIn--false{
    display:none!important;
}

.l-headerTop_loginpoint.is-loggedIn--true{
    display: block;
    position: absolute;
    right: 0px;
    top: 175px;
    background: rgba(78,78,78,.9);
    z-index: 100;
    width: 200px;
    text-align: center;
    height: 70px;
    border-radius: 5px;
}

.l-headerTop_loginpoint.is-loggedIn--true p {
    padding:15px 0;
}

.fs-l-main {
  max-width: 1200px;
  width: 1200px;
  margin: 0 auto;
　padding: 130px 0px;
}

.lbl_men {
	background: #1e48a7;
}

.lbl_women {
	background: #e13939;
}

.lbl_rearrival {
	background: #c9a207;
}

.lbl_new {
	background: #000;
}

.txt-bold {
	font-weight: bold;
}

.txt-red {
	color: #ff0000;
}

.fs-c-productMark__mark {
	border-radius: 0;
}

.m-top40 {
	margin-top: 40px;
}

/* fs パンくず*/
.fs-c-breadcrumb {
    margin-top: 90px;
}
.fs-c-breadcrumb__list {
    width: 1200px;
    margin: 0 auto;
    font-size: 0.7rem;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: none;
    color: #000000;
    font-size: 1.0rem;
}


/* fs 一覧 */
.fs-p-cartItemNumber {
    background: #d61f1f;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.2em 0.4em;
    position: absolute;
    top: -5px;
    right: 40px;
	z-index: 99;
}
/* #fs_ProductCategory .fs-c-productPrice.fs-c-productPrice--listed,
#fs_ProductSearch .fs-c-productPrice.fs-c-productPrice--listed  {
	text-decoration: line-through;
} */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #313131;
      /*  color:#FF0004;*/
	font-size: 1.1rem !important;
	margin-right: 5px;
}
.fs-c-productPrice__addon {
    font-size: 1.0rem;
}
.fs-c-productListItem__control,
.fs-c-productListItem__productDescription,
.fs-c-productName__variation,
.fs-c-productPrice.fs-c-productPrice--listed,
.fs-c-productListItem__rating.fs-c-aggregateRating,
.fs-c-productListItem__viewReview.fs-c-buttonContainer.fs-c-buttonContainer--viewReview {
	/*display:none;*/
}
.fs-l-page{
    /*margin-top: 85px;*/
}
.fs-c-productPrice__addon {
    font-size: 0.8rem;
}
#fs_ProductCategory .fs-l-pageMain,
#fs_ProductSearch .fs-l-pageMain {
    float: right!important;
    width: 100%!important;
}
.fs-l-pageMain {
    max-width: 1216px;
    width: 100%;
	font-size:0.8rem;
	line-height: 1.3rem;
	/*padding: 130px 0px;*/
}
#fs_ProductCategory .fs-c-productPrice.fs-c-productPrice--listed, #fs_ProductSearch .fs-c-productPrice.fs-c-productPrice--listed {
    text-decoration: none;
}
.fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    text-decoration: line-through;
}
#fs_ProductDetails .fs-c-productPrice--listed {
    text-decoration: none;
}
#fs_ProductCategory .l-side,
#fs_ProductSearch .l-side {
	width: 250px;
	position: relative;
	float:left;
        padding-top: 30px;
}

#fs_ProductCategory .l-sideSearch-wrap,
#fs_ProductSearch .l-sideSearch-wrap {
	position: relative;
}

#fs_ProductCategory .side-ttl-keyword,
#fs_ProductSearch .side-ttl-keyword {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 15px;
}

#fs_ProductCategory .side-ttl-catgory,
#fs_ProductSearch .side-ttl-catgory {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

#fs_ProductCategory .l-side-list li,
#fs_ProductSearch .l-side-list li {
	padding-left: 10px;
}

#fs_ProductCategory .l-side-list li+li,
#fs_ProductSearch .l-side-list li+li {
	margin-top: 10px;
}

#fs_ProductCategory .list-parent-item,
#fs_ProductSearch .list-parent-item {
	position: relative;
}

#fs_ProductCategory .l-side-list a,
#fs_ProductSearch .l-side-list a {
	font-size: 1.4rem;
	display: block;
	color: #000;
}

#fs_ProductCategory .l-side-block+.l-side-block,
#fs_ProductSearch .l-side-block+.l-side-block {
	margin-top: 30px;
}

#fs_ProductCategory .side-ttl,
#fs_ProductSearch .side-ttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#fs_ProductCategory .list-parent,
#fs_ProductSearch .list-parent {
	
}

#fs_ProductCategory .list-parent-item+.list-parent-item,
#fs_ProductSearch .list-parent-item+.list-parent-item {
	margin-top: 10px;
}

#fs_ProductCategory .list-child,
#fs_ProductSearch .list-child {
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.8);
	right: 0;
	top: 0;
	width: 120px;
	z-index: 10;
}

#fs_ProductCategory .list-child-item,
#fs_ProductSearch .list-child-item {
	padding-left: 0!important;
}

#fs_ProductCategory .list-child-item a,
#fs_ProductSearch .list-child-item a {
	padding: 5px 10px;
	width: 100px;
	display: inline-block;
}

#fs_ProductCategory .list-child-item+.list-child-item,
#fs_ProductSearch .list-child-item+.list-child-item {
	margin-top: 0;
}

#fs_ProductCategory .list-child-item a,
#fs_ProductSearch .list-child-item a {
	color: #fff!important;
}

#fs_ProductCategory .list-parent-item-inner,
#fs_ProductSearch .list-parent-item-inner {
	display: inline-block;
}

#fs_ProductCategory .list-child-2,
#fs_ProductSearch .list-child-2 {
    position: absolute;
    left: 120px;
    background: rgba(0,0,0,0.8);
    top: 0;
	z-index: 10;
	display: none;
}

#fs_ProductCategory .list-child-2-item,
#fs_ProductSearch .list-child-2-item {
	padding-left: 0!important;
}

#fs_ProductCategory .list-child-2-item a,
#fs_ProductSearch .list-child-2-item a {
	padding: 5px 10px;
	width: 150px;
	display: inline-block;
}

#fs_ProductCategory .l-side-block-inner+.l-side-block-inner,
#fs_ProductSearch .l-side-block-inner+.l-side-block-inner {
	margin-top: 40px;
}

#fs_ProductCategory .side-btn,
#fs_ProductSearch .side-btn {
	margin-bottom: 30px;
}

#fs_ProductCategory .side-btn a,
#fs_ProductSearch .side-btn a {
	display: block;
	border: 1px solid #000;
	text-align: center;
	padding: 15px 0;
	font-size: 1.4rem;
	transition: .2s;
}

#fs_ProductCategory .side-btn a:hover,
#fs_ProductSearch .side-btn a:hover {
	text-decoration: none;
	background: #000;
	color: #fff!important;
}

#fs_ProductCategory .fs-c-heading--page,
#fs_ProductSearch .fs-c-heading--page {
    border-bottom: none;
    color: #000;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 0;
    padding: 25px 0 0em;
    text-align: left;
}

#fs_ProductCategory .fs-c-subgroup .fs-c-listControl,
#fs_ProductSearch .fs-c-subgroup .fs-c-listControl {
    display:none;
}




#fs_ProductCategory .fs-c-subgroupList .fs-c-subgroupList__link,
#fs_ProductSearch .fs-c-subgroupList .fs-c-subgroupList__link {
	text-align: center;
    padding: 10px 20px;
    background: #000;
	border: none;
    color: #fff;
    font-size:0.6rem;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
}

#fs_ProductCategory .fs-c-subgroupList__link::after,
#fs_ProductSearch .fs-c-subgroupList__link::after {
	display:none;
}

#fs_ProductCategory .fs-c-subgroupList,
#fs_ProductSearch .fs-c-subgroupList {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    align-items: stretch;
    flex-wrap: inherit;
    margin: 8px 0;
    padding: 0;
}

#fs_ProductCategory .fs-c-subgroupList > li,
#fs_ProductSearch .fs-c-subgroupList > li {
    box-sizing: border-box;
    display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px){
	#fs_ProductCategory .fs-c-subgroupList__item,
	#fs_ProductSearch .fs-c-subgroupList__item {
		flex-basis: inherit;
	    margin-left: 0;
	    margin-top: 0;
	}
}

@media screen and (min-width: 960px){
	#fs_ProductCategory .fs-c-subgroupList__item,
	#fs_ProductSearch .fs-c-subgroupList__item {
		flex-basis: inherit;
	    margin-left: 0;
	    margin-top: 0;
	}
}




#fs_ProductCategory .fs-c-sortItems__list > li,
#fs_ProductSearch .fs-c-sortItems__list > li {
	border-right: 1px solid #000;
}

#fs_ProductCategory .fs-c-sortItems__list > li a,
#fs_ProductSearch .fs-c-sortItems__list > li a {
	color: #1e48a7!important;
	text-decoration: underline;
	position: relative;
}

#fs_ProductCategory .fs-c-sortItems__list > li a:hover,
#fs_ProductSearch .fs-c-sortItems__list > li a:hover {
	text-decoration: none;
}


#fs_ProductCategory .fs-c-sortItems__list__item.is-active,
#fs_ProductSearch .fs-c-sortItems__list__item.is-active {
	background: none;
	color: #000;
}


#fs_ProductCategory .fs-c-sortItems__label,
#fs_ProductSearch .fs-c-sortItems__label {
    border-left: none;
    display: inline-block;
    border-bottom: none;
    border-top: none;
    height: 26px;
}


#fs_ProductCategory .fs-c-productList,
#fs_ProductSearch .fs-c-productList {
	width: 100%;
    position: relative;
}

#fs_ProductCategory .fs-c-productList__controller,
#fs_ProductSearch .fs-c-productList__controller {
    display: inherit;
    flex-wrap: inherit;
}

#fs_ProductCategory .fs-c-sortItems,
#fs_ProductSearch .fs-c-sortItems {
    float:right;
	font-size: 0.8rem;
}

#fs_ProductCategory .fs-c-productList__controller .fs-c-listControl,
#fs_ProductSearch .fs-c-productList__controller .fs-c-listControl {
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#fs_ProductCategory .fs-c-productList__list+.fs-c-productList__controller .fs-c-sortItems,
#fs_ProductSearch .fs-c-productList__list+.fs-c-productList__controller .fs-c-sortItems {
    display: none;
}

#fs_ProductCategory .fs-c-pagination__item.is-active,
#fs_ProductSearch .fs-c-pagination__item.is-active {
    background: none;
    color: #000!important;
}

#fs_ProductCategory .fs-c-pagination a,
#fs_ProductSearch .fs-c-pagination a {
    color: #1e48a7!important;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    height: 25px;
    line-height: 25px;
}

#fs_ProductCategory .fs-c-pagination__item--next,
#fs_ProductCategory .fs-c-pagination__item--prev,
#fs_ProductSearch .fs-c-pagination__item--next,
#fs_ProductCategory .fs-c-pagination__item--prev {
    text-decoration: none!important;	
}


#fs_ProductCategory .fs-c-pagination__item--next::before,
#fs_ProductSearch .fs-c-pagination__item--next::before {
    color: #fff;
    background: #000;
    border-radius: 50%;
    line-height: 25px;
    top: 7px;
    position: absolute;
    font-weight: bold;
    font-size: 1.8em;
}


@media all and (-ms-high-contrast:none){
/* IE11 */  
*::-ms-backdrop, #fs_ProductCategory .fs-c-pagination__item--next::before,#fs_ProductSearch .fs-c-pagination__item--next::before { 

top: 0;

 } 
}


@media all and (-ms-high-contrast:none){
/* IE11 */  
*::-ms-backdrop, .fs-l-pageMain { 

font-family: Meiryo,sans-serif;

 } 
}



#fs_ProductCategory .fs-c-pagination__item--prev::before,
#fs_ProductSearch .fs-c-pagination__item--prev::before {
    color: #fff;
    background: #000;
    border-radius: 50%;
    line-height: 25px;
    top: 7px;
    left: 0;
    position: absolute;
    font-weight: bold;
    font-size: 1.8em;
}

#fs_ProductCategory [class*="fs-c-pagination__item--"]::before,
#fs_ProductSearch [class*="fs-c-pagination__item--"]::before {
    height: 25px;
    width: 25px;
}

#fs_ProductCategory .fs-c-productList__list,
#fs_ProductSearch .fs-c-productList__list {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

#fs_ProductCategory .fs-c-productList__list::after,
#fs_ProductSearch .fs-c-productList__list::after {
  content:"";
  display: block;
  width:50%;
}

#fs_ProductCategory .fs-c-productList__list__item,
#fs_ProductSearch .fs-c-productList__list__item {
    width: 250px;
    border-bottom: none;
    position :relative;
}

.fs-c-productListItem__viewMoreImageButton {
    display: none;
}

#fs_ProductCategory .popupImg,
#fs_ProductSearch .popupImg {
	background: #000;
	padding: 15px 10px;
	position :absolute;
	width: 265px;
        left: -8px;
        z-index: 100;
}

#fs_ProductCategory .popupImg::before,
#fs_ProductSearch .popupImg::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #000000 transparent;
	position: absolute;
	top: -14px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#fs_ProductCategory .popupImg img,
#fs_ProductSearch .popupImg img {
	width: 75px;
	height: auto;
}

#fs_ProductCategory .popupImg img+img,
#fs_ProductSearch .popupImg img+img {
	margin-left: 10px;
}

#fs_ProductCategory .popupImg img:nth-child(3n+1),
#fs_ProductSearch .popupImg img:nth-child(3n+1) {
	margin-left: 0;
}

#fs_ProductCategory .fs-c-productListItem__control .fs-c-button--addToCart--list,
#fs_ProductSearch .fs-c-productListItem__control .fs-c-button--addToCart--list {
	display: none;
}

#fs_ProductCategory .fs-c-productListItem__control .fs-c-button--addToWishList--icon,
#fs_ProductSearch .fs-c-productListItem__control .fs-c-button--addToWishList--icon {
	display: none;
}

#fs_ProductCategory .fs-c-productListItem__image,
#fs_ProductSearch .fs-c-productListItem__image {
        margin-bottom:15px;
}

#fs_ProductCategory .fs-c-productPrices,
#fs_ProductSearch .fs-c-productPrices {
	margin-bottom: 5px;
}
.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem; 
    margin: 8px 0;
}
.fs-c-productListItem__notice {
    background: #ff0000!important;
    font-size: 0.8rem;
    line-height: 1;
    margin: 8px 0;
    padding: 4px 4px;
    text-align: center;
    color: #FFFFFF;
}

.fs-c-productMark__item {
	margin-bottom: 8px;
	margin-right: 8px;
}

#fs_ProductCategory .fs-c-salesPeriod__date,
#fs_ProductSearch .fs-c-salesPeriod__date {
	display: none;
}


.fs-c-history__term {
    color: #000000;
    font-weight: normal;
    font-size: 1.0rem;
}


/* fs 詳細 */

#fs_ProductDetails .fs-l-product2 .fs-l-productLayout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;	
}

#fs_ProductDetails .fs-l-pageMain {
	max-width: 100%;
}

#fs_ProductDetails .fs-l-productLayout__item--1 {
	width: 650px;
}

#fs_ProductDetails .fs-l-productLayout__item--2 {
	width: 500px;
	position: relative;
}

#fs_ProductDetails .fs-l-productLayout__item--3 {
	width: 100%;
	position: relative;
        margin:50px 0;
}

#fs_ProductDetails .tab_Btn_Content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #000;
	margin-top: 40px;
}

#fs_ProductDetails .tab_Btn {
	width: 160px;
	text-align: center;
	padding: 15px 0 10px;
	font-size: 1.6rem;
	color: #7cb0d2;
	cursor: pointer;
	position: relative;
}

#fs_ProductDetails .tab_Btn.is-active::before {
	content: '';
	background: #fff;
	width: 158px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
}

#fs_ProductDetails .tab_Panel {
	display: none;
}


#fs_ProductDetails .tab_Content {
	padding-top: 15px;
	font-size: 1.6rem;
}

#fs_ProductDetails .tab_Content .txt-bold {
	margin-bottom: 5px;
}

#fs_ProductDetails .tab_Btn.is-active {
	color: #000;
	border: 1px solid #000;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

#fs_ProductDetails .tab_tbl {
	width: 100%;
}

#fs_ProductDetails .tab_tbl th.th_head {
	background: #f2f2f2;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	font-size: 1.2rem;
	text-align: center;
	padding: 5px;	
}

#fs_ProductDetails .tab_tbl th.th_size {
	background: #eee;
	border: 1px solid #000;
	border-left: none;
	font-size: 1.2rem;
	text-align: center;
	padding: 5px;
}

#fs_ProductDetails .tab_tbl th.th_size:last-child {
	border-right: none;
}

#fs_ProductDetails .tab_tbl td {
	border: 1px solid #000;
	border-left: none;
	font-size: 1.2rem;
	text-align: center;
	padding: 5px 2px;
}

#fs_ProductDetails .tab_tbl td:last-child {
	border-right: none;
}

#fs_ProductDetails .tbl-info {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

#fs_ProductDetails .tab_tbl2 {
	width: 100%;
	margin-bottom: 20px;
}

#fs_ProductDetails .tab_tbl2 th.th_size {
	background: #f2f2f2;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	font-size: 1.4rem;
	width: 90px;
	padding: 5px 15px;
	box-sizing: border-box;
}

#fs_ProductDetails .tab_tbl2 td {
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	font-size: 1.4rem;
	text-align: left;
	padding: 0 20px;
}

#fs_ProductDetails .fs-c-productNumber {
	border: none;
    padding: 0;
    font-size: 0.8rem;
}

#fs_ProductDetails .fs-c-productNumber .fs-c-productNumber__number {
	font-weight: normal;
    font-size: 0.8rem;
}

#fs_ProductDetails .fs-c-productNameHeading {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

#fs_ProductDetails .fs-c-productCarouselMainImage {
	margin-top: 0px;
	position: relative;
}

#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price {
	font-size: 1.0rem;
	font-weight: bold;
}

#fs_ProductDetails .fs-c-productPrice--selling .fs-c-price__currencyMark {
	/*display: none;*/
}

#fs_ProductDetails .fs-c-productPrice--selling .fs-c-productPrice__addon {
	font-size:0.8rem;
}

#fs_ProductDetails .fs-c-productPrice--listed .fs-c-price__currencyMark {
	display: block;
}

#fs_ProductDetails .fs-c-productSalesPeriod {
	border: none;
	width: 380px;
	background: #eee;
	color: #ff0000;
	text-align: left;
	margin-bottom: 0;
}

#fs_ProductDetails .fs-c-productSalesPeriod+.fs-c-productSalesPeriod {
	margin-bottom: 8px;
	padding-top: 0;
}

#fs_ProductDetails .fs-c-productPointDisplay {
    background: none;
    color: #666;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
}

#fs_ProductDetails .btn-notice {
        position:relative;
}

#fs_ProductDetails .btn-notice a {
	display: block;
	width: 380px;
	border: 1px solid #000;
	font-size: 1.4rem;
	text-align: center;
	padding: 15px 0;
	margin: 15px 0 20px;
	transition: .2s;
}

#fs_ProductDetails .btn-notice a:hover {
	text-decoration: none;
	opacity: .7;
        color: #000;
}

#fs_ProductDetails .btn-notice a span {
	position: relative;
}

#fs_ProductDetails .btn-notice a span::before {
	content: '';
	width: 27px;
	height: 23px;
	position: absolute;
	left: -35px;
	top: -5px;
}

#fs_ProductDetails .fs-c-variationAndActions__variation fs-c-variationList {
	border-bottom: 1px solid #9c9c9c;
}

#fs_ProductDetails .fs-c-variationList__item {
	border-top: 1px solid #9c9c9c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 8px;
        position: relative;
}

#fs_ProductDetails .fs-c-variationList__item__title {
	width: 140px;
	background: none;
	text-align: left;
	padding: 18px 5px;
	font-size: 0.8rem;
}

#fs_ProductDetails .fs-c-variationList__item__body {
	width: 360px;
}

#fs_ProductDetails .fs-c-variationCart {
	padding: 0;
}

#fs_ProductDetails .fs-c-variationCart li {
	padding: 10px 5px 2px;
        display: flex;
}

#fs_ProductDetails .fs-c-variationCart li+li {
	border-top: 1px solid #9c9c9c;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList > li {
       margin-right: 14px;
       margin-bottom: 10px;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(7n) {
       margin-right: 0;
}

#fs_ProductDetails .slick-active .fs-c-productCarouselMainImage__thumbnail__img {
       margin-bottom: 0;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img{
       border-color: #a7a7a7;
}
.fs-c-productCarouselMainImage__thumbnail__img {
    border: 1px solid transparent;
}
#fs_ProductDetails .fs-c-variationCart__cartButton {
        margin-left:10px;
        width: 144px;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__image__caption {
	display: none;
}

#fs_ProductDetails .fs-c-variationCart__variationName {
	display: block;
}

#fs_ProductDetails .fs-c-variationCart__variationName span {
	display: inline-block;
	font-size: 0.8rem;
}

#fs_ProductDetails .fs-c-variationList {
	border-bottom: 1px solid #9c9c9c;
}

#fs_ProductDetails .fs-c-variationList__item__body {
	margin-top: 0;
}

#fs_ProductDetails .fs-c-button--primary {
	box-shadow: none;
	background: #000;
	border: 1px solid #000;
	font-size: 0.8rem;
	padding: 0.8em 0em 0.8em;
}

#fs_ProductDetails .fs-c-button--secondary {
	box-shadow: none;
	border-radius: 5px;
	background: #eee;
	border: 1px solid #eee;
	font-size: 1.4rem;
	color: #000;
	padding: 0.8em 0em 0.8em;
}

#fs_ProductDetails .fs-c-variationCart__variationName__stock--outOfStock {
	padding-left: 10px;
	position: relative;
}

#fs_ProductDetails .fs-c-variationCart__variationName__stock--outOfStock::before {
	content: '/';
	position: absolute;
	left: 0;
	top: 0;
}

#fs_ProductDetails .btn-itemdetail_size {
	margin-top: 40px;
}

#fs_ProductDetails .btn-itemdetail_size a {
	display: block;
	background: #000;
	border-radius: 5px;
	border: 1px solid #898989;
	height: 90px;
	width: 100%;
	color: #fff;
	font-size: 2.1rem;
	line-height: 82px;
	text-align: center;
	transition: .2s;
}

#fs_ProductDetails .btn-itemdetail_size a span {
	display: inline-block;
    width: 98%;
    height: 82px;
    margin-top: 3px;
    border: 1px solid #898989;
    border-radius: 5px;
}

#fs_ProductDetails .btn-itemdetail_size a:hover {
	opacity: .7;
}

#fs_ProductDetails .itemdetail_parts02 {
	margin-top: 40px;
}

#fs_ProductDetails .itemdetail_parts02 p {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#fs_ProductDetails .itemdetail_parts02 p:first-child {
	font-weight: bold;
}

#fs_ProductDetails .itemdetail_parts02 .lbl-hissu {
	color: #fff;
	background: #ff0000;
	padding: 4px 7px;
	text-align: center;
	margin-right: 5px;
	font-size: 1rem;
}

#fs_ProductDetails .itemdetail_parts02 a {
	text-decoration: underline;
}

#fs_ProductDetails .itemdetail_parts02 a:hover {
	text-decoration: none;
	color: #000;
}

#fs_ProductDetails .fs-c-productSelection:first-child {
	display: none;
}

#fs_ProductDetails .fs-c-productSelection__name {
	font-size: 1.4rem;
	background: none;
	padding: 0;
	font-weight: bold;
	margin-top: 30px;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnail__caption {
    font-size: 0.7rem;
    text-align: center;
    line-height: 0.9rem;
}

#fs_ProductDetails .fs-c-productSelection__selection .fs-c-productSelection__field input {
	width: 400px;
	height: 40px;
	line-height: 40px;
}

#fs_ProductDetails .itemdetail_parts03 {
    margin-bottom: 30px;
}

#fs_ProductDetails .itemdetail_parts03 p{
	margin-bottom: 10px;
}

#fs_ProductDetails .itemdetail_parts04 {
	margin-top: 30px;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;	
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap+.btn-wrap {
	margin-top: 10px;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap a:hover {
	text-decoration: none;
	color: #000;
	opacity: .7;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li a {
	display: block;
	width: 240px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 1.6rem;
	border: 1px solid #000;
	transition: .2s;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.s-btn li a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.6rem;
	border: 1px solid #000;
	transition: .2s;
}

#fs_ProductDetails .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: #ff0c4b;
}

#fs_ProductDetails .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #dddddd;
}


#fs_ProductDetails .itemdetail_parts04 .btn-wrap span {
	position: relative;
}

#fs_ProductDetails .fs-c-inquiryAboutProduc {
	display: block;
	text-align: center;
}

#fs_ProductDetails .fs-c-button--inquiryAboutProduct.fs-c-button--plain {
	    /* background: #eeeeee; */
    /* padding: 20px 0; */
    color: #000;
    font-size: 0.8rem;
    /* width: 100%; 
    text-decoration: underline;*/
}

#fs_ProductDetails .fs-c-button__label {
	position: relative;
        font-size: 0.8rem;
}

#fs_ProductDetails .fs-c-button--inquiryAboutProduct.fs-c-button--plain:hover {
	text-decoration: none;
}

#fs_ProductDetails .reviewBtn-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#fs_ProductDetails .reviewBtn-wrap .fs-c-buttonContainer a {
	width: 240px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 50px;
	transition: .2s;
	border: 1px solid #000;
        color: #000;
}

#fs_ProductDetails .reviewBtn-wrap .fs-c-buttonContainer a:hover {
	text-decoration: none;
	opacity: .7;
}

#fs_ProductDetails .fs-c-productReview .review-count {
	color: #999;
	text-align: right;
}


#fs_ProductDetails .fs-c-slick .slick-prev.slick-disabled,
#fs_ProductDetails .fs-c-slick .slick-next.slick-disabled {
	opacity: .3;
}


#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
    /*position: absolute;
    top: -5px;
    right: 0;*/
}
.fs-c-button--particular {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    color: #3c3c3c;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: none;
    display: flex;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.0em;
    margin-left: 8px;
}

.fs-c-photoswipe .pswp__caption__center {
    text-align: center;
}
/* fs 商品詳細 オーダー用 */
#fs_ProductDetails .theme-order .fs-c-productSelection {
	border-top: 1px solid #000;
	padding: 0 50px 20px;
}

#fs_ProductDetails .theme-order .fs-c-dropdown__menu {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 40px;
}

#fs_ProductDetails .theme-order .fs-c-productSelection__name {
	font-size: 1.4rem;
}

#fs_ProductDetails .theme-order .fs-c-dropdown::after {
	width: 40px;
	font-size: 2.5rem;
}

#fs_ProductDetails .theme-order .fs-c-productSelection__name {
	margin-top: 25px;
}

#fs_ProductDetails .theme-order .fs-c-productCartbtn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
/*.fs-c-outOfStockButton{
	color: white;
}
*/
.fs-c-outOfStockButton::before {
    content: "Sold out";
    font-size: 12px;
	font-weight: bold;
    color: rgb(212, 0, 0);
}
.fs-c-outOfStockButton > .fs-c-string.fs-c-string--label{
	display: none;
}
.fs-c-outOfStockButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}
#fs_ProductDetails .theme-order .fs-c-productQuantityAndWishlist {
	width: 180px;
	padding-left: 50px;
}

#fs_ProductDetails .theme-order .fs-c-quantity__select fs-system-quantity-list {
	width: 40px;
}

#fs_ProductDetails .theme-order .fs-c-productActionButton {
	width: 290px;
	margin-right: 30px;
}

#fs_ProductDetails .theme-order .fs-c-quantity__select.fs-system-quantity-list {
	border: 1px solid #ccc;
        padding-left: 12px;
}

#fs_ProductDetails .theme-order .fs-c-quantity__number.fs-system-quantity-text {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: inherit;
    width: 50px;
}

#fs_ProductDetails .theme-order .fs-c-quantity__message {
	position: absolute;
	left: 0;
}

#fs_ProductDetails .theme-order .fs-c-productActionButton-ttl {
	display: inline-block;
}

#fs_ProductDetails .theme-order .fs-c-quantity__select {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#fs_ProductDetails .theme-order .fs-c-quantity {
    display: flex;
    width: 90px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: inherit;
}

#fs_ProductDetails .theme-order .aboutSize {
	width: 100%;
}

#fs_ProductDetails .theme-order .aboutSize a {
	width: 100%!important;
}


#fs_ProductDetails .theme-order .aboutUp {
	display: none;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList {
    overflow: hidden;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
}


#fs_ProductDetails .fs-c-variationList__item__body .fs-c-variationList__item__image {
    margin-top: 15px;
    position: absolute;
    left: 0;
    top: 30px;
}

/* fsショッピングカート */
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 0.8rem;
    line-height: 1.0rem;
}
.fs-c-confirmOrder:before {
    content: 'ご注文情報に誤りや訂正がある場合は、それぞれの訂正ボタンを選択し修正してください';
    display: block;
    padding-top: 0.75em;
}
.fs-c-orderTotalTable__mainRow > td {
    font-size: 1.2rem;
    font-weight: bold;
}
.fs-c-cartPayment, .fs-c-payWithAmazon {
    margin-top: 24px;
    font-size: 0.8rem;
    line-height: 1rem;
}
.fs-c-cartTable__actionButton__container > button {
    font-size: 0.8rem;
	/*width: 50px;*/
}
.fs-p-linkButton {
    border: 1px solid #000000;
    border-radius: 0px;
    display: inline-block;
    line-height: 0.9;
    padding: 4px 8px;
    text-align: center;
    background: black;
    color: #FFFFFF!important;
}
.fs-c-button__label{
    /*display: block;
	color: #FFFFFF;*/
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    display: none;
}

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
    padding: 15px 0;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
    border: none;
    border-top: 1px solid #585858;
}
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border-bottom: 1px solid #585858;
}
.fs-c-orderTotalTable {
    width: 100%;
    font-size: 0.9rem;
}
.fs-p-announcement__title {
    color: #000000;
    font-size: 1.0rem;
    margin: 0;
}
.fs-c-cartDiscountInfo__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-weight: bold;
    color: red;
}
.fs-c-cartDiscountInfo__note {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
}
.fs-c-button--primary {
    background: #ef4923;
    border: 1px solid #ef4923;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}
.fs-c-button--secondary {
    background: #444444;
    border: 1px solid #444444;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}
.fs-body-cart .fs-l-cart__sideColumn {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 16px;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
    background: #2b2b2b;
    color: #efefef;
}
.fs-c-button--standard {
    background: #000000;
    border: 1px solid #191919;
    /* border-radius: 0px; */
    color: #FFFFFF!important;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.8em;
    box-shadow: none;
}
.fs-c-checkout-customerInfo__name {
    font-size: 1.2rem;
}
.fs-c-checkout-customerInfo > li {
    box-sizing: border-box;
    padding: 5px 0;
}
.fs-c-checkout-destination__name {
    font-size: 1.2rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.fs-c-totalAndActions button:not(.fs-c-button--image) {
    font-size: 1.0rem;
    min-height: 3em;
    min-width: 100%;
    max-width: 100%;
}
.fs-c-checkout-destination__list > li {
    box-sizing: border-box;
    padding: 5px 0;
}

.fs-c-checkout-preview {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 16px;
    background: none;
	color: inherit;
}
.fs-l-checkout__sideColumn {
    margin-top: 0;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
	background: #2b2b2b;
    color: #efefef;
}
/* fs レコメンド */
.fsr{
	margin-top: 50px;
}
.fsr h3{
	font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 800;
}

#fsrecommend{
	margin-bottom: 50px;
}
#fsranking{
	margin-bottom: 50px;
}
#fshistory{
	margin-bottom: 30px;
}
#fsranking li:before {
    /*position: absolute;*/
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    left: 0;
    display: block;
    font-size: 10px;
    text-align: center;
    color: #ffffff;
    background: #41748d;
}
#fsranking li:first-child:before {
    content: "1";
}
#fsranking li:nth-child(2):before {
    content: "2";
}
#fsranking li:nth-child(3):before {
    content: "3";
}
#fsranking li:nth-child(4):before {
    content: "4";
}
#fsranking li:nth-child(5):before {
    content: "5";
}
#fs_ProductDetails .sectionTitle {
    font-family: 'Patua One', cursive, sans-serif;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;

    letter-spacing: .3rem;
}

#fs_ProductDetails .home-gallery-wrap {
    overflow: hidden;
}

#fs_ProductDetails .home-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

#fs_ProductDetails .home-gallery_item {
    margin: 0 8px;
}

#fs_ProductDetails .home-gallery_item a {
    display: block;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: 120px;
}


#fs_ProductDetails .fs-c-productCarouselMainImage__image > img {
    max-width: 650px;
    max-height: 660px;
}


#fs_ProductDetails .fs-c-productCarouselMainImage__expandButton {
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 10px;
}


#fs_ProductDetails .fs-c-productCarouselMainImage__expandButton .fs-c-button--plain:hover {
    text-decoration: none;
}
/*404ページ*/
.fs-p-pageNotFound {
    /* margin-top: 0; */
}
.fs-p-pageNotFound__title {
    margin: 0 0 30px 0;
    font-size: 1.4rem;
    font-weight: normal;
}
.fs-p-pageNotFound__body {
    margin-top: 24px;
    font-size: 0.8rem;
    line-height: 1.3rem;
}
.fs-p-pageNotFound__body p{
    margin-bottom: 24px;
}

/* お気に入り一覧 */
.fs-c-wishlistProduct {
    margin-top:30px;
}

/* その他ページ */
.l-wrapper .article-heading {
    font-size: 3.2rem;
    line-height: 1.5;
    margin: 0 auto 35px;
    text-align: center;
    font-weight: bold;
    color: #0e050b;
}

.fs-l-header--min {
    border:none;
}
.fs-l-header{
    padding-top: 0px;
	/*margin-top: 80px;*/
}
.fs-c-dropdown__menu {
    border: 1px solid #ccc;
}


.fs-c-dropdown::after {
     box-sizing: content-box;
    padding: 0px;
}
.fs-c-dropdown__menu > option {
    font-weight: normal;
}
#fs_Register .fs-p-announcement__title {
    margin-bottom:15px;
}

#fs_Register .fs-c-orderedList {
    margin: 10px 0 10px 1em;
}

.fs-c-continueShopping {
    margin-bottom:50px;
}

.fs-c-pagination {
    display: block;
		vertical-align: top;
}

#fs_RegisterSuccess .fs-c-registerSuccessMessage {
        line-height: 2;
}


/* 会員移行案内 */
 .login_note {
    margin: 0 50px 50px;
    border: 1px solid #ccc;
    padding: 20px 50px 20px;
    text-align: center;
  }
  
  .login_note_ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .login_note_txt {
    font-size: 1.0em;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  
  .login_note_txt a {
    text-decoration: underline;
    color: #333;
  }
  
  .login_note_btn {
    display: inline-block;

  }
  
  .login_note_btn a {
    display: block;
    background: #000000;
    color: #fff;
    font-size: 1.2em;
    padding: 10px 70px;
    transition: opacity .3s;
    margin-bottom: 10px;
  }
  
  .login_note_btn a:hover {
    opacity: .7;
  }
  
  .login_note_list {
    font-size: 0.9em;
    text-align: left;
    display: inline-block;
    background: #f2f0f0;
    padding: 15px 35px;
    margin-bottom: 7px;
    line-height: 2;
  }
  
  .login_note_notice {
    font-size: 0.9em;
    line-height: 1.7;
    text-align: left;
    display: inline-block;
  }


#fs_RegisterSuccess .fs-c-registerSuccessMessage {
    line-height: 2;
}

.fs-c-subSection__title {
    padding-bottom: 7px;
}

.fs-c-newUsers__message.fs-c-subSection__message {
    padding: 15px 0 10px 0;
}


#fs_Register .fs-p-announcement {
    width: 900px;
    margin: 32px auto;
}

#fs_Register .fs-c-specTable {
    width: 900px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 0;
    /*font-size: 1.5rem;*/
    color: #000000;
    border-bottom: none;
    font-weight: 400;
  }
}



.fs-p-announcement {
    line-height:2;
}

.fs-p-announcement__title {
    margin: 0 auto 5px;
}

.fs-c-wishlistProduct__title {
    padding: 0 0 15px 0;
}

/* マイページ */
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\2606";
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    color: #3c3c3c;
    display: flex;

    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #797979;
    font-size: 27px;
    line-height: 1.2;
    margin: 8px auto 0;
    width: 80px;
    height: 33px;
}
.fs-p-accountInfo__point__point__available__number {
    color: #ea0000;
    font-size: 2.0rem;
}
.fs-c-accountService__page {
    margin: 7px;
}
/*詳細指定事項欄*/
textarea#fs_input_expectedArrival_note {
    background: white;
}

/*お届け希望日タイトル非表示*/
.fs-c-checkout-deliveryMethod__option__title {
    display: none;
}


.fs-c-checkout-deliveryMethod__option__setting__message .s_txt {
    font-size: 90%;
}

.fs-c-checkout-deliveryMethod__deliveryTime label {
    font-weight: bold;
}

.fs-c-checkout-deliveryMethod__deliveryDetail label {
    font-weight: bold;
}


/*商品説明文*/
.reservation{
font-size:12px;
line-height:24px;
display: block;
margin-bottom: 10px;
color: red;	
}

.fs-l-product2 .fs-l-productLayout > * > * {
    margin-bottom: 10px;
}
.itemdetail{
margin:0;
font-size:12px;
line-height:24px;
}

.itemdetail br{
display:block;
}

.itemdetail dt{
float:left;
clear:both;
display:inline;
}

.itemdetail dd{
float:left;
margin-left:10px;
display:inline;
}

.itemdetail table{
clear:both;
width:100%;
border:1px solid;
box-sizing:border-box;
}

.itemdetail td{
border:1px solid;
box-sizing:border-box;
}

.itemdetail table{
display:table;
font-size:12px;
line-height:12px;
border:0;
}

.itemdetail caption{
/*background:#e0e0e0;*/
padding:10px 0;
box-sizing:border-box;
}

.itemdetail tbody{
display:table-row-group;
border:0;
position:relative;
left:-2px;
}

.itemdetail tr{
display:table-row;
border:0;
}

.itemdetail tr:nth-child(even){
}

.itemdetail th,
.itemdetail td{
display:table-cell;
padding:10px;
border:0;
text-align:center;
}

.itemdetail th{
background:#e0e0e0;
position:relative;
border-left:1px solid #e0e0e0;
vertical-align: middle;
}

.itemseason{
font-size:10px;
height:10px;
line-height:10px;
opacity:0;
}
.expansion{
display:none;
}

.fs-c-variationLabel {
    font-size: 0.8rem;
    font-weight: normal;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.0rem;
}

/*会員規約*/
.fs-c-documentColumn__heading {
    color:#3c3c3c;
    /* border-color: #7c8790;*/
    border-style: none;
    /* border-width: 0 0 1px 5px; 
    /* font-weight: 500; */
    font-size: 1.0rem;
    /* padding: 8px; */
    padding-left: 0px;
    margin-bottom: 8px;
}
.fs-c-orderedList > li {
    padding: 0 8px 0 2em;
    text-indent: -1em;
}
.fs-c-orderedList > li .fs-c-orderedList {
    margin: 16px 0 16px 2px;
    padding-left: 8px;
    border-left: none;
}
.fs-c-documentColumn__content {
    padding: 8px 0;
    line-height: 1.5rem;


}
.fs-c-subSection__title {
    border-bottom: 1px solid currentColor;
    color: #000000;
    font-size: 1.0rem;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: 0.8rem;
}
.fs-c-continueLogout{
	text-align: center;
    margin: 10px 0;
}
/*会員情報変更*/
.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    font-size: 0.8rem;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    padding: 0;
    font-size: 0.8rem;
    margin: 0 0 10px;
}
/*ポイント履歴*/
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
    color: #ea0000;
    font-size: 2.6rem;
}
/* お問い合わせ */
#free-page{
	padding: 120px 0px;
}
.contact_area table{
    width: 100%;
    margin: 20px auto;
    border-collapse:collapse;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.contact-Required{
	color:red;
	font-weight: bold;
	font-size: 1.3rem;
}
.contact_area table th,
.contact_area table td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2%;
    vertical-align: top;
}

.contact_area table th{
    width: 20%;
    background: #eee;
}

.contact_area input[type="text"]{
    padding: 5px;
    width: 60%;
}

.con_form{
    text-align: center;
    margin-top: 20px;
    font-size: 130%;
}

.con_form input[type="submit"]{
    width: 30%;
    padding: 10px;
    background: #ef4923;
    color: #fff;
    border-radius: 0px;
}

.con_form input[type="reset"]{
    width: 30%;
    padding: 10px;
    background: #333;
    color: #fff;
    border-radius: 0px;
}

/*ABOUT US*/
.about-main {
    /* max-width: 1216px; */
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*VIDEO*/

button-about-mov {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 9001;
  opacity: 0;
}

.goodbye {
  display: none;
}

.shell {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(https://chari.itembox.design/item/about/img/221202-22aw_pc.jpg) 50% 50%/cover no-repeat;
  margin: 0;	
}

.vid_contain {
  height: auto;
}
/* Landscape */
@media screen and (orientation:landscape) {
.vid_contain iframe {
  width: 200%;
  height: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
}
/* Portrait */
@media screen and (orientation:portrait) {
.vid_contain iframe {
  width: 200vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
}	


video{
width: 100%;
box-sizing:border-box;
top:0;
background-color: #ffffff;
}
/*ONLINE SHOP*/
#shop{
padding:70px webkit-calc((100% - 1000px) / 2) 0 webkit-calc((100% - 1000px) / 2);
padding: 70px calc((100% - 1000px) / 2) 0 calc((100% - 1000px) / 2);
float: left;
}

#shop div img,
#shop article{
    width: 50%;
    box-sizing: border-box;
    float: left;
    position: relative;
    padding-bottom: 60px;
    display: block;

}

#shop article h2{
    font-size: 33px;
    position: relative;
    top: 62px;
    left: -66px;
    padding-bottom: 60px;
    font-weight: bold;
    opacity: 0.3;
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;

}
#shop.active h2{
    top: 62px;
    left: -66px;
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 1;
}

#shop article p{
    font-size: 12px;
    line-height: 20px;
    margin: 50px 0 60px 30px;
    opacity: 0;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    -webkit-transition: all .9s;
    transition: all .9s;
    position: relative;
    top:100px;
}

#shop.active article p{
    top:0;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    opacity: 1;
    }

#shop .btn a{
    margin: 0 0 0 30px;
    position: relative;
    top: 140px;
    -webkit-transition:1.5s;
    -ms-transition:1.5s;
    transition:1.5s;
    opacity: 0;
}

#shop.active .btn a{
    top: 0;
    -webkit-transition:1.5s;
    -ms-transition:1.5s;
    transition:1.5s;
    opacity: 1;
}

/*button*/
.buttonos {
    display: inline-block;
    width: 90%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    border: solid 1px #313131;
    background-color: rgb(230,230,230);
    color: #313131;
}


.buttonos::before,
.buttonos::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.buttonos,
.buttonos::before,
.buttonos::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .9s;
    transition: all .9s;
}
.buttonos:hover {
    background-color: #fff;
}



/*bike*/

#bike{
    clear:both;
    width: 100%;
    margin-top: 60px;
}

#bike p{
    width: 50%;
    float: left;
    margin-top: 90px;
    font-size: 11px;
    line-height: 1.2rem;
}
#bike img{
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    -moz-transition: -moz-transform 5s linear;
    -webkit-transition: -webkit-transform 5s linear;
    -o-transition: -o-transform 5s linear;
    -ms-transition: -ms-transform 5s linear;
    transition: transform 5s linear;
}

#bike img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


    /* slide */

#slide{
box-sizing:border-box;
height:100%;
}

#slide .owl-stage-outer,
#slide .owl-stage,
#slide .owl-item,
#slide .owl-item li,
#slide .owl-item a{
height:100%;
}

#slide .owl-item a{
display:block;

}


/**PRESS**/
#press{
    padding: 70px webkit-calc((100% - 1000px) / 2) 0 webkit-calc((100% - 1000px) / 2);
    padding: 70px calc((100% - 1000px) / 2) 0 calc((100% - 1000px) / 2);
/*    height: 690px;*/
    background-color: rgb(230,230,230);
}

#press .capt{
    width: 35%;
    float: left;
    margin: 0 0 0 5%;
}

#press .capt ul{
    line-height: 1.5rem;
    font-size: 1rem;
}

#press .capt ul li:not(:first-child){
    list-style: none;
    position: relative;
    padding: 0;
    opacity: 0;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    -webkit-transition: all .9s;
    transition: all .9s;
    position: relative;
    top:100px;
}

#press.active .capt ul li:not(:first-child){
    top:0;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    opacity: 1;
    }

#press li h2{
    font-size: 33px;
    margin-bottom: 30px;
    opacity: 0.3;
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
}

#press.active li h2{
    -webkit-transition:2s;
    -ms-transition:2s;
    transition:2s;
    opacity: 1;
}


#press a img{
    width: 55%;
    min-height: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 0 5% 0 0;
}

#press img:after{
    clear: both;
}

.pressimg{
    display: inline-block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.3);
}

#press.active .button2{
    width: 100%;
    margin: 5% 0;
}

#press .btn a{
    background-color: rgb(50,50,50);
    border: solid 1px rgb(230,230,230);
    color: #fff;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    opacity: 0;
    opacity: 1;
    margin: 5% 0;
}

#press.active .btn a{
    background-color: rgb(230,230,230);
    border: solid 1px #313131;
    color: #313131;
    -webkit-transition:2.5s;
    -ms-transition:2.5s;
    transition:2.5s;
    opacity: 1;
}

/*button2*/
#press.active .button2 {
    display: inline-block;
    height: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}
#press.active .button2::before,
#press.active .button2::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
#press.active .button2,
#press.active .button2::before,
#press.active .button2::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
/*    box-sizing: border-box;*/
    -webkit-transition: all .9s;
    transition: all .9s;
}
#press.active .button2:hover {
    background-color: #fff;
}

#press .btn{
    width: 100%;
}

/*SPECIAL PROJECTS*/
.specialcont .special{
    padding: 70px webkit-calc((100% - 1000px) / 2) 0 webkit-calc((100% - 1000px) / 2);
    padding: 70px calc((100% - 1000px) / 2) 0 calc((100% - 1000px) / 2);
    padding-bottom: 70px;
}
.special{
    width: 100%;
    margin-top: 70px;
    position: static;
}

.specialcont .special h2{
    box-sizing: border-box;
    font-size: 33px;
    margin-top: 85px;
    margin-bottom: 30px;
/*    color: rgb(128,128,128);*/
}

.specialcont img{
    width: 100%;
    box-sizing: border-box;
}
.lecoq-item{
	margin: 20px 0;
}
.lecoqimg-gray{
	filter: grayscale(90%);
}
/**ショッピングガイド**/
/*#contswrapper{
max-width:1200px;
min-width:1000px;
margin:auto;
margin-bottom:10px;
box-sizing:border-box;
overflow:hidden;
position:relative;
}*/
.fs-c-documentArticle {
    margin-bottom: 50px;
}
#contswrapper.shopguide{
margin-top:50px;
}

/* contswrapper */
body.guide{
    height: 0;
}
.shopguide > #conts{
width:100%;
background:#ffffff;
box-sizing:border-box;
margin:auto;
margin-bottom:10px;
box-sizing:border-box;
overflow:hidden;
position:relative;
}

.open img{
    width: 100%;
}
#conts.open{
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.shopguide > #conts > div > h3{
    line-height:40px;
    height:40px;
    position:relative;
    padding-left:10px;
    box-sizing:border-box;
    border-bottom:1px solid rgba(0,0,0,0.2);
    font-size:20px;
    font-weight:bold;
    font-family: Meyro,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
    margin-bottom:10px;
}
.shopguide > #conts > div > h3 span{
font-size:10px;
font-weight:normal;
display:inline !important;
margin:0 !important;
}

.shopguide > #conts > div h5,
.shopguide > #conts > div h4{
line-height:30px;
height:30px;
padding-left:10px;
position:relative;
box-sizing:border-box;
font-size:16px;
font-weight:bold;
font-family: Meyro,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
margin:10px 0;
}

/*.open strong{
    font-size: 18px;
    font-weight: bold;
}*/
/*#conts{
float:right;
width:calc(100% - 280px);
width:webkit-calc(100% - 280px);
}*/

/*.shopguide > #conts > div > h3{
line-height:40px;
height:40px;
position:relative;
padding-left:10px;
box-sizing:border-box;
border-bottom:1px solid rgba(0,0,0,0.2);
font-size:20px;
font-weight:bold;
font-family: Meyro,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
margin-bottom:10px;
}*/

.shopguide > #conts > div h4 span,
.shopguide > #conts > div h5 span{
font-size:8px;
font-weight:normal;
display:inline !important;
margin:0 !important;
}

.shopguide > #conts .card h5,
.shopguide > #conts .card h4{
padding:0 !important;
}

.shopguide > #conts > div h5{
font-size:12px;
}

.shopguide > #conts > .guidepayment div ul,
.shopguide > #conts > .guidepayment div li{
list-style:none;
}

.shopguide > #conts > div li span,
.shopguide > #conts > div > div > span{
box-sizing:border-box;
/*padding:0 10px;*/
width:100%;
font-size:12px;
line-height:20px;
margin-bottom:10px;

}

.shopguide li.card{
box-sizing:border-box;
padding:0 10px;
width:100%;
}

.shopguide li.card span{
padding:0 !important;
}

.shopguide > #conts table{
width:50%;
box-sizing:border-box;
margin-bottom:10px;
border-collapse:collapse;
/*margin:auto;*/
margin-bottom:20px;
margin-top:20px;
}

.shopguide > #conts .guideintl table,
.shopguide > #conts .guidereturn table{
width:calc(100% - 20px) !important;
width:webkit-calc(100% - 20px) !important;
box-sizing:border-box;
}

.shopguide > #conts table caption{
line-height:40px;
height:40px;
font-weight:bold;
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;	
border-left:1px solid #cccccc;		
}

.shopguide > #conts .guideintl table caption{
font-size:12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


.shopguide > #conts table tr{

}

.shopguide > #conts table th,
.shopguide > #conts table td{
box-sizing:border-box;
padding:10px;
border-bottom:1px solid #cccccc;
font-size:12px;
border: 1px solid #cccccc;	
}



.shopguide > #conts .guidereturn table th{
width:30%;
}

.shopguide .guidepayment ul{
display:inline-block;
width:100%;
font-size:14px;
line-height:21px;
}

.shopguide .guidepayment ul > li{
display:block;
box-sizing:border-box;
display:block;
width:100%;
margin-bottom:20px;
}

.shopguide > #conts img{
display:inline-block;
margin: auto;
margin-bottom:20px;
}

.shopguide > #conts > .guidepayment .card img{
display:inline-block;
height: 50px;	
}
.guidepayment-2 .card img{
display:inline-block;
height: 50px;	
}


.shopguide > #conts > .guidereturn a{
display:block;
margin: 10px 0;
text-align:center;
padding:1rem;
border:2px solid #ff0000;
color:#ff0000;
font-weight:bold;
max-width:20%;
cursor:pointer;
margin-bottom:20px;
}
.shopguide > #conts > .open .order h3{
margin-bottom: -20px;
}
.shopguide > #conts > .open .order a{
display:block;
text-align:center;
padding:1rem;
border:2px solid #000000;
color:#000000;
font-weight:bold;
max-width:20%;
cursor:pointer;
margin-top:10px;
}

/*.guidestore img{
display:none !important;
}*/

/*OUT IN THE RAINキャンペーン用*/

/** 2019.12 下記holidayinfo追加 **/
#holidayinfo {
	width: calc(100% - 1rem);
	max-width: calc(1200px - 1rem);
	font-size: 1em;
	margin: 0 auto;
	padding: 0.5rem ;
	line-height: 2;
	background: #fff;
}

#holidayinfo > iframe {
	width: 100%;
	height: 300px;
}

#holidayinfo > h1 {
	text-align: center;
	margin-bottom: 12px;
	padding: 0.5rem 0;
	background: #fd2c2f;
	color: #fff;
        font-weight: bold;
        font-size: 1.2em;
}

#holidayinfo p {
	margin: 0.5rem 0;
}

#holidayinfo span {
	color: #e02023;
	font-weight: 600;
}

#holidayinfo > h1 span {
	color: #fff;
}

#holidayinfo p > span {
	display: inline-block;
}

#holidayinfo ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}

#holidayinfo > ul:nth-child(3),
#holidayinfo > ul:nth-child(4) > li:nth-child(1),
#holidayinfo > ul:nth-child(5) > li:nth-child(1) {
	background: #eee;
}

#holidayinfo > ul:nth-of-type(3) {
	border-bottom: 1px solid #ccc;
}

#holidayinfo li {
	display: table-cell;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	box-sizing: border-box;
	padding: 0.25rem;
	font-size: 12px;
	height: 2.5rem;
}

#holidayinfo ul li:last-child {
	border-right: 1px solid #ccc;
}

/*カート　ギフト*/
.fs-c-checkout-confirmationList > dd {
    font-size: 1em !important;
}

.fs-c-productListItem__preorderMessage{ display: none; }
.fs-c-mark--preorder{display: none;}

.viewall2 a {
    padding: 10px 16px;
    text-align: center;
background-color: #666666;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 220px;
    font-size: 1.0rem;
    font-weight: nomal;
}