@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: 14px;
    font-size: 1.4rem;
  }
}
@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;
}
.text-right {
  text-align: right;
}
/******************************************************
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-c-dropdown__menu {
  font-size: 1.2rem;
}
/******************************************************
スタートアップテーマ(レスポンシブ/スマートフォン)リセット
******************************************************/
.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;
}
/******************************************************
ログイン制御
******************************************************/
.true .login, .false .logout {display: block;}
.false .login, .true .logout {display: none;}
/******************************************************
パンくず
******************************************************/
@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:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
  }
  .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:not(.fs-c-accountService__page--accountDelete) .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-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:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
  }
  ul.fs-c-accountService {
    justify-content: flex-start;
  }
  ul.fs-c-accountService li.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) {
    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,
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    padding: .5rem;
  }
  .fs-c-accountService__page .fs-c-accountService__pageLink__label,
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1rem;
  }
  .fs-c-accountService__page--accountDelete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    margin: 0;
    padding: 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #333;
    border: 1px solid #e5e5e5;
  }
  .fs-c-accountService__page--accountDelete a {
    color: #fff;
  }
  .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 {
    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;
    padding: 0 1em;
    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-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: #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 (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: #fff;
    border: 1px solid #26b25c;
    background: #26b25c;
  }
  .product_data .fs-c-productMarks {
    margin-top: 1rem;
  }
  .product_data .fs-c-productMark__mark {
    font-size: 1.4rem;
    line-height: 1;
    padding: .8rem 2.6rem;
    vertical-align: middle;
    border-radius: 6px;
    box-sizing: border-box;
  }
}
@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;
  }
  .product_data .fs-c-productMarks {
    margin-top: 1rem;
  }
  .fs-c-productMark__mark {
    color: #fff;
    border: 1px solid #26b25c;
    background: #26b25c;
  }
}
/******************************************************
商品一覧（下層グループ）
******************************************************/
@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) {
  /* グループコメント */
  .group_box {
    margin-bottom: 8rem;
    text-align: center;
  }
  .group_logo {
    margin-bottom: 4rem;
  }
  .group_image {
    margin-bottom: 4rem;
  }
  .group_comment {
    text-align: center;
  }
  .group_comment .comment_title {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bolder;
  }
  /* 任意商品表示パーツ カルーセルキャンセル */
  .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(25% - 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-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) {
  /* グループコメント */
  .group_box {
    margin-bottom: 5rem;
    text-align: center;
  }
  .group_logo {
    margin-bottom: 3rem;
  }
  .group_image {
    margin-bottom: 3rem;
  }
  .group_comment {
    padding: 0 1.5rem;
    text-align: center;
  }
  .group_comment .comment_title {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    font-weight: bolder;
  }  
  
  /* 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-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% / 8) - 5.25px);
    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(8n) {
    margin-right: 0;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(n+9) {
    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;
  }  
  .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 {
    display: block;
    margin-top: 1rem;
    padding: 0;
    color: #333;
    font-size: 1em;
    line-height: 3rem;
  }
  .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 {
    padding: 0;
    margin: 0;
    dispaly: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    font-size: 1.4rem;
  }
  .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    margin: 0;
    magin-right: 1rem;
  }
  .fs-c-productActionButton .fs-c-button--addToCart--detail {
    width: 100%;
    height: 7rem;
    margin-top: 5rem;
    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: 2rem;
    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: #c91c1d;
    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: #333;
    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;
  }
  .recommend_cover {
    margin-top: 6rem;
  }
  .recommend_title {
    margin-bottom: 4rem;
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
  }
  .review_mark {
    display: block;
    margin-top: 1rem;
  }
  .fs-c-reviewList {
    margin-bottom: 1em;
  }
/*
  .review_mark .fs-c-aggregateRating__rating::before,
  .review_mark .fs-c-aggregateRating__count {
    display: none;
  }
  */
  .review_mark .fs-c-aggregateRating__count {
    flex-grow: 1;
  }
  .review_mark .fs-c-reviewStars::before {
    font-size: 2rem;
  }
  .review_mark .fs-c-rating__value,
  .review_mark .fs-c-aggregateRating__count {

    font-size: 1.8rem;
  }
  .review_mark .fs-c-aggregateRating__rating {
    flex: none;
  }
  .review_mark .fs-c-aggregateRating__count {
    margin-left: 1rem;
  }
  .fs-c-reviewStars::before {
    color: #25b25c;
    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: #333;
    font-size: 1.6rem;
    border-bottom: 1px solid #333;
  }
  .product_data .product_detail_box .fs-c-buttonContainer {
    justify-content: center;
  }
  .product_detail_box {
    margin-top: -160px;
    padding-top: 160px;
  }
  .delivery_comment {
    margin-top: 3rem;
  }   
  .delivery_comment span {
    display: inline-block;
    padding: 0 2em;
    color: #c91c1d;
    line-height: 4rem;
    border: 1px solid #c91c1d;
    border-radius: 4px;
  }
  /* 商品説明（小）※シェアボタンの上 */
  .fs-p-productDescription--short {
    margin-top: 3rem;
  }
  /* 残りわずか */
  .fs-c-productStock--lowInStock {
    color: #c91c1d;
    font-weight: bolder;
  }
}
@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;
  }  
  .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 {
    display: block;
    margin-top: 1rem;
    padding: 0;
    color: #333;
    font-size: 1em;
    line-height: 3rem;
  }
  .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: 4.5rem;
    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: 2rem;
    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: #c91c1d;
    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 {
    width: 100%;
    background: #333;
    border-radius: 4px;
    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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
 .product_sns_btn .sns_title {
    margin-right: 1em;
    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;
  }
  .recommend_cover {
    margin-top: 5rem;
  }
  .recommend_title {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: center;
  }
  .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;
  }
  */
  .review_mark .fs-c-aggregateRating__count {
    flex-grow: 1;
  }
  .review_mark .fs-c-reviewStars::before {
    font-size: 1.4rem;
  }
  .review_mark .fs-c-rating__value,
  .review_mark .fs-c-aggregateRating__count {
    font-size: 1.4rem;
  }
  .review_mark .fs-c-aggregateRating__rating {
    flex: none;
  }
  .review_mark .fs-c-aggregateRating__count {
    margin-left: 1rem;
  }
  .fs-c-reviewStars::before {
    color: #25b25c;
    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;
    font-size: 1.5rem;
    text-align: center;
  }
  .product_data .product_detail_box .fs-c-buttonContainer {
    justify-content: center;
  }
  .delivery_comment {
    margin-top: 3rem;
  }   
  .delivery_comment span {
    display: inline-block;
    padding: 0 2em;
    color: #c91c1d;
    line-height: 3rem;
    border: 1px solid #c91c1d;
    border-radius: 4px;
  }
  /* 商品説明（小）※シェアボタンの上 */
  .fs-p-productDescription--short {
    margin-top: 2.5rem;
  }
  /* 残りわずか */
  .fs-c-productStock--lowInStock {
    color: #c91c1d;
    font-weight: bolder;
  }
}
 /* 商品詳細アイコン 手提げ、包装、のし対応 */
 .itemdetail_icons {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
/******************************************************
ランキングアイテム
******************************************************/
@media screen and (min-width: 1025px) {
  .tab_ranking_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin-left: 4rem;
  }
  .ranking_btn {
    position: relative;
    cursor: pointer;
    margin-left: 2rem;
  }
  .ranking_btn.active {}
  .ranking_btn.active:after {
    opacity: 1;
  }
  .ranking_btn img {
    width: 140px;
    height: auto;
    border: 1px solid #333;
  }
  .ranking_contents {
    display: none;
  }
  .ranking_contents.show {
    display: block;
  }
  /* 任意商品表示パーツ */
  .top_ranking .fs-c-slick .slick-slide {
    position: relative;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(n+5) {
    margin-top: 0rem;
  }
  .top_ranking .fs-c-slick .slick-slide:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    border-top: 32px solid #333;
    border-right: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid #333;
    z-index: 1;
  }
  .top_ranking .fs-c-slick .slick-slide:first-child:before {
    border-top: 32px solid #c6901d;
    border-left: 32px solid #c6901d;
  }  
  .top_ranking .fs-c-slick .slick-slide:after {
    position: absolute;
    display: block;
    top: .5rem;
    left: 1rem;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    z-index: 2;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(1):after {content: "1";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(2):after {content: "2";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(3):after {content: "3";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(4):after {content: "4";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(5):after {content: "5";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(6):after {content: "6";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(7):after {content: "7";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(8):after {content: "8";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(9):after {content: "9";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(10):after {content: "10";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(11):after {content: "11";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(12):after {content: "12";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(13):after {content: "13";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(14):after {content: "14";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(15):after {content: "15";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(16):after {content: "16";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(17):after {content: "17";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(18):after {content: "18";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(19):after {content: "19";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(20):after {content: "20";}
  /* レコメンドパーツ */
  .ranking_list {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking_list .c_list {
    position: relative;
    float: none;
    width: calc(25% - 4.5px);
    margin-right: 6px;
    padding-top: 2rem;
    line-height: 1.6;
    vertical-align: top;
  }
  .ranking_list .c_list:nth-child(4n) {
    margin-right: 0;
  }
  .ranking_list .c_list:nth-child(n+5) {
    margin-top: 2rem;
  }
  .ranking_list .c_list:nth-child(n+9) {
    display: none;
  }
  .ranking_list .c_list .image a {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .ranking_list .c_list .image a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .ranking_list .c_list .image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }  
  /* 商品名 */
  .ranking_list .c_list .name {
    margin-top: 2rem;
  }
  /* 商品価格 */
  .ranking_list .c_list .price {
    margin-top: 1rem;
  }
  .ranking_list .c_list:before {
    position: absolute;
    display: block;
    top: 0;
    left: 1rem;
    width: 4rem;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
    background: #333;
    z-index: 1;
  }
  .ranking_list .c_list:nth-child(1):before {content: "1";}
  .ranking_list .c_list:nth-child(2):before {content: "2";}
  .ranking_list .c_list:nth-child(3):before {content: "3";}
  .ranking_list .c_list:nth-child(4):before {content: "4";}
  .ranking_list .c_list:nth-child(5):before {content: "5";}
  .ranking_list .c_list:nth-child(6):before {content: "6";}
  .ranking_list .c_list:nth-child(7):before {content: "7";}
  .ranking_list .c_list:nth-child(8):before {content: "8";}
  .ranking_list .c_list:nth-child(9):before {content: "9";}
  .ranking_list .c_list:nth-child(10):before {content: "10";}
  /* ランキングページ　タイトル */
  h2.ranking_title {
    margin-bottom: 5rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .tab_ranking_btn {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .ranking_btn {
    position: relative;
    width: calc((100% / 3) - 7px);
    margin-right: 10.5px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333;
    box-sizing: border-box;
  }
  .tab_ranking_btn .ranking_btn:nth-child(3n) {
    margin-right: 0;
  }
  .ranking_btn.active {}
  .ranking_contents {
    display: none;
  }
  .ranking_contents.show {
    display: block;
  }
  .ranking_contents {

    display: none;
  }
  .ranking_contents.show {

    display: block;
  }
  /* 任意商品表示パーツ */
  .top_ranking .fs-c-slick .slick-slide {
    position: relative;
    padding-top: 0rem;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide {
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(2),
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(5),
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(8) {
    margin-right: 0;
  }
  .top_ranking .fs-c-productListCarousel .slick-slide:nth-child(n+3) {
    width: calc((100% / 3) - 4px);
  }
  .top_ranking .fs-c-slick .slick-slide:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    border-top: 20px solid #333;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #333;
    z-index: 1;
  }
  .top_ranking .fs-c-slick .slick-slide:first-child:before {
    border-top: 20px solid #c6901d;
    border-left: 20px solid #c6901d;
  }  
  .top_ranking .fs-c-slick .slick-slide:after {
    position: absolute;
    display: block;
    top: .5rem;
    left: .5rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    z-index: 2;
  }
  .top_ranking .fs-c-slick .slick-slide:nth-child(1):after {content: "1";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(2):after {content: "2";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(3):after {content: "3";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(4):after {content: "4";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(5):after {content: "5";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(6):after {content: "6";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(7):after {content: "7";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(8):after {content: "8";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(9):after {content: "9";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(10):after {content: "10";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(11):after {content: "11";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(12):after {content: "12";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(13):after {content: "13";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(14):after {content: "14";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(15):after {content: "15";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(16):after {content: "16";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(17):after {content: "17";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(18):after {content: "18";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(19):after {content: "19";}
  .top_ranking .fs-c-slick .slick-slide:nth-child(20):after {content: "20";}
  /* レコメンドパーツ */
  .ranking_list {
    display: flex;
    flex-wrap: wrap;
  }
  .ranking_list .c_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 .c_list:nth-child(2n) {
    margin-right: 0;
  }
  .ranking_list .c_list:nth-child(n+3) {
    margin-top: 2rem;
  }
  .ranking_list .c_list:nth-child(n+4) {
    display: none;
  }
  .ranking_list .c_list:nth-child(n+9) {
    display: none;
  }
  .ranking_list .c_list .image a {
    position: relative;
    display: block;
  }
  /* 商品名 */
  .ranking_list .c_list .name {
    margin-top: 1.5rem;
  }
  /* 商品価格 */
  .ranking_list .c_list .price {
    margin-top: 1rem;
  }
  .ranking_list .c_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 .c_list:nth-child(1):before {content: "1";}
  .ranking_list .c_list:nth-child(2):before {content: "2";}
  .ranking_list .c_list:nth-child(3):before {content: "3";}
  .ranking_list .c_list:nth-child(4):before {content: "4";}
  .ranking_list .c_list:nth-child(5):before {content: "5";}
  .ranking_list .c_list:nth-child(6):before {content: "6";}
  .ranking_list .c_list:nth-child(7):before {content: "7";}
  .ranking_list .c_list:nth-child(8):before {content: "8";}
  .ranking_list .c_list:nth-child(9):before {content: "9";}
  .ranking_list .c_list:nth-child(10):before {content: "10";}
  /* ランキングページ　タイトル */
  h2.ranking_title {
    margin-bottom: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  #top_ranking .top_ranking .slick-track {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 630px 265px 265px;
  }
  #top_ranking .top_ranking .slick-track:before,
  #top_ranking .top_ranking .slick-track:after {
    display: none;
  }
  #top_ranking .top_ranking .slick-slide {
    width: 100%!important;
  }
  #top_ranking .top_ranking .slick-slide:nth-child(n+6) {
    display: none;
  }
  #top_ranking .top_ranking .slick-slide:first-child {
    grid-row: 1 / span 2;
  }
  #top_ranking .top_ranking .slick-slide .fs-c-productListItem__image__image {
    min-width: 100%;
  }
  #top_ranking .top_ranking .slick-slide .fs-c-productListItem .fs-c-productMarks {
    display: none;
  }
  #top_ranking .top_ranking .slick-slide .fs-c-productListItem .fs-c-productListItem__productName {
    margin-top: 1.5rem;
  }
}
/******************************************************
レコメンドアイテム
******************************************************/
@media screen and (min-width: 1025px) {
  .recommend_list {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend_list .c_list {
    position: relative;
    float: none;
    width: calc(25% - 4.5px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .recommend_list .c_list:nth-child(4n) {
    margin-right: 0;
  }
  .recommend_list .c_list:nth-child(n+5) {
    display: none;
    margin-top: 4rem;
  }
  .recommend_list .c_list .image a {
    position: relative;
    display: block;
    overflow: hidden;
  }



  .recommend_list .c_list .image a img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .recommend_list .c_list .image a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

  }  
  /* 商品名 */
  .recommend_list .c_list .name {
    margin-top: 2rem;
  }
  /* 商品価格 */
  .recommend_list .c_list .price {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .recommend_list {
    display: flex;
    flex-wrap: wrap;
  }
  .recommend_list .c_list {
    position: relative;
    float: none;
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .recommend_list .c_list:nth-child(2n) {
    margin-right: 0;
  }
  .recommend_list .c_list:nth-child(n+3) {
    margin-top: 2rem;
  }
  .recommend_list .c_list:nth-child(n+5) {
    display: none;
  }
  .recommend_list .c_list .image a {
    position: relative;
    display: block;
  }
  /* 商品名 */
  .recommend_list .c_list .name {
    margin-top: 1.5rem;
  }
  /* 商品価格 */
  .recommend_list .c_list .price {
    margin-top: 1rem;
  }
}
/******************************************************
お知らせ
******************************************************/
@media screen and (min-width: 1025px) {
  .post_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .post_list .c_list {
    position: relative;
    float: none;
    width: calc(25% - 4.5px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .post_list .c_list:nth-child(4n) {
    margin-right: 0;
  }
  .post_list .c_list:nth-child(n+5) {
    margin-top: 4rem;
  }
  .post_list .c_list a {
    display: block;
  }
  .post_list .c_list .image {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .post_list .c_list .image img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .post_list .c_list a:hover .image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }  
  /* 商品名 */
  .post_list .c_list .name {
    margin-top: 2rem;
    font-weight: bolder;
  }
  /* 商品価格 */
  .post_list .c_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 .c_list {
    position: relative;
    float: none;
    width: calc((100% / 2) - 3px);
    margin-right: 6px;
    line-height: 1.6;
    vertical-align: top;
  }
  .post_list .c_list:nth-child(2n) {
    margin-right: 0;
  }
  .post_list .c_list:nth-child(n+3) {
    margin-top: 2rem;
  }
  .post_list .c_list a {
    display: block;
  }
  .post_list .c_list .image {
    position: relative;
    display: block;
  }
  /* 商品名 */
  .post_list .c_list .name {
    margin-top: 1.5rem;
    font-weight: bolder;
  }
  /* 商品価格 */
  .post_list .c_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: #f2f2f2;
  }  
  /* タイトル */
  .top_title_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5rem;
  }
  .main_title {
    color: #333;
  }
  .main_title span {
    color: #333;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .top_title_area .more a {
    position: relative;
    color: #333;
    font-weight: bolder;
    border-bottom: 1px solid #333;
  }
  .top_title_area .more a:after {
    content: ">";
  }
  /* ボタン */
  .more_btn {
    margin-top: 4rem;
    text-align: center;
  }
  .more_btn a {
    display: inline-block;
    width: 340px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    line-height: 7rem;
    border: 1px solid #333;
    background: #333;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  .more_btn a:hover {
    color: #333;
    background: #fff;
  }
  #top_brand .brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_brand .brand_list .c_list {
    position: relative;
  }
  #top_brand .brand_list .c_list a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #top_brand .brand_list .c_list:nth-child(n+2) {
    /*width: calc((100% / 2) - 15px);*/
    margin-top: 4rem;
    margin-bottom: 6rem;/*ダンケ削除時追加*/
  }
  /* #top_brand .brand_list .c_list a {
    display: block;
  } */
  #top_brand .brand_list .c_list .image {
    position: relative;
  }
  #top_brand .brand_list .c_list/*:first-child*/ .image:before {
    position: absolute;
    display: block;
    top: 5rem;
    right: -6.5rem;
    content: "";
    width: 100px;
    height: 2px;
    background: #999;
  }
  /* #top_brand .brand_list .c_list:nth-child(n+2) .image:before {
    position: absolute;
    display: block;
    bottom: -5rem;
    left: 3rem;
    content: "";
    width: 2px;
    height: 100px;
    background: #999;
  } */
  #top_brand .brand_list .c_list .comment {
    padding: 3rem 7rem;
  }
  #top_brand .brand_list .c_list/*:first-child*/ a .image {
    width: calc((100% / 2) - 15px);
  }
  #top_brand .brand_list .c_list/*:first-child*/ a .comment {
    width: calc((100% / 2) - 15px);
  }
  #top_brand .brand_list .c_list .comment .logo {
    margin-bottom: 2rem;
  }
  #top_brand .brand_list .c_list .comment h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: bolder;
  }
  #top_brand .brand_list .c_list .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_column .column_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_column .column_list .c_list {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  #top_column .column_list .c_list:nth-child(2n) {
    margin-right: 0;
  }

  #top_column .column_list .c_list:nth-child(n+3) {
    margin-top: 10px;
  }
  #top_column .column_list .c_list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem;
    background: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_column .column_list .c_list a:hover {
    background: none;
  }
  #top_column .column_list .c_list a .image {
    width: 120px;
  }
  #top_column .column_list .c_list a .comment {
    width: calc(100% - 140px);
  }
  #top_column .column_list .c_list a .comment h3 {
    font-weight: bolder;
  }
  #top_column .column_list .c_list a .comment p {
    font-size: 1.2rem;
  }
  #top_information {
    padding: 0;
  }
  #top_information .information_list_cover {
    padding: 6rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #top_information .top_title_area {
    margin-bottom: 3rem;
  }
  #top_information .information_list .c_list:nth-child(n+2) {
    margin-top: 2rem;
  }
  #top_information .information_list .c_list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_information .information_list .c_list a .data {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
  }
  #top_information .information_list .c_list a time {
    width: 90px;
    font-weight: bolder;
  }
  #top_information .information_list .c_list a .cat {
    min-width: 100px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background: #333;
    border-radius: 1.5rem;
  }
  #top_information .information_list .c_list a h3 {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 1024px) {
  /* 余白調整・商品数表示制限 */
  #top_blog {
    padding-top: 3rem;
  }
  #top_blog .post_list .c_list:nth-child(n+5),
  #top_ranking .ranking_list .c_list:nth-child(n+6),
  #top_ranking .fs-c-productListCarousel .slick-slide:nth-child(n+6),
  #top_newitem .fs-c-productListCarousel .slick-slide:nth-child(n+5),
  #top_recommend .fs-c-productListCarousel .slick-slide:nth-child(n+5),
  #top_checked .recommend_list .c_list:nth-child(n+5) {
    display: none;
  }
  .section_cover {
    padding: 5rem 0;
  }
  .section_cover.pb0 {
    padding-bottom: 0;
  }
  .bg_section {
    background: #f2f2f2;
  }  
  /* タイトル */
  .main_title {
    margin-bottom: 2.5rem;
    color: #333;
    text-align: center;
  }
  .main_title span {

    color: #333;
    font-size: 1.5rem;
    font-weight: bolder;
  }
  .top_title_area .more {
    display: none;
  }
  /* ボタン */
  .more_btn {
    margin-top: 3rem;
    text-align: center;
  }
  .more_btn a {
    display: inline-block;
    width: 250px;
    max-width: 100%;
    color: #fff;
    text-align: center;
    line-height: 4.5rem;
    border: 1px solid #333;
    border-radius: 4px;
    box-sizing: border-box;
    background: #333;
  }
  #top_brand .inner {
    padding: 0;
  }
  #top_brand .brand_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_brand .brand_list .c_list {
    position: relative;
  }
  #top_brand .brand_list .c_list a {
    display: block;
  }
  #top_brand .brand_list .c_list:nth-child(n+2) {}
  #top_brand .brand_list .c_list .image {
    position: relative;
  }
  #top_brand .brand_list .c_list .image:before {
    position: absolute;
    display: block;
    bottom: -2.5rem;
    left: 4rem;
    content: "";
    width: 1px;
    height: 50px;
    background: #999;
  }
  #top_brand .brand_list .c_list .comment {
    padding: 5rem 1.5rem;
  }
  #top_brand .brand_list .c_list .comment .logo {
    margin-bottom: 1rem;
  }
  #top_brand .brand_list .c_list .comment .logo img {
    height: 4rem;
  }
  #top_brand .brand_list .c_list .comment h3 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: bolder;
  }
  #top_brand .brand_list .c_list .comment p:nth-child(n+2) {
    margin-top: 1em;
  }  
  
  #top_column .column_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_column .column_list .c_list {}
  #top_column .column_list .c_list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_column .column_list .c_list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.5rem;
    background: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_column .column_list .c_list a:hover {
    background: none;
  }
  #top_column .column_list .c_list a .image {
    width: 65px;
  }
  #top_column .column_list .c_list a .comment {
    width: calc(100% - 80px);
  }
  #top_column .column_list .c_list a .comment h3 {
    font-weight: bolder;
  }
  #top_column .column_list .c_list a .comment p {}
  #top_information {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #top_information .information_list .c_list a {
    display: block;
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
  }  
  #top_information .information_list .c_list a .data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_information .information_list .c_list a time {
    font-weight: bolder;
  }
  #top_information .information_list .c_list a .cat {
    margin-left: 1rem;
    padding: 0 1em;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    background: #333;
    border-radius: 1rem;
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #header {
    position: relative;
    z-index: 1000;
  }
  #h_message {
    text-align: center;
    font-size: 1.6rem;
    line-height: 5.8rem;
    background: #fff;
    border-bottom: 2px solid #cfcfcf;
  }
  #h_message span {
    font-size: 1.2rem;
  }
  #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: 4rem 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;
    box-sizing: border-box;
  }  
  /* ロゴ */
  #h_logo {
    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: auto;
    height: 4rem;
  }  
  /* メニュー */
  #h_menu {
    position: relative;
    height: 3rem;      
  }
  #h_toggle_btn {
    display: block;
    width: 40px;
    height: 30px;
    top: 0;
    left: 0;
    z-index: 101;
    color: #333;
    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: 40px;
    height: 3px;
    background: #a68769;
    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: 14px;
  }
  #h_toggle_btn span:nth-child(3){
    bottom: 0;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #a68769;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    transform: rotate(150deg);
    background: #a68769;
  }
  #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: #a68769;
  }
  #h_toggle_btn p.txt {
    font-size: 1.2rem;
    text-align: center;
  }
  #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: #25b25c;
  }
  #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 .category_link {
    width: 80%;
  }
  #h_nav .h_nav_category_list .category_link .first-nav {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav .h_nav_category_list .category_link .first {
    width: 25%;
  }
  #h_nav .h_nav_category_list .category_link .first span.name {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: bolder;
  }
  #h_nav .h_nav_category_list .category_link .second {
    position: relative;
    padding-left: 1.5em;
  }
  #h_nav .h_nav_category_list .category_link .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 .category_link .second a:hover {
    text-decoration: underline;
  }
  #h_nav .h_nav_category_list .other_link {
    width: 20%;
  }
  #h_nav .h_nav_category_list .other_link li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #h_nav .h_nav_category_list .other_link 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;
    text-align: center;
    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_link {
    display: flex;
    flex-wrap: wrap;
  }
  #h_link .link {
    font-size: 1.6rem;
  }
  #h_link .link:nth-child(n+2) {
    margin-left: 5rem;    
  }
  #h_link .link span {
    position: relative;
    display: block;
    padding-right: 2em;
    cursor: pointer;
  }
  #h_link .link span:after {
    position: absolute;
    content: "▼";
    top: 50%;
    right: 0;
    margin-top: -.5em;
    line-height: 1;
  }
  /* アイコン */
  #h_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_icon .icon {
    position: relative;
    text-align: center;
  }
  #h_icon .icon a,
  #h_icon .icon span {
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_icon .icon a:hover,
  #h_icon .icon span:hover {
    opacity: .7;
  }
  #h_icon .icon img {
    width: auto;
    height: 3rem;
  }
  #h_icon .icon .txt {
    margin-top: .5rem;
    font-size: 1.2rem;
  }
  #h_icon .icon:nth-child(n+2) {
    margin-left: 3rem;

  }
  #h_icon .icon.menu {
    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: #c91c1d;
  }
  #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 {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 4rem;
    background: #fff;
    border-bottom: 1px solid #cfcfcf;
  }  
  #h_message span {
    font-size: 1rem;
  }
  #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: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  /* ロゴ */
  #h_logo a {
    display: block;
    line-height: 1;
  }
  #h_logo img {
    width: auto;
    height: 3rem;
  }
  #h_link {
    display: none;
  }
  /* メニュー */
  #h_menu {
    position: relative;
  }
  #h_toggle_btn {
    display: block;
    width: 3rem;
    height: 2rem;
    padding-top: 2rem;
    top: 0;
    left: 0;
    z-index: 101;
    color: #a68769;
    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: #a68769;
    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 {
    display: block;
    margin-top: .8rem;
    color: #333;
    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;
    align-items: center;
  }
  #h_icon .icon {
    position: relative;
    margin-left: 1.5rem;
  }
  #h_icon .icon_login {
    display: none;
  }
  @media screen and (max-width:320px) {
    #h_icon .icon {
      margin-left: .5rem;
    }
  }
  #h_icon .icon a,
  #h_icon .icon span {
    display: block;
    line-height: 1;
    text-align: center;
  }
  #h_icon .icon img {
    width: auto;
    height: 1.8rem;
  }
  #h_icon .icon p.txt {
    display: block;
    margin-top: .6rem;
    color: #333;
    text-align: center;
    font-size: .666em;
    line-height: 1rem;
  }
  /*ハンバーガーメニューの下の文字を表示
  #h_icon .icon #h_menu p.txt {
    display: none;
  } */
  #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: #c91c1d;
  }
  #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: #25b25c;
  }
  #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-radius: 4px;
    border: 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 {
  }
  #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 .name {
    display: block;
    width: calc(100% - 5rem);
    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;
    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;
  }
}
/* ヘッダー上でのお知らせ */
.h_topics {
  background: #b39f6e;
  font-weight: bold;
  padding: 0.5rem 0;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
}
.h_topics a {
  color: #fff;
  font-size: 1.3rem;
}

