@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.commonSec {
  width: 100%;
}
.commonSec:nth-of-type(even) {
  background: #f9f6e7;
}

#fv img {
  width: 100% !important;
}
#fv .thumbnailArea {
  background: #3e0000;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #fv .thumbnailArea {
    display: none;
  }
}
#fv .thumbnailArea #topSliderThumb {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
#fv .thumbnailArea #topSliderThumb li {
  margin: 0 0.5rem;
  position: relative;
  cursor: pointer;
}
#fv .thumbnailArea #topSliderThumb li.slick-current {
  cursor: default;
}
#fv .thumbnailArea #topSliderThumb li.slick-current:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #topSpecial {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  #topSpecial .inner {
    padding: 0;
  }
}
#topSpecial .seBanner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
}
#topSpecial .seBanner li {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  #topSpecial .seBanner{
    gap: 3vw;
  }
  #topSpecial .seBanner li {
    width: 84%;
    margin: 0 auto;
  }
}
#topSpecial .seBanner li img {
  width: 100%;
  height: auto;
}

/*/////////////////////////////////////////
//  トップページ動画下リンクボタン
/////////////////////////////////////////*/
.link-btn {
  max-width: 30rem;
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 1.5rem;
  background: #8e6c1b;
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .link-btn {
    margin-top: 10.6666666667vw;
  }
}

.itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .itemList {
    gap: 5.3333333333vw;
  }
}

.fs-c-subgroupList__item {
  flex-basis: initial;
  flex-grow: initial;
  width: 50%;
}

.item {
  width: calc((100% - (4rem * 4 - 4rem)) / 4);
}
@media screen and (max-width: 768px) {
  .item {
    width: calc((100% - (5.3333333333vw * 2 - 5.3333333333vw)) / 2);
  }
}
.item a:hover {
  text-decoration: none;
}
.item .productTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .item .productTtl {
    font-size: 3.2vw;
    margin-top: 3.3333333333vw;
  }
}
.item .productPrice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.4666666667;
  color: #c70000;
  margin: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .item .productPrice {
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
}

/*/////////////////////////////////////////
//  マイページアイコン関連
/////////////////////////////////////////*/
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  background: #e5e5e5;
}

.fs-c-button--standard:hover,
.fs-c-button--standard:visited,
.fs-c-button--standard:active {
  color: #fff;
}

/*/////////////////////////////////////////
//  カートページ
/////////////////////////////////////////*/
.fs-p-announcement__title {
  width: 100%;
  height: 5rem;
  background: #3e0000;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 4rem;
  font-size: 1.982rem;
  display: flex;
  align-items: center;
}

.rankingArea .rankingTab {
  margin-bottom: 4rem;
  display: flex;
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
}
@media screen and (max-width: 768px) {
  .rankingArea .rankingTab {
    flex-wrap: wrap;
  }
}
.rankingArea .rankingTab li {
  width: 20%;
  border-bottom: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
}
@media screen and (max-width: 768px) {
  .rankingArea .rankingTab li {
    width: 33.3333333333%;
  }
}
.rankingArea .rankingTab li span {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 4.6rem;
  background: #fff;
}
@media (max-width: 1140px) {
  .rankingArea .rankingTab li span {
    flex-direction: column;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .rankingArea .rankingTab li span {
    height: 9.4666666667vw;
    font-size: 3.2vw;
  }
}
.rankingArea .rankingTab li.active {
  display: block;
}
.rankingArea .rankingTab li.active span {
  cursor: default;
  background: #900000;
  color: #fff;
}
.rankingArea .rankingContents {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rankingArea .rankingContents {
    margin-right: -4vw;
    margin-left: -4vw;
  }
}
.rankingArea .rankingContents > li {
  display: none;
}
.rankingArea .rankingContents > li.show {
  display: block;
}
.rankingArea .rankingContents > li .rankingSlider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1200px) {
  .rankingArea .rankingContents > li .rankingSlider {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.rankingArea .rankingContents > li .rankingSlider li {
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .rankingArea .rankingContents > li .rankingSlider li {
    margin: 0 5px;
  }
}
.rankingArea .rankingContents > li .rankingSlider li.item {
  position: relative;
}
.rankingArea .rankingContents > li .rankingSlider li.item:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 1;
  background: #900000;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .rankingArea .rankingContents > li .rankingSlider li.item:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="0"]:before, .rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="10"]:before {
  background: #ab9333;
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="1"]:before, .rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="11"]:before {
  background: #a39f9f;
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="2"]:before, .rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="12"]:before {
  background: #945115;
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="0"]:before {
  content: "1";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="1"]:before {
  content: "2";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="2"]:before {
  content: "3";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="3"]:before {
  content: "4";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="4"]:before {
  content: "5";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="5"]:before {
  content: "6";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="6"]:before {
  content: "7";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="7"]:before {
  content: "8";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="8"]:before {
  content: "9";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="9"]:before {
  content: "10";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="10"]:before {
  content: "1";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="11"]:before {
  content: "2";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="12"]:before {
  content: "3";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="13"]:before {
  content: "4";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="14"]:before {
  content: "5";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="15"]:before {
  content: "6";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="16"]:before {
  content: "7";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="17"]:before {
  content: "8";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="18"]:before {
  content: "9";
}
.rankingArea .rankingContents > li .rankingSlider li.item[data-slick-index="19"]:before {
  content: "10";
}
.rankingArea .rankingContents .slick-prev {
  left: -45px;
  background: #000;
}
@media (max-width: 1330px) {
  .rankingArea .rankingContents .slick-prev {
    left: 15px;
    top: 40%;
  }
}
.rankingArea .rankingContents .slick-next {
  right: -45px;
  background: #000;
}
@media (max-width: 1330px) {
  .rankingArea .rankingContents .slick-next {
    right: 15px;
    top: 40%;
  }
}

