@charset "UTF-8";

.fs-c-subgroupList__link {
  background: #f9dde2;
  border: 1px solid #fff;
  padding: 5%;
}

.fs-l-main {
  max-width: 1260px;
  width: auto !important;
  min-width: 1120px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0px !important;
}

body {
  font-size: 140% !important;
}

/* ------------------
レイアウト
------------------ */

h1.fs-c-productNameHeading {
  width: 100%;
}

.fs-l-header {
  padding: 0 !important;
}

.fs-l-main {
  width: 1120px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-l-main .l-side {
  width: 23.8%;
}

/* ------------------
左サイド
------------------ */

.fs-l-main .l-side a {
  -webkit-transition: .3s;
  transition: .3s;
}

.fs-l-main .l-side a:hover {
  opacity: .7;
}

.fs-l-main .l-side .user-bnr {
  margin-bottom: 20px;
}

.fs-l-main .l-side .user-bnr li {
  list-style: none;
  margin-bottom: 10px;
}

.fs-l-main .l-side .user-bnr p {
  margin: 0;
}

.fs-l-main .l-side .user-bnr li img {
  font-size: 0px;
  line-height: 1em;
}

.fs-l-main .l-side .user-bnr li:last-child {
  margin-bottom: 0;
}

.fs-l-pageMain {
  width: 71.4%;
  max-width: 1260px;
}

.fs-l-footer {
  position: relative;
  border-top: none;
  background-color: #fff;
  margin-top: auto;
}

.fs-c-breadcrumb {
  max-width: 1260px;
  min-width: 1120px;
  margin: 0 auto 20px;
}

nav.is-fixed {
  position: inherit !important;
  top: inherit !important;
  left: inherit !important;
  width: 1120px !important;
  z-index: 12;
  margin: 0px auto !important;
  background: none;
}

/* ------------------
ワンカラムの時メインはば
------------------ */

.fs-body-cart .fs-l-pageMain {
  width: 1120px !important;
}

/* ------------------
tableの色
------------------ */

.fs-c-cartTable th {
  background: #000 !important;
}

/* ------------------
ページ見出し
------------------ */

.fs-c-heading--page {
  /* border-bottom: 2px solid #7c8790; */
  width: 100%;
  font-size: 130% !important;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #222;
  /* padding: 0 0 1.2em; */
  /* text-align: center; */
  /* box-shadow: 0 0 0 1px #ccc inset; */
  padding: 10px;
  border-bottom: none;
  background: #ded6ce;
  /* background: #cccc; */
}

.fs-p-heading--lv2 {
  color: #000;
  font-size: 150%;
  font-weight: bold;
  padding: 10px 0 0px 45px;
  background: url(../img/shop_markj.png) no-repeat left top;
  background-size: 35px 40px;
  min-height: 40px;
  margin-bottom: 25px;
  border: none !important;
}

.fs-c-documentArticle__heading {
  background: #f9dde2;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 10px;
  text-align: center;
}

.fs-c-documentColumn__heading {
  color: #000;
  border: none !important;
  border-color: #7c8790;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 20px 0;
  margin-bottom: 15px;
  background: url(../img/dot-line.gif) repeat-x left bottom;
}

/* ------------------
一覧カートボタン
------------------ */

.fs-c-button--addToCart--list {
  background: #c14720 !important;
  color: #fff !important;
}

.fs-c-button--plain {
  padding: 2%;
}

.fs-c-buttonContainer form {
  width: 80% !important;
}

/* ------------------
会員登録フォーム横幅
------------------ */

.fs-c-inputInformation__field {
  max-width: 100%;
}

.fs-body-cart-login .fs-c-loginForm {
  max-width: 100%;
}

.fs-c-loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fs-body-login .fs-c-registeredUsers {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

.fs-body-login .fs-c-newUsers {
  margin: 0;
  width: 100%;
}

.fs-c-subSection__title {
  color: #000;
  border-bottom: none;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* ------------------
商品詳細レイアウト
------------------ */

.fs-c-productNameHeading {
  margin: 0 0 25px !important;
  font-size: 160%;
  line-height: 150%;
}

.fs-p-productDescription--full {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 25px;
  margin: 20px 0 25px !important;
}

.fs-p-productDescription--full a {
  text-decoration: underline;
  background: url(../img/external-link.svg) no-repeat right top;
  background-size: 10px 10px;
  padding-right: 15px;
}

.fs-l-productLayout {
  display: grid;
  grid-template-columns: calc(50% - 26px / 2) calc(50% - 26px / 2) !important;
  grid-gap: 26px !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.fs-c-button--primary {
  font-size: 2rem;
  padding: 1em 1.6em 1em;
}

.fs-c-button--secondry input {
  background: #cf3c01;
  border: 1px solid #cf3c01;
  font-size: 2rem;
  padding: 1em 1.6em 1em;
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}

.fs-c-button--secondry input:hover {
  opacity: .7;
}

.fs-c-productList__controller {
  background: #efefef;
  padding: 5px 1%;
}

.fs-c-productThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.fs-c-productThumbnail__image {
  margin: 0 2% 1% 0;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  min-width: 56px;
}

.fs-c-productThumbnail__image:nth-of-type(3n) {
  margin-right: 0;
}

.fs-c-documentArticle__content .flinks a {
  background: #a79667;
  padding: 8px;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  border-radius: 4px;
}

.fs-c-featuredProduct__header {
  margin: 50px auto 20px;
  padding-bottom: 20px;
}

.fs-l-cart {
  margin-bottom: 50px !important;
}

/*add*/
.nuFeatureList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nuFeatureList li{
  width: 48% !important;
  margin: 0 4% 4% 0 !important;
}

.nuFeatureList li:nth-child(2n){
  margin-right: 0 !important;
}