/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  #f_information {
    padding: 10rem 0;
  }
  #f_information .information_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #f_information .information_list .c_list {
    width: calc(100% / 3);
    padding: 5rem 0;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
  }
  #f_information .information_list .c_list:nth-child(n+2) {
    border-left: 2px solid #b7b7b7;
  }
  #f_information .information_list .c_list .icon {
    margin-bottom: 5rem;
  }
  #f_information .information_list .c_list .icon img {
    width: auto;
    height: 5rem;
  }
  #f_information .information_list .c_list p {
    color: #333;
  }
  #f_information .information_list .c_list p span {
    font-size: 1.8rem;
    font-weight: bolder;
  }
  /* ↓↓202306追加ここから↓↓ */
  .information_list_lowerrow {
    margin-top: 3rem;
  }
  .payment_icon_list {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
/* ↑↑202306追加ここまで↑↑ */
  #footer {
    padding: 6.5rem 0;
    background: #f2f2f2;
  }
  #f_navigation {
    padding: 6rem 0;
    background: #f2f2f2;
  }
  #f_navigation .nav_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #f_logo {
    width: 20%;
  }
  #f_logo img {
    width: auto;
    height: 3.8rem;
  }
  #f_navigation .nav_list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
  }
  #f_navigation .nav_list .c_list {
    width: 20%;
  }
  #f_navigation .nav_list .c_list.double {
    width: 40%;
  }
  #f_navigation .nav_list .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: bolder;
  }
  #f_navigation .nav_list .c_list ul {
    list-style: none;
  }
  #f_navigation .nav_list .c_list .c_box > ul:nth-of-type(n+2) {
    margin-top: 1rem;
  }
  #f_navigation .nav_list .c_list li {
    position: relative;
    font-size: 1.2rem;
  }
  #f_navigation .nav_list .c_list li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #f_navigation .nav_list .c_list .flex_list {
    display: flex;
    flex-wrap: wrap;
  }
  #f_navigation .nav_list .c_list .flex_list ul {

    width: 50%;
  }
  #f_bottom {

    color: #fff;
    background: #333;
  }
  #f_bottom a {
    color: #fff;
  }
  #f_bottom .f_bottom_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0;
  }
  #f_link ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  #f_link li {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
  #f_link li:nth-child(n+2):before {
    content: "|";
    margin: 0 1em;
  }  
  #f_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_icon_list {
    display: flex;
    flex-wrap: wrap;
  }
  #f_icon_list .c_list:nth-child(n+2) {
    margin-left: 4rem;
  }
  #f_icon_list .c_list img {
    width: auto;
    height: 2.6rem;
  }
  #f_copyright {
    font-size: 1.2rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  #f_information {
    padding: 5rem 0;
  }
  #f_information .information_list .c_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5rem 2rem;
    color: #333;
    line-height: 1.6;
    border: 1px solid #333;
    box-sizing: border-box;
  }
  #f_information .information_list .c_list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #f_information .information_list .c_list .icon {
    width: 3rem;
    margin-right: 1rem;
  }
  #f_information .information_list .c_list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #f_information .information_list .c_list p {
    width: calc(100% - 4rem);
    font-size: 1.3rem;
    font-weight: bolder;
  }
   /* ↓↓202306追加ここから↓↓ */
   .information_list_lowerrow {
    margin-top: 1.5rem;
  }
  .c_list_payment {
    flex-wrap: nowrap!important;
  }
  .c_list_payment .icon {
    min-width: 3rem;
  }
  .c_list_payment p {
    width: auto!important;
  }
  .payment_icon_list {
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
/* ↑↑202306追加ここまで↑↑ */
  #footer {
    padding: 5rem 0;
    background: #f2f2f2;
  }
  #f_navigation {
    padding: 3rem 0;
    background: #f2f2f2;
  }
  #f_navigation a {}
  #f_navigation .nav_list {
    display: flex;
    flex-wrap: wrap;
  }
  #f_navigation .nav_list .c_list {
    width: 100%;
  }
  #f_navigation .nav_list .c_list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #f_navigation .nav_list .c_list .c_box {
    display: flex;
    flex-wrap: wrap;
  }
  #f_navigation .nav_list .c_list .c_box .flex_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #f_navigation .nav_list .title {
    width: 100%;
    margin-bottom: 1rem;
    font-weight: bolder;
  }
  #f_navigation .nav_list .c_list ul {
    list-style: none;
    width: 50%;
  }
  #f_navigation .nav_list .c_list ul {
    width: 50%;
  }
  #f_navigation .nav_list .c_list li {
    position: relative;
  }
  #f_navigation .nav_list .c_list li:nth-child(n+2) {
    margin-top: .5rem;
  }
  #f_bottom {
    color: #fff;
    background: #333;
  }
  #f_bottom a {
    color: #fff;
  }
  #f_bottom #f_link {
    display: none;
  }
  #f_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3.5rem 0;
  }
  #f_logo {
    display: none;
  }
  #f_icon_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_icon_list .c_list {
    margin: 0 1.5rem;
    text-align: center;
  }
  #f_icon_list .c_list.line {
    width: 100%;
    margin: 0;
    margin-top: 3.5rem;
  }
  #f_icon_list .c_list img {
    width: auto;
    height: 3rem;
  }
  #f_copyright {
    padding-bottom: 5rem;
    text-align: center;
  }
}

