@charset "UTF-8";

/*商品一覧*/

#fs_ProductCategory .fs-c-productMarks {
  margin-bottom: 10px;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.item__details__btn {
  width: 80%;
  text-align: center;
  font-weight: bold;
}

.item__details__btn--a {
  background: #B5000A;
  display: block;
  border-radius: 6px;
  color: #fff !important;
  padding: 6px 10px;
}

.fs-c-productList__list .fs-c-productListItem {
  width: 30%;
  margin: 0 5% 5% 0;
  position: relative;
}

.fs-c-productList__list .fs-c-buttonContainer {
  position: absolute;
  right: 0;
}

.fs-c-productList__list .fs-c-productListItem:nth-child(3n) {
  margin-right: 0;
}

.fs-c-productList__controller {
  margin: 0 auto 35px;
}

.fs-c-productListItem__productName {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 0 auto 10px;
}

.fs-c-productPrice {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 1.8rem;
}

.fs-c-productList__list__item {
  border-bottom: none;
  padding: 0;
}

.fs-c-productListItem__imageContainer {
  margin: 0 auto 10px;
}

/*商品詳細*/

#fs_ProductDetails .fs-c-button--secondary {
  width: 100%;
  padding: 15px 5%;
  font-size: 1.8rem;
  font-weight: bold;
}

.pick__order {
  text-align: center;
  font-size: 3rem;
  line-height: 4.5rem;
  font-weight: normal;
  padding: 10px 5%;
  color: #af8f54;
  border-top: 5px solid #af8f54;
  border-bottom: 1px solid #af8f54;
  margin: 60px auto 30px;
}

.txtborder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: normal;
  margin: 60px auto 30px;
}

.txtborder:before,
.txtborder:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #af8f54;
}

.txtborder:before {
  margin-right: 2rem;
}

.txtborder:after {
  margin-left: 2rem;
}

.fb_iframe_widget {
  margin-top: -4px;
}

.fs-c-productNameHeading {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin: 0 auto 40px !important;
}

.fs-l-product4 .fs-l-productLayout {
  display: grid;
  grid-template-columns: calc(54% - 16px / 2) calc(40% - 16px / 2);
  grid-gap: 40px 6%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.fs-c-productMainImage__image img {
  width: 100%;
  height: auto;
  display: block;
}

.fs-c-productNumber {
  border: none;
  color: #999;
  padding: 0;
  margin: 0 auto 30px;
  font-size: 1.4rem;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.6rem;
}

.fs-c-productPrice__addon {
  font-size: 1.6rem;
}

.fs-c-productQuantityAndWishlist {
  grid-template-columns: 1.5fr 2fr;
}

.fs-c-button--particular {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
}

.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  display: block;
  margin-right: 10px;
  width: 90px;
}

.fs-c-quantity__select {
  background: #f5f5f5;
}

.fs-c-productQuantityAndWishlist__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#fs_ProductDetails .fs-c-productActionButton .fs-c-button__label {
  background: url(../img/i_cart_w.svg) no-repeat left center;
  background-size: 22px 22px;
  padding: 5px 0 5px 32px;
}

#fs_ProductDetails .fs-c-button--primary {
  padding: 30px 5%;
  font-weight: bold;
  font-size: 2rem;
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productThumbnail__image {
  margin: 0 2% 2% 0;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
  min-width: 23.5%;
}

.fs-c-productThumbnail__image:nth-child(4n) {
  margin-right: 0;
}

.item__coution--tit {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 4.5rem;
  color: #b5000a;
  margin-bottom: 25px !important;
  text-align: center;
}

.icon__coution {
  background: url(../img/icon__coution.svg) no-repeat left center;
  background-size: 38px 32px;
  padding: 5px 0 5px 48px;
}

.item__spec {
  width: 100%;
  margin: 0 auto 30px !important;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
}

.item__spec--th,
.item__spec--td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2%;
}

.item__spec--th {
  width: 35%;
  background: #efefef;
  text-align: left;
}

.item__pack {
  background: #f5f5f5;
  padding: 3%;
  border: 1px solid #ccc;
}

.item__pack .sendmap {
  max-width: 550px;
  margin: 0 auto 30px;
}