/*//////////////////////////////////////////
//  トップabout
//////////////////////////////////////////*/
#topAbout {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../images/back-about.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #topAbout {
    padding-top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #topAbout {
    background-image: url("../images/back-about_sp.jpg");
  }
}
#topAbout .inner {
  max-width: 74rem;
}
#topAbout header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#topAbout header:after {
  content: "";
  display: inline-block;
  width: 20.6rem;
  height: 18rem;
  mix-blend-mode: darken;
  position: absolute;
  right: -10.5rem;
  top: -8rem;
  background-image: url("../images/about-mark.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  #topAbout header:after {
    width: 15rem;
    height: 15rem;
    right: 2rem;
    top: -9rem;
  }
}
@media screen and (max-width: 768px) {
  #topAbout header:after {
    width: 27.4666666667vw;
    height: 24vw;
    top: -8vw;
    right: -1.3333333333vw;
  }
}
#topAbout header h2 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topAbout header h2 {
    font-size: 6vw;
    line-height: 1.3333333333;
  }
}
#topAbout p {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.025em;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #topAbout p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    line-height: 1.6666666667;
  }
}
#topAbout .movie {
  max-width: 60rem;
  display: block;
  width: 100%;
  margin: 4rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topAbout .movie {
    margin-top: 10vw;
    min-width: 80vw;
  }
}
#topAbout .movie figure {
  position: relative;
  display: block;
  aspect-ratio: 1555/875;
}
#topAbout .movie figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 1555/875;
}
#topAbout .movie figure:after {
  content: "";
  display: inline-block;
  width: 16.8rem;
  height: 11.8rem;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/btn-play.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #topCtg .itemList {
    gap: 4vw 2.9333333333vw;
  }
  #topCtg .itemList .item {
    width: calc((100% - (2.9333333333vw * 2 - 2.9333333333vw)) / 2);
  }
  #topCtg .itemList .item .productTtl {
    margin-top: 1.3333333333vw;
    font-size: 2.4vw;
    text-align: center;
    line-height: 1.3333333333;
  }
  #topCtg .itemList .item .productTtl span {
    display: none;
  }
}
#topBenefits {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  #topBenefits {
    padding: 10.6666666667vw 0 9.3333333333vw;
  }
}
#topBenefits .rankTable {
  display: flex;
  flex-wrap: wrap;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  border-left: 4px solid #a58d57;
  border-top: 1px solid #e3e3e3;
}
@media screen and (max-width: 768px) {
  #topBenefits .rankTable {
    max-width: 80vw;
  }
}
#topBenefits .rankTable dt,
#topBenefits .rankTable dd {
  height: 8rem;
  border-bottom: 1px solid #e3e3e3;
  font-size: 2.228rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #topBenefits .rankTable dt,
  #topBenefits .rankTable dd {
    font-size: 2.9706666667vw;
    height: 10.6666666667vw;
  }
}
#topBenefits .rankTable dt {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  width: 55%;
}
@media screen and (max-width: 768px) {
  #topBenefits .rankTable dt {
    padding-left: 4vw;
  }
}
#topBenefits .rankTable dt:before {
  content: "";
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  margin-right: 2rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #topBenefits .rankTable dt:before {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    margin-right: s20/10rem;
  }
}
#topBenefits .rankTable dt.regular:before {
  background-image: url("../images/icon-regular.png");
}
#topBenefits .rankTable dt.silver:before {
  background-image: url("../images/icon-silver.png");
}
#topBenefits .rankTable dt.gold:before {
  background-image: url("../images/icon-gold.png");
}
#topBenefits .rankTable dt.platinum:before {
  background-image: url("../images/icon-platinum.png");
}
#topBenefits .rankTable dt.diamond:before {
  background-image: url("../images/icon-diamond.png");
}
#topBenefits .rankTable dd {
  width: 45%;
  border-right: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
}
#topBenefits p {
  max-width: 74rem;
  width: 100%;
  margin: 4.5rem auto 0;
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #topBenefits p {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#topBenefits .linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27rem;
  height: 4.7rem;
  border: 1px solid #b1b1b1;
  background: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  position: relative;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 768px) {
  #topBenefits .linkBtn {
    margin-top: 9.3333333333vw;
    width: 57.4666666667vw;
    height: 13.3333333333vw;
    font-size: 4.8vw;
    color: #000;
  }
}
#topBenefits .linkBtn:hover {
  text-decoration: none;
}
#topBenefits .linkBtn:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 2rem;
  right: 1.3rem;
}
@media screen and (max-width: 768px) {
  #topBenefits .linkBtn:after {
    width: 2.2986666667vw;
    height: 2.2986666667vw;
    top: 5.3333333333vw;
    right: 3.3333333333vw;
    border-top: 0.5333333333vw solid #000;
    border-right: 0.5333333333vw solid #000;
  }
}

/*/////////////////////////////////////////
//  ページ毎の微調整
/////////////////////////////////////////*/
/* カテゴリ一覧ページ */
.fs-body-category .fs-c-breadcrumb {
  margin-top: 0;
}
.fs-body-category .fs-l-main {
  margin-top: 0;
}
.fs-body-category #topSpecial {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .fs-body-category #topSpecial {
    padding: 5.3333333333vw 0;
  }
}
.fs-body-category #topSpecial .secHeader {
  display: none;
}
.fs-body-category .fs-l-pageMain {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 1200px) {
  .fs-body-category .fs-l-pageMain {
    padding: 6rem 4rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-category .fs-l-pageMain {
    padding: 8vw 3rem 10.6666666667vw;
  }
}
.fs-body-category .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-l-page {
  position: relative;
}

/* マイページお気に入り */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #c70000;
}

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

/* 購入ページのクレジットカード比率調整　*/
.fs-c-creditCardIcons__image {
  display: inline;
  max-width: initial;
  width: initial;
}

/*/////////////////////////////////////////
//  マイページ　クーポン画面
/////////////////////////////////////////*/
.fs-body-my-coupons .fs-c-coupon__info {
  padding: 2rem;
}
.fs-body-my-coupons .fs-c-couponProduct__header {
  padding: 2rem;
}
.fs-body-my-coupons .fs-c-couponProduct__footer {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .fs-body-my-coupons .fs-c-couponProduct__footer {
    justify-content: center;
  }
}
.fs-body-my-coupons .fs-c-couponProduct__footer a {
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #b1b1b1;
}
@media screen and (max-width: 768px) {
  .fs-body-my-coupons .fs-c-productListItem__control.fs-c-buttonContainer form {
    display: block;
    width: 70%;
  }
  .fs-body-my-coupons .fs-c-button--viewProductDetail {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-my-coupons .fs-c-productListCarousel {
    padding: 2rem;
  }
}

/*/////////////////////////////////////////
//  商品詳細ページSPコンテンツ順序調整
/////////////////////////////////////////*/
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-page {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .fs-body-product .fs-l-page #mainHeader {
    order: 1;
  }
  .fs-body-product .fs-l-page nav.fs-c-breadcrumb {
    order: 2;
  }
  .fs-body-product .fs-l-page div.fs-c-breadcrumb {
    order: 3;
  }
  .fs-body-product .fs-l-page #topSpecial {
    order: 4;
  }
  .fs-body-product .fs-l-page .fs-l-main {
    order: 5;
  }
  .fs-body-product .fs-l-page #mainFooter {
    order: 6;
  }
}
.fs-body-product #topSpecial {
  padding: 4rem 0;
  background: #f9f6e7;
}
@media screen and (max-width: 768px) {
  .fs-body-product #topSpecial {
    padding: 5.3333333333vw 0;
  }
}
.fs-body-product #topSpecial .secHeader {
  display: none;
}
.fs-body-product #topRanking {
  background: #f9f6e7;
}
.fs-body-product #topCtg {
  background: #fff;
}

