@charset "UTF-8";
/*------------------------------------------------------------
	Test専用
------------------------------------------------------------*/
/* メニュー */
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:20px 10px;display:flex;}
.tab_area label{width:50%;margin:0 5px; padding:12px 0; color:#999; text-align:center; font-size:13px; cursor:pointer; transition:ease 0.2s opacity;}
/*.tab_area label:hover{opacity:0.5;}*/
.tab_panel{width:100%; opacity:0; display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
.panel_area{background:#fff;}
#tab_category:checked ~ .tab_area .tab_category_label{background:#fff; color:#000;}
#tab_category:checked ~ .panel_area #panel1{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab_community:checked ~ .tab_area .tab_community_label{background:#fff; color:#000;}
#tab_community:checked ~ .panel_area #panel2{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
#tab3:checked ~ .tab_area .tab3_label{background:#fff; color:#000;}
#tab3:checked ~ .panel_area #panel3{display:block; animation:tabAnim ease 0.6s forwards; -ms-animation:tabAnim ease 0.6s forwards;}
.tab_category_label {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);tap-highlight-color: rgba(0, 0, 0, 0);}
.tab_community_label {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);tap-highlight-color: rgba(0, 0, 0, 0);}


/* TOPリニューアル */
#wrapper {
	margin-bottom: 25px;
}
#wrapper .topInner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#wrapper .topInner p,#wrapper .topInner a {
	color: #b6b2b1;
}
#wrapper .txt_center {
	text-align: center;
}
#wrapper .txt_link {
	display: block;
	padding: 0;
	font-size: 4vw;
}
#wrapper h2 {
	text-align: center;
	color: #b6b2b1;
	font-size: 5vw;
	margin: 5% auto;
	font-weight: 300;
	letter-spacing:2px;
}
#wrapper h2 .font_s {
	font-size: 3vw;
}
#wrapper a {
	color: #b6b2b1;
}
#wrapper .viewMore {
	text-align: center;
	margin: 30px 0 100px;
}
#wrapper .viewMore a {
	padding: 20px 40px;
	border-radius: 10px;
	background-color: #f3f3f3;
	display: inline-block;
	font-size: 4vw;
}
#wrapper .viewMore span img {
	width: 16px;
  vertical-align: middle;
}
#wrapper .flexCol {
	display: flex;
	flex-wrap: wrap;
}
#wrapper .flexCol.center {
	justify-content: space-between;
	align-items: center;
}
#wrapper .flexCol50 {
	width: 48%;
}

#topInfoBnr {
	width: 90%;
	margin: 10% auto;
}
#topInfoBnr [class^="line"] {
	display: flex;
	justify-content: space-between;
}
#topInfoBnr .line02 {
	margin-top: 4%;
}
#topInfoBnr .cell {
	width: 48%;
}
#topInfoBnr .line02.top >div:first-child {
	width: 50%;
}
#topInfoBnr .line02.top >div:last-child {
	width: 48%;
}
#topInfoBnr .cell.row {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
#topInfoBnr .cell.row >div:first-child {
	margin-bottom: 4%;
}

#topMenuCat {
	text-align: center;
}
#topMenuCat .menuList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
#topMenuCat .menuList .col_2 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content:center;
}
#topMenuCat .menuList .col_3 {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 10px 0;
}
#topMenuCat .menuList >div {
	border-top:1px solid #ccc9c8;
}
#topMenuCat .menuList .col_2 >div {
	width: 50%;
}
#topMenuCat .menuList .col_2 >div:first-child {
	border-right:1px solid #ccc9c8;
}
#topMenuCat .menuList .col_3 >div {
	width: 33%;
}
#topMenuCat .menuList .col_3 >div:nth-child(even) {
	border-left:1px solid #ccc9c8;
	border-right:1px solid #ccc9c8;
}
#topMenuCat .menuList a {
	display: block;
}
#topMenuCat .menuList .col_3 a {
	padding: 5px 0;
}