.fs-c-productReview {
  margin: 40px auto;
}

.fs-c-aggregateRating__rating::before {
  margin-bottom: 10px;
}

.fs-c-reviewList__item:first-child {
  border-color: #ccc;
  margin-top: 13px;
}

.fs-c-reviewList__item:last-child {
  border-bottom: none;
}

.fs-c-reviewList__item {
  padding: 30px 0;
}

.fs-c-reviewList__item {
  border-color: #ccc;
}

.fs-c-reviewer__profile {
  margin-left: 20px;
}

.fs-c-rating__value {
  font-weight: bold;
}

.recom__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 0px;
}

.recom__area--list {
  width: 18%;
  margin: 0 2.5% 4% 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.recom__area--list:nth-child(5n) {
  margin-right: 0;
}

.recom__area--img,
.recom__area--name {
  margin-bottom: 10px;
}

/*future*/

.fs-c-breadcrumb {
  margin: 0 auto 30px;
}

.fs-c-heading--page {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.5rem;
  border: none;
  border-bottom: 2px solid #7e0817;
  padding: 0 0 15px;
  margin: 0 auto 25px;
  text-align: left;
}

.base__area {
  max-width: 1120px;
  margin: 0 auto 60px;
}

/*ログイン*/

.fs-body-login .fs-c-loginForm {
  display: block;
}

.fs-c-subSection__title {
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

.fs-c-inputInformation__field {
  max-width: 100%;
}

.fs-body-login .fs-c-newUsers {
  margin-left: 0;
}

/*cart*/

#singles .fs-l-pageMain {
  width: 100%;
}

/*regist*/

.fs-c-registerSuccessMessage {
  text-align: left;
}

.fs-c-registerSuccessMessage:not(:last-child) {
  margin-bottom: 20px;
}

/*会社概要*/

.table__base {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table__base--th,
.table__base--td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2%;
  word-break: break-all;
}

.table__base--th {
  width: 30%;
  background: #efefef;
}

/*特定商*/

.np__pay {
  max-width: 280px;
}

.c_orange {
  color: #f90;
}

.np__info--list,
.users__info--list {
  list-style: circle;
  margin-left: 1.3em;
}

.np__info--list:not(:last-child),
.users__info {
  margin-bottom: 30px;
}

.users__info--list:not(:last-child) {
  margin-bottom: 10px;
}

/*個人情報*/

.truste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 40px;
}

.truste--img {
  max-width: 170px;
  margin-right: 5%;
}

.disclosure {
  margin: 0 auto 40px;
  background: #f5f5f5;
  padding: 3%;
}

.disclosure--list {
  list-style: decimal;
  margin-left: 1.5em;
}

.disclosure--list:not(:last-child) {
  margin-bottom: 20px;
}

.policy__area--tit {
  font-size: 1.82rem;
  line-height: 3rem;
  font-weight: bold;
  background: #efefef;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.policy__area--subs {
  font-size: 1.6rem;
  border-left: 8px solid #7e0817;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
}

.policy__area--block:not(:last-child) {
  margin-bottom: 60px;
}

.disclosure__min {
  padding: 20px;
}

.disclosure__min--dod {
  list-style: circle;
  margin-left: 1.5em;
}

/*法人ギフト*/

.wholesale__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto 40px;
}

.wholesale__info {
  width: 60%;
}