/* フッター上部のミニバナー */
.information_banner_container {
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  margin-bottom: 10rem;
  text-align: center;
}
.information_banner {
margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .information_banner_container {
    margin-bottom: 5rem;
    display: block;
  }
  .information_banner {
    margin-top: 1.5rem;
  }
}

/******************************************************
商品詳細旧CSS
******************************************************/
@media (min-width: 768px) {
  .card-product {
    height: auto;
    height: 100%;
    padding: 0 0 1em 0
  }
  .card-product .card-image {
    margin-bottom: 1em
  }
  .back-product {
    text-align: right
  }
  .box-yoyaku {
    border: solid 1px #ad2121;
    background-color: rgba(173, 33, 33, 0.05);
    padding: 1rem
  }
  .title-product-table {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
  table.product-table {
    border-top: 1px solid #c5c0bb;
    border-left: 1px solid #c5c0bb;
  }
  table.product-table th,
  table.product-table td {
    padding: 1rem;



    border-right: 1px solid #c5c0bb;
    border-bottom: 1px solid #c5c0bb;
  }
  table.product-table th {
    width: 25%;
    background: #eceae8;
  }
  .product-image, .group-image {
    text-align: center
  }
  .product-image img, .group-image img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
  }
  .product-lead, .group-lead {
    padding: 1em;
    margin-bottom: 1em
  }
  .back-product {
    margin-top: 1em;
    text-align: center;
  }
  .back-product a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 5rem;
    border-radius: 10px;
    background: #333;
  }
}
@media (max-width: 767px) {
  .card-product {
    font-size: .875rem;
    height: auto;
    height: 100%;
    padding: 0 0 1em 0
  }
  .card-product .card-image {
    margin-bottom: 1em
  }
  .back-product {
    text-align: right
  }
  .box-yoyaku {
    border: solid 1px #ad2121;
    background-color: rgba(173, 33, 33, 0.05);
    padding: 1rem
  }
  .title-product-table {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
  table.product-table {
    border-top: 1px solid #c5c0bb;
    border-left: 1px solid #c5c0bb;
  }
  table.product-table th,
  table.product-table td {
    /* display: block; 20230110変更*/
    width: 100%;
    padding: 1rem;
    border-right: 1px solid #c5c0bb;
    border-bottom: 1px solid #c5c0bb;
  }
  table.product-table th {
    background: #eceae8;
    width: 30%;/*20230110追加*/
  }
  .product-image, .group-image {
    text-align: center
  }
  .product-image img, .group-image img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom
  }
  .product-lead, .group-lead {
    padding: 1em;
    margin-bottom: 1em
  }
  .back-product {
    margin-top: 1em;
    text-align: center;
  }
  .back-product a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 4.5rem;
    border-radius: 4px;
    background: #333;
  }
}

