@charset "UTF-8";
/*common*/
.fs-c-breadcrumb {
  max-width: 1200px;
  max-width: min(calc(100% - 40px), 1200px);
  padding: 20px 0 0;
  margin: 0 auto 30px;
  font-size: 1.3rem;
}

.fs-c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
}

.fs-c-breadcrumb__listItem {
  display: inline-block;
  word-break: break-all;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
  padding: 0 10px;
}

.-radius img {
  border-radius: 6px;
}

.under-tit {
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 40px;
}

.basic-tbl {
  width: 100%;
  border-collapse: collapse;
}

.basic-tbl th,
.basic-tbl td {
  border: 1px solid #ccc;
  padding: 10px;
}

.basic-tbl td {
  word-break: break-all;
}

.basic-tbl th {
  width: 25%;
  font-weight: normal;
  color: #371816;
  background: #ebe0c7;
}

.-underline {
  text-decoration: underline;
  color: #af852f !important;
}

.mrb20 {
  margin-bottom: 20px;
}

/*detail*/
.detail__cnt {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
  align-items: center;
}

.detail__cnt:not(:last-child) {
  margin-bottom: 40px;
}

.detail__cnt:nth-child(odd) .detail__cnt--pic {
  order: 1;
}

.detail__cnt:nth-child(odd) .detail__cnt--txt {
  order: 2;
}

.detail__cnt--tit {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: normal;
}

/*category*/
.fs_category {
  position: relative;
}

.fs_category--tit {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: normal;
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2;
}

.fs_category__txt {
  width: 80%;
  margin: 40px auto 0;
}

.detail__cnt .line_btn {
  max-width: 280px;
  margin-top: 30px;
}

.gift_archive {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 40px 2%;
}

.gift_archive article:first-of-type {
  grid-column: span 3;
}

.gift_archive--img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}

.gift_archive--pic {
  margin-bottom: 15px;
}

.gift_archive--tit {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
}

.gift_archive--bg {
  position: relative;
}

.gift_archive--bg:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 40%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.gift_archive--imgs__list {
  background: url(../img/line-dod.svg) repeat-x left top / 8px 1px;
  margin-top: 20px;
  padding-top: 20px;
}

.gift_archive--imgs__list li {
  background: url(../img/i-hishi.svg) no-repeat left 13px / 8px 6px;
  padding-left: 20px;
}

.gift_archive--imgs__list li a {
  text-decoration: underline;
}

.-gold.-middle {
  max-width: 280px;
  margin: 40px auto 0;
}

/*category 3th*/
.category_mmv {
  display: grid;
  grid-template-columns: auto 59%;
  gap: 0 5%;
  align-items: center;
}

.category_mmv--pic {
  order: 2;
}

.category_mmv__txt {
  order: 1;
}

.category_mmv--tit {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 30px;
}

.category__gridarea__case {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 30px 2%;
}

/*home category*/
.cate_first--area {
  background: url(../img/first_bg.jpg) repeat left top;
  padding: 40px;
}

.cate_first__contents {
  display: grid;
  grid-template-columns: 400px auto;
  grid-template-rows: auto auto;
  gap: 0 40px;
}

.cate_first__contents--info {
  margin-bottom: 20px;
}

.cate_first__contents--info p:not(:last-child) {
  margin-bottom: 20px;
}

.cate_first__contents--item {
  margin-top: auto;
}

.cate_first__contents .line_btn {
  max-width: 280px;
  margin-top: 20px;
}

.cate_first__contents--tit {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}

.cate_first__contents--pic {
  grid-row: span 2;
}

.-base #tp-home {
  width: 100vw;
  margin-left: calc((-100vw + min(calc(100% - 0px), 1200px)) / 2);
}

/*category small*/
#voicearea {
  background: url(../img/first_bg.jpg) repeat left top;
  width: 100vw;
  padding: 40px 0;
  margin: -40px 0 100px calc((-100vw + min(calc(100% - 0px), 1200px)) / 2);
}

