@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Roboto&display=swap);
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
  background: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #333;
	font-size: 100%;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  line-height: 2;
  font-weight: 500;
  font-family: 'Hiragino Kaku Gothic Pro', "游ゴシック", 'メイリオ', 'Noto Sans JP', 'ＭＳ Ｐゴシック', sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.6;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 500;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
a:hover {
  text-decoration: none;
}
span, time {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
iPhoneリセット
******************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
スタートアップテーマ(レスポンシブ/スマートフォン)リセット
******************************************************/
.fs-l-header,
.fs-l-footer {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  border: none;
  background: none;
}
/* 任意商品表示パーツ 画像サイズ */
.fs-c-productListCarousel__list__item {
  display: block;
  margin: 0;
  padding: 0;
  flex-basis: auto;
  max-width: initial;
  min-width: initial;
}
/* 任意商品表示パーツ 前後ボタンを非表示 */
.fs-c-productListCarousel__ctrl {
  display: none!important;
}
/* キャチコピー */
.fs-c-productName__copy,
.fs-c-productName__variation {
  font-size: 1em;
}
/* サイドナビ */
.fs-p-drawer,
/* カートへボタン */
.fs-p-scrollingCartButton {
  display: none;
}
.fs-c-buttonContainer {
  padding: 0;
}
.fs-preview-header {
  display: none;
}
/******************************************************
ログイン制御
******************************************************/
.true .login, .false .logout {display: block!important;}
.false .login, .true .logout {display: none!important;}
/******************************************************
パンくず
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-c-breadcrumb {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-breadcrumb {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
/******************************************************
レスポンシブ
******************************************************/
@media screen and (min-width: 1025px) {
  .sp {
    display: none!important;
  }
  .fs-l-main {
    display: block;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem;
    box-sizing: border-box;
  }
  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: initial;
  }
  /* トップページ横幅キャンセル */
  #fs_Top .fs-l-main {
    width: 100%;
    padding: 0;
  }
  .fs-l-main.small {
    width: 1124px;
  }
  h1.fs-c-heading.fs-c-heading--page {
    margin-bottom: 5rem;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
    border: none;
  }
  .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none!important;
  }
  .fs-l-main {
    display: block;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  /* トップページ横幅キャンセル */
  #fs_Top .fs-l-main {
    padding: 0;
  }
  h1.fs-c-heading.fs-c-heading--page {
    margin-bottom: 3rem;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: center;
    border: none;
  }
  .inner {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
/******************************************************
システムページ
******************************************************/
@media screen and (min-width: 1025px) {
  a.fs-c-button--primary,
  a.fs-c-button--secondary,
  a.fs-c-button--standard,
  a.fs-c-button--plain {
    width: 240px;
    max-width: 100%;
    padding: 0 1rem;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  a.fs-c-button--primary:hover,
  a.fs-c-button--secondary:hover,
  a.fs-c-button--standard:hover,
  a.fs-c-button--plain:hover {
    color: #fff!important;
    text-decoration: none!important;
  }
  button.fs-c-button--primary,
  button.fs-c-button--secondary,
  button.fs-c-button--standard,
  button.fs-c-button--plain {
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  button.fs-c-button--primary,
  button.fs-c-button--secondary,
  button.fs-c-button--standard,
  button.fs-c-button--plain {
    color: #fff!important;
    text-decoration: none!important;
  }
  .fs-c-documentArticle {
    padding: 0;
  }
  .fs-c-documentArticle__content {
    margin-top: 3rem!important;
    padding: 0;
  }
  .fs-c-documentColumn__content {
    margin-top: 1em!important;
    padding: 0;
  }
  .fs-c-documentArticle__heading {
    padding: 1.5rem;
    color: #333;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bolder;
    background: #f2f2f2;
  }
  .fs-c-documentColumn__heading {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bolder;
    border: none;
    color: #333;
  }
  dl.fs-c-explainList {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  dl.fs-c-explainList dt {
    width: 200px;
    padding: 1.5rem;
    box-sizing: border-box;
  }
  dl.fs-c-explainList dd {
    width: calc(100% - 200px);
    padding: 1.5rem;
    box-sizing: border-box;
  }
  dl.fs-c-explainList dt:nth-of-type(odd),
  dl.fs-c-explainList dd:nth-of-type(odd) {
    background: #f2f2f2;
  }
  dl.fs-c-explainList dd:not(:last-child) {
    margin: 0;
  }
  .fs-c-list li::before {
    border: 4px solid #333;
  }
  .fs-c-orderedList > li::before {
    color: #333;
  }
  .fs-p-address {
    margin-top: 1em;
  }
  .fs-c-documentSubColumn {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-button--primary,
  .fs-c-button--secondary,
  .fs-c-button--standard,
  .fs-c-button--plain {
    width: 240px;
    max-width: 100%;
    padding: 0;
    color: #fff!important;
    text-align: center;
    line-height: 3rem;
  }
  .fs-c-button--primary:hover,
  .fs-c-button--secondary:hover,
  .fs-c-button--standard:hover,
  .fs-c-button--plain:hover {
    color: #fff!important;
    text-decoration: none!important;
  }
  button.fs-c-button--primary,
  button.fs-c-button--secondary,
  button.fs-c-button--standard,
  button.fs-c-button--plain {
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  button.fs-c-button--primary,
  button.fs-c-button--secondary,
  button.fs-c-button--standard,
  button.fs-c-button--plain {
    color: #fff!important;
    text-decoration: none!important;
  }
  .fs-c-button__label,
  .fs-c-button__label:hover {
    text-decoration: none;
  }
  .fs-c-documentArticle {
    padding: 0;
  }
  .fs-c-documentArticle__content {
    margin-top: 3rem!important;
    padding: 0;
  }
  .fs-c-documentColumn__content {
    margin-top: 1em!important;
    padding: 0;
  }
  .fs-c-documentArticle__heading {
    padding: 1rem 1.5rem;
    color: #333;
    font-size: 1.6rem;
    text-align: left;
    font-weight: bolder;
    background: #f2f2f2;
  }
  .fs-c-documentColumn__heading {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: bolder;
    border: none;
    color: #333;
  }
  dl.fs-c-explainList {
    margin-top: 1em;
  }
  dl.fs-c-explainList dt {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  dl.fs-c-explainList dd {
    padding: 1.5rem;
    padding-top: 0;
  }
  dl.fs-c-explainList dt:nth-of-type(odd),
  dl.fs-c-explainList dd:nth-of-type(odd) {
    background: #f2f2f2;
  }
  .fs-c-explainList dd:not(:last-child) {
    margin: 0;
  }
  .fs-c-list li::before {
    border: 4px solid #333;
  }
  .fs-c-orderedList > li::before {
    color: #333;
  }
  .fs-p-address {
    margin-top: 1em;
  }
  .fs-c-documentSubColumn {
    margin-top: 1em;
    font-size: 1.2rem;
  }
}
/******************************************************
ログイン・カートページ
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-p-announcement__title {
    font-size: 1.8rem;
    font-weight: bolder;
  }
  .fs-c-cartPayment {
    text-align: center;
  }
  .fs-c-cartPayment .fs-c-buttonContainer:nth-of-type(n+2) {
    margin-top: 1rem;
  }
  .fs-c-inputInformation__link {
    margin-top: 1em;
    text-align: center;
  }
  .fs-c-subSection__title {
    color: #333;
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: center;
    border: none;
  }
  .fs-body-cart-login .fs-c-guestPurchase {
    border: none;
    margin-top: 4rem;
    padding: 0;
  }
  .fs-body-login .fs-c-loginForm {
    display: block;
    margin: 0;
  }
  .fs-c-inputInformation__field {
    margin: 3rem auto;
  }
  .fs-body-login .fs-c-inputInformation__field {
    padding: 3rem;
  }
  .fs-body-login .fs-c-newUsers {
    margin: 0;
    margin-top: 5rem;
  }
  .fs-c-newUsers .fs-c-newUsers__message {
    margin: 3rem 0;
    text-align: center;
  }    
  .fs-p-accountInfo {
    padding: 1.5rem;
    color: #333;
  }
  .fs-c-history__term {
    color: #333;
  }






  .fs-c-orderHistoryItem__header,
  .fs-c-orderHistoryItem__body {
    padding: 0 1.5rem;
  }
  .fs-c-orderHistoryItem__product {
    padding: 1.5rem 0;
  }
  .fs-c-inputInformation__button,
  .fs-c-buttonContainer--myPageTop {
    justify-content: center;
  }
  .fs-c-accountService {
    margin: 0;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink {
    box-shadow: none;
    display: block;
  }
  .fs-c-accountService__page {
    flex-basis: calc((100% / 4) - 6px);
    display: flex;
    align-items: stretch;
    height: auto;
    margin: 0;
    margin-right: 8px;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink {
    padding: 1em;
  }
  .fs-c-accountService__page--couponList {
    flex-basis: calc((100% / 4) - 6px);
  }
  .fs-c-accountService__page:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-accountService__page:nth-child(n+5) {
    margin-top: 8px;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink__label {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
  }
  .fs-c-accountService__page--accountDelete {
    box-shadow: 0 0 2px #b2b2b2;
    background: #8f2e14;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .fs-c-accountService__page--accountDelete a {
    color: #fff;
  }
  .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label:before {
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    margin: 8px auto 0;
    background: url(https://ecminamoto.itembox.design/item/assets/images/icon/icon_delete.png) center center no-repeat;
    background-size: contain;
  }
  .fs-c-buttonContainer--pair {
    display: flex;
    flex-wrap: wrap;
    justify-cotent: center;
    grid-row-gap: 0;
  }
  .fs-c-buttonContainer--pair button,
  .fs-c-buttonContainer--pair a {
    width: 240px;
    margin: 0 1em;
  }
  .fs-c-buttonContainer--pair > * {
    min-width: initial;
  }
  .fs-c-productReview__allReviews {
    justify-content: center;
  }
  .fs-c-productReview__addReview {
    justify-content: center;
    margin-top: 1rem;  
  }
  .fs-c-wishlistProduct {
    margin-top: 5rem;
  }
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    margin: 0;
    margin-bottom: 4rem;
    padding: 0;
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-cartPayment {
    text-align: center;
  }
  .fs-c-cartPayment .fs-c-buttonContainer:nth-of-type(n+2) {
    margin-top: 1rem;
  }
  .fs-c-fsLogin {
    text-align: center;
  }
  .fs-c-inputInformation__link {
    margin-top: 1em;
    text-align: center;
  }
  .fs-c-subSection__title {
    color: #333;
    font-size: 1.5rem;
    font-weight: bolder;
    border: none;
  }
  .fs-body-cart-login .fs-c-guestPurchase {
    border: none;
    margin-top: 1em;
    padding: 0;
  }
  .fs-c-subSection .fs-c-buttonContainer {
    margin-top: 1em;
  }
  .fs-body-login .fs-c-loginForm {
    display: block;
    margin: 0;
  }
  .fs-c-inputInformation__field {
    margin: 1em auto;
  }
  .fs-body-login .fs-c-inputInformation__field {
    padding: 3rem;
  }
  .fs-body-login .fs-c-newUsers {
    margin: 0;
    margin-top: 1em;
  }
  .fs-c-newUsers .fs-c-newUsers__message {
    margin: 1em 0;
  }
  .fs-p-accountInfo {
    padding: 1.5rem;
    color: #333;
  }
  .fs-c-history__term {
    color: #333;
  }
  .fs-c-orderHistoryItem__header,
  .fs-c-orderHistoryItem__body {
    padding: 1.5rem;
  }
  .fs-c-orderHistoryItem__product {
    padding: 1.5rem 0;
  }
  .fs-c-inputInformation__button,
  .fs-c-buttonContainer--myPageTop,
  .fs-c-orderHistoryItem__button {
    justify-content: center;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink {
    box-shadow: none;
    display: block;
  }
  ul.fs-c-accountService {
    justify-content: flex-start;
  }
  ul.fs-c-accountService li.fs-c-accountService__page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: block;
    flex-basis: calc((100% / 2) - 3px);
    height: auto;
    margin: 0;
    margin-right: 6px;
  }
  ul.fs-c-accountService li.fs-c-accountService__page:nth-child(2n) {
    margin-right: 0;
  }
  ul.fs-c-accountService li.fs-c-accountService__page:nth-child(n+3) {
    margin-top: 6px;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink {
    padding: .5rem;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink__label {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
  }
  .fs-c-accountService__page--accountDelete {
    box-shadow: 0 0 2px #b2b2b2;
    background: #8f2e14;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .fs-c-accountService__page--accountDelete a {
    color: #fff;
  }
  .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label:before {
    display: block;
    content: "";
    width: 64px;
    height: 64px;
    margin: 8px auto 0;
    background: url(https://ecminamoto.itembox.design/item/assets/images/icon/icon_delete.png) center center no-repeat;
    background-size: contain;
  }
  .fs-c-buttonContainer--pair {
    display: flex;
    flex-wrap: wrap;
    justify-cotent: center;
    grid-row-gap: 0;
  }
  .fs-c-buttonContainer--pair a {
    margin-top: 1rem;
  }
  .fs-c-productReview__allReviews {
    justify-content: center;
  }
  .fs-c-productReview__addReview {
    justify-content: center;
    margin-top: 1rem;  
  }
  .fs-c-wishlistProduct {
    margin-top: 5rem;
  }
  .fs-c-wishlistProduct__title,
  .fs-c-featuredProduct__title {
    margin: 0;
    margin-bottom: 4rem;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: center;
    border: none;
  }
}
/******************************************************
メインバナー（カルーセル）
******************************************************/
@media screen and (min-width: 768px) {
  .sp_slide {
    display: none;
  }
  .fs-pt-carousel.fs-c-slick .slick-slide {
    margin: 0 4px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-pt-carousel.fs-c-slick .slick-slide:hover {
    opacity: .7;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots {
    padding: 0;
    padding-top: 2rem;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li button {
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    padding: 0;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li button:before {
    display: block;
    content: "";
    width: 24px;
    height: 3px;
    margin: 6px 0;
    background: #dadada;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li.slick-active button:before {
    background: #333;
  }
}
@media screen and (max-width: 767px) {
  .pc_slide {
    display: none;
  }
  .fs-pt-carousel.fs-c-slick .slick-slide {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    padding-top: 2rem;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li button {
    position: relative;
    display: block;
    width: 16px;
    height: 15px;
    padding: 0;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li button:before {
    display: block;
    content: "";
    width: 16px;
    height: 3px;
    margin: 6px 0;
    background: #dadada;
    opacity: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-pt-carousel.fs-c-slick .slick-dots li.slick-active button:before {
    background: #333;
  }
}
/******************************************************
並び替え・ページャー
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-c-productList__controller:first-of-type .fs-c-pagination {
    display: none;
  }
  .fs-c-productList__controller:last-of-type .fs-c-sortItems,
  .fs-c-productList__controller:last-of-type .fs-c-listControl__status {
    display: none;
  }
  .fs-c-productList__controller {
    display: block;
    margin: 0;
  }
  .fs-c-productList__controller:first-of-type {
    margin-bottom: 4rem;
  }
  .fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 0;
  }
  .fs-c-sortItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    padding: 1.5rem;
  }
  .fs-c-sortItems__label {
    margin: 0 1em;
    padding: 0;
    line-height: 1;
    border: none;
  }
  .fs-c-sortItems ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }
  .fs-c-sortItems .fs-c-sortItems__list {
    flex-grow: 0;
  }
  .fs-c-sortItems li.fs-c-sortItems__list__item {
    display: inline-block;
    margin: 0 1em;
    padding-bottom: .3rem;
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    border-bottom: 1px solid #333;
  }
  .fs-c-sortItems li.fs-c-sortItems__list__item.is-active {
    colro: #333;
    background: none;
  }
  .fs-c-sortItems__list__item__label {
    padding: 0;
  }  
  .fs-c-listControl__status {
    text-align: right;
  }
  .fs-c-pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .fs-c-listControl {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fs-c-listControl > * + * {
    margin: 0;
  }
  .fs-c-pagination__item {
    display: block;
    flex: 0 1 auto;
    width: 3rem;
    margin: 0 .3rem;
    padding: 0;
    line-height: 3rem;
    font-size: 1.2rem;

    text-align: center;
    border-radius: 1.5rem;
    background: #f2f2f2;
  }
  .fs-c-pagination__item.is-active {
    color: #fff;
    background: #8f2e14;
  }
  .fs-c-pagination__item--prev,
  .fs-c-pagination__item--next {
    background: none;
  }
  .fs-c-pagination__item--prev::before,
  .fs-c-pagination__item--next::before {
    display: block;
    margin: 0 auto;
    text-align: center;
  }  
}
@media screen and (max-width: 1024px) {
  .fs-c-productList__controller:first-of-type .fs-c-pagination {
    display: none;
  }
  .fs-c-productList__controller:last-of-type .fs-c-sortItems,
  .fs-c-productList__controller:last-of-type .fs-c-listControl__status {
    display: none;
  }
  .fs-c-productList__controller {
    display: block;
    margin: 0;
  }
  .fs-c-productList__controller:first-of-type {
    margin-bottom: 3rem;
  }
  .fs-c-productList__controller > *, .fs-c-coordinationList__controller > *, .fs-c-staffList__controller > * {
    margin: 0;
  }
  .fs-c-sortItems {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    padding: 1.5rem;
    border: none;
  }
  .fs-c-sortItems__label {
    padding-right: 2em;
    line-height: 1;
    white-space: nowrap;
  }
  .fs-c-sortItems ul.fs-c-sortItems__list {
    display: block;
    text-align: center;
    overflow: auto;
    white-space: nowrap; 
    font-size: 0;
    list-style: none;
    line-height: 1;
    border: none;
  }
  .fs-c-sortItems li.fs-c-sortItems__list__item {
    display: inline-block;
    padding: 0 1rem;
    color: #333;
    font-size: 1.2rem;
    line-height: 1;
    border-left: 1px solid #333;
  }
  .fs-c-sortItems li.fs-c-sortItems__list__item.is-active {
    colro: #333;
    background: none;
  }
  .fs-c-sortItems__list__item__label {
    padding: 0;
  }
  .fs-c-sortItems li:last-child {
    margin-right: 0;
  }
  .fs-c-listControl {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem;
  }
  .fs-c-listControl__status {
    text-align: right;
  }
  .fs-c-pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .fs-c-listControl > * + * {
    margin: 0;
  }
  .fs-c-pagination__item {
    display: block;
    flex: 0 1 auto;
    width: 3rem;
    margin: 0 .3rem;
    padding: 0;
    line-height: 3rem;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 1.5rem;
    background: #f2f2f2;

  }
  .fs-c-pagination__item.is-active {
    color: #fff;
    background: #333;
  }
  .fs-c-pagination__item--prev,
  .fs-c-pagination__item--next {
    background: none;
  }
  .fs-c-pagination__item--prev::before,
  .fs-c-pagination__item--next::before {
    display: block;
    margin: 0 auto;
    text-align: center;
  } 
}
/******************************************************
商品マーク
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-c-productMark__item {
    margin-right: .4rem;
    margin-bottom: .4rem;
  }
  .fs-c-productMark__mark {
    font-size: 1.2rem;
    line-height: 1;
    padding: .4rem 1.2rem;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .fs-c-productMark__mark .fs-c-productMark__label {
    display: inline-block;
    vertical-align: middle;
  }
  .fs-c-productMark__mark {
    color: #333;
    border: 1px solid #333;
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-productMark__item {
    margin-right: .3rem;
    margin-bottom: .3rem;
  }
  .fs-c-productMark__mark {
    font-size: .85rem;
    line-height: 1;
    padding: .35rem .7rem;
    vertical-align: middle;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .fs-c-productMark__mark .fs-c-productMark__label {
    display: inline-block;
    vertical-align: middle;
  }
  .fs-c-productMark__mark {
    color: #333;
    border: 1px solid #333;
    background: #fff;
  }
}
/******************************************************
商品一覧（下層グループ）
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-c-subgroup {
    margin: 0 0 4rem;
  }
  .fs-c-subgroup .fs-c-listControl {
    display: none;
  }
  .fs-c-subgroupList {
    margin: 0;
    padding: 0;
  }
  .fs-c-subgroupList__item {
    flex-basis: calc(25% - 4.5px);
    width: calc(25% - 4.5px);
    flex-grow: 0;
    margin-right: 6px;
  }
  .fs-c-subgroupList__item:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-subgroupList__item:nth-child(n+5) {
    margin-top: 6px;
  }
  .fs-c-subgroupList__link {
    padding: 1rem;
    text-align: center;
    border: 1px solid #333;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-c-subgroupList__link:hover {
    color: #fff;
    background: #333;
  }
  .fs-c-subgroupList__link:after {
    color: #333;
  }
  .fs-c-subgroupList__link:hover:after {
    color: #fff;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-subgroup {
    margin: 0 1.5rem 3rem;
  }
  .fs-c-subgroup .fs-c-listControl {
    display: none;
  }
  .fs-c-subgroupList {
    margin: 0;
    padding: 0;
  }
  .fs-c-subgroupList__item {
    flex-basis: calc(50% - 3px);
    width: calc(50% - 3px);
    flex-grow: 0;
    margin-right: 6px;
  }
  .fs-c-subgroupList__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-subgroupList__item:nth-child(n+3) {
    margin-top: 6px;
  }
  .fs-c-subgroupList__link {
    padding: 1.2rem 1rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    border: 1px solid #333;
    background: #fff;
    box-sizing: border-box;
  }
  .fs-c-subgroupList__link:after {
    color: #333;
    font-size: 1.2rem;
  }
}
/******************************************************
商品一覧（商品検索・商品グループ・任意商品表示パーツ）
******************************************************/
/* 税込表記 */
.fs-c-productListItem .fs-c-productPrice__addon,
/* 商品一言説明 */
.fs-c-productListItem .fs-c-productListItem__productDescription,
/* 詳細を見る・お気に入りボタン */
.fs-c-productListItem .fs-c-productListItem__control,
/* 他の商品を見る */
.fs-c-productListItem .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
@media screen and (min-width: 1025px) {
  /* 任意商品表示パーツ カルーセルキャンセル */
  .fs-c-productListCarousel .slick-track,
  .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%!important;
    margin: 0;
    padding: 0;
    transform: none!important;
    box-sizing: border-box;
  }
  .fs-c-productList__list {
    margin-bottom: 4rem;
  }
  .fs-c-productListCarousel .slick-slide,
  .fs-c-productList__list__item {
    position: relative;
    float: none;
    width: calc((100% / 4) - 4.5px);
    margin: 0;
    margin-right: 6px;
    padding: 0;
    line-height: 1.6;
    vertical-align: top;
    border: none;
  }
  .fs-c-productListCarousel .slick-slide:nth-child(4n),
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-productListCarousel .slick-slide:nth-child(n+5),
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n+5) {
    margin-top: 4rem;
  }
  /* 商品画像 */
  .fs-c-productListItem .fs-c-productListItem__image a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .fs-c-productListItem .fs-c-productListItem__image a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-c-productListItem .fs-c-productListItem__image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }  
  /* 商品名 */
  .fs-c-productListItem .fs-c-productListItem__productName {
    margin: 0;
    margin-top: 2rem;
    font-size: 1em;
  }
  .fs-c-productListItem .fs-c-productName__copy {
    display: block;
  }
  .fs-c-productListItem .fs-c-productName__name {
    display: block;
  }
  /* 商品マーク */
  .fs-c-productListItem .fs-c-productMarks {
    margin-top: 1rem;
  }
  /* 商品価格 */
  .fs-c-productListItem .fs-c-productPrices {
    margin-top: 1rem;
  }
  .fs-c-productListItem .fs-c-productPrices .fs-c-price__currencyMark,
  .fs-c-productListItem .fs-c-productPrices .fs-c-price__value {
    font-size: 1.3rem;
  }
  .fs-c-productListItem .fs-c-price {
    justify-content: flex-start;
  }
  .fs-c-productListItem .fs-c-productPrice--selling .fs-c-price:after,
  .fs-c-productListItem .fs-c-productPrice--member .fs-c-price:after {
    content: "（税込）";
  }
  .fs-c-productListItem .fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
  }
  /* 販売期間 */
  .fs-c-productListItem__salesPeriodNotice {
    margin: 0;
    margin-top: 1rem;
    padding: .5em 1em;
  }
  .fs-c-productListItem .fs-c-productListItem__salesPeriod {
    margin: 0;
    margin-top: 1rem;
  }
  .fs-c-productListItem .fs-c-salesPeriod__date {
    padding: .5em 1em;
  }
  /* 商品一言説明 */
  .fs-c-productListItem .fs-c-productListItem__productDescription {
    margin-top: 1rem;
  }
  .fs-c-productListItem .fs-c-productListItem__notice {
    margin: 1rem 0 0;
    padding: .5rem 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  /* SP商品一覧余白調整 */
  #fs_ProductCategory .fs-l-main,
  #fs_ProductSearch .fs-l-main {
    padding: 3rem 0;
  }
  /* 任意商品表示パーツ カルーセルキャンセル */
  .fs-c-productListCarousel .slick-track,
  .fs-c-productList__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%!important;
    margin: 0;
    padding: 0;
    transform: none!important;
    box-sizing: border-box;
  }
  .fs-c-productList__list {
    margin-bottom: 3rem;
    padding: 0 1.5rem;
  }
  .fs-c-productListCarousel .slick-slide,
  .fs-c-productList__list__item {
    position: relative;
    float: none;
    width: calc(50% - 3px);
    margin: 0;
    margin-right: 6px;
    padding: 0;
    line-height: 1.6;
    vertical-align: top;
    border: none;
  }
  .fs-c-productListCarousel .slick-slide:nth-child(2n),
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-c-productListCarousel .slick-slide:nth-child(n+3),
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n+3) {
    margin-top: 2rem;
  }
  /* 商品画像 */
  .fs-c-productListItem .fs-c-productListItem__image a {
    position: relative;
    display: block;
  } 
  /* 商品名 */
  .fs-c-productListItem .fs-c-productListItem__productName {
    margin: 1.5rem 0 0;
    font-size: 1.2rem;
  }
  .fs-c-productListItem .fs-c-productName__copy {
    display: block;
  }

  .fs-c-productListItem .fs-c-productName__name {

    display: block;
  }
  /* 商品マーク */
  .fs-c-productListItem .fs-c-productMarks {
    margin: 1rem 0 0;
  }
  /* 商品価格 */
  .fs-c-productListItem .fs-c-productPrices {
    margin: 1rem 0 0;
  }
  .fs-c-productListItem .fs-c-productPrices .fs-c-price__currencyMark,
  .fs-c-productListItem .fs-c-productPrices .fs-c-price__value {
    font-size: 1.2rem;
  }
  .fs-c-productListItem .fs-c-price {
    justify-content: flex-start;
  }
  .fs-c-productListItem .fs-c-productPrice--selling .fs-c-price:after,
  .fs-c-productListItem .fs-c-productPrice--member .fs-c-price:after {
    content: "（税込）";
  }
  .fs-c-productListItem .fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
  }
  /* 販売期間 */
  .fs-c-productListItem .fs-c-productListItem__salesPeriod {
    margin: 1rem 0 0;
  }
  .fs-c-productListItem .fs-c-productListItem__salesPeriod .fs-c-salesPeriod__date {
    font-size: .85rem;
  }
  .fs-c-time {
    white-space: normal;
  }
  /* 商品一言説明 */
  .fs-c-productListItem .fs-c-productListItem__productDescription {
    margin: 1rem 0 0;
  }
  .fs-c-productListItem .fs-c-productListItem__notice {
    margin: 1rem 0 0;
    padding: .5rem 1rem;
    font-size: 1rem;
  }
}


/******************************************************
商品詳細
******************************************************/
/* メイン画像拡大防止 */
.fs-c-productCarouselMainImage__image {
  pointer-events: none;
}
.fs-c-productCarouselMainImage__thumbnail__img {
  border: none;
}
.fs-l-productLayout .fs-c-productCarouselMainImage .slick-arrow {
  display: none!important;
}
/* 画像拡大ボタン */
.fs-c-productMainImage__expandButton,
.fs-c-productCarouselMainImage__expandButton,
/* サムネイル文字 */
.fs-c-productCarouselMainImage__image__caption,
.fs-c-productCarouselMainImage__thumbnail__caption,
/* 税込 */
.fs-l-productLayout .fs-c-productPrice__addon {
  display: none;
}
@media screen and (min-width: 1025px) {
  .product_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product_image {
    width: 600px;
  }
  .product_data {
    width: calc(100% - 640px);
  }
  /* 商品画像 */
  .fs-l-productLayout .fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow-x: auto;
    width: 100%;
    margin: 0;
    margin-top: 3rem;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li {
    width: calc((100% / 4) - 4.5px);
    margin: 0;
    margin-right: 6px;
    flex-basis: auto;
    min-width: initial;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:hover {
    opacity: .7;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(4n) {
    margin-right: 0;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(n+5) {
    margin-top: 6px;
  }
  .fs-c-productCarouselMainImage__thumbnailList li img {
    width: 100%;
    height: auto;
  }
  .fs-c-productCarouselMainImage__image > img {
    width: 600px;
    height: auto;
  }
  /* 商品説明 */
  .fs-l-productLayout .fs-c-productNumber {
    margin-top: 1rem;
    display: block;
    padding: 0;
    font-size: 1em;
    border: none;
  }
  .fs-l-productLayout .fs-c-productNumber .fs-c-productNumber__number {
    font-weight: normal;
  }
  .fs-l-productLayout .fs-c-heading {
    margin-top: 1rem;
  }
  .fs-l-productLayout .fs-c-productNameHeading__copy {
    display: block;
    font-weight:normal;
  }
  .fs-l-productLayout .fs-c-productNameHeading__name {
    display: block;
    font-size: 2.2rem;
    font-weight: bolder;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }  
  .fs-l-productLayout .fs-c-productPrices {
    margin-top: 1rem;
  }
  .fs-l-productLayout .fs-c-price {
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .fs-l-productLayout .fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
  }
  .fs-l-productLayout .fs-c-productPrice--selling .fs-c-price {
    font-size: 2.2rem;
  }  
  .fs-l-productLayout .fs-c-productPrice--member .fs-c-price {
    font-size: 2.2rem;
  }
  .fs-l-productLayout .fs-c-productPrice--selling .fs-c-price:after,
  .fs-l-productLayout .fs-c-productPrice--member .fs-c-price:after {
    content: "（税込）";
    font-size: 1.3rem;
  }
  .fs-l-productLayout .fs-c-productPointDisplay {
    margin-top: 1rem;
    display: inline-block;
    padding: 0 3em;
    color: #333;
    font-size: 1em;
    line-height: 3rem;
    background: #f2f2f2;
  }
  .fs-l-productLayout .fs-c-productPointDisplay__quantity {
    font-weight: normal;
  }
  .fs-l-productLayout .fs-c-button--particular,
  .fs-l-productLayout .fs-c-button--particular:hover {
    color: #333;
  }
  /* バリエーションなしカート1 */
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    margin: 0;
  }
  .fs-c-productActionButton .fs-c-button--addToCart--detail {
    width: 100%;
    height: 6rem;
    margin-top: 1em;
    box-shadow: none;
  }
  .fs-c-button--particular {
    border: none;
    background: none;
    box-shadow: none;
  }
  .fs-c-productQuantityAndWishlist__wishlist {
    align-self: auto;
  }
  .fs-c-quantity {
    display: flex;
    align-items: center;
    max-width: initial;
  }
  .fs-c-quantity select {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: right;
    padding: 1rem;
  }
  /* バリエーションなしカート2 */
  .fs-l-productLayout .fs-c-productQuantityAndWishlist {
    width: 100%;
    display: block;
  }
  .fs-l-productLayout .fs-c-productQuantityAndWishlist img {
    width: 2.5rem;
    height: auto;
  }
  /* バリエーションありカート */
  .fs-l-productLayout .fs-c-variationAndActions {
    margin-top: 4rem;
  }  
  .fs-l-productLayout .fs-c-variationAndActions__variationLabel {
    display: none;
  }
  .fs-l-productLayout .fs-c-variationList__item:first-child {
    border-top: 1px solid #dadada;
  }
  .fs-l-productLayout .fs-c-variationList__item {
    border-bottom: 1px solid #dadada;
  }
  .fs-l-productLayout .fs-c-variationList__item__title {
    text-align: left;
    line-height: 5rem;
    border-bottom: 1px solid #dadada;
    background: none;
  }

  .fs-l-productLayout .fs-c-variationList__item__body {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 1.5rem 0;
  }
  .fs-l-productLayout .fs-c-variationList__item__cart {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fs-c-variationCart {
    width: auto;
  }
  .fs-l-productLayout .fs-c-variationCart > li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .fs-l-productLayout .fs-c-variationCart > li:nth-child(n+2) {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dadada;
  }
  /* 余白キャンセル */
  .fs-l-productLayout .fs-c-variationCart__image,
  .fs-l-productLayout .fs-c-variationCart__variationName,
  .fs-l-productLayout .fs-c-variationCart__wishlist,
  .fs-l-productLayout .fs-c-variationCart__cartButton {
    margin: 0;
    padding: 0;
  }
  /* バリエーション画像 */
  .fs-l-productLayout .fs-c-variationCart__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .fs-l-productLayout .fs-c-variationList__item__image,
  .fs-l-productLayout .fs-c-variationCart__image {
    margin: 0;
    padding: 0;
  }
  .fs-l-productLayout .fs-c-variationList__item__image {
    width: 8rem;
  }
  .fs-l-productLayout .fs-c-variationList__item__image > img,
  .fs-c-variationCart--withImage .fs-c-variationCart__image > img {
    display: block;
    width: 7rem;
    max-width: initial;
    height: auto;
    padding-right: 1rem;
  }
  /* バリエーション名 */
  .fs-l-productLayout .fs-c-variationCart__variationName {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
  }
  .fs-l-productLayout .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
    display: none;
    margin-left: 1rem;
  }
  /* カートボタン */
  .fs-l-productLayout .fs-c-variationCart__cartButton {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;

    -webkit-order: 3;
    order: 3;
    margin-left: 1rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-l-productLayout .fs-c-variationCart__cartButton:hover {
    opacity: 0.7;
  }
  .fs-l-productLayout .fs-c-variationCart__cartButton > button {
    width: 180px;
    padding: 0;
    color: #fff;
    line-height: 4rem;
    background: #8f2e14;
    border: none;
  }
  .fs-l-productLayout .fs-c-outOfStockButton {
    display: block;
    width: 180px;
    text-align: center;
    line-height: 4rem;
    background: #f2f2f2;
  }
  .product_data .fs-c-buttonContainer {
    justify-content: flex-start;
  }
  .fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
    max-width: 100%;
    background: #8f2e14;
    border-radius: 10px;
    border: none;
  }
  /* お気に入りボタン */
  .fs-l-productLayout .fs-c-variationCart__wishlist {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-left: 1rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .fs-l-productLayout .fs-c-variationCart__wishlist:hover {
    opacity: 0.7;
  }
  .fs-l-productLayout .fs-c-variationCart__wishlist img {
    width: 2.5rem;
    height: auto;
  }
  .product_contact_btn {
    margin-top: 4rem;
    text-align: center;
  }
  .product_contact_btn a {
    display: inline-block;
    width: 240px;
    max-width: 100%;
    text-align: center;
    line-height: 5rem;
    border: 1px solid #333;
    border-radius: 2.5rem;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .product_contact_btn a:hover {
    color: #fff;
    background: #333;
  }
  .product_sns_cover {
    margin-top: 5rem;
  }
  .product_sns_btn .sns_title {
    margin-bottom: 1rem;
    text-align: left;
  }
  .product_sns_btn ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product_sns_btn li:nth-child(n+2) {
    margin-left: 5rem;
  }
  .product_sns_btn li span {
    font-size: 1.5rem;
    font-weight: bolder;
  }
  .product_sns_btn li img {
    width: auto;
    height: 3.4rem;
  }
  .product_review_btn {
    margin-top: 3rem;
    text-align: left;
  }
  .product_review_btn a {
    position: relative;
    display: inline;
    width: auto;
    color: #333!important;
    border: none!important;
    text-decoration: underline;
    background: none;
  }
  .product_review_btn a:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    color: #333!important;
    text-decoration: none;
  }

  .product_description {
    margin-top: 4rem;
  }
  .tab_product_btn {
    display: flex;
    flex-wrap: wrap; 
  }
  .product_btn {
    position: relative;
    display: block;
    width: 50%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 6rem;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .product_btn:nth-child(n+2) {
    border-left: 1px solid #dadada;
  }
  .product_btn.active {
    font-weight: bolder;
    border-top: 1px solid #dadada;



    border-bottom: 1px solid #fff;
  }
  .tab_product_contents {
    margin-top: 4rem;
  }
  .product_contents {
    display: none;
  }
  .product_contents.show {
    display: block;
  }
  .recommend_cover {
    margin-top: 6rem;
  }
  .recommend_title {
    margin-bottom: 4rem;
    color: #a68769;
    font-size: 3rem;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .review_mark {
    margin-top: 1rem;
  }
  .fs-c-reviewList {
    margin-bottom: 1em;
  }

  .review_mark .fs-c-aggregateRating__rating::before,
  .review_mark .fs-c-aggregateRating__count {
    display: none;
  }
  .fs-c-reviewStars::before {
    color: #eab746;
    font-size: 1.5rem;
  }
  .fs-c-rating__value {
    color: #333;
    font-size: 1.5rem;
  }
  .fs-c-reviewerStatus {
    background: #333;
  }
  .fs-c-reviewList__item {
    margin-top: 1rem;
    padding: 1rem 0;
  }
  .fs-c-aggregateRating {
    align-items: center;
  }
  .fs-c-aggregateRating__rating::before {
    display: none;
  }
  .fs-c-aggregateRating__rating {
    font-size: 1.3rem;
  }
  .fs-c-aggregateRating__count {
    flex-grow: 0;
  }
  .product_title {
    margin: 4rem 0;
    padding-bottom: 2rem;
    color: #a68769;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .product_data .product_detail_box .fs-c-buttonContainer {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .product_flex {}
  .product_image {}
  .product_data {
    margin-top: 3rem;
  }
  /* 商品画像 */
  .fs-l-productLayout .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 2rem;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li {
    width: 20%;
    margin: 0;
    margin-right: 6px;
    flex-basis: auto;
    min-width: initial;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:last-child {
    margin-right: 0;
  }
  /* 商品説明 */
  .fs-l-productLayout .fs-c-productNumber {
    margin-top: 1rem;
    display: block;
    padding: 0;
    font-size: 1em;
    border: none;
  }
  .fs-l-productLayout .fs-c-productNumber .fs-c-productNumber__number {
    font-weight: normal;
  }
  .fs-l-productLayout .fs-c-heading {
    margin-top: 1rem;
  }
  .fs-l-productLayout .fs-c-productNameHeading__copy {
    display: block;
    font-weight: normal;
  }
  .fs-l-productLayout .fs-c-productNameHeading__name {
    display: block;
    font-size: 1.8rem;
    font-weight: bolder;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }  
  .fs-l-productLayout .fs-c-productPrices {
    margin-top: 1rem;
  }
  .fs-l-productLayout .fs-c-price {
    justify-content: flex-start;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .fs-l-productLayout .fs-c-productPrice--listed .fs-c-price {
    text-decoration: line-through;
  }
  .fs-l-productLayout .fs-c-productPrice--selling .fs-c-price,
  .fs-l-productLayout .fs-c-productPrice--member .fs-c-price {
    font-size: 1.8rem;
  }
  .fs-l-productLayout .fs-c-productPrice--selling .fs-c-price:after,
  .fs-l-productLayout .fs-c-productPrice--member .fs-c-price:after {
    content: "（税込）";
    font-size: 1.3rem;
  }
  .fs-l-productLayout .fs-c-productPointDisplay {
    margin-top: 1rem;
    display: inline-block;
    padding: 0 3em;
    color: #333;
    line-height: 3rem;
    background: #f2f2f2;
  }
  .fs-l-productLayout .fs-c-productPointDisplay__quantity {
    font-weight: normal;
  }
  .fs-l-productLayout .fs-c-button--particular,
  .fs-l-productLayout .fs-c-button--particular:hover {
    color: #333;
  }
  /* バリエーションなしカート1 */
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    margin: 0;
  }
  .fs-c-productActionButton .fs-c-button--addToCart--detail {
    width: 100%;
    height: 6rem;
    margin-top: 1em;
    box-shadow: none;
  }
  .fs-c-button--particular {
    border: none;
    background: none;
    box-shadow: none;
  }
  .fs-c-productQuantityAndWishlist__wishlist {
    align-self: auto;
  }
  .fs-c-quantity {
    display: flex;
    align-items: center;
    max-width: initial;
  }
  .fs-c-quantity select {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0;
    text-align: right;
    padding: 1rem;
  }
  /* バリエーションなしカート2 */
  .fs-l-productLayout .fs-c-productQuantityAndWishlist {
    width: 100%;
    display: block;
  }
  .fs-l-productLayout .fs-c-productQuantityAndWishlist img {
    width: 2.5rem;
    height: auto;
  }
  /* バリエーションありカート */
  .fs-l-productLayout .fs-c-variationAndActions {
    margin-top: 3rem;
  }  
  .fs-l-productLayout .fs-c-variationAndActions__variationLabel {
    display: none;
  }
  .fs-l-productLayout .fs-c-variationList__item:first-child {
    border-top: 1px solid #dadada;
  }
  .fs-l-productLayout .fs-c-variationList__item {
    border-bottom: 1px solid #dadada;
  }
  .fs-l-productLayout .fs-c-variationList__item__title {
    text-align: left;
    line-height: 4rem;
    border-bottom: 1px solid #dadada;
    background: none;
  }
  .fs-l-productLayout .fs-c-variationList__item__body {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 0;
  }
  .fs-l-productLayout .fs-c-variationList__item__cart {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .fs-c-variationCart {
    width: auto;
  }
  .fs-l-productLayout .fs-c-variationCart > li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .fs-l-productLayout .fs-c-variationCart > li:nth-child(n+2) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dadada;
  }
  /* 余白キャンセル */
  .fs-l-productLayout .fs-c-variationCart__image,
  .fs-l-productLayout .fs-c-variationCart__variationName,
  .fs-l-productLayout .fs-c-variationCart__wishlist,
  .fs-l-productLayout .fs-c-variationCart__cartButton {
    margin: 0;
    padding: 0;
  }
  /* バリエーション画像 */
  .fs-l-productLayout .fs-c-variationCart__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .fs-l-productLayout .fs-c-variationList__item__image,
  .fs-l-productLayout .fs-c-variationCart__image {
    margin: 0;
    padding: 0;
  }
  .fs-l-productLayout .fs-c-variationList__item__image {
    width: 6rem;
  }
  .fs-l-productLayout .fs-c-variationList__item__image > img,
  .fs-c-variationCart--withImage .fs-c-variationCart__image > img {
    display: block;
    width: 5rem;
    max-width: initial;
    height: auto;
    padding-right: 1rem;
  }
  /* バリエーション名 */
  .fs-l-productLayout .fs-c-variationCart__variationName {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
  }
  .fs-l-productLayout .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock {
    display: none;
    margin-left: 1rem;
  }
  /* カートボタン */
  .fs-l-productLayout .fs-c-variationCart__cartButton {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-left: 1rem;
  }
  .fs-l-productLayout .fs-c-variationCart__cartButton > button {
    width: 120px;
    padding: 0;
    color: #fff;
    line-height: 3rem;
    background: #8f2e14;
    border: none;
  }
  .fs-l-productLayout .fs-c-outOfStockButton {
    display: block;
    width: 120px;
    text-align: center;
    line-height: 3rem;
    background: #f2f2f2;
  }
  .product_data .fs-c-buttonContainer {
    justify-content: flex-start;
  }
  .fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
    max-width: 100%;
    background: #8f2e14;
    border-radius: 10px;
    border: none;
  }
  /* お気に入りボタン */
  .fs-l-productLayout .fs-c-variationCart__wishlist {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-left: 1rem;
  }
  .fs-l-productLayout .fs-c-variationCart__wishlist img {
    width: 2rem;
    height: auto;
  }
  .product_contact_btn {
    margin-top: 3rem;
    text-align: center;
  }
  .product_contact_btn a {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    text-align: center;
    line-height: 4rem;
    border: 1px solid #333;
    border-radius: 2rem;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .product_contact_btn a:hover {
    color: #fff;
    background: #333;
  }
  .product_sns_cover {
    margin-top: 3rem;
  }
 .product_sns_btn .sns_title {
    margin-bottom: 1rem;
    text-align: left;
  }
  .product_sns_btn ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product_sns_btn li:nth-child(n+2) {
    margin-left: 3rem;
  }
  .product_sns_btn li span {
    font-size: 1.5rem;
    font-weight: bolder;
  }
  .product_sns_btn li img {
    width: auto;
    height: 3.4rem;
  }
  .product_review_btn {
    margin-top: 3rem;
    text-align: left;
  }
  .product_review_btn a {
    position: relative;
    display: inline;
    width: auto;
    color: #333!important;
    border: none!important;
    text-decoration: underline;
    background: none;
  }
  .product_review_btn a:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    color: #333!important;
    text-decoration: none;
  }
  .product_description {
    margin-top: 3rem;
  }
  .tab_product_btn {
    display: flex;
    flex-wrap: wrap; 
  }
  .product_btn {
    position: relative;
    display: block;
    width: 50%;
    font-size: 1.3rem;
    text-align: center;
    line-height: 5rem;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .product_btn:nth-child(n+2) {
    border-left: 1px solid #dadada;
  }
  .product_btn.active {
    font-weight: bolder;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
  }
  .tab_product_contents {
    margin-top: 3rem;
  }
  .product_contents {
    display: none;
  }
  .product_contents.show {
    display: block;
  }
  .recommend_cover {
    margin-top: 5rem;
  }
  .recommend_title {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    color: #a68769;
    text-align: center;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;


  }
  .review_mark {
    margin-top: 1rem;
  }
  .fs-c-reviewList {
    margin-bottom: 1em;
  }
  .review_mark .fs-c-aggregateRating__rating::before,
  .review_mark .fs-c-aggregateRating__count {
    display: none;
  }
  .fs-c-reviewStars::before {
    color: #eab746;
    font-size: 1.5rem;
  }
  .fs-c-rating__value {
    color: #333;
    font-size: 1.5rem;
  }
  .fs-c-reviewerStatus {
    background: #333;
  }
  .fs-c-reviewList__item {
    margin-top: 1rem;
    padding: 1rem 0;
  }
  .fs-c-aggregateRating {
    align-items: center;
  }
  .fs-c-aggregateRating__rating::before {
    display: none;
  }
  .fs-c-aggregateRating__rating {
    font-size: 1.3rem;
  }
  .fs-c-aggregateRating__count {
    flex-grow: 0;
  }
  .product_title {
    margin: 2rem 0;
    color: #a68769;
    font-size: 1.5rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .product_data .product_detail_box .fs-c-buttonContainer {
    justify-content: center;
  }
}
/******************************************************
商品詳細オプション
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-c-productOption,
  .fs-c-productSelection {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
  }
  .fs-c-productOption__name,
  .fs-c-productOption__option,
  .fs-c-productSelection__name,
  .fs-c-productSelection__selection {
    padding: 0!important;
  }
  .fs-c-productOption__name,
  .fs-c-productSelection__name {
    width: 100%;
    margin: 0;
    padding: 2rem 2rem 1rem!important;
    box-sizing: border-box;
    background: none;
  }
  .fs-c-productOption__option,
  .fs-c-productSelection__selection {
    width: 100%;
    margin: 0;
    padding: 0 2rem 2rem!important;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
  }
  .cart_cover .fs-c-quantity select {
    display: none!important;
  }
  .cart_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    display: block!important;
    width: calc((100% / 2) - 5px);
  }
  .cart_cover .clone_favorite {
    display: block!important;
    width: calc((100% / 2) - 5px);
  }
  .cart_cover .fs-c-button--plain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;  
    position: relative;
    width: 100%;
    color: #333!important;
    text-align: center;
    line-height: 7rem;
    border: 1px solid #333;
    border-radius: 10px;
    background: none;
  }
  .cart_cover .fs-c-button--plain:after {
    display: inline-block;
    content: "";
    width: 3rem;
    height: 2rem;
    margin-right: 1rem;
    background: url(https://taishodoshop.itembox.design/item/assets/images/icon/icon_mail.png) center center no-repeat;
    background-size: cover;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    dispaly: flex;

    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #333!important;
    font-size: 1.4rem;
    text-align: center;
    line-height: 7rem;
    border: 1px solid #333;
    border-radius: 10px;
    background: none;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail:after,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
    margin: 0;
    margin-right: 1rem;
  }
  .fs-c-productOption__label,
  .fs-c-productSelection__label {
    font-size: 1.4rem;
  }
  .fs-c-productOption__comment {
    font-size: 1.4rem;
  }
  .fs-c-dropdown__menu {
    padding: 1em;
    font-size: 1.4rem;
    border: 1px solid #999;
    border-radius: 6px;
  }
  .fs-c-dropdown::after {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 1em;
    background: none;

    border: none;
    border-radius: 0;
    box-sizing: content-box;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e90f";
    font-family: 'fs-icon' !important;
    font-size: 3rem;
    line-height: 1;
    padding: 8px;
    pointer-events: none;
  }
  .fs-c-productOption__field input[type="text"],
  .fs-c-productSelection__field input[type="text"] {
    padding: 1em;
    font-size: 1.4rem;
    border: 1px solid #999;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-productOption,
  .fs-c-productSelection {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
  }
  .fs-c-productOption__name,
  .fs-c-productOption__option,
  .fs-c-productSelection__name,
  .fs-c-productSelection__selection {
    padding: 2rem!important;
  }
  .fs-c-productOption__name,
  .fs-c-productSelection__name {
    width: 100%;
    margin: 0;
    padding: 1.5rem 1.5rem .5rem!important;
    box-sizing: border-box;
    background: none;
  }
  .fs-c-productOption__option,
  .fs-c-productSelection__selection {
    width: 100%;
    margin: 0;
    padding: 0 1.5rem 1.5rem!important;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
  }
  .cart_cover .fs-c-quantity select {
    display: none!important;
  }
  .cart_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.5rem;

  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    display: block!important;
    width: calc((100% / 2) - 5px);
  }
  .cart_cover .clone_favorite {
    display: block!important;
    width: calc((100% / 2) - 5px);
  }
  .cart_cover .fs-c-button--plain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;  
    position: relative;
    width: 100%;
    color: #333!important;
    text-align: center;
    line-height: 4.5rem;
    border: 1px solid #333;
    border-radius: 4px;
    background: none;
  }
  .cart_cover .fs-c-button--plain:after {
    display: inline-block;
    content: "";
    width: 2.4rem;
    height: 1.6rem;
    margin-right: 1rem;
    background: url(https://taishodoshop.itembox.design/item/assets/images/icon/icon_mail.png) center center no-repeat;
    background-size: cover;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    dispaly: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #333!important;
    font-size: 1.2rem;
    text-align: center;
    line-height: 4.5rem;
    border: 1px solid #333;
    border-radius: 4px;
    background: none;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail:after,
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail:after {
    margin: 0;
    margin-right: 1rem;
  }
  .fs-c-productOption__label {
    font-size: 1.2rem;
  }
  .fs-c-productOption__comment {
    font-size: 1.2rem;
  }
  .fs-c-dropdown__menu {
    padding: 1.2em;
    font-size: 1.2rem;
    border: 1px solid #999;
    border-radius: 4px;
  }
  .fs-c-dropdown::after {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 1em;
    background: none;
    border: none;
    border-radius: 0;
    box-sizing: content-box;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e90f";
    font-family: 'fs-icon' !important;
    font-size: 2rem;
    line-height: 1;
    padding: 8px;
    pointer-events: none;
  }
  .fs-c-productOption__field input[type="text"],
  .fs-c-productSelection__field input[type="text"] {
    padding: 1.2em;
    font-size: 1.2rem;
    border: 1px solid #999;
    border-radius: 4px;
  }
}
/******************************************************
ランキングアイテム
******************************************************/
@media screen and (min-width: 1025px) {
  /* 任意商品表示パーツ */
  .top_ranking .fs-c-slick .slick-slide {
    position: relative;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(n+5) {
    margin-top: 2rem;
  }
  .top_ranking .fs-c-slick .slick-slide:before {
    position: absolute;
    display: block;
    top: 1rem;
    left: 1rem;
    width: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    z-index: 1;
    background: #8f2e14;
  }

  .top_ranking .fs-c-slick .slick-slide:nth-child(4):before {content: "4";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(5):before {content: "5";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(6):before {content: "6";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(7):before {content: "7";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(8):before {content: "8";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(9):before {content: "9";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(10):before {content: "10";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(11):before {content: "11";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(12):before {content: "12";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(13):before {content: "13";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(14):before {content: "14";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(15):before {content: "15";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(16):before {content: "16";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(17):before {content: "17";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(18):before {content: "18";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(19):before {content: "19";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(20):before {content: "20";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(1):before,
  .top_ranking .fs-c-slick .slick-slide:nth-child(2):before,
  .top_ranking .fs-c-slick .slick-slide:nth-child(3):before {
    position: absolute;
    display: block;
    top: 1rem;
    left: 1rem;
    width: 5rem;
    height: 6rem;
    border-radius: 0;
    font-size: 1.5rem;
    text-align: center;
    z-index: 1;
    background: none;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(1):before {
    content: "";
    background: url(https://ecminamoto.itembox.design/item/assets/images/rank_number001.png) center center no-repeat;
    background-size: contain;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(2):before {
    content: "";
    background: url(https://ecminamoto.itembox.design/item/assets/images/rank_number002.png) center center no-repeat;
    background-size: contain;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(3):before {
    content: "";
    background: url(https://ecminamoto.itembox.design/item/assets/images/rank_number003.png) center center no-repeat;
    background-size: contain;
  }  
}
@media screen and (max-width: 1024px) {
  /* 任意商品表示パーツ */
  .top_ranking .fs-c-slick .slick-slide {
    position: relative;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide {
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(2n) {
    margin-right: 0;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(n+3) {
    margin-top: 2rem;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(n+9) {
    display: none;
  }
  .top_ranking .fs-c-slick .slick-slide:before {
    position: absolute;
    display: block;
    top: .5rem;
    left: .5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    z-index: 1;
    background: #8f2e14;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(4):before {content: "4";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(5):before {content: "5";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(6):before {content: "6";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(7):before {content: "7";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(8):before {content: "8";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(9):before {content: "9";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(10):before {content: "10";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(11):before {content: "11";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(12):before {content: "12";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(13):before {content: "13";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(14):before {content: "14";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(15):before {content: "15";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(16):before {content: "16";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(17):before {content: "17";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(18):before {content: "18";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(19):before {content: "19";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(20):before {content: "20";}
  
  .top_ranking .fs-c-slick .slick-slide:nth-child(1):before,
  .top_ranking .fs-c-slick .slick-slide:nth-child(2):before,
  .top_ranking .fs-c-slick .slick-slide:nth-child(3):before {
    position: absolute;
    display: block;
    top: .5rem;
    left: .5rem;
    width: 3rem;
    height: 3.6rem;
    border-radius: 0;
    font-size: 1.5rem;
    text-align: center;
    z-index: 1;
    background: none;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(1):before {
    content: "";
    background: url(https://ecminamoto.itembox.design/item/assets/images/rank_number001.png) center center no-repeat;
    background-size: contain;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(2):before {
    content: "";
    background: url(https://ecminamoto.itembox.design/item/assets/images/rank_number002.png) center center no-repeat;
    background-size: contain;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(3):before {
    content: "";
    background: url(https://ecminamoto.itembox.design/item/assets/images/rank_number003.png) center center no-repeat;
    background-size: contain;
  }    
  
  /* レコメンドパーツ */
  .ranking_list {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking_list .list {
    position: relative;
    float: none;
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
    padding-top: 1.25rem;
    line-height: 1.6;
    vertical-align: top;
  }
  .ranking_list .list:nth-child(2n) {
    margin-right: 0;
  }
  .ranking_list .list:nth-child(n+3) {
    margin-top: 2rem;
  }
  .ranking_list .list:nth-child(n+4) {
    display: none;
  }
  .ranking_list .list .image a {
    position: relative;
    display: block;
  }
  /* 商品名 */
  .ranking_list .list .name {
    margin-top: 1.5rem;
  }
  /* 商品価格 */
  .ranking_list .list .price {
    margin-top: 1rem;
  }
  .ranking_list .list:before {
    position: absolute;

    display: block;
    top: 0;
    left: 1rem;
    color: #333;
    font-size: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    z-index: 1;
  }
  .ranking_list .list:nth-child(1):before {content: "1";}
  .ranking_list .list:nth-child(2):before {content: "2";}
  .ranking_list .list:nth-child(3):before {content: "3";}
  .ranking_list .list:nth-child(4):before {content: "4";}
  .ranking_list .list:nth-child(5):before {content: "5";}
  .ranking_list .list:nth-child(6):before {content: "6";}
  .ranking_list .list:nth-child(7):before {content: "7";}
  .ranking_list .list:nth-child(8):before {content: "8";}
  .ranking_list .list:nth-child(9):before {content: "9";}
  .ranking_list .list:nth-child(10):before {content: "10";}
  
  
  
}
/******************************************************
レコメンドアイテム
******************************************************/
@media screen and (min-width: 1025px) {
  .recommend_list {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend_list .list {
    position: relative;
    float: none;
    width: calc(25% - 4.5px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .recommend_list .list:nth-child(4n) {
    margin-right: 0;
  }
  .recommend_list .list:nth-child(n+5) {
    display: none;
    margin-top: 4rem;
  }
  .recommend_list .list .image a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .recommend_list .list .image a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .recommend_list .list .image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }  
  /* 商品名 */
  .recommend_list .list .name {
    margin-top: 2rem;
  }
  /* 商品価格 */
  .recommend_list .list .price {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .recommend_list {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend_list .list {
    position: relative;
    float: none;
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .recommend_list .list:nth-child(2n) {
    margin-right: 0;
  }
  .recommend_list .list:nth-child(n+3) {
    margin-top: 2rem;
  }
  .recommend_list .list:nth-child(n+7) {
    display: none;
  }
  .recommend_list .list .image a {
    position: relative;
    display: block;
  }
  /* 商品名 */
  .recommend_list .list .name {
    margin-top: 1.5rem;
  }
  /* 商品価格 */
  .recommend_list .list .price {
    margin-top: 1rem;
  }
}
/******************************************************
お知らせ
******************************************************/
@media screen and (min-width: 1025px) {
  .post_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .post_list .list {
    position: relative;
    float: none;
    width: calc(25% - 4.5px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .post_list .list:nth-child(4n) {
    margin-right: 0;
  }
  .post_list .list:nth-child(n+5) {
    margin-top: 4rem;
  }
  .post_list .list a {
    display: block;
  }
  .post_list .list .image {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .post_list .list .image img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .post_list .list a:hover .image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }  
  /* 商品名 */
  .post_list .list .name {
    margin-top: 2rem;
    font-weight: bolder;
  }
  /* 商品価格 */
  .post_list .list p {
    display: -webkit-box;
    margin-top: 1rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1024px) {
  .post_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .post_list .list {
    position: relative;
    float: none;
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .post_list .list:nth-child(2n) {
    margin-right: 0;
  }
  .post_list .list:nth-child(n+3) {
    margin-top: 2rem;
  }
  .post_list .list a {
    display: block;
  }
  .post_list .list .image {
    position: relative;
    display: block;
  }
  /* 商品名 */
  .post_list .list .name {
    margin-top: 1.5rem;
    font-weight: bolder;
  }
  /* 商品価格 */
  .post_list .list p {
    display: -webkit-box;
    margin-top: 1rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/******************************************************
トップページ
******************************************************/
@media screen and (min-width: 1025px) {
  .section_cover {
    padding: 6rem 0;
  }
  .section_cover.pb0 {
    padding-bottom: 0;
  }
  .bg_section {
    background: url(https://ecminamoto.itembox.design/item/assets/images/bg_top001.jpg) center center no-repeat;
    background-size: cover;
  }  
  .border_section {
    border-bottom: 2px solid #999;
  }
  /* タイトル */
  .top_title_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .main_title {
    color: #a68769;
    font-weight: normal;
  }
  .main_title span {
    font-size: 3rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .top_title_area .more a {
    position: relative;
    color: #8f2e14;
    font-weight: bolder;
    border-bottom: 1px solid #8f2e14;
  }
  .top_title_area .more a:after {
    content: ">";
  }
  /* ボタン */
  .main_btn {
    margin-bottom: 4rem;
    text-align: center;
  }
  .main_btn a {
    display: block;
    width: 300px;
    text-align: center;
    line-height: 6.8rem;
    border-radius: 3.5rem;
    border: 1px solid #333;
  }
  .main_btn a:hover {
    color: #fff;
    background: #333;
  }
  #top_contents {}
  #top_contents .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_contents .contents_cover {
    width: 650px;
    padding: 6rem 5rem;
    box-sizing: border-box;
  }
  #top_contents .contents_1 {
    width: 50%;
    background: #f5f4f2;   
  }
  #top_contents .contents_1 .contents_cover {
    margin-left: auto;
    background: url(https://ecminamoto.itembox.design/item/assets/images/top_product_003.jpg?20231008) top right no-repeat;
    background-size: cover; 
  }
  #top_contents .contents_2 {
    width: 50%;
    background: #b7dbff url(https://ecminamoto.itembox.design/item/assets/images/top_product_002.png?20231006) top right no-repeat;
    background-size: cover;
  }
  #top_contents .contents_2 .contents_cover {
    margin-right: auto;
  }
  #top_contents .contents_3 {
    width: 50%;
    background: #f6f2ef; 
  }
  #top_contents .contents_3 .contents_cover {
    margin-left: auto;
    background: url(https://ecminamoto.itembox.design/item/assets/images/top_product_001.jpg?20231006) top right no-repeat;
    background-size: cover; 
  }
  #top_contents .contents_4 {
    width: 50%;
    background: #f5f4f2 url(https://ecminamoto.itembox.design/item/assets/images/bg_top003.jpg?20231006) top right no-repeat;
    background-size: cover; 
  }
  #top_contents .contents_4 .contents_cover {
    margin-right: auto;
  } 
  #top_contents .contents .main_title {
    margin-bottom: 3rem;
  }
  #top_contents .contents .comment {
    margin-bottom: 4rem;
  }
  #top_contents .contents .more a {
    display: block;
    width: 260px;
    text-align: center;
    line-height: 5.8rem;
    border-radius: 3rem;
    border: 1px solid #333;
  }
  #top_category .category_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_category .category_list .list {
    width: calc((100% / 4) - 22.5px);
    margin-right: 3rem;
  }
  #top_category .category_list .list:nth-child(4n) {
    margin-right: 0;
  }
  #top_category .category_list .list:nth-child(n+5) {
    margin-top: 3rem;
  }
  #top_category .category_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 3.6rem;
    border: 1px solid #333;
  }
  #top_category .category_list .list a span.icon img {
    width: auto;
    height: 5rem;
  }
  #top_category .category_list .list a span.text {
    width: calc(100% - 6rem);
    margin-left: 1rem;
  }
  #top_price .price_list_cover {




    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #top_price .price_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_price .price_list .list {
    margin-left: 5rem;
  }
  #top_price .price_list .list a {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #333;
  }
  #top_information .information_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_information .information_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_information .information_list .list a time {
    width: 80px;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_information .information_list .list a h3 {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  /* 余白調整・商品数表示制限 */
  #top_blog {
    padding-top: 3rem;
  }
  #top_blog .post_list .list:nth-child(n+5),
  #top_ranking .ranking_list .list:nth-child(n+9),
  #top_ranking .fs-c-productListCarousel .slick-slide:nth-child(n+9),
  #top_newitem .fs-c-productListCarousel .slick-slide:nth-child(n+9),
  #top_recommend .fs-c-productListCarousel .slick-slide:nth-child(n+9),
  #top_checked .recommend_list .list:nth-child(n+9) {
    display: none;
  }
  #top_recommend {
    padding-bottom: 0;
  }
  .section_cover {
    padding: 5rem 0;
  }
  .section_cover.pb0 {
    padding-bottom: 0;
  }
  .bg_section {
    background: url(https://ecminamoto.itembox.design/item/assets/images/bg_top001.jpg) center center no-repeat;
    background-size: cover;
  }  
  /* タイトル */
  .main_title {
    margin-bottom: 2.5rem;
    color: #a68769;
    text-align: center;
    font-weight: normal;
  }
  .main_title span {
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .top_title_area .more {
    display: none;
  }
  /* ボタン */
  .main_btn {
    margin-top: 3rem;
    text-align: center;
  }
  .main_btn a {
    display: inline-block;
    width: 250px;
    text-align: center;
    line-height: 4.4rem;
    border-radius: 2.3rem;
    border: 1px solid #333;
  }
  #top_contents {}
  #top_contents .contents_1 {
    position: relative;
    width: 100%;
    background: #f5f4f2;
  }
  #top_contents .contents_2 {
    position: relative;
    width: 100%; 
    border-bottom: 1px solid #fff;
    background: #b7dbff;
  }
  #top_contents .contents_3 {
    position: relative;
    width: 100%; 
    border-bottom: 1px solid #fff;
    background: #f6f2ef;
  }
  #top_contents .contents_4 {
    position: relative;
    width: 100%;
    background: #f5f4f2;
  }
  #top_contents .contents .contents_cover {
    padding: 0 1.5rem 3rem;
  }
  #top_contents .contents .image {
    margin-bottom: 2rem;
    text-align: center;
  }
  #top_contents .contents .main_title {
    margin-bottom: 2rem;
  }
  #top_contents .contents .comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_contents .contents .more {
    text-align: center;
  }
  #top_contents .contents .more a {
    display: inline-block;
    width: 250px;
    text-align: center;
    line-height: 4.4rem;
    border-radius: 2.3rem;
    border: 1px solid #333;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #top_category .category_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_category .category_list .list {
    width: calc((100% / 2) - 7.5px);
    margin-right: 1.5rem;
  }
  #top_category .category_list .list:nth-child(2n) {
    margin-right: 0;
  }
  #top_category .category_list .list:nth-child(n+3) {
    margin-top: 1.5rem;
  }
  #top_category .category_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .7rem .2rem;
    border-radius: 2.2rem;
    border: 1px solid #333;
font-size: 1.1rem;
  }
  #top_category .category_list .list a span.icon img {
    width: auto;
    height: 2.6rem;
  }
  #top_category .category_list .list a span.text {
    width: calc(100% - 3.6rem);
    margin-left: 1rem;
  }
  #top_price .price_list_cover {}
  #top_price .price_list {
    text-align: center;
    overflow: auto;
    white-space: nowrap;
  }
  #top_price .price_list .list {
    display: inline-block;
  }
  #top_price .price_list .list:nth-child(n+2) {
    margin-left: 2em;
  }
  #top_price .price_list .list a {
    display: block;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #333;
  }
  #top_information .information_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_information .information_list .list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_information .information_list .list a time {
    display: block;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_information .information_list .list a h3 {
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #header {
    position: relative;
    z-index: 1000;
  }
  #h_message {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 5rem;
    background: #8f2e14;
  }
  #h_cover {
    width: 100%;
    background: #fff;
  }
  #h_cover.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
  }
  #h_fixed {
    position: relative;
    padding: 3rem 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_fixed.fixed {
    padding: 1.5rem 0;
  }
  #h_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem 0 24rem;
    box-sizing: border-box;
  }  
  #h_comment {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  /* ロゴ */
  #h_logo {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
    text-align: center;
  }
  #h_logo a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_logo a:hover {
    opacity: .7
  }
  #h_logo img {
    width: 150px;
    height: auto;
  }  
  #h_search {
    width: 340px;
  }  
  #h_search .header_search {
    position: relative;
    display: block;
    padding: 1rem;
    padding-right: 5rem;
    border-radius: 8px;
    border: 1px solid #333;
    background: #fff;
  }
  #h_search input.search_form {
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  #h_search button.search_btn {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 1.1rem;
    margin-top: -1.1rem;


    text-indent: -999px;
    width: 2.2rem;
    height: 2.2rem;
    background: url(https://ecminamoto.itembox.design/item/assets/images/icon/icon_search.png) center center no-repeat;
    background-size: contain;
    border: none;
    box-shadow: none;
    outline: none;
  }
  #h_search input.search_form:focus,
  #h_search button.search_btn:focus {
    outline: 0;
    border: none;
    box-shadow: none;
  }    
  /* メニュー */
  #h_menu {
    position: relative;
    height: 3rem;      
  }
  #h_toggle_btn {
    display: block;
    width: 50px;
    height: 30px;
    top: 0;
    left: 0;
    z-index: 101;
    color: #8f2e14;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 50px;
    height: 2px;
    background: #8f2e14;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 0;
  }
  #h_toggle_btn span:nth-child(2){
    top: 50%;
    margin-top: -1px;
  }
  #h_toggle_btn span:nth-child(3){
    bottom: 0;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #8f2e14;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    transform: rotate(150deg);
    background: #8f2e14;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-150deg);
    -moz-transform: rotate(-150deg);
    transform: rotate(-150deg);
    background: #8f2e14;
  }
  #h_toggle_btn p.txt {
    display: none;
  }
  
  #h_nav {
    position: absolute;
    background: #fff;
    display: block;
    padding: 5rem 0;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 1000;
    visibility: hidden;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
    border-bottom: 1px solid #ccc;
  }
  #h_nav.on {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_nav_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
  }    
  #h_nav .h_nav_title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bolder;
  }
  #h_nav a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_nav a:hover {
    opacity: .7;
  }
  #h_nav ul {
    list-style: none;
  }
  #h_nav .h_nav_account {
    width: calc(50% - 6px);
    color: #fff;
    text-align: center;
    line-height: 4rem;
    background: #8f2e14;
  }
  #h_nav .h_nav_account .point {
    font-size: 1.3rem;
    font-weight: bolder;
  }
  #h_nav .h_nav_account_link {
    width: calc(50% - 6px);
  }
  #h_nav .h_nav_account_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }
  #h_nav .h_nav_account_link li {
    width: calc(50% - 6px);
    box-sizing: border-box;
  }
  #h_nav .h_nav_account_link li a {
    display: block;
    padding: 0 1.5rem;
    text-align: center;
    line-height: 4rem;
    background: #f2f2f2;
  }
  #h_nav .h_nav_account_link li:nth-child(2n) a {
    border-left: 1px solid #fff;
  }
  #h_nav .h_nav_account_link li:nth-child(n+3) a {
    border-top: 1px solid #fff;
  }
  #h_nav .h_nav_account_link li span {
    margin-right: 1rem;
  }
  #h_nav .h_nav_account_link li span img {
    width: auto;
    height: 2rem;
  }  
  #h_nav .h_nav_account_icon {
    width: calc(40% - 6px);
    margin-top: 16px;
  }
  #h_nav .h_nav_account_icon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_nav .h_nav_account_icon li {
    width: 25%;
    box-sizing: border-box;
  }
  #h_nav .h_nav_account_icon li a {
    display: block;
    padding: 0;
    text-align: center;
  }
  #h_nav .h_nav_account_icon li span {
    display: block;
  }
  #h_nav .h_nav_account_icon li span.icon {
    margin-bottom: .5rem;
  }
  #h_nav .h_nav_account_icon li img {
    width: auto;
    height: 2.5rem;
  }
  #h_nav .h_nav_search {
    width: calc(60% - 6px);
    margin-top: 16px;
  }  
  #h_nav .h_search_form {
    position: relative;
    display: block;
    padding: 1rem;
    padding-right: 5rem;
    border: 1px solid #666;
  }
  #h_nav input.search_form {
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1.3rem;
  }
  #h_nav button.search_btn {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 1.1rem;
    margin-top: -1.1rem;
    text-indent: -999px;
    width: 2.2rem;
    height: 2.2rem;
    background: url(https://anonenone.itembox.design/item/assets/images/icon/icon_search2.png) center center no-repeat;
    background-size: contain;
    border: none;
    box-shadow: none;
    outline: none;
  }
  #h_nav input.search_form:focus,
  #h_nav button.search_btn:focus {
    outline: 0;
    border: none;
    box-shadow: none;
  }  
  #h_nav .h_keyword_list {
    width: 100%;
    margin-top: 16px;
  }
  #h_nav .h_keyword_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_keyword_list li {
    margin-right: 1rem;
  }
  #h_nav .h_keyword_list li:last-child {
    margin-right: 0;
  }
  #h_nav .h_keyword_list li a {
    display: block;
    padding: 0 1.5rem;
    line-height: 3.8rem;
    border: 1px solid #dadada;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #h_nav .h_nav_pickup_list {
    width: 100%;
    margin-top: 16px;
  }
  #h_nav .h_nav_pickup_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_pickup_list li {
    width: calc(25% - 9px);
    box-sizing: border-box;
  }
  #h_nav .h_nav_pickup_list li:nth-child(n+2) {
    margin-left: 12px;
  }
  #h_nav .h_nav_pickup_list li a {
    position: relative;
    display: block;
    padding: 0 1.5rem;
    text-align: center;
    line-height: 4rem;
    background: #f2f2f2;
  }
  #h_nav .h_nav_pickup_list li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1.5rem;
    margin-top: -.5em;
    line-height: 1;  
  }
  #h_nav .h_nav_category_list {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #h_nav .h_nav_category_list ul.category {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
  }
  #h_nav .h_nav_category_list ul.category li.first {
    width: 50%;
  }
  #h_nav .h_nav_category_list ul.category li.first span.name {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bolder;
  }
  #h_nav .h_nav_category_list ul.category ul.second-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #h_nav .h_nav_category_list ul.category li.second {
    position: relative;
    width: 50%;
    padding-left: 1.5em;
    box-sizing: border-box;
  }
  #h_nav .h_nav_category_list ul.category li.second:before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    left: 0;
    margin-top: -.5em;
    line-height: 1;  
  }
  #h_nav .h_nav_category_list ul.category li.second a:hover {
    text-decoration: underline;
  }  
  #h_nav .h_nav_category_list ul.other {
    width: 20%;
  }
  #h_nav .h_nav_category_list ul.other li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #h_nav .h_nav_category_list ul.other li a {
    display: block;
    padding: 0 1.5rem;
    text-align: center;
    line-height: 4rem;
    border: 1px solid #666;
  }
  #h_nav .h_nav_type_list {
    width: 100%;
    margin-top: 16px;
  }
  #h_nav .h_nav_type_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_type_list li {
    width: calc((100% / 5) - 8px);
    margin-right: 10px;
  }

  #h_nav .h_nav_type_list li:nth-child(5n) {
    margin-right: 0;
  }
  #h_nav .h_nav_type_list li:nth-child(n+6) {
    margin-top: 10px;
  }
  #h_nav .h_nav_type_list li a {
    display: block;
    padding: 0 1.5rem;
    line-height: 4rem;
    border: 1px solid #666;
  }
  #h_nav .h_nav_type_list li span {
    margin-right: 1rem;
  }
  #h_nav .h_nav_type_list li span img {
    width: auto;
    height: 2rem;
  }  
  #h_nav .h_nav_system_list {
    width: 100%;
    margin-top: 16px;
  }
  #h_nav .h_nav_system_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_system_list li {
    width: calc((100% / 5) - 8px); 
    margin-right: 10px;
    box-sizing: border-box;
  }
  #h_nav .h_nav_system_list li:nth-child(5n) {
    margin-right: 0;
  }
  #h_nav .h_nav_system_list li a {
    display: block;
    text-align: center;
    line-height: 4rem;
    background: #f2f2f2;
  }
  #h_nav .h_nav_sns_list {
    width: 100%;
    margin-top: 30px;
  }
  #h_nav .h_nav_sns_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #h_nav .h_nav_sns_list li {
    margin: 0 1rem;
  }
  #h_nav .h_nav_sns_list li a {
    display: block;
  }
  #h_nav .h_nav_sns_list li img {
    height: 2.6rem;
  }    
  
  /* アイコン */
  #h_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_icon .icon {
    position: relative;
    font-size: 1.4rem;
  }
  #h_icon .icon a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_icon .icon a:hover {
    opacity: .7;
  }
  #h_icon .icon img {
    width: auto;
    height: 2rem;
  }
  #h_icon .icon span.txt {
    margin-left: 1rem;
  }
  #h_icon .icon:nth-child(n+2) {
    margin-left: 5rem;
  }
  #h_icon .icon .fs-client-cart-count {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 1rem;
    background: #8f2e14;
  }
  #h_icon .icon .fs-client-cart-count.fs-client-cart-count--0 {
    display: none;
  }
  #h_keyword ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem 0 5rem;
    list-style: none;
  }
  #h_keyword li {
    line-height: 2rem;
  }
  #h_keyword li:nth-child(n+2):before {
    content: "|";
    margin: 0 2em;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    position: relative;   
    z-index: 1000;
  }
  #h_message {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 3rem;
    background: #8f2e14;
  }  
  #h_cover {
    width: 100%;
    background: #fff;
  }
  #h_cover.fixed {
    position: fixed;




    top: 0;
    left: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
  }
  #h_fixed {
    position: relative;
    padding: 1.2rem 1.5rem;
  }
  #h_inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 9rem;
    box-sizing: border-box;
  }
  #h_comment {
    display: none;
  }
  /* ロゴ */
  #h_logo {
    position: fixed;
    top: 0;
    left: 1.5rem;
  }
  #h_logo a {
    display: block;
  }
  #h_logo img {
    width: 60px;
    height: auto;
  }  
  #h_search {
    display: none;
  }
  /* メニュー */
  #h_menu {
    position: relative;

  }
  #h_toggle_btn {
    position: relative;
    display: block;
    width: 3rem;
    height: 3.6rem;
    padding-top: 2rem;
    top: 0;
    left: 0;
    z-index: 101;
    color: #333;
    line-height: 1;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 3rem;

    height: 1px;
    background: #333;
    position: absolute;

    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 0;
  }
  #h_toggle_btn span:nth-child(2){
    top: 9px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 19px;
  }
  #h_toggle_btn p.txt {
    position: absolute;
    display: block;
    bottom: -.3rem;
    left: 0;
    margin-right: -.5rem;
    text-align: center;
    font-size: .8rem;
    line-height: 1rem;
  }
  
  
  #h_nav_modal:before {
    position: fixed;
    display: block;
    content: "";
    width: 3rem;
    height: 1px;
    background: #333;
    bottom: 25px;
    right: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_nav_modal:after {
    position: fixed;
    display: block;
    content: "";
    width: 3rem;
    height: 1px;
    background: #333;
    bottom: 25px;
    right: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }
  
  /* アイコン */
  #h_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_icon .icon {
    position: relative;
    margin-left: 1.5rem;
  }
  @media screen and (max-width:320px) {
    #h_icon .icon {
      margin-left: 1rem;
    }
  }
  #h_icon .icon a {
    display: block;
    line-height: 1;
    text-align: center;
  }
  #h_icon .icon img {
    width: auto;
    height: 2rem;
  }
  #h_icon .icon span.txt {
    display: block;
    margin-top: .8rem;
    text-align: center;
    font-size: .8rem;
    line-height: 1rem;
  }
  #h_icon .icon .fs-client-cart-count {
    position: absolute;
    top: -.8rem;
    right: -.8rem;
    width: 1.6rem;
    color: #fff;
    font-size: .8rem;
    text-align: center;
    line-height: 1.6rem;
    border-radius: .8rem;
    background: #8f2e14;
  }
  #h_icon .icon .fs-client-cart-count.fs-client-cart-count--0 {
    display: none;
  }
  
  #h_keyword {
    display: none;
  }
  #h_nav {
    background: #fff;
    display: block;
    width: calc(100% - 5.5rem);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10004;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav_inner {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #h_nav .h_nav_title {
    margin-top: 1rem;
    padding: 0 1.5rem;
    font-size: 1.3rem;
    line-height: 5rem;
    font-weight: bolder;
  }
  #h_nav ul {
    list-style: none;
  }
  #h_nav .h_nav_account {
    color: #fff;
    text-align: center;
    line-height: 5rem;
    background: #8f2e14;
  }
  #h_nav .h_nav_account .point {
    font-size: 1.3rem;
    font-weight: bolder;
  }
  #h_nav .h_nav_account_link ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_account_link li {
    width: 50%;
    box-sizing: border-box;
  }
  #h_nav .h_nav_account_link li a {
    position: relative;
    display: block;
    padding: 2rem 1.5rem;
    line-height: 1;
    text-align: center;
    background: #f2f2f2;
  }
  #h_nav .h_nav_account_link li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1.5rem;
    margin-top: -.5em;
    line-height: 1;  
  }
  #h_nav .h_nav_account_link li:nth-child(2n) a {
    border-left: 1px solid #fff;
  }
  #h_nav .h_nav_account_link li:nth-child(n+3) a {
    border-top: 1px solid #fff;
  }
  #h_nav .h_nav_account_link li span {
    margin-right: 1rem;
  }
  #h_nav .h_nav_account_link li span img {
    width: auto;
    height: 2rem;
  }  
  #h_nav .h_nav_account_icon {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
  #h_nav .h_nav_account_icon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_nav .h_nav_account_icon li {
    width: 25%;
    box-sizing: border-box;
  }
  #h_nav .h_nav_account_icon li a {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
  }
  #h_nav .h_nav_account_icon li span {
    display: block;
    font-size: 1rem;
  }
  #h_nav .h_nav_account_icon li span.icon {
    margin-bottom: .5rem;
  }
  #h_nav .h_nav_account_icon li img {
    width: auto;
    height: 3rem;
  }
  #h_nav .h_nav_search {
    margin-top: .5rem;
    padding: 0 1.5rem;
  }  
  #h_nav .h_search_form {
    position: relative;
    display: block;
    padding: .5rem;
    padding-right: 5rem;
    border-bottom: 1px solid #666;
  }
  #h_nav input.search_form {
    width: 125%;
    border: none;
    padding: 0;
    border-radius: 0;
    transform: scale(0.8) translate(-10%, 0);    
  }  
  #h_nav button.search_btn {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 1.1rem;
    margin-top: -1.1rem;
    text-indent: -999px;
    width: 2.2rem;
    height: 2.2rem;
    background: url(https://anonenone.itembox.design/item/assets/images/icon/icon_search2.png) center center no-repeat;

    background-size: contain;
    border: none;
    box-shadow: none;
    outline: none;
  }
  #h_nav input.search_form:focus,
  #h_nav button.search_btn:focus {
    outline: 0;
    border: none;
    box-shadow: none;
  }   
  #h_nav .h_keyword_list {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
  #h_nav .h_keyword_list ul {
    overflow: auto;
    white-space: nowrap;
  }
  #h_nav .h_keyword_list li {
    display: inline-block;
    margin-right: .5rem;
  }
  #h_nav .h_keyword_list li:last-child {
    margin-right: 0;
  }
  #h_nav .h_keyword_list li a {
    display: block;
    padding: .6rem 1.2rem;
    line-height: 1;
    border: 1px solid #dadada;
    background: #f2f2f2;
  }
  #h_nav .h_nav_pickup_list {
    margin-top: 3rem;
  }
  #h_nav .h_nav_pickup_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_pickup_list li {
    width: 50%;
    box-sizing: border-box;
  }
  #h_nav .h_nav_pickup_list li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  #h_nav .h_nav_pickup_list li:nth-child(n+3) {
    border-top: 1px solid #fff;
  }
  #h_nav .h_nav_pickup_list li a {
    position: relative;
    display: block;
    padding: 2rem 1.5rem;
    line-height: 1;
    background: #f2f2f2;
  }
  #h_nav .h_nav_pickup_list li a:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1.5rem;
    margin-top: -.5em;
    line-height: 1;  
  }
  #h_nav .h_nav_category_list {
    margin-top: 3rem;
    border-bottom: 1px solid #dadada;
  }
  #h_nav .h_nav_category_list ul {
  }
  #h_nav .h_nav_category_list li {
    border-top: 1px solid #dadada;
  }
  #h_nav .h_nav_category_list li a {
    display: block;
    padding: 1.5rem;
    line-height: 2rem;
  }
  #h_nav .h_nav_category_list li span {
    margin-right: 1rem;
  }
  #h_nav .h_nav_category_list li span img {
    width: auto;
    height: 2rem;
  }  
  #h_nav .h_nav_category_list li.toggle_menu {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_category_list li.toggle_menu > a {
    display: block;
    width: calc(100% - 5rem);
    padding: 1.5rem;
    line-height: 2rem;
  }
  #h_nav .h_nav_category_list li.toggle_menu .name {
    display: block;
    width: calc(100% - 5rem);
    margin: 0;
    padding: 1.5rem;
    line-height: 2rem;
  }
  #h_nav .h_nav_category_list li.toggle_menu .toggle {
    position: relative;
    display: block;
    width: 5rem;
    margin: 0;
    text-align: center;
    line-height: 1;
    border-left: 1px dotted #dadada;
    box-sizing: border-box;
  }
  #h_nav .h_nav_category_list li.toggle_menu .toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    background: #999;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #h_nav .h_nav_category_list li.toggle_menu .toggle:after{
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 1px; 
    background: #999;
    transition: .3s;
  }
  #h_nav .h_nav_category_list li.toggle_menu .toggle.active:before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  #h_nav .h_nav_category_list li.toggle_menu .toggle.active:after{
    background-color: transparent;
  }
  #h_nav .h_nav_category_list li.toggle_menu .toggle.active:after {
    display: none;
  }
  #h_nav .h_nav_category_list li.toggle_menu ul {
    display: none;
    width: 100%;
  }
  #h_nav .h_nav_category_list a.link {
    position: relative;
  }
  #h_nav .h_nav_category_list a.link:after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    top: 50%;
    right: 1.5rem;
    margin-top: -.5em;
    line-height: 1;  
  }
  #h_nav .h_nav_type_list ul {
    border-top: 1px solid #dadada;
  }
  #h_nav .h_nav_type_list li {
    border-bottom: 1px solid #dadada;
  }
  #h_nav .h_nav_type_list li a {
    display: block;
    padding: 2rem 1.5rem;
    line-height: 1;
  }
  #h_nav .h_nav_type_list li span {
    margin-right: 1rem;
  }
  #h_nav .h_nav_type_list li span img {
    width: auto;
    height: 2rem;
  }  
  #h_nav .h_nav_system_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_system_list li {
    width: 50%;
    box-sizing: border-box;
    background: #f2f2f2;
    border-bottom: 1px solid #dadada;
  }
  #h_nav .h_nav_system_list li:nth-child(2n) {
    border-left: 1px solid #dadada;
  }
  #h_nav .h_nav_system_list li a {
    display: block;
    padding: 2rem 1.5rem;
    padding-right: 0;
    line-height: 1;
  }
  #h_nav .h_nav_sns_list {
    padding: 5rem 0;
  }
  #h_nav .h_nav_sns_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #h_nav .h_nav_sns_list li {
    margin: 0 2.5rem;
  }
  #h_nav .h_nav_sns_list li a {
    display: block;
  }
  #h_nav .h_nav_sns_list li img {
    width: auto;
    height: 2.5rem;
  }
  #h_nav .h_nav_sns_list li.line {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-top: 2rem;
  }
  #h_nav_modal {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .1;
    position: fixed;
    top: 0;
    z-index: 10003;
    visibility: hidden;
    webkit-transition: visibility 0 linear .4s, opacity .4s;
    -moz-transition: visibility 0 linear .4s, opacity .4s;
    transition: visibility 0 linear .4s, opacity .4s;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #h_nav_modal.on {
    opacity: 1;
    webkit-transition-delay: 0;


    -moz-transition-delay: 0;
    transition-delay: 0;
    visibility: visible;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 768px) {
  footer.fs-l-footer {
    margin-top: 10rem;
    background: #fff;
  }
  footer ul {
    margin-bottom: 1rem;
    list-style: none;
  }
  #f_navigation {
    margin-bottom: 5rem;
  }
  #f_navigation .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #f_navigation .nav_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 150px);
  }
  #f_navigation .nav_list .list {
    width: 25%;
  }
  #f_navigation .nav_list .list .title {
    color: #a68769;
    font-size: 1.5rem;
    font-weight: bolder;
  }
  #f_navigation .nav_list .list li {
    margin-top: 1rem;
  }
  #f_navigation .nav_list .list .b_link {
    margin-top: 1rem;
    font-weight: bolder;
  }
  #f_navigation #f_logo {
    width: 150px;
  }
  #f_icon {
    margin-bottom: 5rem;
  }
  #f_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_icon li {
    margin: 0 1rem;
  }
  #f_icon li img {
    width: auto;
    height: 3rem;
  }
  #f_information {
    margin-bottom: 5rem;
  }
  #f_information ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_information li:nth-child(n+2):before {
    content: "|";
    margin: 0 1em;
  }
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 5rem;
    background: #8f2e14;
  }
}
@media screen and (max-width: 767px) {
  footer.fs-l-footer {
    margin-top: 3rem;
    background: #fff;
  }
  footer ul {
    list-style: none;
  }
  #f_navigation {
    margin-bottom: 3rem;
  }
  #f_navigation .inner {
    margin: 0;
    padding: 0;
  }
  #f_navigation #f_logo {
    display: none;
  }
  #f_navigation .nav_list {
    border-top: 1px solid #dadada;
  }
  #f_navigation .nav_list .title,
  #f_navigation .nav_list .b_link a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #dadada;
  }  
  #f_navigation .nav_list .toggle {
    position: relative;
  }
  #f_navigation .nav_list .toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 1px;
    background: #999;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #f_navigation .nav_list .toggle:after{
    display: block;
    content: "";
    position: absolute;
    top: 0; 
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 1px; 
    background: #999;
    transition: .3s;
  }
  #f_navigation .nav_list ul {
    display: none;
  }
  #f_navigation .nav_list ul li a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #dadada;
  }
  #f_icon {
    margin-bottom: 3rem;
  }
  #f_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_icon li {
    margin: 0 1rem;
  }

  #f_icon li img {
    width: auto;
    height: 2rem;
  }
  #f_information {
    display: none;
  }  
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 5rem;
    background: #8f2e14;
  } 
}
/******************************************************
グループコメント
******************************************************/
@media screen and (min-width: 768px) {
  .group_box {
    margin-bottom: 5rem;
    text-align: center;
  }
  .group_image {
    margin-bottom: 5rem;
  }
  .group_image img {
    width: 100%;
  }
  .group_comment {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .group_box {
    margin-bottom: 3rem;
    text-align: center;
  }
  .group_image {
    margin-bottom: 3rem;
  }
  .group_image img {
    width: 100%;
  }
  .group_comment {
    font-size: 1.3rem;
    text-align: center;
  }
}
/* カートページ 数量変更+10以上の場合の不具合調整 */
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget,
.fs-c-cartTable__quantity.fs-c-quantity.fs-system-assistTarget {
  position: relative;
}
.fs-c-quantity__message {
  position: absolute;
  top: 100%;
  left: 0;
}
.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  min-width: 4em;
}

