@import url("https://www.nissei-web.co.jp/css/common.css");
@import url("https://www.nissei-web.co.jp/css/category.css");
@import url("https://www.nissei-web.co.jp/css/category-showerhead.css");
@import url("https://www.nissei-web.co.jp/css/item.css");
@import url("https://www.nissei-web.co.jp/css/hikaku-tbl.css");
@import url("https://www.nissei-web.co.jp/css/freepage/photo.css");
@import url("https://www.nissei-web.co.jp/css/freepage/jyoseikin.css");
@import url("https://www.nissei-web.co.jp/css/freepage/jyoseikin_area.css");

@charset "UTF-8";

/* ---------------------------
reset
--------------------------- */
ul,li{
list-style: none;
padding:0;
margin:0;
}
a{
color:#000;
}
body{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
color: #303030;
}

/* ---------------------------
fuutreshop CSS 上書き
--------------------------- */
/* a */
.fs-p-headerNavigation__link:visited,
.fs-p-headerNavigation__link:link{
color: #000;
}

/* ---------------------------
	header
--------------------------- */
/********** ナビゲーション **********/
.fs-l-header__contents{
align-items: center;
grid-template-columns: 0 20% 1fr;
}
header .fs-l-header__contents .fs-l-header__drawerOpener,
header aside{
display: none;
}


/* nav */
.h-nav ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
border-top: solid 1px #e0e0e0;
/*border-bottom: solid 1px #e0e0e0;*/
}
.h-nav ul li{
/*width: 10%;*/
/*border-right: solid 1px #e0e0e0;*/
letter-spacing: .1em;
margin: 1em 0 1em 1em;
}
.h-nav ul li:first-child{
border-left: none;
}

/* logo */
.fs-l-header{
padding-top: 20px;
}
.fs-p-logo{
align-items: start;
width: 260px;
}
.fs-l-header__logo{
margin: 1.5em 0 0 2em;
}

/* search */
.fs-p-searchForm{
    display: flex;
    justify-content: flex-end;
    /*margin: 1em 0 0 0;*/
}
.fs-l-header__utility{
grid-template-rows: none;
}

.fs-l-header__utility .fs-p-searchForm__inputGroup{
width: 187px;
    border-width: 1px;
    border: solid 1px #e5e5e5;
    border-right: none;
    /*padding: 0 3px;
    height: 28px;*/
    justify-content: flex-end;
   margin: 0 0 1.5em 0;
}
.fs-l-header__utility p{
margin: 0 0 1em 1em;
}
.fs-l-header__utility *:nth-child(2) {
display: flex;
justify-content: flex-end;
}
.fs-p-inputGroup__button{
background: #303030;
}


