@charset "UTF-8";
/* ########################################################### */
/* # override.css                                            # */
/* # author : iBRIDGE Corporation.                           # */
/* ########################################################### */
/* ======================================================================= */
/* 作業者用説明 */
/* SCSSの構築環境が必要。 */
/* ======================================================================= */
/* ------------------------------------------------------- */
/* OVERRIDE FUTURESHOP DEFAULT                             */
/* ------------------------------------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #333;
  vertical-align: baseline;
  line-height: 1.6;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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 {
  font-size: 14px;
  color: #333;
}

body {
  overflow-x: hidden;
}

.fs-l-page {
  overflow-x: hidden;
}

@media screen and (min-width: 960px) {
  .fs-l-pageMain {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media all and (-ms-high-contrast: none) {
  .fs-l-pageMain {
    flex: auto;
    -ms-flex: auto;
    -webkit-box-flex: 1 !important;
  }
}

.ib_l-rankingArea .fs-p-heading--lv2 {
  display: none;
}

.ib_l-rankingArea .ib_p-recommend--onTarget--headding {
  display: block;
}

.ib_l-signUp--false {
  display: block;
}

.ib_l-signUp--true {
  display: none;
}

.fs-pt-column--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fs-pt-column--3 .fs-pt-column__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fs-pt-column--3 .fs-pt-column__item .fs-pt-column__heading {
  font-size: 1rem;
}

@media screen and (max-width: 800px) {
  .fs-pt-column--3 .fs-pt-column__item .fs-pt-column__description {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .fs-l-main--headerFixed {
    position: relative;
  }
}

.fs-l-product2 .fs-l-productLayout {
  font-size: 5vw;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 600px) {
  .fs-l-product2 .fs-l-productLayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
    grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
  }
}

.fs-l-product2 .fs-l-productLayout__item--1 {
  -ms-grid-row: 1;
  grid-row: 1;
}

@media screen and (min-width: 600px) {
  .fs-l-product2 .fs-l-productLayout__item--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}

.fs-l-product2 .fs-l-productLayout__item--2 {
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (min-width: 600px) {
  .fs-l-product2 .fs-l-productLayout__item--2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.fs-l-product2 .fs-l-productLayout__item__comment {
  -ms-grid-row: 4;
  grid-row: 4;
}

@media screen and (min-width: 600px) {
  .fs-l-product2 .fs-l-productLayout__item__comment {
    margin: 0 10px;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.fs-l-product2 .fs-l-productLayout__item__comment__1 {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.fs-l-product2 .fs-l-productLayout__item__comment__2 {
  -ms-grid-row: 5;
  grid-row: 5;
}

@media screen and (min-width: 600px) {
  .fs-l-product2 .fs-l-productLayout__item__comment__2 {
    margin: 0 10px;
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

.fs-l-product2 .fs-l-productLayout .fs-p-productDescription {
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-l-product2 .fs-l-productLayout .fs-p-productDescription table {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .fs-l-product2 .fs-l-productLayout .fs-p-productDescription {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    text-align: center;
  }
}

.fs-l-product2 .fs-l-productLayout .ib_p-recommend--category {
  margin: 20px 0;
}

#ib_nonBigimg .fs-c-productReview {
  -ms-grid-row: 4;
  grid-row: 4;
  grid-column: unset;
}

@media screen and (min-width: 600px) {
  #ib_nonBigimg .fs-c-productReview {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

#ib_nonBigimg .ib_u-reviewAnchor {
  color: #3790e8;
  margin-bottom: 5px;
}

#ib_nonBigimg #ib_u-reviewAnchor {
  -ms-grid-row: 3;
  grid-row: 3;
  grid-column: unset;
}

@media screen and (min-width: 600px) {
  #ib_nonBigimg #ib_u-reviewAnchor {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

.item-comment__wrap {
  margin: 30px 0;
  text-align: left;
}

.item-comment__wrap .item-comment__title {
  font-size: 5vw;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .item-comment__wrap .item-comment__title {
    font-size: 1.7em;
  }
}

.item-comment__wrap .itemm-comment {
  font-size: 4vw;
}

@media screen and (min-width: 600px) {
  .item-comment__wrap .itemm-comment {
    font-size: 1.3rem;
  }
}

.fs-c-productNameHeading {
  line-height: 1;
}

.fs-c-productNameHeading__copy {
  font-size: 0.6em;
  margin: 0 0 15px 0;
  display: inline-block;
}

.fs-c-productNameHeading__name {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}

.fs-c-productNumber {
  border: none;
  padding: 4px 0;
}

.fs-c-productNumber__label {
  font-size: 1em;
}

.fs-c-productNumber__number {
  margin-left: 10px;
  font-size: 1em;
  font-weight: bold;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__main__label,
.fs-c-productPrices--productDetail
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__price.fs-c-price,
.fs-c-productPrice--listed
  .fs-c-productPrices--productDetail
  .fs-c-productPrice__main__price.fs-c-price {
  margin-right: 20px;
  font-size: 1.3em;
  font-weight: bold;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__main__price::after {
  font-size: 0.5em;
}

.fs-c-productPrices--productDetail .fs-c-price__currencyMark {
  font-size: 0.7em;
  font-weight: bold;
  color: #d10000;
}

.fs-c-productPrices--productDetail .fs-c-price__value {
  font-size: 1em;
  font-weight: bold;
  color: #d10000;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-weight: bold;
  line-height: 1.5;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__addon__label {
  font-weight: bold;
  font-size: 1em;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__price {
  text-decoration: line-through;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__price::after {
  content: "（税込）のところ";
  font-size: 1em;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice--listed
  .fs-c-price__currencyMark {
  font-size: 1em;
}

.fs-c-productPrices--productDetail
  .fs-c-productPrice--listed
  .fs-c-price__value {
  font-size: 1.5em;
}

.fs-c-productPointDisplay {
  background: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 4px 0 4px 0;
}

.fs-c-productPointDisplay span {
  color: #d10000;
  font-size: 1.2rem;
}

.fs-c-productPointDisplay__quantity {
  font-size: 1.6rem !important;
}

.fs-c-productPointDisplay::before {
  position: relative;
  content: "";
  width: 20px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  background-size: cover;
  background-image: url(https://otona2020.itembox.design/item//samplecoin.gif);
  /*background-image: url(https://otona2020.itembox.design/item/icon-pt.png);*/
}

.ib_p-signupText--details {
  background: #ffffff;
}

.ib_p-signupText--details a {
  text-decoration: underline;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0 4px 0;
}

.ib_p-signupText--details a::before {
  position: relative;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
  display: inline-block;
  background-size: cover;
  background-image: url(https://otona2020.itembox.design/item/icon-pen.png);
}

.fs-c-variationLabel {
  background: #f8f1eb;
  padding: 2px 5px;
}

.fs-c-productQuantityAndWishlist__quantity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量";
  width: 100%;
}

.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__message {
  position: absolute;
  top: -2em;
}