/*/////////////////////////////////////////
//  futureshop スタイル上書き
/////////////////////////////////////////*/
/* 各ページ大見出し  */
.fs-c-documentArticle__heading {
  width: 100%;
  height: 5rem;
  background: #3e0000;
  color: #fff;
  text-align: center;
  font-size: 1.982rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fs-c-documentColumn__heading {
  color: #000;
  border: none;
  border-left: 0.4rem solid #000;
  font-weight: 500;
  font-size: 1.982rem;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
}

/* システムページ系 見出し帯*/
.fs-c-subSection__title,
.fs-c-wishlistProduct__title {
  width: 100%;
  height: 5rem;
  background: #3e0000;
  color: #fff;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 4rem;
  font-size: 1.982rem;
  display: flex;
  align-items: center;
}

/* 各種ボタン */
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--cancel {
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  background: #900000;
  border: none;
}

.fs-c-continueShopping a,
.fs-c-accountService__page--accountDelete a,
.fs-c-wishlistProduct__footer a,
.fs-c-buttonContainer--myPageTop a,
.fs-c-buttonContainer--back a {
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #b1b1b1;
}

.fs-c-wishlistProduct__footer {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct__footer {
    justify-content: center;
  }
}

.fs-c-buttonContainer--myPageTop,
.fs-c-buttonContainer--back {
  display: flex;
  justify-content: center;
}

.btnLogout {
  margin-top: 10rem;
}
.btnLogout a {
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #b1b1b1;
  margin: 0 auto;
}

/* カートページのテーブル幅調整 */
th.fs-c-cartTable__headerCell.fs-c-cartTable__headerCell--action {
  width: 10rem;
}

/* マイページフォーム　下部のボタン */
#fs_EditAccountSettings .myBtnArea {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 0 3rem;
}
#fs_EditAccountSettings .myBtnArea .fs-c-buttonContainer--myPageTop {
  margin: 0;
  padding: 0;
  max-width: 27.1rem;
  width: 100%;
}
#fs_EditAccountSettings .myBtnArea .btnLogout {
  margin-top: 0;
  max-width: 27.1rem;
  width: 100%;
}
#fs_EditAccountSettings .myBtnArea .btnLogout a {
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #b1b1b1;
}

/* マイページアイコンの整列 SP */
@media screen and (max-width: 768px) {
  .fs-c-accountService__page {
    flex-basis: 48%;
    display: flex;
    align-items: stretch;
    height: 128px;
    margin: 8px 0;
  }
  li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    flex-basis: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
}
/* 詳細を見るボタン */
.fs-c-button--viewProductDetail {
  max-width: 21rem;
  width: 100%;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #900000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.fs-c-button--viewProductDetail:before {
  content: none !important;
}
.fs-c-button--viewProductDetail:visited {
  color: #fff;
}