/* 商品説明の商品詳細テーブル リンクの矢印 */
.link-arrow span::after {
  display: inline-block;
  content: "";
  background: url(https://taishodoshop.itembox.design/item/assets/images/icon/arrow02.png) center center no-repeat;
  width: 16px;
  vertical-align: middle;
  background-size: contain;
  padding: 0.9rem;
  margin: 0 0.5rem;
}

@media (min-width: 768px) {
  .link-arrow:hover {
    transition: all .3s linear;
    opacity: 0.7;
  }
}

/******************************************************
商品詳細オプション
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-c-productOption {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 1rem;
    border-top: 1px solid #999;
  }
  .fs-c-productOption__name, .fs-c-productOption__option {
    padding: 3rem;
  }
  .fs-c-productOption__name {
    width: 30%;
    margin: 0;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    background: none;
  }
  .fs-c-productOption__option {
    width: 70%;
    margin: 0;
    border-right: 1px solid #999;
    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 {
    font-size: 1.4rem;
  }
  .fs-c-productOption__comment {
    font-size: 1.4rem;
  }
  .fs-c-dropdown__menu {
    padding: 10px 3em 10px 8px; /*20240329変更*/
    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"] {
    padding: 1em;
    font-size: 1.4rem;
    border: 1px solid #999;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .fs-c-productOption {
    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 {
    padding: 2rem;
  }
  .fs-c-productOption__name {
    width: 100%;
    margin: 0;
    padding-bottom: .5rem;
    box-sizing: border-box;
    background: none;
  }
  .fs-c-productOption__option {
    width: 100%;
    margin: 0;
    padding-top: .5rem;
    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: 10px 3em 10px 8px; /*20240329変更*/
    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"] {
    padding: 1.2em;
    font-size: 1.2rem;
    border: 1px solid #999;
    border-radius: 4px;
  }
}
/******************************************************
商品説明
******************************************************/
@media screen and (min-width: 1025px) {
  #product_sp_detail {
    display: none;
  }
  #product_pc_detail {
    margin-top: -140px;
    padding-top: 180px;
  }
  .tab_product_btn_pc {
    display: flex;
    flex-wrap: wrap; 
  }
  .tab_product_btn_pc .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;
  }
  .tab_product_btn_pc .product_btn:nth-child(n+2) {
    border-left: 1px solid #dadada;
  }
  .tab_product_btn_pc .product_btn.active {
    font-weight: bolder;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
  }
  .product_pc_contents {
    margin-top: 4rem;
  }
  .product_pc_contents .product_contents {
    display: none;
  }
  .product_pc_contents .product_contents.show {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #product_pc_detail {
    display: none;
  }
  #product_sp_detail {
    margin-top: -80px;
    padding-top: 120px;
  }
  .tab_product_btn_sp {
    display: flex;
    flex-wrap: wrap; 
  }
  .tab_product_btn_sp .product_btn {
    position: relative;
    display: block;
    width: 50%;
    font-size: 1.3rem;
    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;
  }
  .tab_product_btn_sp .product_btn:nth-child(n+2) {
    border-left: 1px solid #dadada;
  }
  .tab_product_btn_sp .product_btn.active {
    font-weight: bolder;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #fff;
  }
  .product_sp_contents {
    margin-top: 4rem;
  }
  .product_sp_contents .product_contents {
    display: none;
  }
  .product_sp_contents .product_contents.show {
    display: block;
  }
}
/******************************************************
カート固定
******************************************************/
@media screen and (min-width: 1025px) {
  #product_cart {
    margin-top: -140px;
    padding-top: 140px;
  }
  .cart_fixed {
    display: none!important;
  }
  .pc_cart_fixed {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    z-index: 1;
  }
  .pc_cart_fixed a {
    display: block;
  }
  .pc_cart_fixed a .cart {
    display: inline-block;;
    width: 200px;
    margin-left: 1rem;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    background: #25b25c;
  }
  .pc_cart_fixed a .cart span {
    margin-left: 1rem;
  }
  .pc_cart_fixed a .cart span img {
    width: auto;
    height: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #product_cart {
    margin-top: -80px;
    padding-top: 80px;
  }
  .cart_fixed {
    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;
  }
  .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: #25b25c;
  }
  .cart_fixed a .cart span {
    margin-left: 1rem;
  }
  .cart_fixed a .cart span img {
    width: auto;
    height: 2rem;
  }
  .pc_cart_fixed {
    display: none;
  }
}
/******************************************************
レビューページ非表示
******************************************************/
.fs-body-reviews-product .fs-c-productReviewed,
.fs-body-reviews-product .fs-c-aggregateRating {
  display: none;
}
a.payment_link {
  color: #c91c1d;
  font-weight: bolder;
}
a.payment_link:hover {
  text-decoration: underline;
}