/* ---------------------------
	footer
--------------------------- */
.fs-l-footer {
  border-top: none;
}
.footer_title {
  font-size: 1.4em;
  background-color: #fff;
  text-align: center;
  padding: 0 0 1.4em 0;
}
.footer_catmenu {
  background-color: #fff;
  padding-bottom: 80px;
}
.footer_catmenu ul {
  display: grid;
  margin: auto;
  max-width: 1000px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 20px;
  column-gap: 30px;
}
.footer_catmenu ul li a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.footer_catmenu ul li a:before,
.footer_catmenu ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer_catmenu ul li a:before {
  left: 10px;
}
.footer_catmenu ul li:nth-child(1) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-kitchen.png) center / contain no-repeat;
  width: 34px;
  height: 34px;
}
.footer_catmenu ul li:nth-child(2) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-interior.png) center / contain no-repeat;
  width: 27px;
  height: 27px;
}
.footer_catmenu ul li:nth-child(3) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-cleaning.png) center / contain no-repeat;
  width: 30px;
  height: 30px;
}
.footer_catmenu ul li:nth-child(4) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-outdoor.png) center / contain no-repeat;
  width: 32px;
  height: 32px;
}
.footer_catmenu ul li:nth-child(5) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-garden-kitchen.png) center / contain no-repeat;
  width: 32px;
  height: 32px;
}
.footer_catmenu ul li:nth-child(6) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-aladdin.png) center / contain no-repeat;
  width: 35px;
  height: 32px;
}
.footer_catmenu ul li:nth-child(7) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-gardening.png) center / contain no-repeat;
  width: 30px;
  height: 30px;
}
.footer_catmenu ul li:nth-child(8) a:before {
  background: url(https://www.nissei-web.co.jp/images/common/icon-tank.png) center / contain no-repeat;
  width: 30px;
  height: 30px;
}
.footer_catmenu ul li a:after {
  border: 5px solid transparent;
  border-left-color: #000;
  right: 10px;
}
.fs-l-footer__utility {
  margin: 0 auto;
  padding: 20px 8px 0;
}

/********** f-contact **********/
.f-contact {
    padding: 36px 0 21px;
    line-height: 1;
    text-align: center;
    background: url(https://www.nissei-web.co.jp/images/common/bg-footer.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
.f-contact .txt-contact {
    padding: 0 0 2px;
    font-size: 45px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.f-contact .txt-tel-info {
    padding: 0 0 2em;
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.f-contact .tel-mail {
    padding: 0 0 3px;
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.f-contact .hours {
    padding: 1em 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: .1em;
}
.f-contact .f-info {
    padding: 0 0 1em;
    line-height: 1.75;
    font-size: 12px;
    letter-spacing: .1em;
}
.fs-l-footer__contents{
width: 100%;
    max-width: 100%;
/*    max-width: 1216px;*/
position: relative;
}

.fs-l-footer__contents .cols-unit {
    width: 996px;
overflow: hidden;/*高さ保持*/
    margin: 0 auto 2em;
    padding: 52px 0 0;
}
.fs-l-footer__contents .cols-unit .col{
	float:left;
	width:304px;
	margin:0 23px 0 0;
	line-height:1.3;
	font-size:14px;
}
.fs-l-footer__contents .cols-unit .col:nth-of-type(2){
	float:left;
	width:305px;
	margin:0 25px 0 0;
}
.fs-l-footer__contents .cols-unit .col:nth-of-type(3){
	float:left;
	width:325px;
	margin:0 0 0 0;
}
.fs-l-footer__contents .cols{
	margin:0 0 31px;
	padding:0 0 30px;
overflow: hidden;
	border-bottom:solid 1px #eee;
}
.fs-l-footer__contents .cols:last-child{
	margin:0;
	padding:0 0 34px;
	border:none;
}
.fs-l-footer__contents .cols-unit .col .heading{
	padding:0 0 13px;
	font-size:18px;
	font-weight:bold;
}
.fs-l-footer__contents .cols-unit .col ul li .mark1{
	margin:0 6px 0 0;
	font-size:8px;
	vertical-align:middle;
}
.fs-l-footer__contents .cols-unit .col .col-box{
	height:190px;
}
.fs-l-footer__contents .cols-unit .col .btn-details a{
	display:block;
	border-radius:20px;
	padding:11px 0;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background:#7d7d7d;
}
.fs-l-footer__contents .cols-unit .col .delivery{
	font-size:12px;
}
.fs-l-footer__contents .cols-unit .col .delivery .heading{
	padding:0 0 8px;
}
.fs-l-footer__contents .cols-unit .col .delivery ul li{
	padding:0 0 2px;
	line-height:1.5;
}
.fs-l-footer__contents .cols-unit .col .shipping .icon-delivery{
	margin:0 0 10px;
	padding:19px 0;
	border:solid 1px #acacac;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#ff0072;
}
.fs-l-footer__contents .cols-unit .col .shipping .txt-box{
	line-height:1.5;
	font-size:12px;
}
.fs-l-footer__contents .cols-unit .return{
}
.fs-l-footer__contents .cols-unit .return .heading{
	padding:0 0 18px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.fs-l-footer__contents .cols-unit .return .sheading{
	padding:0 0 9px;
	font-weight:bold;
}
.fs-l-footer__contents .cols-unit .return p{
	line-height:1.75;
	font-size:12px;
}

.fs-l-footer__contents .company-outline {
    width: 468px;
    margin: 0 auto 56px;
    padding: 13px 0;
    border: solid 1px #acacac;
    text-align: center;
    font-weight: bold;
}

.fs-p-footerCopyright {
  border-top: 1px solid #fff;
}

/* ---------------------------
	slider
--------------------------- */

#fs_Top .fs-pt-carousel.fs-c-slick .slick-slide img {
height: 60rem;
}
#fs_Top .fs-pt-carousel .fs-pt-carousel__slide__caption {
display: none;
}
#fs_Top .fs-pt-carousel.fs-c-slick .slick-slide {
margin: 0 1.5rem;
}
#fs_Top .fs-c-slick .slick-dots li {
height: 14px;
width: 14px;
margin: 5px;
}
#fs_Top .fs-c-slick .slick-dots li button {
height: 14px;
width: 14px;
background-color: #AEAEAE;
border-radius: 50%;
}
#fs_Top .fs-c-slick .slick-dots li.slick-active button {
background-color: #333333;
}
#fs_Top .fs-c-slick .slick-dots li.slick-active button:before {
content: none;
}
/* ---------------------------
	index
--------------------------- */
/********** index **********/
#index{
	/*width:1200px;*/
	margin:0 auto;