.fs-body-my-top .fs-c-productListItem__control form,
.fs-body-cart .fs-c-productListItem__control form {
  width: 80%;
}
.fs-body-my-top .fs-c-button--viewProductDetail,
.fs-body-cart .fs-c-button--viewProductDetail {
  max-width: 21rem;
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #900000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.fs-body-my-top .fs-c-button--viewProductDetail:before,
.fs-body-cart .fs-c-button--viewProductDetail:before {
  content: none !important;
}
.fs-body-my-top .fs-c-button--viewProductDetail:visited,
.fs-body-cart .fs-c-button--viewProductDetail:visited {
  color: #fff;
}
.fs-body-my-top .fs-c-button--viewProductDetail:hover,
.fs-body-cart .fs-c-button--viewProductDetail:hover {
  text-decoration: none;
}

/* お気に入りパーツ */
.fs-c-wishlistProduct {
  margin-top: 4rem;
}

.fs-c-button--cancel {
  background: #ccc;
  color: #000;
}

/* まだ登録がお済みでないお客様 */
.fs-c-buttonContainer--memberRegister {
  margin-top: 4rem;
  padding: 0;
}

/* ログインページマージン調整 */
.fs-c-loginForm {
  margin-top: 8rem !important;
}

.fs-body-login .fs-c-inputInformation__field {
  padding: 4rem 3.2rem;
}

/* コンテンツ マージン パディング */
.fs-body-my-wishlist .fs-l-pageMain,
.fs-body-login .fs-l-pageMain,
.fs-body-cart .fs-l-pageMain,
.fs-body-about-terms .fs-l-pageMain,
.fs-body-my-top .fs-l-pageMain,
.fs-body-about-privacyPolicy .fs-l-pageMain,
#fs_WriteReview .fs-l-pageMain,
.fs-body-about-returnPolicy .fs-l-pageMain,
[class^=fs-body-my] .fs-l-pageMain {
  max-width: 128rem;
  padding: 4rem 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .fs-body-my-wishlist .fs-l-pageMain,
  .fs-body-login .fs-l-pageMain,
  .fs-body-cart .fs-l-pageMain,
  .fs-body-about-terms .fs-l-pageMain,
  .fs-body-my-top .fs-l-pageMain,
  .fs-body-about-privacyPolicy .fs-l-pageMain,
  #fs_WriteReview .fs-l-pageMain,
  .fs-body-about-returnPolicy .fs-l-pageMain,
  [class^=fs-body-my] .fs-l-pageMain {
    padding: 0 5.3333333333vw;
  }
}
.fs-body-my-wishlist .fs-l-pageMain article,
.fs-body-login .fs-l-pageMain article,
.fs-body-cart .fs-l-pageMain article,
.fs-body-about-terms .fs-l-pageMain article,
.fs-body-my-top .fs-l-pageMain article,
.fs-body-about-privacyPolicy .fs-l-pageMain article,
#fs_WriteReview .fs-l-pageMain article,
.fs-body-about-returnPolicy .fs-l-pageMain article,
[class^=fs-body-my] .fs-l-pageMain article {
  padding: 0;
}

.fs-body-checkout {
  /* 購入ページ最下部、返品特約についてをボタンに*/
}
.fs-body-checkout .fs-c-returnedSpecialContract__link {
  display: flex;
  justify-content: center;
}
.fs-body-checkout .fs-c-returnedSpecialContract__link a {
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #b1b1b1;
}

.fs-body-custom {
  /* 基本フリーページ共通 */
  /* 特集フリーページ */
}
.fs-body-custom .fs-l-main {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .fs-l-main {
    margin-top: 0;
  }
}
.fs-body-custom .fs-l-pageMain {
  max-width: initial;
  padding: initial;
  margin: initial;
}
.fs-body-custom .fs-l-pageMain .secHeader {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .fs-l-pageMain .secHeader {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-custom .fs-l-pageMain {
    padding: 0;
    margin-top: 0;
  }
}
.fs-body-custom .freePage .free-inner {
  max-width: 128rem;
  padding: 0 4rem 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .freePage .free-inner {
    padding: 0 5.3333333333vw;
  }
}
.fs-body-custom .specialPage .fs-c-breadcrumb {
  background: #f9f6e7;
  margin-top: 0;
}
.fs-body-custom .specialPage .secHeader {
  display: none;
}
.fs-body-custom .specialPage .special-inner .contents {
  padding: 6rem 0;
}
.fs-body-custom .specialPage .special-inner .contents.special1 {
  background-image: url("../images/back-special.jpg");
  background-repeat: repeat;
}
.fs-body-custom .specialPage .special-inner .contents.special2 {
  background-image: url("../images/back-special2.jpg");
  background-size: 100%;
  background-position: center 0;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents {
    padding: 8vw 5.3333333333vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents ul {
    gap: 2.6666666667vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul li {
  width: calc((100% - 2.2rem) / 2);
  background: #fff;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents ul li {
    width: calc((100% - 2.6666666667vw) / 2);
    padding: 2.6666666667vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul li .specialTtl {
  font-size: 2.242rem;
  line-height: 1.4669937556;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents ul li .specialTtl {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul li .specialPrice {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.888rem;
  font-weight: 700;
  color: #c70000;
  text-align: center;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents ul li .specialPrice {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul li a {
  font-size: 2.268rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c70000;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(0, 0, 0, 0.75) inset;
  width: 100%;
  height: 6rem;
  position: relative;
  margin-top: 1.3333333333vw;
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents ul li a {
    font-size: 3.2vw;
    height: 8vw;
    margin-top: 2vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul li a:after {
  content: "";
  display: block;
  background: #fff;
  width: 0.9rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .fs-body-custom .specialPage .special-inner .contents ul li a:after {
    width: 1.2vw;
    height: 1.3333333333vw;
    right: 2vw;
  }
}
.fs-body-custom .specialPage .special-inner .contents ul li a:visited {
  color: #fff;
}

/*/////////////////////////////////////////
//  クリスマス特集ページ
/////////////////////////////////////////*/
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-l-pageMain,
  .fs-body-category-gr29 .fs-l-pageMain {
    padding: 8vw 5.3333333333vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__controller,
.fs-body-category-gr29 .fs-c-productList__controller {
  max-width: 86rem;
  width: 100%;
  margin: 0.8rem auto;
}
.fs-body-category-gr38 .fs-c-breadcrumb,
.fs-body-category-gr29 .fs-c-breadcrumb {
  background: #f9f6e7;
}
.fs-body-category-gr38 .secHeader,
.fs-body-category-gr29 .secHeader {
  display: none;
}
.fs-body-category-gr38 .fs-c-sortItems__label,
.fs-body-category-gr29 .fs-c-sortItems__label {
  color: #fff;
}
.fs-body-category-gr38 .fs-c-sortItems__list .fs-c-sortItems__list__item:not(.is-active),
.fs-body-category-gr29 .fs-c-sortItems__list .fs-c-sortItems__list__item:not(.is-active) {
  background: #fff;
}
.fs-body-category-gr38 .fs-c-listControl__status,
.fs-body-category-gr29 .fs-c-listControl__status {
  color: #fff;
}
.fs-body-category-gr38 #topSpecial,
.fs-body-category-gr29 #topSpecial {
  background: #f9f6e7;
  padding-top: 3rem;
}
.fs-body-category-gr38 .fs-l-main,
.fs-body-category-gr29 .fs-l-main {
  background-image: url("../images/back-special2.jpg");
  background-size: 100%;
  background-position: center 0;
  background-repeat: repeat-y;
}
.fs-body-category-gr38 #topRanking,
.fs-body-category-gr29 #topRanking {
  display: none;
}
.fs-body-category-gr38 #topCtg,
.fs-body-category-gr29 #topCtg {
  display: none;
}
.fs-body-category-gr38 .fs-c-productList__list,
.fs-body-category-gr29 .fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 86rem;
  width: 100%;
  margin: 0 auto;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-c-productList__list,
  .fs-body-category-gr29 .fs-c-productList__list {
    gap: 2.6666666667vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__list article,
.fs-body-category-gr29 .fs-c-productList__list article {
  width: calc((100% - 2.2rem) / 2);
  background: #fff;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-c-productList__list article,
  .fs-body-category-gr29 .fs-c-productList__list article {
    width: calc((100% - 2.6666666667vw) / 2);
    padding: 2.6666666667vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-productName__name,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-productName__name {
  font-size: 2.242rem;
  line-height: 1.4669937556;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-c-productList__list article .fs-c-productName__name,
  .fs-body-category-gr29 .fs-c-productList__list article .fs-c-productName__name {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-price__currencyMark,
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-price__value,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-price__currencyMark,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-price__value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.888rem;
  font-weight: 700;
  color: #c70000;
  text-align: center;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-c-productList__list article .fs-c-price__currencyMark,
  .fs-body-category-gr38 .fs-c-productList__list article .fs-c-price__value,
  .fs-body-category-gr29 .fs-c-productList__list article .fs-c-price__currencyMark,
  .fs-body-category-gr29 .fs-c-productList__list article .fs-c-price__value {
    font-size: 4.2666666667vw;
    margin-top: 2vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-button--addToWishList--icon,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-button--addToWishList--icon {
  display: none;
}
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-button--viewProductDetail,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-button--viewProductDetail {
  font-size: 2.268rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c70000;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(0, 0, 0, 0.75) inset;
  width: 100%;
  height: 6rem;
  position: relative;
  margin-top: 1.3333333333vw;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-c-productList__list article .fs-c-button--viewProductDetail,
  .fs-body-category-gr29 .fs-c-productList__list article .fs-c-button--viewProductDetail {
    font-size: 3.2vw;
    height: 8vw;
    margin-top: 2vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-button--viewProductDetail:after,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-button--viewProductDetail:after {
  content: "";
  display: block;
  background: #fff;
  width: 0.9rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  .fs-body-category-gr38 .fs-c-productList__list article .fs-c-button--viewProductDetail:after,
  .fs-body-category-gr29 .fs-c-productList__list article .fs-c-button--viewProductDetail:after {
    width: 1.2vw;
    height: 1.3333333333vw;
    right: 2vw;
  }
}
.fs-body-category-gr38 .fs-c-productList__list article .fs-c-button--viewProductDetail:visited,
.fs-body-category-gr29 .fs-c-productList__list article .fs-c-button--viewProductDetail:visited {
  color: #fff;
}

.fs-body-category-gr29 .fs-l-main {
  background-image: url("../images/back-special.jpg");
  background-size: 100%;
  background-position: center 0;
  background-repeat: repeat-y;
}

/* 各フォーム調整 マイページ関連と会員登録ページのみに適用 */
[class^=fs-body-my] #fs_form,
#fs_WriteReview #fs_form,
#pageContact #fs_form,
.fs-body-register #fs_form {
  background: #e5e5e5;
  max-width: 76rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  [class^=fs-body-my] #fs_form,
  #fs_WriteReview #fs_form,
  #pageContact #fs_form,
  .fs-body-register #fs_form {
    padding: 2rem;
  }
}
[class^=fs-body-my] #fs_form .fs-c-inputInformation__field,
#fs_WriteReview #fs_form .fs-c-inputInformation__field,
#pageContact #fs_form .fs-c-inputInformation__field,
.fs-body-register #fs_form .fs-c-inputInformation__field {
  margin: 0;
  max-width: initial;
  background: #fff;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  [class^=fs-body-my] #fs_form .fs-c-inputInformation__field,
  #fs_WriteReview #fs_form .fs-c-inputInformation__field,
  #pageContact #fs_form .fs-c-inputInformation__field,
  .fs-body-register #fs_form .fs-c-inputInformation__field {
    padding: 1.5rem;
  }
}

#pageContact form {
  background: #e5e5e5;
  max-width: 76rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  #pageContact form {
    padding: 2rem;
  }
}
#pageContact form .fs-c-inputInformation__field {
  margin: 0;
  max-width: initial;
  background: #fff;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  #pageContact form .fs-c-inputInformation__field {
    padding: 1.5rem;
  }
}

#fs_WriteReview #fs_form {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #fs_WriteReview #fs_form .fs-c-inputTable--child > tbody > tr > th,
  #fs_WriteReview #fs_form .fs-c-inputTable--child > tbody > tr > td {
    display: block;
    width: 100%;
  }
}

/* 上部ページャー */
.pagerHead .fs-c-pagination {
  display: none;
}

/* 下部ページャー */
.pagerFoot .fs-c-sortItems {
  display: none;
}
.pagerFoot .fs-c-listControl {
  flex-direction: column;
  align-items: center;
  gap: 3rem 0;
}
.pagerFoot .fs-c-listControl .fs-c-listControl__status {
  display: none;
}
.pagerFoot .fs-c-listControl .fs-c-pagination {
  align-items: center;
  gap: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .pagerFoot .fs-c-listControl .fs-c-pagination {
    gap: 0 1.4666666667vw;
  }
}
.pagerFoot .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
  display: flex;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.4rem;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 1px solid #999999;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pagerFoot .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
    width: 10.5333333333vw;
    height: 10.5333333333vw;
    font-size: 3.2vw;
  }
}
.pagerFoot .fs-c-listControl .fs-c-pagination .fs-c-pagination__item:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.pagerFoot .fs-c-listControl .fs-c-pagination .fs-c-pagination__item.is-active {
  background: #000;
  border: 1px solid #000;
}

.fs-l-main {
  max-width: 100%;
  width: 100%;
  padding: 0 0 8rem;
  margin-bottom: 0;
}

.fs-l-pageMain {
  margin: 0 auto;
}

/* 必須マーク */
.fs-c-requiredMark:before {
  margin-top: -0.5rem;
  margin-left: 0.5rem;
  color: #c70000;
}

/*/////////////////////////////////////////
//  レビューページタイトル調整
/////////////////////////////////////////*/
#fs_WriteReview .secHeader h1,
#fs_WriteReview .secHeader h2 {
  max-width: 80rem;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 auto;
}
#fs_WriteReview .secHeader h1 span,
#fs_WriteReview .secHeader h2 span {
  border: none;
}
#fs_WriteReview .secHeader h1 span:after,
#fs_WriteReview .secHeader h2 span:after {
  content: none;
}

/*/////////////////////////////////////////
//  パンくずリスト
/////////////////////////////////////////*/
/* メインパンくずリスト */
nav.fs-c-breadcrumb {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  nav.fs-c-breadcrumb {
    margin-top: 2.6666666667vw;
  }
}

/* サブパンくずリスト */
@media screen and (max-width: 768px) {
  div.fs-c-breadcrumb {
    margin-bottom: 2.6666666667vw;
  }
}

.fs-c-breadcrumb {
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb {
    padding: 0 5.3333333333vw;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
  padding-top: 1rem;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    font-size: 2.4vw;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list a {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list a {
    font-size: 2.4vw;
  }
}
/* フィルター */
.fs-c-productList__controller {
  /* 並び替え */
  /* 件数 */
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller {
    flex-direction: column;
    align-items: center;
  }
}
.fs-c-productList__controller .fs-c-sortItems {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems {
    border: none;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
    font-size: 3.2vw;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  gap: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
    border-left: none;
    gap: 0 2.4vw;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list > li {
  border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list > li {
    font-size: 3.2vw;
  }
}
.fs-c-productList__controller .fs-c-listControl {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-listControl {
    font-size: 3.2vw;
  }
}

/* アイテム一覧 */
.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list {
    gap: 5.3333333333vw;
  }
}
.fs-c-productList__list .fs-c-productList__list__item {
  border-bottom: none;
  width: calc((100% - (4rem * 4 - 4rem)) / 4);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc((100% - (5.3333333333vw * 2 - 5.3333333333vw)) / 2);
  }
}
.fs-c-productList__list .fs-c-productList__list__item a:hover {
  text-decoration: none;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName {
    font-size: 3.2vw;
    margin-top: 3.3333333333vw;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__main__label {
  font-family: "Noto Sans JP", sans-serif;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__addon {
  font-family: "Noto Sans JP", sans-serif;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__main__price.fs-c-price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.4666666667;
  color: #c70000;
  margin: 0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productPrice__main__price.fs-c-price {
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-button__label {
  font-family: "Noto Sans JP", sans-serif;
}

/*/////////////////////////////////////////
//  商品詳細
/////////////////////////////////////////*/
.fs-body-product {
  /* 拡大時の画像サイズ */
  /* ズームボタン */
  /* slickサムネイル */
  /* 画像がクリッピングされるのを調整（jQueryと合わせて） */
  /*　フリックverサムネイルサイズの調整 */
  /* 商品詳細テーブル */
  /* カートボタン */
}
.fs-body-product .fs-c-productImageModalCarousel__figure {
  width: 100%;
}
.fs-body-product .fs-c-productMainImage__expandButton {
  display: none;
}
.fs-body-product .fs-c-productThumbnail {
  margin-top: 2rem;
  gap: 0.8rem;
}
.fs-body-product .fs-c-productThumbnail figure {
  margin: 0;
}
.fs-body-product .fs-l-pageMain {
  max-width: initial;
}
.fs-body-product .fs-l-pageMain #fs_form {
  width: 100%;
}
.fs-body-product .fs-l-pageMain .fs-l-productLayout.fs-system-product {
  display: block;
}
.fs-body-product .fs-l-pageMain #productDetails {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "productName productName" "imgArea detailArea";
  gap: 1rem 5rem;
}
@media (max-width: 1280px) {
  .fs-body-product .fs-l-pageMain #productDetails {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails {
    padding: 0;
    display: block;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #productName {
  grid-area: productName;
}
.fs-body-product .fs-l-pageMain #productDetails #productName .fs-c-productNameHeading.fs-c-heading {
  font-size: 2.4rem;
  padding-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #productName .fs-c-productNameHeading.fs-c-heading {
    font-size: 4vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #imgArea {
  grid-area: imgArea;
}
.fs-body-product .fs-l-pageMain #productDetails #imgArea .fs-c-productCarouselMainImage {
  display: block;
}
.fs-body-product .fs-l-pageMain #productDetails #imgArea .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.fs-body-product .fs-l-pageMain #productDetails #imgArea .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #imgArea .fs-c-productCarouselMainImage {
    display: block;
  }
  .fs-body-product .fs-l-pageMain #productDetails #imgArea .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
    padding: 0 4vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea {
  grid-area: detailArea;
  /* 商品番号 */
  /* 販売価格 */
  /* ポイント */
  /* ~円以上で送料無料メッセージ */
  /*　商品説明（大）*/
  /* ギフト・のしオプションボタン */
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea {
    padding: 0 5.3333333333vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productNumber {
  border: none;
  font-size: 1.1rem;
  padding: 0;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productNumber {
    font-size: 2.784vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productNumber .fs-c-productNumber__number {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
  color: #c70000;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
    font-size: 3.796vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__price.fs-c-price {
  color: #c70000;
  font-family: "Noto Sans JP", sans-serif;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__price.fs-c-price .fs-c-price__currencyMark {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__price.fs-c-price .fs-c-price__currencyMark {
    font-size: 3.796vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
    font-size: 6.832vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-size: 1.3rem;
  color: #c70000;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
    font-size: 3.2893333333vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPointDisplay {
  background: transparent;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.461rem;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPointDisplay {
    font-size: 3.6973333333vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productPointDisplay .fs-c-productPointDisplay__quantity {
  color: #c70000;
  font-weight: 700;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .deliFree {
  font-size: 1.461rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .deliFree {
    font-size: 3.6vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .deliFree span {
  color: #c70000;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-p-productDescription.fs-p-productDescription--full {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.025em;
  border-top: 1px solid #cccccc;
  padding-top: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-p-productDescription.fs-p-productDescription--full {
    display: none;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 3rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect:after {
  content: "\f4fe";
  font-family: bootstrap-icons;
  font-size: 2.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect:after {
    font-size: 5.3333333333vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect.active:after {
  content: "\f63b";
  color: #000;
  font-size: 1.8rem;
  right: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect.active:after {
    font-size: 5.0666666667vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect span {
  font-size: 1.5rem;
  padding: 2.5rem 0;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .optionSelect span {
    padding: 4vw 0;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productSelection {
  display: none;
  margin-top: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productSelection .fs-c-productSelection__name {
  background: transparent;
  font-weight: 400;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productSelection select,
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productSelection input {
  height: 4rem;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .fs-c-productSelection .fs-c-dropdown:after {
  background: transparent;
  border-left: none;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "box1" "box2" "box3";
  /* カートボタン */
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist {
  display: contents;
  /* ウィッシュリスト */
  /* 数量 */
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
  grid-area: box3;
  justify-self: flex-start;
  max-width: 45rem;
  width: 100%;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail,
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail {
  width: 100%;
  height: 5rem;
  background: #fff;
  border: 1px solid rgba(226, 0, 0, 0.58);
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail,
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail {
    gap: 0 2.4vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail .fs-c-button__label,
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  color: #e20000;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail .fs-c-button__label,
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail .fs-c-button__label {
    font-size: 4vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail:after,
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail:after {
  color: #e20000;
  margin: 0;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail:after,
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--removeFromWishList--detail:after {
    font-size: 5.3333333333vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
  grid-area: box1;
  max-width: initial;
  width: 10rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1em;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: content-box;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e90f";
  font-family: "fs-icon" !important;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px;
  pointer-events: none;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  height: 3.5rem;
  border: none;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton {
  grid-area: box2;
  max-width: 45rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton {
    max-width: initial;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0 !important;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton .fs-c-button--primary {
  width: 100%;
  height: 5rem;
  background: #12bb16;
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton .fs-c-button--primary {
    height: 13.3333333333vw;
    max-width: initial !important;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton .fs-c-button--primary .fs-c-button__label {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton .fs-c-button--primary .fs-c-button__label {
    font-size: 4vw;
    gap: 0 2.4vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton .fs-c-button--primary .fs-c-button__label:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1.8rem;
  transform: scale(-1, 1);
  background-image: url("../images/icon-cart.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .cartBox .fs-c-productActionButton .fs-c-button--primary .fs-c-button__label:before {
    width: 4.5333333333vw;
    height: 3.7333333333vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea {
  margin-top: 2rem;
  /* 返品特約について */
  /* 商品についてのお問い合わせ */
  /* 送料について */
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-returnedSpecialContract {
  padding: 0;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-returnedSpecialContract a {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-returnedSpecialContract a {
    font-size: 3.2vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-returnedSpecialContract a:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon-return.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-returnedSpecialContract a:before {
    width: 3.6vw;
    height: 3.6vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-inquiryAboutProduct {
  padding: 0;
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-inquiryAboutProduct button span {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-inquiryAboutProduct button span {
    font-size: 3.2vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-inquiryAboutProduct button span:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon-pcontact.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .fs-c-inquiryAboutProduct button span:before {
    width: 4.1333333333vw;
    height: 2.2666666667vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .aboutDelivery span {
  display: inline-flex;
  align-items: center;
  gap: 0 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .aboutDelivery span {
    font-size: 3.2vw;
  }
}
.fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .aboutDelivery span:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/icon-delivery.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-pageMain #productDetails #detailArea .linkArea .aboutDelivery span:before {
    width: 3.8666666667vw;
    height: 2.4vw;
  }
}
.fs-body-product .fs-c-productCarouselMainImage__image {
  position: relative;
  display: block !important;
}
@media (max-width: 1300px) {
  .fs-body-product .fs-c-productCarouselMainImage__image {
    width: 44.2307692308vw !important;
    height: 44.2307692308vw !important;
  }
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-c-productCarouselMainImage__image {
    width: auto !important;
    height: auto !important;
  }
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList {
  gap: 0.8rem;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: calc((100% - 4rem) / 6);
  margin: 0 !important;
}
.fs-body-product #productTable {
  margin-top: 0;
  background: #f9f6e7;
  padding: 4rem 0;
}
.fs-body-product .fs-l-page #topSpecial{
  padding-top: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .fs-body-product #productTable {
    margin-top: 0;
  }
  .fs-body-product .fs-l-page #topSpecial{
    padding-top: 5rem;
    margin-top: 10.6666666667vw;
  }
}
.fs-body-product #productTable .productDetail2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-body-product #productTable .productDetail2 {
    display: block;
    font-size: 3.6vw;
    line-height: 1.5555555556;
    letter-spacing: 0.025em;
  }
}
.fs-body-product #productTable table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .fs-body-product #productTable table {
    margin-top: 10vw;
    font-size: 3.6vw;
  }
}
.fs-body-product #productTable table th,
.fs-body-product #productTable table td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
.fs-body-product #productTable table th {
  width: 25%;
  background: #3e0000;
  height: 6rem;
  color: #fff;
  padding: 1.5rem 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-body-product #productTable table th {
    height: initial;
    width: 30%;
    padding: 1.3333333333vw 2vw;
  }
}
.fs-body-product #productTable table td {
  width: 75%;
  background: #fff;
  height: 6rem;
  padding: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fs-body-product #productTable table td {
    width: 70%;
    height: initial;
    padding: 1.3333333333vw 2vw;
  }
}
.fs-body-product .fs-c-button--primary,
.fs-body-product .fs-c-button--secondary,
.fs-body-product .fs-c-button--cancel {
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-c-productQuantityAndWishlist__wishlist {
    max-width: initial !important;
  }
  .fs-body-product .fs-c-productQuantityAndWishlist__wishlist button {
    height: 13.3333333333vw !important;
  }
}
.fs-body-product #floatingBox {
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-body-product #floatingBox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3e0000;
    color: #fff;
    padding: 1.3333333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    padding-left: 6.6666666667vw;
  }
  .fs-body-product #floatingBox p {
    font-weight: 700;
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
  .fs-body-product #floatingBox p span {
    font-size: 2.9333333333vw;
  }
  .fs-body-product #floatingBox .fs-c-button--primary {
    width: 52vw;
    background: #12bb16;
    border: none;
    height: 12vw;
    min-width: initial;
  }
  .fs-body-product #floatingBox .fs-c-button--primary .fs-c-button__label {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 4vw;
    gap: 0 2.4vw;
  }
  .fs-body-product #floatingBox .fs-c-button--primary .fs-c-button__label:before {
    content: "";
    display: inline-block;
    transform: scale(-1, 1);
    width: 4.5333333333vw;
    height: 3.7333333333vw;
    background-image: url("../images/icon-cart.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

#imgtake {
  display: none;
  visibility: hidden;
}

/* レビュー */
/* 数量とウィッシュリストの親要素 */
.product-review {
  padding: 8rem 0;
  /* リンク共通*/
  /* 全てのレビューを見る */
  /* レビューを書く */
}
.product-review .fs-c-rating {
  display: block;
}
.product-review .section-ttl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.025em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-review .section-ttl {
    font-size: 6vw;
  }
}
.product-review .section-ttl span {
  border-bottom: 1px solid #cacaca;
  position: relative;
  padding-bottom: 1rem;
}
.product-review .section-ttl span:after {
  content: "";
  display: block;
  width: 4rem;
  border-bottom: 1px solid #d60000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .product-review .section-ttl span:after {
    width: 5.3333333333vw;
  }
}
.product-review .fs-c-productReview {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 120rem;
  width: 100%;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2rem;
}
@media (max-width: 1300px) {
  .product-review .fs-c-productReview {
    padding: 0 4rem;
  }
}
.product-review .fs-c-productReview__aggregateRating {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__aggregateRating {
    margin-top: 15px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
.product-review .fs-c-productReview__aggregateRating:before {
  content: "この商品の平均評価";
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__aggregateRating:before {
    font-size: pxem(13);
  }
}
.product-review .fs-c-productReview__aggregateRating .fs-c-aggregateRating__rating {
  margin-left: 1.3rem;
}
.product-review .fs-c-productReview__aggregateRating .fs-c-aggregateRating__count {
  display: inline-block;
  width: initial;
  flex-grow: initial;
}
.product-review .fs-c-productReview__aggregateRating .fs-c-rating__value {
  margin-left: 0.8rem;
  font-size: 2.052rem;
  color: #c70000;
}
.product-review .fs-c-aggregateRating__rating::before {
  content: none;
}
.product-review .fs-c-aggregateRating__rating {
  display: flex;
  align-items: center;
  flex: initial;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: initial;
}
.product-review .fs-c-reviewStars::before {
  font-family: bootstrap-icons !important;
  color: #ffc208 !important;
  letter-spacing: 0.15em;
}
.product-review .fs-c-reviewStars[data-ratingCount="0.0"]::before {
  content: "\f588\f588\f588\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="0.5"]::before {
  content: "\f587\f588\f588\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="1.0"]::before {
  content: "\f586\f588\f588\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="1.5"]::before {
  content: "\f586\f587\f588\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="2.0"]::before {
  content: "\f586\f586\f588\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="2.5"]::before {
  content: "\f586\f586\f587\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="3.0"]::before {
  content: "\f586\f586\f586\f588\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="3.5"]::before {
  content: "\f586\f586\f586\f587\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="4.0"]::before {
  content: "\f586\f586\f586\f586\f588" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="4.5"]::before {
  content: "\f586\f586\f586\f586\f587" !important;
}
.product-review .fs-c-reviewStars[data-ratingCount="5.0"]::before {
  content: "\f586\f586\f586\f586\f586" !important;
}
.product-review .fs-c-rating__stars::before {
  font-size: pxem(20);
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-rating__stars::before {
    font-size: pxem(16);
  }
}
.product-review .fs-c-aggregateRating__count {
  margin-left: 8px;
  padding-top: 2px;
  font-size: pxem(16);
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-aggregateRating__count {
    font-size: pxem(13);
  }
}
.product-review .fs-c-aggregateRating__count:after {
  content: "件";
}
.product-review .fs-c-productReview__reviewList {
  width: 100%;
  display: block;
  /* スターサイズ */
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewStars::before {
  font-size: pxem(16);
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewStars::before {
    font-size: pxem(16);
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #9A9A9A;
  padding: 2rem 0 3rem;
  /* 投稿者情報エリア */
  /* 投稿文章 */
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item {
    width: 100%;
    padding-bottom: 24px;
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item:first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item {
    display: block;
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  /* 投稿者：名前・住所・年齢・性別 */
  /* 投稿日 */
  /* 評価 */
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info {
    margin-bottom: 0;
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer {
  display: flex;
  margin-right: 30px;
  font-size: 16px;
  order: 2;
  margin-top: 2rem;
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name:before {
  content: "購入者";
  display: inline-flex;
  width: 11.6rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #3e0000;
  margin-right: 1.5rem;
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name__reviewNumber {
  font-size: pxem(12);
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name__reviewNumber {
    font-size: pxem(14);
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name__reviewNumber:before {
  content: "（";
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name__reviewNumber:after {
  content: "）";
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name__nickname {
  font-size: pxem(12);
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__name__nickname {
    font-size: pxem(14);
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__status {
  display: none;
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__profile {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__reviewer .fs-c-reviewer__profile {
    font-size: pxem(14);
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 2rem;
  order: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewList__item__info .fs-c-reviewRating {
  margin-top: 5px;
  order: 1;
  width: 100%;
}
.product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewBody {
  margin: 0 !important;
  border: none;
  background: #f9f6e7;
  padding: 1em;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-productReview__reviewList .fs-c-reviewList__item .fs-c-reviewBody {
    margin-top: 15px !important;
    font-size: pxem(13);
  }
}
.product-review .fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: none;
}
.product-review .fs-c-button--plain {
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .product-review .fs-c-button--plain {
    font-size: pxem(13);
  }
}
.product-review .fs-c-button--plain:hover {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.product-review .fs-c-productReview__allReviews {
  max-width: 35rem;
  width: 100%;
  margin-top: 5.5rem;
}
.product-review .fs-c-productReview__allReviews a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background: #3e0000;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.product-review .fs-c-productReview__allReviews .fs-c-button__label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.product-review .fs-c-productReview__addReview {
  max-width: 35rem;
  width: 100%;
  margin-top: 5.5rem;
}
@media (max-width: 800px) {
  .product-review .fs-c-productReview__addReview {
    margin-top: 0;
  }
}
.product-review .fs-c-productReview__addReview a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background: #8b8605;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.product-review .fs-c-productReview__addReview .fs-c-button__label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.product-review .fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: none;
}

/*/////////////////////////////////////////
//  会員登録ページ
/////////////////////////////////////////*/
#rankPage {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
#rankPage .rankCover {
  max-width: 74rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#rankPage .rankTxt {
  max-width: 79.5rem;
  width: 100%;
  display: block;
  margin: 7rem auto 8rem;
}
#rankPage .rankTable {
  width: 100%;
  display: block;
  margin: 5rem auto 4rem;
}
#rankPage .rankCaution {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.025em;
}

/*/////////////////////////////////////////
//  ページトップボタン
/////////////////////////////////////////*/
#page_top {
  position: fixed;
  right: 2rem;
  bottom: 38rem;
  width: 4rem;
  height: 4rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  padding-bottom: 0.2rem;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 50;
}
#page_top.is-active {
  pointer-events: auto;
  opacity: 1;
}

/*/////////////////////////////////////////
//  よくある質問ページ
/////////////////////////////////////////*/
#faqPage {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
#faqPage p {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#faqPage .pageTtl {
  width: 100%;
  height: 5rem;
  background: #3e0000;
  color: #fff;
  font-size: 1.982rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faqPage .faqBlock dl {
  margin-bottom: 8rem;
  border-bottom: 1px solid #999999;
}
#faqPage .faqBlock dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dt {
    padding: 4vw 0;
  }
}
#faqPage .faqBlock dl dt:not(:first-child) {
  border-top: 1px solid #999999;
}
#faqPage .faqBlock dl dt:after {
  content: "\f64d";
  font-family: bootstrap-icons;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
}
#faqPage .faqBlock dl dt.open:after {
  content: "\f63b";
}
#faqPage .faqBlock dl dt span {
  display: flex;
  font-size: 1.8rem;
  gap: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dt span {
    font-size: 1.5rem;
  }
}
#faqPage .faqBlock dl dt span:before {
  content: "Q";
  color: #fff;
  font-size: 1.982rem;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  background: #3e0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dt span:before {
    font-size: 1.6rem;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
#faqPage .faqBlock dl dt span em {
  width: calc(100% - 5.8rem);
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dt span em {
    width: calc(100% - 9.3333333333vw);
  }
}
#faqPage .faqBlock dl dd {
  display: none;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dd {
    padding-bottom: 4vw;
  }
}
#faqPage .faqBlock dl dd span {
  display: flex;
  font-size: 1.8rem;
  gap: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dd span {
    font-size: 1.5rem;
    gap: 0 2.6666666667vw;
  }
}
#faqPage .faqBlock dl dd span:before {
  content: "A";
  color: #fff;
  font-size: 1.982rem;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  background: #ea470a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dd span:before {
    font-size: 1.6rem;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
#faqPage .faqBlock dl dd span em {
  width: calc(100% - 5.8rem);
}
@media screen and (max-width: 768px) {
  #faqPage .faqBlock dl dd span em {
    width: calc(100% - 9.3333333333vw);
  }
}

/* Wordpress用 */
.stk-table-thdesign tr td:first-child,
th {
  font-weight: bold;
  text-align: center;
  background-color: initial;
}

#pageContact .thanksMes {
  padding: 8rem 0;
  text-align: center;
}
#pageContact button,
#pageContact html input[type=button],
#pageContact input[type=reset],
#pageContact input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: initial;
  padding: initial;
  border: 0;
  border-radius: 0;
  max-width: 27.1rem;
  width: 100%;
  height: 4.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  background: #900000;
  border: none;
}
#pageContact .field,
#pageContact input[type=color],
#pageContact input[type=date],
#pageContact input[type=datetime-local],
#pageContact input[type=datetime],
#pageContact input[type=email],
#pageContact input[type=month],
#pageContact input[type=number],
#pageContact input[type=password],
#pageContact input[type=search],
#pageContact input[type=tel],
#pageContact input[type=text],
#pageContact input[type=time],
#pageContact input[type=url],
#pageContact input[type=week],
#pageContact select,
#pageContact textarea {
  display: block;
  padding: 10px 2%;
  font-size: 1em;
  color: var(--main-text-color);
  background-color: var(--inner-content-bg);
  border: 3px solid rgba(66, 66, 66, 0.3);
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
}

.fs-l-main.wpContact {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .fs-l-main.wpContact {
    padding-top: 10.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */