@charset "UTF-8";

/* レイアウト調整 */

.fs-l-productLayout {
  display: grid;
  grid-row-gap: 8px;
  grid-template-columns: 43% auto;
  max-width: 980px;
  grid-gap: 60px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 100px;
}

.fs-p-snsArea,
.fs-c-productReview,
.fs-c-inquiryAboutProduct,
.fs-c-returnedSpecialContract,
.fs-c-productNumber,
.fs-c-productNameHeading,
.fs-c-productPrices,
.fs-c-productPostage,
.fs-l-productLayout__item {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productPostage,
.fs-c-productMembersLoginLink,
.fs-c-productQuantityAndWishlist__wishlist,
.fs-c-accountService__page--wishList {
  display: none;
}

#fs_ProductDetails .fs-c-quantity:before {
  content: "数量";
  display: block;
  font-weight: bold;
  margin-right: 10px;
  width: 60px;
}

.fs-c-quantity__message {
  top: 3px;
  margin-top: -60px;
  left: 105%;
}

#fs_ProductDetails .fs-c-quantity {
  position: relative;
}
#fs_ProductDetails .fs-c-quantity {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  max-width: 10em;
}

.fs-c-heading {
  margin-bottom: 20px;
}

.slick-list .draggable {
  padding: 0;
  height: 430px;
}

.fs-c-productCarouselMainImage__expandButton {
  display: none;
}

.fs-c-returnedSpecialContract__link a {
  color: #7e6e6d;
}

.fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: auto;
}

.fs-c-button--inquiryAboutProduct .fs-c-button--inquiryAboutProduct .fs-c-button__label {
  font-size: 1.3rem;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #3d2120;
  color: #fff !important;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-button__label {
  display: none;
}

.fs-c-buttonContainer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0;
}

.fs-l-productLayout__item--2 .fs-c-buttonContainer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  background: #938483;
  border-radius: 40px;
  width: 35px;
  height: 35px;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  font-size: 35px;
}

.fs-c-productMark__mark {
  width: 40px;
}

.fs-c-productNameHeading__copy {
  display: block;
}

.fs-c-productNameHeading__copy,
.fs-c-productNameHeading__name {
  line-height: 1.5;
}

.fs-p-productDescription--full {
  line-height: 1.5;
  margin-bottom: 10px;
}

.fs-c-productStock {
  margin-bottom: 20px;
}

#fs_ProductDetails .fs-c-quantity {
  margin-bottom: 70px;
}

.fs-c-productCarouselMainImage__thumbnailList > li {
  width: 23%;
}

.fs-c-productCarouselMainImage__thumbnailList > li:not(:last-child) {
  margin-right: 3%;
}

.fs-c-productPrices--productDetail {
  margin-bottom: 20px;
}

.fs-c-button--addToCart--detail {
  padding: 0;
  margin-bottom: 15px;
  width: 315px;
}

.fs-c-button--addToCart--detail span {
  font-size: 1.6rem;
  background: url(../img/icon-cart.svg) no-repeat 20% 50% / 20px 20px;
  padding: 20px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #ff6808;
  color: #fff;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  font-weight: bold;
}

.fs-c-button--inquiryAboutProduct span {
  font-size: 1.3rem;
  background: url(../img/icon-mail.svg) no-repeat 10% 50% / 20px 14px;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #3d2120;
  color: #fff;
  width: 315px;
}

.fs-c-button--inquiryAboutProduct::before {
  display: none;
}

.fs-c-buttonContainer--inquiryAboutProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.fs-c-productPrice__main {
  font-weight: bold;
}

.fs-c-productPrice__main__label {
  color: #3d2120;
}

.fs-c-productPrice--member .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  color: #ff6808;
}

.fs-c-productPrice--member .fs-c-productPrice__main__price .fs-c-price__value {
  color: #ff6808;
}

.fs-c-productPrice--member .fs-c-productPrice__main__label {
  color: #ff6808;
}

.fs-c-productPrice--member .fs-c-productPrice__addon {
  color: #ff6808;
}

.-cart_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 315px;
}

.fs-c-productCarouselMainImage__image > img {
  max-width: 430px;
  max-height: 430px;
}

.fs-l-productLayout__item--3 {
  grid-column: 1 / 3;
}

.fs-c-productMark__item {
  margin-bottom: 10px;
}

.fs-c-buttonContainer--addReview--detail {
  margin-bottom: 100px;
}

.list_wrapper .fs-c-productList__list {
  display: none;
}

.list_wrapper .fs-c-listControl {
  display: none;
}

.fs-c-productList__list,
.fs-c-productList__controller {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.fs-c-button__label {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--addToCart--list::before {
  display: none;
}

/* .cate_wrapper .fs-c-productPrice--member {
  display: none;
} */

.cate_wrapper .fs-c-button--inquiryAboutProduct {
  width: 100%;
}

.cate_wrapper .fs-c-button--inquiryAboutProduct span {
  font-size: 1.6rem;
  background: url(../img/icon-cart.svg) no-repeat 10% 50% / 15px 14px;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #ff6808;
  color: #fff;
  width: 100%;
}

.cate_wrapper .fs-c-productPrice__addon__price .fs-c-price .fs-c-price__currencyMark {
  font-size: 1.4rem;
}

.cate_wrapper .fs-c-productPrice__addon__price .fs-c-price .fs-c-price__value {
  font-size: 1.4rem;
}

.tag_free,
.tag_first {
  width: 72px;
}

.tag_member {
  width: 100px;
}

/* .cate_wrapper .fs-c-productPrice--selling {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
} */

/* .cate_wrapper .fs-c-productPrice__main__price {
  font-size: 2rem;
} */

/* .cate_wrapper .fs-c-productPrice__addon {
  font-size: 1.2rem;
} */

.cate_wrapper .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  display: none;
}

/* .cate_wrapper .fs-c-productPrice__main__label {
  display: none;
} */

/* .cate_wrapper .fs-c-productPrice {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
} */

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-productList__list__item {
  border-bottom: 1px solid #fff;
  padding: 0px;
  width: 22%;
}

/* .fs-c-button__label {
  display: none;
} */

.fs-c-productList__list {
  margin-bottom: 150px;
}

.fs-c-productList__list__item:not(:nth-child(4n)) {
  margin-right: 4%;
}

.fs-c-productReview__allReviews {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-productReview__allReviews {
  margin: 60px 0 30px 0;
}

.fs-c-buttonContainer--addReview--detail {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-button--viewAllReviews {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0%;
  color: #ccc !important;
  -webkit-box-shadow: 5px 5px 0 #cbcbcb;
  box-shadow: 5px 5px 0 #cbcbcb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../img/icon-whitearrow.svg) no-repeat 95% 85% / 42px 5px #3d2120;
  width: 30%;
}

.fs-c-button--plain::before {
  display: none;
}

.fs-c-reviewBody {
  border: none;
  padding: 0;
}

.reviewInfo__reviewer {
  font-weight: bold;
}

.fs-c-reviewList__item {
  padding: 30px 0;
}

.fs-c-reviewList__item:first-child {
  border-top: 1px solid #3d2120;
}

.fs-c-reviewList__item {
  border-bottom: 1px solid #d6d6d6;
}

#single {
  max-width: 980px;
  margin: 0 auto 80px;
  width: 100%;
}

.fs-body-login .fs-c-loginForm {
  margin: 0 auto 80px;
}

.fs-c-heading--page {
  border-bottom: none;
}

.fs-c-inputInformation__link {
  text-align: center;
}

.fs-c-newUsers__title,
.fs-c-newUsers__message {
  margin-bottom: 24px;
}

.fs-c-breadcrumb__list {
  max-width: 980px;
  margin: 0 auto 20px;
}

.fs-c-inputInformation__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-buttonContainer--memberRegister {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my_logout--a {
  font-size: 1.3rem;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #ff6808;
  color: #fff !important;
  margin: 0 auto;
  width: 30%;
}

/* マイページ0407ここから追加 */
.fs-c-accountService__page--orderHistoryList .fs-c-string--label::after {
  content: "&レビューを書く";
  display: block;
  margin-top: -5px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background: #f7f7f7;
  color: #3c3c3c;
}

.fs-c-accountService__page--accountDelete {
  align-items: flex-start;
  flex-basis: 100%;
  height: 10px;
}

/* ここまで */

/* .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
  font-family: "fs-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #333;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
  content: "";
  background: url(../img/i-withdrawal.svg) no-repeat center center / 64px 64px;
} */

.fs-body-my-top .fs-l-account {
  display: grid;
}

/* .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
} */

/* .fs-c-accountService__page--accountDelete {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-preferred-size: 128px;
  flex-basis: 128px;
} */

.fs-c-accountService {
  margin-bottom: 32px;
}

.fs-body-review-write .fs-c-reveiwNotes {
  padding: 10px 0;
  max-width: 600px;
  margin: 0 auto;
}

.fs-c-buttonContainer--back {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.fs-c-buttonContainer--topPage {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-orderTotalTable {
  margin-bottom: 16px;
}

.fs-c-checkout-multiDestination__title {
  color: #fff;
}

.fs-c-checkout-multiDestination__subtitle {
  margin-bottom: 8px;
}

.s-c-checkout-multiAddress__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-buttonContainer--next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-buttonContainer--next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-panel--error {
  max-width: 980px;
  margin: 0 auto 20px;
}

.fs-c-button--addToCart--list {
  width: 100%;
}

.fs-c-button--addToCart--list span {
  font-size: 1.3rem;
  background: url(../img/icon-cart.svg) no-repeat 10% 50% / 15px 14px;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #ff6808;
  color: #fff;
}

.fs-c-listControl {
  display: none;
}

.fs-c-slick.slick-initialized .slick-slide {
  pointer-events: none;
}

/*add*/
.fs-c-price__currencyMark {
  display: none;
}

.fs-c-price__value::after {
  content: "円";
}
.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
  margin-bottom: 20px;
}

.amazonpay-button-view1-gold {
  min-height: 40px;
}

.amazonpay-button-view3 {
  min-height: 40px;
}

.fs-clientInfo.is-ready {
  text-align: center;
  display: block;
  font-weight: bold;
}

.headline__act--list {
  padding: 1.2em 0 1.2em;
}
/* .fs-clientInfo.is-ready {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 1.2em 0 1.2em;
} */

.cat-step {
  max-width: 500px;
  margin: 0 auto 40px;
}

.cat-step img {
  width: 100%;
  height: auto;
  display: block;
}

.fs-c-payWithAmazon__button {
  height: 70px;
}

.fs-c-listControl {
  display: block;
}

.fs-c-button--standard {
  padding: 1.5em 1.6em 1.5em;
}

.fs-p-closed__heading {
  margin-bottom: 20px;
}

.fs-p-closed__message p:not(:last-child) {
  margin-bottom: 20px;
}

.closed__message_logo {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  padding-bottom: 1.8em;
}
.box {
  --bg-gradient: linear-gradient(#3d2120 0 100%);
  margin: 4.5rem;
  padding: 3.5rem;
  background-image: var(--bg-gradient), var(--bg-gradient), var(--bg-gradient), var(--bg-gradient);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: left top 15px, right 15px top, left bottom 15px, left 15px top;
}

.box p {
  line-height: 1.5;
  color: #222;
}

.fs-p-accountInfo__header {
  justify-content: center;
}

.fs-p-accountInfo {
  padding: 15px 0;
}

.member_benefit_txst {
  margin-bottom: 20px;
}

.member_benefit_img {
  margin: 0 auto;
  max-width: 450px;
}

.fs-c-inputInformation__link .fs-c-textLink {
  background: #392221;
  border: 1px solid #392221;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  width: 240px;
}

.fs-c-inputInformation__message {
  margin: 24px auto;
  display: block;
  text-align: center;
}

.member_benefit_explanation {
  margin-top: 20px;
}

/*商品タグ*/
.tag-mark {
  width: max-content !important;
  border: 1px solid #ff6805;
  padding: 5px;
  font-size: 1.2rem;
  border-radius: 4px;
  line-height: 1;
  background: #ff6805;
  color: #fff;
}

.tag-mark .fs-c-productMark__label {
  background: url(https://komeko.itembox.design/item/re_common/img/icon_foot-white.svg) no-repeat left center / 10px 10px;
  padding-left: 15px;
}

#fs_ProductDetails .fs-c-productMark .fs-c-productMark__item {
  margin: 0 10px 10px 0;
}
/* ここまで */

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

.fs-c-productNameHeading__copy {
  font-weight: normal;
}

.fs-c-subSection {
  text-align: center;
}

.fs-c-productList__list .fs-c-productName__copy {
  display: none;
}

.fs-c-listControl__status {
  display: none;
}

.fs-c-cartDiscountInfo {
  margin: 0 0 24px 0;
}

.before-order_txt_sec {
  font-weight: bold;
}

/* コマクリ レイアウト調整ここまで */

/* ３商品カテゴリここから */

.category-wrapper {
  max-width: 980px;
  margin: 0 auto 120px;
}

.category-mainimg {
  margin-bottom: 20px;
}

.category-goodstit {
  font-size: 2rem;
  margin-bottom: 20px;
}

.category_section-tit {
  font-size: 2.4rem;
  font-weight: bold;
}

.category-goodstit-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}

/* ３カテゴリアンカー */

.category_anker-wrapper {
  max-width: 980px;
  margin: 0 auto 60px;
  text-align: center;
}

.category_section-tit {
  margin-bottom: 60px;
}

.category_anker {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
  margin: 0 auto 120px;
}

.category_anker__list--a {
  color: #3d2120 !important;
  padding: 3% 0;
  border: 1px solid #3d2120;
  display: block;
  background: url(../img/icon-un_delta.svg) no-repeat 97% 50% / 15px 8px;
}

.category_btn {
  width: 634px;
  margin: 0 auto;
}

.free_category_btn {
  width: 634px;
  margin: 0 auto 60px auto;
}

/* ３カテゴリ説明 */

.category_item-cont-wrapper {
  margin-bottom: 80px;
}

.category_item-main {
  text-align: center;
  margin-bottom: 60px;
}

.category_item-main__tit {
  font-size: 2rem;
  margin-bottom: 30px;
}

.category_item-main__txst,
.category_item-main__txst_fzbig {
  margin-bottom: 30px;
}

.category_item-main__txst_fzbig {
  font-size: 1.6rem;
}

.category_item-cont {
  margin-bottom: 60px;
}

.category_item-cont__tit-wrapper {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.category_item-cont__tit {
  font-size: 1.8rem;
  position: relative;
  background: url(../img/logo-orange.svg) no-repeat left center / 20px 20px;
  padding: 8px 0 5px 30px;
}

.category_item-cont__tit::before {
  /* background-color: #ed7130;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 18px;
  left: 0;
  position: absolute;
  width: 5px; */
}

.category_item-cont__txstbox {
  margin-bottom: 50px;
}

.category_item-cont__txstbox p:not(:last-child) {
  margin-bottom: 30px;
}

.ptn1_category_item-cont__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category_item-cont__imgbox__list {
  width: 49%;
}

.category_item-cont__imgbox__list:first-child {
  margin-right: 2%;
}

/* コンテンツ2 */

.ptn2_category_item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ptn2_category_item-cont__list {
  width: 49%;
}

.ptn2_category_item-cont__list:first-child {
  margin-right: 2%;
}

/* コンテンツ3 */

.ptn3_category_item-cont__list-flex--first {
  margin-bottom: 20px;
}

/* コンテンツ4 */

.ptn4_category_item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ptn4_category_item-cont__list {
  width: 49%;
}

.ptn4_category_item-cont__list:first-child {
  margin-right: 2%;
}

.ptn4_category_item-cont .category_item-cont__txstbox p:last-child {
  margin-bottom: 0;
}
.ptn4_category_item-cont .category_item-cont__txstbox {
  margin-bottom: 0;
}

/* コンテンツ6 */
.category_item-cont-bg {
  background-color: #f8f8f8;
  padding: 5%;
}

/* 3カテゴリ商品リスト */

.start {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.start a :hover {
  opacity: 1 !important;
}

.fixed a:hover {
  opacity: 1 !important;
}

.fixed {
  opacity: 1;
  overflow: auto;
  height: 140px;
  position: fixed;
  bottom: 0;
  /* right: 360px; */
  /* width: 980px; */
  /* transform: translate(-50%); */
  z-index: 300;
}

/* .start {
  display: none;
} */
/* .start {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
} */
#list {
  padding-top: 80px;
  margin-top: -80px;
}
#list_pt {
  padding-top: 80px;
  margin-top: -80px;
}

.category_itemlist--txst {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.category_itemlist--txst_boximg {
  margin-bottom: 30px;
}

.category_itemlist--txstbox {
  margin-bottom: 60px;
}

/* ご案内 */

.about_bigtit {
  font-size: 2.4rem;
  margin-bottom: 60px;
}

.about_txstbox {
  margin-bottom: 40px;
}

.about_txstbox p:not(:last-child) {
  margin-bottom: 30px;
}

/* 関連記事 */

.border_section-tit {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #3d2120;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.article_box {
  text-align-last: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article_box__list {
  width: 32%;
  margin-bottom: 10px;
}

.article_box__list--a-img {
  margin-bottom: 10px;
}

.article_box__list:not(:nth-child(3n)) {
  margin-right: 2%;
}

.article_box__list--txst {
  font-size: 1.6rem;
}

/* ４カテゴリ */

/* ４カテゴリ商品一覧 */

.category_tab_content_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category_tab_content_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_tab_content_box__list {
  margin-bottom: 4%;
  width: 22%;
}

.category_tab_content_box__list:not(:nth-child(4n)) {
  margin-right: 4%;
}

.category_tab_content_box__list:nth-child(4n) {
  margin-bottom: 4%;
}

.category_tab_content_box__list:nth-child(8n) {
  margin-bottom: 0%;
}

.category_tab_content_box__list--img {
  position: relative;
  margin-bottom: 20px;
}

.rankcont-area {
  position: relative;
}

.category_tab_content_box__list--img-rank {
  width: 68px;
  left: 10px;
  position: absolute;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.category_tab_content_box__list--txst {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
}

.category_tab_content_box__list--icon {
  display: inline-block;
  border-radius: 5px;
  padding: 1%;
  color: #fff;
  background: url(../img/icon-footsingle.svg) no-repeat 10% center #ff6808;
  padding-left: 20px;
  padding: 0.5% 2% 0.5% 20px;
}

.category_tab_content_box__list--price-box {
  text-align: right;
  margin-bottom: 20px;
}

.category_tab_content_box__list--price {
  display: inline-block;
  font-size: 2rem;
}

.category_tab_content_box__list--price-tax {
  display: inline-block;
}

/* ４カテゴリ-オリジナル商品 */

.category_original_boximg-wrapper {
  margin-bottom: 40px;
}

.category_original_boximg {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.category_original_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_original_box_list {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.category_original_boximg-wrapper .section_btn-center {
  margin: 0 auto;
  width: 49%;
}

.category_original_box_list .detail_btn__a {
  padding: 7% 0;
}

.category_original_boximg-wrapper .original-txst {
  margin-bottom: 20px;
}

.category_original_boximg-wrapper .detail_btn__a {
  padding: 7% 0;
}

.category_original_box_list:not(:nth-child(2n)) {
  margin-right: 2%;
}

.category_original_box_list:first-child,
.category_original_box_list:nth-child(2) {
  margin-bottom: 40px;
}

.category_original_box__list--a-img {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.category_tab_content_box .orange-btn--a {
  background: url(../img/icon-cart.svg) no-repeat 10% 50% / 17px 14px;
}

/* ２商品カテゴリここから */

.category_tab_content_box-wrapper {
  margin-bottom: 100px;
}

.category-mv {
  margin-bottom: 40px;
  padding: 15% 0;
  font-size: 1.8rem;
  background: url(../img/2_mainvisual.jpg) no-repeat center top / cover;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.category-mv__logo {
  width: 126px;
  margin: 0 auto;
}

.category-mv__txst {
  margin-top: 30px;
  font-size: 2.4rem;
}

.category-mv__tit {
  text-align: center;
  font-size: 1.8rem;
}

.conA,
.conB,
.conC,
.conD {
  padding: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.conA {
  padding: 15% 0;
  font-size: 1.8rem;
  background: url(../img/2_mainvisual.jpg) no-repeat center top / cover;
  text-align: center;
  color: #fff;
  font-weight: normal;
  grid-row-start: 4;
}

.conB {
  display: none;
  background-color: blue;
  grid-row-start: 2;
  color: #fff;
}

.conC {
  background-color: green;
  grid-row-start: 3;
  font-size: 3rem;
  font-weight: normal;
}

.conD {
  background-color: black;
  grid-row-start: 1;
}
.grid {
  margin: 0 auto;
  max-width: 980px;
  display: grid;
  grid-template-rows: auto auto auto auto;
}

.mainvisual {
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2em 0em;
  width: 100%;
}

.mainvisual {
  background: url(../img/2_mainvisual.jpg) no-repeat center top / cover;
  margin: 0 auto 50px;
}

.mainvisual-spimg {
  display: none;
}

.conA-logo {
  margin: 20px auto;
  width: 126px;
}

.conB-txst {
  font-size: 3rem;
}

.grid-wrapper {
  max-width: 980px;
  margin: 0 auto 120px;
}

/* 5カテゴリ商品 */

.accordion-tit {
  font-size: 1.8rem;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/icon-minus.svg) no-repeat 95% 50% / 15px 15px;
  border: 1px solid #000;
  margin-bottom: 30px;
  padding: 2% 0;
}
.active .accordion-tit {
  background: url(../img/icon-plus.svg) no-repeat 95% 50% / 15px 15px;
}

.slideopen {
  cursor: pointer;
}

.opencont {
  /* display: none; */
  display: block;
}

.accordion-cont {
  margin-bottom: 30px;
}

.accordion-cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion-cont__list:not(:last-child) {
  border-bottom: 1px solid #392221;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.accordion-cont__list--tit {
  width: 10%;
  margin-right: 5%;
}

.accordion-cont__list--txst {
  width: 85%;
}

/* 類似商品 */

.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: collapse;
}
.table th,
.table td {
  border: 2px solid #eee;
  padding: 4px 8px;
}
.table th {
  width: 98px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.table th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
}

.table tr:nth-child(n + 2) th {
  color: #fff;
  background-color: #938483;
}

.table tr:nth-child(1) th,
.table tr:last-of-type th {
  border-style: none;
}

.table tr:nth-child(1) th,
.table tr:last-child th {
  background-color: #fff;
}

.table tr:nth-child(1) td,
.table tr:last-child td {
  border-style: none;
}

.table tr:nth-child(1) td {
  border-top: 5px solid #eee;
  padding-top: 20px;
}

.table tr:last-child td {
  border-bottom: 5px solid #eee;
  margin-top: 30px;
}

.table td {
  /* width: 25%; */
  width: 225px;
}

.table_img {
  max-width: 228px;
  margin-bottom: 20px;
}

.-tablebtn {
  margin-top: 20px;
}

.section-category-tit {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

/* 商品詳細ついてくるバナー */
.item_popup-wrapper {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: #fcf8ed;
  padding: 9px 3%;
  z-index: 3;
}

.item_popup-wrapper-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_popup__img {
  width: 6em;
  height: 6em;
}

.item_popup__txstarea {
  width: 53.6%;
  margin: 0 3%;
}

.item_popup-wrapper-in .button {
  margin-left: auto;
}

.item_popup-wrapper-in .fs-c-button--addToCart--detail {
  margin-bottom: 0;
}

#fs_ProductDetails .item_popup__txstarea .fs-c-price__value {
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}

/* テスト */

/* .banner {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  background-color: #fcf8ed;
} */
/* .banner img {
  width: 100%;
} */

.banners {
  width: 100%;
  background: #aaa;
  display: none; /* 最初は非表示にする */
  position: fixed; /* 表示位置を固定 */
  bottom: 0;
  left: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* テストここまで */

.item_popup-wrapper {
  display: none;
}

/* .item_popup-wrapper {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-color: #fcf8ed;
} */

.-item_popup-btn {
  width: 30%;
}

.-mb0 {
  margin-bottom: 0;
}

.itemlist_button .fs-c-button--addToCart--detail {
  margin-bottom: 0;
}

/* フリーページここから */

/* 米粉の国について */

.free_about-mainimg {
  margin-bottom: 60px;
}

.free_about-tit {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
}

.free_about-maintxst {
  background: url(../img/icon-activities-bgimg01.jpg) no-repeat left bottom, url(../img/icon-activities-bgimg02.jpg) no-repeat right bottom;
  text-align: center;
}

.free_about-maintxst p:not(:last-child) {
  margin-bottom: 20px;
}

.free_about-anker-wrapper {
  max-width: 980px;
  margin: 0 auto 120px;
  text-align: center;
}

.free_about-anker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.free_about-anker__list {
  width: 32%;
}

.free_about-anker__list:not(:nth-child(3n)) {
  margin-right: 2%;
}

.free_about-anker__list--a {
  margin-bottom: 20px;
  padding: 4% 0;
  border: 1px solid #3d2120;
  display: block;
  background: url(../img/icon-un_delta.svg) no-repeat 95% 50% / 15px 8px;
}

/* 米粉の国について-店長メッセージ */

.free_about-massage-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/free_about-massage-mv.jpg) no-repeat center top / cover;
  margin: 0 auto 60px;
  padding: 12% 0;
}

.free_about-massage-mv__txst {
  font-size: 3.8rem;
}

/* 米粉の国について-店長メッセージ-コンテンツ１ */

.free_about-item-cont {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.free_about-item-cont__list-firstimg {
  margin-bottom: 20px;
}

.free_about-item-cont__list-tit {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.free_about-item-cont__list--txstbox p:not(:last-child) {
  margin-bottom: 30px;
}

.free_about-item-cont__list {
  width: 49%;
}

.free_about-item-cont__list:not(:last-child) {
  margin-right: 2%;
}

/* 米粉の国について-店長メッセージ-コンテンツ2 */

.ptn2_free_about-item-cont {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ptn2_free_about-item-cont__list {
  width: 49%;
}

.ptn2_free_about-item-cont__list:not(:last-child) {
  margin-right: 2%;
}

.ptn2_free_about-item-cont__list p:not(:last-child) {
  margin-bottom: 30px;
}

/* 米粉の国について-ブランドロゴについて */

.logo_bg {
  padding: 5% 0 10%;
  background: url(../img/icon-logo_bg01.svg) no-repeat 20% 0, url(../img/icon-logo_bg02.svg) no-repeat 80% 100%;
}

.free_about-logo {
  width: 233px;
  margin: 0 auto 30px;
}

.free_about-logo-tit {
  margin-bottom: 40px;
  font-size: 2rem;
  color: #ed7130;
  font-weight: bold;
}

.free_about-logo-txstbox p:not(:last-child) {
  margin-bottom: 30px;
}

.free_category_item-main__tit {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

/* 米粉の国について-3つのこと */

.free_category_item-main__tit-w50 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}

.ptn3_free_about-item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ptn3_free_about-item-cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
}

.ptn3_free_about-item-cont__list--img {
  width: 27%;
  margin-right: 6%;
}

.ptn3_free_about-item-cont__list--txstbox {
  width: 67%;
}

.ptn3_free_about-item-cont__list--txstbox-number {
  position: relative;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #ed7130;
  display: inline-block;
  font-size: 3.2rem;
  padding-bottom: 5px;
}

.ptn3_free_about-item-cont__list--txstbox-number::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px; /*下線の上下位置調整*/
  display: inline-block;
  width: 20px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ed7130; /*下線の色*/
}

.ptn3_free_about-item-cont__list--txstbox-tit {
  display: inline-block;
  color: #ed7130;
  font-size: 2.2rem;
}

.ptn3_free_about-item-cont__list--txstbox-txst p:not(:last-child) {
  margin-bottom: 10px;
}

.about_id {
  padding-top: 80px;
  margin-top: -80px;
}

/* 商品開発の歴史 */

.free_about-history-tit {
  margin-bottom: 80px;
  text-align: center;
}

.free_about-history-tit-small {
}

.free_about-history-tit-number {
  position: relative;
  font-size: 4rem;
  border-bottom: 1px solid #000;
  display: inline-block;
}

/* 商品開発の歴史-コンテンツ */

.free_about-history-cont {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.free_about-history-cont__list:first-child {
  width: 33%;
  margin-right: 14%;
}

.free_about-history-cont__list:nth-child(2) {
  width: 53%;
}

.free_about-history-cont__list-tit {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
}

.free_about-history-cont__list-period {
  background: url(../img/icon-left_delta-black.svg) no-repeat -5px center / 13px 10px;
  font-size: 1.8rem;
  border: 1px solid #dbdbdb;
  padding: 3% 10% 3% 5%;
  display: inline-block;
}

.free_about-history-cont__list-period-number {
  font-size: 2.4rem;
}

.free_about-history-cont__list-period-wrapper__list:not(:last-child) {
  margin-bottom: 20px;
}

.category_item-cont__txstbox-tit {
  font-size: 1.6rem;
  font-weight: bold;
}

.ptn4_free_about-item-cont {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ptn4_free_about-item-cont__list {
  width: 49%;
}

.ptn4_free_about-item-cont__list:first-child:not(:last-child) {
  margin-right: 2%;
}

/* sdgs */

.free-wrapper {
  max-width: 980px;
  margin: 0 auto 120px;
  text-align: center;
}

.free_sdgs-maintxst-block1 p:not(:last-child),
.free_sdgs-maintxst-block2 p:not(:last-child) {
  margin-bottom: 20px;
  text-align: center;
}

.free_sdgs-maintxst-block1 {
  margin-bottom: 40px;
}

.free_sdgs-maintxst-block2 p:not(:first-child) {
  font-weight: bold;
}

.free_sdgs-declaration__list {
  margin: 0 auto;
  width: 60%;
}

.free_sdgs-declaration__list:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #d6d6d6;
}

.free_sdgs-declaration__list--number {
  color: #ed7130;
  display: inline-block;
  margin-right: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}

.free_sdgs-declaration__list--tit {
  display: inline-block;
  font-size: 2rem;
}

.free_sdgs-declaration__list--txstbox p:not(:last-child) {
  margin-bottom: 20px;
}

.free_sdgs-declaration__list--txstbox-txst {
  text-indent: -3rem;
  padding-left: 1.5em;
}

.free_sdgs-declaration__list--txstbox-txst_sec {
  text-indent: 0rem;
  padding-left: 1.5em;
}

.free_sdgs-declaration__list--txstbox-txst_box {
  background-color: #fffbf2;
  padding: 2% 1%;
  margin-bottom: 20px;
}

.free_itemlist--txst_boximg {
  margin-bottom: 30px;
}

.free_activities-tit {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.free_activities-tit-sub {
  font-size: 1.6rem;
}

.free_activities-txst {
  text-align: left;
  margin-bottom: 30px;
}

.free_activities-txst--a {
  text-decoration: underline;
  color: #03a5d7;
}

.free_activities-txst-sub {
  text-align: left;
}

/* 活動-コンテンツ */

.free_sdgs-activities__list {
  background-color: #fffbf2;
  padding: 5%;
  margin-bottom: 80px;
}

.free_sdgs-activities__list--iconbox {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.free_sdgs-activities__list--iconbox-img {
  width: 10%;
  margin-right: 6%;
}

.free_sdgs-activities__list--iconbox-txstbox {
  width: 84%;
}

.free_sdgs-activities__list--iconbox-txstbox-tit {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.free_sdgs-activities__list--iconbox-txstbox-txst {
}

.free_sdgs-activities__list--contbox {
  display: inline-block;
  padding: 0% 1%;
  margin-bottom: 20px;
  border: 1px solid #dfa500;
  font-size: 1.8rem;
}

.free_sdgs-activities-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.free_sdgs-activities-cont__number {
  display: inline-block;
  width: 5%;
}

.free_sdgs-activities-cont__txst {
  display: inline-block;
  width: 95%;
}

.free_sdgs-activities__list--contbox-wrapper {
  margin-bottom: 30px;
}

.free_sdgs-activities__list--contbox-wrapper-mb0 {
  margin-bottom: 0px;
}

.free_sdgs-activities-cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.free_sdgs-activities-cont__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.free_sdgs-activities-cont__list:not(:last-child) {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.free_sdgs-activities-cont__number {
  width: 5%;
}

.free_sdgs-activities-cont__txst {
  width: 95%;
}

.free_sdgs-activities__list {
  position: relative;
}

.free_sdgs-activities__list-icon-number {
  width: 50px;
  left: 5%;
  position: absolute;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.-bg_red {
  background-color: #fff2f5;
}

.-bg_yellow {
  background-color: #faf8f0;
}

.-bg_green {
  background-color: #f6fcf5;
}

.-bd_red {
  border: 1px solid #970a31;
}

.-bd_yellow {
  border: 1px solid #d39206;
}

.-bd_green {
  border: 1px solid #407936;
}

/* news */

.-padding60 {
  padding: 60px;
}
.free_news-contents {
  margin-bottom: 100px;
}

.free_news-contents__list:not(:last-child) {
  margin-bottom: 40px;
}

.free_news-contents__list--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.free_news-contents__list--box-img {
  width: 23%;
  margin-right: 5%;
}

.free_news-contents__list--box-txstbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 72%;
}

.free_news-contents__list--box-txstbox-flex {
}

.free_news-contents__list--box-txstbox-tag {
  display: inline-block;
  border: 1px solid #ff6808;
  color: #ff6808;
  padding: 1%;
  line-height: 1;
  margin-bottom: 10px;
}

.free_news-contents__list--box-txstbox-tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section_btn-left {
  margin: auto 0 0 auto;
  width: 30%;
}

.height5 {
  padding: 5% 0;
}

.free_news-number {
  margin: 0 auto;
  width: 48%;
}

/* 表示根拠 */

.left_free-wrapper {
  max-width: 980px;
  margin: 0 auto 120px;
  line-height: 3.2rem;
}

.free_evidence-txst {
  margin-bottom: 60px;
  text-align: left;
  line-height: 3.2rem;
}

.free_evidence-txst p:not(:last-child) {
  margin-bottom: 20px;
}

.evidence_section_btn-center-mb {
  margin-bottom: 80px;
}

.evidence_section_btn-center {
  margin: 0 auto;
  width: 60%;
}

.evidence_section_btn-center .detail_btn__a {
  padding: 5% 0%;
}

.evidence_section_btn-center .detail_btn__a p {
  width: 80%;
}

.detail_btn__a--icon-pdf {
  background: url(../img/icon-pdf.svg) no-repeat left center / 12px 17px;
  padding-left: 6%;
}

.free_evidence-maintxst {
  text-align: center;
  margin-bottom: 40px;
}

.free_evidence-maintxst p:not(:last-child) {
  margin-bottom: 20px;
}

.free_evidence-txst-glaybox {
  text-align: left;
  background-color: #f7f7f7;
  padding: 5%;
}

.free_evidence-txst-glaybox-mb {
  margin-bottom: 20px;
}

.free_evidence-txst-glaybox p {
  text-align: left;
}

.free_evidence-txst-glaybox p:not(:last-child) {
  margin-bottom: 20px;
}

.free_evidence-txst-small {
  margin-bottom: 20px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 40px;
}

.free_evidence-txst-glaybox-wrapper {
  margin-bottom: 80px;
}

.free_evidence-txst-glaybox-wrapper-mb {
  margin-bottom: 20px;
}

.free_evidence-txst-glaybox li {
  background: url(../img/icon-dot.svg) no-repeat 0px 6px / 5px;
  padding-left: 2%;
  line-height: 1.5;
}

.free_evidence-txst-glaybox li:not(:last-child) {
  margin-bottom: 20px;
}

.free_evidence-txst-narrow {
  width: 60%;
  margin: 20px auto 80px auto;
  text-align: left;
  line-height: 1.5;
}

.free_evidence-txst-single {
  margin-bottom: 20px;
}

.free_evidence-txst-mgtop {
  margin-top: 20px;
}

.detail_btn__a--icon-link {
  background: url(../img/icon-link.svg) no-repeat left center / 12px 17px;
  padding-left: 6%;
}

.-glay {
  background: url(../img/icon-whitearrow.svg) no-repeat 95% 85% / 42px 5px #707070;
}

.free_evidence-txst-glaybox__tit {
  display: inline-block;
  padding: 0% 1%;
  border: 1px solid #dfa500;
  font-size: 1.8rem;
  margin-right: 20px;
}

.-left {
  text-align-last: left;
}

.evidence_section_btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.evidence_section_btn-flex .evidence_section_btn-center {
  margin: 0;
  width: 40%;
}

.evidence_section_btn-flex li:not(:last-child) {
  margin-right: 3%;
}

.report_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.report_box__list {
  width: 32%;
}

.report_box__list:first-child {
  margin-bottom: 60px;
}

.report_box__list--img {
  margin-bottom: 20px;
}

.report_box__list--txstbox {
  text-align: center;
}

.report_box__list--tit {
  margin-bottom: 10px;
}

/* 卸販売について */

.free_wholesale-grid {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 20px 2%;
  background-color: #f7f7f7;
  padding: 3%;
}

.free_wholesale-txst-glaybox-center {
  text-align: center;
  background-color: #f7f7f7;
  padding: 0% 3% 3% 3%;
  font-size: 1.8rem;
}

.free_wholesale-txst-glaybox-center p:not(:last-child) {
  margin-bottom: 10px;
}

.free_wholesale-txst-glaybox-center p:last-child {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
}

.free_wholesale-txst-glaybox {
  background-color: #f7f7f7;
  padding: 0% 3% 3% 3%;
  line-height: 3.2rem;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.free_wholesale-txst-glaybox li {
  background: url(../img/icon-dot.svg) no-repeat 0px 14px / 5px;
  padding-left: 2%;
}

.free_wholesale-txst-glaybox li:not(:last-child) {
  margin-bottom: 20px;
}

.free_txst-red {
  color: #ba1e1e;
  margin-bottom: 100px;
}

.free_txst-red p:not(:last-child) {
  margin-bottom: 10px;
}

.free_wholesale_contactimg {
  display: inline-block;
  margin-top: 5px;
}

.free_item-main__txst {
  font-size: 2rem;
  margin-bottom: 60px;
}
.free_item-main__txst p:not(:last-child) {
  margin-bottom: 15px;
}

.wholesale_category-mv {
  margin-bottom: 40px;
  padding: 15% 0;
  font-size: 1.8rem;
  background: url(../img/wholesale_mainvisual.jpg) no-repeat center top / cover;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.contact_brown-btn--a {
  font-size: 1.3rem;
  background: url(../img/icon-side_mail.svg) no-repeat 95% 50% / 14px 11px;
  padding: 20px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #3d2120;
  color: #fff;
}

.category_tab_content_box__list {
  margin-bottom: 0;
}

.original_box__list:first-child {
}

.scroll_original_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scroll_original_box__list {
  width: 32%;
}

.scroll_original_box__list:not(:nth-child(3n)) {
  margin-right: 2%;
}

.scroll_original_box__list--img {
  margin-bottom: 20px;
}

.sp_table-wrap .table-wrap {
  overflow-x: visible;
}

.sp_table-wrap .table th {
  width: 0px;
  position: static;
  left: 0;
  font-weight: normal;
}

.sp_table-wrap .table tr:nth-child(1) th,
.sp_table-wrap .table tr:last-child th {
  background-color: #fff !important;
  color: #000;
}

.sp_table-wrap .table tr:nth-child(n + 2) th {
  color: #3d2120;
  background-color: #938483;
}

.sp_table-wrap .table td {
  width: 32%;
}

.sp_table-wrap .table td:not(:last-child),
.sp_table-wrap .table td:last-child {
  margin-right: 2%;
  padding: 0 1% 0 1%;
}

.sp_table-wrap .table th,
.sp_table-wrap .table td {
  border: 2px solid #eee;
  padding: 0;
}

.sp_table-wrap .table td:not(:last-child) {
  margin-right: 2%;
}

.sp_table-wrap .table {
  width: calc(100% - 30px);
  margin: 0 10px;
  padding-left: 0;
}

/* よくある質問 */

.free_qa-maintxst {
  margin-bottom: 40px;
}

.free_qa-maintxst p:not(:last-child) {
  margin-bottom: 20px;
}

.qa-cont {
  padding-top: 80px;
  margin-top: -80px;
}

.qa-cont_sec {
  padding-top: 20px;
  margin-top: -20px;
}

.qa-cont__tit {
  font-size: 2.4rem;
  background: url(../img/logo-orange.svg) no-repeat left center / 30px 30px;
  padding: 8px 0 5px 50px;
  margin-bottom: 40px;
}

.qa_mt {
  margin-top: 80px;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  background: #fffbf2;
}
.qa-list dl dt::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
}
.qa-list dl dd::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list dl dt {
  background: url(../img/icon-q.svg) no-repeat left center, url(../img/icon-plus.svg) no-repeat 98% center #fffbf2;
  background-size: 15px 18px, 15px 15px;
  padding: 20px 60px 20px 60px;
  display: block;
}

.qa-list .open dt {
  background: url(../img/icon-q.svg) no-repeat left center, url(../img/icon-minus.svg) no-repeat 98% center #fffbf2;
  background-size: 15px 18px, 15px 15px;
  padding: 20px 60px 20px 60px;
  display: block;
}

.txstlink__a {
  text-decoration: underline;
  color: #558ac5 !important;
}

/* お買い物ガイド */

.free-mv_guide {
  margin-bottom: 40px;
  padding: 12% 0 18%;
  font-size: 1.8rem;
  background: url(../img/guide_mainvisual.jpg) no-repeat center top / cover;
  text-align: center;
  font-weight: normal;
}

.free-mv__txst {
  font-size: 2.4rem;
  letter-spacing: 1px;
  margin-top: 30px;
}

.free-mv__logo {
  width: 27px;
  margin: 0 auto;
}

.guide_section_btn-center {
  margin: 40px auto 0 auto;
  width: 30%;
}

.free_guide-txstarea li:not(:last-child) {
  margin-bottom: 50px;
}

.free_guide-txstarea__box--tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.yamato {
  max-width: 54px;
}

.free_guide-txstarea__box p:not(:last-child) {
  margin-bottom: 30px;
}

.free_guide-txstarea__box--tit_sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.card {
  max-width: 240px;
}

.amazonpay {
  max-width: 185px;
}

.tel {
  display: block;
  margin-top: 10px;
  max-width: 338px;
}

.free_guide-maintxst {
  text-align: center;
  margin-bottom: 40px;
}

.free_guide-maintxst p:not(:last-child) {
  margin-bottom: 20px;
}

/*cart*/
.underline_cart {
  text-decoration: underline;
  color: #ba1e1e;
}

.fs-c-cartTableContainer,
.cart--dd-impossible,
.before-order_btn {
  margin-bottom: 20px;
}

.our-store_burden {
  margin: 20px 0;
}

.our-store_burden dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#fs_ShoppingCart .cart-order_btn .fs-c-button__label::after {
  content: "クレジットカードでお支払い";
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff !important;
  margin-top: 10px;
  display: block;
}

#fs_ShoppingCart .cart-first_btn .fs-c-button__label::after {
  content: "クレジットカードでお支払い";
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff !important;
  margin-top: 10px;
  display: block;
  letter-spacing: 0px !important;
}

#fs_ShoppingCart .cart-order_btn,
#fs_ShoppingCart .cart-first_btn {
  padding: 10px 15%;
  font-weight: 1.6rem;
}

#fs_ShoppingCart .cart-first_btn {
  letter-spacing: 1px;
}

.before-order_btn--act {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px 0 0;
}
.before-order_btn--act a {
  color: #fff !important;
  background: #392221;
  padding: 10px 30px;
  border-radius: 4px;
  display: block;
}

.about-shopcart {
  margin: 20px 0;
}

.about-shopcart dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.fs-c-wishlistProduct {
  margin-top: 80px;
}

.fs-c-wishlistProduct__title {
  text-align: center;
  border: none;
  margin: 0 auto 30px;
}

#fs_ShoppingCartLogin .fs-c-buttonContainer--login .fs-c-button--login {
  padding: 15px;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__link .fs-c-textLink {
  color: #fff !important;
  background: #392221;
  padding: 10px 15px;
  border-radius: 4px;
  display: block;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__link {
  max-width: 240px;
  width: 100%;
  margin: 20px auto;
}

.fs-c-anotherLogin__message--amazon {
  margin-bottom: 20px;
}

/*customer-details*/
.corpo-infos {
  border: 1px solid #ba1e1e;
  padding: 3%;
  margin: 0 auto 40px;
  color: #ba1e1e;
}

.corpo-infos dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.fs-c-inputInformation__field {
  max-width: 1000px;
}

/*checkout*/
.change-ext {
  display: block;
  font-size: 1.3rem;
  margin-top: 10px;
}

.message_another p {
  margin-top: 20px;
}

/*register*/
.c_red {
  color: #ba1e1e;
}

.before-order_btn {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ba1e1e;
  padding: 2% 3%;
}

.before-order_btn--act {
  order: 1;
}

/*お問い合わせ*/
.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.contact-wrapper {
  padding: 0 5%;
  margin: -70px auto 40px;
}

.contact-coution {
  max-width: 1000px;
  margin: 0 auto 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}

.contact-coution p:not(:first-child) {
  margin-top: 20px;
}

.contact-coution__ct {
  margin-top: 20px;
}

.contact-coution__ct li {
  list-style: disc;
  margin-left: 20px;
}

.contact-coution__eng {
  margin: 20px auto;
}

.-bordernon {
  border: none;
}

.form-area {
  max-width: 1000px;
  margin: 40px auto 70px;
}

.contact-tbl {
  margin: 20px auto;
  text-align: left;
}

.contact-tbl th {
  width: 30%;
}

.contact-tbl th,
.contact-tbl td {
  padding-bottom: 10px;
}

.contact-tbl td {
  padding-left: 10px;
}

.contact-tbl td ul {
  display: flex;
  align-items: center;
}

.contact-tbl td ul li:first-child {
  margin-right: 20px;
}

.contact-tbl td ul li {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 0 10px;
}

.contact-tbl .short {
  width: 40%;
}

.contact-tbl .long {
  width: 100%;
}

.contact-tbl input[type="text"],
.contact-tbl input[type="email"],
.contact-tbl input[type="tel"],
.contact-tbl textarea {
  padding: 5px;
}

.contact-tbl input[type="tel"] {
  width: 25%;
}

.contact-submit {
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}

.contact-submit input[type="submit"] {
  display: block;
  padding: 12px;
  background: #ff6808;
  border-radius: 5px;
  box-shadow: 0 0 2px #b2b2b2;
  color: #fff !important;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.contact-submit input[type="submit"]:hover {
  opacity: 0.6;
}

@media screen and (max-width: 959px) {
  /* コマクリ レイアウト調整-sp */

  .fs-l-productLayout {
    display: block;
  }

  .fs-l-productLayout__item--1 {
    width: 90%;
    margin: 58px auto 0 auto;
  }

  .fs-l-productLayout__item--2 {
    width: 90%;
    margin: 0 auto;
  }

  .fs-c-button--addToCart--detail,
  .fs-c-button--inquiryAboutProduct {
    width: 100%;
  }

  .fs-c-buttonContainer {
    padding: 0;
  }

  .fs-c-productCarouselMainImage {
    padding-top: 20px;
  }

  .-cart_custom {
    display: block;
    margin: 0;
    width: 100%;
  }

  #fs_ProductDetails .fs-c-quantity {
    margin-bottom: 30px;
  }

  .fs-c-button--addToCart--detail {
    margin-bottom: 15px;
  }

  .fs-c-button--inquiryAboutProduct {
    margin-bottom: 15px;
  }

  .fs-c-buttonContainer--addReview--detail {
    width: 90%;
    margin: 0 auto 80px;
  }

  .fs-c-button--inquiryAboutProduct span {
    width: auto;
  }

  .fs-c-returnedSpecialContract {
    margin-bottom: 80px;
  }

  .fs-c-button--viewAllReviews {
    padding: 6% 0;
    width: 90%;
  }

  .fs-c-productReview {
    margin: 0 auto;
    width: 90%;
  }

  .fs-c-breadcrumb {
    padding-top: 80px;
  }

  .fs-c-breadcrumb__list {
    width: 90%;
  }

  #single {
    margin: 58px auto 80px;
    width: 90%;
  }

  .fs-c-heading {
    padding: 1.2em 0 0;
  }

  .fs-c-heading--page {
    padding: 1.2em 0 1.2em;
  }

  /* .fs-l-page {
    margin-top: 60px;
  } */

  .my_logout--a {
    width: 90%;
  }

  /* マイページ0407ここから追加-sp */
  .fs-c-accountService__page--orderHistoryList .fs-c-string--label::after {
    display: inline-block;
    margin-top: 0;
  }

  .fs-c-accountService {
    display: block;
  }
  /* ここまで */

  .fs-c-accountService__page {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin: 0 0 2% 0;
  }

  .fs-c-accountService__page:not(:nth-child(2n)) {
    /* margin-right: 2%; */
  }

  .fs-c-cartPayment__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .fs-c-checkout-multiDestination__info__control {
    display: block;
  }

  .fs-c-checkout-multiDestination__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .fs-c-panel--error {
    margin-top: 68px;
    width: 90%;
  }

  .fs-c-continueShopping {
    text-align: center;
  }

  .fs-c-productList__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fs-c-productList__list__item {
    padding: 0;
    margin-bottom: 8%;
    width: 46%;
  }

  .fs-c-productList__list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .fs-c-productList__list {
    margin-bottom: 120px;
  }

  .fs-c-productList__list,
  .fs-c-productList__controller {
    width: 90%;
  }

  .-cart_custom_stock {
    display: flex;
    flex-wrap: wrap;
  }

  .-cart_custom_stock .fs-c-productQuantityAndWishlist {
    order: 0;
    margin-right: 5%;
    display: block;
  }

  .-cart_custom_stock .fs-c-productStock {
    order: 1;
    margin-bottom: 20px;
  }

  .fs-l-productLayout__item--2 .fs-c-buttonContainer {
    order: 2;
    width: 100%;
  }

  #fs_ShoppingCart .cart-order_btn,
  #fs_ShoppingCart .cart-first_btn {
    padding: 15px 50px;
  }

  .before-order_btn--act a {
    padding: 10px 86px;
  }

  .amazonpay-button-container {
    min-height: 80px;
  }

  .fs-c-continueShopping {
    margin-top: 60px;
  }

  .amazonpay-button-view1-gold {
    min-height: 50px;
  }

  .amazonpay-button-view3 .amazonpay-button-microtext img {
    min-height: 20px;
    padding-top: 6%;
  }

  .cat-step {
    width: 90%;
    margin: 20px auto 30px;
  }

  .fs-c-payWithAmazon__button {
    height: 80px;
  }

  .box {
    --bg-gradient: linear-gradient(#3d2120 0 100%);
    margin: 0;
    padding: 3.5rem;
    background-image: var(--bg-gradient), var(--bg-gradient), var(--bg-gradient), var(--bg-gradient);
    background-repeat: no-repeat;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-position: left top 12px, right 12px top, left bottom 12px, left 12px top;
  }

  .slick-slide img {
    min-width: 100%;
    height: auto;
  }

  .fs-c-productCarouselMainImage__image > img {
    width: 90%;
    margin: 0 auto;
    min-width: 90%;
  }

  .fs-body-my-top .fs-p-accountInfo {
    margin-top: 82px;
    margin-bottom: 24px;
  }

  .fs-l-account {
    position: relative;
    padding-bottom: 0px;
  }

  .fs-c-accountService__page--accountDelete {
    position: absolute;
    bottom: -80px;
  }
  .member_benefit_img {
    max-width: none;
  }

  .fs-c-productList__list__item:not(:nth-child(2n)) {
    margin-right: 8%;
  }

  .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0%;
  }

  /* コマクリ レイアウト調整-spここまで */

  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  /* ３カテゴリ商品ここから-sp */

  /* アンカーのとこ-sp */

  .category_btn {
    width: 100%;
    margin-bottom: 50px;
  }

  .free_category_btn {
    width: 100%;
    margin-bottom: 50px;
  }
  /* アンカーのとこここまで */

  .section-tit {
    margin-bottom: 60px;
  }

  .category_item-main__txst,
  .category_item-main__txst_fzbig {
    text-align: left;
  }

  .category-wrapper {
    padding-top: 78px;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .category-goodstit-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .category_section-tit {
    margin-bottom: 50px;
  }

  .category_anker-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .category_anker {
    margin-bottom: 50px;
    display: block;
  }

  .category_anker__list:not(:nth-child(n + 2)) {
    margin-bottom: 0;
  }

  .category_anker__list {
    width: 100%;
  }

  .category_anker__list--a {
    padding: 3% 12px;
    text-align: left;
  }

  .category_anker__list:not(:last-child) {
    margin-bottom: 20px;
  }

  .category_item-cont-wrapper {
    margin-bottom: 50px;
  }

  .category_item-main,
  .category_item-cont {
    width: 100%;
    margin: 0 auto;
  }

  .category_item-cont__tit {
    margin-top: 40px;
  }

  .category_item-cont__tit::before {
    /* background-color: #ed7130;
    content: ""; */
    /* display: inline-block;
    top: 5px;
    transform: translate(0%);
    height: 18px;
    left: 0;
    position: absolute;
    width: 5px; */
  }

  .category_item-cont__txstbox {
    margin-bottom: 40px;
  }

  /* ３カテゴリ商品コンテンツ1-sp */

  .ptn1_category_item-cont__imgbox {
    display: block;
  }

  .category_item-cont__imgbox__list {
    width: 100%;
  }

  .category_item-cont__imgbox__list:first-child {
    margin-bottom: 20px;
  }

  .category_item-cont-sp {
    width: 100%;
    margin: 0 auto;
  }

  /* ３カテゴリ商品コンテンツ2-sp */

  .ptn2_category_item-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ptn2_category_item-cont__list {
    width: 100%;
  }

  .category_item-cont-bg {
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .tips {
    margin: 0;
  }

  .tips-cont {
    margin-bottom: 40px;
  }

  .category_item-cont-bg {
    padding: 10%;
  }

  /*
  .start {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }

  .fixed {
    opacity: 1;
    visibility: visible;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 300;
  } */

  /* ３カテゴリ商品コンテンツ３-sp */

  .sp_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #list {
    padding-top: 80px;
    margin-top: -80px;
  }

  #list_pt {
    padding-top: 160px;
    margin-top: -160px;
  }

  /* ３カテゴリ商品コンテンツ4-sp */

  .ptn4_category_item-cont {
    display: block;
  }

  .ptn4_category_item-cont__list {
    width: 100%;
  }

  .ptn4_category_item-cont li:first-child {
    margin-bottom: 30px;
  }

  /* 3カテゴリ商品リスト-sp */

  .category_itemlist--txstbox {
    width: 90%;
    margin: 0 auto;
  }

  .category_tab_content_box__list {
    margin-bottom: 12%;
  }

  .sp_reverse-corumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* ３カテゴリ商品 関連記事-sp */

  .article_box__list {
    width: 46%;
  }

  .article_box__list:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .article_box__list:not(:nth-child(2n)) {
    margin-right: 8%;
  }

  /* 3カテゴリ商品コンテンツ追従バナー-sp */

  .start {
    display: block;
    opacity: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .start a :hover {
    opacity: 1 !important;
  }

  .fixed a:hover {
    opacity: 1 !important;
  }

  .fixed {
    opacity: 1;
    overflow: auto;
    height: 100px;
    position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 300;
  }

  /* 4商品カテゴリここから-sp */

  .category_tab_content_box {
  }

  .category_tab_content_box__list {
    width: 42%;
  }

  .category_tab_content_box__list {
    margin-right: 0;
  }

  .category_tab_content_box__list:nth-child(2n),
  .category_tab_content_box__list:not(:last-child) {
    margin-right: 0;
  }

  .category_tab_content_box__list:not(:nth-child(2n)) {
    margin-right: 8%;
  }

  .category_tab_content_box__list {
    margin-bottom: 4%;
  }

  .category_tab_content_box__list {
    width: 46%;
    display: flex;
    flex-wrap: wrap;
  }

  .ct-spmar {
    width: 100%;
    margin-top: auto;
  }

  .orange-btn--a {
    font-size: 1.4rem;
  }

  .category_tab_content_box__list:nth-child(8n) {
    margin-bottom: 4%;
  }

  /* 4カテゴリ オリジナル商品-sp */
  .category_original_box_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 46%;
  }

  .category_original_box_list:not(:nth-child(2n)) {
    margin-right: 8%;
  }

  .conA-sp-bg01 {
    display: none;
  }

  .grid-wrapper {
    margin: 0px auto 60px;
    margin-bottom: 60px;
    padding-top: 0px;
  }

  .conA {
    width: 90%;
    margin: 20px auto 0;
    text-align-last: left;
    padding: 0;
    color: #000;
    grid-row-start: 2;
    background: none;
  }

  .conA-logo {
    margin: 10px auto;
  }

  .conB {
    grid-row-start: 1;
    display: block;
    background: url(../img/2_mainvisual-sp.jpg) no-repeat center top / cover;
    padding: 15%;
  }

  .conB-txst {
    font-size: 1.75rem;
  }

  .category-mv {
    margin-bottom: 20px;
  }

  .category-mv__txst {
    margin-top: 10px;
  }

  .category-mv__tit {
    margin: 0 auto;
    text-align: left;
    width: 90%;
  }

  .category_tab_content_box-wrapper {
    margin-bottom: 0;
  }

  .category_original_boximg-wrapper .section_btn-center {
    width: 100%;
  }

  .category_original_boximg-wrapper .original-txst {
    margin-bottom: 20px;
  }

  .category_original_box_list .original-txst {
    margin-bottom: 0;
  }

  /* 5商品カテゴリ */

  .-mgt60 {
    margin-top: 60px;
  }

  .category-wrapper {
    width: 90%;
    margin: 0 auto 80px;
  }

  .accordion-cont__list--tit {
    width: 25%;
    margin-right: 5%;
    /* margin-bottom: 20px; */
  }

  .accordion-cont__list--txst {
    width: 75%;
  }

  .accordion-tit {
    padding: 4% 0;
  }

  .global-wrapper {
    position: fixed;
    top: 58px;
  }

  .-item_popup-btn {
    width: 50%;
  }

  .-item_btn-txst {
    font-size: 1.2rem;
  }

  .itemlist_button .fs-c-button--addToCart--detail {
    margin-bottom: 0;
    min-width: 100px;
  }

  .button .fs-c-button--addToCart--detail span {
    background: none;
  }

  .item_popup.fs-c-productActionButton .fs-c-button--addToCart--detail span {
    display: none;
  }
  .item_popup.fs-c-button--addToCart--detail span {
    background: none;
  }

  .itemlist_button {
    width: 30%;
  }

  /* フリーページここから-sp */

  /* 米粉の国について-sp */

  .free_about-anker {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .free_about-anker__list:not(:nth-child(3n)) {
    margin-bottom: 30px;
  }

  .free_about-massage-mv__txst {
    font-size: 2.3rem;
  }

  .free_about-anker__list--a {
    margin-bottom: 15px;
  }

  .free_about-anker__list {
    width: 100%;
  }

  .free_about-item-cont__list {
    width: 100%;
  }

  .free_about-item-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .free_about-item-cont__list:not(:last-child) {
    margin-right: 0%;
  }

  .free_about-item-cont__list-tit {
    text-align: center;
  }

  .free_about-item-cont__list--txstbox {
    margin-bottom: 30px;
  }

  .ptn2_free_about-item-cont__list {
    width: 100%;
  }

  .ptn2_free_about-item-cont__list:not(:last-child) {
    margin-right: 0;
  }

  .ptn2_free_about-item-cont__list {
    margin-bottom: 30px;
  }

  .ptn3_free_about-item-cont {
    text-align: center;
  }

  .ptn3_free_about-item-cont__list--img {
    width: 46%;
    margin: 0 auto 30px;
  }

  .ptn3_free_about-item-cont__list {
    display: block;
  }

  .ptn3_free_about-item-cont__list--txstbox {
    width: 100%;
  }

  .ptn3_free_about-item-cont__list--txstbox-tit {
    margin-bottom: 30px;
    display: block;
  }

  .ptn3_free_about-item-cont__list--txstbox-txst {
    text-align-last: left;
  }

  .about_id {
    padding-top: 60px;
    margin-top: -60px;
  }

  .free_category_item-main__tit {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
  }

  .free_category_item-main__tit-w50 {
    width: 100%;
    margin: 0 auto 40px;
  }

  .free_about-history-cont__list:first-child {
    width: 100%;
  }

  .free_about-history-cont__list:first-child {
    margin-right: 0;
  }

  .free_about-history-cont__list-period {
    font-size: 2.1rem;
    padding: 3% 10% 3% 10%;
  }

  .free_about-history-cont__list-period-number {
    font-size: 3.3rem;
  }

  .free_about-history-cont__list:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .free_about-history-cont__list-period-wrapper__list {
    margin-bottom: 60px;
  }

  .ptn4_free_about-item-cont {
    margin-bottom: 80px;
  }

  .ptn4_free_about-item-cont__list {
    width: 100%;
  }

  .ptn4_free_about-item-cont__list:first-child:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .free_about-history-tit {
    margin-bottom: 40px;
  }

  .free_about-history-cont__list-tit {
    text-align: center;
    margin-bottom: 40px;
  }

  .free_about-maintxst {
    padding-bottom: 80px;
    background: url(../img/icon-activities-bgimg01.jpg) no-repeat left bottom, url(../img/icon-activities-bgimg02.jpg) no-repeat right bottom;
    background-size: 100px 100px;
  }

  .logo_bg {
    padding: 20% 0 30%;
    background: url(../img/icon-logo_bg01.svg) no-repeat left top, url(../img/icon-logo_bg02.svg) no-repeat right bottom;
    background-size: 100px 100px;
  }

  .sp_free_txst_mt {
    display: block;
    margin-top: 20px;
  }

  .sp_free_txst_mt10 {
    display: block;
    margin-top: 10px;
  }

  /* sdgs-sp */

  .free-wrapper {
    padding-top: 58px;
  }

  .free_about-tit {
    margin-top: 30px;
  }

  .free_sdgs-maintxst-block-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .category_item-main__txst {
    text-align: center;
  }

  .category_item-main__txst,
  .category_item-main__txst_fzbig {
    text-align: center;
  }

  .category_item-main__txst_fzbig {
    font-size: 1.8rem;
  }

  .free_sdgs-declaration__list {
    width: 100%;
  }

  .free_sdgs-declaration__list--number {
    display: block;
    margin: 0 auto 10px;
    font-size: 3rem;
    text-align: center;
  }

  .free_sdgs-declaration__list--tit {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }

  .free_sdgs-declaration__list--txstbox {
    margin-bottom: 100px;
  }

  .free_activities-txst-sub {
    display: inline-block;
  }

  .free_sdgs-activities__list {
    padding: 10% 5%;
  }

  .free_sdgs-activities__list--iconbox {
    display: block;
  }

  .free_sdgs-activities__list--iconbox-img {
    width: 40%;
    margin: 0 auto 30px;
  }

  .free_sdgs-activities__list--iconbox-txstbox {
    width: 100%;
  }

  .free_sdgs-activities__list--contbox {
    padding: 0% 5%;
  }

  .free_sdgs-activities-cont {
    display: block;
  }

  .free_sdgs-activities-cont__list {
    display: block;
  }

  .policy_section-wrapper {
    margin-bottom: 100px;
  }

  .policy_section-wrapper {
    margin-bottom: 0;
  }

  .free_sdgs-declaration__list--txstbox {
    margin-bottom: 0;
  }

  .free_sdgs-declaration__list--txstbox-txst {
    text-indent: -3rem;
    padding-left: 2em;
  }

  .free_sdgs-declaration__list--txstbox-txst_box {
    padding: 4% 1%;
  }

  .border_red {
    border: 1px solid #970a31;
  }

  .free_sdgs-activities-cont__number {
    width: 25%;
  }

  .free_sdgs-activities__list--contbox-wrapper-mb0 p {
    padding-left: 1em;
    text-indent: -1em;
  }

  /* news-sp */

  .-padding60 {
    padding: 0 0 20%;
  }

  .free_news-contents__list {
  }

  .free_news-contents__list:not(:last-child) {
    border-bottom: 1px dashed #392221;
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .free_news-contents__list--box-img {
    width: 33%;
  }

  .free_news-number {
    width: 80%;
  }

  .free_news-contents {
    margin-bottom: 50px;
  }

  .free_news-contents__list--box-txstbox-flex {
    background: url(../img/right_arrow.svg) no-repeat 100% 50% / 15px 10px;
    display: block;
    padding: 0 8% 0 0;
  }

  .free_news-contents__list--box-txstbox-tag {
    padding: 2%;
  }

  .free_news-contents__list--box-txstbox-tit {
    font-size: 1.5rem;
  }

  .-mb20-sp {
    display: block;
  }

  /* 表示根拠-sp */

  .free_evidence-maintxst {
    width: 90%;
    margin: 0 auto 60px;
    text-align: left;
  }

  .free_evidence-maintxst {
    margin-bottom: 20px;
  }

  .left_free-wrapper {
    margin-bottom: 40px;
  }

  .evidence_section_btn-center {
    width: 100%;
  }

  .free_evidence-txst-glaybox li {
    background: url(../img/icon-dot.svg) no-repeat 0px 8px / 5px;
    padding-left: 6%;
  }

  .free_evidence-txst-glaybox {
    padding: 10% 5%;
  }

  .free_evidence-txst-narrow {
    width: 100%;
  }

  .evidence_section_btn-flex {
    display: block;
    margin-bottom: 40px;
  }

  .evidence_section_btn-flex .evidence_section_btn-center {
    width: 100%;
  }

  .evidence_section_btn-flex li:not(:last-child) {
    margin-bottom: 20px;
  }

  .report_box__list {
    width: 48%;
  }
  .report_box__list:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .report_box__list:not(:nth-child(3n)) {
    margin-bottom: 40px;
  }

  /* 卸販売について */

  .free_wholesale-grid {
    padding: 6%;
    gap: 6px 2%;
  }

  .free_wholesale-txst-glaybox {
    padding: 20px 6% 6% 6%;
  }

  .free_wholesale-txst-glaybox li {
    padding-left: 4%;
  }

  .free_txst-red {
    line-height: 1.5;
    margin: 0 auto;
    width: 90%;
  }

  .scroll_original_box {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .scroll_original_box {
    display: block;
  }

  .scroll_original_box__list {
    /* 横スクロール用 */
    display: inline-block;
    width: 90%;

    /* 見た目調整 */
    height: auto;
  }

  .scroll_original_box__list--txst {
    text-align-last: left;
  }

  .scroll-hint-icon {
    left: calc(60% - 0px) !important;
  }

  .spmb {
    display: block;
    margin-top: -15px;
  }

  .free_item-main__txst {
    margin-bottom: 30px;
  }

  .sp_table-wrap .sp_js-scrollable {
    overflow: auto;
  }

  .sp_table-wrap .table-wrap {
    overflow-x: scroll;
  }

  /* よくある質問-sp */

  .free_qa-maintxst {
    width: 90%;
    margin: 0 auto 60px;
    text-align: center;
  }

  .free_qa-maintxst {
    margin-bottom: 20px;
  }

  .qa-cont {
    padding-top: 80px;
    margin-top: -80px;
  }

  .qa-cont_sec {
    padding-top: 10px;
    margin-top: -10px;
  }

  .free_about-mainimg {
    margin-bottom: 20px;
  }
  .category_anker__list--a {
    padding: 4% 33px 4% 12px;
    text-align: left;
  }

  .qa-cont__tit {
    background: url(../img/logo-orange.svg) no-repeat center top / 40px 40px;
    text-align: center;
    padding: 0;
    padding-top: 60px;
  }

  /* お買い物ガイド-sp */

  .free-mv_guide {
    padding: 13% 0 24%;
  }

  .free-mv__txst {
    margin-top: 10px;
  }

  .guide_section_btn-center {
    width: 100%;
  }

  .free_guide-maintxst {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }

  .free_guide-maintxst {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 960px) {
  .mb100_section-wrapper .table-wrap .scroll-hint-icon {
    top: initial;
    left: initial;
    right: 10%;
    bottom: 10%;
  }
}

/*購入手続きのカートボタンを追従させる*/
@media screen and (min-width: 768px) {
  .fs-l-checkout__sideColumn {
    position: -webkit-sticky; /* safari対応 */
    position: sticky;
    top: 80px;
  }

  /*スマホ閲覧時だけTELL*/

  a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .grid-wrapper {
    padding-top: 58px;
  }

  .fs-c-slick .slick-prev:before,
  .fs-c-slick .slick-next:before {
    background: none;
  }

  .fs-c-productActionButton .fs-c-button--primary {
    min-width: 140px;
  }

  .fs-c-slick .slick-prev:before,
  .fs-c-slick .slick-next:before {
    font-size: 40px;
  }

  /*customer-details*/
  .corpo-infos {
    padding: 6%;
  }

  /* 商品詳細ついてくるバナー-sp */

  .item_popup-wrapper {
    left: 0;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 70px;
  }

  .item_popup__img {
    width: 4em;
    height: 4em;
  }

  .item_popup__txstarea {
    width: 33.6%;
    margin: 0 3%;
  }

  .item_popup__txst span {
    display: block;
    font-size: 1.1rem;
    line-height: 1.3;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #fs_ProductDetails .item_popup-wrapper .fs-c-button--addToCart--detail {
    margin-bottom: 0 !important;
  }

  /* 3カテゴリ商品コンテンツ追従バナー-sp */

  .start {
    display: block;
    opacity: 0;
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .start a :hover {
    opacity: 1 !important;
  }

  .fixed a:hover {
    opacity: 1 !important;
  }

  .fixed {
    opacity: 1;
    overflow: auto;
    height: 158px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 300;
  }
}

@media (max-width: 519px) {
  /*お問い合わせ*/
  .contact-tbl th,
  .contact-tbl td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .contact-tbl td {
    padding: 10px 0 20px;
  }
}

@media screen and (max-width: 320px) {
  .fs-c-button--standard {
    padding: 0.8em 1em 0.6em;
  }
  .fs-c-productCarouselMainImage__image > img {
    width: 80%;
    margin: 0 auto;
    min-width: 80%;
  }
}