text-align: center;
}


#index .inner{
	width:956px;
	margin:0 auto;
}

#index .hot-item.inner ul,
#index .recommend.inner ul{
width: 980px;
display: flex;
flex-wrap: wrap;
/*justify-content:space-between;*/
}
#index .hot-item.inner ul li,
#index .recommend.inner ul li{
width: 290px;
border: 1px solid #e2e2e2;
margin: 16px;
}



#index .pick-up{
	padding:0 0 80px;
	}






/*concept*/

#index .concept-box{
	padding:0 0 80px;
}


#index .concept-box .concept-img{
	text-align:center;
	padding:0 0 25px;
}



#index .concept-box h3{
	margin:0 0 30px;
	padding:0;
	border:none;
	position:relative;
	text-align:center;
}

#index .concept-box h3 .heading-cat{
	position:relative;
	margin:22px 0 0;
	z-index:2;
	display:inline-block;
	text-align:left;
	background-color:#fff;
}

#index .concept-box h3 .label-heading-cat{
	display:inline-block;
	padding:0 10px;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#index .concept-box h3 .label-category{
	margin:-5px 0 0;
	display:block;
	text-align:center;
	font-family:'EB Garamond', serif;
	font-size:14px;
	color:#919191;
}


#index .concept-box .lead-txt{
	text-align:center;
	font-size:24px;
letter-spacing: .1em;
	line-height: 1.5;
    /*font-weight: bold;*/
}


/*category-list*/

#index .category-list{
	padding:0 0 80px;
}
#index .category-list h3{
	margin:-28px 0 30px;
	padding:0;
	border:none;
	position:relative;
	text-align:center;
}
#index .category-list h3 .heading-cat{
	position:relative;
	margin:22px 0 0;
	z-index:2;
	display:inline-block;
	text-align:left;
	background-color:#fff;
}
#index .category-list h3 .label-heading-cat{
	position:relative;
	display:inline-block;
	padding:0 10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#index .category-list h3 .label-category{
	margin:-5px 0 0;
	display:block;
	text-align:center;
	font-family:'EB Garamond', serif;
	font-size:14px;
	color:#919191;
}
#index .category-list h3::before{
	position:absolute;
	top:50%;
	z-index:1;
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#ccc;
}


#index .category-list .lead-txt{
	text-align:center;
	font-size:16px;
	line-height: 1.5;
    font-weight: bold;
	margin: 0 0 25px;
}


#index .category-list ul{
	display:flex;
	justify-content:space-between;
    overflow: hidden;
}


#index .category-list ul li{
    color: #000;
    /*background: #fffcf8;*/
}

#index .category-list .txt{
	padding:25px;
	
}


#index .category-list .category-name{
	padding:0 0 10px;
	letter-spacing:2.5px;
	font-size:26px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}





/*hot item*/


#index .hot-item{
	padding:0 0 50px;
	/*border-bottom:1px solid #ccc;*/
	margin:0 auto 25px;
	}

#index .hot-item h3{
	margin:-28px 0 30px;
	padding:0;
	border:none;
	position:relative;
	text-align:center;
}
#index .hot-item h3 .heading-cat{
	position:relative;
	/*margin:22px 0 0;*/
	z-index:2;
	display:inline-block;
	text-align:left;
	background-color:#fff;
}
#index .hot-item h3 .label-heading-cat{
	position:relative;
	display:inline-block;
	padding:0 10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#index .hot-item h3 .label-category{
	margin:10px 0 0;
	display:block;
	text-align:center;
	font-family:'EB Garamond', serif;
	font-size:14px;
	color:#919191;
}


#index .hot-item .bx-wrapper{
	margin:0;
}

#index .hot-item .bx-wrapper .bx-controls-direction a{
	width:24px;
	height:42px;
}
#index .hot-item .bx-wrapper .bx-controls-direction a.bx-prev{
	left:-120px;
	background:url(https://springer11.itembox.design/item/images/btn-slide-na-prev.jpg?t=20250305101144) no-repeat 0 0;
}
#index .hot-item .bx-wrapper .bx-controls-direction a.bx-next{
	right:-120px;
	background:url(https://springer11.itembox.design/item/images/btn-slide-na-next.jpg?t=20250305101144) no-repeat 0 0;
}
#index .hot-item .hotitem-slider a{
	display:block;
	color:#000;
	text-decoration:none;
}
#index .hot-item .hotitem-slider a img{
     aspect-ratio: 3/2;
    object-fit: cover;
}

#index .hot-item .txt{
font-size: 16px;
text-align:center;
padding: 1.5em 1em;
line-height: 1.5;
letter-spacing: .1em;
}

#index .hot-item .price{
text-align:center;
}



/*hot item*/


#index .recommend{
	padding:0 0 120px;
	}

#index .recommend h3{
	margin:0 0 30px;
	padding:0;
	border:none;
	position:relative;
	text-align:center;
}
#index .recommend h3 .heading-cat{
	position:relative;
	/*margin:22px 0 0;*/
	z-index:2;
	display:inline-block;
	text-align:left;
	background-color:#fff;
}
#index .recommend h3 .label-heading-cat{
	position:relative;
	display:inline-block;
	padding:0 10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#index .recommend h3 .label-category{
	margin:10px 0 0;
	display:block;
	text-align:center;
	font-family:'EB Garamond', serif;
	font-size:14px;
	color:#919191;
}


#index .recommend .bx-wrapper{
	margin:0;
}

#index .recommend .bx-wrapper .bx-controls-direction a{
	width:24px;
	height:42px;
}
#index .recommend .bx-wrapper .bx-controls-direction a.bx-prev{
	left:-120px;
	background:url(https://springer11.itembox.design/item/images/btn-slide-na-prev.jpg?t=20250305101144) no-repeat 0 0;
}
#index .recommend .bx-wrapper .bx-controls-direction a.bx-next{
	right:-120px;
	background:url(https://springer11.itembox.design/item/images/btn-slide-na-next.jpg?t=20250305101144) no-repeat 0 0;
}
#index .recommend .recommend-slider a{
	display:block;
	color:#000;
	text-decoration:none;
}
#index .recommend .recommend-slider a img{
        aspect-ratio: 3/2;
    object-fit: cover;
}

#index .recommend .txt{
font-size: 16px;
text-align:center;
padding: 1.5em 1em;
line-height: 1.5;
letter-spacing: .1em;
}


#index .recommend .price{
	text-align:center;
}







/*message*/
#index .message{
	padding:0 0 135px;
}

