/*ヘッダー--------------------*/
.fs-p-headerNavBar {
  border: none;
}
.fs-l-header__contents {
  grid-template-columns: 38% 24% 38%;
}
@media screen and (max-width: 959px) {
  .fs-l-header__contents {
    grid-template-columns: 30% 25% 45%;
  }
}
@media screen and (max-width: 739px) {
  .fs-l-header__contents {
    grid-template-columns: 25% 50% 25%;
  }
}
@media screen and (max-width: 739px) {
  .fs-p-searchForm__input {
    height: 10vw;
  }
  .fs-p-searchForm__button {
    height: 10vw;
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fs-p-searchForm__button::before {
    position: relative
  }
}
/*ヘッダー--------------------*/
/*トップページ--------------------*/
.product-container {
  flex-direction: column;
}
#shop {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shop div {
  margin-bottom: 15px;
}
#shop #map {
  width: 49%;
}
#shopLeft {
  float: left;
  background-image: url(https://www.rakuten.ne.jp/gold/kumada/images/index/shop.jpg);
  width: 49%;
  max-width: 554px;
  height: 350px;
  position: relative;
}
#shopLeft p {
  position: absolute;
  top: 60px;
  width: 339px;
  line-height: 22px;
}
#map {
  float: right;
  border: solid 1px #2f1b07;
}
#history {
  background-image: url(https://www.rakuten.ne.jp/gold/kumada/images/index/history.jpg);
  width: 1128px;
  height: 503px;
  margin-bottom: 50px;
  position: relative;
}
#history ul {
  position: absolute;
  top: 145px;
  left: 99px;
}
#history li {
  width: 174px;
  height: 73px;
  font-size: 11px;
  line-height: 17px;
  float: left;
  margin-right: 17px;
}
#history #text2 {
  top: 291px !important;
  left: 5px !important;
  width: 1128px;
}
#text2 li {
  margin-right: 14px !important;
}
#staff {
  position: relative;
  margin-bottom: 50px;
}
#staff li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  line-height: 0px !important;
}
#staffList {
  position: absolute;
  top: 171px;
  left: 191px;
}
#staffList li {
  margin-top: 20px;
}
.ml191 {
  margin-left: 191px;
}
#staffEx1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#staffEx2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#recommend {
  height: 213px;
  width: 100%;
  margin-bottom: 50px;
}
#recommend ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

#category {
  height: 213px;
  width: 100%;
  margin-bottom: 60px;
}

#category ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

#contentBox {
  width: 1128px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#mainArea {
  width: 910px;
  float: right;
}
#countText {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 118px;
  left: 22px;
}
#count {
  color: #bf0000;
  font-weight: bold;
  font-size: 36px;
  position: absolute;
  left: 30px;
  top: 175px;
}
#frame {
  text-align: left;
  width: 1128px;
}
#frame .text {
  font-size: 18px;
  font-weight: bold;
}
.product-container iframe {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  #shopLeft {
    width: 100%;
    max-width: 100%;
    background: none;
  }
  #shopLeft h2 {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  #shopLeft p {
    position: relative;
    top: auto;
    width: auto;
    line-height: 5vw;
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  #shop #map {
    width: 100%;
    max-width: 100%;
    height: 70vw;
  }
  #shop #map iframe {
    height: 100%;
  }
  .product-container {
    margin-bottom: 10vw;
  }
  .product-container iframe {
    width: 100%;
    height: 140vw;
    margin-bottom: 15vw;
  }
  #staff {
    height: auto;
  }
  #recommend {
    height: auto;
  }
  #recommend ul {
    flex-direction: column;
  }
  #recommend ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  #recommend ul li img {
    width: 100%;
  }
}
/*トップページ--------------------*/
/*フッター--------------------*/
@media screen and (max-width: 739px) {
  .fs-p-footerNavigationItem__body {
    padding: 10vw 5vw;
    font-size: 1.1em;
    line-height: 2em;
  }
}
/*フッター--------------------*/

/*商品一覧--------------------*/
.fs-c-productName__copy, .fs-c-productName__variation {
	display: none;
}
.fs-c-productListItem__productName {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.fs-c-productPrice--listed {
	display: none;
}
.fs-c-productPrice {
	justify-content: right;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #af4233;
	font-size: 1.5em;
	font-weight: bold;
}
.fs-c-productListItem__control .fs-c-button--addToCart--list, .fs-c-productListItem__control .fs-c-button--viewProductDetail {
	background: #af4233;
	color: #fff;
	width: calc(100% - 40px);
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fs-c-productListItem__control .fs-c-button--addToCart--list:hover,.fs-c-productListItem__control .fs-c-button--viewProductDetail:hover{
	color: #fff;
}
.fs-c-productListItem__control .fs-c-button--addToCart--list span, .fs-c-productListItem__control .fs-c-button--viewProductDetail span{
	margin-left: 5px;
}
.fs-c-productListItem__control .fs-c-button--addToWishList--icon {
	width: 34px;
	height: 34px;
	background: #6e6e6e !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.fs-c-productListItem__control .fs-c-button--addToWishList--icon:hover{
	color: #fff;
}
.productRating {
	font-size: 0.9em!important;
}
@media screen and (max-width: 739px) {
.productRating {
	font-size: 3.2vw !important;
}
}

/*商品一覧--------------------*/

/*フリーページ--------------------*/

.fs-c-heading--page {
	border-bottom: 1px solid #979797;
	color: #3c3c3c;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 0 0 24px;
	padding: 0 0 1.2em;
	text-align: center;
}

/*ランキング--------------------*/
.rank_h1 {
	border-bottom: 1px solid #979797;
	color: #3c3c3c;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 50px 0 20px 0;
	padding: 0 0 0.8em;
	text-align: center;
}

/*recommedAI新着--------------------*/

.fs-p-heading--lv2 {
	border-bottom: 1px solid #979797;
	color: #3c3c3c;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 50px 0 20px 0;
	padding: 0 0 0.8em;
	text-align: center;
}