/******************************************************
旧サイト　商品詳細
******************************************************/
@media screen and (min-width: 1025px) {
  .fs-p-productDescription > *:first-child {
    margin-top: 0!important;
  }
  .fs-p-productDescription p {
    margin-bottom: 1em;
  }
  .fs-p-productDescription .box {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
    max-height: initial!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
  }
  .fs-p-productDescription .box div {
    width: calc((100% / 2) - 10px)!important;
    height: auto!important;
    margin: 0!important;
    margin-right: 20px!important;
    padding: 0!important;
    border: none!important;
    box-sizing: border-box!important;
    display: flex;
    flex-direction: column;
  }
  .fs-p-productDescription .box div:nth-child(2n) {
    margin-right: 0!important
  }
  .fs-p-productDescription .box div:nth-child(n+3) {
    margin-top: 5rem!important;
  }
  .fs-p-productDescription .product-dl dt {
    font-weight: bolder;
    letter-spacing: 0;
    margin-bottom: 1rem;
    padding: 0;
    padding-bottom: .5rem;
    border-bottom: solid 1px rgba(64, 48, 30, 0.3);
  }
  .fs-p-productDescription .product-dl dd {
    margin-bottom: 1rem;
  }
  .fs-p-productDescription .box div > img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  /* テキスト */
  .fs-p-productDescription .pstyle1 {
    margin-bottom: 2rem!important;
    color: #902727!important;
    font-size: 1.8rem!important;
    font-weight: bolder!important;
  }
  .fs-p-productDescription .title-product-table {
    font-size: 1.5rem;
    font-weight: bolder;
  }
  .fs-p-productDescription font {
    margin-bottom: 2rem!important;
    color: #663300!important;
    font-size: 1.8rem!important;
    font-weight: bolder!important;
  }
  .fs-p-productDescription dl > dt {
    border-bottom: solid 2px #ccc;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: .5rem;
  }
  .fs-p-productDescription dl > dd {
    margin-bottom: 2rem;
  }
  .fs-p-productDescription .contain {
    display: flex!important;
    justify-content: space-between!important;
    width: 100%!important;
  }
}
@media screen and (max-width: 1024px) {
  .fs-p-productDescription > *:first-child {
    margin-top: 0!important;
  }
  .fs-p-productDescription p {
    margin-bottom: 1em;
  }
  .fs-p-productDescription .box {
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: flex-start!important;
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
    max-height: initial!important;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
  }
  .fs-p-productDescription .box div {
    width: calc((100% / 2) - 5px)!important;
    height: auto!important;
    margin: 0!important;
    margin-right: 10px!important;
    padding: 0!important;
    border: none!important;
    box-sizing: border-box!important;
    display: flex;
    flex-direction: column;
  }
  .fs-p-productDescription .box div:nth-child(2n) {
    margin-right: 0!important
  }
  .fs-p-productDescription .box div:nth-child(n+3) {
    margin-top: 3rem!important;
  }
  .fs-p-productDescription .product-dl dt {
    font-weight: bolder;
    letter-spacing: 0;
    margin-bottom: 1rem;
    padding: 0;
    padding-bottom: .5rem;
    border-bottom: solid 1px rgba(64, 48, 30, 0.3);
  }
  .fs-p-productDescription .product-dl dd {
    margin-bottom: 1rem;
  }
  .fs-p-productDescription .box div > img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  /* テキスト */
  .fs-p-productDescription .pstyle1 {
    margin-bottom: 2rem!important;
    color: #902727!important;
    font-size: 1.5rem!important;
    font-weight: bolder!important;
  }
  .fs-p-productDescription .title-product-table {
    font-size: 1.5rem;
    font-weight: bolder;
  }
  .fs-p-productDescription font {
    margin-bottom: 2rem!important;
    color: #663300!important;
    font-size: 1.5rem!important;
    font-weight: bolder!important;
  }
  .fs-p-productDescription dl > dt {
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 2rem;
    padding: 0;
    padding-bottom: .5rem;
  }
  .fs-p-productDescription dl > dd {
    margin-bottom: 2rem;
  }
  .fs-p-productDescription .contain {
    display: flex!important;
    justify-content: space-between!important;
    width: 100%!important;
  }
}
/* カートページ 数量変更+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;
  }
}
@media screen and (min-width: 768px) {
  .fs-c-buttonContainer.fs-c-buttonContainer--next,
  .fs-c-buttonContainer.fs-c-buttonContainer--back {
    justify-content: center;
    width: calc(50% - 5px);
    margin: 0;
    padding: 0;
    line-height: 3rem;
  }
  .fs-c-buttonContainer.fs-c-buttonContainer--next {
    float: right;
    justify-content: flex-start;
  }
  .fs-c-buttonContainer.fs-c-buttonContainer--next .fs-c-button--secondary {
    padding: 0;
    line-height: 3rem;
  }
  .fs-c-buttonContainer.fs-c-buttonContainer--back {
    float: left;
    justify-content: flex-end;
  }
}
/* ボタンセンタリング */
@media screen and (max-width: 767px) {
  .fs-c-buttonContainer--useCoupon {
    width: calc(40% - 8px);
  }
  .fs-c-checkout-multiDestination__info__control > div {
    width: calc(50% - 5px);
  }
  .fs-c-checkout-addressee {
    display: block;
  }
  .fs-c-buttonContainer--pair button:nth-child(n+2) {
    margin-top: 10px;
  }
  .fs-c-checkout-multiDestination__subtitle {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .fs-c-buttonContainer--changeSmall,
  .fs-c-buttonContainer--moveToOrderHistory,
  .fs-c-buttonContainer--moveToStoreOrders,
  .fs-c-buttonContainer--resendVerificationCode {
    justify-content: center;
  }
  .fs-c-buttonContainer--addAddressbook,
  .fs-c-buttonContainer--addReview--detail,
  .fs-c-buttonContainer--addProductToWishList,
  .fs-c-buttonContainer--inquiryAboutProduct,
  .fs-c-buttonContainer--myPageTop,
  .fs-c-buttonContainer--removeProductFromWishList,
  .fs-c-buttonContainer--viewAllReviews,
  .fs-c-buttonContainer--back,
  .fs-c-buttonContainer--backToRegister,
  .fs-c-buttonContainer--moveToShoppingCart,
  .fs-c-buttonContainer--moveToSubscriptionCart,
  .fs-c-buttonContainer--changeCreditCard {
    justify-content: center;
  }
  .fs-c-buttonContainer--myPageTop,
  .fs-c-buttonContainer--back,
  .fs-c-buttonContainer--backToRegister {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .fs-c-button--chooseDestination.fs-c-button--standard {
    font-size: 1rem;
  }
}


/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　横並びレイアウト */
.inline-block_99 {
    display: inline-block;
    padding:  20px;
    width: 300px;
    height: 350px;
}

/*　テーブルレイアウト */
.tbl-subpage {
  border-bottom: 1px solid #c6c1bb;
  border-right: 1px solid #c6c1bb;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  width: auto
}
.tbl-subpage caption {
  text-align: left
}
.tbl-subpage tr {
  background-color: #fff
}
.tbl-subpage tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.4)
}
.tbl-subpage th, .tbl-subpage td {
  border-top: 1px solid #c6c1bb;
  border-left: 1px solid #c6c1bb;
  padding: .25em .75em;
  vertical-align: top
}
.tbl-subpage th {
  background-color: #f2f2f2;
  font-weight: normal;
  text-align: left
}
@media print, screen and (max-width: 768px) {
  .tbl-subpage {
  }
}
.tbl-subpage.mizuhiki tr th:nth-child(1) {
  width: 75px
}
.tbl-subpage.mizuhiki tr th:nth-child(2) {
  width: 170px
}
.tbl-subpage.mizuhiki tr th:nth-child(3) {
  width: 400px
}
.tbl-subpage.ryoushusyo tr th {
  text-align: center
}
.tbl-subpage.ryoushusyo tr td {
  vertical-align: middle
}