.voicearea__box {
  max-width: 1000px;
  max-width: min(calc(100% - 40px), 1000px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0 60px;
  position: relative;
}

.voicearea__box::before {
  content: "";
  width: 151px;
  height: 24px;
  background: url(../img/i-greet-arrow.svg) no-repeat center center / 151px 24px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.voicearea__box--pic {
  grid-row: span 2;
}

.voicearea__box--pic img {
  border-radius: 100%;
}

.under-tit__min {
  color: #b5965e;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  margin: -30px auto 40px;
}

.-noreverse .detail__cnt .detail__cnt--pic {
  order: 1;
}

.-noreverse .detail__cnt .detail__cnt--txt {
  order: 2;
}

.-noreverse:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

/*contact*/
.need {
  color: #980b00;
}

.-contact_form {
  max-width: 900px;
  margin: 60px auto;
}

.contact-tbl {
  border-collapse: collapse;
  width: 100%;
}

.contact-tbl input[type="text"],
.contact-tbl textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.contact-tbl td,
.contact-tbl th {
  padding: 10px;
  text-align: left;
  font-weight: normal;
}

.contact-tbl th {
  width: 28%;
}

.contact-tbl__name {
  display: flex;
}

.contact-tbl__name li:first-child {
  margin-right: 10px;
}

.contact-tbl__name span {
  margin-right: 10px;
}

.input__name {
  width: 200px;
}

.input__phome {
  width: 140px;
}

.input__long {
  width: 100%;
}

/*faq*/
.faxbox {
  margin-top: 60px;
}

.i-q {
  background: url(../img/icon-q.svg) no-repeat left 10px / 54px 54px;
  padding: 20px 0 10px 70px;
  min-height: 54px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.i-a {
  padding: 0 0 30px 70px;
  background: url(../img/gray-line.svg) repeat-x left bottom / 10px 1px;
  margin-bottom: 30px;
}

.i-a p {
  margin-bottom: 20px;
}

.three-layout {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 40px 2%;
}

.i-a .three-layout:not(:last-of-type) {
  margin-bottom: 30px;
}

/*shoplist*/
.list_grid--pic {
  margin-bottom: 10px;
}

.list_grid--name {
  font-size: 2rem;
  margin-bottom: 10px;
}

.list_grid--info {
  margin-bottom: 20px;
}

.list_grid--name span {
  background: #9f8c73;
  color: #fff !important;
  padding: 5px;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-block;
  margin-top: -4px;
}

#shoplist article {
  display: grid;
  grid-template-columns: 37.5% auto;
  gap: 0 5%;
}

#shoplist article:not(:last-child) {
  margin-bottom: 60px;
}

.g-maps iframe {
  width: 100%;
}

/*eat*/
.min__voicearea {
  background: url(../img/first_bg.jpg) repeat left top;
  padding: 40px 0;
  margin: 0 auto 60px;
}

/*about*/
.about_unarrow {
  max-width: 151px;
  margin: 36px auto 16px;
}

.about_addcon-li {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 0 4%;
  align-items: center;
}

.about_addcon-tit {
  font-weight: normal;
  font-size: 2.6rem;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.about_addcon-txt {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.about_addcon-img {
  grid-row: 1 / 3;
}

.about_addcon li:not(:last-child) {
  margin-bottom: 45px;
}

.guige_link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 2%;
  margin-top: 40px;
}

.guide_txt {
  margin-bottom: 40px;
}

.guide_linetit {
  border-bottom: solid 1px #ccc;
  font-size: 2.2rem;
  font-weight: normal;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.guide-txtbox p:not(:last-child) {
  margin-bottom: 20px;
}

.guide-con {
  margin-bottom: 40px;
}

.-red {
  color: #b63f39;
}

.-guidebold {
  border-bottom: solid 1px #222;
  font-weight: bold;
  padding-bottom: 3px;
}

.guide-table {
  border-collapse: collapse;
  width: 100%;
}

.guide-table tr td {
  border: solid 1px #aaaaaa;
  padding: 10px 20px;
}

.guide-tablecon p {
  margin-bottom: 20px;
}

.guide-table tr:first-child {
  background-color: #ebe0c7;
  color: #371816;
  text-align: center;
  font-weight: bold;
}

.-tabletit {
  color: #371816;
  text-align: center;
  font-weight: bold;
}

.guide-txtbox.twoculumn {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 0 4%;
}

.guide-con-cardimg {
  width: 50%;
}

.guide-con-amapayimg {
  width: 100%;
  max-width: 214px;
}

.guide-list-li {
  list-style: disc;
}

.guide-txtbox p.guide-list-p {
  margin-bottom: 0;
  line-height: 1.7;
}

.guide-list {
  margin-bottom: 20px;
  margin-left: 16px;
}

/* policy */
.guide-table.tokushoho tr:first-child {
  background-color: #fff;
  color: #222;
  text-align: left;
  font-weight: normal;
}

.guide-table.tokushoho td:first-child {
  background-color: #ebe0c7;
  color: #371816;
  text-align: center;
  font-weight: bold;
}

.guide-list-li a {
  text-decoration: underline;
  color: #b5965e;
}

.mark-tit.unpank {
  margin-top: 80px;
}

.guide-con-rpayimg {
  width: 100%;
  max-width: 160px;
}

/* 会員関係 */
.fs-c-registeredUsers__title.fs-c-subSection__title {
  border-bottom: none;
  font-weight: 600;
}

.fs-c-newUsers__title.fs-c-subSection__title {
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 10px;
}

.fs-c-heading.fs-c-heading--page {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 30px;
  padding: 0;
  border: none;
  text-align: left;
}

.fs-body-register #fs_form {
  margin-bottom: 100px;
}

.fs-c-inputInformation__field {
  max-width: 900px;
}

.fs-c-inputTable input,
.fs-c-inputTable select,
.fs-c-inputTable textarea,
.fs-c-inputGroup,
.fs-c-inputGroup--inline,
.fs-c-inputGroup--vertical {
  border-color: #707070;
}

.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTable__label,
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTable__label,
.fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTable__label,
.fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTable__label,
.fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTable__label,
.fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTable__label {
  display: none;
}

.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-child::before,
.fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-child::before,
.fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:first-child::before {
  content: "姓 *";
  font-weight: bold;
}

.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:nth-child(2)::before,
.fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:nth-child(2)::before,
.fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:first-child .fs-c-inputTextGroup__item:nth-child(2)::before {
  content: "名 *";
  font-weight: bold;
}

.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-child::before,
.fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-child::before,
.fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:first-child::before {
  content: "姓（フリガナ） *";
  font-weight: bold;
}

.fs-c-memberInfoField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:nth-child(2)::before,
.fs-c-addAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:nth-child(2)::before,
.fs-c-modifyAddressbookField .fs-c-inputTable > tbody > tr:nth-child(2) .fs-c-inputTextGroup__item:nth-child(2)::before {
  content: "名（フリガナ） *";
  font-weight: bold;
}

.fs-c-inputTable input {
  padding: 10px;
}

.fs-c-inputTable .fs-c-dropdown__menu {
  padding: 10px 3em 10px 10px;
}

.fs-c-agreementConfirmation__message .cart-infor__special--list {
  margin-bottom: 0;
}

.cart-infor__special--tit-min {
  font-size: 1.3rem;
  margin-left: 20px;
}

.fs-body-customerDetails .fs-c-inputInformation {
  margin-bottom: 100px;
}

#fs_CheckoutWithMultiAddress {
  overflow-x: visible;
}

.fs-l-checkout__sideColumn {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.fs-body-register-success .fs-c-button--myPageTop.fs-c-button--plain {
  padding: 16px 4%;
  color: #fff;
  font-weight: bold;
  background-color: #222;
  margin-bottom: 60px;
}

.fs-body-register-success .guide-list {
  margin: 10px auto;
  max-width: fit-content;
}

.fs-body-register-success .guide-list-li {
  list-style: disc;
  max-width: fit-content;
}

/* カート */
.-match_price {
  margin-top: 20px;
}

.-match_price .fs-p-linkButton {
  padding: 14px 20px;
  border: none;
  border-radius: 6px;
  color: #fff;
  background: #b5965e;
  font-weight: normal;
}

.fs-c-button--continueShopping.fs-c-button--standard {
  padding: 1em 1.6em;
}

.fs-c-button--continueShopping.fs-c-button--standard {
  padding: 1em 1.6em;
  border: none;
  background-color: #b63f39;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 100px;
}

.fs-body-cart .fs-c-price__value {
  font-size: 1.6rem;
  font-weight: bold;
}

.fs-c-button--loginAndPurchase.fs-c-button--primary,
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary {
  padding: 20px;
}

#fs-checkout-payHere-container .fs-c-button--primary,
#fs-checkout-payHere-container .fs-c-button--secondary {
  width: 100%;
}

#fs-checkout-payHere-container .fs-c-button--secondary {
  padding: 20px 30px 20px 7px;
  background: url(https://hyotanya.itembox.design/item/common/img/i-w-arrow.svg) no-repeat 95% center #222;
  background-size: 10px 20px;
  box-shadow: none;
  border: none;
  border-radius: 6px;
}

#fs-checkout-payHere-container .fs-c-button--primary {
  padding: 20px 30px 20px 7px;
  background: url(https://hyotanya.itembox.design/item/common/img/i-w-arrow.svg) no-repeat 95% center #b5965e;
  background-size: 10px 20px;
  box-shadow: none;
  border: none;
}

#fs-checkout-payHere-container .fs-c-button--primary .fs-c-button__label {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 62%;
  margin: 0 auto;
  display: block;
  line-height: 1.4;
}