.fs-l-productLayout__item .fs-c-productActionButton {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

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

.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary {
  min-width: 100%;
}

.fs-c-button--primary .fs-c-button__label {
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}

.fs-c-returnedSpecialContract__link a {
  font-size: 1.2em;
  font-weight: bold;
  color: #d10000;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label::after {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fs-l-header {
  padding-top: 0;
}

.fs-l-header__contents {
  -ms-grid-rows: 35% 35% 30%;
  grid-template-rows: 35% 35% 30%;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%;
  height: auto;
  max-width: 1200px;
  margin: 10px auto;
}

@media screen and (max-width: 960px) {
  .fs-l-header__contents {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 960px) {
  .fs-l-header__contents .fs-p-drawerButton__icon {
    font-size: 2rem;
  }
}

.fs-l-header__leftContainer {
  -ms-grid-column: 1;
  grid-column: 1;
}

@media screen and (min-width: 960px) {
  .fs-l-header__leftContainer {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0 20px;
  }
}

.fs-l-header__utility {
  display: none;
}

@media screen and (min-width: 960px) {
  .fs-l-header__utility {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 35% 65%;
    grid-template-rows: 35% 65%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fs-l-header__utility .fs-p-phoneOrder {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 10px auto;
  }
  .fs-l-header__utility .fs-p-phoneOrder p {
    text-align: center;
  }
  .fs-l-header__utility .fs-p-phoneOrder__phoneNum {
    font-size: calc(10px + 1vw);
  }
  .fs-l-header__utility .fs-p-phoneOrder__addition {
    font-size: calc(10px + 0.05vw);
    font-family: inherit;
  }
  .fs-l-header__utility .fs-p-headerUtilityMenu {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.fs-l-header__logo {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 960px) {
  .fs-l-header__logo {
    padding: 8px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

.fs-l-header__welcomeMsg.is-ready {
  display: none;
}

@media screen and (min-width: 960px) {
  .fs-l-header__welcomeMsg.is-ready {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.fs-l-header__welcomeMsg .fs-p-memberInfo__stage {
  display: none;
}

.fs-l-header__welcomeMsg .fs-p-memberInfo__points {
  font-size: 1rem;
}

.fs-l-header__welcomeMsg .ib_p-memberInfo_coupon a {
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.fs-l-header__welcomeMsg .ib_p-memberInfo_coupon a::before {
  content: "▲";
  position: relative;
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

.fs-l-header__drawerOpener {
  display: block;
}

@media screen and (min-width: 960px) {
  .fs-l-header__drawerOpener {
    display: none;
  }
}

.fs-l-header .ib_c-hotKeyword {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  padding: 8px;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 960px) {
  .fs-l-header .ib_c-hotKeyword {
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 3px;
  }
}

.fs-l-header .ib_c-hotKeyword__keyWordList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .fs-l-header .ib_c-hotKeyword__keyWordList {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.fs-l-header .ib_c-hotKeyword__keyWordList a {
  margin: 1px;
  padding: 0.5vw 1.5vw;
  font-size: 10px;
}

@media screen and (max-width: 960px) {
  .fs-l-header .ib_c-hotKeyword__keyWordList a {
    /*&:nth-child(5){
						display: none;
					}*/
  }
  .fs-l-header .ib_c-hotKeyword__keyWordList a:nth-child(6) {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .fs-l-header .ib_c-hotKeyword a {
    padding: 4px 7px;
    font-size: 12px;
  }
}

@media screen and (min-width: 960px) {
  .fs-l-header .ib_c-hotKeyword {
    padding: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    text-align: left;
  }
  .fs-l-header .ib_c-hotKeyword h3 {
    display: block;
    width: auto;
    font-size: calc(10px + 0.3vw);
  }
  .fs-l-header .ib_c-hotKeyword__keyWordList {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 960px) {
  .fs-l-header .ib_c-hotKeyword h3 {
    font-size: 12px;
    margin: 0;
  }
}

.fs-l-header__information {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .fs-l-header--fixed {
    position: fixed;
    z-index: 8;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .fs-l-header--fixed .fs-p-headerNavBar.ib_u-bgcolor--red {
    display: none;
  }
  .fs-l-header--fixed .fs-l-header__contents {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 10px;
  }
}

.fs-l-headerSiteMenu {
  display: none;
}

@media screen and (min-width: 960px) {
  .fs-l-headerSiteMenu {
    display: block;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 8px;
  }
  .fs-l-headerSiteMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-l-headerSiteMenu__list.fs-clientInfo.is-ready {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-l-headerSiteMenu__list.fs-pt-menu li {
    padding: 0 10px;
    border-right: 1px #333 solid;
  }
  .fs-l-headerSiteMenu__list.fs-pt-menu li:first-of-type {
    border-left: 1px #333 solid;
  }
  .fs-l-headerSiteMenu__list.fs-pt-menu a {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
  .fs-l-headerSiteMenu__list.fs-pt-menu a.fs-pt-menu__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.fs-p-logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .fs-p-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .fs-p-logo__image {
    max-height: 60px;
  }
}

@media screen and (max-width: 960px) {
  .fs-p-logo__image {
    max-height: 40px;
  }
}

@media screen and (max-width: 960px) {
  .fs-p-logo__lead {
    display: none;
  }
}

.fs-p-searchForm {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  padding: 8px;
}

@media screen and (min-width: 960px) {
  .fs-p-searchForm {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

@media screen and (max-width: 960px) {
  .fs-p-searchForm::before {
    font-size: 1.6rem;
  }
}

.fs-p-drawer__buttonContainer {
  display: block;
}

@media screen and (min-width: 960px) {
  .fs-p-drawer__buttonContainer {
    display: none;
  }
}

.fs-p-headerUtilityMenu__list {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

.fs-p-headerUtilityMenu__list .fs-pt-menu__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.fs-p-headerUtilityMenu__list > li + li {
  margin-left: 0;
}

.fs-p-headerUtilityMenu__list a {
  background-color: #c8aa46;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 10px;
}

.fs-p-headerUtilityMenu__list a::before {
  content: unset;
}

.fs-p-headerNavBar {
  display: none;
}

@media screen and (min-width: 960px) {
  .fs-p-headerNavBar {
    display: block;
  }
}

.fs-p-headerNavBar.ib_u-bgcolor--red {
  display: block;
}

.fs-p-headerNavigation__listItem {
  border-right: 1px #333 solid;
  margin: 5px 0;
}

.fs-p-headerNavigation__listItem:first-of-type {
  border-left: 1px #333 solid;
}

.fs-p-headerNavigation__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  font-size: 1.2rem;
  color: #333333 !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.fs-p-headerNavigation__link:hover {
  color: #ffffff !important;
}

.ib_l-header__information {
  text-align: center;
  color: #fff;
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .ib_l-header__information {
    font-size: 0.9rem;
  }
}

.ib_l-header__loginButton {
  display: none;
}

@media screen and (max-width: 960px) {
  .ib_l-header__loginButton {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }
  .ib_l-header__loginButton img {
    width: 25px;
  }
}

.fs-p-memberInfo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 960px) {
  .fs-p-memberInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.ib_l-footer--guide {
  background: #fff;
}

.ib_l-footer--guide__header {
  width: 100%;
  border-bottom: 1px solid #c8aa46;
  margin: 0 0 10px 0;
  padding: 60px 0;
}

.ib_l-footer--guide__header .fs-p-heading--lv2 {
  font-size: 1.5rem;
}

@media screen and (min-width: 960px) {
  .ib_l-footer--guide__header .fs-p-heading--lv2 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.ib_l-footer--guide__header__inner {
  display: block;
}

@media screen and (min-width: 960px) {
  .ib_l-footer--guide__header__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ib_l-footer--guide__header__inner .ib_p-inquiryOrder--footer a {
  font-size: 1.6rem;
}

.ib_l-footer--guide__header__inner .ib_p-inquiryOrder--footer a:hover {
  text-decoration: none;
  color: #aaaaaa;
}

@media screen and (min-width: 960px) {
  .ib_l-footer--guide__header__inner .ib_p-inquiryOrder--footer a {
    font-size: 2.1rem;
  }
}

.ib_l-footer--guide__itemsContainer {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .ib_l-footer--guide__itemsContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.ib_l-footer--guide__item {
  padding: 15px;
  position: relative;
}

.ib_l-footer--guide__item::before,
.ib_l-footer--guide__3::after,
.ib_l-footer--guide__7::after {
  background: none;
}

@media screen and (min-width: 960px) {
  .ib_l-footer--guide__item::before,
  .ib_l-footer--guide__3::after,
  .ib_l-footer--guide__7::after {
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 90%;
    position: absolute;
    background: #c8aa46;
  }
}

.ib_l-footer--guide__item .fs-p-heading--lv2 {
  text-align: left;
  font-size: 1.6rem;
}

.ib_l-footer--guide__item .ib_p-decoration--freeShipping {
  font-size: 1.4rem;
}

.ib_l-footer--guide__1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.ib_l-footer--guide__2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.ib_l-footer--guide__3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.ib_l-footer--guide__4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}

.ib_l-footer--guide__5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}

.ib_l-footer--guide__6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}

.ib_l-footer--guide__7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}

.ib_l-footer--guide__1,
.ib_l-footer--guide__2,
.ib_l-footer--guide__3 {
  border-bottom: 1px solid #c8aa46;
  margin: 0 0 15px 0;
}

.ib_l-footer--guide__3::after,
.ib_l-footer--guide__7::after {
  left: unset;
  right: 0;
}

.ib_l-footer__event {
  background-color: #d5cfcb;
  padding: 10px 0;
}

.ib_l-footer__event__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.ib_l-footer__event h4 {
  font-weight: bold;
  padding: 10px;
}

.ib_l-footer__event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ib_l-footer__event ul li {
  border-top: 1px solid #333;
  padding: 5px 10px;
}

.ib_l-footer__event ul li:first-of-type {
  border-top: 2px solid #333;
}

.ib_l-footer__event ul li a {
  color: #333;
  text-decoration: none;
}

.fs-p-footerUtilityMenu__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-l-footer {
  background-color: unset;
}

.fs-l-footer a {
  color: #333;
}

.fs-l-footer__contents {
  max-width: 100%;
  background: #d5cfcb;
}

.fs-l-footer__contents .fs-p-footerNavigation {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__contents .fs-p-footerNavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fs-l-footer__contents .fs-p-footerNavigation__leftColumn {
  display: block;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__contents .fs-p-footerNavigation__leftColumn {
    width: 60%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr;
    grid-template-columns: 1fr 2.5% 1fr 2.5% 1fr;
  }
}

.fs-l-footer__contents .fs-p-footerNavigation__leftColumn div {
  padding: 10px;
}

.fs-l-footer__contents .fs-p-footerNavigation__rightColumn {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__contents .fs-p-footerNavigation__rightColumn {
    width: 40%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr;
    grid-template-columns: 1fr 2.5% 1fr 2.5% 1fr;
  }
}

.fs-l-footer__contents
  .fs-p-footerNavigation__rightColumn
  .fs_p_footerNavigationCalender {
  padding: 10px;
}

.fs-l-footer__contents
  .fs-p-footerNavigation__rightColumn
  .fs_p_footerNavigationCalender
  p {
  margin-bottom: 10px;
}

.fs-l-footer__contents
  .fs-p-footerNavigation__rightColumn
  .fs_p_footerNavigationCalender
  p:before {
  content: "";
  background: #ffa8a8;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.fs-l-footer__contents
  .fs-p-footerNavigation__rightColumn
  .fs_p_footerNavigationCalender
  .cal_wrapper
  p:before {
  display: none;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  grid-row: 3/8;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__3 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1/8;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__4 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__5 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
  margin-top: -70px;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  margin-top: -40px;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__7 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6/8;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__title {
  font-size: 1rem;
  text-align: left;
  border-bottom: unset;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__navItem a {
  text-decoration: underline;
}

.fs-l-footer__contents .fs-p-footerNavigationItem__navItem a:hover {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 800px) {
  .fs-l-footer__contents {
    display: none;
  }
}

.fs-l-footer__utility {
  background: #c8aa46;
  margin: 0;
  max-width: 100%;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__utility .fs-p-footerUtilityMenu {
    max-width: 1200px;
    margin: 0 auto;
    background: #c8aa46;
  }
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li + li {
  margin-left: 0;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list > li a {
  border-top: 1px solid #fff;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list a {
  color: #ffffff;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list a::before {
  display: none;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list a {
    text-align: center;
  }
}

.fs-l-footer .fs-p-footerCopyright {
  background-color: #c8aa46;
}

.fs-l-footer .fs-p-footerCopyright__text {
  color: #ffffff;
  font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
  .fs-l-footer {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .fs-l-footer--headerFixed {
    position: relative;
  }
}

.fs-body-cart-login,
.fs-body-checkout-multi,
.fs-body-checkout-amazon,
.fs-body-customerDetails,
.fs-body-checkout-multiAddress,
.fs-body-checkout-multiAddress-products,
.fs-body-checkout-multiAddress-options {
  /*.fs-c-panelContainer {
		display: none;
	}*/
}

.fs-body-cart-login .fs-l-main,
.fs-body-checkout-multi .fs-l-main,
.fs-body-checkout-amazon .fs-l-main,
.fs-body-customerDetails .fs-l-main,
.fs-body-checkout-multiAddress .fs-l-main,
.fs-body-checkout-multiAddress-products .fs-l-main,
.fs-body-checkout-multiAddress-options .fs-l-main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-body-cart .fs-c-cartTableContainer {
  margin: 20px 0;
}

.fs-body-cart .fs-c-cartTable__actionButton__container {
  background: #dddddd;
  padding: 0;
  border: none;
  border-radius: 5px;
}

.fs-body-cart .fs-c-cartTable__actionButton__container button {
  font-size: 1rem;
}

.fs-body-cart .fs-c-cartTable__actionButton__container:hover {
  background: #333333;
}

.fs-body-cart .fs-c-cartTable__actionButton__container:hover button {
  text-decoration: none;
}

.fs-body-cart
  .fs-c-cartTable__actionButton__container:hover
  button
  .fs-c-button__label {
  color: #ffffff;
}

.fs-body-cart .fs-c-cartPayment {
  display: block;
}

.fs-body-cart .fs-c-cartPayment .fs-c-buttonContainer--loginAndPurchase a {
  width: 100%;
}

.fs-body-cart
  .fs-c-cartPayment
  .fs-c-buttonContainer--unregisteredUserPurchase
  a {
  background: #dddddd;
  border: 1px solid #ddd;
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 240px;
  font-size: 1.4rem;
}

.fs-body-cart
  .fs-c-cartPayment
  .fs-c-buttonContainer--unregisteredUserPurchase
  a
  .fs-c-button__label {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-c-cartPayment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.fs-body-cart .fs-c-payWithAmazon {
  display: block;
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-c-payWithAmazon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.fs-body-cart .fs-c-applePay__button {
  display: none;
}

.fs-body-cart .fs-l-cart__contentsArea {
  display: block;
}

@media screen and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain .fs-c-loginForm {
    width: 50%;
    padding: 0 40px;
  }
  .fs-body-cart-login .fs-l-pageMain .fs-c-subSection__title {
    font-size: 3vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 960px) {
  .fs-body-cart-login .fs-l-pageMain .fs-c-subSection__title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser {
    width: 50%;
    margin: 24px auto;
    padding: 0 40px;
  }
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUser {
  text-align: center;
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList {
  display: inline-block;
  margin: 20px auto;
  text-align: left;
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--one {
  font-size: 3vw;
  border-bottom: 5px #ffe1e1 solid;
}

@media screen and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--one {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--one {
    font-size: 18px;
  }
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--number {
  font-size: 1.5em;
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--red {
  color: #d10000;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--red {
    font-size: 2.2vw;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-FirstUserList--red {
    font-size: 22px;
  }
}

.fs-body-cart-login
  .fs-l-pageMain
  .cartFirstUser
  .fs-c-FirstUser
  .fs-c-button--login {
  margin: 10px 0;
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-heading--sub {
  margin-top: 20px;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 6vw;
  color: #d10000;
}

@media screen and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-heading--sub {
    font-size: calc(2.5vw + 1px);
  }
}

@media screen and (min-width: 960px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-heading--sub {
    font-size: 2em;
  }
}

.fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-heading--subSmall {
  display: block;
}

@media screen and (min-width: 768px) {
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-guestPurchase {
    margin: 0;
    padding: 0;
    border: none;
  }
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-guestPurchase a {
    background: #cccccc;
    padding: 0.8em 1.6em 0.6em;
    min-width: 240px;
  }
  .fs-body-cart-login .fs-l-pageMain .cartFirstUser .fs-c-heading--page {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
  }
}

.fs-c-continueShopping {
  margin-bottom: 40px;
}

.fs-c-wishlistProduct__header {
  text-align: center;
}

.fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
    font-size: 1.4rem;
  }
}

.ib_l-fixedNav,
.ib_l-fixedNav--bottom {
  position: fixed;
}

.ib_l-fixedNav--bottom {
  display: none !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.ib_l-fixedNav--bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ib_l-fixedNav--bottom ul li {
  width: calc(100% / 7);
  text-align: center;
}

.ib_l-fixedNav--bottom ul li a {
  background: #521616;
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px 0;
  font-size: 12px;
}

.ib_l-fixedNav--bottom ul li a.ib_l-fixedNav--bottom__cart {
  background: #920d1f;
}

.ib_l-fixedNav--bottom ul li .fs-p-cartItemNumber {
  background: #e25b33;
  border-radius: 50px;
  color: #ffffff;
  display: none;
  font-size: 0.6rem;
  line-height: 15px;
  /* padding: 0.2em 0.3em; */
  position: absolute;
  top: 2px;
  right: 2px;
  width: 15px;
  height: 15px;
  /* padding: 5px; */
}

.ib_l-fixedNav--bottom ul li .fs-clientInfo.is-ready {
  display: block;
}

@media screen and (max-width: 960px) {
  .ib_l-fixedNav--bottom {
    display: block;
  }
}

.ib_l-freeContent {
  background-color: #fff;
  max-width: 100%;
}

.ib_l-freeContent__explanation {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
}

.ib_l-freeContent--layout--1 {
  padding: 10px;
}

.ib_l-freeContent--layout--1 .ib_l-freeContent__section {
  width: 100%;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-freeContent__section {
    margin: 0 0 30px 0;
  }
}

.ib_l-freeContent--layout--1 .ib_c-mainVisual {
  width: 100%;
  border: none;
}

.ib_l-freeContent--layout--1 .ib_c-heading,
.ib_l-freeContent--layout--1 .ib_c-heading--lv1,
.ib_l-freeContent--layout--1 .ib_c-heading--lv2,
.ib_l-freeContent--layout--1 .ib_c-heading--lv3,
.ib_l-freeContent--layout--1 .ib_c-heading--lv4 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ib_l-freeContent--layout--1 .ib_c-heading--lv1 {
  text-align: center;
  font-size: 35px;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_c-heading--lv1 {
    font-size: 35px;
    font-weight: bold;
  }
}

.ib_l-freeContent--layout--1 .ib_c-heading--lv2 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_c-heading--lv2 {
    font-size: 20px;
    font-weight: bold;
  }
}

.ib_l-freeContent--layout--1 .ib_c-heading--lv3 {
  text-align: center;
  font-size: 25px;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_c-heading--lv3 {
    font-size: 16px;
    font-weight: bold;
  }
}

.ib_l-freeContent--layout--1 .ib_c-heading--lv4 {
  text-align: left;
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #835027;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_c-heading--lv4 {
    font-size: 14px !important;
    font-weight: bold;
    margin: 0 0 10px 0;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox,
.ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem,
.ib_l-freeContent--layout--1 .ib_l-flexbox--doubleItems,
.ib_l-freeContent--layout--1 .ib_l-flexbox--tripleItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__explanation {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  font-size: 18px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox__explanation {
    font-size: 14px;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__itemName,
.ib_l-freeContent--layout--1 .ib_l-flexbox__itemName * {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: left;
  font-size: 20px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox__itemName,
  .ib_l-freeContent--layout--1 .ib_l-flexbox__itemName * {
    font-size: 14px;
    height: 60px;
    overflow: hidden;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__itemPrice {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: left;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__itemPrice strong {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__itemPrice strong::after {
  content: "円(税込)";
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox__itemPrice strong::after {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox__itemPrice strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox__itemPrice {
    font-size: 14px;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__button {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  background-color: #920d1f;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  padding: 6px 0;
  text-decoration: none;
  border: 2px solid #920d1f;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox__button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #920d1f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem__otherImg {
  width: 120px;
  border: none;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem__elm1 {
  width: 62%;
  max-width: 560px;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem__elm1 {
    width: 100%;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem__elm1 img {
  width: 100%;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--singleItem__elm2 {
  margin: 0 0 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1
    .ib_l-flexbox--doubleItems
    .ib_l-flexbox__explanation {
    display: none;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--doubleItems__elm {
  max-width: 430px;
  width: 48%;
}

.ib_l-freeContent--layout--1
  .ib_l-flexbox--doubleItems__elm
  .ib_c-heading--lv4 {
  font-size: 20px;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--doubleItems__elm img {
  width: 100%;
}

.ib_l-freeContent--layout--1
  .ib_l-flexbox--doubleItems__elm
  .ib_l-flexbox__itemName,
.ib_l-freeContent--layout--1
  .ib_l-flexbox--doubleItems__elm
  .ib_l-flexbox__itemName
  *,
.ib_l-freeContent--layout--1
  .ib_l-flexbox__itemName
  .ib_l-flexbox--doubleItems__elm
  * {
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1
    .ib_l-flexbox--doubleItems__elm
    .ib_l-flexbox__itemName,
  .ib_l-freeContent--layout--1
    .ib_l-flexbox--doubleItems__elm
    .ib_l-flexbox__itemName
    *,
  .ib_l-freeContent--layout--1
    .ib_l-flexbox__itemName
    .ib_l-flexbox--doubleItems__elm
    * {
    font-size: 14px;
  }
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--tripleItems__elm {
  max-width: 290px;
  width: 32%;
}

.ib_l-freeContent--layout--1 .ib_l-flexbox--tripleItems__elm img {
  width: 100%;
}

.ib_l-freeContent--layout--1
  .ib_l-flexbox--tripleItems__elm
  .ib_l-flexbox__itemName,
.ib_l-freeContent--layout--1
  .ib_l-flexbox--tripleItems__elm
  .ib_l-flexbox__itemName
  *,
.ib_l-freeContent--layout--1
  .ib_l-flexbox__itemName
  .ib_l-flexbox--tripleItems__elm
  * {
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .ib_l-freeContent--layout--1
    .ib_l-flexbox--tripleItems__elm
    .ib_l-flexbox__itemName,
  .ib_l-freeContent--layout--1
    .ib_l-flexbox--tripleItems__elm
    .ib_l-flexbox__itemName
    *,
  .ib_l-freeContent--layout--1
    .ib_l-flexbox__itemName
    .ib_l-flexbox--tripleItems__elm
    * {
    font-size: 14px;
  }
}

.fs-c-button--secondary {
  background: #9d1d1d;
  border: 1px solid #9d1d1d;
  min-width: 100px;
  font-size: 14px;
}

.fs-c-button--secondary::before {
  font-size: 16px;
  left: 10px;
  top: 1px;
}

.fs-c-button--secondary span {
  color: #fff;
}

.fs-c-button--viewProductDetail,
.fs-c-button--addToCart--list {
  padding: 4px 5px;
  border-radius: 50px;
  background: #c8aa46;
}

.fs-c-button--addToCart--list {
  background: #c8aa46;
}

@media screen and (max-width: 960px) {
  .fs-c-button--addToCart--list::before {
    content: unset;
  }
}

.fs-c-button__label {
  font-size: 11px;
}

.fs-c-button--unregisteredUserPurchase .fs-c-button__label {
  color: #333 !important;
}

.fs-c-button--carousel {
  font-size: 2.2rem;
}

.ib_c-button--signUp,
.ib_c-button--login,
.ib_c-button--logout {
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  background: #920d1f;
  width: 49%;
  /* height: 40px; */
  display: block;
  /* margin: 0 auto; */
  text-align: center;
  border-radius: 0;
  padding: 14px 0;
}

.ib_c-button--signUp:visited,
.ib_c-button--login:visited,
.ib_c-button--logout:visited {
  color: #fff;
}

.ib_c-button--signUp:hover,
.ib_c-button--login:hover,
.ib_c-button--logout:hover,
.ib_c-button--signUp:focus,
.ib_c-button--login:focus,
.ib_c-button--logout:focus {
  text-decoration: none;
}

.ib_c-button--login {
  background: #c8aa46;
}

.ib_c-button--logout {
  background: #c8aa46;
}

.ib_c-button--searchButton {
  display: block;
  width: 91%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border: 1px solid #333;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.ib_c-button--searchButton:visited,
.ib_c-button--searchButton:hover,
.ib_c-button--searchButton:focus {
  color: #333;
}

.ib_c-button--sidenav {
  margin: 15px 0 15px 0;
}

.ib_c-button--sidenav a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8aa46;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.ib_p-buttonContainer {
  margin: 40px auto 30px;
  padding: 0 0 30px 0;
}

.ib_p-buttonContainer:hover {
  opacity: 0.8;
}

@media screen and (max-width: 800px) {
  .ib_p-buttonContainer {
    margin: 0 auto 30px;
  }
}

.fs-p-drawer__buttonContainer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  .fs-p-drawer__buttonContainer {
    display: block;
  }
}

.fs-p-scrollingCartButton {
  bottom: 13%;
}

.fs-p-scrollingCartButton__icon {
  color: inherit;
}

.fs-p-scrollingCartButton__label {
  color: inherit;
}

.fs-p-scrollingCartButton--isNavOpened {
  display: none !important;
}

.ib-p-scrollingTopButton {
  display: none;
}

.ib-p-scrollingTopButton .fs-p-scrollingCartButton__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* text-align: center; */
  width: 80px;
}

.ib-p-scrollingTopButton
  .fs-p-scrollingCartButton__button
  .fs-p-scrollingCartButton__label {
  font-size: 0.7rem;
  margin-top: -20px;
}

.ib-p-scrollingTopButton--isNavOpened {
  display: none !important;
}

.fs-c-variationCart__wishlist {
  margin-right: 10px;
}

.fs-c-variationCart > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-variationCart--isNavOpened {
  display: none !important;
}

/* ハートマーク */
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-c-button--particular.fs-c-button--displayPassword::before,
.fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.5rem;
  opacity: 0.8;
}

.fs-c-cartTable__dataCell {
  vertical-align: middle;
}

.fs-c-cartTable__actionButton {
  width: 100px;
}

@media screen and (max-width: 800px) {
  .fs-c-cartTable__actionButton {
    width: auto;
  }
}

.ib_c-icon--arrow--top::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.fs-c-productListCarousel__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #521616;
  height: 50px;
  z-index: 100;
}

.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev
  .fs-c-button--carousel--prev {
  color: #fff;
}

.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next
  .fs-c-button--carousel--next {
  color: #fff;
}

@media screen and (min-width: 600px) {
  .fs-c-productListCarousel__ctrl {
    min-width: 32px;
  }
}

@media screen and (max-width: 960px) {
  .fs-c-productListCarousel__ctrl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
  }
  .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
}

.fs-c-productList__list__item form {
  position: relative;
  padding: 0 0 45px 0;
  height: 100%;
}

.fs-c-productPrice--listed .fs-c-productPrice__main__label,
.fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
  font-size: 10px;
  text-decoration: line-through;
}

.fs-c-productPrice--listed
  .fs-c-productPrice__main__price.fs-c-price
  .fs-c-price__currencyMark {
  font-size: inherit;
}

.fs-c-productPrice--listed
  .fs-c-productPrice__main__price.fs-c-price
  .fs-c-price__value {
  font-size: inherit;
}

.fs-c-productPrice--selling .fs-c-productPrice__main__label,
.fs-c-productPrice--selling
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__price.fs-c-price,
.fs-c-productPrice--listed
  .fs-c-productPrice--selling
  .fs-c-productPrice__main__price.fs-c-price {
  font-size: 12px;
}

.fs-c-productPrice--selling .fs-c-productPrice__main__price.fs-c-price {
  font-size: 12px;
}

.fs-c-productListCarousel
  .fs-c-productListCarousel__list__item
  .fs-c-productListItem__productName {
  overflow: hidden;
  height: 80px;
  /*@include mx_multidevice(max960){
                height: 62px;
            }*/
}

.fs-body-category .fs-c-productList__list__item form {
  position: relative;
  padding: 0 0 45px 0;
  overflow: hidden;
}

.fs-body-category .fs-c-productList__list__item form .ib_p-productName--short {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  height: 40px;
}

.fs-body-category
  .fs-c-productList__list__item
  form
  .fs-c-productListItem__productName {
  display: none;
}

.ib_c-hotKeyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib_c-hotKeyword__keyWordList {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib_c-hotKeyword__keyWord {
  border: 1px solid #728496;
  padding: 4px 7px;
  border-radius: 50px;
  margin-right: 5px;
  font-size: 12px;
}

.ib_c-hotKeyword h3 {
  font-size: 1.1rem;
  font-weight: 600;
  width: 75px;
  margin: 0 10px 0 0;
}

.fs-c-slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-slick .slick-slide {
  height: auto;
  padding: 0 0 45px 0;
}

.fs-c-slick .slick-slide > div {
  height: calc(100% + 45px);
}

.ib_c-itemList--top .fs-c-productListItem {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--top .fs-c-productListItem__productName {
    margin-top: 0;
  }
}

.ib_c-itemList--top .fs-c-productListItem__productName::before {
  content: "送料込";
  position: relative;
  margin: 5px auto;
  background: #920d1f;
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding: 2px 0;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--top .fs-c-productListItem__productName::before {
    margin: 0 auto;
  }
}

.ib_c-itemList--top .fs-c-productListItem .fs-c-productName__copy {
  display: none;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--top .fs-c-productListItem .fs-c-productName__name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.ib_c-itemList--top .fs-c-productListItem__productDescription {
  display: block;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--top .fs-c-productListItem__productDescription {
    display: none;
  }
}

.ib_c-itemList--top .fs-c-productListItem__control {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--top .fs-c-productListItem__control {
    display: none;
  }
}

.ib_c-itemList--wrap .fs-c-productListCarousel__ctrl {
  min-width: 32px;
  display: none !important;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--wrap .fs-c-productListCarousel__ctrl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.ib_c-itemList--wrap .fs-c-productListItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__imageContainer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ib_c-itemList--wrap .fs-c-productListItem .fs-c-productListItem__productName {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice__main__label,
.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__price.fs-c-price,
.fs-c-productPrice--listed
  .ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price.fs-c-price {
  display: none;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__productDescription {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: none;
}

.ib_c-itemList--wrap .fs-c-productListItem .fs-c-productMarks {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  display: none;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__salesPeriod.fs-c-salesPeriod {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  display: none;
}

.ib_c-itemList--wrap
  .fs-c-productListItem
  .fs-c-productListItem__control.fs-c-buttonContainer {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.ib_c-itemList--wrap .fs-c-productListItem__control {
  position: relative;
}

.ib_c-itemList--wrap .fs-c-productListItem__productDescription {
  display: block;
  overflow: hidden;
  height: 65px;
}

@media screen and (min-width: 600px) {
  .ib_c-itemList--wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    width: 100% !important;
    max-width: 864px !important;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ib_c-itemList--freePage .fs-c-productListCarousel__ctrl {
  min-width: 32px;
  display: none !important;
}

.ib_c-itemList--freePage .fs-c-productListItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--freePage .fs-c-productListItem {
    -ms-flex-preferred-size: calc(100% - 8px);
    flex-basis: calc(100% - 8px);
    max-width: calc(100% - 8px);
    min-width: calc(100% - 8px);
  }
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__imageContainer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__productName {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice__main__label,
.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice--listed
  .fs-c-productPrice__main__price.fs-c-price,
.fs-c-productPrice--listed
  .ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main
  .fs-c-productPrice__main__price.fs-c-price {
  display: none;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__productDescription {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: none;
}

.ib_c-itemList--freePage .fs-c-productListItem .fs-c-productMarks {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  display: none;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__salesPeriod.fs-c-salesPeriod {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  display: none;
}

.ib_c-itemList--freePage
  .fs-c-productListItem
  .fs-c-productListItem__control.fs-c-buttonContainer {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.ib_c-itemList--freePage .fs-c-productListItem__control {
  position: relative;
}

.ib_c-itemList--freePage .fs-c-productListItem__productDescription {
  display: block;
  overflow: hidden;
  height: 70px;
}

.ib_c-itemList--freePage .slick-track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}

@media screen and (min-width: 600px) {
  .ib_c-itemList--freePage .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    width: 100% !important;
    max-width: 864px !important;
    position: relative;
  }
}

@media screen and (max-width: 960px) {
  .ib_c-itemList--freePage .slick-track .slick-slide {
    width: 50%;
  }
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  display: none;
}

.fs-c-productPrice__main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-productPrice__main__price::after {
  content: "(税込)";
  color: #333;
}

.fs-c-productPrice__main__price .fs-c-price__value {
  font-weight: 600;
}

.fs-c-productPrice__main__label,
.fs-c-productPrice--listed .fs-c-productPrice__main__price.fs-c-price {
  font-size: 12px;
}

.fs-c-sortItems__list__item.is-active {
  background: #c8aa46;
}

/*.fs-body-category{
	.fs-c-productPrice__main{
		justify-content: center;
		&__price{
			&::after{
				content:'(税込)';
				color: $default_fontcolor;
			}
		}
	}
}*/
.fs-c-productList__list__item .fs-c-productName__copy {
  display: none;
}

@media screen and (max-width: 960px) {
  .fs-c-productList__list__item .fs-c-productName__name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.fs-c-productList__list__item .fs-c-productListItem__productDescription {
  display: block;
}

@media screen and (max-width: 960px) {
  .fs-c-productList__list__item .fs-c-productListItem__productDescription {
    display: none;
  }
}

.fs-c-productList__list__item .ib_p-productDescripton--edit {
  margin: 10px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.fs-c-productList__list__item .fs-c-productListItem__control {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .fs-c-productList__list__item .fs-c-productListItem__control {
    display: none;
  }
}

.fs-c-subgroupList__item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

.fs-c-subgroupList__item .fs-c-subgroupList__link {
  background: #ffffff;
  border: none;
}

.fs-c-subgroupList__item .fs-c-subgroupList__link::after {
  -ms-grid-column: 1;
  grid-column: 1;
}

.fs-c-subgroupList__item .fs-c-subgroupList__link .fs-c-subgroupList__label {
  -ms-grid-column: 2;
  grid-column: 2;
}

.fs-c-subgroupList__item
  .fs-c-subgroupList__link:hover
  .fs-c-subgroupList__label {
  text-decoration: underline;
}

.fs-p-headerNavBar {
  background: #c8aa46;
  border-bottom: unset;
}

.fs-p-headerNavigation__list {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .fs-p-headerNavigation__list {
    width: 100%;
  }
}

.fs-p-headerNavigation__listItem {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-p-heading--lv2 {
  border-bottom: unset;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 30px auto 0px;
}

@media screen and (max-width: 960px) {
  .fs-p-heading--lv2 {
    font-size: 1.4rem;
    margin: 30px auto 20px;
  }
}

.fs-p-heading--lv2--topList {
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 91%;
  font-size: 24px;
  margin: 60px auto 20px;
  padding: 0 0 5px 0;
  letter-spacing: 2px;
}

.fs-p-heading--lv2--topList:first-child {
  margin-top: 0;
}

@media screen and (max-width: 800px) {
  .fs-p-heading--lv2--topList:not(:first-child) {
    margin-top: 0px;
  }
}

.fs-c-breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto;
}

div.fs-c-breadcrumb {
  display: none;
}

.ib_p-decoration--freeShipping {
  color: #920d1f;
  font-size: 2.1rem;
}

.fs-c-mark--preorder {
  background: #336699;
  color: #fff;
}

.fs-c-mark--preorder .fs-c-mark__label {
  color: #fff;
}

.fs-p-inputGroup {
  border: 1px solid #c8aa46;
  background: #c8aa46;
}

@media screen and (max-width: 960px) {
  .fs-p-inputGroup {
    border-radius: 50px;
    overflow: hidden;
  }
}

.fs-p-inputGroup__input {
  padding: 9px 5px;
  height: 35px;
  line-height: 35px;
}

@media screen and (max-width: 960px) {
  .fs-p-inputGroup__input {
    border-radius: 50px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}

.fs-p-inputGroup__button {
  background: #c8aa46;
  height: 35px;
}

@media screen and (max-width: 960px) {
  .fs-p-inputGroup__button {
    height: 30px;
  }
}

.fs-p-inputGroup__button::before {
  line-height: 35px;
}

@media screen and (max-width: 960px) {
  .fs-p-inputGroup__button::before {
    line-height: 30px;
  }
}

.fs-p-productSearch {
  border-bottom: unset;
  padding: 0;
}

.fs-p-productSearch__search {
  max-height: unset;
}

.fs-p-productSearch__form {
  -webkit-transform: unset;
  transform: unset;
  padding: 20px;
  background: #d5cfcb;
}

.fs-p-productSearch__field {
  display: block;
  grid-gap: unset;
  -ms-grid-rows: unset;
  grid-template-rows: unset;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
}

@media screen and (min-width: 960px) {
  .fs-p-productSearch {
    margin-top: 30px;
  }
}

.fs-p-productSearch .fs-c-inputTable__dataCell #fs_input_productSearchKeyword {
  font-size: 0.9rem;
}

.fs-p-productSearch .fs-c-inputTextGroup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-p-productSearch .fs-c-inputTextGroup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-p-productSearch .fs-c-inputTextGroup__item input {
  margin-right: 3px;
  font-size: 0.9rem;
}

.fs-p-productSearch .fs-c-checkbox__label {
  margin-top: 10px;
}

.fs-p-productSearch .fs-c-checkbox__label .fs-c-checkbox__labelText {
  font-size: 12px;
}

.fs-p-productSearch__parameter {
  display: none;
}

@media screen and (min-width: 960px) {
  .fs-l-sideArea {
    max-width: 240px;
  }
}

@media screen and (max-width: 960px) {
  .fs-l-sideArea {
    padding: 20px;
    position: fixed;
    max-width: 100%;
    width: 90%;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s
      cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
      -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 960px) {
  .fs-l-sideArea .fs-clientInfo {
    background: #fff;
    padding: 20px 0;
  }
}

@media screen and (max-width: 960px) {
  .fs-l-sideArea .fs-clientInfo .fs-p-drawer__welcomeMsg {
    margin: 0;
  }
}

.fs-l-sideArea .fs-clientInfo .fs-p-drawer__welcomeMsg .fs-p-welcomeMsg {
  display: none;
}

@media screen and (max-width: 960px) {
  .fs-l-sideArea .fs-clientInfo .fs-p-drawer__welcomeMsg .fs-p-welcomeMsg {
    display: block;
    margin: 0;
  }
}

.fs-l-sideArea .fs-clientInfo .fs-p-drawer__welcomeMsg .fs-p-welcomeMsg span {
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .fs-l-sideArea .fs-clientInfo .ib_p-signUp {
    margin: 0;
  }
}

.fs-l-sideArea .fs-p-memberInfo .fs-p-memberInfo__points span {
  color: #521616;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .fs-l-sideArea .fs-p-heading--lv2 {
    margin: 15px 0 15px 0;
  }
}

.ib_l-sideAreaActive {
  display: block;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.ib_u-blackMask {
  display: none;
}

.ib_u-blackMaskActive {
  background: #000;
  opacity: 0.8;
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 9;
}

.ib_u-bodyOverflow {
  overflow: hidden;
}

.fs-p-sideMenu a:hover {
  background: #d5cfcb;
  color: #333;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: unset;
  border-bottom: 1px solid #999;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-bottom: unset;
}

.fs-p-sideMenu .fs-pt-menu__link {
  padding: 15px;
}

.fs-p-sideMenu .fs-pt-menu__link::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  content: unset;
}

.fs-p-sideMenu .fs-pt-menu__link--lv3::before {
  content: unset;
}

.fs-p-sideMenu .fs-pt-menu__item--lv1,
.fs-p-sideMenu .fs-pt-menu__item--lv2 {
  position: relative;
}

.fs-p-sideMenu .fs-pt-menu--lv2 {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
  box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
}

.fs-p-sideMenu .fs-pt-menu--lv2--active {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 240px;
  width: 240px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: initial;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .fs-p-sideMenu .fs-pt-menu--lv2--active {
    display: none;
  }
}

.fs-p-sideMenu .fs-pt-menu--lv3 {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
  box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2);
}

.fs-p-sideMenu .fs-pt-menu--lv3--active {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 240px;
  width: 240px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: initial;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .fs-p-sideMenu .fs-pt-menu--lv3--active {
    display: none;
  }
}

.ib_p-backNumberList {
  margin-bottom: 2em;
}

@media screen and (max-width: 960px) {
  .ib_p-backNumberList {
    padding: 15px;
  }
}

@media screen and (max-width: 960px) {
  .ib_p-backNumberList .fs-pt-list__link__text {
    font-size: 1.1rem;
  }
}

.fs-p-phoneOrder p {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: left;
  display: block;
}

.fs-p-phoneOrder__phoneNum {
  font-size: 2.1rem;
}

.fs-p-phoneOrder__addition {
  font-size: 0.9rem;
}

.fs-p-phoneOrder--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-p-phoneOrder--footer p {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.fs-p-phoneOrder--footer .fs-p-phoneOrder__phoneNum {
  color: #920d1f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 2.4rem;
}

.fs-p-phoneOrder--footer .fs-p-phoneOrder__phoneNum::before {
  content: "TEL";
  color: #fff;
  background: #920d1f;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0 10px 0 0;
}

.fs-p-phoneOrder--footer .fs-p-phoneOrder__phoneTIme {
  text-align: center;
  font-size: 0.9rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}

.fs-p-phoneOrder--footer .fs-p-phoneOrder__phoneTIme::before,
.fs-p-phoneOrder--footer .fs-p-phoneOrder__phoneTIme::after {
  position: relative;
  content: "";
  width: 6px;
  height: 35px;
  border: 1px solid #333;
  border-right: none;
  display: block;
}

.fs-p-phoneOrder--footer .fs-p-phoneOrder__phoneTIme::after {
  content: "";
  border-right: 1px solid #333;
  border-left: none;
}

.ib_p-inquiryOrder {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib_p-inquiryOrder--footer a {
  color: #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.1rem;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ib_p-inquiryOrder--footer a::before {
  content: "Mail";
  color: #fff;
  background: #c8aa46;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  font-size: 14px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite__items {
    margin: 0 0 60px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.ib_p-staffFavorite__items:not(:first-of-type) {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite__items:not(:first-of-type) {
    margin: 0 0 0 2%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.ib_p-staffFavorite__items__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite__items__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ib_p-staffFavorite__items__img {
  min-width: 40%;
  max-width: 40%;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite__items__img {
    width: 100%;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
  }
}

.ib_p-staffFavorite__items__description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib_p-staffFavorite__items__description__headding {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.ib_p-staffFavorite__items__description__headding::after {
  content: "";
  background-image: linear-gradient(
    to right,
    #000,
    #000 2px,
    transparent 2px,
    transparent 12px
  );
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ib_p-staffFavorite__items__description__headding .ib_p-productName {
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite__items__description__headding .ib_p-productName {
    font-size: 1.2rem;
  }
}

.ib_p-staffFavorite__items__description__comment .ib_p-productChara {
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .ib_p-staffFavorite__items__description__comment .ib_p-productChara {
    font-size: 1.2rem;
  }
}

.ib_p-staffFavorite__items__description__comment .ib_p-productDescription {
  margin: 0 0 20px 0;
}

.ib_p-recommend--category {
  display: none;
}

.ib_p-recommend--onTarget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ib_p-recommend--onTarget--headding {
  display: block !important;
}

.fs-p-heading--lv2--topList {
  display: none;
}

.ib_p-signUp {
  margin: 30px auto;
  display: none;
}

@media screen and (max-width: 960px) {
  .ib_p-signUp {
    display: block;
  }
}

.ib_p-signUp__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ib_c-button--signUp.is-loggedIn--true,
.is-loggedIn--true.ib_c-button--login,
.is-loggedIn--true.ib_c-button--logout {
  display: none;
}

.ib_c-button--login.is-loggedIn--true {
  display: none;
}

.ib_c-button--logout.is-loggedIn--false {
  display: none;
}

.ib_c-button--logout.is-loggedIn--true {
  display: block;
}

.flexslider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto !important;
}

.flexslider .flex-control-thumbs {
  margin: 5px auto 0;
}

.flexslider .flex-control-nav {
  max-width: 800px;
}

@media screen and (max-width: 960px) {
  .flexslider .flex-control-nav {
    bottom: -30px;
  }
}

@media screen and (max-width: 960px) {
  .flexslider .flex-direction-nav {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .flexslider .flex-control-paging li a {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 960px) {
  .flexslider--headerFixed {
    position: relative;
  }
}

.fs-c-checkout-delivery__method {
  background: unset;
}

.fs-c-checkout-delivery__method__message {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-checkout-delivery__method__deliveryDateTime {
  background: rgba(126, 126, 126, 0.08);
  padding: 10px;
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #e5e5e5 !important;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #e5e5e5 !important;
}

.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  background: #e5e5e5 !important;
}

.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title {
  background: #e5e5e5 !important;
}

.fs-c-checkout-couponList__description {
  width: unset;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fs-c-checkout-couponList__control {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.fs-c-checkout-couponStatus {
  width: 150px;
  max-width: 150px;
}

.ib_p-rankingTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #521616;
}

.ib_p-rankingTab__anchor {
  color: #333;
  border: 1px solid #333;
  padding: 10px 0px;
  cursor: pointer;
  list-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .ib_p-rankingTab__anchor {
    width: 17.2%;
    padding: 6px 0px;
  }
}

@media screen and (max-width: 960px) {
  .ib_p-rankingTab__anchor {
    border: 1px solid #521616;
    color: #521616;
    padding: 6px 0px;
  }
}

.ib_p-rankingTab__anchor:not(:first-child) {
  border-left: none;
}

.ib_p-rankingTab__anchor:first-child {
  /*@include mx_multidevice(max960){
        border-radius: 50px 0 0 50px;
      }*/
}

.ib_p-rankingTab__anchor:last-child {
  /*@include mx_multidevice(max960){
        border-radius: 0 50px 50px 0;
      }*/
}

.ib_p-rankingTab__anchor--active {
  color: #fff;
  background: #521616;
  cursor: auto;
}

@media screen and (max-width: 960px) {
  .ib_p-rankingTab__anchor--active {
    border: 1px solid #521616;
    padding: 6px 0;
  }
}

.ib_p-rankingTab__area__contents {
  display: none;
}

.ib_p-rankingTab__area__contents--show {
  display: block;
}

.ib_p-rankingTab__area .ib_c-itemList--top .fs-c-productListItem__control {
  position: relative;
}

.ib_p-rankingTab__area
  .ib_c-itemList--top
  .fs-c-productListItem__productDescription {
  display: block;
  overflow: hidden;
  height: 65px;
}

.ib_p-rankingTab__area .fs-c-slick .slick-track {
  counter-reset: number 0;
}

.ib_p-rankingTab__area .fs-c-slick .slick-track .slick-slide::before {
  position: relative;
  left: 7px;
  font-weight: bold;
  padding: 2px;
  color: #333;
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="0"]::before {
  content: "1位";
  background-image: url("/item/public/icon/1st@2x.gif");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position-x: left;
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="1"]::before {
  content: "2位";
  background-image: url("/item/public/icon/2nd@2x.gif");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position-x: left;
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="2"]::before {
  content: "3位";
  background-image: url("/item/public/icon/3rd@2x.gif");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position-x: left;
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="3"]::before {
  content: "4位";
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="4"]::before {
  content: "5位";
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="5"]::before {
  content: "6位";
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="6"]::before {
  content: "7位";
}

.ib_p-rankingTab__area
  .fs-c-slick
  .slick-track
  .slick-slide[data-slick-index="7"]::before {
  content: "8位";
}

.ib_p-freepage--feature {
  width: 100%;
  background: #fff;
}

.ib_p-freepage--feature__heading {
  margin: 0 0 30px 0;
  padding: 10px 0px 10px 0px;
}

.ib_p-freepage--feature__heading .ib_p-freepage--feature__banner {
  width: 100%;
}

.ib_p-freepage--feature__explanation {
  margin: 0 0 30px 0;
  padding: 10px 0px 10px 0px;
}

.ib_p-freepage--feature__explanation__title {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.ib_p-freepage--feature__explanation__text {
  font-size: 1.2rem;
  text-align: left;
}

.ib_p-freepage--feature__contents {
  margin: 0 0 30px 0;
  padding: 10px 0px 10px 0px;
}

.ib_p-freepage--feature__flexbox,
.ib_p-freepage--feature__flexbox__container,
.ib_p-freepage--feature__flexbox--1,
.ib_p-freepage--feature__flexbox--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ib_p-freepage--feature__flexbox__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ib_p-freepage--feature__flexbox--1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 40px 0;
}

.ib_p-freepage--feature__flexbox--1 > .ib_p-freepage--feature__flexbox__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.ib_p-freepage--feature__flexbox--1
  > .ib_p-freepage--feature__flexbox__column:first-child {
  margin: 0 10px 0 0;
}

@media screen and (max-width: 960px) {
  .ib_p-freepage--feature__flexbox--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ib_p-freepage--feature__flexbox--1
    > .ib_p-freepage--feature__flexbox__column {
    min-width: unset;
    max-width: unset;
    width: 100%;
    text-align: left;
  }
}

.ib_p-freepage--feature__flexbox--2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ib_p-freepage--feature__flexbox--2:not(:last-child) {
  margin: 0 10px 0 0;
}

.ib_p-freepage--feature__flexbox--2 > .ib_p-freepage--feature__flexbox__column {
  text-align: left;
}

.ib_p-freepage--feature__item__img {
  width: 100%;
}

.ib_p-freepage--feature__item__title {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #c8aa46;
  font-size: 1.5rem;
  margin: 0 0 20px 0;
}

.ib_p-freepage--feature__item__text {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
}

.ib_p-freepage--feature__item__placebox__shopname::before {
  content: "[";
}

.ib_p-freepage--feature__item__placebox__shopname::after {
  content: "]";
}

.ib_p-freepage--feature__item__placebox__itemname {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.6rem;
}

.ib_p-freepage--feature__item__placebox__place {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ib_p-freepage--feature__item__placebox__place__1 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.4rem;
  margin: 0 5px 0 0;
}

.ib_p-freepage--feature__item__placebox__place__2 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 0.9rem;
  margin: 0 5px 0 0;
}

.ib_p-freepage--feature__item__placebox__place__3 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border: 1px solid #333;
  padding: 0.5px 5px;
  font-size: 0.9rem;
  margin: 0 5px 0 0;
}

.ib_p-freepage--feature__item__placebox__saleplace__1 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.5rem;
  color: #e10000;
  margin: 0 5px 0 0;
}

.ib_p-freepage--feature__item__placebox__saleplace__2 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.2rem;
  color: #e10000;
  margin: 0 5px 0 0;
}

.ib_p-freepage--feature__item__placebox__saleplace__3 {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 0.5px 5px;
  font-size: 1.2rem;
  color: #e10000;
  margin: 0 5px 0 0;
}

.ib_p-freepage--feature__item__placebox__anchor {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3",
    "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: #920d1f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.ib_p-freepage--feature__item__placebox__anchor:visited {
  color: #fff;
}

.ib_p-freepage--feature__item__placebox__anchor:hover {
  text-decoration: none;
  background: #521616;
}

@media screen and (max-width: 960px) {
  .ib_p-freepage--feature__item__placebox__anchor {
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
  }
}

.ib_p-scrollingHamburgerButton {
  position: fixed;
  right: 0;
  bottom: 120px;
  right: 5px;
  z-index: 100;
  display: none !important;
}

.ib_p-scrollingHamburgerButton .fs-p-drawerButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #521616;
  /*width: 64px;
        height: 64px;*/
  width: 50px;
  height: 50px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.9;
  border-radius: 50px;
}

.ib_p-scrollingHamburgerButton .fs-p-drawerButton:hover {
  text-decoration: none;
}

.ib_p-scrollingHamburgerButton .fs-p-drawerButton .fs-p-drawerButton__icon {
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .ib_p-scrollingHamburgerButton {
    display: block !important;
  }
}

.ib_p-scrollingTopButton {
  position: fixed;
  right: 0;
  bottom: 120px;
  right: 5px;
  z-index: 100;
}

.ib_p-scrollingTopButton__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #521616;
  /*width: 64px;
        height: 64px;*/
  width: 50px;
  height: 50px;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.9;
  border-radius: 50px;
}

.ib_p-scrollingTopButton__button:hover {
  text-decoration: none;
}

.ib_p-scrollingTopButton__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  /*background: #FFF;*/
  border-radius: 50px;
  color: #fff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin: 0 0 6px 0;*/
  font-size: 2rem;
}

.ib_p-scrollingTopButton__label {
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: -1px;
}

@media screen and (max-width: 960px) {
  .ib_p-scrollingTopButton {
    bottom: 180px;
  }
}

.fs-p-scrollingCartButton {
  bottom: 60px;
  right: 5px;
}

.fs-p-scrollingCartButton__button {
  /*width: 64px;
        height: 64px;*/
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50px;
}

.fs-p-scrollingCartButton__button:hover {
  text-decoration: none;
}

.fs-p-scrollingCartButton__icon {
  font-size: 2rem;
  /*margin: 0 0 6px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-p-scrollingCartButton__label {
  font-size: 0.6rem;
  letter-spacing: -1px;
}

.fs-c-orderDetailList__date span {
  color: #fff;
}

.fs-c-orderDetailList dd .fs-c-time {
  color: #fff;
}

.fs-c-orderPerAddressee__heading span {
  color: #fff;
}

.ib_u-bgcolor--red {
  background-color: #920d1f;
}

.ib_u-fontcolor--white {
  color: #fff;
}

.ib_u-marginTop {
  margin: 0;
}

.ib_u-marginTop--30 {
  margin-top: 30px;
}

.ib_u-marginTop--50 {
  margin-top: 50px;
}

.ib_u-marginBottom {
  margin: 0;
}

.ib_u-marginBottom--30 {
  margin-bottom: 30px;
}

.ib_u-marginBottom--50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .ib_u-responsive {
    display: none;
  }
}

.ib_u-responsive--unblock {
  display: none;
}

@media screen and (max-width: 960px) {
  .ib_u-responsive--unblock {
    display: block;
  }
}

.ib_u-responsive--uninline {
  display: none;
}

@media screen and (max-width: 960px) {
  .ib_u-responsive--uninline {
    display: inline-block;
  }
}

.ib_u-responsive--sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .ib_u-responsive--sp {
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  .ib_u-responsive--oneOffMargin {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------------------- */
/* OTHERS DEVELOPER CSS                                    */
/* ------------------------------------------------------- */
