/*カートボタンの色*/
.fs-c-button--primary {
background: #85c6cd;
border: 1px solid #85c6cd;
}
/*￥マークのサイズの縮小*/
.fs-c-price__currencyMark {
font-size: 80%;
align-self: end;
}
/*全体設定*/
.fs-p-headerNavigation__list > li a {
    color: #fff !important;
}
.fs-preview-header {
border-bottom: 0px solid #fff;
margin-bottom: 0px;
}
.fs-pt-column__heading {
    font-size: 0.9em;
    font-weight: 400;
    text-align: left;
    color: #000;
    letter-spacing: 1px;
}
.fs-p-scrollingCartButton {
    display: none;
}
body{
overflow-x: hidden;
   color: #000000;
}
a:visited {
    color: #000000;
}
a:hover{
 color:#a6a596 !important;
}
p {
margin: 0;
}
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
    border-bottom: 1px solid currentColor;
    color: #000000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 100 !important;
}
h2 {
 margin: 0 auto;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-size: 2.6em;
    font-weight: 600 !important;
    font-style: italic;
    letter-spacing: 3px;
    text-align: center;
    color: #2e2e2e;
}
.fs-l-main {
    margin: 30px auto !important;
    padding: 0 80px;
}
.fs-pt-column {
    display: flex;
}
.fs-c-heading--page {
    padding: 0;
    margin: 30px auto 0 auto;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-size: 1.8em;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #2e2e2e;
}
/*上部インフォメーション*/
.topheader_info {
    margin: 0 auto;
    padding: 8px;
    background: #dcd6d2;
    color: #000;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.8px;
    text-decoration: none;
}
.topheader_span {
font-size: 16px;
font-weight: 600;
}
/*ロゴ*/
.fs-p-logo {
    position: relative;
    top: -30px;
    width: 8% !important;
    margin: 10px auto -60px !important;
    padding: 0;
}
/*ヘッダー*/
.fs-l-header__contents > * {
    padding: 0;
}
.fs-l-header--min {
    border-bottom: 0px solid #646464;
}
.fs-c-breadcrumb__list {
    padding: 30px 80px 0 80px;
}
.fs-l-header__utility {
display: grid;
grid-template-columns: 1fr;
grid-template-rows:1fr;
}
.fs-l-header__contents {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: start;
}
.fs-p-headerUtilityMenu__list.is-ready {
    display: flex;
    padding: 10px 26px 0 0;
color:#000;
}
/*ヘッダーアイコン*/
.fs-l-header__utility {
    padding: 0px;
}
.fs-p-headerNavigation__viewCartButton {
    padding: 0;
}
.fs-l-header__utility *:last-child {
    align-self: baseline;
}
.hdnav_icon {
    display:flex;
    color: #333;
    position: relative;
    justify-content: flex-end;
    padding: 10px;
}
.sp_hdicon{
    display:none;
}
.hdnav_iconlist {
    padding: 2px 8px !important;
    font-size: 1.3em;
    color: #202020;
    font-weight: 100 !important;
}

/*検索*/
.fs-p-searchForm__button::before {
    color: #333 !important;
    background: #fff !important;
    font-size: 18px !important;
    padding: 4px 0 0 0 !important;
}
.fs-p-inputGroup {
    width: 160px;
    display: flex;
    align-items: stretch;
    border: 0px solid #fff !important;
border-bottom: 0.8px solid #333 !important;
 background: #fff;
justify-content: flex-end;
}

/*ドロワーメニュー*/
.fs-l-header__drawerOpener,fs-p-drawer fs-l-sideArea {
    display: none;
}

/*メニュー*/
.fs-p-headerNavigation__listItem {
    display: flex;
    min-width: 110px;
justify-content: center;
letter-spacing: 2px !important;
}
.fs-p-headerNavBar {
    color: #ffffff !important;
    background: #2e2e2e !important;
border-bottom: 0px solid #7c8790;
}
.fs-p-headerNavigation__link:visited {
    color: #fff;
letter-spacing: 2px;
}
.fs-p-headerNavigation__list {
    justify-content: space-between;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: #b78e8e00;
}
.fs-p-headerNavigation {
    margin: auto;
    max-width: 1216px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.fs-p-headerNavigation__link:link {
    color: #1f1f1f;
}
.fs-p-headerNavigation__link{
font-size:0.9em;
font-weight: 400;
}
.fs-p-headerNavBar {
    color: #ffffff;
}
.fs-p-headerUtilityMenu__list a::before {
    border: 0px solid transparent;
}

/*パンくずリストを一部のみ表示するCSS*/
.fs-c-breadcrumb__list {
  display:none;
}
.fs-c-breadcrumb__list:first-child {
  display:block;
}
.fs-c-breadcrumb__list--subgroup:nth-child(2) {
  display:none;
}
.fs-c-breadcrumb__list {
    padding: 30px 80px 0 80px;
}

/*MV下バナー画像*/
.mvsub_top{
margin-top:30px;
}

/*商品価格*/
.top_item_price{
font-size:0.9em;
color: #000;
}
/*商品マーク*/
.fs-c-productMark {
    height: auto;
}
.fs-c-productMark > li {
    box-sizing: border-box;
    margin: 0 4px 0 0;
}
.fs-c-productMark__mark {
    border-radius: 4px !important;
    margin: 0 0 3px 0 !important;
}
.fs-c-productName__name, ul .fs-c-productMark__item{
flex-direction: column-reverse;
}
/*カラーチップ*/
.color_chip span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 4px 0;
}
.fs-c-productMark__mark {
 border-radius: 0px;
}