#fs-checkout-payHere-container .fs-c-button--secondary .fs-c-button__label {
  font-weight: normal;
  font-size: 1.6rem;
  width: 62%;
  margin: 0 auto;
  display: block;
  line-height: 1.4;
}

#fs-checkout-payHere-container .fs-c-button__label::after {
  content: "クレジットカード・代金引換・楽天Payでお支払い";
  display: block;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 10px;
}

#fs-checkout-payHere-container .fs-c-purchaseHere__message p {
  font-size: 1.6rem;
}

#fs-checkout-payHere-container .thispage_pay.fs-c-button--purchaseHere.fs-c-button--primary .fs-c-button__label {
  width: 75%;
}

#fs_p_scrollingCartButton {
  display: none;
}

.fs-c-linkedServiceLogin__title {
  border: none !important;
  margin-bottom: 20px;
}

.fs-c-anotherLogin__message.fs-c-anotherLogin__message--amazon {
  margin-bottom: 20px;
}

/* マイページ */
.fs-clientInfo {
  padding: 14px;
}

.my_logout {
  display: block;
  width: 200px;
  margin: 30px auto 100px;
}

.my_logout--a {
  display: block;
  padding: 5%;
  background: #222;
  border-radius: 50px;
  color: #fff !important;
  text-align: center;
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  height: 32px;
}