/* のしの基本 */
.noshih3 {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.6
}
.noshi {
    width: auto;
    margin: 0 auto;
    border: 1px solid #c6c1bb;
    border-spacing: 0;
    padding: .25em .75em;
    font-weight: normal;
    text-align: left
}
.noshi th:first-child{
    width: 170px;
    border: 1px solid #c6c1bb;
    padding: .25em .75em;
    background-color: #f2f2f2;
    font-weight: normal;
    text-align: left
}
.noshi th:last-child{
    width: 400px;
    border: 1px solid #c6c1bb;
    padding: .25em .75em;
    background-color: #f2f2f2;
    font-weight: normal;
    text-align: left
}
.noshi td:first-child{
    width: 170px;
    border: 1px solid #c6c1bb;
    padding: .25em .75em;
    font-weight: normal;
    text-align: left
}
.noshi td:last-child{
    width: 400px;
    border: 1px solid #c6c1bb;
    padding: .25em .75em;
    font-weight: normal;
    text-align: left
}
@media screen and (min-width:768px){
  .noshi {
    margin: 0;
  }
}

/******************************************************
トップページスライダーの下のサブバナー
******************************************************/

/* PC表示 */
#top_sub-banner {
  margin-top: 2rem
}
.top_sub-banner_container {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  column-gap: 1.5rem;
}

/* SP表示 */
@media screen and (max-width: 768px){
  .top_sub-banner_container {
    display: block;  
  }
  .top_sub-banner {
    margin-bottom: 1rem;
  }
}

/******************************************************
会員特典について
******************************************************/

/* 会員特典について */
.innerwrap {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.pageTitle {
  padding: 0;
  margin: 0 0 5rem 0;
  color: #902727;
  font-size: 2.5rem;
  font-weight: bolder;
  border-bottom: 0;
}
.box-tokuten {
  padding: 1.25rem;
}
/* .box-tokuten .card-tokuten:first-child {
  border-top: dotted 1px #9e9e9f!important;
  } */
.box-tokuten .card-tokuten {
  border-bottom: dotted 1px #9e9e9f!important;
  padding: 2rem 0!important;
  }
.box-tokuten .card-tokuten .image {
  text-align: center;
}
.card-tokuten h3 {
  line-height: 1.4;
  font-weight: bold;
  padding: 0;
  margin: 0.5em 0;
}

@media screen and (min-width: 768px){
  .pageTitle {
  margin-bottom: 3rem;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bolder;
 }
 .card-tokuten {
  display: flex;
 }
 .card-tokuten .image {
  padding-right: 50px;
 }
}

/* 会員ステージ説明 */
.membership_bg {
  background-color: #fff!important;
}
/* 会員ステージ特典 */
.membership_table_bg {
  background-color:#fff!important;
}

/* 会員登録へのボタン */
.membership_btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #333!important;
}
 .membership_btn .membership_button {
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  padding: 1rem 7rem;
}

/******************************************************
栄養成分表示・原材料名一覧表
******************************************************/

/* 栄養成分一覧表 */
.wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 12px;
}
.ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1rem 0;
  padding: 0.5rem;
}
.inner-wrapper {
  margin-bottom: 4rem;
  margin-left: 2rem;
  margin-right:2rem;
}
.c_ttl {
  text-align: center;
  background-color: #f2f2f2;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.nutrition-facts_ingredients-container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  /* border-top: 1px solid #c5c0bb; */
}
.inner-wrapper p {
  text-align: center;
  margin-bottom: 2rem;
}
.tbl-container {
  display: flex;
}
.tbl-title {
  flex: 2;
  padding: 0.5rem;
}
.tbl-text {
  flex: 3;
  padding: 0.5rem;
  border-left:1px solid #c5c0bb;
  border-right:1px solid #c5c0bb;
  border-bottom: 1px solid #c5c0bb;
  /* text-align: justify!important; */
}
.tbl-title {
  background: #eceae8;
  border-left:1px solid #c5c0bb;
  border-bottom: 1px solid #c5c0bb;
}
.product-ttl {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #c5c0bb;
}