#wrapper .topSearch {
	padding: 8px 3%;
}
#wrapper .topSearch form {
	padding: 4px 3%;
	border:1px solid #ccc9c8;
}
#wrapper .topSearch form .keyword {
	width: 90%;
}
#wrapper .topSearch form .btn {
	width: 10%;
}
#wrapper .topSearch form p {
	display: inline-block;
  vertical-align: middle;
  font-size: .8rem;
  line-height: 1.2;
}
#wrapper .topSearch form p input {
	width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}

/* 上書き */
div#header {
	background-color: #fff;
	/* background-color: #ecd1b6; */
	padding-top: 10px;
}
header#header {
	background-color: #fff;
	padding-top: 8px;
	padding-bottom: 10px;
	position: fixed; /* 200907 k.araki */
	border-top: 16px solid #ecd1b6; /* 200907 k.araki */
}
header#header h1 {
	padding-top: 10px !important;
}
#header .infoL {
	width: 13%;
}
#header .info {
	width: 9% !important;
	padding-right: 2%;
}
header#header .logoSpace {
	width: 55% !important;
}

body,#page_menu {
	font-family:'Overpass', 'Noto Sans JP', sans-serif !important;
	font-weight: 300 !important;
}

.fs-l-main{
	margin-top: 85px !important;  /* 200907 k.araki */
}

footer.footer__202009 {
	text-align: center;
	border-top: 1px solid #ccc9c8;
	padding-top: 20px;
}
footer.footer__202009 p, footer.footer__202009 a {
	color: #b6b2b1;
}
footer.footer__202009 .footerMenu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
footer.footer__202009 .footerMenu >div {
	width: 33%;
}
footer.footer__202009 .footerMenu >div:nth-child(even) {
	border-left: 1px solid #ccc9c8;
	border-right: 1px solid #ccc9c8;
}
footer.footer__202009 .footerSwitching {
	margin-top: 20px;
	background-color: #f3f3f3;
	padding: 20px 10px;
}
footer.footer__202009 .footerSns {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 20px;
}
footer.footer__202009 .footerSns >div {
	width: 10%;
}
footer.footer__202009 .footerSns >div img {
	width: 80% !important;
}
footer.footer__202009 .footerNews {
	margin-bottom: 80px;
}
footer.footer__202009 .footerNews a {
	padding: 10px 40px;
	border-radius: 10px;
	background-color: #b6b2b1;
	color: #fff;
	display: inline-block !important;
	font-size: 4vw;
	width: 60% !important;
}
footer.footer__202009 .footerMail img {
	width: 12% !important;
	margin: 0 auto 20px;
}





.fs-c-slick .slick-dots li button:before {
	font-size: 16px !important;
}
.fs-c-slick .slick-dots li,.fs-c-slick .slick-dots li button {
	width: 16px !important;
	height: 16px !important;
}

#page_menu a {
	letter-spacing: 1px;
	font-size: 3vw;
}
#page_menu a .font_s {
	font-size: 2.5vw;
}

#page_menu .menu > ul > li a {
	background: url("https://stellar.itembox.design/item/img/common/sp/sp_arrow1.png") no-repeat 100% center;
	background-size:4px;
}
#page_menu .menu > ul > li > ul {
	width: 94%;
}
#page_menu .menu > ul > li > ul li {
	padding: 20px 10px 20px 20px;
}

/* 20201030 araki add */
.subSliderSp{
	width:90%;
	margin: 0 auto;
}
.fs-c-cartTable__actionButton__container button, .fs-c-continueShopping a, #fs_Checkout button{
font-size: 100%;
color: #404040;
padding: 10px 1.4em;
background-color: #f0cfb6;
background: #f0cfb6;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border: 0px;
-moz-box-shadow: 0px;
-webkit-box-shadow: 0px;
text-shadow: none;
margin-bottom: 10px;
box-shadow: none;
}

.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
 text-align: left;
}

.fs-c-orderTotalTable > tbody > tr > th{
 text-align: left;
}

#fs_form{
	font-size: 150%;
}

div.fs-c-sortItems .fs-c-sortItems__label{
	background: #f0cfb6;
}