.fs-l-productLayout {
  grid-template-columns: 560px auto;
  gap: 40px 50px;
}

.fs-c-button--myPageTop.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 12px 35px;
  border: 1px solid #b5965e;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #b5965e;
}

.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop .fs-c-button__label {
  background: url(https://hyotanya.itembox.design/item/common/img/i-g-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin: 30px auto 60px;
  justify-content: center;
}

.registar_rcmbnr {
  max-width: 500px;
}

#fs_registrationCheckedMessage .fs-c-agreementConfirmation__message.fs-c-agreementConfirmation__message--registrationChecked {
  background: none;
  padding: 0;
  margin: 10px 0;
}

.fs-body-cart .fs-p-announcement .fs-p-announcement__title {
  margin-bottom: 10px;
}

.fs-c-wishlistProduct__title {
  border-bottom: none;
  margin-bottom: 24px;
  font-size: 2.4rem;
}

.fs-c-wishlistProduct__footer {
  padding-top: 20px;
}

.fs-c-wishlistProduct img {
  border-radius: 6px;
}

.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "";
}

.fs-l-additionalProduct.fs-l-additionalProduct--wishlist,
.fs-c-wishlistProduct {
  margin-bottom: 100px;
}

.fs-c-productListItem__control.fs-c-buttonContainer form {
  width: 100%;
}

/* 商品詳細 */
.fs-c-productNameHeading.fs-c-heading {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin: 0 0 20px 0;
}

.fs-c-productNameHeading__copy {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ac3e20;
  margin: 0 0 20px 0;
}

.fs-c-productNameHeading__name {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.fs-c-productNumber {
  margin-bottom: 10px;
}

.fs-c-price__currencyMark {
  display: none;
}

.fs-c-productPrice__main__label {
  display: none;
}

.fs-c-price__value::after {
  content: "円";
}

.fs-c-productPrices .fs-c-price__value {
  font-size: 1.5rem;
  font-weight: bold;
}

.fs-body-product .fs-c-price__value {
  font-size: 2.2rem;
}

.fs-c-productPrice__addon {
  color: #ac3e21;
}

.fs-p-productDescription.fs-p-productDescription--short {
  padding-bottom: 30px;
  background: url(https://hyotanya.itembox.design/item/common/img/i-gray_line.svg) repeat-x left bottom / 10px 1px;
  margin-bottom: 30px;
}

#fs_ProductDetails .fs-c-buttonContainer .fs-c-button--primary {
  width: 100%;
  height: 88px;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 600;
}

#fs_ProductDetails .fs-c-button--addToCart--detail .fs-c-button__label,
#fs_ProductDetailsSubscribe .fs-c-button--addToCart--detail .fs-c-button__label {
  background: url(https://hyotanya.itembox.design/item/common/img/i-itemdetail_cart.svg) no-repeat left center / 35px 35px;
  padding: 10px 0 10px 46px;
}

.fs-c-productQuantityAndWishlist__quantity::before,
.fs-c-productQuantityAndAction__quantity::before {
  content: "数量";
  display: block;
  margin-right: 10px;
  font-weight: bold;
  width: 60px;
}

.fs-c-quantity {
  max-width: 10em;
  display: flex;
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  border: none;
  background: #e9e0ca;
  box-shadow: none;
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 5px 10px;
}

.button.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
  padding: 22px;
}