#index .message h3{
	margin:-28px 0 30px;
	padding:0;
	border:none;
	position:relative;
	text-align:center;
}
#index .message h3 .heading-cat{
	position:relative;
	margin:22px 0 0;
	z-index:2;
	display:inline-block;
	text-align:left;
	background-color:#fff;
}
#index .message h3 .label-heading-cat{
	position:relative;
	display:inline-block;
	padding:0 10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#index .message h3 .label-category{
	margin:10px 0 0;
	display:block;
	text-align:center;
	font-family:'EB Garamond', serif;
	font-size:14px;
	color:#919191;
}
#index .message ul li{
	display:flex;
	justify-content:space-between;
	
}

#index .message ul li .txt{
	padding:0 20px;
	
}

/*shop*/
#index .shop{
}
#index .shop h3{
	margin:-28px 0 30px;
	padding:0;
	border:none;
	position:relative;
	text-align:center;
}
#index .shop h3 .heading-cat{
	position:relative;
	margin:22px 0 0;
	z-index:2;
	display:inline-block;
	text-align:left;
	background-color:#fff;
	text-align:center;
}
#index .shop h3 .label-heading-cat{
	position:relative;
	display:inline-block;
	padding:0 10px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#index .shop h3 .label-category{
	margin:10px 0 0;
	display:block;
	text-align:center;
	font-family:'EB Garamond', serif;
	font-size:14px;
	color:#919191;
}
#index .shop .lead-txt{
	text-align:center;
	font-size:16px;
	line-height: 1.5;
    font-weight: bold;
	margin: 0 0 25px;
}
#index .shop ul{
	display:flex;
	justify-content:space-between;
    overflow: hidden;
	
}
#index .shop ul li{
	width:220px;
    color: #000;
    /*background: #fffcf8;*/
}
#index .shop .txt{
	padding:15px;
	
}
#index .shop .category-name{
	font-size:18px;
	font-weight:bold;
}


/* 見出しライン */
#index h3.fs-c-documentArticle__heading {
display: flex;
align-items: center;
background: none;
color: #303030;
}
#index h3.fs-c-documentArticle__heading:before,
#index h3.fs-c-documentArticle__heading:after {
border-top: 1px dashed #a4a4a4;
content: "";
flex-grow: 1;
}
#index h3.fs-c-documentArticle__heading:before {
margin-right: 1rem;
}
#index h3.fs-c-documentArticle__heading:after {
margin-left: 1rem;
}*/

/* 商品名 */
.item-carousel-box{
padding: 16px;
}

/* ---------------------------
	aside
--------------------------- */
#fs_Top aside　{
margin: 0 2em 0 0;
}

#fs_CustomPage aside{
display: none;
}
aside,
#sub1 a{
color: #666;
}

/* ---------------------------
	fix
--------------------------- */
#fix {
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 100;
}
#fix .fix-bnr-tel {
    padding: 0px 0px 20px;
}
#fix a {
    display: block;
}
#fix img {
    width: 42px;
    display: block;
}
#fix .fix-bnr-cart {
    display: none;
    padding: 0px 0px 20px;
}
#fix .fix-bnr-order {
    display: none;
    padding: 0px 0px 20px;
}
#fix .fix-bnr-cart-check {
    padding: 0px;
}


/* ヘッダー システム出力箇所調整 */
.fs-p-headerUtilityMenu{
display: none;
}
.fs-p-headerUtilityMenu__list a{
font-size: 13px;
letter-spacing: .1em;
}
.fs-p-headerUtilityMenu__list a::before{
content: none;
}
/* 商品グループ システム出力箇所調整 */
.fs-c-heading--page{
color: #303030;
font-weight: bold;
letter-spacing: .1em;
border-bottom: none;
margin: 0;
padding: 0 0 1em 0;
}

/* 見出しライン */
.fs-c-documentArticle h2.fs-c-documentArticle__heading {
display: flex;
align-items: center;
color: #303030;
font-size: 2.1rem;
background: none;
}
.fs-c-documentArticle h2.fs-c-documentArticle__heading:before,
.fs-c-documentArticle h2.fs-c-documentArticle__heading:after {
border-top: 1px dashed #a4a4a4;
content: "";
flex-grow: 1;
}
.fs-c-documentArticle h2.fs-c-documentArticle__heading:before {
margin-right: 1rem;
}
.fs-c-documentArticle h2.fs-c-documentArticle__heading:after {
margin-left: 1rem;
}