.fs-c-productList__controller.open .fs-c-sortItems .fs-c-sortItems__label:before{
	content: "×";
	font-size: 180%;
	color: #FFF;
	position: absolute;
	top: 2px;
	left: 10px;
}

.fs-c-inputInformation__button.fs-c-buttonContainer button[type="submit"],
.fs-c-buttonContainer .fs-c-button--primary{
	background-color: #ecd1b6 !important;
	background: #ecd1b6 !important;
	text-shadow: none;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.fs-c-noResultMessage__title{
	width: 90%;
	margin: 0 auto 20px;
}

.FS2_TweetButton_area dt {
	width: 70px;
}

.closeButton {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
	width: 50% !important;
	margin-top: 10px;
}

.closeButton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

/* 20201202 araki add */

.FS2_InquiryButton_area button.fs-c-button--inquiryAboutProduct{
	text-indent: 0%;
	color: #000 !important;
	height:auto;
	padding: 1.5vh;
	font-size: 3.5vw;
	border: 1px solid #CCC;
	background: #FFF;
}

.FS2_InquiryButton_area button.fs-c-button--inquiryAboutProduct{
	text-indent: 0%;
	color: #000 !important;
	height:auto;
	padding: 1.5vh;
	font-size: 3.5vw;
	border: 1px solid #CCC;
	background: #FFF !important;
}

.delivery_return li a {
    display: block;
    text-align: center;
    color: #000 !important;
    height: auto;
    padding: 1.5vh;
    font-size: 3.5vw;
    border: 1px solid #CCC;
    background: #FFF !important;
}

.item_info .color_select a p{
	font-size: 80% !important;
}

header#header h1 {
	padding-top: 2px !important;
	padding-bottom: 8px !important;
}

.topSearchTop form .keyword{
	border: 1px solid #CCC;
}

div.fs-c-anotherLogin__message--line{
	margin: 20px 4% 10px;
}


/* 20210209 apro add */
.demo__text, .demo__text02 {
	color: #808080 !important;
}

#wrapper h2,#wrapper a{
	color: #808080 !important;
}

#wrapper .topInner p, #wrapper .topInner a {
	color: #808080 !important;
}

ul.sfaq {
	margin-top: -10px;
}

ul.sfaq li{
	width: 100%;
	margin-bottom: 20px;
}

ul.fs-c-checkout-couponList{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

li.fs-c-checkout-couponList__item{
	width: 48%;
}

/* 20210331 apro add */
.topMaineSlider .slick-slider{
	margin-bottom: 30px;
}

/* 20210403 apro add */
.fs-c-couponList{
	width: 90%;
	margin: 0 auto;
}

.fs-c-checkout-couponStatus{
	width: auto;
}

/* 20210414 apro add */
.fs-c-productList__list .fs-c-productListItem {
	padding-left: 2%;
	width: 48%;
}

.fs-c-productList__list .fs-c-productListItem:nth-of-type(2n+1) {
	clear: both !important;
}

.fs-c-productList__list .fs-c-productListItem:nth-of-type(3n+1) {
	clear: none;
}

.fs-c-aggregateRating__rating {
	margin-top: 16px;
}

/* 20210419 apro add */
.fs-c-productReview__allReviews a.fs-c-button--viewAllReviews{
	font-size: 100%;
	color: #404040 !important;
	padding: 10px 1.4em;
	background-color: #f0cfb6;
	background: #f0cfb6;
	border-radius: 0px;
}

.fs-c-productReview .fs-c-productReview__allReviews {
	margin-top: 12px;
}

/* 20210422 apro add */
.fs-body-category .fs-c-subgroup,nav.fs-c-breadcrumb{
	display: none;
}

.fs-c-reviewStars::before{
	color: #f0cfb6;
}

.fs-c-history ,.fs-c-history a:link,.fs-c-reviewInfo__date{
	color: #000 !important;
}

.fs-c-aggregateRating__rating::before {
	color: #000 !important;
}

/* 20210604 apro add */
/* .fs-l-main .fs-c-history .fs-c-history__info{
	margin-top: 80px;
} */

.fs-c-productNameHeading__copy{
	font-size: 14px !important;
}