button.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
  color: #222;
  padding: 22px 0;
  margin: 0 auto;
  width: 100%;
  background: url(https://hyotanya.itembox.design/item/common/img/i-itemdetail-mail.svg) no-repeat left center / 18px 13px;
  padding-left: 23px;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 15px;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  border: solid 1px #999999;
  border-radius: 6px;
  margin-top: 5px;
}

.fs-c-button--addReview--detail.fs-c-button--plain {
  display: flex;
  font-size: 1.8rem;
  align-items: center;
  gap: 0 13px;
  color: #222;
  padding: 24px 130px;
  border-radius: 50px;
  border: solid 1px #222;
}

.fs-body-product .basic-tbl {
  width: 75%;
  margin: 0 auto;
}

.fs-l-productLayout__item.fs-l-productLayout__item--3 {
  grid-column: 1 /3;
}

.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  justify-content: center;
}

.fs-body-product #fs_form {
  margin-bottom: 100px;
}

.kinditem--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.kinditem--wrapper-li {
  border: solid 1px #d8ab63;
  border-radius: 6px;
  display: grid;
  gap: 0 10px;
  grid-template-columns: 46% 54%;
  padding: 20px;
}

.kinditem--info-tit {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.kinditem--info-price {
  color: #bb330d;
  font-weight: bold;
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
  font-family: "游ゴシック ", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

dt.fs-c-productOption__name {
  font-size: 1.8rem;
  background: none;
}

.fs-c-productMark__mark {
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.fs-c-productMark__mark {
  margin: 0;
  padding: 0;
  color: #fff !important;
}

.fs-c-productMark > li > span {
  padding: 8px 8px 5px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
}

.celeblate.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background-color: #ac3e21;
}

.normaltemperature.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background-color: #222;
}

.refrigeration.fs-c-productMark__mark--0.fs-c-productMark__mark {
  background-color: #4e769f;
}

.cool.fs-c-productMark__mark--1.fs-c-productMark__mark {
  background-color: #3695c0;
}

.fs-c-productReview .fs-c-button__label {
  background: url(https://hyotanya.itembox.design/item/common/img/i-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "";
}

.fs-body-product .fs-c-dropdown__menu {
  padding: 10px 3em 10px 8px;
}

.fs-body-product .fs-c-productOption__option #optionWithPrice_4 {
  padding: 10px 5px;
}

.fs-p-productDescription.fs-p-productDescription--full {
  margin-bottom: 20px;
}

.fs-c-productName__copy {
  margin-bottom: 5px;
}

.itemdetail-optionlink {
  display: block;
  text-decoration: underline;
  margin-bottom: 20px;
}

.fs-c-button--viewExtendedImage.fs-c-button--plain {
  display: none;
}

.fs-c-productThumbnail {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 19%);
  gap: 5px 1.25%;
}

figure.fs-c-productThumbnail__image {
  margin: 0;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
  padding: 0;
}

.fs-c-productMainImage img {
  width: 560px;
  border-radius: 6px;
}

.kinditem--wrapper-img img {
  border-radius: 6px;
}