/* 複数お届け先調整 */
@media screen and (max-width: 767px) {
  #fs-addressList-container .fs-c-checkout-addressee {
    display: block;
    margin-bottom: 1.5rem;
  }
  #fs-addressList-container .fs-c-checkout-multiAddress {
    margin-bottom: 3rem;
  }
  #fs-addressList-container .fs-c-checkout-multiAddress__button {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #fs-addressList-container .fs-c-checkout-multiAddress__button button {
    margin: .5rem auto;  
  }
  #fs-addressList-container .fs-c-buttonContainer--back {
    margin-top: 1rem;
  }
  #fs-addressList-container .fs-c-buttonContainer--back a {
    display: block;
    margin: 0 auto;
  }

}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}
p1, p2 {
    box-sizing: border-box;
    font-weight: bolder;
}

.rejyu {
 background-color: #4169e1;
color: white }

.fs-c-productList__list .fs-c-mark--rejyu {
display: none!important;
}

.coolDelivery {　
 background-color:　white;
color: #1e90ff }

.fs-c-productList__list .fs-c-mark--coolDelivery {
display: none!important;
}

.w7_kinensets {
 background-color: #f8b862;
color: #2e2930}

.umani {
 background-color: #fddea5;
color: #2e2930}

/*
.fs-p-dateList >li time:first-child {
background: #808080!important;
color: #f5f5f5
}
*/


/******************************************************
商品詳細の説明文
******************************************************/
/* PC用 */
@media screen and (min-width:1025px) {
.fs-p-productDescription {
font-size: 1.5rem;
}
}
/* スマホ用 */
@media screen and (max-width:1024px) {
.fs-p-productDescription {
font-size: 1.5rem;
}
}

#top_contents .contents .more a {
color: #fef4f4;
background: #8f2e14;
font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .fs-c-productCarouselMainImage__image > img {
    max-width: initial;
    max-height: initial;
    width: calc(100vw - 30px);
    height: auto;
  }
}




/******************************************************
繧ｫ繝ｼ繝井ｸ矩Κ蝗ｺ螳�
******************************************************/
@media screen and (min-width: 1025px) {
  #product_fixed {
    margin-top: -150px;
    padding-top: 150px;
  }
  .cart_fixed {
    display: block;
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    z-index: 1;
  }
  .cart_fixed a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  }
  .cart_fixed a .img {
    width: 60px;
    margin-right: 1rem;
    box-sizing: border-box;
  }
  .cart_fixed a .data {
    max-width: 240px;
    box-sizing: border-box;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cart_fixed a .cart {
    display: inline-block;
    width: 150px;
    margin-left: 1rem;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    background: #8f2e14;
  }
  .cart_fixed a .cart span {
    margin-left: 1rem;
  }
  .cart_fixed a .cart span img {
    width: auto;
    height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #product_cart {
    margin-top: -80px;
    padding-top: 80px;
  }
  .cart_fixed {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .cart_fixed a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
  }
  .cart_fixed a .img {
    width: 60px;
    margin-right: 1rem;
    box-sizing: border-box;
  }
  .cart_fixed a .data {
    width: calc(100% - 230px);
    box-sizing: border-box;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .cart_fixed a .cart {
    display: inline-block;
    width: 150px;
    margin-left: 1rem;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    background: #8f2e14;
  }
  .cart_fixed a .cart span {
    margin-left: 1rem;
  }
  .cart_fixed a .cart span img {
    width: auto;
    height: 2rem;
  }
}