.wholesale__tit {
  text-align: center;
  font-size: 2rem;
  background: #600;
  color: #fff;
  line-height: 3rem;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.wholesale__img {
  max-width: 260px;
  width: 35%;
}

.wholesale__book {
  margin-bottom: 10px;
}

.wholesale__book--list {
  background: url(../img/browncircle.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
  font-size: 3rem;
  line-height: 4.5rem;
}

.wholesale__bd {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 9rem;
}

.wholesale__contact {
  padding: 5%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  margin: 0 auto 40px;
}

.wholesale__block,
.unker__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wholesale__block--tel {
  margin-bottom: 10px;
}

.wholesale__block--list {
  width: 50%;
  text-align: center;
  padding: 0 3%;
  word-break: break-all;
}

.wholesale__block--list:first-child {
  border-right: 1px solid #ccc;
}

.f_min {
  font-size: 1.3rem;
}

.mail__whole {
  font-size: 2.5rem;
  font-weight: bold;
}

.unker__who {
  margin: 0 auto 60px;
}

.unker__who--list {
  width: 47%;
  text-align: center;
}

.unker__who--a {
  padding: 10px 5%;
  display: block;
  border-radius: 6px;
  background: #000;
  color: #fff !important;
}

.wholesale__mi {
  background: url(../img/browncircle.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.wholesale__ang,
.wholesale__ang--last {
  background: #fff5ec;
  padding: 3%;
  margin-bottom: 30px;
}

.wholesale__ang--last {
  margin-bottom: 60px;
}

.who__harf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.who__harf--img {
  margin: 10px auto;
}

.who__harf--list {
  width: 47%;
}

/*よくあるご質問*/

.qa__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.qa__area--list {
  text-align: center;
  width: 32%;
}

.qa__area--a {
  background: #000;
  display: block;
  padding: 15px 5%;
  border-radius: 6px;
  color: #fff !important;
}

.qa__tit {
  border-left: 8px solid #7e0817;
  padding: 5px 10px;
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.icon__q {
  font-size: 1.8rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
  background: url(../img/icon_q.svg) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 32px;
  font-weight: bold;
}

.icon__q--bg {
  font-size: 2.2rem;
  line-height: 3.5rem;
  margin-bottom: 15px;
  background: url(../img/icon_q.svg) no-repeat left center;
  background-size: 22px 22px;
  padding-left: 32px;
  font-weight: bold;
}


.qa__list {
  margin-bottom: 40px;
}

.qa__list--a {
  text-decoration: underline;
}

.qa__list dd {
  margin-left: 35px;
}

.answer {
  padding: 5% 5% 5% 10%;
  background: url(../img/icon_a.svg) no-repeat 3% 40px #fff5ec;
  background-size: 22px 22px;
  border-radius: 6px;
  margin: 0 auto 60px;
}

.sitemap_back {
  padding: 3% 3% 3% 5%;
  background-color: #fff5ec;
  background-size: 22px 22px;
  border-radius: 6px;
  margin: 0 auto 0px;
}

.crezit2 {
  max-width: 530px;
}

.daibiki2 {
  max-width: 167px;
}

.np_new {
  max-width: 280px;
}

.qa_time {
  max-width: 442px;
}

.dod__li--list {
  list-style: circle;
  margin-left: 20px;
}

.dod__li--list:not(:last-child) {
  margin-bottom: 20px;
}

.qa__table,
.contact__table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.qa__table--th,
.qa__table--td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  text-align: center;
}

.qa__table--th {
  width: 20%;
  background: #eee
}

.th_wide {
  width: 40%;
}

.qa__table--td {
  background: #fff;
}

/*お問い合わせ*/

.before_cout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffe3e5;
  padding: 5%;
  margin: 40px auto;
}

.before_cout--tit {
  font-size: 2.2rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #960004;
}

.before_cout--info {
  width: 65%;
  margin-right: 5%;
}

.before_cout--img {
  max-width: 158px;
  width: 30%;
  font-size: 1.3rem;
  text-align: center;
}

.contact__table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
}

.contact__table--th,
.contact__table--td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 5%;
}

.contact__table--th {
  width: 30%;
  background: #fbf3e5;
  text-align: left;
}

.single__input,
.contact__submit--input,
.contact__table button,
.single__select,
.single__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.single__textarea {
  resize: vertical;
}

.contact__table input[type='submit'],
.contact__table input[type='button'],
.contact__table label,
.contact__table button,
.contact__table select {
  cursor: pointer;
}

.contact__table select::-ms-expand {
  display: none;
}

.single__input,
.single__textarea {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  background: #efefef;
}

.single__select {
  border: 1px solid #ccc;
  padding: 10px 10px 15px;
  width: 100%;
}

.contact__submit {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 60%;
}

.contact__submit--input {
  background: #000;
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}


@media screen and (max-width: 959px) {}


@media screen and (max-width: 767px) {

  /*商品一覧*/
  #fs_ProductCategory .fs-c-productMark__mark img {
    width: auto;
    height: 23px;
  }

  #fs_ProductCategory .fs-c-productMark__mark {
    margin: 0 4px 4px 0;
  }

  .fs-c-productList__list .fs-c-productListItem {
    width: 47%;
    margin: 0 6% 40px 0;
  }

  .fs-c-productList__list .fs-c-productListItem:nth-child(3n) {
    margin: 0 4% 4% 0;
  }

  .fs-c-productList__list .fs-c-productListItem:nth-child(2n) {
    margin-right: 0;
  }

  .item__details__btn--a {
    padding: 6px;
  }

  /*商品詳細*/
  .txtborder {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
  }

  .txtborder:before,
  .txtborder:after {
    width: 20px;
  }

  .fs-l-product4 .fs-l-productLayout {
    display: block;
  }

  #fs_ProductDetails .fs-l-productLayout__item--2 {
    margin-bottom: 40px;
  }

  #fs_ProductDetails .fs-c-button--primary {
    min-width: inherit;
    width: 100%;
  }

  .item__coution--tit {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }

  .icon__coution {
    background-size: 24px 22px;
    padding-left: 34px;
  }

  .item__spec--th,
  .item__spec--td {
    padding: 5%;
  }

  .item__pack {
    padding: 5%;
  }

  .recom__area--list {
    width: 47%;
    margin: 0 6% 40px 0;
  }

  .recom__area--list:nth-child(5n) {
    margin: 0 6% 40px 0;
  }

  .recom__area--list:nth-child(2n) {
    margin-right: 0;
  }

  .recom__area:last-of-type {
    margin-bottom: 0;
  }

  .pick__order {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }

  /*会社概要*/
  .table__base--th,
  .table__base--td {
    padding: 5%;
  }

  .table__base--th {
    width: 34%;
  }

  /*法人ギフト*/
  .wholesale__area {
    -webkit-box-direction: reverse;
    -ms-flex-direction: reverse;
    flex-direction: reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wholesale__info {
    width: 100%;
    margin-bottom: 25px;
  }

  .wholesale__tit {
    text-align: center;
    font-size: 2rem;
    background: #600;
    color: #fff;
    line-height: 3rem;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 20px;
  }

  .wholesale__img {
    max-width: 100%;
    width: 100%;
  }

  .wholesale__book {
    margin-bottom: 10px;
  }

  .wholesale__book--list {
    background: url(../img/browncircle.svg) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
    font-size: 2rem;
    line-height: 4.5rem;
  }

  .wholesale__bd {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .wholesale__block,
  .unker__who {
    display: block;
  }

  .wholesale__block--list {
    padding: 0;
    width: 100%;
  }

  .wholesale__block--list:first-child {
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .mail__whole {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .unker__who--list {
    width: 100%;
  }

  .unker__who--list:first-child {
    margin-bottom: 20px;
  }

  .unker__who--a {
    padding: 20px 5%;
  }

  .wholesale__ang,
  .wholesale__ang--last {
    padding: 5%;
  }

  .who__harf {
    display: block;
  }

  .who__harf--img {
    margin: 10px auto;
  }

  .who__harf--list {
    width: 100%;
  }

  .who__harf--list:first-child {
    margin-bottom: 35px;
  }

  /*よくあるご質問*/
  .qa__tit {
    font-weight: bold;
  }

  .icon__q,
  .icon__q--bg {
    font-size: 1.8rem;
    line-height: 2.5rem;
    background-size: 20px 20px;
  }

  .qa__list dd {
    margin-left: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1p solid #ddd;
  }

  .answer {
    padding: 5% 5% 5% 50px;
    background: url(../img/icon_a.svg) no-repeat 5% 3% #fff5ec;
    background-size: 20px 20px;
    margin: 0 auto 50px;
  }

  .sitemap_back {
    padding: 3% 3% 3% 30px;
    background-color: #fff5ec;
    background-size: 20px 20px;
    margin: 0 auto 0px;
  }

  /*お問い合わせ*/
  .before_cout {
    display: block;
  }

  .before_cout--info {
    width: 100%;
    margin: 0 auto 20px;
  }

  .before_cout--img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

}

@media screen and (max-width: 320px) {}