.fs-p-productDescription.fs-p-productDescription--full {
  background: url(https://www.hyotanya.co.jp/wp-content/themes/hyotanya/common/img/i-gray_line.svg) repeat-x left bottom / 10px 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.fs-c-productThumbnail img {
  border-radius: 6px;
}

/* ギフトのご購入について */
.guige_link.howgift {
  grid-template-columns: repeat(3, 1fr);
  margin: 40px auto;
  max-width: 900px;
}

.guide-txtbox.twoculumn a {
  display: block;
  text-decoration: underline;
  margin-top: 20px;
  color: #b5965e;
}

/* ご自宅でおいしく召し上がるひとてま */
.delicioushome_li {
  display: grid;
  gap: 0 10px;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.delicioushome_li span {
  font-size: 1.8rem;
}

.delicioushome_ul li:not(:last-child) {
  margin-bottom: 7px;
}

.voicearea__box.oneclm {
  grid-template-rows: auto;
  grid-template-columns: 140px auto;
  gap: 0 30px;
  justify-content: center;
}

.voicearea__box--pos {
  color: #b5965e;
  font-size: 2rem;
}

/* add */
.-area.delimrb {
  margin-bottom: 0;
}

.under-tit__min.-black {
  color: #222;
}

button.fs-c-button--removeFromWishList--icon {
  display: none;
}

button.fs-c-button--addToWishList--icon.fs-c-button--particular {
  display: none;
}

.fs-c-button--viewProductDetail.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #222;
  width: 100%;
}

.fs-c-button--addToCart--list.fs-c-button--plain {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 30px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #222;
  width: 100%;
}

.fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: "";
}