/*新着・ランキングボタン*/
.top_btn {
    margin: 30px auto 120px auto;
    text-align: center;
}
.top_btn button {
    background: transparent;
    outline: none;
    position: relative;
    border: 0.8px solid #111 !important;
    padding: 12px 10px;
    overflow: hidden;
    letter-spacing: 3px;
    width: 300px;
}
.top_btn button:hover {
    background: #333;
    color: #ffffff;
}

/*カテゴリー*/
.category_inner_box{
width: 100%;
margin: 0 auto 50px auto !important;
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.category_inner_box > div{
    width: 33% !important;
    padding: 20px 4px;
    margin: 0 auto;
}
.category_inner_box img{
width: 100%;
height: 100%;
}

/*インフォメーション*/
.fs-pt-list__link br{
    display:none;
}
.fs-p-dateList > li time:first-child {
    background: #ffffff;
    color: #000000;
    line-height: 1.6;
    padding: 2px 4px 1.6px 0;
}
.fs-p-dateList > li {
    border: 0px solid ;
    border-width: 0px 0 0 0;
    padding: 8px 0;
    border-bottom: 1px dotted #999;
}
.info_label {
    color: #111;
    padding: 4px;
    background-color: #dcd6d2;
    margin: 0 4px;
    font-size: 0.8em;
}
.fs-pt-list {
    list-style: none;
    padding: 0;
    width: 60%;
    margin: 20px auto 0 auto;
}

/*カレンダー*/
.calendar {
    margin: 0 auto;
    display: flex;
    padding: 80px 80px 0px 80px;
    justify-content: space-evenly;
}
.calendar_box{
padding:20px;
text-align: center;
}
.calendar_month{
 font-size: 1.2em;
padding:0 0 10px 0;
 letter-spacing: 4px;
}
.calendar_title th {
    font-size: 0.8em;
    letter-spacing: 2px;
    width: 40px;
    height: 40px;
}
.calendar_info {
    font-size: 0.9em;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}

/*footer*/
.footer_logo {
    margin: 0px auto;
    text-align: center;
    width: 10%;
}
.fs-p-footerCopyright {
    color: #fff;
    background-color: #070707;
    text-align: center;
    padding: 4px;
    position: relative;
    bottom: 0;
    margin: 0 auto;
}
.fs-p-footerCopyright__text {
    margin: 0;
    font-size: 1rem;
    letter-spacing: 2px;
}
.fs-l-footer {
    position: relative;
    border-top: 4px solid #e9e9e9;
    padding: 20px 0 0 0;
    color: #000;
    margin: 80px auto 0 auto;
    font-size: 12px;
    text-align: center;
}
.fs-l-footer__utility {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 8px;
}
.fs-p-footerUtilityMenu__list a::before {
    border: 0px solid transparent;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
    margin: 30px auto;
}
.webfont{
font-size:2.2em;
}
.footer_banner{
margin:0 auto;
width:90%;
padding:10px 20px;
text-align: center;
}
.footer_banner:hover{
opacity: 0.7;
}
.fs-p-footerSnsLink {
    margin: 20px;
}
/*page-top*/
.fs-p-footerPageTop {
    position: relative;
    bottom: 20px;
    max-width: 100%;
}
.fs-p-footerPageTop__link {
    overflow: hidden;
    text-indent: -999px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
}
.fs-p-footerPageTop__link::before {
    color: #333333;
    border: 0.8px solid #333;
    font-size: 3.6rem;
}
/*商品番号*/
.fs-c-productNumber {
    border: 0px solid currentColor;
    display: inline-block;
    font-size: 1.1rem;
    padding: 4px 0px;
}
.fs-c-productNameHeading__copy {
    font-size: 0.62em;
    display: block;
    margin: 10px 0;
    font-weight: 100;
    letter-spacing: 1px;
}
.fs-c-productNumber__number {
    font-weight: 200;
}
.fs-c-productListItem__viewMoreImageButton {
    font-size: 1.2em;
    justify-content: flex-end;
    padding: 0;
    position: relative !important;
    top: -20px !important;
    background: #333 !important;
    width: 20px !important;
    height: 20px !important;
}
.fs-c-button--plain.fs-c-button--viewMoreImage::before {
    content: "\e912";
    color: #fff;
}
/*会員限定*/
.fs-c-productListItem__prices {
    display: block !important;
}
.fs-c-mark--memberPrice {
    display: none;
    background: #af0263;
    color: #fff;
}
.fs-c-productPrice--member {
    color: #af0263;
}
.fs-c-productPrice__addon {
    color: #333 !important;
}
/*会員登録ページ*/
.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
    font-weight: 100;
}
/*画像アニメーション*/
.fs-c-productListItem__image {
 overflow: hidden !important;
cursor: pointer;
width: 100%;
}
.fs-c-productListItem__image img  {
  height: auto !important;
  transition: transform .6s ease !important;
  width: 100% !important;
}
.fs-c-productListItem__image:hover img {
  transform: scale(1.1) !important;
}
/*商品価格*/
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 3rem;
    letter-spacing: 3px;
    color: #333;
    margin: 0 8px 0 0;
}
.fs-c-variationList__item__title {
    letter-spacing: 2px !important;
}
.fs-c-productName__name {
    color: #030303;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000000;
    letter-spacing: 2px;
}
.fs-c-productListItem__control {
    position: relative;
    top: -35px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #c7c7c7;
}
/*商品スライダー*/
.fs-c-productListCarousel {
    display: block;
}
.fs-c-button--carousel--prev::before {
   display:none;
}
.fs-c-button--carousel--next::before {
    display:none;
}
/*商品詳細：洗濯表示*/
.laundry_span {
    font-weight: 500;
    color: #df3232;
}
/*各ページタイトル*/
.fs-c-heading--page {
    border-bottom: 0px solid #7c8790;
   color: #000000;
}
/*在庫切れ*/
.fs-c-productListItem__outOfStock{
border: 0.7px solid currentColor;
}
/*定価訂正線*/
.fs-c-price {
color: #bababa;
font-size: 0.8em;
}
/*価格*/
.fs-c-price__value{
font-size: 1.2em;
}
/*税込*/
.fs-c-productPrice__addon{
font-size: 0.7em;
letter-spacing: 1px;
}
/*お気に入りマーク*/
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #858585;
}
/*商品一覧ページ*/
.fs-c-sortItems__label {
border: 0.7px solid currentColor;
}
.fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
}
.top_subtxt {
    margin: 0 auto !important;
    text-align: center !important;
}
.fs-c-productName__name {
    color: #030303;
font-style: normal;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.fs-c-productList__list__item {
    border-bottom: 0px solid #b2b2b2;
}
.column_head{
display: block;
}
.sp_column_head{
display: none;
}

/*商品一覧ページ（共通）*/
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
.fs-c-sortItems__list__item.is-active {
    background: #f1f1f1;
    color: #333;
}
.fs-c-productList__list__item {
    border-bottom: 0px solid #b2b2b2;
}
.fs-c-subgroup {
    margin: 0;
}
/*カート*/
.fs-c-cartTable__productName__name{
   color: #333;
}
/*ショップガイドページ*/
.gide_head img{
margin:50px auto 0 auto;
width:60%;
}
.gide_head{
margin:0 auto;
text-align: center;
}
.gide_mss {
    margin: 20px 0 80px 0;
    font-size: 0.9em;
    font-weight: 100;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 1px;
}
.gide_box{
width: 80%;
margin: 0px auto 30px auto;
display: flex;
display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.gide_box > div{
width: 33.3333%;
padding: 10px;
}
.gide_title{
    padding:8px;
    background: #dedddc;
    font-weight: 300;
    font-size: 0.9em;
}
.gide_list{
font-size:0.9em;
font-weight: 100;
letter-spacing: 1px;
}
.gide_list li{
    padding:0 0 10px 10px;
}
/*ショップガイド：共通*/
.div_box{
   position: relative;
}
.div_box .gide_itemtitle a:hover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.gide_item_innerbox{
    padding: 0 80px 80px 80px;
}
.gide_item_title {
    margin: 100px auto 0px auto;
    font-size: 1.3em;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #333;
}
.gide_item_title:before,
.gide_item_title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.gide_item_title:before {
    margin-right: 0.9em;
}
.gide_item_title:after {
    margin-left: 0.9em;
}
.gide_itembox{
	width: 80%;
    margin: 30px auto;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.gide_itembox > div{
	width: 33.3333%;
	padding: 10px;
}
.gide_itemtitle {
    padding: 8px;
    font-weight: 300;
    font-size: 0.9em;
    border: 0.7px solid #000;
    text-align: center;
    position: relative;
}
.gide_itemtitle:hover {
background: #dedddc;
border: 0.7px solid #dedddc;
}

/*ショップガイド:サービスについて*/
.gide_service_info{
    margin: 30px 0 0 0;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.8;   
}
.gide_service_infotitle{
    margin: 50px 0 0 0;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;      
}
.gide_service_infotxt{
    margin: 0 0 10px 0;
    font-size: 0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.8;      
}
.gide_payment_box{
    margin: 0;
    width:70%;
    font-size:0.9em;
    font-weight: 100;
    letter-spacing: 1px;
}
.gide_payment_title{
    width:20%;
    padding:10px;
    text-align: center;
    background: #f7f7f7;
}
.gide_payment_txt{
    width:60%;
    text-align: left;
    padding:10px;
}
.gide_service_span{
padding: 30px 0 0 0;
color: #ea0f0f;
font-size:0.9em;
font-weight: 500;
letter-spacing: 1px;
}
.rakuten_info{
  font-weight: 700;
}

/*ショップガイド:商品について*/
.size_img img{
width:60%;
}
.size_img{
margin:0 auto;
text-align: center;
}
.size_name{
    width:20%;
    padding:8px;
    font-size: 0.9em;
    text-align: center;
}
.size_txt{
    width:80%;
    padding:8px;
    font-size: 0.9em;
}
.gide_sizebox{
width: 90%;
margin: 30px auto;
 display: flex;
 display: -ms-flexbox;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.gide_sizebox > div{
   width: 50%;
   padding: 10px;
}
.gide_itemlist{
    margin: 30px 0 0 0;
    font-size:0.9em;
    background: #dcd6d2;
    padding:6px; 
    text-align: center;
    letter-spacing: 1px;
}
.gide_laundry_info{
    margin: 30px auto;
    font-size:0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
}
.gide_laundry_box{
    width: 80%;
    margin: 30px auto;
    padding:0 80px;
}
.gide_laundry_img{
    width:20%;
    padding:10px;
    text-align: center;
}
.gide_laundry_img img{
    width:60%;
    text-align: center;
}
.gide_laundry_txt{
    width:80%;
    padding:8px;
    font-size: 0.9em;
}
.gide_itemimge_txt{
    margin: 30px 0;
    font-size:0.9em;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.8;
}
/*会社概要ページ*/
.company_massimg{
width:60%;
text-align: center;
margin: 20px auto;
}
.company_infoimg{
width:24%;
text-align: center;
margin: 0 auto;
}
.company_mass{
text-align: center;
    font-size: 1em;
    margin: 20px auto;
    line-height: 1.8;
    font-weight: 100;
    font-family: 'Noto Serif JP', serif !important;
    letter-spacing: 1.6px;
}
.company_lastmass{
text-align: center;
    letter-spacing: 1.6px;
    font-size: 1.3em;
    margin: 60px auto 0 auto;
    line-height: 1.7;
    font-weight: 200;
    font-family: 'Noto Serif JP', serif !important;
}
.company_txt{
text-align: center;
    letter-spacing: 1.6px;
    font-size: 1.1em;
    margin: 0 auto;
    font-weight: 200;
    font-family: 'Noto Serif JP', serif !important;
}
.company_col {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 auto 80px auto;
}
.company_col > div{
width: 28%;
}
@media screen and (max-width: 1090px) {
.company_col > div{
width: 50%;
}
}
@media screen and (max-width: 480px) {
.company_col > div{
width: 100%;
}
}
/*メルマガ（上部）*/
.pvinfo_pagetitle {
    font-size: 1.2em;
    margin: 0 auto 30px auto;
    text-align: center;
    font-weight: 500;
}
.pvinfo_title{
    font-size:1em;
    font-weight: 400;
}
.pvinfo_txt {
    font-size: 0.9em;
    margin: 10px 0 40px 0;
    padding: 0 0 0 40px;
}
.pvinfo_box {
    font-size: 0.9em;
    margin: 10px 0 30px 0;
list-style:none
}
.pvinfo_content {
    margin: 24px auto;
    max-width: 700px;
}

/*お問い合わせページ*/
.contact_form {
    margin: 24px auto;
    max-width: 700px;
}
.contact_form_botoon {
    border: 0.8px solid #d6d5c5;
    padding: 10px;
    width: 280px;
    margin: 50px auto !important;
    text-align: center !important;
    background: #d6d5c5;
}
.contact_form_botoon:hover {
    border: 0.8px solid #333;
    padding: 10px;
    width: 280px;
    margin: 50px auto !important;
    text-align: center !important;
  color: #333;
background: #fff;
}


/*sp*/
@media screen and (min-width: 768px) {
.sp_column_head{
 display: block;
}
.column_head{
display: none;
}
}

.top_column{
width:50%;
margin:0 auto 80px auto;
}