/* 原材料名 */
.ingredients-border {
  border-bottom: 1px solid #c5c0bb;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}


/******************************************************

******************************************************/

/* よくあるお問い合わせ用 */
.qa-container {
  margin: 20px;
  padding: 20px;
}

.question {
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.question::before {
  content: 'Q.'; 
  position: absolute;
  left: 0;
}

.answer {
  margin-left: 20px;
  position: relative;
  padding-left: 20px;
}

.answer::before {
  content: 'A.'; 
  position: absolute;
  left: 0;
}

.linkfaq {
  position: relative;
  padding-left: 20px;
}

.linkfaq::before {
  content: '\2192'; 
  position: absolute;
  left: 0;
}

.color-ec-faq {
  color: #902727;
}

/******************************************************
LP
******************************************************/
/* LP共通とお重仕立てのモンブランLP */
.lp_pc_slide {
  display: none;
}
.lp_sp_slide {
  display: block;
}  

#lp_lead-sentence{
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
.lp_main-title {
  font-size: 1.8rem;
  border-bottom: solid 1px #c5c0bb;
  display: inline-block;
}
.lp_text {
  margin-top: 1.5rem;
  text-align: center;
}
.sp_only_br {
  display: block;
}
#lp_review {
  background-color: #f2efe9;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.lp_review_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}
.lp_review_title span {
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: normal;
}
.lp_review_container {
  margin-top: 4rem;
}
#lp_review .inner {
  padding: 0 3rem;
}
.lp_review_container {
  list-style-type: none;
}
.lp_review_list {
  background-color: #fff;
  padding: 3rem;
  margin-top: 2rem;
  box-shadow: 2px 2px 5px #aaa;
  border-radius: 10px;
}
.lp_review_star {
  display: flex;
}
.lp_review_star_container li {
  width: 1.8rem;
}
.lp_review_star_container {
  display: flex;
  list-style-type: none;
}
.lp_review_level {
  margin-right: 1rem;
  padding-top: 4px;
}
.lp_review_name {
  text-align: center;
}
.lp_review_ttl {
  font-size: 1.3rem;
  color: #f86f00;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.lp_review_txt {
  border-top: solid 1px #c5c0bb;
  padding-top: 1rem;
  text-align: justify;
}
.lp_review_date {
  text-align: right!important;
  font-size: 1rem;
}
#lp_item-exp {
  background-image: url(https://www.nakajimataishodo-shop.jp/nakajima-assets/img-special/lp/bg01.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lp_item-exp_img {
  padding-top: 2.5rem;
}
.lp_item-exp_ttl {
  padding-top: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #902727;
  text-align: center;
}
.lp-btn {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.lp-btn-link {
  display: block;
  width: 80%;
  background-color: #902727;
  border-radius: 10px;
  padding: 1rem 2rem;
  color: #fff!important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cart_fixed a .lp_cart-btn {
  background: #902727;
}

@media screen and (min-width: 768px){
  .lp_pc_slide {
    display: block;
  }
  .lp_sp_slide {
    display: none;
}
  #lp_lead-sentence{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #lp_review {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lp_main-title {
    font-size: 2.8rem;
    border-bottom: solid 2px #c5c0bb;
  }
  .lp_text {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
  .sp_only_br {
    display: none;
  }
  .lp_review_top {
    width: 65%;
    margin: 0 auto;
  }
  .lp_review_title {
    font-size: 2.3rem;
  }
  .lp_review_date {
    text-align: right!important;
    font-size: 1.2rem;
  }
  #lp_item-exp {
    padding-bottom: 8rem;
  }
  .lp_review_container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
  }
  .lp_review_list {
    flex: 40%;
  }
  #lp_item-exp {
    padding-top: 15rem;
  }
  .lp_item-exp_tv {
    width: 55%;
    margin: 0 auto;
  }
  .lp_item-exp_img {
    margin: 0 auto;
    padding-top: 5rem;
  }
  .lp_item-exp_ttl {
    padding-top: 10rem;
    font-size: 2.3rem;
  }
  .lp-btn {
    width: 40%;
    margin-top: 8rem;
    transition: all .3s linear;
  }
  
  .lp-btn-link {
    padding: 2rem 1rem;
  }
  .lp-btn-link:hover {
    transition: all .3s linear;
    background-color: #a10606;
  }
  .pc_cart_fixed a .lp_cart-btn {
    background: #902727;
  }
}

/* いもくりLP */
.lp_productList_container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  list-style-type: none;
}
.lp_productList_item {
  flex: 40%;
  background: #f2efe9;
  position: relative;
}
.lp_productList_title {
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.lp_productList_box {
  width: 65%;
  margin: 0 auto;
}
.productList_item_btn-link {
  display: block;
  width: 70%;
  background: #902727;
  color: #ffffff!important;
  padding: 1rem 0.3rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
#lp_award {
  background-image: url(https://www.nakajimataishodo-shop.jp/nakajima-assets/img-special/lp/bg04.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem;
  text-align: center;
}
.lp_award_lead {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
}
.lp_award_img {
  margin-top: 2.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lp_award_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
}
.lp_award_txt {
  flex: 0 0 75%;
  font-size: 1.3rem;
  color: #bc9908;
  font-weight: bold;
}
.award_deco {
  flex: 0 0 35px;
}
#lp_productList {
  margin-top: 3rem;
}


@media screen and (min-width: 768px) {
  .lp_productList_item {
    flex: 20%;
    background: #f2efe9;
  }
  .lp_productList_img {
    overflow: hidden;
  }
  .lp_productList_img img {
    transition: 1s all;
  }
  .lp_productList_img img:hover {
    transform: scale(1.1);
    transition: all .3s linear;
  }
  #lp_award {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .lp_award_lead {
    font-size: 2.8rem;
  }
  .lp_award_img {
    width: 50%;
    margin-top: 5rem;
  }
  .lp_award_box {
    margin-top: 2.5rem;
  }
  .lp_award_txt {
    flex: 0 0 55%;
    font-size: 2rem;
  }
  #lp_productList {
    margin-top: 6rem;
  }
}

/* ==============
法人様・大口ご注文
=================*/
/* 共通 */
#kv,
#contact,
#service,
#process,
#recommended,
#giftwrapping{
  margin-bottom: 5rem;
}
#faq {
  margin-bottom: 8rem;
}
#contact h2,
#service h2,
#process h2,
#recommended h2,
#giftwrapping h2,
#faq h2,
#form h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #b39f6e;
  text-align: center;
  margin-bottom: 5rem;
}
#contact h2 span,
#service h2 span,
#process h2 span,
#recommended h2 span,
#giftwrapping h2 span,
#faq h2 span,
#form h2 span {
  display: block;
  color: #333;
  font-size: 2rem;
}
#contact li,
#service li,
#process li,
#recommended li,
#giftwrapping li,
#faq li,
.faq_accordion li {
  list-style-type: none;
}
#service,
#giftwrapping {
  background: #f2f2f2;
  padding: 5rem;
}

@media screen and (max-width: 768px) {
#contact h2,
#service h2,
#process h2,
#recommended h2,
#giftwrapping h2,
#faq h2,
#form h2 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
#contact h2 span,
#service h2 span,
#process h2 span,
#recommended h2 span,
#giftwrapping h2 span,
#faq h2 span,
#form h2 span {
  font-size: 1.3rem;
}
#service,
#giftwrapping {
  padding: 2rem;
}
}

/* キービジュアル */
.kv_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .kv_sp {
    display: block;
  }
  .kv_pc {
    display: none;
  }
}

/* コンタクト */
.contact_lead {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.contact_btn {
  margin-top: 2rem;
  text-align: center;
}
.contact_btn a {
  display: inline-block;
  width: 40%;
  max-width: 300px;
  color: #fff;
  background: #ce512f;
  line-height: 7rem;
  border: 1px solid #ce512f;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s linear;
}
.contact_btn a:hover {
  opacity: .7;
  }

@media screen and (max-width: 768px) {
  .contact_lead {
    font-size: 1.5rem;
  }
  .contact_btn a{
    width: 70%;
    font-size: 1.2em;
    line-height: 4.5rem;
  }
}
  
/* サービス */
.service_lead {
  text-align: center;
}
.service_lead p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.service_box_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
}
.service_box {
  flex: 45%;
  background-color: #fff;
  box-shadow: 2px 2px 5px #aaa;
  border-radius: 10px;
}
.service_boxitem {
  display: flex;
  padding: 3rem;
}
.service_icon {
  flex: 0 0 120px;
  align-self: center;
  margin-right: 20px;
}
.service_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .service_lead p {
    font-size: 1.5rem;
  }
  .service_box_container,
  .service_boxitem {
    display: block;
  }
  .service_boxitem {
    padding: 1rem 2rem;
  }
  .service_box {
    margin-bottom: 2rem;
  }
  .service_icon {
    width: 20vw;
    margin: 0 auto;
  }
  .service_title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
  }
}

/* ご注文の流れ */
#process {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.process_box {
  display: flex;
  border: 1px solid #33333394;
  padding: 3rem;
}
.process_box:not(:last-child) {
  margin-bottom: 6rem;
}
.process_title {
  flex: 0 0 30%;
  align-self: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #902727;
}
.process_text {
  flex: 0 0 70%;
}
.process_box_container {
  counter-reset: number 0;
}
.process_box {
  position: relative;
}
.process_box::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 3rem;
  background-color:#fff;
  position: absolute;
  top: -20px;
  left: -10px;
  padding: 0  20px 10px 0;
}
.process_box:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 110%;
  right: 46%;
  width: 50px;
  height: 25px;
  background-image: url(https://www.nakajimataishodo-shop.jp/nakajima-assets/img-business/arrow02.png);
}

@media screen and (max-width: 768px) {
  .process_box {
    display: block;
    padding: 2rem 2rem 1.2rem 2rem;
  }
  .process_title {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
  }
  .process_box:not(:last-of-type)::after {
    right: 42%;
  }
}
/* おすすめ商品 */
#recommended {
  padding: 5rem;
}
.recommended_box_container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
}
.recommended_box {
  flex: 30%;
  padding: 2rem;
}
.recommended_name {
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}
.recommended_price {
  text-align: right;
  font-size: 1.5rem;
}
.recommended_img {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  #recommended {
    padding: 0 2rem;
  }
  .recommended_box_container {
    grid-template-columns: repeat(2,1fr);
  }
  .recommended_box {
    padding: 0;
  }
}