.fs-c-wishlistProduct .fs-c-button__label {
  background: url(https://hyotanya.itembox.design/item/common/img/i-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.fs-c-button--viewMoreImage.fs-c-button--plain {
  display: none;
}

.fs-c-productList__list__item.fs-c-productListItem {
  border-bottom: none;
  padding: 20px 8px;
}

.fs-c-productList__list img {
  border-radius: 6px;
}

.fs-c-productList__list img {
  border-radius: 6px;
}

.fs-c-productName__copy {
  font-size: 1.4rem;
  margin: 5px 0 10px;
  line-height: 1.5;
}

.fs-c-productName__name {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.fs-c-productList {
  margin-bottom: 100px;
}

.fs-c-productList__list .fs-c-button--viewProductDetail.fs-c-button--plain .fs-c-button__label {
  background: url(https://hyotanya.itembox.design/item/common/img/i-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.fs-c-productList__list .fs-c-button__label {
  background: url(https://hyotanya.itembox.design/item/common/img/i-arrow.svg) no-repeat right center / 5px 7px;
  padding-right: 15px;
}

.fs-p-emailDomainNotice {
  margin: 30px 0 100px;
}

.fs-c-newUsers__title.fs-c-subSection__title.rcmpass--tit {
  margin-top: 30px;
}

.fs-c-newUsers__message.fs-c-subSection__message.rcmpass--txtbox {
  margin-bottom: 16px;
}

.fs-c-newUsers__message.fs-c-subSection__message.rcmpass--txtbox p:not(:last-child) {
  margin-bottom: 16px;
}

.fs-body-login .fs-c-newUsers__message.fs-c-subSection__message {
  margin-bottom: 16px;
}

.fs-body-forgotPassword .fs-c-inputInformation {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  /*common*/
  .fs-c-breadcrumb {
    margin: 0 auto 40px;
    padding: 10px 0;
    overflow-x: scroll;
    width: 100%;
  }

  .fs-c-breadcrumb__list {
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
  }

  /*category*/
  .gift_archive--tit {
    font-size: 1.8rem;
    left: 10px;
    bottom: 10px;
  }

  .detail__cnt {
    align-items: flex-start;
  }

  .under-tit {
    font-size: 3rem;
  }

  .fs_category--tit {
    font-size: 3rem;
    line-height: 1.5;
  }

  /*category 3th*/
  .category_mmv {
    align-items: flex-start;
  }

  .category_mmv--tit {
    font-size: 3rem;
  }

  /*home category*/
  .cate_first__contents {
    grid-template-columns: 340px auto;
  }

  /*商品詳細*/
  .fs-l-productLayout.fs-system-product {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .fs-l-productLayout__item.fs-l-productLayout__item--2 {
    grid-row: 2 / 3;
  }

  .fs-l-productLayout__item.fs-l-productLayout__item--3 {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    margin: 0 auto;
    width: 100%;
  }

  .fs-body-product .basic-tbl {
    width: 100%;
  }

  #fs_ProductDetails .fs-c-buttonContainer .fs-c-button--primary {
    font-size: 2rem;
  }

  /* add */
  .fs-c-button--viewProductDetail.fs-c-button--plain {
    padding: 10px 8px;
    font-size: 1.3rem;
  }

  button.fs-c-button--addToCart--list.fs-c-button--plain {
    padding: 10px 8px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  /*detail*/
  .detail__cnt {
    grid-template-columns: 100%;
    gap: 20px 0;
  }

  .detail__cnt:nth-child(odd) .detail__cnt--pic {
    order: 2;
  }

  .detail__cnt:nth-child(odd) .detail__cnt--txt {
    order: 1;
  }

  .detail__cnt--tit {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  /*category*/
  .fs_category--tit {
    font-size: 2.6rem;
    top: initial;
    transform: none;
    bottom: 20px;
    left: 20px;
  }

  .fs_category {
    width: 100vw;
    margin-left: -20px;
  }

  .fs_category img {
    border-radius: 0;
  }

  .fs_category picture {
    position: relative;
  }

  .fs_category picture::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    width: 100%;
    height: 40%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .fs_category__txt {
    width: 100%;
  }

  .-giftcase .detail__cnt--txt {
    order: 2 !important;
  }

  .-giftcase .detail__cnt--pic {
    order: 1 !important;
  }

  .detail__cnt .line_btn,
  .cate_first--area .line_btn {
    max-width: 400px;
    width: 90%;
    margin-inline: auto;
  }

  .under-tit {
    font-size: 2.6rem;
  }

  .gift_archive {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  .gift_archive article:first-of-type {
    grid-column: span 1;
  }

  .gift_archive--tit {
    left: 20px;
    bottom: 20px;
  }

  /*category 3th*/
  .category_mmv {
    grid-template-columns: 100%;
    gap: 30px 0;
    align-items: center;
    width: calc(100vw - 20px);
  }

  .category_mmv--pic {
    order: 1;
  }

  .category_mmv__txt {
    order: 2;
  }

  .category_mmv--tit {
    font-size: 2.6rem;
  }
  .category_mmv__txt {
    width: calc(100% - 20px);
  }

  /*category 2th*/
  .category__gridarea__case {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  /*home category*/
  .cate_first__contents {
    grid-template-columns: 100%;
  }

  .cate_first--area {
    width: 100vw;
    margin-left: -20px;
    padding: 60px 20px;
  }

  .cate_first__contents--pic {
    grid-row: span 1;
    order: 2;
    margin-bottom: 20px;
  }

  .cate_first__contents--info {
    order: 1;
  }

  .cate_first__contents--item {
    order: 3;
  }

  /*category small*/
  .voicearea__box {
    grid-template-columns: 160px auto;
    gap: 20px 30px;
  }

  .voicearea__box--pic {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .voicearea__box--txt {
    grid-row: 2/3;
    grid-column: 1/3;
  }

  .voicearea__box--pos {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 2rem;
  }

  /*contact*/
  .contact-tbl td,
  .contact-tbl th {
    width: 100% !important;
    display: block;
    padding: 0;
  }

  .contact-tbl th {
    margin: 20px 0 5px;
  }

  /*faq*/
  .three-layout {
    grid-template-columns: repeat(2, 48%);
    gap: 40px 4%;
  }

  .i-q {
    background: url(../img/icon-q.svg) no-repeat left 10px / 44px 44px;
    padding: 17px 0 10px 60px;
    min-height: 44px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .i-a {
    padding: 0 0 30px 0px;
  }

  .i-a p {
    margin-bottom: 20px;
  }

  .three-layout {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 40px 2%;
  }

  /*shoplist*/
  #shoplist article {
    grid-template-columns: 100%;
    gap: 0px 0;
  }

  #shoplist article:not(:last-child) {
    margin-bottom: 40px;
  }

  .g-maps iframe {
    height: 420px;
  }

  /*about*/
  .detail__cnt.-about .detail__cnt--tit {
    font-size: 2rem;
  }

  .detail__cnt--pic.-spcolumn {
    order: -1;
  }

  /* guide */
  .guide-table-tit td:first-child {
    width: 26%;
  }

  .guide-table tr :nth-child(3) {
    width: 30%;
  }

  .guige_link {
    grid-template-columns: repeat(2, 1fr);
  }

  .guide-con-cardimg {
    width: 100%;
  }

  .guide_linetit {
    font-size: 1.8rem;
  }

  .guide-txtbox.twoculumn {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  .kinditem--wrapper-li {
    display: block;
  }

  .kinditem--wrapper-img {
    margin-bottom: 10px;
  }

  .kinditem--info-tit {
    margin-bottom: 5px;
  }

  /* 商品詳細 */
  .fs-c-button--addReview--detail.fs-c-button--plain {
    display: flex;
    font-size: 1.8rem;
    align-items: center;
    gap: 0 13px;
    color: #222;
    padding: 16px 4%;
    border-radius: 50px;
    border: solid 1px #222;
    width: 100%;
    justify-content: center;
  }

  .fs-c-productReview .fs-c-button__label {
    font-size: 1.4rem;
  }

  .fs-body-my-top .fs-c-buttonContainer {
    flex-direction: column;
  }

  .fs-body-my-top .fs-c-productListItem__control .fs-c-button--plain {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .fs-c-wishlistProduct__list .slick-active {
    margin-right: 10px;
  }

  .fs-c-productMainImage img {
    width: 100%;
  }

  .fs-c-wishlistProduct .fs-c-button__label {
    font-size: 1.3rem;
  }

  .fs-c-productName__name {
    margin-bottom: 8px;
  }

  .voicearea__box.oneclm .voicearea__box--pos {
    grid-column: 1 / 3;
    margin-bottom: 5px;
    color: #c1a840;
  }

  .fs-c-productNameHeading__copy {
    font-size: 1.6rem;
    margin: 0 0 16px 0;
  }

  .fs-c-productNameHeading__name {
    font-size: 2.8rem;
    font-weight: normal;
  }

  #fs_ProductDetails .fs-c-buttonContainer .fs-c-button--primary {
    height: 70px;
  }

  .basic-tbl th {
    width: 30%;
  }
}

@media (max-width: 519px) {
  /*common*/
  .fs-c-breadcrumb {
    max-width: 100%;
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
  }

  .fs-c-breadcrumb__list {
    margin-right: 20px;
  }

  /*category small*/
  .voicearea__box {
    grid-template-columns: 140px auto;
  }

  .voicearea__box--pos {
    font-size: 1.6rem;
  }

  /*contact*/
  .contact-tbl__name {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }

  .contact-tbl__name li {
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
  }

  .input__name,
  .input__phome {
    width: 100%;
  }

  .input__telbox {
    display: grid;
    grid-template-columns: 30% 20px 30% 20px 30%;
    align-items: center;
    text-align: center;
  }

  /*faq*/
  .three-layout {
    grid-template-columns: 100%;
    gap: 40px 0;
  }

  /*about*/
  .about_addcon-li {
    grid-template-columns: 120px 1fr;
    gap: 0 20px;
  }

  .about_addcon-img {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  .about_addcon-txt {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: 20px;
  }

  .about_addcon-tit {
    font-size: 2.2rem;
  }

  /* policy */
  .guide-table.tokushoho td:first-child {
    width: 40%;
  }

  .mark-tit.unpank {
    margin-top: 60px;
  }

  /* マイページ */
  .fs-c-accountService__page {
    flex-basis: 49%;
    margin: 0 2% 2% 0;
  }

  .fs-c-accountService__page:nth-child(2n) {
    margin-right: 0;
  }

  .fs-c-heading.fs-c-heading--page {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }

  .fs-c-productListCarousel__list__item {
    flex-basis: 132px;
    max-width: 150px;
    min-width: 132px;
    margin: 0 4px;
  }

  .fs-c-wishlistProduct__title {
    font-size: 1.8rem;
  }

  .fs-c-history__total .fs-c-price__value {
    font-size: 1.4rem;
    font-weight: bold;
  }

  /* カート */
  .fs-p-flexibleColumn {
    flex-direction: column;
  }

  .fs-c-price__value {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .fs-c-button--continueShopping.fs-c-button--standard {
    margin-bottom: 50px;
  }

  .fs-c-productListItem__control {
    flex-direction: column;
  }

  .fs-c-wishlistProduct .fs-c-productListItem__control .fs-c-button--plain {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 10px 8px;
  }

  /* 会員関係 */
  .fs-c-registerSuccessMessage p {
    text-align: left;
  }

  .fs-body-register-success .guide-list {
    margin: 10px auto 10px 5%;
  }

  /* ギフトのご購入について */
  .guige_link.howgift {
    grid-template-columns: 100%;
    gap: 10px 0;
  }

  /* 商品詳細 */
  .fs-c-button--viewProductDetail.fs-c-button--plain {
    padding: 10px 8px;
  }

  .-base.wide {
    max-width: 100%;
  }

  .fs-l-productLayout__item.fs-l-productLayout__item--2,
  .fs-l-productLayout__item.fs-l-productLayout__item--3,
  .fs-body-product .-area {
    max-width: 1200px;
    max-width: min(calc(100% - 40px), 1200px);
    margin-inline: auto;
  }

  /* add */
  .under-tit__min.-black {
    font-size: 1.4rem;
  }
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
  /*common*/
  .under-tit {
    font-size: 2.2rem;
  }
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}
