@charset "utf-8";
.min {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500 !important;
}

.jost {
  font-family: "Jost", sans-serif;
}

#fs_CustomPage main h1,
#fs_CustomPage main h2,
#fs_CustomPage main h3 {
  line-height: 1.5;
  font-family: 'mfw-pkizakinryoustdn-bold';
  font-weight: 500 !important;
}
.c-upperComment h1,
.c-upperComment h2,
.c-upperComment h3,
.c-bottomComment h1,
.c-bottomComment h2,
.c-bottomComment h3 {
  line-height: 1.5;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500 !important;
}

.fs14 {
  font-size: 1.4rem;
}

.fs13 {
  font-size: 1.3rem;
}

span.red {
  color: #f00;
}

.txt-center {
  text-align: center;
}

.color-red {
  color: #d40505;
}

.color-white {
  color: #ffffff;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.lh18 {
  line-height: 1.8;
}

/*赤ボタン*/
.chanoniwa-red-btn {
  background: #c00d0d;
  width: 100%;
  max-width: 250px;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.chanoniwa-red-btn:hover {
  background: #333;
  opacity: 1 !important;
}

.chanoniwa-red-btn a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 42px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  color: #fff !important;
}

.chanoniwa-red-btn a:visited {
  text-decoration: none;
  color: #fff !important;
}

.chanoniwa-red-btn a:hover {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

.chanoniwa-red-btn a:active {
  text-decoration: none !important;
  color: #fff !important;
}

/*-- メッセージボード --*/
.fs-p-messageBoard {
  background: #f0f3f4;
  border: none;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 4em;
}

/*--固定カートボタン--*/
.fs-p-scrollingCartButton {
  bottom: 35%;
  -webkit-transform: translate(0, -35%);
  transform: translate(0, -35%);
}

@media only screen and (max-width: 600px) {
  .fs-p-scrollingCartButton {
    bottom: 0%;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}

.fs-p-scrollingCartButton__button {
  background: #c00d0d;
  border-radius: 0px;
  display: block;
  line-height: 1;
  opacity: 0.9;
  padding: 8px;
  position: relative;
  text-align: center;
}

.fs-p-scrollingCartButton__button:link {
  color: #fff;
}

.fs-p-scrollingCartButton__button:visited {
  color: #fff;
}

.fs-p-scrollingCartButton__button:hover {
  color: #fff;
}

.fs-p-scrollingCartButton__button:active {
  color: #fff;
}

/*-----------------
こだわり
------------------*/
.about-page p {
  line-height: 1.8;
  font-size: 1.6rem;
}

.about-page .fs-c-documentArticle {
  margin-bottom: 70px;
}

@media only screen and (max-width: 600px) {
  .about-page .fs-c-documentArticle {
    margin-bottom: 50px;
  }

  .about-page .mb50 {
    margin-bottom: 30px;
  }
}

.about-head {
  font-size: 2.4rem;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 40px;
  background: #ecf4f2;
  position: relative;
}

.about-head span {
  display: block;
  font-size: 1.7rem;
}

.about-head:before,
.about-head:after {
  position: absolute;
  content: "";
}

.about-head:after {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 1px solid #454545;
  border-left: 1px solid #454545;
}

.about-head:before {
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.about-head2 {
  font-size: 2.2rem;
}

@media only screen and (max-width: 600px) {
  .about-head {
    font-size: 1.9rem;
    padding: 10px 15px;
    margin-bottom: 30px;
  }

  .about-head span {
    font-size: 1.5rem;
  }

  .about-head2 {
    font-size: 1.7rem;
    border-bottom: 1px dotted #777777;
    padding-bottom: 6px;
  }

  .about-page p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.imgWrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgWrap1 li {
  width: 33.33333%;
  text-align: center;
}

.imgWrap1 li img {
  width: 100%;
  height: 260px;
}

.about-img-caption {
  font-size: 1.3rem !important;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .imgWrap1 li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .imgWrap1 li {
    margin-bottom: 10px;
  }

  .imgWrap1 li:nth-child(3) {
    width: 100%;
  }

  .imgWrap1 li img {
    height: 130px;
  }

  .imgWrap1 li:nth-child(3) img {
    height: 200px;
  }
}

.imgWrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.imgWrap2-img {
  width: 30%;
}

.imgWrap2-txt {
  width: 60%;
}

@media only screen and (max-width: 600px) {
  .imgWrap2 {
    display: block;
  }

  .imgWrap2-txt {
    width: 100%;
    margin-bottom: 30px;
  }

  .imgWrap2-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.imgWrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgWrap3 li {
  width: 33.33333%;
  text-align: center;
}

.imgWrap3 li img {
  width: 100%;
  height: 260px;
}

@media only screen and (max-width: 600px) {
  .imgWrap3 li img {
    height: 150px;
  }
}

.imgWrap4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgWrap4-txt {
  width: 60%;
}

.imgWrap4-img {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.imgWrap4-img img:nth-child(1) {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .imgWrap4 {
    display: block;
  }

  .imgWrap4-txt {
    width: 100%;
    margin-bottom: 50px;
  }

  .imgWrap4-img {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .imgWrap4-img img:nth-child(1) {
    margin-bottom: 0px;
  }

  .imgWrap4-img img {
    width: 100%;
    height: 260px;
  }
}

@media only screen and (max-width: 600px) {
  .imgWrap4-img img {
    height: 160px;
  }
}

.imgWrap5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imgWrap5 li:nth-child(1) {
  width: 40%;
}

.imgWrap5 li:nth-child(2) {
  width: 60%;
}

.imgWrap5 li img {
  width: 100%;
  height: 300px;
}

.imgWrap5 li:nth-child(1) img {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

@media only screen and (max-width: 600px) {
  .imgWrap5 li img {
    height: 160px;
  }
}

/*-----------------
メールフォーム
------------------*/
.entry {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mail-sec {
  margin-bottom: 45px;
}

.entry input,
.entry textarea,
.entry select {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 10px;
  border: none;
  background: #f0f0f0;
  margin-bottom: 10px;
}

.entry textarea {
  width: 100% !important;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.entry button,
.entry input,
.entry select,
.entry textarea {
  font-family: inherit;
  font-size: 100%;
}

.entry input[type="submit"],
.entry input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: none;
}

.entry input[type="submit"] {
  background: #c00d0d;
  color: #fff;
  width: 160px;
  text-align: center;
  margin-top: 20px;
}

.entry input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*-----------------
利用ガイド
------------------*/
.gray-box {
  background: #e5e5e5;
  padding: 20px;
  margin-bottom: 30px;
}

.kaiin-red {
  font-size: 1.8rem;
  font-weight: 700;
}

/*-----------------
FAQページ
------------------*/

/*タブ切り替え全体のスタイル*/
#faq-page .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
#faq-page .tab_item {
  width: calc(100% / 2);
  height: 50px;
  border-bottom: 3px solid #015963;
  background: #e9e9e9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
#faq-page .tab_item:hover {
  opacity: 0.75;
}

#faq-page input[name="tab_item"] {
  display: none;
}

#faq-page .tab_content {
  display: none;
  padding: 30px 0 0 0;
  clear: both;
  overflow: hidden;
}

#faq_site:checked ~ #faq_site_content,
#faq_item:checked ~ #faq_item_content {
  display: block;
}

#faq-page .tabs input:checked + .tab_item {
  background-color: #015963;
  color: #fff;
}

/*-- faq アコーディオン --*/

#faq-page .tab_content .faq_title {
  font-size: 20px;
  font-weight: 700;
}
#faq-page .qa-list {
  margin-bottom: 50px;
}
#faq-page .qa-list dl {
  position: relative;
  margin: 0;
  padding: 20px 10px;
  cursor: pointer;
  border-bottom: 1px dotted #6c6c6c;
}
#faq-page .qa-list dl::before {
  position: absolute;
  top: 28px;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
#faq-page .qa-list .open::before {
  transform: rotate(-45deg);
}
#faq-page .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 30px 0 35px;
  font-weight: bold;
  font-size: 17px;
}
#faq-page .qa-list dl dt::before {
  font-size: 19px;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  content: "Q.";
  color: #015963;
}
#faq-page .qa-list dl dd {
  position: relative;
  height: auto;
  margin: 10px 0 0;
  padding: 0 0 0 35px;
}
#faq-page .qa-list dl dd::before {
  font-size: 19px;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #015963;
}

#faq-page .qa-list dl dd p {
  padding: 0 50px 0 0;
  margin-bottom: 0;
}
#faq-page .qa-list dl dd p b {
  font-weight: 700;
}
#faq-page .qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  /*タブのスタイル*/
  #faq-page .tab_item {
    width: calc(100% / 2);
    height: 36px;
    border-bottom: 2px solid #015963;
    line-height: 36px;
    font-size: 15px;
  }

  /*-- faq アコーディオン --*/

  #faq-page .tab_content .faq_title {
    font-size: 18px;
  }
  #faq-page .qa-list {
    margin-bottom: 30px;
  }
  #faq-page .qa-list dl {
    position: relative;
    margin: 0;
    padding: 10px 0px;
  }
  #faq-page .qa-list dl::before {
    position: absolute;
    top: 16px;
    right: 7px;
    display: block;
    width: 6px;
    height: 6px;
  }
  #faq-page .qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 23px 0 25px;
    font-size: 16px;
    line-height: 1.3;
  }
  #faq-page .qa-list dl dt::before {
    font-size: 17px;
    top: 0px;
  }
  #faq-page .qa-list dl dd {
    position: relative;
    height: auto;
    margin: 3px 0 0;
    padding: 0 0 0 25px;
  }
  #faq-page .qa-list dl dd::before {
    font-size: 17px;
    top: 1px;
    left: 1px;
  }

  #faq-page .qa-list dl dd p {
    padding: 0 30px 0 0;
    line-height: 1.3;
  }
}

/*-- sp trophy --*/
.sp-trophy {
  margin-bottom: 30px;
}
.sp-trophy-page {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 10px;
  padding: 5px 0 5px;
}
.sp-trophy img,
.sp-trophy-page img {
  max-width: 100%;
  height: auto;
}

/*-----------------
フリーページ
------------------*/
.fr-page {
  line-height: 1.8;
}
.fr-page h2 {
  font-size: 1.7rem;
  margin-top: 5rem;
  border-left: 7px solid #95a636;
  line-height: 2;
  padding-left: 8px;
}
.fr-page h2 + p {
  margin: 20px auto 30px;
}

/* 商品グループページでキャッチコピーを非表示にするCSS */
.fs-body-category .fs-c-productName__copy {
  display: none;
}

.button-media {
  display: inline-block;
  background-color: #6cbb5a;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}
.button-media:hover {
  background-color: #5aa048;
}

/*まとめ買いアイテムリスト*/

.waku {
  border: 3px solid #dcdcdc;
  padding: 20px;
  margin-bottom: 50px;
}

.list2 {
  margin-bottom: 30px;
}

.list2 h4 {
  letter-spacing: 10px;
  padding: 10px;
  margin: 20px 0;
  font-weight: bold;
  background-color: #dcdcdc;
  text-align: center;
}
.list2 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.list2 ul li img {
  width: 470px;
}
.pageitemlist a {
  color: #333;
  text-decoration: underline;
}
.pageitemlist table,
.pageitemlist th,
.pageitemlist td {
  border-collapse: collapse;
  border: 1px solid #dcdcdc;
  padding: 10px;
  text-align: center;
}
.pageitemlist table {
  width: 100%;
}
.pageitemlist .itemprice span {
  background-color: darkred;
  color: white;
  padding: 2px 1em;
  margin-right: 1em;
  font-size: 0.8em;
}

.pageitemlist .itemprice {
  color: darkred;
  font-weight: bold;
}

/* 商品一覧 - レビュー表示数の変更 */
#fs_ProductDetails .fs-c-productReview__reviewList .fs-c-reviewList__item:nth-of-type(n + 4) {
  display: none;
}

.fs-c-subgroupList__image {
  display: none;
}

.product-detail {
  width: var(--inner-w);
  max-width: var(--pc-maw);
  margin-inline: auto;
}

/*-----------------
会員特典
------------------*/
.tokuten-head {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 40px;
}

.tokuten-col-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f1eee7;
  font-size: 1.8rem;
  margin: 0 0 16px;
}

.tokuten-col-head div:nth-child(1) {
  background: #c00d0d;
  color: #fff;
  width: 20%;
  text-align: center;
  padding: 10px;
  font-size: 1.7rem;
  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;
}

.tokuten-col-head div:nth-child(2) {
  padding: 12px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tokuten-font-lg {
  font-size: 1.7rem;
  line-height: 1.6;
}

@media only screen and (max-width: 600px) {
  .tokuten-head {
    font-size: 1.9rem;
  }

  .tokuten-head br {
    display: none;
  }
}

.tokuten-attention {
  margin: 20px auto 0;
  border: 3px solid #c00d0d;
  border-radius: 8px;
  position: relative;
}

.tokuten-attention strong {
  background: #c00d0d;
  border-radius: 100px;
  color: #fff;
  padding: 8px 15px;
  font-weight: 500;
  top: -10px;
  left: -8px;
  position: relative;
}

.tokuten-attention p {
  padding-left: 7px;
  font-weight: 600;
}

/*-----------------
こだわり
------------------*/
.about-page p {
  line-height: 1.8;
  font-size: 1.6rem;
}

.about-page .fs-c-documentArticle {
  margin-bottom: 70px;
}

@media only screen and (max-width: 600px) {
  .about-page .fs-c-documentArticle {
    margin-bottom: 50px;
  }

  .about-page .mb50 {
    margin-bottom: 30px;
  }
}

.about-head {
  font-size: 2.4rem;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 40px;
  background: #ecf4f2;
  position: relative;
}

.about-head span {
  display: block;
  font-size: 1.7rem;
}

.about-head:before,
.about-head:after {
  position: absolute;
  content: "";
}

.about-head:after {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: 1px solid #454545;
  border-left: 1px solid #454545;
}

.about-head:before {
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.about-head2 {
  font-size: 2.2rem;
}

@media only screen and (max-width: 600px) {
  .about-head {
    font-size: 1.9rem;
    padding: 10px 15px;
    margin-bottom: 30px;
  }

  .about-head span {
    font-size: 1.5rem;
  }

  .about-head2 {
    font-size: 1.7rem;
    border-bottom: 1px dotted #777777;
    padding-bottom: 6px;
  }

  .about-page p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.fs-c-documentArticle {
  width: 100%;
  padding-inline: 20px;
}
.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 50px;
}

/* 2列ボックス */
.category-block:first-of-type {
  margin-top: 50px;
}
.category-block:not(:last-of-type) {
  margin-bottom: 30px;
}
.category-box--2-block {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.category-box--2-block.gap10 {
  gap: 10px;
}
.category-box--2-block.flex-reverse {
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.category-box--2-block h3 {
  margin-top: 13px;
  font-size: 2rem;
  letter-spacing: 2px;
}
.category-block h3:before {
  content: "";
  width: 0;
  border-radius: 4px;
  margin-right: 9px;
}
.category-box--2-block .imgBlock,
.category-box--2-block .text {
  width: min(430px, 100%);
}
.category-box--2-block .text p {
  line-height: 1.9;
  margin: 1rem 0 0;
}
.category-box--2-block img {
  width: 100%;
  border-radius: 5px;
}
.operation {
  padding-inline: 20px;
}
.operation h2{
  font-size: 18px;
}