/* ギフトラッピング */
.giftwrapping_box_container {
  display: flex;
  gap: 5rem;
}
.giftwrapping_box {
  background: #fff;
  box-shadow: 2px 2px 5px #aaa;
  border-radius: 10px;
  margin-bottom: 3rem;
}
.giftwrapping_link {
  width: 45%;
  text-align: right;
  padding-right: 2.5rem;
}
.giftwrapping_link a {
  position: relative;
  padding: 0.8rem 2rem;
  display: inline-block;
  transition: all .3s linear;
}
.giftwrapping_link a:hover {
  background: #333;
  color: #fff;
}
.giftwrapping_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18%;
  width: 40px;
  height: 1px;
  background: #333;
  transition: all .3s linear;
}
.giftwrapping_link a::after {
  content: "";
  position: absolute;
  top: 23%;
  right: -14%;
  width: 1px;
  height: 12px;
  background: #333;
  transform: skewX(45deg);
  transition: all .3s linear;
}
.giftwrapping_link a:hover::before {
  right: -24%;
}
.giftwrapping_link a:hover::after {
  right: -20%;
}

@media screen and (max-width: 768px) {
  .giftwrapping_box_container {
    display: block;
  }
  .giftwrapping_box {
    margin-bottom: 2rem;
  }
  .giftwrapping_link {
    width: 100%;
  }
  .giftwrapping_link a {
    transition: none!important;
  }
  .giftwrapping_link a:hover {
    background: #f2f2f2;
    color: #333;  
  }
}

/* よくあるご質問 */
#faq {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.faq_accordion li {
  margin: 3rem 0;
}
.faq_q {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 1rem 0 1rem 2.5rem;
  margin: 0!important;
  transition: all .5s ease;
}
.faq_q::before {
  position: absolute;
  content: "Q.";
  font-weight: bold;
  font-size: 1.6rem;
  top: 11%;
  left: 0;
}
.faq_q::after {
  position: absolute;
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  border-top: 1px solid #b39f6e;
  border-right: 1px solid #b39f6e;
  transform: rotate(315deg);
  top: 50%;
  right: 5%;
  margin-top: -10px;
}
.faq_q p {
  padding-right: 1.5rem;
  max-width: 90%;
}
.faq_q.close::after {
  transform: rotate(135deg);
}
.faq_a {
  display: none;
  position: relative;
  background: #f2f2f2;
  padding: 3rem;
  margin-top: 1rem;
}
.faq_a::before {
  position: absolute;
  content: "A.";
  font-weight: bold;
  font-size: 1.6rem;
}
.faq_a p {
  padding: 0 0 0 2.5rem;
  margin: 0!important;
}

@media  screen and (max-width: 768px) {
  #faq {
    width: 90%;
  }
  .faq_a {
    padding: 2rem;
  }
}
/* ページトップボタン */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #333;
  width: 6rem;
  height: 6rem;
  transition: all 0.3s ease;
}
#page-top a::before {
  position: absolute;
  content: " ";
  width: 2rem;
  height: 2rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(315deg);
  top: 40%;
  left: 35%;
}
#page-top a:hover {
  opacity: .7;
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #page-top a {
    width: 5rem;
    height: 5rem;
  }
  #page-top a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  #page-top {
    right: 10px;
    bottom: 20px;
  }
}

/* IF UI Improvements
------------------------------------------------------------- */
/* SP DrawerNav LowerCategory Adjustment */
@media screen and (max-width: 1024px) {
  .m-drawerNav-sp .toggle_menu .second-nav  {
    background-color: #f2f2f2;
  }
  #h_nav .m-drawerNav-sp .toggle_menu .second-nav li a {
    padding-left: 30px;
  }
}
/* siteTop RankingTabMenu Adjustment */
#top_ranking .tab_ranking_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 55px;
  padding: 0 20px;
}
#top_ranking .tab_ranking_btn::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e6e6e6;
  z-index: 1;
}
#top_ranking .ranking_btn {
  position: relative;
  width: calc((100% / 2) - 10px);
  height: 55px;
  border: none;
  margin: 0;
}
#top_ranking .ranking_btn__inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f2f2f2;
  z-index: 2;
}
#top_ranking .ranking_btn.active .ranking_btn__inner {
  background-color: #fff;
}
#top_ranking .ranking_btn img {
  border: none;
  width: auto;
  height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  #top_ranking .top_title_area {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
  }
  #top_ranking .top_title_area .main_title {
    width: 100%;
    text-align: left;
  }
  #top_ranking .tab_ranking_btn {
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  #top_ranking .ranking_btn {
    width: 200px;
  }
  #top_ranking .ranking_btn__inner {
    padding: 10px 20px;
  }
}
/* siteTop ColumnArea */
@media screen and (max-width: 1024px) {
  #top_column {
    border-bottom: 1px solid #ccc;
  }
  #top_column .information_list .c_list a {
    display: block;
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
  }  
  #top_column .information_list .c_list a .data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_column .information_list .c_list a time {
    font-weight: bolder;
  }
  #top_column .information_list .c_list a .cat {
    margin-left: 1rem;
    padding: 0 1em;
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    background: #333;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  #top_column {
    padding: 0;
  }
  #top_column .column_list_cover {
    padding: 6rem 0;
    border-bottom: 1px solid #ccc;
  }
  #top_column .top_title_area {
    margin-bottom: 3rem;
  }
  #top_column .information_list .c_list:nth-child(n+2) {
    margin-top: 2rem;
  }
  #top_column .information_list .c_list a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_column .information_list .c_list a .data {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
  }
  #top_column .information_list .c_list a time {
    width: 90px;
    font-weight: bolder;
  }
  #top_column .information_list .c_list a .cat {
    min-width: 100px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 3rem;
    text-align: center;
    background: #333;
    border-radius: 1.5rem;
  }
  #top_column .information_list .c_list a h3 {
    width: calc(100% - 230px);
  }
}
/* FormAssist Highlight */
[type=hidden].is-error, [type=text].is-error, [type=search].is-error, [type=tel].is-error, [type=url].is-error, [type=email].is-error, [type=password].is-error, [type=datetime].is-error, [type=date].is-error, [type=month].is-error, [type=week].is-error, [type=time].is-error, [type=datetime-local].is-error, [type=number].is-error, select.is-error, textarea.is-error {
  border-width: 2px;
  background-color: #fceef0;
}
.fs-c-assist.is-error {
  position: relative;
  margin-top: 10px;
  color: #fff;
  background-color: #da4453;
  border-radius: 10px;
}
.fs-c-assist.is-error::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  background-color: #da4453;
  width: 16px;
  height: 12px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%); 
}
.fs-c-assist.is-error .fs-c-assist__message {
  padding: 2px 10px 2px 12px;
  font-weight: bold;
  color: #fff;
}
.fs-c-assist.is-error .fs-c-assist__message::before {
  color: #fff;
}
/* AnyGiftButton Adjust */
.product_data_cover .anygift-gift-ui__container {
  margin-inline: auto;
  margin-top: 30px;
}
/* productDetail CTA Emphasis */
.fs-l-productLayout .fs-p-productDescription .back-product {
  display: none;
}
.fs-l-productLayout .cart_cover {
  margin-top: 2rem;
}
.fs-l-productLayout .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct,
.fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail,
.fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail {
  line-height: 5rem;
}
.fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  background: #da4453;
}
@media screen and (max-width: 1024px) {
  .fs-l-productLayout .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct,
  .fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail,
  .fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail {
    line-height: 4.5rem;
  }
  .fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
    height: 6rem;
  }
  .fs-l-productLayout .product_sns_cover {
    margin-top: 8rem;
  }
}

/* ShoppingCart CTA Emphasis */
#fs_ShoppingCart.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart .fs-c-button--cancel--cart {
  color: #000!important;
  background-color: #fff!important;
}
#fs_ShoppingCart.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart .fs-c-button--cancel--cart::after {
  content: "✕";
  padding-left: 5px;
  font-size: 11px;
  color: #000;
}
#fs_ShoppingCart.fs-body-cart .fs-c-cartPayment .fs-c-button--loginAndPurchase,
#fs_ShoppingCart.fs-body-cart .fs-c-cartPayment .fs-c-button--unregisteredUserPurchase,
#fs_ShoppingCart.fs-body-cart .fs-c-cartPayment .fs-c-button--purchaseHere.fs-c-button--primary {
  border-color: #da4453;
  background-color: #da4453;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #fs_ShoppingCart.fs-body-cart .fs-c-cartTable__actionButton__container--cancel--cart .fs-c-button--cancel--cart {
    max-width: 100px;
  }
  #fs_ShoppingCart.fs-body-cart .fs-c-cartPayment .fs-c-button--loginAndPurchase,
  #fs_ShoppingCart.fs-body-cart .fs-c-cartPayment .fs-c-button--unregisteredUserPurchase,
  #fs_ShoppingCart.fs-body-cart .fs-c-cartPayment .fs-c-button--purchaseHere.fs-c-button--primary {
    line-height: 4.5rem;
  }
}

/* 
-- KSI Adjust ---
wishlist button size adjust
2024.11.18 Add KSI sakakibara-t 
*/
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
    width: 100%;
}