h3.fs-c-documentColumn__heading{
color: #303030;
background: none;
border: none;
padding: 0;
margin: 0;
}

.fs-c-documentColumn .fs-c-documentColumn__content{
line-height: 2.1;
margin: 0 0 3em 0;
}
.fs-c-documentColumn .fs-c-explainList{
margin: 0 0 1em 0;
}

/* 商品詳細ページ システム出力箇所調整 */
.fs-c-productNumber{
border: none;
padding: 0;
}
.fs-c-productMainImage__expandButton{
display: none;
}
.fs-c-productThumbnail {
width: 750px;
margin: 0 auto;
}

/* slider */

.fs-c-price__value {
font-size: 1.2em;
font-weight: bold;
}/* price */

.fs-l-header__leftContainer {
    align-self: flex-end;
padding: 0 0 1em 1em;
}/*header catch*/

.fs-c-subgroupList__link {
background: none;
border: none;
}
.fs-l-header__leftContainer li{
    padding: 4px 1em;
    margin: 1em;
}
.fs-c-subgroupList__item {
flex-basis: calc(30% + 1px);
}/* category sub*/
.read{
width: 860px;
margin: 2em auto 4em;
}/* category read txt*/

.fs-c-variationAndActions {
    margin: 3em auto 1em;
    width: 60%;
}
.fs-c-variationAndActions .fs-c-variationAndActions__variationLabel{
display: none;
}

/* wish */
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
display: none;
  /*content: "\e91b";*/
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
display: none;
  /*content: "\e91d";
  color: #ffffff;*/
}

.fs-c-breadcrumb{
    margin: 0 auto;
    /*max-width: 1216px;*/
padding: 0 0 0 1em;
}
.fs-c-breadcrumb__list > li{
font-size: 11px;
letter-spacing: .1em;
}/* パンくずリスト */

.fs-p-snsArea{
margin: 8px 0 3em 0;
}/* SNS */

/* カルーセル */
.fs-c-productThumbnail{
    display: flex;
    justify-content: center;
    margin: 0 0 3em 0;
}
.fs-c-productThumbnail__image{
    flex-basis: 80px;
    min-width: 80px;
}

/* ポイント */
.fs-c-productPointDisplay {
    background: #ccc;
    color: #303030;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px 12px;
}

/* main */
form#fs_form {
    width: 750px;
    margin: 0 auto;
}
.fs-l-pageMain{
    width: 1216px;
    margin: 0 auto;
}
@media screen and (min-width: 1200px){
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    /*max-width: 1216px;
    width: 750px;*/
}
}

/* カート */
@media screen and (min-width: 960px){
.fs-body-cart .fs-l-cart__contentsArea {
grid-template-columns: none;
}
}
.fs-c-price__price {
    display: flex;
align-items: flex-end;
}

/* ご注文手続き */
#fs_Checkout .f-contact,
#fs_Checkout .cols-unit,
#fs_Checkout .company-outline,
#fs_Checkout .fs-p-footerUtilityMenu{
display: none;
}

/*--- ログイン ---*/
.fs-c-fsLogin form{
width: 100% !important;
}

/*--- マイページ ---*/
.mypage-logout{
text-align: right;
}

/*--- 商品グループ ---*/
.icon-number{
display: none;
}
.category-ttl{
    width: 840px;
    margin: 0 auto;
    padding: 0 0 6em 0;
}

/*商品一覧画面の虫眼鏡マークの非表示*/
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
 display: none;
}

/* フッターメニュー重なり順 */
.fs-l-footer__utility .fs-p-footerUtilityMenu {
    z-index: 1;
}

/* トップページのフッター検索ウィンドウ非表示 */
#fs_Top footer+div.fs-p-searchForm{
  display: none !important;
}
