@charset "UTF-8";
/*----------------------------------
Variables Style
----------------------------------*/
/*--liquid--*/
/*--root--*/
/*--color--*/
/*--width--*/
/*--font--*/
/*--transition--*/
/*--opacity--*/
/*--shadow--*/
/*----------------------------------
Function Style
----------------------------------*/
/*----------------------------------
Extend Style
----------------------------------*/
.cl:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

/*----------------------------------
Mixins Style
----------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

[class^=fs-body-].is-modalOpen {
  overflow: hidden;
}

main {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

p {
  margin: 1rem 0;
}

fieldset {
  border: none;
}

button,
label {
  cursor: pointer;
}

.is-disabled button,
.is-disabled label {
  cursor: default;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}

[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  line-height: 1.4;
  min-height: 1.8em;
  padding: 3px 5px;
  width: 100%;
}

[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #4CAAC0;
  -webkit-box-shadow: inset 0 0 1px #4CAAC0;
  box-shadow: inset 0 0 1px #4CAAC0;
  outline: none;
}

[type=hidden].is-error,
[type=text].is-error,
[type=search].is-error,
[type=tel].is-error,
[type=url].is-error,
[type=email].is-error,
[type=password].is-error,
[type=datetime].is-error,
[type=date].is-error,
[type=month].is-error,
[type=week].is-error,
[type=time].is-error,
[type=datetime-local].is-error,
[type=number].is-error,
select.is-error,
textarea.is-error {
  border-color: #da4453;
  background-color: #fceef0;
}

[type=hidden][readonly],
[type=text][readonly],
[type=search][readonly],
[type=tel][readonly],
[type=url][readonly],
[type=email][readonly],
[type=password][readonly],
[type=datetime][readonly],
[type=date][readonly],
[type=month][readonly],
[type=week][readonly],
[type=time][readonly],
[type=datetime-local][readonly],
[type=number][readonly],
select[readonly],
textarea[readonly] {
  background: #f9f9f9;
  border-color: transparent;
  color: #808080;
}

[type=hidden][readonly]:focus,
[type=text][readonly]:focus,
[type=search][readonly]:focus,
[type=tel][readonly]:focus,
[type=url][readonly]:focus,
[type=email][readonly]:focus,
[type=password][readonly]:focus,
[type=datetime][readonly]:focus,
[type=date][readonly]:focus,
[type=month][readonly]:focus,
[type=week][readonly]:focus,
[type=time][readonly]:focus,
[type=datetime-local][readonly]:focus,
[type=number][readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  min-height: 5em;
}

select[multiple] > option {
  border: none;
}

@font-face {
  font-family: "fs-icon";
  src: url("/assets/font/fs-icon.ttf") format("truetype"), url("/assets/font/fs-icon.woff") format("woff"), url("/assets/font/fs-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*=fs-icon--] {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-icon--accountMembershipCard:before {
  content: "\e93a";
}

.fs-icon--accountCoupon:before {
  content: "\e900";
}

.fs-icon--accountWishList:before {
  content: "\e901";
}

.fs-icon--accountCart:before {
  content: "\e902";
}

.fs-icon--accountStore:before {
  content: "\e93b";
}

.fs-icon--accountSubscription:before {
  content: "\e93e";
}

.fs-icon--accountPoint:before {
  content: "\e903";
}

.fs-icon--accountReviews:before {
  content: "\e904";
}

.fs-icon--accountCreditCards:before {
  content: "\e905";
}

.fs-icon--accountAddressbook:before {
  content: "\e906";
}

.fs-icon--accountLine:before {
  content: "\e907";
}

.fs-icon--accountPassword:before {
  content: "\e908";
}

.fs-icon--accountSettings:before {
  content: "\e909";
}

.fs-icon--accountMembershipMerge:before {
  content: "\e93c";
}

.fs-icon--accountLinkageService:before {
  content: "\e93f";
}

.fs-icon--accountDelete:before {
  content: "\e90a";
}

.fs-icon--arrowLeft:before {
  content: "\e90b";
}

.fs-icon--arrowRight:before {
  content: "\e90c";
}

.fs-icon--doubleArrowLeft:before {
  content: "\e90d";
}

.fs-icon--doubleArrowRight:before {
  content: "\e90e";
}

.fs-icon--chevronUp:before {
  content: "\e937";
}

.fs-icon--blockArrowRight:before {
  content: "\e933";
}

.fs-icon--blockArrowDown:before {
  content: "\e90f";
}

.fs-icon--circleArrowRight:before {
  content: "\e934";
}

.fs-icon--smallCircle:before {
  content: "\e935";
}

.fs-icon--check:before {
  content: "\e910";
}

.fs-icon--close:before {
  content: "\e911";
}

.fs-icon--search:before {
  content: "\e932";
}

.fs-icon--zoom:before {
  content: "\e912";
}

.fs-icon--question:before {
  content: "\e913";
}

.fs-icon--info:before {
  content: "\e914";
}

.fs-icon--error:before {
  content: "\e915";
}

.fs-icon--warning:before {
  content: "\e916";
}

.fs-icon--display:before {
  content: "\e917";
}

.fs-icon--displayOff:before {
  content: "\e918";
}

.fs-icon--heartOutline:before {
  content: "\e919";
}

.fs-icon--heart:before {
  content: "\e91a";
}

.fs-icon--starOutline:before {
  content: "\e91b";
}

.fs-icon--starHalf:before {
  content: "\e91c";
}

.fs-icon--star:before {
  content: "\e91d";
}

.fs-icon--cart:before {
  content: "\e91e";
}

.fs-icon--toCart:before {
  content: "\e91f";
}

.fs-icon--mail:before {
  content: "\e920";
}

.fs-icon--point:before {
  content: "\e921";
}

.fs-icon--delivery:before {
  content: "\e922";
}

.fs-icon--pin:before {
  content: "\e940";
}

.fs-icon--circleChecked:before {
  content: "\e923";
}

.fs-icon--checkbox:before {
  content: "\e938";
}

.fs-icon--disabled:before {
  content: "\e924";
}

.fs-icon--balloon:before {
  content: "\e925";
}

.fs-icon--review:before {
  content: "\e926";
}

.fs-icon--allReviews:before {
  content: "\e927";
}

.fs-icon--addReview:before {
  content: "\e928";
}

.fs-icon--editReview:before {
  content: "\e929";
}

.fs-icon--member:before {
  content: "\e936";
}

.fs-icon--membershipCard:before {
  content: "\e93d";
}

.fs-icon--document:before {
  content: "\e92a";
}

.fs-icon--page:before {
  content: "\e92b";
}

.fs-icon--navCtrl:before {
  content: "\e92c";
}

.fs-icon--newProduct:before {
  content: "\e92d";
}

.fs-icon--productList:before {
  content: "\e92f";
}

.fs-icon--wishList:before {
  content: "\e931";
}

.fs-icon--mypage:before {
  content: "\e92e";
}

.fs-icon--cart02:before {
  content: "\e930";
}

.fs-icon--instagram:before {
  content: "\e939";
}

.fs-c-address__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-address__address > * {
  word-break: break-all;
}

.fs-c-address__address > *:not(:last-child) {
  margin-right: 4px;
}

.fs-c-address__tel {
  display: block;
}

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

.fs-c-aggregateRating__rating::before {
  content: "平均評価";
}

.fs-c-aggregateRating__count::after {
  content: "件";
}

.fs-c-agreementConfirmation {
  margin: 4px 0;
  padding: 4px 0;
}

.fs-c-agreementConfirmationArea {
  margin: 8px 0;
}

.fs-c-agreementConfirmation > * + * {
  margin-top: 4px;
}

.fs-c-agreementConfirmation__link {
  margin-left: 32px;
}

.fs-c-agreementConfirmation__addon {
  margin: 8px 0 0 32px;
}

.fs-c-assist {
  border-radius: 3px;
  margin: 0 0 4px;
  padding: 4px 0;
}

.fs-c-assist.is-error {
  color: #da4453;
}

.fs-c-assist.is-error .fs-c-assist__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fs-c-assist.is-error .fs-c-assist__message::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-size: 1.1em;
  color: #da4453;
  margin-right: 0.2em;
}

.fs-c-cartTable .fs-c-assist {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-size: 1rem;
  margin-top: 1px;
  padding: 2px 4px;
  position: absolute;
}

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

.fs-c-applePay.is-active {
  display: block;
}

.fs-c-breadcrumb__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
}

.fs-c-breadcrumb__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-breadcrumb__listItem {
  display: inline-block;
  word-break: break-all;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: " > ";
}

.fs-c-bundlePrice {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 8px auto;
  -ms-grid-columns: 1fr 8px auto 8px auto;
  grid-template: auto auto/1fr auto auto;
  grid-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-bundlePrice__label {
  -ms-grid-column: 2;
  grid-column: 2;
}

.fs-c-bundlePrice__price {
  -ms-grid-column: 3;
  grid-column: 3;
  text-align: right;
}

.fs-c-bundlePrice__price--price {
  font-size: 1.8rem;
}

.fs-c-anotherLogin__button {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.fs-c-anotherLogin__button--google {
  line-height: initial;
}

.fs-c-button--ApplePay {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-style: black;
  -apple-pay-button-type: plain;
  -webkit-locale: "ja";
}

@supports not (-webkit-appearance: -apple-pay-button) {
  .fs-c-button--ApplePay {
    display: inline-block;
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    color: #fff;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
}

.fs-c-cartTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  border: 1px solid #ccc;
  padding: 8px;
}

.fs-c-cartTable__headerCell--quantity, .fs-c-cartTable__dataCell--quantity {
  width: 80px;
}

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

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
  padding-right: 8px;
}

.fs-c-cartTable__salesPeriod {
  font-size: 1rem;
}

.fs-c-cartTable__actionButton button {
  display: block;
  width: 100%;
}

.fs-c-cartTable__actionButton button + button {
  margin-top: 1rem;
}

.fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
  text-align: right;
}

.fs-c-checkAndNotice__notice {
  margin-left: 32px;
}

.fs-c-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 16px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px;
}

.is-disabled .fs-c-checkbox__checkMark {
  cursor: default;
}

.fs-c-checkbox__checkMark::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  color: #ffffff;
  display: block;
  font-size: 0.8em;
  opacity: 0;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #2559A8;
  border-color: #2559A8;
  color: #ffffff;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark::before {
  opacity: 1;
}

.fs-c-checkout-addressee__data__name__home {
  font-size: 1.2rem;
}

.fs-c-checkout-addressee__data__name__home::before {
  content: "(";
}

.fs-c-checkout-addressee__data__name__home::after {
  content: ")";
}

.fs-c-checkout-addressee + .fs-c-checkout-addressee {
  direction: ltr;
}

.fs-c-checkout-amazonWidget {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 0;
}

.fs-c-checkout-amazonWidget__widget {
  min-width: 300px;
  height: 228px;
}

.fs-c-checkout-amazonWidget--address, .fs-c-checkout-amazonWidget--wallet {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-checkout-amazonWidget--address .fs-c-checkout-amazonWidget__widget, .fs-c-checkout-amazonWidget--wallet .fs-c-checkout-amazonWidget__widget {
  height: auto;
}

.fs-c-checkout-amazonWidget + .fs-c-checkout-amazonWidget {
  margin-top: 16px;
}

.fs-c-checkout-customerInfo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-customerInfo > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-customerInfo__name {
  font-size: 1.8rem;
}

.fs-c-checkout-checkoutMethodList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-checkoutMethodList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-checkoutMethod__title {
  padding: 4px 8px;
}

.fs-c-checkout-checkoutMethod__body {
  padding: 0 8px;
}

.fs-c-checkout-checkoutMethod__body > * {
  margin: 8px 0;
}

.fs-c-checkout-checkoutMethod__body, .fs-c-checkout-checkoutMethod__disabledMessage {
  display: none;
}

.fs-c-checkout-checkoutMethod__disabledMessage {
  margin: 4px -8px -4px;
}

.fs-c-checkout-checkoutMethod.is-active:not(.is-disabled) .fs-c-checkout-checkoutMethod__body, .fs-c-checkout-checkoutMethod.is-expanded:not(.is-disabled) .fs-c-checkout-checkoutMethod__body {
  display: block;
}

.fs-c-checkout-checkoutMethod.is-disabled .fs-c-checkout-checkoutMethod__disabledMessage {
  display: block;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod__body {
  display: block;
}

.fs-c-checkout-confirmationContent {
  min-height: 3em;
  white-space: pre-wrap;
}

.fs-c-checkout-confirmationList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  margin: 0;
}

.fs-c-checkout-confirmationList > * {
  margin: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fs-c-checkout-confirmationList > dt {
  position: relative;
  padding-right: 8px;
}

.fs-c-checkout-confirmationList > dt::after {
  content: " : ";
  height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.fs-c-checkout-confirmationList > dd {
  font-size: 1.8rem;
}

.fs-c-checkout-confirmationList__price::before {
  content: "（";
}

.fs-c-checkout-confirmationList__price::after {
  content: "）";
}

.fs-c-checkout-couponCodeInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
}

.fs-c-checkout-couponCodeInput > *:not(:last-child) {
  margin-right: 8px;
}

.fs-c-checkout-couponList {
  margin: 8px 0;
}

.fs-c-checkout-couponList__item > * + * {
  margin-left: 4px;
}

.fs-c-checkout-couponStatus {
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #ffffff;
  font-size: 1.2rem;
  width: 64px;
  height: 64px;
  max-width: 100%;
  white-space: normal;
  padding: 4px;
}

.fs-c-checkout-couponStatus::after {
  display: block;
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
}

.fs-c-checkout-couponStatus.is-active {
  background: #4DAD71;
}

.fs-c-checkout-couponStatus.is-active::after {
  content: "\e923";
}

.fs-c-checkout-couponStatus.is-inactive {
  background: #ffffff;
  color: #666666;
  font-size: 1rem;
}

.fs-c-checkout-couponStatus.is-disabled {
  background: #b2b2b2;
}

.fs-c-checkout-couponStatus.is-disabled::after {
  content: "\e924";
}

.fs-c-checkout-destination__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-destination__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-destination__name {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-checkout-destination__name__home {
  margin-left: 0.3em;
}

.fs-c-checkout-destination__name__home::before {
  content: "(";
}

.fs-c-checkout-destination__name__home::after {
  content: ")";
}

.fs-c-checkout-destination__control {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-c-checkout-destination__control *:only-child {
  margin-left: auto;
}

.fs-c-checkout-deliveryCycleList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-deliveryCycleList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-deliveryCycle__title {
  padding: 4px 8px;
}

.fs-c-checkout-deliveryCycle__body {
  padding: 0 8px;
}

.fs-c-checkout-deliveryCycle__body > * {
  margin: 8px 0;
}

.fs-c-checkout-deliveryCycle__body, .fs-c-checkout-deliveryCycle__disabledMessage {
  display: none;
}

.fs-c-checkout-deliveryCycle__disabledMessage {
  margin: 4px -8px -4px;
}

.fs-c-checkout-deliveryCycle.is-active:not(.is-disabled) .fs-c-checkout-deliveryCycle__body, .fs-c-checkout-deliveryCycle.is-expanded:not(.is-disabled) .fs-c-checkout-deliveryCycle__body {
  display: block;
}

.fs-c-checkout-deliveryCycle.is-disabled .fs-c-checkout-deliveryCycle__disabledMessage {
  display: block;
}

.fs-c-checkout-deliveryMethodList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-deliveryMethodList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-deliveryMethod__title {
  padding: 4px 8px;
}

.fs-c-checkout-deliveryMethod__body {
  padding: 0 8px;
}

.fs-c-checkout-deliveryMethod__body > * {
  margin: 8px 0;
}

.fs-c-checkout-deliveryMethod__body, .fs-c-checkout-deliveryMethod__disabledMessage {
  display: none;
}

.fs-c-checkout-deliveryMethod__disabledMessage {
  margin: 4px -8px -4px;
}

.fs-c-checkout-deliveryMethod.is-active:not(.is-disabled) .fs-c-checkout-deliveryMethod__body, .fs-c-checkout-deliveryMethod.is-expanded:not(.is-disabled) .fs-c-checkout-deliveryMethod__body {
  display: block;
}

.fs-c-checkout-deliveryMethod.is-disabled .fs-c-checkout-deliveryMethod__disabledMessage {
  display: block;
}

.fs-c-checkout-multiDestinationList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-multiDestinationList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-multiDestination + .fs-c-checkout-multiDestination {
  margin-top: 48px;
}

.fs-c-checkout-multiDestination__info__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-multiDestination__info__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-multiDestination__info__name {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-checkout-multiDestination__info__name__home {
  margin-left: 0.3em;
}

.fs-c-checkout-multiDestination__info__name__home::before {
  content: "(";
}

.fs-c-checkout-multiDestination__info__name__home::after {
  content: ")";
}

.fs-c-checkout-multiDestination__info__control {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}

.fs-c-checkout-multiDestination__unitPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-checkout-multiDestination__unitPrice__memberPriceLabel {
  margin-left: 8px;
}

.fs-c-checkout-multiDestination__product {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.fs-c-checkout-multiDestination__productList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}

.fs-c-checkout-multiDestination__product, .fs-c-checkout-multiDestination__productQuantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.fs-c-checkout-multiDestination__productImage {
  -ms-flex-preferred-size: 40px;
  flex-basis: 40px;
  max-width: 40px;
}

.fs-c-checkout-multiDestination__productImage + .fs-c-checkout-multiDestination__productInfo {
  margin-left: 8px;
}

.fs-c-checkout-multiDestination__productInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-checkout-multiDestination__productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-checkout-multiDestination__productQuantity {
  margin-left: 0.8px;
}

.fs-c-checkout-multiDestination__product__table {
  width: 100%;
}

.fs-c-checkout-multiDestination__product__table > thead {
  display: none;
}

.fs-c-checkout-paymentMethod__creditCardRegistration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-checkout-paymentMethod__creditCardList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-checkout-paymentMethod__creditCardList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.fs-c-checkout-paymentMethod__creditCardList > li + li {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethodList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-paymentMethodList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-paymentMethod__title {
  padding: 4px 8px;
}

.fs-c-checkout-paymentMethod__body {
  padding: 0 8px;
}

.fs-c-checkout-paymentMethod__body > * {
  margin: 8px 0;
}

.fs-c-checkout-paymentMethod__body, .fs-c-checkout-paymentMethod__disabledMessage {
  display: none;
}

.fs-c-checkout-paymentMethod__disabledMessage {
  margin: 4px -8px -4px;
}

.fs-c-checkout-paymentMethod.is-active:not(.is-disabled) .fs-c-checkout-paymentMethod__body, .fs-c-checkout-paymentMethod.is-expanded:not(.is-disabled) .fs-c-checkout-paymentMethod__body {
  display: block;
}

.fs-c-checkout-paymentMethod.is-disabled .fs-c-checkout-paymentMethod__disabledMessage {
  display: block;
}

.fs-c-checkout-pickupStoreDescription__map > iframe {
  border: none;
}

.fs-c-checkout-pointSettingList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-pointSettingList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-pointSetting__title {
  padding: 4px 8px;
}

.fs-c-checkout-pointSetting__body {
  padding: 0 8px;
}

.fs-c-checkout-pointSetting__body > * {
  margin: 8px 0;
}

.fs-c-checkout-pointSetting__body, .fs-c-checkout-pointSetting__disabledMessage {
  display: none;
}

.fs-c-checkout-pointSetting__disabledMessage {
  margin: 4px -8px -4px;
}

.fs-c-checkout-pointSetting.is-active:not(.is-disabled) .fs-c-checkout-pointSetting__body, .fs-c-checkout-pointSetting.is-expanded:not(.is-disabled) .fs-c-checkout-pointSetting__body {
  display: block;
}

.fs-c-checkout-pointSetting.is-disabled .fs-c-checkout-pointSetting__disabledMessage {
  display: block;
}

.fs-c-checkout-productAllocation {
  border: 1px solid #cccccc;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.fs-c-checkout-productAllocation + .fs-c-checkout-productAllocation {
  border-top: none;
}

.fs-c-checkout-productAllocation__product {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
}

.fs-c-checkout-productAllocation__productQuantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 8px;
  width: 5em;
}

.fs-c-checkout-productAllocation__productImage {
  max-width: 160px;
  padding-right: 8px;
}

.fs-c-checkout-productAllocation__productImage__image img {
  max-width: 100%;
}

.fs-c-checkout-productAllocation__productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}

.fs-c-checkout-productQuantityWarning__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-productQuantityWarning__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-receivingMethodList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-receivingMethodList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-receivingMethod__title {
  padding: 4px 8px;
}

.fs-c-checkout-receivingMethod__body {
  padding: 0 8px;
}

.fs-c-checkout-receivingMethod__body > * {
  margin: 8px 0;
}

.fs-c-checkout-receivingMethod__body, .fs-c-checkout-receivingMethod__disabledMessage {
  display: none;
}

.fs-c-checkout-receivingMethod__disabledMessage {
  margin: 4px -8px -4px;
}

.fs-c-checkout-receivingMethod.is-active:not(.is-disabled) .fs-c-checkout-receivingMethod__body, .fs-c-checkout-receivingMethod.is-expanded:not(.is-disabled) .fs-c-checkout-receivingMethod__body {
  display: block;
}

.fs-c-checkout-receivingMethod.is-disabled .fs-c-checkout-receivingMethod__disabledMessage {
  display: block;
}

.fs-c-checkout-receivingMethod__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-receivingMethod__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-receivingMethod__name {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-checkout-receivingMethod__name__home {
  margin-left: 0.3em;
}

.fs-c-checkout-receivingMethod__name__home::before {
  content: "(";
}

.fs-c-checkout-receivingMethod__name__home::after {
  content: ")";
}

.fs-c-checkout-receivingMethod__control {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-c-checkout-receivingMethod__control *:only-child {
  margin-left: auto;
}

.fs-c-checkout-receivingMethod__list {
  margin-top: 8px;
}

.fs-c-checkout-shippingAddress {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-shippingAddress > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-shippingDestination__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-shippingDestination__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-shippingType__productVariation::before {
  content: "（";
}

.fs-c-checkout-shippingType__productVariation::after {
  content: "）";
}

.fs-c-checkout-shippingType__productVariation__choice + .fs-c-checkout-shippingType__productVariation__choice::before {
  content: "/";
}

.fs-c-checkout-widgets__body {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-checkout-widgets__message {
  margin-top: 8px;
  padding: 0 8px;
}

.fs-c-checkoutSuccess__code {
  margin: 0 4px;
  font-weight: 500;
}

.fs-c-commissionList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
}

.fs-c-commissionList > * {
  margin: 0;
}

.fs-c-commissionList > dt {
  position: relative;
  padding-right: 8px;
}

.fs-c-commissionList > dt::after {
  content: " : ";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.fs-c-couponMessage {
  margin: 24px 0;
}

.fs-c-couponMessage__label {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 24px;
}

.fs-c-couponMessage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.fs-c-couponMessage__listItem {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-couponMessage__listItem__label, .fs-c-couponMessage__listItem__discount {
  display: block;
  text-align: center;
  padding: 8px;
}

.fs-c-couponMessage__listItem__expiration {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
  font-size: 1.2rem;
}

.fs-c-couponMessage__listItem__expiration > * {
  margin: 0;
}

.fs-c-couponMessage__listItem__expiration > dt {
  position: relative;
  padding-right: 8px;
}

.fs-c-couponMessage__listItem__expiration > dt::after {
  content: " : ";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.fs-c-couponMessage__listItem__expiration .fs-c-couponExpiration__comment {
  display: block;
}

.fs-c-creditCardListItem {
  border: 1px solid #cccccc;
  padding: 16px;
}

.fs-c-creditCardListItem.is-active {
  border-width: 3px;
}

.fs-c-creditCardListItem__status__label::before {
  content: "\e910";
  font-family: "fs-icon";
  padding-right: 8px;
}

.fs-c-creditCardIcons__image {
  max-height: 32px;
}

.fs-c-creditCardIcons__image[alt="AMERICAN EXPRESS"] {
  max-height: 40px;
  margin-top: -4px;
}

.fs-c-deliveryInfoList {
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto auto;
  grid-auto-flow: row;
}

.fs-c-deliveryInfoList > * {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  margin: 0;
  padding: 4px;
}

.fs-c-deliveryInfoList > dt {
  padding-right: 8px;
}

.fs-c-deliveryInfoList__detailList {
  margin: 0;
}

.fs-c-deliveryInfoList__detailList > dt {
  font-size: 1.2rem;
  font-weight: bold;
}

.fs-c-deliveryInfoList__detailList > dd {
  margin: 0 0 8px;
}

.fs-c-deliveryTemperature + .fs-c-deliveryTemperature::before {
  content: "、";
}

.fs-c-dropdown {
  position: relative;
  overflow: hidden;
  overflow-wrap: normal;
}

.fs-c-dropdown::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 1em;
  background: #f2f2f2;
  border-left: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #333333;
  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;
  content: "\e90f";
  font-family: "fs-icon" !important;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px;
  pointer-events: none;
}

.fs-c-dropdown__menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: #ffffff;
  color: #333333;
  width: 100%;
  padding: 4px 3em 4px 8px;
}

.fs-c-dropdown__menu > option {
  font-weight: 300;
}

.fs-c-dropdown--carrierMailDomain {
  width: 312px;
}

.fs-c-dropdownGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-dropdownGroup > .fs-c-dropdown + * {
  margin-left: 8px;
}

.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 16px;
}

.fs-c-estimatedDeliveryDate__location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.fs-c-estimatedDeliveryDate__location::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e940";
}

.fs-c-homeLabel::before {
  content: "（";
}

.fs-c-homeLabel::after {
  content: "）";
}

.fs-c-input--zipCode {
  -ms-flex-preferred-size: 8em;
  flex-basis: 8em;
  min-width: 8em;
  max-width: 8em;
}

.fs-c-inputDate > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-inputDate__year + .fs-c-inputDate__month::before, .fs-c-inputDate__month + .fs-c-inputDate__date::before {
  content: "/";
  padding-right: 8px;
}

.fs-c-inputField__field--zipCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-inputField__field--zipCode > *:first-child {
  margin-right: 8px;
}

.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 1.8em;
  position: relative;
}

.fs-c-inputGroup > * + *, .fs-c-inputGroup--inline > * + *, .fs-c-inputGroup--vertical > * + * {
  border-left: 1px solid #ccc;
}

.fs-c-inputGroup > [type=hidden], .fs-c-inputGroup--inline > [type=hidden], .fs-c-inputGroup--vertical > [type=hidden], .fs-c-inputGroup > [type=text], .fs-c-inputGroup--inline > [type=text], .fs-c-inputGroup--vertical > [type=text], .fs-c-inputGroup > [type=search], .fs-c-inputGroup--inline > [type=search], .fs-c-inputGroup--vertical > [type=search], .fs-c-inputGroup > [type=tel], .fs-c-inputGroup--inline > [type=tel], .fs-c-inputGroup--vertical > [type=tel], .fs-c-inputGroup > [type=url], .fs-c-inputGroup--inline > [type=url], .fs-c-inputGroup--vertical > [type=url], .fs-c-inputGroup > [type=email], .fs-c-inputGroup--inline > [type=email], .fs-c-inputGroup--vertical > [type=email], .fs-c-inputGroup > [type=password], .fs-c-inputGroup--inline > [type=password], .fs-c-inputGroup--vertical > [type=password], .fs-c-inputGroup > [type=datetime], .fs-c-inputGroup--inline > [type=datetime], .fs-c-inputGroup--vertical > [type=datetime], .fs-c-inputGroup > [type=date], .fs-c-inputGroup--inline > [type=date], .fs-c-inputGroup--vertical > [type=date], .fs-c-inputGroup > [type=month], .fs-c-inputGroup--inline > [type=month], .fs-c-inputGroup--vertical > [type=month], .fs-c-inputGroup > [type=week], .fs-c-inputGroup--inline > [type=week], .fs-c-inputGroup--vertical > [type=week], .fs-c-inputGroup > [type=time], .fs-c-inputGroup--inline > [type=time], .fs-c-inputGroup--vertical > [type=time], .fs-c-inputGroup > [type=datetime-local], .fs-c-inputGroup--inline > [type=datetime-local], .fs-c-inputGroup--vertical > [type=datetime-local], .fs-c-inputGroup > [type=number], .fs-c-inputGroup--inline > [type=number], .fs-c-inputGroup--vertical > [type=number], .fs-c-inputGroup > select, .fs-c-inputGroup--inline > select, .fs-c-inputGroup--vertical > select, .fs-c-inputGroup > textarea, .fs-c-inputGroup--inline > textarea, .fs-c-inputGroup--vertical > textarea {
  border: none;
}

.fs-c-inputGroup > .fs-c-dropdown::after, .fs-c-inputGroup--inline > .fs-c-dropdown::after, .fs-c-inputGroup--vertical > .fs-c-dropdown::after {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.fs-c-inputGroup > .fs-c-dropdown > select, .fs-c-inputGroup--inline > .fs-c-dropdown > select, .fs-c-inputGroup--vertical > .fs-c-dropdown > select {
  border: none;
  border-radius: 0 3px 3px 0;
}

.fs-c-inputGroup > button, .fs-c-inputGroup--inline > button, .fs-c-inputGroup--vertical > button {
  border-left: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2rem;
  padding: 0 8px;
}

.fs-c-inputGroup__addon {
  background: #f2f2f2;
  padding: 8px;
  word-wrap: normal;
}

.fs-c-inputGroup__addonStrings {
  display: block;
  margin: -4px 0;
}

.fs-c-inputGroup__text {
  border: none;
  border-radius: 0;
}

.fs-c-inputGroup__text:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fs-c-inputGroup--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-inputGroup--vertical > * + * {
  border-left: none;
  border-top: 1px solid #ccc;
}

.fs-c-inputGroup--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fs-c-inputTable {
  table-layout: fixed;
}

.fs-c-inputTable__headerCell {
  text-align: right;
}

.fs-c-inputTable__headerCell--numberOfPayments {
  display: none;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__dataCell {
  padding: 16px 0;
}

.fs-c-inputTable__dataCell {
  position: relative;
}

.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
  text-align: left;
}

.fs-c-inputTable--inModal .fs-c-inputTable__headerCell,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
  padding: 0;
}

.fs-c-inputTable--inModal > thead {
  display: none;
}

.fs-c-inputTable--inModal > tbody {
  display: block;
}

.fs-c-inputTable--inModal > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
}

.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 8px;
}

.fs-c-inputTable--child .fs-c-inputTable__headerCell {
  text-align: left;
}

.fs-c-inputTextGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-inputTextGroup > * + * {
  margin-left: 8px;
}

.fs-c-inputTextGroup__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.fs-c-listedOptionPrice {
  font-size: 1.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(1em, -webkit-max-content) minmax(1em, -webkit-max-content);
  -ms-grid-columns: minmax(1em, max-content) minmax(1em, max-content);
  grid-template-columns: minmax(1em, -webkit-max-content) minmax(1em, -webkit-max-content);
  grid-template-columns: minmax(1em, max-content) minmax(1em, max-content);
  grid-template-rows: minmax(1em, -webkit-min-content);
  -ms-grid-rows: minmax(1em, -webkit-min-content);
  -ms-grid-rows: minmax(1em, min-content);
  grid-template-rows: minmax(1em, min-content);
  grid-auto-rows: minmax(1em, -webkit-min-content);
  grid-auto-rows: minmax(1em, min-content);
  grid-row-gap: 8px;
  grid-column-gap: 4px;
  line-height: 1.2;
  margin: 8px 0;
}

.fs-c-listedOptionPrice__option__label::after {
  content: ":";
}

.fs-c-listedOptionPrice__option__label, .fs-c-listedOptionPrice__option__value {
  word-break: break-all;
}

.fs-c-listedOptionPrice__price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-listedProductName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: 1rem;
}

.fs-c-listedProductName__variation::before, .fs-c-listedProductName__selection::before {
  content: "(";
}

.fs-c-listedProductName__variation::after, .fs-c-listedProductName__selection::after {
  content: ")";
}

.fs-c-listedProductName__variation__choice + .fs-c-listedProductName__variation__choice::before, .fs-c-listedProductName__variation__choice + .fs-c-listedProductName__selection__choice::before, .fs-c-listedProductName__selection__choice + .fs-c-listedProductName__variation__choice::before, .fs-c-listedProductName__selection__choice + .fs-c-listedProductName__selection__choice::before {
  content: "/ ";
}

.fs-c-listTable__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-listTable__data > * + * {
  padding-top: 8px;
}

.fs-c-lineAddFriend {
  margin-bottom: 32px;
}

.fs-c-loader {
  background: rgba(255, 255, 255, 0.8);
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483601;
}

.fs-c-loader__items__item {
  width: 14px;
  height: 14px;
  background-color: #1f5da0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: fs-c-loaderAnimation 1.4s infinite ease-in-out both;
  animation: fs-c-loaderAnimation 1.4s infinite ease-in-out both;
}

.fs-c-loader__items__item:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.fs-c-loader__items__item:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes fs-c-loaderAnimation {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes fs-c-loaderAnimation {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fs-c-mark--1 {
  color: #5c5c5c;
  background: #ffffff;
}

.fs-c-mark--2 {
  color: #5c5c5c;
  background: #cccccc;
}

.fs-c-mark--3 {
  color: #fff;
  background: #999999;
}

.fs-c-mark--4 {
  color: #fff;
  background: #666666;
}

.fs-c-mark--5 {
  color: #fff;
  background: #333333;
}

.fs-c-mark--6 {
  color: #fff;
  background: #000000;
}

.fs-c-mark--7 {
  color: #5c5c5c;
  background: #ffb3b3;
}

.fs-c-mark--8 {
  color: #5c5c5c;
  background: #fab194;
}

.fs-c-mark--9 {
  color: #5c5c5c;
  background: #ffe6ad;
}

.fs-c-mark--10 {
  color: #5c5c5c;
  background: #ffff98;
}

.fs-c-mark--11 {
  color: #5c5c5c;
  background: #e0eaa2;
}

.fs-c-mark--12 {
  color: #5c5c5c;
  background: #99cf9e;
}

.fs-c-mark--13 {
  color: #5c5c5c;
  background: #b0e1d6;
}

.fs-c-mark--14 {
  color: #5c5c5c;
  background: #a5ecf7;
}

.fs-c-mark--15 {
  color: #5c5c5c;
  background: #93c5f5;
}

.fs-c-mark--16 {
  color: #5c5c5c;
  background: #babaff;
}

.fs-c-mark--17 {
  color: #5c5c5c;
  background: #d9bae3;
}

.fs-c-mark--18 {
  color: #5c5c5c;
  background: #facddf;
}

.fs-c-mark--19 {
  color: #fff;
  background: #c93037;
}

.fs-c-mark--20 {
  color: #fff;
  background: #b85544;
}

.fs-c-mark--21 {
  color: #fff;
  background: #c98136;
}

.fs-c-mark--22 {
  color: #5c5c5c;
  background: #e3e516;
}

.fs-c-mark--23 {
  color: #fff;
  background: #95af4b;
}

.fs-c-mark--24 {
  color: #fff;
  background: #4f7f51;
}

.fs-c-mark--25 {
  color: #fff;
  background: #56928b;
}

.fs-c-mark--26 {
  color: #fff;
  background: #539cba;
}

.fs-c-mark--27 {
  color: #fff;
  background: #5572b2;
}

.fs-c-mark--28 {
  color: #fff;
  background: #595582;
}

.fs-c-mark--29 {
  color: #fff;
  background: #965491;
}

.fs-c-mark--30 {
  color: #fff;
  background: #c97398;
}

.fs-c-mark--31 {
  color: #fff;
  background: #ef000a;
}

.fs-c-mark--32 {
  color: #fff;
  background: #ff730c;
}

.fs-c-mark--33 {
  color: #fff;
  background: #976532;
}

.fs-c-mark--34 {
  color: #1a1a1a;
  background: #ffe102;
}

.fs-c-mark--35 {
  color: #fff;
  background: #89c65c;
}

.fs-c-mark--36 {
  color: #fff;
  background: #075727;
}

.fs-c-mark--37 {
  color: #fff;
  background: #289ca1;
}

.fs-c-mark--38 {
  color: #fff;
  background: #39bddb;
}

.fs-c-mark--39 {
  color: #fff;
  background: #0046c9;
}

.fs-c-mark--40 {
  color: #fff;
  background: #4f10b5;
}

.fs-c-mark--41 {
  color: #fff;
  background: #af0263;
}

.fs-c-mark--42 {
  color: #fff;
  background: #f35aa3;
}

.fs-c-membershipCard__image {
  background-color: #ffffff;
  padding: 24px;
}

.fs-c-modal, .fs-c-modal--small, .fs-c-modal--medium {
  background: rgba(0, 0, 0, 0.7);
  color: #333333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
  overflow: auto;
  padding: 16px 0 40px;
  -webkit-overflow-scrolling: touch;
}

.fs-c-modal__inner {
  background: #ffffff;
  border-radius: 3px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: auto;
  max-width: calc(100vw - 8px*2);
}

.fs-c-modal__inner.is-warning {
  border: 2px solid #f6d342;
}

.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #f6d342;
  color: #ffffff;
}

.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}

.fs-c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-modal__close {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  padding: 3px;
}

.fs-c-modal__close::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

.fs-c-modal__close:hover {
  color: #4c4c4c;
}

.fs-c-modal__close::before {
  height: 1em;
}

.fs-c-modal__contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: calc(100% - 80px);
  overflow: auto;
  padding: 16px;
}

.fs-c-modal__contentsLead {
  margin-bottom: 24px;
}

.fs-c-modal__contents .fs-c-inputTable {
  table-layout: auto;
}

.fs-c-modal--medium .fs-c-modal__inner {
  margin: auto;
  width: 94vw;
}

.fs-c-modal--small {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-modal--small .fs-c-modal__inner {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.fs-c-orderPaymentTable {
  border-collapse: collapse;
}

.fs-c-orderPaymentTable th, .fs-c-orderPaymentTable td {
  border: 1px solid #ccc;
  padding: 4px;
}

.fs-c-orderPaymentTable__coupon__name {
  display: block;
}

.fs-c-orderPerAddressee + .fs-c-orderPerAddressee {
  margin-top: 24px;
}

.fs-c-orderTotalInfo {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fs-c-orderTotalInfo > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-orderTotalInfo > * + * {
  margin-top: 8px;
}

.fs-c-orderTotalTable {
  border-collapse: collapse;
}

.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: 1px solid #ccc;
  padding: 4px;
}

.fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr > td {
  text-align: right;
  vertical-align: middle;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__usePoint__pointQuantity {
  display: block;
  font-size: 0.8em;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__usePoint__pointQuantity::before {
  content: "(";
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__usePoint__pointQuantity::after {
  content: ")";
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border-top-width: 3px;
  border-top-style: double;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 1.8rem;
}

.fs-c-orderedList {
  margin: 0 0 0 2.5em;
  padding: 0;
}

.fs-c-orderedList > li + li {
  margin-top: 8px;
}

.fs-c-panel {
  background: #ffffff;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  padding: 8px 8px 8px 32px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}

.fs-c-panel::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  position: absolute;
  top: 8px;
  left: 8px;
}

.fs-c-panel__contentList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 8px;
}

.fs-c-panel__contentList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-panel__contentList + .fs-c-panel__contentList {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}

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

.fs-c-panel__contentList__item + .fs-c-panel__contentList__item {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #ccc;
}

.fs-c-panel__contentList__content {
  text-align: left;
}

.fs-c-panel--error {
  color: #da4453;
  border-color: #da4453;
}

.fs-c-panel--error::before {
  content: "\e915";
  color: #da4453;
}

.fs-c-panel--info {
  color: #006db8;
  border-color: #006db8;
}

.fs-c-panel--info::before {
  content: "\e914";
  color: #006db8;
}

.fs-c-panelContainer {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

.fs-c-pagination {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fs-c-pagination__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 0.8;
  padding: 8px;
  cursor: default;
}

.fs-c-pagination__item[role=button] {
  cursor: pointer;
}

.fs-c-pagination__item.is-active {
  background: #f7f7f7;
}

.fs-c-pagination__item--prev {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
}

.fs-c-pagination__item--prev::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

.fs-c-pagination__item--prev:hover {
  color: #4c4c4c;
}

.fs-c-pagination__item--next {
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
}

.fs-c-pagination__item--next::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

.fs-c-pagination__item--next:hover {
  color: #4c4c4c;
}

[class*=fs-c-pagination__item--] {
  width: 2em;
}

[class*=fs-c-pagination__item--]::before {
  height: 1em;
  width: 1em;
}

[class*=fs-c-pagination__item--].is-disabled {
  color: #808080;
  cursor: not-allowed;
}

.fs-c-pairList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
}

.fs-c-pairList > * {
  margin: 0;
}

.fs-c-pairList > dt {
  position: relative;
  padding-right: 8px;
}

.fs-c-pairList > dt::after {
  content: " : ";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.fs-c-pointListTable__data {
  display: block;
}

.fs-c-pointListTable__dataDetail {
  font-size: 1.2rem;
  margin: 8px 0;
}

.fs-c-pointListTable__dataAddition {
  display: block;
}

.fs-c-pointListTable__dataAddition::before {
  content: "[";
}

.fs-c-pointListTable__dataAddition::after {
  content: "]";
}

.fs-c-pointListTable td[aria-label=獲得・利用ポイント] {
  font-size: 1.8rem;
  text-align: right;
}

.fs-c-pointListTable td[aria-label=日付], .fs-c-pointListTable td[aria-label=ポイント状況], .fs-c-pointListTable td[aria-label=有効期限] {
  text-align: center;
}

.fs-c-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-price--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: 0;
}

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

.fs-c-price__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
}

.fs-c-price__addon:not(.fs-c-price__addon--listPrice):not(.fs-c-productOption__price__addon)::before {
  content: "(";
}

.fs-c-price__addon:not(.fs-c-price__addon--listPrice):not(.fs-c-productOption__price__addon)::after {
  content: ")";
}

.fs-c-price__addon--listPrice {
  display: inline-block;
}

.fs-c-priceDisplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.fs-c-priceDisplay__addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.fs-c-priceDisplay__addon::before {
  content: "(";
}

.fs-c-priceDisplay__addon::after {
  content: ")";
}

.fs-c-priceDisplay__memberPrice__label {
  font-size: 1.2rem;
}

.fs-c-priceDisplay__memberPrice__label::before {
  content: "[";
}

.fs-c-priceDisplay__memberPrice__label::after {
  content: "]";
}

.fs-c-productImage__image {
  display: block;
  max-width: 100%;
}

.fs-c-productImageDisplay {
  max-height: 90vh;
  overflow: auto;
}

.fs-c-productImageDisplay__image {
  display: block;
}

.fs-c-productImageViewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 92vw;
}

.fs-c-productImageViewer__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto 8px 1fr 8px auto;
  grid-template: auto/auto 1fr auto;
  grid-column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.fs-c-productImageViewer__main__prev {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-productImageViewer__main__prev.is-disabled {
  visibility: hidden;
}

.fs-c-productImageViewer__main__image {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-productImageViewer__main__next {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-productImageViewer__main__next.is-disabled {
  visibility: hidden;
}

.fs-c-productImageViewer__main__figure {
  margin: 0;
  position: relative;
  max-height: calc(90vh - 8px*3);
  overflow: auto;
}

.fs-c-productImageViewer__main__figure > img {
  display: block;
}

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

.fs-c-productImageViewer__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-productImageViewer__thumbnail__image {
  margin: 4px;
  -ms-flex-preferred-size: 96px;
  flex-basis: 96px;
  min-width: 96px;
}

.fs-c-productImageViewer__thumbnail__image > img {
  width: 100%;
}

.fs-c-productImageViewer__thumbnail__image__caption {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
}

.fs-c-productImageModal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  overflow: auto;
}

.fs-c-productImageModal__close {
  cursor: pointer;
  color: #ffffff;
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  position: fixed;
  text-shadow: 0px 0px 2px #333333;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 1em;
  height: 1em;
}

.fs-c-productImageModal__close::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
}

.fs-c-productImageModalCarousel__figure {
  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;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100vw;
}

.fs-c-productImageModalCarousel__figure__caption {
  background: rgba(30, 30, 30, 0.7);
  color: #ddd;
  height: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}

.fs-c-productImageModalCarousel__figure__image {
  max-height: 100vh;
  max-width: 100vw;
}

.fs-c-productImageModalCarousel__figure__caption + .fs-c-productImageModalCarousel__figure__image {
  max-height: calc(100vh - 1.6em);
}

.fs-c-productImageModalCarousel--imageCover .fs-c-productImageModalCarousel__figure__image {
  max-width: initial;
}

.fs-c-productListCarousel {
  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-c-productListCarousel__ctrl {
  display: block;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  min-width: 32px;
  position: relative;
}

.fs-c-productListCarousel__ctrl.slick-disabled {
  opacity: 0.3;
}

.fs-c-productListCarousel__ctrl.slick-disabled:hover {
  opacity: 0.3;
}

.fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel {
  cursor: default;
}

.fs-c-productListCarousel__ctrl.slick-hidden {
  display: none;
}

.fs-c-productListCarousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.fs-c-productCarouselMainImage__image {
  display: block;
  margin: 0;
  position: relative;
}

.fs-c-productCarouselMainImage__image > img {
  max-width: 100vw;
  max-height: 100vh;
}

.fs-c-productCarouselMainImage__image__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-overflow: ellipsis;
}

.fs-c-productCarouselMainImage__thumbnailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: scroll;
  padding: 0;
}

.fs-c-productCarouselMainImage__thumbnailList > li {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.fs-c-productCarouselMainImage__thumbnailList > li:last-of-type {
  margin-right: 0;
}

.fs-c-productCarouselMainImage__thumbnail {
  margin: 0;
  padding: 0;
}

.fs-c-productMark {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-productMark > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-productMark__mark {
  display: block;
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}

.fs-c-productMark__mark--1 {
  color: #5c5c5c;
  background: #ffffff;
}

.fs-c-productMark__mark--2 {
  color: #5c5c5c;
  background: #cccccc;
}

.fs-c-productMark__mark--3 {
  color: #fff;
  background: #999999;
}

.fs-c-productMark__mark--4 {
  color: #fff;
  background: #666666;
}

.fs-c-productMark__mark--5 {
  color: #fff;
  background: #333333;
}

.fs-c-productMark__mark--6 {
  color: #fff;
  background: #000000;
}

.fs-c-productMark__mark--7 {
  color: #5c5c5c;
  background: #ffb3b3;
}

.fs-c-productMark__mark--8 {
  color: #5c5c5c;
  background: #fab194;
}

.fs-c-productMark__mark--9 {
  color: #5c5c5c;
  background: #ffe6ad;
}

.fs-c-productMark__mark--10 {
  color: #5c5c5c;
  background: #ffff98;
}

.fs-c-productMark__mark--11 {
  color: #5c5c5c;
  background: #e0eaa2;
}

.fs-c-productMark__mark--12 {
  color: #5c5c5c;
  background: #99cf9e;
}

.fs-c-productMark__mark--13 {
  color: #5c5c5c;
  background: #b0e1d6;
}

.fs-c-productMark__mark--14 {
  color: #5c5c5c;
  background: #a5ecf7;
}

.fs-c-productMark__mark--15 {
  color: #5c5c5c;
  background: #93c5f5;
}

.fs-c-productMark__mark--16 {
  color: #5c5c5c;
  background: #babaff;
}

.fs-c-productMark__mark--17 {
  color: #5c5c5c;
  background: #d9bae3;
}

.fs-c-productMark__mark--18 {
  color: #5c5c5c;
  background: #facddf;
}

.fs-c-productMark__mark--19 {
  color: #fff;
  background: #c93037;
}

.fs-c-productMark__mark--20 {
  color: #fff;
  background: #b85544;
}

.fs-c-productMark__mark--21 {
  color: #fff;
  background: #c98136;
}

.fs-c-productMark__mark--22 {
  color: #5c5c5c;
  background: #e3e516;
}

.fs-c-productMark__mark--23 {
  color: #fff;
  background: #95af4b;
}

.fs-c-productMark__mark--24 {
  color: #fff;
  background: #4f7f51;
}

.fs-c-productMark__mark--25 {
  color: #fff;
  background: #56928b;
}

.fs-c-productMark__mark--26 {
  color: #fff;
  background: #539cba;
}

.fs-c-productMark__mark--27 {
  color: #fff;
  background: #5572b2;
}

.fs-c-productMark__mark--28 {
  color: #fff;
  background: #595582;
}

.fs-c-productMark__mark--29 {
  color: #fff;
  background: #965491;
}

.fs-c-productMark__mark--30 {
  color: #fff;
  background: #c97398;
}

.fs-c-productMark__mark--31 {
  color: #fff;
  background: #ef000a;
}

.fs-c-productMark__mark--32 {
  color: #fff;
  background: #ff730c;
}

.fs-c-productMark__mark--33 {
  color: #fff;
  background: #976532;
}

.fs-c-productMark__mark--34 {
  color: #1a1a1a;
  background: #ffe102;
}

.fs-c-productMark__mark--35 {
  color: #fff;
  background: #89c65c;
}

.fs-c-productMark__mark--36 {
  color: #fff;
  background: #075727;
}

.fs-c-productMark__mark--37 {
  color: #fff;
  background: #289ca1;
}

.fs-c-productMark__mark--38 {
  color: #fff;
  background: #39bddb;
}

.fs-c-productMark__mark--39 {
  color: #fff;
  background: #0046c9;
}

.fs-c-productMark__mark--40 {
  color: #fff;
  background: #4f10b5;
}

.fs-c-productMark__mark--41 {
  color: #fff;
  background: #af0263;
}

.fs-c-productMark__mark--42 {
  color: #fff;
  background: #f35aa3;
}

.fs-c-productMark__mark--image {
  padding: 0;
}

.fs-c-productOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-productOption__name {
  font-weight: bold;
}

.fs-c-productOption__option {
  margin: 0 0 8px;
}

.fs-c-productOption__option + .fs-c-productOption__name {
  margin-top: 8px;
}

.fs-c-productOption__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-productOption__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fs-c-productPostage::before {
  content: "[";
}

.fs-c-productPostage::after {
  content: "]";
}

.fs-c-productPrice__addon__price::before {
  content: "：";
}

.fs-c-productSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-productSelection__name {
  font-weight: bold;
}

.fs-c-productSelection__selection {
  margin: 0 0 8px;
}

.fs-c-productSelection__selection + .fs-c-productSelection__name {
  margin-top: 8px;
}

.fs-c-productSelection__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-productThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-productThumbnail__image {
  margin: 4px 6px;
  -ms-flex-preferred-size: 56px;
  flex-basis: 56px;
  min-width: 56px;
}

.fs-c-productThumbnail__image > img {
  width: 100%;
}

.fs-c-productThumbnail__image__caption {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
}

.fs-c-quantity {
  display: block;
  max-width: 5em;
}

.fs-c-quantity__number {
  -webkit-box-shadow: 1px 1px 2px #b2b2b2 inset;
  box-shadow: 1px 1px 2px #b2b2b2 inset;
}

.fs-c-quantity__number.is-error {
  border: 1px solid #da4453;
  background-color: #fceef0;
}

.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #333333;
  display: block;
  line-height: 1.1;
  margin-top: 1px;
  padding: 2px 4px;
  position: absolute;
  z-index: 1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message::before {
  content: "入力してください";
  font-size: 0.8rem;
}

.fs-c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.fs-c-radio__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  word-break: keep-all;
}

.fs-c-radio__radioMark {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #666666;
  cursor: pointer;
}

.is-disabled .fs-c-radio__radioMark {
  cursor: default;
}

.fs-c-radio__radioMark::before {
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #ff829f;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #ff829f;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.fs-c-radio__radioLabelText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-radio__radioLabelText::after {
  content: "";
  width: 0;
  font-size: 0;
  color: transparent;
}

div.fs-c-radio__label .fs-c-radio__radioMark {
  opacity: 0.3;
}

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

.fs-c-radio2__radioMark {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  position: relative;
  min-width: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #666666;
  cursor: pointer;
}

.is-disabled .fs-c-radio2__radioMark {
  cursor: default;
}

.fs-c-radio2__radioMark::before {
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

.fs-c-radio2__radio:checked:enabled + label > .fs-c-radio2__radioMark {
  border-color: #2559A8;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.fs-c-radio2__radio:checked:enabled + label > .fs-c-radio2__radioMark::before {
  background: #2559A8;
  opacity: 1;
  width: 8px;
  height: 8px;
}

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

.is-active .fs-c-radio2__radioLabelAdditionalInfo, .is-disabled .fs-c-radio2__radioLabelAdditionalInfo {
  display: block;
}

.is-disabled .fs-c-radio2, .fs-c-radio2.is-disabled {
  color: #808080;
}

.fs-c-radioGroup, .fs-c-checkboxGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px 16px;
}

.fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-radioItemList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-radioItemList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-reviewBody {
  white-space: pre-wrap;
}

.fs-c-reviewer__name__reviewNumber::before {
  content: "(";
}

.fs-c-reviewer__name__reviewNumber::after {
  content: ")";
}

.fs-c-reviewStars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-reviewStars::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f90;
  font-size: 1.4em;
}

.fs-c-reviewStars[data-ratingCount="0"]::before {
  content: "\e91b\e91b\e91b\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="0.5"]::before {
  content: "\e91c\e91b\e91b\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="1.0"]::before {
  content: "\e91d\e91b\e91b\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="1.5"]::before {
  content: "\e91d\e91c\e91b\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="2.0"]::before {
  content: "\e91d\e91d\e91b\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="2.5"]::before {
  content: "\e91d\e91d\e91c\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="3.0"]::before {
  content: "\e91d\e91d\e91d\e91b\e91b";
}

.fs-c-reviewStars[data-ratingCount="3.5"]::before {
  content: "\e91d\e91d\e91d\e91c\e91b";
}

.fs-c-reviewStars[data-ratingCount="4.0"]::before {
  content: "\e91d\e91d\e91d\e91d\e91b";
}

.fs-c-reviewStars[data-ratingCount="4.5"]::before {
  content: "\e91d\e91d\e91d\e91d\e91c";
}

.fs-c-reviewStars[data-ratingCount="5.0"]::before {
  content: "\e91d\e91d\e91d\e91d\e91d";
}

.fs-c-requiredMark {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  width: 1em;
  height: 1em;
  right: 0;
  top: 0;
}

.fs-c-requiredMark::before {
  content: "*";
  display: block;
  font-size: 1.2em;
  text-indent: 0;
}

.fs-c-radioItemList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-radioItemList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.fs-c-radioItem.is-active .fs-c-radioItem__body {
  display: block;
}

.fs-c-suggestedAddress {
  background: #e5e5e5;
  color: #333333;
}

.fs-c-suggestedAddress__listItem + .fs-c-suggestedAddress__listItem {
  border-top: 1px solid #b2b2b2;
}

.fs-c-suggestedAddress__listItem:hover {
  cursor: pointer;
}

.fs-c-specialPointList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto auto;
  grid-template-columns: 1fr auto auto;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
}

.fs-c-specialPointList__list dd {
  text-align: right;
  margin: 0;
}

.fs-c-staffCoordinationCarousel {
  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-c-staffCoordinationCarousel__ctrl {
  display: block;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  min-width: 32px;
  position: relative;
}

.fs-c-staffCoordinationCarousel__ctrl.slick-disabled {
  opacity: 0.3;
}

.fs-c-staffCoordinationCarousel__ctrl.slick-disabled:hover {
  opacity: 0.3;
}

.fs-c-staffCoordinationCarousel__ctrl.slick-disabled > .fs-c-button--carousel {
  cursor: default;
}

.fs-c-staffCoordinationCarousel__ctrl.slick-hidden {
  display: none;
}

.fs-c-staffCoordinationCarousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.fs-c-staffRankingCarousel {
  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-c-staffRankingCarousel__ctrl {
  display: block;
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  min-width: 32px;
  position: relative;
}

.fs-c-staffRankingCarousel__ctrl.slick-disabled {
  opacity: 0.3;
}

.fs-c-staffRankingCarousel__ctrl.slick-disabled:hover {
  opacity: 0.3;
}

.fs-c-staffRankingCarousel__ctrl.slick-disabled > .fs-c-button--carousel {
  cursor: default;
}

.fs-c-staffRankingCarousel__ctrl.slick-hidden {
  display: none;
}

.fs-c-staffRankingCarousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.fs-c-stockNotificationsProduct__productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-stockSignLegend {
  font-size: 1.2rem;
}

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

.fs-c-stockSignLegend__sign {
  font-weight: bold;
  min-width: 1.5em;
  padding-right: 4px;
  position: relative;
  text-align: center;
}

.fs-c-stockSignLegend__sign::after {
  content: ":";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.fs-c-stockSignLegend__explanation {
  margin: 0;
}

.fs-c-subscriptionCourseSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-subscriptionCourseSelect__name {
  font-weight: bold;
}

.fs-c-subscriptionCourseSelect__option {
  margin: 0;
}

.fs-c-subscriptionCourseSelect__option + .fs-c-subscriptionCourseSelect__name {
  margin-top: 8px;
}

.fs-c-subscriptionCourseSelect__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-subscriptionCourseSelect__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fs-c-subscriptionNextDelivery__schedule__count::before {
  content: "（";
}

.fs-c-subscriptionNextDelivery__schedule__count::after {
  content: "）";
}

.fs-c-subscriptionOrderTotalTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.fs-c-subscriptionOrderTotalTable__headerCell, .fs-c-subscriptionOrderTotalTable__dataCell {
  border: 1px solid #ccc;
  padding: 4px 8px;
}

.fs-c-subscriptionOrderTotalTable__dataCell {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

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

.fs-c-textarea {
  resize: vertical;
}

.fs-c-time {
  white-space: nowrap;
}

.fs-c-variationAndActions__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.fs-c-variationAndActions__actions > * + * {
  margin-left: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-variationCart {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 8px;
  width: 100%;
}

.fs-c-variationCart > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-variationCart > li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 144px;
  grid-template-columns: 1fr 3em 144px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-variationCart > li + li {
  margin-top: 8px;
}

.fs-c-variationCart__variationName {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  font-size: 1.2rem;
}

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

.fs-c-variationCart__cartButton > button {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 128px;
  grid-template-columns: auto 1fr 2em 128px;
}

.fs-c-variationCart--withImage .fs-c-variationCart__image {
  margin-right: 8px;
}

.fs-c-variationCart--withImage .fs-c-variationCart__image > img {
  display: block;
  height: auto;
  max-width: 64px;
  width: 100%;
}

.fs-c-variationLabel__label + .fs-c-variationLabel__label::before {
  content: "/";
}

.fs-c-variationList + .fs-c-variationList {
  margin-top: 8px;
}

.fs-c-variationList__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 8px;
}

.fs-c-variationList__item__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-variationList__item__image > img {
  display: block;
  height: auto;
  max-width: 64px;
  width: 100%;
}

.fs-c-variationList__item__cart {
  padding-top: 0;
}

.fs-c-variationMatrix {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-variationMatrix > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.fs-c-variationMatrix__row__thumbnail > img {
  display: block;
  height: auto;
  max-width: 64px;
  width: 100%;
}

.fs-c-variationMatrix__lane {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-variationMatrix__item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-variationMatrix__panel {
  cursor: pointer;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.fs-c-variationMatrix--column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-variationMatrix--column > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-variationMatrix__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-variationMatrix__col__thumbnail {
  min-width: 48px;
}

.fs-c-variationMatrix__col__thumbnail > img {
  display: block;
  height: auto;
  max-width: 64px;
  width: 100%;
}

.fs-c-variationMatrix__col__variationPanels {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-variationMatrix__col .fs-c-variationMatrix__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}

.fs-c-variationRadioList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-variationRadioList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-variationRadioList__image {
  margin-right: 8px;
  min-width: 80px;
}

.fs-c-variationRadioList__image > img {
  display: block;
  height: auto;
  max-width: 64px;
  width: 100%;
}

.fs-c-variationRadioList__radio {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.4em;
  flex: 0 0 1.4em;
  min-width: 1.4em;
}

.fs-c-variationRadioList__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fs-c-variationRadioList__name__stock {
  font-size: 1.2rem;
}

.fs-c-variationRadioList__wisthlist {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.4em;
  flex: 0 0 1.4em;
}

.fs-c-variationSelect__image {
  margin-top: 8px;
}

.fs-c-variationSelect__image > img {
  display: block;
  height: auto;
  max-width: 64px;
  width: 100%;
}

.fs-c-coordinationCarouselMainImage__image {
  display: block;
  margin: 0;
  position: relative;
}

.fs-c-coordinationCarouselMainImage__image > img {
  max-width: 100vw;
  max-height: 100vh;
}

.fs-c-coordinationCarouselMainImage__image__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-overflow: ellipsis;
}

.fs-c-coordinationCarouselMainImage__thumbnailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  overflow-x: scroll;
  padding: 0;
}

.fs-c-coordinationCarouselMainImage__thumbnailList > li {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.fs-c-coordinationCarouselMainImage__thumbnailList > li:last-of-type {
  margin-right: 0;
}

.fs-c-coordinationCarouselMainImage__thumbnail {
  margin: 0;
  padding: 0;
}

.fs-c-coordinationComment {
  white-space: pre-wrap;
}

.fs-clientInfo:not(.is-ready) {
  display: none !important;
}

.fs-clientInfo.is-ready {
  display: block;
}

span[data-id=fs-analytics],
span[data-id=fs-google-capi],
span[data-id=fs-recommend3] {
  display: none;
}

.fs-u-tel::before {
  content: "TEL: ";
}

.fs-u-zipCode::before {
  content: "〒";
}

.fs-pt-carousel {
  position: relative;
  z-index: 1;
}

.fs-pt-carousel img {
  max-width: 100vw;
}

.fs-pt-carousel__track {
  position: relative;
}

.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
  width: 100%;
}

.fs-pt-list {
  list-style: none;
  padding: 0;
}

.fs-pt-list--noMarker > li + li, .fs-pt-list--unordered > li + li, .fs-pt-list--ordered > li + li, .fs-pt-list--note > li + li {
  margin-top: 8px;
}

.fs-pt-list--unordered > li, .fs-pt-list--ordered > li, .fs-pt-list--note > li {
  margin-left: 1.1em;
  position: relative;
}

.fs-pt-list--unordered > li::before, .fs-pt-list--ordered > li::before, .fs-pt-list--note > li::before {
  position: absolute;
  margin-left: -1.1em;
}

.fs-pt-list--unordered > li::before {
  border: 3px solid #ccc;
  border-radius: 50%;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fs-pt-list--ordered {
  counter-reset: fs-pt-list--orderd;
}

.fs-pt-list--ordered > li {
  counter-increment: fs-pt-list--orderd;
}

.fs-pt-list--ordered > li::before {
  content: counter(fs-pt-list--orderd) ".";
}

.fs-pt-list--note > li::before {
  content: "*";
}

.fs-pt-list--breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-pt-list--breadcrumb > li + li::before {
  content: ">";
  margin: 0 0.5em;
}

/*
* iziToast | v1.3.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.iziToast-capsule, .iziToast-capsule * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997;
}

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: "Lato", Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238, 238, 238, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px;
}

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}

.iziToast.iziToast-balloon:before {
  content: "";
  position: absolute;
  right: 8px;
  left: auto;
  width: 0;
  height: 0;
  top: 100%;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0;
}

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto;
}

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px;
}

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
}

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: 0;
}

.iziToast > .iziToast-close:hover {
  opacity: 1;
}

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left;
}

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both;
}

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left;
}

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]), .iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  min-height: 26px;
}

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus, .iziToast > .iziToast-body .iziToast-inputs > select:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px;
}

.iziToast > .iziToast-body .iziToast-buttons > a, .iziToast > .iziToast-body .iziToast-buttons > button, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
}

.iziToast > .iziToast-body .iziToast-buttons > a:hover, .iziToast > .iziToast-body .iziToast-buttons > button:hover, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0, 0, 0, 0.2);
}

.iziToast > .iziToast-body .iziToast-buttons > a:focus, .iziToast > .iziToast-body .iziToast-buttons > button:focus, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
}

.iziToast > .iziToast-body .iziToast-buttons > a:active, .iziToast > .iziToast-body .iziToast-buttons > button:active, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px;
}

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
}

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 80%;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px;
}

.iziToast > .iziToast-body .iziToast-message, .iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  white-space: normal;
}

.iziToast > .iziToast-body .iziToast-title {
  color: #000;
  margin: 0;
}

.iziToast > .iziToast-body .iziToast-message {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.6);
}

.iziToast.iziToast-animateInside .iziToast-buttons-child, .iziToast.iziToast-animateInside .iziToast-icon, .iziToast.iziToast-animateInside .iziToast-inputs-child, .iziToast.iziToast-animateInside .iziToast-message, .iziToast.iziToast-animateInside .iziToast-title {
  opacity: 0;
}

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.iziToast-target .iziToast-capsule {
  overflow: hidden;
}

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left;
}

.iziToast-wrapper {
  z-index: 2147483602;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto;
}

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left;
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before, .iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px;
}

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right;
}

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left;
}

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right;
}

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.iziToast-wrapper-bottomCenter, .iziToast-wrapper-center {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.iziToast-wrapper-center {
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, "Lato", Arial;
}

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0;
}

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0;
}

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-buttons, .iziToast-rtl .iziToast-body .iziToast-inputs, .iziToast-rtl .iziToast-body .iziToast-message, .iziToast-rtl .iziToast-body .iziToast-texts, .iziToast-rtl .iziToast-body .iziToast-title {
  float: right;
  text-align: right;
}

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0;
}

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70;
}

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 8px;
}

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 80%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 85%;
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a, .iziToast.iziToast-theme-dark .iziToast-buttons > button, .iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover, .iziToast.iziToast-theme-dark .iziToast-buttons > button:hover, .iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2);
}

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus, .iziToast.iziToast-theme-dark .iziToast-buttons > button:focus, .iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, 0.9);
  border-color: rgba(255, 175, 180, 0.9);
}

.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, 0.9);
  border-color: rgba(255, 207, 165, 0.9);
}

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9);
}

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: rgba(157, 222, 255, 0.9);
}

.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, 0.9);
  border-color: rgba(166, 239, 184, 0.9);
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message, .iziToast.iziToast-layout2 .iziToast-body .iziToast-texts {
  width: 100%;
}

.iziToast.iziToast-layout3 {
  border-radius: 2px;
}

.iziToast.iziToast-layout3::after {
  display: none;
}

.iziToast .revealIn, .iziToast.revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
}

.iziToast .slideIn, .iziToast.slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both;
}

.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both;
}

.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both;
}

.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both;
}

.iziToast .fadeIn, .iziToast.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}

.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both;
}

.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both;
}

.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
}

.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}

.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both;
}

.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both;
}

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
}

.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both;
}

.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both;
}

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
  }
  to {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

@-webkit-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@-webkit-keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px);
    transform: translateX(280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  70% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  70% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  70% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes iziT-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes iziT-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes iziT-fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes iziT-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes iziT-fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes iziT-flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes iziT-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes iziT-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes iziT-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

@keyframes iziT-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}

@-webkit-keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@keyframes iziT-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}

@-webkit-keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes iziT-flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.fs-c-photoswipe.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.fs-c-photoswipe.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-photoswipe.pswp img {
  max-width: none;
}

.fs-c-photoswipe.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.fs-c-photoswipe.pswp--open {
  display: block;
}

.fs-c-photoswipe.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fs-c-photoswipe.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.fs-c-photoswipe.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fs-c-photoswipe .pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.fs-c-photoswipe .pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fs-c-photoswipe .pswp__container,
.fs-c-photoswipe .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.fs-c-photoswipe .pswp__container,
.fs-c-photoswipe .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.fs-c-photoswipe .pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.fs-c-photoswipe .pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.fs-c-photoswipe .pswp--animated-in .pswp__bg,
.fs-c-photoswipe .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.fs-c-photoswipe .pswp__container,
.fs-c-photoswipe .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.fs-c-photoswipe .pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.fs-c-photoswipe .pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.fs-c-photoswipe .pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.fs-c-photoswipe .pswp__img--placeholder--blank {
  background: #222;
}

.fs-c-photoswipe .pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.fs-c-photoswipe .pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.fs-c-photoswipe .pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.fs-c-photoswipe .pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fs-c-photoswipe .pswp__button:focus, .fs-c-photoswipe .pswp__button:hover {
  opacity: 1;
}

.fs-c-photoswipe .pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.fs-c-photoswipe .pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.fs-c-photoswipe .pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.fs-c-photoswipe .pswp__button,
.fs-c-photoswipe .pswp__button--arrow--left:before,
.fs-c-photoswipe .pswp__button--arrow--right:before {
  background: url(images/photoswipe-default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.fs-c-photoswipe .pswp__button--close {
  background-position: 0 -44px;
}

.fs-c-photoswipe .pswp__button--share {
  background-position: -44px -44px;
}

.fs-c-photoswipe .pswp__button--fs {
  display: none;
}

.fs-c-photoswipe.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.fs-c-photoswipe.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.fs-c-photoswipe .pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.fs-c-photoswipe.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.fs-c-photoswipe.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.fs-c-photoswipe.pswp--touch .pswp__button--arrow--left,
.fs-c-photoswipe.pswp--touch .pswp__button--arrow--right {
  visibility: visible;
}

.fs-c-photoswipe .pswp__button--arrow--left,
.fs-c-photoswipe .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.fs-c-photoswipe .pswp__button--arrow--left {
  left: 0;
}

.fs-c-photoswipe .pswp__button--arrow--right {
  right: 0;
}

.fs-c-photoswipe .pswp__button--arrow--left:before,
.fs-c-photoswipe .pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.fs-c-photoswipe .pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.fs-c-photoswipe .pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.fs-c-photoswipe .pswp__counter,
.fs-c-photoswipe .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-c-photoswipe .pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.fs-c-photoswipe .pswp__share-modal--hidden {
  display: none;
}

.fs-c-photoswipe .pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.fs-c-photoswipe .pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.fs-c-photoswipe .pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.fs-c-photoswipe .pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.fs-c-photoswipe .pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.fs-c-photoswipe .pswp__share-modal--fade-in {
  opacity: 1;
}

.fs-c-photoswipe .pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fs-c-photoswipe.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

.fs-c-photoswipe a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.fs-c-photoswipe a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

.fs-c-photoswipe a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

.fs-c-photoswipe a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

.fs-c-photoswipe a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

.fs-c-photoswipe a.pswp__share--download:hover {
  background: #DDD;
}

.fs-c-photoswipe .pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

.fs-c-photoswipe .pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.fs-c-photoswipe .pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.fs-c-photoswipe .pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.fs-c-photoswipe .pswp__caption--empty {
  display: none;
}

.fs-c-photoswipe .pswp__caption--fake {
  visibility: hidden;
}

.fs-c-photoswipe .pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.fs-c-photoswipe .pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.fs-c-photoswipe .pswp__preloader--active {
  opacity: 1;
}

.fs-c-photoswipe .pswp__preloader--active .pswp__preloader__icn {
  background: url(/assets/images/item/src/loading.svg) 0 0 no-repeat;
}

.fs-c-photoswipe.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.fs-c-photoswipe.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.fs-c-photoswipe.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.fs-c-photoswipe.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.fs-c-photoswipe.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.fs-c-photoswipe.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.fs-c-photoswipe .pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.fs-c-photoswipe .pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.fs-c-photoswipe .pswp__caption,
.fs-c-photoswipe .pswp__top-bar, .fs-c-photoswipe.pswp--has_mouse .pswp__button--arrow--left, .fs-c-photoswipe.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.fs-c-photoswipe.pswp--has_mouse .pswp__button--arrow--left,
.fs-c-photoswipe.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.fs-c-photoswipe .pswp__top-bar,
.fs-c-photoswipe .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.fs-c-photoswipe .pswp__ui--fit .pswp__top-bar,
.fs-c-photoswipe .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.fs-c-photoswipe .pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.fs-c-photoswipe .pswp__ui--idle .pswp__button--arrow--left,
.fs-c-photoswipe .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.fs-c-photoswipe .pswp__ui--hidden .pswp__top-bar,
.fs-c-photoswipe .pswp__ui--hidden .pswp__caption,
.fs-c-photoswipe .pswp__ui--hidden .pswp__button--arrow--left,
.fs-c-photoswipe .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.fs-c-photoswipe .pswp__ui--one-slide .pswp__button--arrow--left,
.fs-c-photoswipe .pswp__ui--one-slide .pswp__button--arrow--right,
.fs-c-photoswipe .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.fs-c-photoswipe .pswp__element--disabled {
  display: none !important;
}

.fs-c-photoswipe.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.fs-c-slick.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.fs-c-slick.slick-slider .slick-track,
.fs-c-slick.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fs-c-slick .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.fs-c-slick .slick-list:focus {
  outline: none;
}

.fs-c-slick .slick-list.dragging {
  cursor: pointer;
}

.fs-c-slick .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fs-c-slick .slick-track:before, .fs-c-slick .slick-track:after {
  content: "";
  display: table;
}

.fs-c-slick .slick-track:after {
  clear: both;
}

.slick-loading .fs-c-slick .slick-track {
  visibility: hidden;
}

.fs-c-slick .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.fs-c-slick [dir=rtl] .slick-slide {
  float: right;
}

.fs-c-slick .slick-slide img {
  display: block;
}

.fs-c-slick .slick-slide.slick-loading img {
  display: none;
}

.fs-c-slick .slick-slide.dragging img {
  pointer-events: none;
}

.fs-c-slick.slick-initialized .slick-slide {
  display: block;
}

.fs-c-slick .slick-loading .slick-slide {
  visibility: hidden;
}

.fs-c-slick .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.fs-c-slick .slick-arrow.slick-hidden {
  display: none;
}

.fs-c-slick.slick-slider {
  position: relative;
  z-index: 0;
}

.fs-c-slick.slick-slider a {
  display: block;
}

.fs-c-slick .slick-loading .slick-list {
  background: #fff url("/assets/images/item/src/loading.svg") center center no-repeat;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(30, 30, 30, 0.3);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.fs-c-slick .slick-prev:hover, .fs-c-slick .slick-prev:focus,
.fs-c-slick .slick-next:hover,
.fs-c-slick .slick-next:focus {
  outline: none;
  color: transparent;
}

.fs-c-slick .slick-prev:hover:before, .fs-c-slick .slick-prev:focus:before,
.fs-c-slick .slick-next:hover:before,
.fs-c-slick .slick-next:focus:before {
  opacity: 1;
}

.fs-c-slick .slick-prev.slick-disabled:before,
.fs-c-slick .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 40px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-slick .slick-prev {
  left: 4px;
}

[dir=rtl] .fs-c-slick .slick-prev {
  left: auto;
  right: 4px;
}

.fs-c-slick .slick-prev:before {
  content: "\e90b";
}

[dir=rtl] .fs-c-slick .slick-prev:before {
  content: "\e90c";
}

.fs-c-slick .slick-next {
  right: 4px;
}

[dir=rtl] .fs-c-slick .slick-next {
  left: 4px;
  right: auto;
}

.fs-c-slick .slick-next:before {
  content: "\e90c";
}

[dir=rtl] .fs-c-slick .slick-next:before {
  content: "\e90b";
}

.fs-c-slick .slick-dots {
  line-height: 1;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  margin: 0;
}

.fs-c-slick .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 3px;
  padding: 0;
  cursor: pointer;
}

.fs-c-slick .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.fs-c-slick .slick-dots li button:hover, .fs-c-slick .slick-dots li button:focus {
  outline: none;
}

.fs-c-slick .slick-dots li button:hover:before, .fs-c-slick .slick-dots li button:focus:before {
  opacity: 1;
}

.fs-c-slick .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 8px;
  height: 8px;
  font-family: "fs-icon";
  font-size: 6px;
  line-height: 8px;
  text-align: center;
  color: #aaa;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #aaa;
  opacity: 0.75;
}

:root {
  --fs-color-maincolor: #646464;
  --fs-color-maincolor__font: #ffffff;
  --fs-color-subcolor1: #7c8790;
  --fs-color-subcolor1__font: #ffffff;
  --fs-color-subcolor2: #f7f7f7;
  --fs-color-subcolor2__font: #3c3c3c;
  --fs-color-font--main: #3c3c3c;
  --fs-color-font--link: #6b6b6b;
  --fs-color-font--link--visited: #6b6b6b;
  --fs-color-font--link--hover: #6b6b6b;
  --fs-color-font--link--active: #6b6b6b;
  --fs-color-font--pageHeading: #3c3c3c;
  --fs-color-font--productName: #3c3c3c;
  --fs-color-font--productPrice: #ff829f;
  --fs-color-page__background: #ffffff;
  --fs-color-button--primary: #f64077;
  --fs-color-button--primary__border: #f64077;
  --fs-color-button--primary__font: #ffffff;
  --fs-size-button--primary__radius: 0px;
  --fs-color-button--secondary: #667895;
  --fs-color-button--secondary__border: #667895;
  --fs-color-button--secondary__font: #ffffff;
  --fs-size-button--secondary__radius: 0px;
  --fs-color-button--particular: #f7f7f7;
  --fs-color-button--particular__border: #bbbbbb;
  --fs-color-button--particular__font: #3c3c3c;
  --fs-size-button--particular__radius: 0px;
  --fs-color-button--standard: #ebebeb;
  --fs-color-button--standard__border: #bbbbbb;
  --fs-color-button--standard__font: #3c3c3c;
  --fs-size-button--standard__radius: 0px;
  --fs-color-button--plain: 3c3c3c;
  --fs-color-button--plain__border: #c0c0c0;
  --fs-color-button--plain__font: 3c3c3c;
  --fs-size-button--plain__radius: 0px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
}

input,
textarea,
select {
  background-color: #ffffff;
  color: #333333;
}

[type=hidden],
[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
}

[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #4CAAC0;
  -webkit-box-shadow: inset 0 0 1px #4CAAC0;
  box-shadow: inset 0 0 1px #4CAAC0;
  outline: none;
}

[type=hidden].is-error,
[type=text].is-error,
[type=search].is-error,
[type=tel].is-error,
[type=url].is-error,
[type=email].is-error,
[type=password].is-error,
[type=datetime].is-error,
[type=date].is-error,
[type=month].is-error,
[type=week].is-error,
[type=time].is-error,
[type=datetime-local].is-error,
[type=number].is-error,
select.is-error,
textarea.is-error {
  border-color: #da4453;
  background-color: #fcf5c2;
}

select[multiple] > option {
  border: none;
}

button:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #3c3c3c;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

main {
  display: block;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin: 1rem 0;
}

fieldset {
  border: none;
}

:focus {
  outline: none;
}

.fs-c-accountService {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.fs-c-accountService > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-accountService__page {
  -ms-flex-preferred-size: 128px;
  flex-basis: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
}

.fs-c-accountService__page--membershipCard {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-accountService__page--couponList {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-accountService__page--storeOrderHistoryList {
  display: none;
}

.fs-c-accountService__page--accountDelete {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #3c3c3c;
  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;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.2rem;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 64px;
  height: 64px;
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}

.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}

.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}

.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}

.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}

.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93e";
}

.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}

.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}

.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}

.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}

.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}

.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}

.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}

.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}

.fs-c-accountService__page--linkedAccounts .fs-c-accountService__pageLink__label::before {
  content: "\e93f";
}

.fs-c-accountService__page--degree .fs-c-accountService__pageLink__label::before {
  content: " ";
  background: url(/assets/images/system/icon-degree.svg) 50% 30% no-repeat;
}

.fs-c-additionalCheckField + fieldset:not(.fs-c-additionalCheckField), fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 32px;
}

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

.fs-c-addressBookRegistrationNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}

.fs-c-addressBookList__addButton {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-addressBookList__count {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: right;
}

.fs-c-addressBookList__list {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-addresseeList__name, .fs-c-addresseeList__address {
  font-weight: bold;
}

.fs-c-addresseeList > dd {
  margin: 0 0 8px;
}

.fs-c-aggregateRating {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-aggregateRating__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10em;
  flex: 0 1 10em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 1;
}

.fs-c-aggregateRating__rating::before {
  content: "この商品の平均評価";
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 1rem;
}

.fs-c-aggregateRating__count {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.4rem;
}

.fs-c-aggregateRating__message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #f7f7f7;
  padding: 8px;
  text-align: center;
}

.fs-c-productReviewed + .fs-c-aggregateRating {
  max-width: 600px;
  margin: 24px auto;
}

* + .fs-c-anotherLogin {
  margin-top: 24px;
}

.fs-c-linkedServiceLogin .fs-c-anotherLogin {
  margin: 0;
}

.fs-c-anotherLogin__message {
  text-align: left;
  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;
}

.fs-c-anotherLogin__button:not([class*="--amazon"]) {
  padding: 0;
}

.fs-c-anotherLogin__button--amazon {
  margin: 0 auto;
}

.fs-c-linkService__button .fs-c-anotherLogin__button--google [aria-labelledby=button-label], .fs-c-cartPayment .fs-c-anotherLogin__button--google [aria-labelledby=button-label] {
  max-width: 100% !important;
}

.fs-c-agreementConfirmation__message {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
}

.fs-c-assist {
  margin: 0 0 4px;
  padding: 4px 0;
  border-radius: 3px;
}

.fs-c-assist.is-error {
  color: #da4453;
}

.fs-c-blackmarketPasswordField {
  width: 12em;
  margin: 0 auto;
}

.fs-c-breadcrumb {
  font-size: 1.2rem;
}

.fs-c-bundlePreview__item {
  border: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-bundlePreview__item + .fs-c-bundlePreview__item {
  margin-top: 8px;
}

.fs-c-bundlePreview__item__title {
  background-color: #e5e5e5;
  color: #4c4c4c;
  margin: -8px -8px 8px;
  padding: 8px;
}

.fs-c-bundlePreview__item__total {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-top: 3px double #e5e5e5;
  margin-top: -3px;
  padding: 8px;
}

.fs-c-bundlePreview--cart {
  margin-top: 36px;
}

.fs-c-bundlePreview--cart .fs-c-bundlePreview__item__title {
  background: none;
  color: #3c3c3c;
  border-bottom: 1px solid #e5e5e5;
}

.fs-c-bundlePreview .fs-c-cartTable__row:last-child {
  border-bottom: none;
}

.fs-c-button--primary {
  background: #f64077;
  border: 1px solid #f64077;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}

.fs-c-button--primary:hover {
  opacity: 0.8;
}

.fs-c-button--primary:hover, .fs-c-button--primary:visited, .fs-c-button--primary:active {
  color: #ffffff;
  text-decoration: none;
}

.fs-c-button--secondary {
  background: #667895;
  border: 1px solid #667895;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}

.fs-c-button--secondary:hover {
  opacity: 0.8;
}

.fs-c-button--secondary:hover, .fs-c-button--secondary:visited, .fs-c-button--secondary:active {
  color: #ffffff;
  text-decoration: none;
}

.fs-c-button--particular {
  background: #f7f7f7;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-button--particular:hover {
  opacity: 0.8;
}

.fs-c-button--particular:hover, .fs-c-button--particular:visited, .fs-c-button--particular:active {
  color: #3c3c3c;
  text-decoration: none;
}

.fs-c-button--standard {
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  border-radius: 0px;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
}

.fs-c-button--standard:hover {
  opacity: 0.8;
}

.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
  color: #3c3c3c;
  text-decoration: none;
}

.fs-c-button--primary.is-disabled,
.fs-c-button--secondary.is-disabled,
.fs-c-button--particular.is-disabled,
.fs-c-button--standard.is-disabled {
  background: #f7f7f7;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b2b2b2;
  cursor: default;
}

.fs-c-button--primary.is-disabled:hover,
.fs-c-button--secondary.is-disabled:hover,
.fs-c-button--particular.is-disabled:hover,
.fs-c-button--standard.is-disabled:hover {
  opacity: 1;
}

.fs-c-button--plain {
  background: 3c3c3c;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  color: 3c3c3c;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0;
}

.fs-c-button--plain:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}

.fs-c-button--image {
  border: none;
  padding: 0;
  background: none;
}

.fs-c-button--image > img {
  display: block;
  max-width: 100%;
}

.fs-c-button--primary.fs-c-button--confirmDelete {
  min-width: 160px;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
  font-size: 1.2rem;
  min-width: 100%;
}

.fs-c-button--secondary.fs-c-button--changeInformation {
  min-width: 0;
}

.fs-c-button--secondary.fs-c-button--addToAddressbook, .fs-c-button--secondary.fs-c-button--addReview--guest {
  width: 100%;
}

.fs-c-button--secondary.fs-c-button--changeMainCreditCard, .fs-c-button--secondary.fs-c-button--searchStoreInventory {
  min-width: initial;
}

.fs-c-button--secondary.fs-c-button--searchStoreInventory {
  width: 100%;
}

.fs-c-button--secondary.fs-c-button--subscribeToArrivalNotice--variation {
  font-size: 1.2rem;
  min-width: 100%;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon, .fs-c-button--particular.fs-c-button--removeFromWishList--icon, .fs-c-button--particular.fs-c-button--displayPassword, .fs-c-button--particular.fs-c-button--hidePassword {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--removeFromWishList--icon .fs-c-button__label, .fs-c-button--particular.fs-c-button--displayPassword .fs-c-button__label, .fs-c-button--particular.fs-c-button--hidePassword .fs-c-button__label {
  display: none;
}

.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-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  content: "\e919";
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  content: "\e91a";
  color: #C98696;
}

.fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  color: #999999;
  margin: auto 4px;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
}

.fs-c-button--particular.fs-c-button--hidePassword::before {
  content: "\e918";
}

.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 0.2em 1em;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  margin-left: 8px;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "\e919";
}

.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  content: "\e91a";
  color: #C98696;
}

.fs-c-button--plain::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "\e928";
}

.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: "\e927";
}

.fs-c-button--plain.fs-c-button--addToCart--list::before {
  content: "\e91f";
}

.fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
  content: "\e920";
}

.fs-c-button--plain.fs-c-button--viewProductDetail::before {
  content: "\e92b";
}

.fs-c-button--plain.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}

.fs-c-button--plain.fs-c-button--viewMoreImage::before {
  content: "\e912";
}

.fs-c-button--plain.fs-c-button--viewExtendedImage .fs-c-button__label {
  display: none;
}

.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
  content: "\e912";
  font-size: 2.2rem;
}

.fs-c-button--plain.fs-c-button--changeLocation {
  font-size: inherit;
  min-height: initial;
  min-width: initial;
}

.fs-c-button--carousel {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 4.4rem;
  line-height: 1;
  min-height: 1em;
  position: relative;
  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-c-button--carousel .fs-c-button__label {
  display: none;
}

.fs-c-button--carousel::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-c-button--carousel--prev::before {
  content: "\e90b";
}

.fs-c-button--carousel--next::before {
  content: "\e90c";
}

.fs-c-button--carousel:hover {
  opacity: 0.6;
}

.fs-c-buttonContainer {
  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;
  padding: 8px 0;
}

.fs-c-buttonContainer--pair {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}

.fs-c-buttonContainer--pair > *:first-child {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.fs-c-buttonContainer--pair > *:last-child {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.fs-c-buttonContainer--changeSmall, .fs-c-buttonContainer--moveToOrderHistory, .fs-c-buttonContainer--moveToStoreOrders, .fs-c-buttonContainer--resendVerificationCode, .fs-c-buttonContainer--orderCancel, .fs-c-buttonContainer--subscriptionCancelConfirm {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-buttonContainer--addAddressbook {
  padding: 8px 0;
}

.fs-c-buttonContainer--addAddressbook, .fs-c-buttonContainer--addReview--detail, .fs-c-buttonContainer--addProductToWishList, .fs-c-buttonContainer--inquiryAboutProduct, .fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--removeProductFromWishList, .fs-c-buttonContainer--viewAllReviews, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister, .fs-c-buttonContainer--moveToShoppingCart, .fs-c-buttonContainer--moveToSubscriptionCart, .fs-c-buttonContainer--changeCreditCard {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-buttonContainer--myPageTop, .fs-c-buttonContainer--back, .fs-c-buttonContainer--backToRegister {
  margin-top: 32px;
}

.fs-c-buttonContainer--viewStoreList {
  margin-top: 24px;
}

.fs-c-buttonContainer--deleteChange {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
  font-size: 1.4rem;
  min-width: auto;
}

.fs-c-buttonContainer--deleteChange > * + * {
  margin: 0 16px 0 0;
}

.fs-c-buttonContainer--lineImportProfile {
  margin: 0 auto;
  max-width: 600px;
}

.fs-c-buttonContainer--backModerate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-buttonContainer--inputCreditCardData {
  margin-left: auto;
}

.fs-c-linkService__button > .fs-c-buttonContainer {
  width: 100%;
  padding: 0;
}

.fs-c-linkService__button > .fs-c-buttonContainer [class*=fs-c-button--] {
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  min-width: initial;
}

.fs-c-cancelSubscriptionDetail {
  margin-bottom: 16px;
}

.fs-c-cancelSubscriptionDetail__heading {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.fs-c-cancelSubscriptionDetail__body {
  border: 1px solid #b2b2b2;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-cancelSubscriptionDetail__date, .fs-c-cancelSubscriptionDetail__count {
  font-weight: bold;
}

.fs-c-cancelSubscriptionDetail__count::before {
  content: "（";
}

.fs-c-cancelSubscriptionDetail__count::after {
  content: "）";
}

.fs-c-cancelSubscriptionDetail__addon {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-cartTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
  word-break: keep-all;
}

.fs-c-cartTable__message {
  background: #7c8790;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 3px;
  padding: 3px 5px 0;
}

.fs-c-cartTable__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  grid-gap: 8px;
}

.fs-c-cartTable__productImage {
  -ms-grid-column: 1;
  grid-column: 1;
}

.fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-cartTable__productInfo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-cartTable__unitPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-cartTable__actionButton {
  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;
}

.fs-c-cartTable__actionButton__container {
  width: 100%;
}

.fs-c-cartTable__actionButton__container > button {
  font-size: 1.2rem;
}

.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: 1px solid #b2b2b2;
  border-radius: 0;
  border-width: 1px 0 0 0;
  margin-top: 8px;
  padding-top: 8px;
}

.fs-c-cartTable__quantity {
  max-width: 5em;
}

.fs-c-cartBundleInfo {
  margin: 24px 0;
}

.fs-c-cartBundleInfo__info {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px 16px 8px;
}

.fs-c-cartBundleInfo__title {
  background: #646464;
  color: #ffffff;
  margin: -8px -16px 0;
  padding: 4px 16px;
}

.fs-c-cartBundleInfo__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 8px 0;
}

.fs-c-cartBundleInfo__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-cartBundleInfo__list > li + li {
  margin-top: 8px;
}

.fs-c-cartBundleInfo__list > li > a {
  border: 1px solid currentColor;
  background: #ffffff;
  color: #333333;
  display: block;
  text-decoration: none;
  padding: 4px 8px;
}

.fs-c-cartBundleInfo__list > li > a:hover {
  opacity: 0.8;
}

.fs-c-cartBundleInfo__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 8px 0;
}

.fs-c-cartDiscountInfo {
  margin: 24px 0;
}

.fs-c-cartDiscountInfo__title {
  display: block;
  font-size: 1.8rem;
}

.fs-c-cartDiscountInfo__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
}

.fs-c-cartDiscountInfo__note {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.fs-c-cartDiscountInfo__note > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-cartDiscountInfo__note > li {
  margin: 4px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.fs-c-cartDiscountInfo__note > li::before {
  content: "※";
}

.fs-c-cartOptionTable {
  border-collapse: collapse;
  font-size: 1.2rem;
}

.fs-c-cartOptionTable__dataCell {
  padding: 1.6px 4px;
}

.fs-c-cartOptionTable__unitPriceContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-cartPayment, .fs-c-payWithAmazon {
  margin-top: 24px;
  font-size: 1.2rem;
}

.fs-c-cartPayment p, .fs-c-payWithAmazon p {
  margin: 0 0 4px;
}

.fs-c-cartProductSalesPeriod__label::after {
  content: ":";
}

.fs-c-changeNextDeliveryField__information {
  margin-bottom: 16px;
}

.fs-c-changeNextDeliveryField__information__heading {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}

.fs-c-changeNextDeliveryField__information__date {
  font-size: 1.2rem;
  font-weight: bold;
}

.fs-c-checkbox__checkMark {
  border: 2px solid #999999;
}

.fs-c-checkbox__checkMark::before {
  color: #ffffff;
  font-size: 1em;
  top: -0.05em;
  left: -0.05em;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #1f5da0;
  border-color: #1f5da0;
}

.fs-c-modal--pickupStoreList .fs-c-checkboxGroup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-modal--pickupStoreList .fs-c-checkboxGroup > * {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
  margin-top: 8px;
}

.fs-c-checkout-addDestinationButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0 40px;
}

.fs-c-checkout-addressee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  background: #ffffff;
  color: #333333;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-addresseeList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.fs-c-checkout-addresseeList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-addressee.case-favoriteStore {
  background-color: #F9F9D6;
}

.fs-c-checkout-addressee + .fs-c-checkout-addressee {
  margin-top: 8px;
}

.fs-c-checkout-addressee__check {
  width: 24px;
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
}

.fs-c-checkout-addressee__check .fs-c-checkbox__label {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fs-c-checkout-addressee__data {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 8px;
}

.fs-c-checkout-addressee__data__name {
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 144px;
}

.fs-c-checkout-addressee__data__name__home {
  font-size: 1.2rem;
}

.fs-c-checkout-addressee__data__name__favoriteStore {
  display: inline-block;
  font-size: 1.4rem;
}

.fs-c-checkout-addressee__data__name__favoriteStore::before {
  content: "(";
}

.fs-c-checkout-addressee__data__name__favoriteStore::after {
  content: ")";
}

.fs-c-checkout-addressee__data__address {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.fs-c-checkout-addressee__data__storeComment {
  background: rgba(126, 126, 126, 0.08);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-addressee__data__openDescription {
  color: #6b6b6b;
  cursor: pointer;
}

.fs-c-checkout-addressee__data__openDescription:hover {
  color: #6b6b6b;
}

.fs-c-checkout-addressee__control {
  -ms-grid-column: 3;
  grid-column: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  grid-row-gap: 8px;
  padding: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.fs-c-checkout-checkoutMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-checkoutMethod p {
  margin: 0;
}

.fs-c-checkout-checkoutMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-checkoutMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-checkoutMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-checkoutMethod.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-checkoutMethod.is-disabled:not(.is-active) .fs-c-checkout-checkoutMethod__title {
  color: #666666;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) {
  border: 2px solid #e5e5e5;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) .fs-c-checkout-checkoutMethod__title:not(.is-active) {
  background: #e5e5e5;
}

.fs-c-checkout-communicationTextarea {
  min-height: 24em;
  font-size: 0.8em;
}

.fs-c-checkout-couponList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-couponList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-couponList__item {
  background: #f7f7f7;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
}

.fs-c-checkout-couponList__item + * {
  margin-top: 8px;
}

.fs-c-checkout-couponList__item.is-active {
  background: #F9F9D6;
}

.fs-c-checkout-couponList__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.fs-c-checkout-couponList__couponName {
  font-size: 1.2rem;
}

.fs-c-checkout-couponList__couponDiscount {
  color: #e76b34;
}

.fs-c-checkout-couponCodeInput {
  background: #f7f7f7;
  padding: 8px;
}

.fs-c-checkout-couponCodeInput__title {
  font-size: 1.2rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-checkout-couponCodeInput__input {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.fs-c-checkout-delivery__method {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
}

.fs-c-checkout-delivery__method__deliveryDateTime {
  margin: 8px 0;
}

.fs-c-checkout-delivery__method__deliveryDateTime dd {
  white-space: pre-wrap;
}

.fs-c-checkout-delivery__method__title {
  font-size: 1.8rem;
  margin: 0;
}

.fs-c-checkout-delivery__method__deliveryDateInfo {
  margin: 8px 0;
}

.fs-c-checkout-delivery__method__message {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #333333;
  margin: 8px 0;
  padding: 8px;
}

.fs-c-checkout-delivery__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-checkout-deliveryCycle {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-deliveryCycle p {
  margin: 0;
}

.fs-c-checkout-deliveryCycle__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-deliveryCycle__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryCycle__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-deliveryCycle.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-deliveryCycle.is-active .fs-c-checkout-deliveryCycle__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-deliveryCycle.is-disabled:not(.is-active) .fs-c-checkout-deliveryCycle__title {
  color: #666666;
}

.fs-c-checkout-deliveryCycle__selectCycle > * + * {
  margin-top: 4px;
}

.fs-c-checkout-deliveryCycle__notice {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryCycle__notice > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-deliveryCycle__notice > *::before {
  content: "※";
}

.fs-c-checkout-deliveryCyclePreview__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 8px 0;
}

.fs-c-checkout-deliveryCyclePreview__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-deliveryCyclePreview__list__item {
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-deliveryCyclePreview__list__item > * {
  padding: 4px 8px;
}

.fs-c-checkout-deliveryCyclePreview__list__item + .fs-c-checkout-deliveryCyclePreview__list__item {
  border-top: none;
}

.fs-c-checkout-deliveryCyclePreview__list__label {
  background: rgba(126, 126, 126, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-checkout-deliveryCyclePreview__list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-checkout-deliveryCyclePreview__list__date__date {
  margin-right: 8px;
}

.fs-c-checkout-deliveryCyclePreview__button {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
  margin: 48px 0;
}

.fs-c-checkout-deliveryInfo__footer {
  margin-top: 48px;
}

.fs-c-checkout-deliveryInfo__footer [class^=fs-c-button] {
  min-width: 320px;
}

.fs-c-checkout-deliveryMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-deliveryMethod p {
  margin: 0;
}

.fs-c-checkout-deliveryMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-deliveryMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-deliveryMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-deliveryMethod.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-deliveryMethod.is-disabled:not(.is-active) .fs-c-checkout-deliveryMethod__title {
  color: #666666;
}

.fs-c-checkout-deliveryMethod__option__setting {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
  margin: 8px 0;
}

.fs-c-checkout-deliveryMethod__option__setting dd {
  margin-left: 0;
}

.fs-c-checkout-deliveryMethod__option__setting dd + dt {
  margin-top: 8px;
}

.fs-c-checkout-deliveryScheduleSetting {
  margin: 0;
}

.fs-c-checkout-deliveryScheduleSetting dt {
  font-weight: bold;
}

.fs-c-checkout-deliveryScheduleSetting dd {
  margin-left: 0;
}

.fs-c-checkout-deliveryScheduleSetting dd + dt {
  margin-top: 8px;
}

.fs-c-checkout-heading {
  background-color: #7c8790;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 4px;
  text-align: center;
  margin: 0;
}

.fs-c-checkout-heading-lv2 {
  margin: 0;
  border-left: 2px solid #999999;
  padding-left: 8px;
}

.fs-c-checkout-loginGuidance {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  margin: 8px 0;
}

.fs-c-checkout-loginGuidance:last-of-type {
  margin-bottom: 24px;
}

.fs-c-checkout-loginGuidance .fs-c-button--standard {
  min-width: 16em;
}

.fs-c-checkout-loginGuidance--unregisteredUser {
  background: #f7f7f7;
}

.fs-c-checkout-multiAddress__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  margin: 24px 0;
}

.fs-c-checkout-multiDestination > * + * {
  margin-top: 16px;
}

.fs-c-checkout-multiDestination__title {
  background: #7c8790;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 4px;
  text-align: center;
}

.fs-c-checkout-multiDestination__subtitle {
  border-left: 2px solid #999999;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 8px;
}

.fs-c-checkout-multiDestination__product, .fs-c-checkout-multiDestination__productQuantity {
  background: #f7f7f7;
}

.fs-c-checkout-multiDestination__productName {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-checkout-multiDestination__productQuantity__quantity {
  padding: 0 8px;
  text-align: right;
  display: block;
  width: 3em;
  margin: auto;
}

.fs-c-checkout-multiDestination__wrapping__body {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  padding: 8px 0;
}

.fs-c-checkout-multiDestination__button {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-paymentMethod p {
  margin: 0;
}

.fs-c-checkout-paymentMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-paymentMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-paymentMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-paymentMethod.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-paymentMethod.is-disabled:not(.is-active) .fs-c-checkout-paymentMethod__title {
  color: #666666;
}

.fs-c-checkout-paymentMethod__option > * + * {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod__option__title--cardNumber, .fs-c-checkout-paymentMethod__option__title--paymentNumber {
  display: none;
}

.fs-c-checkout-paymentMethod__option__body--creditCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-checkout-pickupStoreDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.fs-c-checkout-pickupStoreDescription__map {
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-pickupStoreDescription__map > iframe {
  display: block;
  width: 100%;
  min-height: 320px;
}

.fs-c-checkout-pickupStoreDisabled__button {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #333333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 1.2rem;
  padding: 8px 12px 8px 28px;
  position: relative;
  text-align: center;
}

.fs-c-checkout-pickupStoreDisabled__button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  content: "\e924";
}

.fs-c-checkout-pickupStoreDisabled__message {
  font-size: 1.2rem;
  padding: 4px;
}

.fs-c-checkout-pickupStoreList__notice {
  background: rgba(126, 126, 126, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 16px;
}

.fs-c-checkout-pickupStoreList__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}

.fs-c-checkout-pickupStoreList__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-pickupStoreList__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-checkout-pointInfo__usePoint__number {
  font-size: 2.6rem;
}

.fs-c-checkout-pointInfo__usePoint__label {
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-pointSettingList {
  margin: 8px 0;
}

.fs-c-checkout-pointSetting__inputUsePoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-checkout-pointSetting__inputUsePoint > input {
  margin-right: 8px;
  width: 8em;
}

.fs-c-checkout-pointSetting p {
  margin: 0;
}

.fs-c-checkout-pointSetting__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-pointSetting__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-pointSetting__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-pointSetting.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-pointSetting.is-disabled:not(.is-active) .fs-c-checkout-pointSetting__title {
  color: #666666;
}

.fs-c-checkout-preview {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 16px;
  background: #ffffff;
  color: #333333;
}

.fs-c-checkout-preview__title {
  border-bottom: 1px solid #999999;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
  text-align: center;
}

.fs-c-checkout-preview__body > * + * {
  margin-top: 8px;
}

.fs-c-checkout-previewAndEdit {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 8px;
}

.fs-c-checkout-previewAndEdit > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fs-c-checkout-previewAndEdit__info {
  border: 3px solid #e5e5e5;
  border-radius: 3px;
  line-height: 1;
  padding: 8px;
}

.fs-c-checkout-previewAndEdit__info:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fs-c-checkout-productQuantityWarning {
  margin: 24px auto;
}

.fs-c-checkout-productQuantityWarning__productInfo {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-checkout-productQuantityWarning__warning {
  padding: 8px;
}

.fs-c-checkout-productQuantityWarning__warning > strong {
  font-size: 1.8rem;
}

.fs-c-checkout-radioList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fs-c-checkout-radioList__item__additionalArea {
  background-color: #f7f7f7;
  margin: 4px 0 8px 20px;
  padding: 8px;
}

.fs-c-checkout-radioList__item.is-disabled .fs-c-checkout-radioList__item__radio {
  color: #666666;
}

.fs-c-checkout-receivingMethod {
  border: 2px solid #f7f7f7;
}

.fs-c-checkout-receivingMethod p {
  margin: 0;
}

.fs-c-checkout-receivingMethod__title {
  background: #f7f7f7;
  color: #333333;
}

.fs-c-checkout-receivingMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.2rem;
}

.fs-c-checkout-receivingMethod__disabledMessage {
  background: #ffffff;
  color: #333333;
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-receivingMethod.is-active {
  border: 2px solid #666666;
}

.fs-c-checkout-receivingMethod.is-active .fs-c-checkout-receivingMethod__title {
  background: #666666;
  color: #f7f7f7;
  color: #ffffff;
}

.fs-c-checkout-receivingMethod.is-disabled:not(.is-active) .fs-c-checkout-receivingMethod__title {
  color: #666666;
}

.fs-c-checkout-receivingMethod__destination {
  gap: 8px;
}

.fs-c-checkout-receivingMethod__storeComment {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-searchPickupStoreField {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-c-checkout-settings {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
}

.fs-c-checkout-settings__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}

.fs-c-checkout-settings__title {
  font-weight: bold;
  border-bottom: solid 1px currentColor;
}

.fs-c-checkout-settings__body {
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8px;
}

.fs-c-checkout-settings__additionalArea {
  background-color: #f7f7f7;
  padding: 12px;
}

.fs-c-checkout-settings:not(:last-child) {
  margin-bottom: 24px;
}

.fs-c-checkout-shippingAddress {
  display: -ms-grid;
  display: grid;
  gap: 0;
}

.fs-c-checkout-shippingAddress__name {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fs-c-checkout-shippingAddress__storeComment {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-checkout-shippingAddress__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-checkout-shippingDestination {
  display: -ms-grid;
  display: grid;
  gap: 16px 8px;
}

.fs-c-checkout-shippingDestination__name {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fs-c-checkout-shippingDestination__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-checkout-shippingDestinationUnit {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.fs-c-checkout-shippingDestinationUnit__button {
  margin-top: -16px;
}

.fs-c-checkout-shippingDetail {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.fs-c-checkout-shippingDetail__parcel {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.fs-c-checkout-shippingDetail__deliveryDetail {
  background: #f7f7f7;
  padding: 8px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__detail {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__shippingCarrier {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__shippingCarrier__comment {
  border: 1px solid #e5e5e5;
  padding: 8px 16px;
}

.fs-c-checkout-shippingDetail__wrappingInfo {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingDetail__outline {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

.fs-c-checkout-shippingInfo__body {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.fs-c-checkout-shippingOption__control {
  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;
  gap: 8px;
}

.fs-c-checkout-shippingOptionPreview {
  margin: 0;
  padding: 16px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.fs-c-checkout-shippingOptionPreview__label:not(:first-child) {
  margin-top: 24px;
}

.fs-c-checkout-shippingOptionPreview__value {
  margin: 0;
  font-size: 1.8rem;
}

.fs-c-checkout-shippingOptionPreview__note {
  margin: 0;
  padding: 8px;
  background-color: #ffffff;
}

.fs-c-checkout-shippingOptionPreview__note > p {
  margin: 0;
}

.fs-c-checkout-shippingParcel {
  border: 1px solid #e5e5e5;
}

.fs-c-checkout-shippingParcel__title {
  background: #f7f7f7;
  padding: 8px;
}

.fs-c-checkout-shippingParcel__productList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-checkout-shippingParcel__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 8px;
  margin: 8px;
  padding: 8px;
}

.fs-c-checkout-shippingParcel__product + .fs-c-checkout-shippingParcel__product {
  border-top: 1px solid #e5e5e5;
}

.fs-c-checkout-shippingParcel__productImage__image {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.fs-c-checkout-shippingParcel__productInfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 0 8px;
}

.fs-c-checkout-shippingParcel__productName, .fs-c-checkout-shippingParcel__listedOptionPrice {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}

.fs-c-checkout-shippingParcel__productVariation, .fs-c-checkout-shippingParcel__productSelection {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  font-size: 1rem;
}

.fs-c-checkout-shippingParcel__productVariation::before, .fs-c-checkout-shippingParcel__productSelection::before {
  content: "(";
}

.fs-c-checkout-shippingParcel__productVariation::after, .fs-c-checkout-shippingParcel__productSelection::after {
  content: ")";
}

.fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productVariation__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productVariation__choice::before, .fs-c-checkout-shippingParcel__productSelection__choice + .fs-c-checkout-shippingParcel__productSelection__choice::before {
  content: "/";
}

.fs-c-checkoutServiceDisabled__button {
  background: #999999;
  border: 1px solid #e5e5e5;
  color: #333333;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 8px 12px 8px 32px;
  position: relative;
  text-align: center;
}

.fs-c-checkoutServiceDisabled__button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  content: "\e924";
}

.fs-c-checkoutServiceDisabled__message {
  font-size: 1.2rem;
  padding: 4px;
}

.fs-c-checkoutSuccess__product {
  border: 1px solid #999999;
  border-radius: 3px;
  padding: 8px;
}

.fs-c-checkoutSuccess__product__table caption {
  font-size: 1.2em;
  border-bottom: 1px solid #999999;
  padding-bottom: 8px;
}

.fs-c-checkoutSuccess__product__table th {
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
}

.fs-c-checkPanel {
  padding: 0;
}

.fs-c-checkPanel__check, .fs-c-checkPanel__label {
  padding: 8px;
  cursor: pointer;
}

.fs-c-checkPanel__label {
  padding: 16px;
}

.fs-c-confirmNextDeliveryField {
  padding: 8px;
}

.fs-c-confirmNextDeliveryField__information {
  margin-bottom: 16px;
}

.fs-c-confirmNextDeliveryField__information__heading {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.fs-c-commissionTable {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
}

.fs-c-commissionTable > thead > tr > th, .fs-c-commissionTable > tfoot > tr > th, .fs-c-commissionTable > tbody > tr > th {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-commissionTable > thead > tr th, .fs-c-commissionTable > thead > tr td, .fs-c-commissionTable > tfoot > tr th, .fs-c-commissionTable > tfoot > tr td, .fs-c-commissionTable > tbody > tr th, .fs-c-commissionTable > tbody > tr td {
  border: 1px solid #b2b2b2;
  padding: 4px;
}

.fs-c-commissionTable > tbody > tr > th {
  text-align: left;
}

.fs-c-coordinationCarouselMainImage__image__caption {
  background: rgba(30, 30, 30, 0.4);
  color: #ffffff;
  line-height: 1.8;
}

.fs-c-coordinationCarouselMainImage__expandButton {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-coordinationCarouselMainImage__thumbnailList {
  margin: 8px 0;
}

.fs-c-coordinationCarouselMainImage__thumbnail__img {
  border: 2px solid transparent;
}

.slick-active .fs-c-coordinationCarouselMainImage__thumbnail__img {
  border-color: #666666;
}

.fs-c-coordinationCatalog:not(:first-child) {
  margin-top: 2em;
}

.fs-c-coordinationCatalog__title {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-coordinationCatalog__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(50% - 16px));
}

.fs-c-coordinationCatalog__footer {
  text-align: right;
  margin-top: 8px;
}

.fs-c-coordinationCatalog.is-sortedByPopularity {
  counter-reset: itemOrder;
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item {
  position: relative;
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before {
  content: counter(itemOrder);
  counter-increment: itemOrder;
  background-color: #808080;
  border: 1px solid currentColor;
  border-radius: 2em;
  color: #ffffff;
  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;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.4em 0.5em 0.3em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
}

.fs-c-productList {
  margin: 24px 0;
}

.fs-c-productList__controller, .fs-c-staffList__controller, .fs-c-coordinationList__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 8px 0;
}

.fs-c-productList__controller > *, .fs-c-staffList__controller > *, .fs-c-coordinationList__controller > * {
  margin: 8px 0;
}

.fs-c-productList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 0px) calc(50% - 0px);
  grid-template-columns: calc(50% - 0px) calc(50% - 0px);
  grid-gap: 0px;
}

.fs-c-productList__list__item {
  border-bottom: 1px solid #b2b2b2;
  padding: 16px 8px;
}

.fs-c-coordinationList {
  margin: 24px 0;
}

.fs-c-coordinationList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 0px) calc(50% - 0px);
  grid-template-columns: calc(50% - 0px) calc(50% - 0px);
  grid-gap: 0px;
}

.fs-c-coordinationList__list__item {
  padding: 16px 8px;
}

.fs-c-coordinationListItem.is-sortedByNewestFirst .fs-c-coordinationListItem__order {
  display: none;
}

.fs-c-coordinationListItem__image__image {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fs-c-coordinationListItem__creationDate, .fs-c-coordinationListItem__coordinationHeight {
  display: none;
}

.fs-c-coordinationListItem__publicationDate {
  font-size: 1.2rem;
}

.fs-c-coordinationListItem__staffInfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 8px 0;
}

.fs-c-coordinationListItem__staffInfo__image {
  width: 48px;
  height: 48px;
}

.fs-c-coordinationListItem__staffInfo__image .fs-c-noImage {
  font-size: 1rem;
}

.fs-c-coordinationListItem__staffInfo__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
}

.fs-c-coordinationListItem__staffInfo__profile > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  word-break: break-all;
}

.fs-c-coordinationListItem__staffInfo__name {
  font-size: 1.4rem;
  font-weight: bold;
}

.fs-c-coordinationListItem__staffInfo__ruby, .fs-c-coordinationListItem__staffInfo__height {
  display: none;
}

.fs-c-coordinationCatalog--staff .fs-c-coordinationListItem__staffInfo {
  display: none;
}

.fs-c-coordinationNewMark {
  display: inline-block;
  font-size: 1rem;
  background-color: #3e7bb3;
  color: #ffffff;
  padding: 0 8px;
  text-transform: uppercase;
}

.fs-c-coordinationProduct__title {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-coordinationProduct__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: calc(50% - 8px) calc(50% - 8px);
  grid-template-columns: calc(50% - 8px) calc(50% - 8px);
}

.fs-c-coordinationProduct__footer {
  text-align: right;
  padding-top: 4px;
}

.fs-c-coordinationPublishDate {
  font-weight: bold;
}

.fs-c-coordinationStaffInfo {
  border: 1px solid currentColor;
  border-width: 1px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}

.fs-c-coordinationStaffInfo__image {
  width: 96px;
  padding: 8px;
}

.fs-c-coordinationStaffInfo__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.2rem;
}

.fs-c-coordinationStaffInfo__name {
  font-size: 1.4rem;
  font-weight: bold;
}

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

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

.fs-c-coordinationTag {
  background: #ffffff;
  color: #333333;
  padding: 4px 8px;
}

.fs-c-coordinationTag:link, .fs-c-coordinationTag:visited, .fs-c-coordinationTag:hover, .fs-c-coordinationTagactive {
  color: #333333;
}

.fs-c-coordinationTagList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px;
}

.fs-c-coordinationTagList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-coordinationTagList__item {
  margin: 4px;
  overflow: hidden;
}

.fs-c-coupon__info {
  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;
}

.fs-c-coupon__info > * + * {
  margin-top: 24px;
}

.fs-c-coupon__image {
  max-width: 100%;
  min-width: auto;
}

.fs-c-coupon__image__image {
  max-width: 100%;
  max-height: 320px;
}

.fs-c-coupon__name, .fs-c-coupon__description {
  width: 100%;
}

.fs-c-coupon__description > * + * {
  margin-top: 16px;
}

.fs-c-coupon__useMethodComment {
  border-top: 1px solid #e5e5e5;
}

.fs-c-coupon__useMethodComment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-coupon__useMethodComment dl > dd {
  margin: 0;
}

.fs-c-coupon__useMethodComment dl > dd p {
  margin: 0;
}

.fs-c-coupon__useMethodComment__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.fs-c-couponAppliedCondition__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.fs-c-couponAppliedCondition__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
}

.fs-c-couponAppliedCondition__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-couponAppliedCondition__listItem + .fs-c-couponAppliedCondition__listItem {
  margin-top: 8px;
}

.fs-c-couponAppliedCondition__list__item {
  padding-left: 0.6em;
  position: relative;
}

.fs-c-couponAppliedCondition__list__item::before {
  content: "";
  background: currentColor;
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0.55em;
  left: 0;
}

.fs-c-couponAppliedCondition__notice {
  color: #C98696;
}

.fs-c-couponMessage__label {
  color: #7c8790;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #999999;
}

.fs-c-couponMessage__listItem {
  overflow: hidden;
}

.fs-c-couponMessage__listItem > * + * {
  margin-top: 8px;
}

.fs-c-couponMessage__listItem__name {
  display: block;
  padding: 8px;
  color: #7c8790;
  background: #f7f7f7;
  margin: -8px;
  margin-bottom: 8px;
  text-align: center;
}

.fs-c-couponMessage__listItem__discount {
  display: block;
  background: #C98696;
  color: #ffffff;
  width: 100%;
  padding: 4px;
  text-align: center;
}

.fs-c-couponExpiration__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.fs-c-couponExpiration__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-couponExpiration__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-couponExpiration__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-couponExpiration__list__item__title {
  border: 1px solid #3c3c3c;
  padding: 0 4px;
  margin-right: 4px;
}

.fs-c-couponExpiration__list__item--available {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-c-couponExpiration__list > * + * {
  margin-top: 4px;
}

.fs-c-couponExpiration__notice {
  font-size: 1.8rem;
  color: #C98696;
}

.fs-c-couponList__item {
  border: 1px solid #e5e5e5;
  padding: 8px 16px;
  margin: 16px 0;
  border-radius: 3px;
}

.fs-c-couponName {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-couponName > * {
  width: 100%;
  text-align: center;
}

.fs-c-couponName__name {
  color: #7c8790;
  font-size: 1.8rem;
}

.fs-c-couponName__discount {
  background: #C98696;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4px;
}

.fs-c-couponName__discount__offLabel {
  margin-left: 0.2em;
}

.fs-c-couponProduct {
  margin: 16px 0;
}

.fs-c-couponProduct__header {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.fs-c-couponProduct__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

.fs-c-couponProduct__footer {
  text-align: right;
  padding-top: 4px;
}

.fs-c-creditCardIcons {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0;
}

.fs-c-creditCardIcons > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-creditCardIcons > * + * {
  margin-left: 8px;
}

.fs-c-creditCardIcons__image {
  display: block;
}

.fs-c-creditCardListTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}

.fs-c-creditCardListTable > thead {
  border-top: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-creditCardListTable > tbody {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-creditCardListTable > tbody > tr:nth-child(even) {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-creditCardListTable th, .fs-c-creditCardListTable td {
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-creditCardListTable th:first-child, .fs-c-creditCardListTable td:first-child {
  border-left: none;
}

.fs-c-creditCardListTable th:last-child, .fs-c-creditCardListTable td:last-child {
  border-right: none;
}

.fs-c-creditCardList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

.fs-c-creditCardListItem {
  background-color: #ffffff;
  color: #333333;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 2em auto auto;
  grid-template-rows: 2em auto auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}

.fs-c-creditCardListItem.is-disabled {
  color: #666666;
  background: #f7f7f7;
}

.fs-c-creditCardListItem.is-active {
  border-color: #1f5da0;
}

.fs-c-creditCardListItem__status {
  min-height: 1em;
  margin-bottom: 16px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-creditCardListItem__status__label {
  color: #1f5da0;
  font-weight: 500;
}

.fs-c-creditCardListItem__cardInfo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-creditCardListItem__button {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-c-creditCardListItem__button > * + * {
  margin-left: 8px;
}

.fs-c-deliveryDateInfo__info__date {
  font-weight: bold;
}

.fs-c-deliveryInfoList {
  border-color: #b2b2b2;
}

.fs-c-deliveryInfoList > * {
  border-color: #b2b2b2;
}

.fs-c-deliveryInfoList > dt {
  background: rgba(126, 126, 126, 0.08);
  font-weight: bold;
}

.fs-c-deliveryScheduleTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-deliveryScheduleTable__headerCell, .fs-c-deliveryScheduleTable__dataCell {
  border: 1px solid #b2b2b2;
  padding: 8px;
}

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

.fs-c-deliveryScheduleTable__productName {
  display: block;
}

.fs-c-deliveryScheduleTable__newDate {
  font-weight: 700;
}

.fs-c-descriptionList {
  border-top: 1px solid #7c8790;
}

.fs-c-descriptionList:not(:first-child) {
  margin: 24px 0;
}

.fs-c-descriptionList__label {
  font-weight: 700;
  padding-top: 24px;
}

.fs-c-descriptionList__content {
  border-bottom: 1px solid #7c8790;
  margin: 0;
  padding-bottom: 24px;
}

.fs-c-destinationFeeTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-destinationFeeTable, .fs-c-destinationFeeTable__headerCell, .fs-c-destinationFeeTable__dataCell {
  border: 1px solid #b2b2b2;
}

.fs-c-destinationFeeTable__caption {
  margin-bottom: 4px;
}

.fs-c-destinationFeeTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
  font-weight: normal;
}

.fs-c-destinationFeeTable__headerCell, .fs-c-destinationFeeTable__dataCell {
  padding: 8px 16px;
  text-align: right;
}

* + .fs-c-documentColumn {
  margin-top: 24px;
}

.fs-c-documentColumn__heading {
  color: #7c8790;
  border-color: #7c8790;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 8px;
  padding-left: 16px;
  margin-bottom: 8px;
}

.fs-c-documentColumn__content {
  padding: 8px 0;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 32px;
}

.fs-c-documentColumn__contentList {
  padding-left: 1.5em;
}

.fs-c-documentColumn__emphasis {
  font-size: 1.8rem;
  font-weight: 700;
}

.fs-c-documentSubColumn {
  border: 1px dotted #999;
  padding: 1em;
}

.fs-c-documentArticle {
  padding: 8px;
}

.fs-c-documentArticle + .fs-c-documentArticle {
  margin-top: 24px;
}

.fs-c-documentArticle__heading {
  background: #666666;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 4px 8px;
  text-align: center;
}

.fs-c-documentArticle__content {
  padding: 8px;
}

.fs-c-documentContent {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
}

.fs-c-documentContent__heading {
  border-left: 4px solid #7c8790;
  padding-left: 8px;
  font-size: 1.4rem;
  margin: 0;
}

.fs-c-documentContent__content {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 24px;
}

.fs-c-documentSubContent {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
}

.fs-c-documentSubContent__heading {
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 4px;
  font-size: 1.4rem;
  margin: 0;
}

.fs-c-estimatedDeliveryDate {
  background-color: #f7f7f7;
  font-size: 1.2rem;
  padding: 10px;
}

.fs-c-estimatedDeliveryDate__info__date {
  font-weight: bold;
}

.fs-c-estimatedDeliveryDate__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.fs-c-estimatedDeliveryDate__location::before {
  color: #7c8790;
}

.fs-c-explainList dt {
  font-weight: 700;
}

.fs-c-explainList dd {
  margin: 0;
}

.fs-c-explainList dd:not(:last-child) {
  margin-bottom: 8px;
}

.fs-c-explainList:first-child {
  margin-top: 0;
}

.fs-c-explanatoryNote {
  margin: 0;
}

.fs-c-explanatoryNote__comment {
  margin: 1rem 0;
}

.fs-c-explanatoryNote + .fs-c-explanatoryNote {
  margin-top: 32px;
}

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-wishlistProduct__footer {
  text-align: right;
  padding-top: 4px;
}

.fs-c-fieldMessage:not(.fs-c-additionalCheckField) + .fs-c-fieldMessage {
  margin-top: 24px;
}

.fs-c-getPointGuide {
  background: #f7f7f7;
  padding: 8px;
}

.fs-c-getPointGuide__title {
  text-align: center;
  padding-bottom: 16px;
}

.fs-c-guidanceWithButton {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  margin: 8px 0;
}

.fs-c-guidanceWithButton:last-of-type {
  margin-bottom: 24px;
}

.fs-c-guidanceWithButton .fs-c-button--standard {
  min-width: 16em;
}

.fs-c-guidanceWithButton--membershipCardNotice {
  background: #f7f7f7;
}

.fs-c-guestReview {
  padding: 8px 0;
  text-align: center;
}

.fs-c-guestReview__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.fs-c-guestReview__message {
  margin-bottom: 16px;
}

.fs-c-heading {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
}

.fs-c-heading--page {
  border-bottom: 2px solid #7c8790;
  color: #3c3c3c;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2;
  margin: 0 0 24px;
  padding: 0 0 1.2em;
  text-align: center;
}

.fs-c-heading--section {
  color: #3c3c3c;
  margin: 8px 0;
}

.fs-c-history__info {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px;
}

.fs-c-history__info > * + * {
  padding-top: 16px;
}

.fs-c-history__listContainer > * + * {
  margin-top: 8px;
}

.fs-c-history__term {
  color: #7c8790;
  font-weight: 700;
  font-size: 1.2rem;
}

.fs-c-history__total dl {
  grid-gap: 0;
}

.fs-c-history__total dt {
  font-weight: 700;
}

.fs-c-history__total dt::after {
  display: none;
}

.fs-c-history__total dd {
  text-align: right;
}

.fs-c-history__total dt, .fs-c-history__total dd {
  border-top: 1px solid #7c8790;
  margin-top: 8px;
  padding-top: 8px;
}

.fs-c-imageContainer__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.fs-c-inputInformation__message {
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message {
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message p {
  text-align: left;
}

.fs-c-inputInformation__notificationMessage {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 4px 12px;
  margin: 8px 0 16px;
}

.fs-c-inputInformation__body {
  background: #ffffff;
  color: #333333;
  padding: 16px 24px;
  max-width: 768px;
  margin: 0 auto;
}

.fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: right;
}

.fs-c-inputInformation__button {
  margin-top: 32px;
}

.fs-c-inputInformation__inFieldButton {
  margin-top: 16px;
}

.fs-c-inputInformation__buttonMessage {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-inputInformation__field {
  margin: 24px auto;
  max-width: 600px;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 1.2rem;
}

.fs-c-checkout-checkoutMethod__body .fs-c-inputInformation__field {
  max-width: 100%;
  margin: 8px auto;
}

.fs-c-inputGroup {
  border-color: #cccccc;
}

.fs-c-inputGroup > * + * {
  border-color: #cccccc;
}

.fs-c-inputGroup > button {
  border: none;
  border-left: 1px solid #cccccc;
}

.fs-c-inputTable {
  width: 100%;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__currentValueCell {
  text-align: left;
}

.fs-c-inputTable__headerCell, .fs-c-inputTable__currentValueCell, .fs-c-inputTable__dataCell {
  padding: 0;
}

.fs-c-inputTable__currentValueCell {
  font-size: 1.2rem;
}

.fs-c-inputTable > thead {
  display: none;
}

.fs-c-inputTable > tbody {
  display: block;
}

.fs-c-inputTable > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 24px;
}

.fs-c-inputTable--child {
  background: rgba(192, 192, 192, 0.08);
  display: block;
  padding: 8px;
}

.fs-c-inputTable--child > tbody > tr > th, .fs-c-inputTable--child > tbody > tr > td {
  padding: 8px 4px;
  display: table-cell;
}

.fs-c-inputTable--inModal > tbody {
  padding-bottom: 16px;
}

.fs-c-inputTable--inModal > tbody > tr + tr {
  margin-top: 8px;
}

.fs-c-inputTable--inModal > tbody > tr:nth-child(even) {
  background: none;
}

.fs-c-inputTable--inModal th, .fs-c-inputTable--inModal td {
  border: none;
}

.fs-c-inquiryMessage {
  margin: 0 0 16px;
}

.fs-c-inquiryProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  margin: 0 auto 20px;
}

.fs-c-inquiryProduct__productImage {
  margin-right: 8px;
}

.fs-c-inquiryProduct__productImage img {
  max-width: 100%;
}

.fs-c-inquiryProduct__productName:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

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

.fs-c-linkedAccountInfo {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  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;
  gap: 8px;
  padding: 16px;
}

.fs-c-linkedAccountInfo__name {
  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;
  gap: 8px;
}

.fs-c-subSection {
  margin-bottom: 24px;
}

.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
  border-bottom: 1px solid currentColor;
  color: #7c8790;
  font-size: 1.8rem;
}

.fs-c-linkedServiceLogin__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.fs-c-linkedServiceLogin__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.fs-c-linkService {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 290px;
  grid-template-columns: 1fr 1fr 290px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.fs-c-linkService__service__label {
  color: #333333;
  font-weight: 700;
}

.fs-c-linkService__status__label {
  color: #aaaaaa;
}

.fs-c-linkService.is-linked .fs-c-linkService__status__label {
  color: #C98696;
}

.fs-c-linkService__button {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 290px;
}

.fs-c-linkServicesList {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.fs-c-linkServicesList__item {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 16px;
}

.fs-c-list, .fs-c-localNavigation__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.fs-c-list > li, .fs-c-localNavigation__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-list li, .fs-c-localNavigation__list li {
  margin-left: 8px;
  text-indent: -4px;
  padding-left: 4px;
}

.fs-c-list li::before, .fs-c-localNavigation__list li::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  margin: auto 4px auto -8px;
  border: 4px solid #7c8790;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fs-c-listControl {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0;
}

.fs-c-listControl > * + * {
  margin-top: 8px;
}

.fs-c-listTable {
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0;
}

.fs-c-listTable > thead {
  border-top: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-listTable > tbody {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-listTable > tbody > tr:nth-child(even) {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-listTable th, .fs-c-listTable td {
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-listTable th:first-child, .fs-c-listTable td:first-child {
  border-left: none;
}

.fs-c-listTable th:last-child, .fs-c-listTable td:last-child {
  border-right: none;
}

.fs-c-localNavigation {
  margin: 0;
  padding: 16px;
  background-color: rgba(126, 126, 126, 0.08);
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 4px;
}

.fs-c-localNavigation__heading {
  font-weight: normal;
}

* + .fs-c-localNavigation__heading {
  margin-top: 8px;
}

.fs-c-localNavigation__content {
  margin: 0;
}

.fs-c-localNavigation__list {
  margin: 0;
}

.fs-c-mark {
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}

.fs-c-mark--memberPrice {
  background: #393;
  color: #fff;
}

.fs-c-mark--coolDeliveryAvailable {
  background: #ff962c;
  color: #fff;
}

.fs-c-mark--coolDelivery {
  background: #3ea8ff;
  color: #fff;
}

.fs-c-mark--frozenDelivery {
  background: #006bb8;
  color: #fff;
}

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

.fs-c-mark--subscription {
  background: #09A;
  color: #fff;
}

.fs-c-mark--normalAndSubscription {
  background: #0e656c;
  color: #fff;
}

.fs-c-mark--hanpukai {
  background: #72316b;
  color: #fff;
}

.fs-c-mark--firstTimeSpecialPrice {
  background: #332e6a;
  color: #fff;
}

.fs-c-mark--image {
  background-color: transparent;
  padding: 0;
}

.fs-c-memberOnlyMessage {
  padding: 16px;
  text-align: center;
}

.fs-c-memberOnlyMessage__title {
  font-size: 1.4rem;
}

.fs-c-membershipCard {
  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;
  margin: 0 auto;
  width: 100%;
}

.fs-c-simpleTable, .fs-c-mergeCardInfo {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-simpleTable > tbody > tr th, .fs-c-mergeCardInfo > tbody > tr th, .fs-c-simpleTable > tbody > tr td, .fs-c-mergeCardInfo > tbody > tr td {
  border: 1px solid #b2b2b2;
  padding: 8px;
}

.fs-c-simpleTable > tbody > tr th, .fs-c-mergeCardInfo > tbody > tr th {
  text-align: right;
}

.fs-c-modal__inner.is-warning {
  border: 2px solid #388EC9;
}

.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #388EC9;
  border-radius: 0;
  color: #ffffff;
}

.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}

.fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 16px;
}

.fs-c-modal__title,
.fs-c-modal__productName {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0;
}

.fs-c-modal__productPrice {
  font-weight: normal;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 360px;
}

.fs-c-modal--pickupStoreList .fs-c-modal__inner,
.fs-c-modal--pickupStoreDescription .fs-c-modal__inner {
  width: 800px;
}

.fs-c-moveToAnotherCart {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 24px 0;
  padding: 8px;
}

.fs-c-moveToAnotherCart__message + .fs-c-moveToAnotherCart__button {
  padding-bottom: 0;
}

.fs-c-noImage {
  background: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.fs-c-note {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.fs-c-note > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-note__item {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-c-note__item::before {
  content: "※";
}

.fs-c-noResultMessage {
  background: rgba(126, 126, 126, 0.08);
  padding: 24px;
  margin: 24px 0;
  text-align: center;
}

.fs-c-orderDeliveryInfo {
  margin-top: 8px;
}

.fs-c-orderDetailInfo__orderTotal {
  margin-top: 8px;
}

.fs-c-orderDetailList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  grid-auto-flow: row;
  grid-gap: 0;
  border: 1px solid #646464;
}

.fs-c-orderDetailList dt,
.fs-c-orderDetailList dd {
  margin-left: 0;
  padding: 8px;
  line-height: 1;
}

.fs-c-orderDetailList__date, .fs-c-orderDetailList__date + dd {
  background: #646464;
  color: #ffffff;
}

.fs-c-orderDetailList__status, .fs-c-orderDetailList__status + dd {
  margin-top: -4px;
}

.fs-c-orderedList {
  margin: 0;
  list-style: none;
  counter-reset: number;
}

.fs-c-orderedList > li {
  padding: 0 8px 0 2em;
  text-indent: -2em;
}

.fs-c-orderedList > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  color: #7c8790;
  text-align: right;
  width: 1em;
  padding-right: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fs-c-orderedList > li .fs-c-orderedList {
  margin: 16px 0 16px 2px;
  padding-left: 8px;
  border-left: 2px solid #7c8790;
}

.fs-c-orderedList > li p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.fs-c-orderHistory {
  margin-top: 8px;
}

.fs-c-orderHistoryItem {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
}

.fs-c-orderHistoryItem__header {
  border-bottom: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fs-c-orderHistoryItem__header__button {
  padding: 0 16px;
}

.fs-c-orderHistoryItem__orderInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}

.fs-c-orderHistoryItem__orderInfo__info {
  margin: 0 16px 8px;
}

.fs-c-orderHistoryItem__orderInfo__info dd {
  font-weight: 700;
  margin: 0;
}

.fs-c-orderHistoryItem__body {
  padding: 0 16px;
}

.fs-c-orderHistoryItem__nextDelivery {
  padding: 16px 0 8px;
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-orderHistoryItem__schedule__count::before {
  content: "（";
}

.fs-c-orderHistoryItem__schedule__count::after {
  content: "）";
}

.fs-c-orderHistoryItem__schedule__body {
  font-weight: 700;
}

.fs-c-orderHistoryItem__orderSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 8px;
  margin: 8px 0 0;
}

.fs-c-orderHistoryItem__orderSummary__label, .fs-c-orderHistoryItem__orderSummary__price {
  margin: 0;
}

.fs-c-orderHistoryItem__orderSummary__price {
  font-weight: 700;
}

.fs-c-orderHistoryItem__cycleInfo {
  font-size: 1.2rem;
}

.fs-c-orderHistoryItem__cycleInfo__additionalCycle::before {
  content: "（";
}

.fs-c-orderHistoryItem__cycleInfo__additionalCycle::after {
  content: "）";
}

.fs-c-orderHistoryItem__note {
  margin: 16px 0 0;
  padding: 8px;
  background-color: rgba(126, 126, 126, 0.08);
}

.fs-c-orderHistoryItem__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  grid-gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 16px 0;
}

.fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: 1px dashed #b2b2b2;
}

.fs-c-orderHistoryItem__productImage {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}

.fs-c-orderHistoryItem__productImage__image {
  padding-right: 8px;
}

.fs-c-orderHistoryItem__productName {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-top: auto;
}

.fs-c-orderHistoryItem__unitPrice {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-orderHistoryItem__productQuantity {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: right;
}

.fs-c-orderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}

.fs-c-orderHistoryItem__deliveryInfo {
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  margin: 0;
}

.fs-c-orderHistoryItem__deliveryInfo dt {
  text-align: right;
  padding-right: 8px;
}

.fs-c-orderHistoryItem__deliveryInfo dd {
  margin: 0;
  padding-left: 8px;
  border-left: 1px solid #3c3c3c;
  font-weight: 700;
}

.fs-c-orderHistoryItem__button {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-orderHistoryItem__footer {
  border-top: 1px solid #b2b2b2;
  padding-top: 16px;
  margin: 8px 16px;
  text-align: right;
}

.fs-c-orderPaymentTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-orderPaymentTable > thead > tr > th, .fs-c-orderPaymentTable > tfoot > tr > th, .fs-c-orderPaymentTable > tbody > tr > th {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-orderPaymentTable > thead > tr th, .fs-c-orderPaymentTable > thead > tr td, .fs-c-orderPaymentTable > tfoot > tr th, .fs-c-orderPaymentTable > tfoot > tr td, .fs-c-orderPaymentTable > tbody > tr th, .fs-c-orderPaymentTable > tbody > tr td {
  border: 1px solid #b2b2b2;
  padding: 4px;
}

.fs-c-orderPaymentTable > tbody > tr > th {
  text-align: left;
}

.fs-c-orderPerAddressee__heading {
  background: #7c8790;
  color: #ffffff;
  margin: 8px 0;
  padding: 4px;
}

.fs-c-orderPerAddressee__headingNumber::before {
  content: "【";
}

.fs-c-orderPerAddressee__headingNumber::after {
  content: "】";
}

.fs-c-otherServiceLogin:not(:first-child) {
  margin: 40px 0;
}

.fs-c-otherServiceLoginCompleted {
  background: #f7f7f7;
  color: #333333;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 auto;
  padding: 8px;
  text-align: left;
  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;
}

.fs-c-orderTotalTable {
  width: 100%;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
  border: none;
  border-top: 1px solid #b2b2b2;
  padding: 4px;
}

.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: 1px solid #b2b2b2;
  padding: 4px;
}

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr > th, .fs-c-orderTotalTable > tbody > tr td {
  padding: 8px;
}

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
  font-weight: normal;
  text-align: left;
}

.fs-c-orderTotalTable__mainRow > td {
  font-size: 1.8rem;
  font-weight: bold;
}

.fs-c-outOfStockButton {
  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;
}

.fs-c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fs-c-pagination__item {
  line-height: 0.8;
  padding: 8px;
}

.fs-c-pagination__item[role=button] {
  cursor: pointer;
}

.fs-c-pagination__item[role=button]:hover {
  text-decoration: none;
}

.fs-c-pagination__item.is-active {
  background: #999999;
  color: #ffffff;
}

.fs-c-pagination__item--prev {
  color: #3c3c3c;
  cursor: pointer;
  white-space: nowrap;
}

.fs-c-pagination__item--prev::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

.fs-c-pagination__item--prev:hover {
  opacity: 0.8;
}

.fs-c-pagination__item--next {
  color: #3c3c3c;
  cursor: pointer;
  white-space: nowrap;
}

.fs-c-pagination__item--next::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  display: block;
  font-size: 0.9em;
  line-height: 1;
}

.fs-c-pagination__item--next:hover {
  opacity: 0.8;
}

[class*=fs-c-pagination__item--] {
  width: 2em;
}

[class*=fs-c-pagination__item--]::before {
  height: 1em;
  width: 1em;
}

[class*=fs-c-pagination__item--].is-disabled {
  color: #999999;
  cursor: not-allowed;
}

.fs-c-payWithAmazon__button {
  margin: 0 auto;
}

.fs-c-pointSummary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  padding: 8px;
  margin: 0;
}

.fs-c-pointSummary > dd {
  margin-left: 0;
  text-align: right;
}

.fs-c-pointSummary [class$="--availablePoint"] {
  padding: 16px 8px 8px;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-pointSummary__label--availablePoint {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-pointSummary__value--availablePoint {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-bottom: 8px;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
  color: #C98696;
  font-size: 2.6rem;
}

.fs-c-pointSummary [class$="--limitedPoint"] {
  background: rgba(126, 126, 126, 0.08);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.fs-c-pointSummary__label--limitedPoint {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2;
  text-align: right;
}

.fs-c-pointSummary__label--limitedPoint::before {
  content: "（";
}

.fs-c-pointSummary__label--limitedPoint::after {
  content: "：";
}

.fs-c-pointSummary__value--limitedPoint {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-pointSummary__value--limitedPoint::after {
  content: "）";
}

.fs-c-pointSummary__label--purchasePointExpiration, .fs-c-pointSummary__label--waitingPoint, .fs-c-pointSummary__label--purchasePointTotal {
  -ms-grid-column: 1;
  grid-column: 1;
}

.fs-c-pointSummary__value--purchasePointExpiration, .fs-c-pointSummary__value--waitingPoint, .fs-c-pointSummary__value--purchasePointTotal {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

.fs-c-pointSummary [class$="--purchasePointExpiration"] {
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-pointSummary [class$="--waitingPoint"] {
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-pointSummary [class$="--purchasePointTotal"] {
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 4px;
}

.fs-c-postage__list > dt, .fs-c-postage__list > dd {
  margin: 0;
  padding: 4px;
  border: 1px solid #b2b2b2;
}

.fs-c-postage__list > dt.case-undeliverable, .fs-c-postage__list > dd.case-undeliverable {
  background-color: #f7f7f7;
  color: #b2b2b2;
}

.fs-c-postage__list > dt {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-postage__list > dd {
  border-top: none;
  margin-bottom: 8px;
}

.fs-c-postage__list--prefecture > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--prefecture > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--prefecture > *:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--prefecture > *:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--prefecture > *:nth-child(5) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--prefecture > *:nth-child(6) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--prefecture > *:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--prefecture > *:nth-child(8) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--prefecture > *:nth-child(9) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--prefecture > *:nth-child(10) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--prefecture > *:nth-child(11) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--prefecture > *:nth-child(12) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--prefecture > *:nth-child(13) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--prefecture > *:nth-child(14) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--prefecture > *:nth-child(15) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--prefecture > *:nth-child(16) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--prefecture > *:nth-child(17) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--prefecture > *:nth-child(18) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--prefecture > *:nth-child(19) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--prefecture > *:nth-child(20) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--prefecture > *:nth-child(21) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--prefecture > *:nth-child(22) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--prefecture > *:nth-child(23) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--prefecture > *:nth-child(24) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--prefecture > *:nth-child(25) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--prefecture > *:nth-child(26) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--prefecture > *:nth-child(27) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--prefecture > *:nth-child(28) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--prefecture > *:nth-child(29) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--prefecture > *:nth-child(30) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--prefecture > *:nth-child(31) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--prefecture > *:nth-child(32) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--prefecture > *:nth-child(33) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--prefecture > *:nth-child(34) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--prefecture > *:nth-child(35) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--prefecture > *:nth-child(36) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--prefecture > *:nth-child(37) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--prefecture > *:nth-child(38) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--prefecture > *:nth-child(39) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--prefecture > *:nth-child(40) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--prefecture > *:nth-child(41) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--prefecture > *:nth-child(42) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--prefecture > *:nth-child(43) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--prefecture > *:nth-child(44) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--prefecture > *:nth-child(45) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--prefecture > *:nth-child(46) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--prefecture > *:nth-child(47) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--prefecture > *:nth-child(48) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--prefecture > *:nth-child(49) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--prefecture > *:nth-child(50) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--prefecture > *:nth-child(51) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--prefecture > *:nth-child(52) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--prefecture > *:nth-child(53) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--prefecture > *:nth-child(54) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--prefecture > *:nth-child(55) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--prefecture > *:nth-child(56) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--prefecture > *:nth-child(57) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--prefecture > *:nth-child(58) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--prefecture > *:nth-child(59) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--prefecture > *:nth-child(60) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--prefecture > *:nth-child(61) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--prefecture > *:nth-child(62) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--prefecture > *:nth-child(63) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--prefecture > *:nth-child(64) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--prefecture > *:nth-child(65) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--prefecture > *:nth-child(66) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--prefecture > *:nth-child(67) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--prefecture > *:nth-child(68) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--prefecture > *:nth-child(69) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--prefecture > *:nth-child(70) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--prefecture > *:nth-child(71) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--prefecture > *:nth-child(72) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--prefecture > *:nth-child(73) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--prefecture > *:nth-child(74) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--prefecture > *:nth-child(75) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--prefecture > *:nth-child(76) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--prefecture > *:nth-child(77) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--prefecture > *:nth-child(78) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--prefecture > *:nth-child(79) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--prefecture > *:nth-child(80) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--prefecture > *:nth-child(81) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--prefecture > *:nth-child(82) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--prefecture > *:nth-child(83) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--prefecture > *:nth-child(84) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--prefecture > *:nth-child(85) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--prefecture > *:nth-child(86) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--prefecture > *:nth-child(87) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--prefecture > *:nth-child(88) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--prefecture > *:nth-child(89) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--prefecture > *:nth-child(90) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--prefecture > *:nth-child(91) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 31;
  grid-row: 31;
}

.fs-c-postage__list--prefecture > *:nth-child(92) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 32;
  grid-row: 32;
}

.fs-c-postage__list--prefecture > *:nth-child(93) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 31;
  grid-row: 31;
}

.fs-c-postage__list--prefecture > *:nth-child(94) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 32;
  grid-row: 32;
}

.fs-c-postage__list--purchasePrice > *:nth-child(1), .fs-c-postage__list--pattern > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-postage__list--purchasePrice > *:nth-child(2), .fs-c-postage__list--pattern > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-postage__list--purchasePrice > *:nth-child(3), .fs-c-postage__list--pattern > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-postage__list--purchasePrice > *:nth-child(4), .fs-c-postage__list--pattern > *:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

.fs-c-postage__list--purchasePrice > *:nth-child(5), .fs-c-postage__list--pattern > *:nth-child(5) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

.fs-c-postage__list--purchasePrice > *:nth-child(6), .fs-c-postage__list--pattern > *:nth-child(6) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

.fs-c-postage__list--purchasePrice > *:nth-child(7), .fs-c-postage__list--pattern > *:nth-child(7) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

.fs-c-postage__list--purchasePrice > *:nth-child(8), .fs-c-postage__list--pattern > *:nth-child(8) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 8;
  grid-row: 8;
}

.fs-c-postage__list--purchasePrice > *:nth-child(9), .fs-c-postage__list--pattern > *:nth-child(9) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 9;
  grid-row: 9;
}

.fs-c-postage__list--purchasePrice > *:nth-child(10), .fs-c-postage__list--pattern > *:nth-child(10) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 10;
  grid-row: 10;
}

.fs-c-postage__list--purchasePrice > *:nth-child(11), .fs-c-postage__list--pattern > *:nth-child(11) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 11;
  grid-row: 11;
}

.fs-c-postage__list--purchasePrice > *:nth-child(12), .fs-c-postage__list--pattern > *:nth-child(12) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 12;
  grid-row: 12;
}

.fs-c-postage__list--purchasePrice > *:nth-child(13), .fs-c-postage__list--pattern > *:nth-child(13) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 13;
  grid-row: 13;
}

.fs-c-postage__list--purchasePrice > *:nth-child(14), .fs-c-postage__list--pattern > *:nth-child(14) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 14;
  grid-row: 14;
}

.fs-c-postage__list--purchasePrice > *:nth-child(15), .fs-c-postage__list--pattern > *:nth-child(15) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 15;
  grid-row: 15;
}

.fs-c-postage__list--purchasePrice > *:nth-child(16), .fs-c-postage__list--pattern > *:nth-child(16) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 16;
  grid-row: 16;
}

.fs-c-postage__list--purchasePrice > *:nth-child(17), .fs-c-postage__list--pattern > *:nth-child(17) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 17;
  grid-row: 17;
}

.fs-c-postage__list--purchasePrice > *:nth-child(18), .fs-c-postage__list--pattern > *:nth-child(18) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 18;
  grid-row: 18;
}

.fs-c-postage__list--purchasePrice > *:nth-child(19), .fs-c-postage__list--pattern > *:nth-child(19) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 19;
  grid-row: 19;
}

.fs-c-postage__list--purchasePrice > *:nth-child(20), .fs-c-postage__list--pattern > *:nth-child(20) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 20;
  grid-row: 20;
}

.fs-c-postage__list--purchasePrice > *:nth-child(21), .fs-c-postage__list--pattern > *:nth-child(21) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 21;
  grid-row: 21;
}

.fs-c-postage__list--purchasePrice > *:nth-child(22), .fs-c-postage__list--pattern > *:nth-child(22) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 22;
  grid-row: 22;
}

.fs-c-postage__list--purchasePrice > *:nth-child(23), .fs-c-postage__list--pattern > *:nth-child(23) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 23;
  grid-row: 23;
}

.fs-c-postage__list--purchasePrice > *:nth-child(24), .fs-c-postage__list--pattern > *:nth-child(24) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 24;
  grid-row: 24;
}

.fs-c-postage__list--purchasePrice > *:nth-child(25), .fs-c-postage__list--pattern > *:nth-child(25) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 25;
  grid-row: 25;
}

.fs-c-postage__list--purchasePrice > *:nth-child(26), .fs-c-postage__list--pattern > *:nth-child(26) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 26;
  grid-row: 26;
}

.fs-c-postage__list--purchasePrice > *:nth-child(27), .fs-c-postage__list--pattern > *:nth-child(27) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 27;
  grid-row: 27;
}

.fs-c-postage__list--purchasePrice > *:nth-child(28), .fs-c-postage__list--pattern > *:nth-child(28) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 28;
  grid-row: 28;
}

.fs-c-postage__list--purchasePrice > *:nth-child(29), .fs-c-postage__list--pattern > *:nth-child(29) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 29;
  grid-row: 29;
}

.fs-c-postage__list--purchasePrice > *:nth-child(30), .fs-c-postage__list--pattern > *:nth-child(30) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 30;
  grid-row: 30;
}

.fs-c-postage__list--purchasePrice > *:nth-child(31), .fs-c-postage__list--pattern > *:nth-child(31) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 31;
  grid-row: 31;
}

.fs-c-postage__list--purchasePrice > *:nth-child(32), .fs-c-postage__list--pattern > *:nth-child(32) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 32;
  grid-row: 32;
}

.fs-c-postage__list--purchasePrice > *:nth-child(33), .fs-c-postage__list--pattern > *:nth-child(33) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 33;
  grid-row: 33;
}

.fs-c-postage__list--purchasePrice > *:nth-child(34), .fs-c-postage__list--pattern > *:nth-child(34) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 34;
  grid-row: 34;
}

.fs-c-postage__list--purchasePrice > *:nth-child(35), .fs-c-postage__list--pattern > *:nth-child(35) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 35;
  grid-row: 35;
}

.fs-c-postage__list--purchasePrice > *:nth-child(36), .fs-c-postage__list--pattern > *:nth-child(36) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 36;
  grid-row: 36;
}

.fs-c-postage__list--purchasePrice > *:nth-child(37), .fs-c-postage__list--pattern > *:nth-child(37) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 37;
  grid-row: 37;
}

.fs-c-postage__list--purchasePrice > *:nth-child(38), .fs-c-postage__list--pattern > *:nth-child(38) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 38;
  grid-row: 38;
}

.fs-c-postage__list--purchasePrice > *:nth-child(39), .fs-c-postage__list--pattern > *:nth-child(39) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 39;
  grid-row: 39;
}

.fs-c-postage__list--purchasePrice > *:nth-child(40), .fs-c-postage__list--pattern > *:nth-child(40) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 40;
  grid-row: 40;
}

.fs-c-postage__list--purchasePrice > *:nth-child(41), .fs-c-postage__list--pattern > *:nth-child(41) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 41;
  grid-row: 41;
}

.fs-c-postage__list--purchasePrice > *:nth-child(42), .fs-c-postage__list--pattern > *:nth-child(42) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 42;
  grid-row: 42;
}

.fs-c-postage__list--purchasePrice > *:nth-child(43), .fs-c-postage__list--pattern > *:nth-child(43) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 43;
  grid-row: 43;
}

.fs-c-postage__list--purchasePrice > *:nth-child(44), .fs-c-postage__list--pattern > *:nth-child(44) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 44;
  grid-row: 44;
}

.fs-c-postage__list--purchasePrice > *:nth-child(45), .fs-c-postage__list--pattern > *:nth-child(45) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 45;
  grid-row: 45;
}

.fs-c-postage__list--purchasePrice > *:nth-child(46), .fs-c-postage__list--pattern > *:nth-child(46) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 46;
  grid-row: 46;
}

.fs-c-postage__list--purchasePrice > *:nth-child(47), .fs-c-postage__list--pattern > *:nth-child(47) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 47;
  grid-row: 47;
}

.fs-c-postage__list--purchasePrice > *:nth-child(48), .fs-c-postage__list--pattern > *:nth-child(48) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 48;
  grid-row: 48;
}

.fs-c-postage__list--purchasePrice > *:nth-child(49), .fs-c-postage__list--pattern > *:nth-child(49) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 49;
  grid-row: 49;
}

.fs-c-postage__list--purchasePrice > *:nth-child(50), .fs-c-postage__list--pattern > *:nth-child(50) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 50;
  grid-row: 50;
}

.fs-c-postage__list--purchasePrice > *:nth-child(51), .fs-c-postage__list--pattern > *:nth-child(51) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 51;
  grid-row: 51;
}

.fs-c-postage__list--purchasePrice > *:nth-child(52), .fs-c-postage__list--pattern > *:nth-child(52) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 52;
  grid-row: 52;
}

.fs-c-postage__list--purchasePrice > *:nth-child(53), .fs-c-postage__list--pattern > *:nth-child(53) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 53;
  grid-row: 53;
}

.fs-c-postage__list--purchasePrice > *:nth-child(54), .fs-c-postage__list--pattern > *:nth-child(54) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 54;
  grid-row: 54;
}

.fs-c-postage__list--purchasePrice > *:nth-child(55), .fs-c-postage__list--pattern > *:nth-child(55) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 55;
  grid-row: 55;
}

.fs-c-postage__list--purchasePrice > *:nth-child(56), .fs-c-postage__list--pattern > *:nth-child(56) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 56;
  grid-row: 56;
}

.fs-c-postage__list--purchasePrice > *:nth-child(57), .fs-c-postage__list--pattern > *:nth-child(57) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 57;
  grid-row: 57;
}

.fs-c-postage__list--purchasePrice > *:nth-child(58), .fs-c-postage__list--pattern > *:nth-child(58) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 58;
  grid-row: 58;
}

.fs-c-postage__list--purchasePrice > *:nth-child(59), .fs-c-postage__list--pattern > *:nth-child(59) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 59;
  grid-row: 59;
}

.fs-c-postage__list--purchasePrice > *:nth-child(60), .fs-c-postage__list--pattern > *:nth-child(60) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 60;
  grid-row: 60;
}

.fs-c-postage__list--purchasePrice > *:nth-child(61), .fs-c-postage__list--pattern > *:nth-child(61) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 61;
  grid-row: 61;
}

.fs-c-postage__list--purchasePrice > *:nth-child(62), .fs-c-postage__list--pattern > *:nth-child(62) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 62;
  grid-row: 62;
}

.fs-c-postage__list--purchasePrice > *:nth-child(63), .fs-c-postage__list--pattern > *:nth-child(63) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 63;
  grid-row: 63;
}

.fs-c-postage__list--purchasePrice > *:nth-child(64), .fs-c-postage__list--pattern > *:nth-child(64) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 64;
  grid-row: 64;
}

.fs-c-postage__list--purchasePrice > *:nth-child(65), .fs-c-postage__list--pattern > *:nth-child(65) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 65;
  grid-row: 65;
}

.fs-c-postage__list--purchasePrice > *:nth-child(66), .fs-c-postage__list--pattern > *:nth-child(66) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 66;
  grid-row: 66;
}

.fs-c-postage__list--purchasePrice > *:nth-child(67), .fs-c-postage__list--pattern > *:nth-child(67) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 67;
  grid-row: 67;
}

.fs-c-postage__list--purchasePrice > *:nth-child(68), .fs-c-postage__list--pattern > *:nth-child(68) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 68;
  grid-row: 68;
}

.fs-c-postage__list--purchasePrice > *:nth-child(69), .fs-c-postage__list--pattern > *:nth-child(69) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 69;
  grid-row: 69;
}

.fs-c-postage__list--purchasePrice > *:nth-child(70), .fs-c-postage__list--pattern > *:nth-child(70) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 70;
  grid-row: 70;
}

.fs-c-postage__list--purchasePrice > *:nth-child(71), .fs-c-postage__list--pattern > *:nth-child(71) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 71;
  grid-row: 71;
}

.fs-c-postage__list--purchasePrice > *:nth-child(72), .fs-c-postage__list--pattern > *:nth-child(72) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 72;
  grid-row: 72;
}

.fs-c-postage__list--purchasePrice > *:nth-child(73), .fs-c-postage__list--pattern > *:nth-child(73) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 73;
  grid-row: 73;
}

.fs-c-postage__list--purchasePrice > *:nth-child(74), .fs-c-postage__list--pattern > *:nth-child(74) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 74;
  grid-row: 74;
}

.fs-c-postage__list--purchasePrice > *:nth-child(75), .fs-c-postage__list--pattern > *:nth-child(75) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 75;
  grid-row: 75;
}

.fs-c-postage__list--purchasePrice > *:nth-child(76), .fs-c-postage__list--pattern > *:nth-child(76) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 76;
  grid-row: 76;
}

.fs-c-postage__list--purchasePrice > *:nth-child(77), .fs-c-postage__list--pattern > *:nth-child(77) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 77;
  grid-row: 77;
}

.fs-c-postage__list--purchasePrice > *:nth-child(78), .fs-c-postage__list--pattern > *:nth-child(78) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 78;
  grid-row: 78;
}

.fs-c-postage__list--purchasePrice > *:nth-child(79), .fs-c-postage__list--pattern > *:nth-child(79) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 79;
  grid-row: 79;
}

.fs-c-postage__list--purchasePrice > *:nth-child(80), .fs-c-postage__list--pattern > *:nth-child(80) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 80;
  grid-row: 80;
}

.fs-c-postage__list--purchasePrice > *:nth-child(81), .fs-c-postage__list--pattern > *:nth-child(81) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 81;
  grid-row: 81;
}

.fs-c-postage__list--purchasePrice > *:nth-child(82), .fs-c-postage__list--pattern > *:nth-child(82) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 82;
  grid-row: 82;
}

.fs-c-postage__list--purchasePrice > *:nth-child(83), .fs-c-postage__list--pattern > *:nth-child(83) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 83;
  grid-row: 83;
}

.fs-c-postage__list--purchasePrice > *:nth-child(84), .fs-c-postage__list--pattern > *:nth-child(84) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 84;
  grid-row: 84;
}

.fs-c-postage__list--purchasePrice > *:nth-child(85), .fs-c-postage__list--pattern > *:nth-child(85) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 85;
  grid-row: 85;
}

.fs-c-postage__list--purchasePrice > *:nth-child(86), .fs-c-postage__list--pattern > *:nth-child(86) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 86;
  grid-row: 86;
}

.fs-c-postage__list--purchasePrice > *:nth-child(87), .fs-c-postage__list--pattern > *:nth-child(87) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 87;
  grid-row: 87;
}

.fs-c-postage__list--purchasePrice > *:nth-child(88), .fs-c-postage__list--pattern > *:nth-child(88) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 88;
  grid-row: 88;
}

.fs-c-postage__list--purchasePrice > *:nth-child(89), .fs-c-postage__list--pattern > *:nth-child(89) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 89;
  grid-row: 89;
}

.fs-c-postage__list--purchasePrice > *:nth-child(90), .fs-c-postage__list--pattern > *:nth-child(90) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 90;
  grid-row: 90;
}

.fs-c-postage__list--purchasePrice > *:nth-child(91), .fs-c-postage__list--pattern > *:nth-child(91) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 91;
  grid-row: 91;
}

.fs-c-postage__list--purchasePrice > *:nth-child(92), .fs-c-postage__list--pattern > *:nth-child(92) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 92;
  grid-row: 92;
}

.fs-c-postage__list--purchasePrice > *:nth-child(93), .fs-c-postage__list--pattern > *:nth-child(93) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 93;
  grid-row: 93;
}

.fs-c-postage__list--purchasePrice > *:nth-child(94), .fs-c-postage__list--pattern > *:nth-child(94) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 94;
  grid-row: 94;
}

.fs-c-postage__table {
  border-collapse: separate;
  border-spacing: 2px;
  margin: -4px;
  width: calc(100% + 8px);
}

.fs-c-postage__table > thead {
  background: rgba(126, 126, 126, 0.08);
  font-weight: bold;
}

.fs-c-postage__table > thead .fs-c-postage__table__headerCell {
  font-weight: bold;
}

.fs-c-postage__table__headerCell {
  font-weight: normal;
  font-size: 1.2rem;
}

.fs-c-postage__table__dataCell {
  padding: 2px;
}

.fs-c-postage__table > tbody .fs-c-postage__table__headerCell,
.fs-c-postage__table > tbody .fs-c-postage__table__dataCell {
  text-align: right;
}

.fs-c-postage__table > tbody > tr + tr .fs-c-postage__table__headerCell,
.fs-c-postage__table > tbody > tr + tr .fs-c-postage__table__dataCell {
  border-top: 1px dotted #e5e5e5;
}

.fs-c-productChooseVariation__variation + .fs-c-productChooseVariation__variation {
  margin-top: 16px;
}

.fs-c-productImage a {
  text-decoration: none;
}

.fs-c-productImageViewer__thumbnail__image.is-active > img {
  border: 2px solid #e76b34;
  padding: 1px;
}

.fs-c-productListCarousel__list__item {
  -ms-flex-preferred-size: 132px;
  flex-basis: 132px;
  max-width: 132px;
  min-width: 132px;
  margin: 0 4px;
}

.fs-c-productListCarousel__list__item > * + * {
  margin-top: 8px;
}

.fs-c-productListItem__image__image {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fs-c-productListItem__viewMoreImageButton {
  font-size: 1.2em;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.fs-c-productListItem__productName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  margin: 8px 0;
}

.fs-c-productListItem__productName:first-child {
  margin-top: 0;
}

.fs-c-productListItem__productName__copy {
  font-size: 1.2rem;
}

.fs-c-productListItem__productDescription {
  margin: 8px 0;
}

.fs-c-productListItem__notice {
  background: #e5e5e5;
  font-size: 1.2rem;
  line-height: 1;
  margin: 8px 0;
  padding: 4px 4px;
  text-align: center;
}

.fs-c-productListItem__salesPeriodNotice {
  background: #333333;
  color: #ffffff;
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  background: transparent;
  border: 1px solid currentColor;
}

.fs-c-productListItem__rating {
  margin: 8px 0;
}

.fs-c-productListItem__viewReview {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-productListItem__control {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-c-productListItem__control > *:last-child {
  margin-left: auto;
}

.fs-c-productMark__mark {
  border-radius: 3px;
}

.fs-c-productMainImage__image {
  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;
}

.fs-c-productMainImage__image [src$="loading.svg"] {
  margin: 40px auto;
  width: auto;
}

.fs-c-productMainImage__expandButton {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-productCarouselMainImage__image__caption {
  background: rgba(30, 30, 30, 0.4);
  color: #ffffff;
  line-height: 1.8;
}

.fs-c-productCarouselMainImage__expandButton {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-productCarouselMainImage__thumbnailList {
  margin: 8px 0;
}

.fs-c-productCarouselMainImage__thumbnail__img {
  border: 2px solid transparent;
}

.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border-color: #666666;
}

.fs-c-productCoordinationList:not(:first-child) {
  margin-top: 2em;
}

.fs-c-productCoordinationList__title {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-productCoordinationList__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 0px) calc(50% - 0px);
  grid-template-columns: calc(50% - 0px) calc(50% - 0px);
  grid-gap: 0px;
}

.fs-c-productCoordinationList__list__item {
  padding: 16px 8px;
}

.fs-c-productCoordinationListItem__image__image {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.fs-c-productCoordinationListItem__publicationDate {
  font-size: 1.2rem;
}

.fs-c-productCoordinationListItem__staffInfo__image {
  width: 48px;
  height: 48px;
}

.fs-c-productCoordinationListItem__staffInfo__profile {
  font-size: 1rem;
}

.fs-c-productCoordinationListItem__staffInfo__name {
  font-size: 1.4rem;
  font-weight: bold;
}

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

.fs-c-productMembersLoginLink {
  display: block;
}

.fs-c-productName__copy, .fs-c-productName__variation {
  font-size: 0.8em;
}

.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  display: block;
}

.fs-c-productNameHeading {
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-productNameHeading__copy {
  font-size: 0.8em;
}

.fs-c-productNameHeading__variation {
  font-size: 0.8em;
}

.fs-c-productNotice--startOfSales, .fs-c-productNotice--endOfSales {
  background: #333333;
  color: #ffffff;
  padding: 4px;
  text-align: center;
}

.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
  background: #e5e5e5;
  padding: 4px;
  text-align: center;
}

.fs-c-productNumber {
  border: 1px solid currentColor;
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 8px;
}

.fs-c-productNumber__number {
  font-weight: bold;
}

.fs-c-productOption__name, .fs-c-productOption__option {
  padding: 4px;
}

.fs-c-productOption__name, .fs-c-productOption__comment {
  font-size: 1.2rem;
}

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

.fs-c-productPointDisplay {
  background: #7c8790;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 8px;
}

.fs-c-productPointDisplay__quantity {
  font-weight: bold;
}

.fs-c-productPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-productPrice__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-productPrice__main__label {
  margin-right: 4px;
}

.fs-c-productPrice__main__joint {
  margin: 0 0.25em;
}

.fs-c-productPrice__addon, .fs-c-productPrice__main__addon {
  font-size: 1.2rem;
}

.fs-c-productPrice__addon:where(:not([class*="--listed"])), .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.1;
}

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before, .fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
}

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after, .fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
}

.fs-c-productPrice--listed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #ff829f;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.2rem;
}

.fs-c-subscriptionPriceTable .fs-c-productPrice {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-subscriptionPriceTable .fs-c-productPrice__main__price {
  font-size: 1.8rem;
}

.fs-c-productReviewed {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fs-c-productReviewed__name {
  font-size: 1.8rem;
}

.fs-c-productSalesPeriod {
  border: 1px solid #808080;
  border-width: 1px 0;
  line-height: 1.4;
  padding: 8px;
  text-align: center;
}

.fs-c-productSelection__name {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  padding: 4px;
}

.fs-c-productSelection__selection {
  margin: 0;
  padding: 4px;
}

.fs-c-productSelection__comment {
  font-size: 1.2rem;
}

.fs-c-productStock__number::before {
  content: " : ";
}

.fs-c-productStoreInventoryInfo {
  padding: 8px 0;
}

.fs-c-productStoreInventoryInfo__link {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  background: rgba(192, 192, 192, 0.08);
  border: 1px solid currentColor;
  color: #3c3c3c;
  display: block;
  padding: 8px;
  text-align: center;
}

.fs-c-productStoreInventoryInfo__link:link {
  color: #3c3c3c;
}

.fs-c-productStoreInventoryInfo__link:visited {
  color: #3c3c3c;
}

.fs-c-productStoreInventoryInfo__link:hover {
  color: #3c3c3c;
}

.fs-c-productStoreInventoryInfo__link:active {
  color: #3c3c3c;
}

.fs-c-productStoreInventoryInfo__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.fs-c-productThumbnail__image.is-active > img {
  border: 2px solid #666666;
}

.fs-c-productQuantityAndAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-productQuantityAndAction__quantity {
  margin-right: 16px;
}

.fs-c-productQuantityAndAction__action {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-productQuantityAndAction > .fs-c-assist {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
}

.fs-c-productQuantityAndWishlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}

.fs-c-productQuantityAndWishlist__quantity {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  align-self: baseline;
}

.fs-c-productQuantityAndWishlist__wishlist {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  align-self: baseline;
}

.fs-c-productQuantityAndWishlist > .fs-c-assist {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  grid-row: 2;
  padding-top: 0;
}

.fs-c-productVariationPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-productVariationPrice__price {
  color: #ff829f;
}

.fs-c-productVariationPrice__addon {
  font-size: 0.8em;
}

.fs-c-productVariationPrice__addon:not(.fs-c-productVariationPrice__addon--listed) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.1;
}

.fs-c-productVariationPrice__addon:not(.fs-c-productVariationPrice__addon--listed)::before {
  content: "(";
}

.fs-c-productVariationPrice__addon:not(.fs-c-productVariationPrice__addon--listed)::after {
  content: ")";
}

.fs-c-purchasePointExpiration__expiration:empty::before {
  content: "\2014";
}

.fs-c-quantity__number.is-error {
  border: 1px solid #da4453;
  background-color: #fcf5c2;
}

.fs-c-radio__radioMark {
  border-color: #999999;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #ff829f;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #ff829f;
}

.fs-c-radio2 {
  gap: 4px;
}

.fs-c-radio2__label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 4px;
  padding: 8px;
}

.fs-c-radio2__radioMark {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.is-active .fs-c-radio2__radioLabelText {
  font-weight: bold;
}

.fs-c-radio2__radioLabelAdditionalInfo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

.is-disabled .fs-c-radio2__radioLabelAdditionalInfo {
  font-size: 1.2rem;
}

.fs-c-radioItemList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4px;
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-c-radioItemList__item {
  border-radius: 3px;
  border: solid 2px transparent;
}

.fs-c-radioItemList__item:hover:not(.is-disabled), .fs-c-radioItemList__item.is-active {
  background-color: #ffffff;
  border-color: #e5e5e5;
}

.fs-c-radioItemList__item.is-active .c-radio2__radioLabelText {
  font-weight: bold;
}

.fs-c-rating__value {
  color: #C78D2F;
  margin-left: 8px;
}

.fs-c-registerSuccessMessage {
  margin: 24px auto;
  padding-bottom: 24px;
  border-bottom: 1px solid #999999;
  text-align: center;
}

.fs-c-returnedSpecialContract {
  padding: 8px 0;
}

.fs-c-reviewInfo__reviewer {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-c-reviewInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 4px 0;
}

.fs-c-reviewInfo__date > dt:after {
  content: "：";
}

.fs-c-reviewInfo__date > dd {
  margin-left: 0;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-reviewer__profile {
  font-size: 1.2rem;
}

.fs-c-reviewer__name__nickname::after {
  content: "さん";
}

.fs-c-reviewBody {
  border: 1px solid #e5e5e5;
  padding: 16px;
}

.fs-c-reviewList {
  list-style: none;
  padding: 0;
}

.fs-c-reviewList__item {
  border-bottom: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 8px;
}

.fs-c-reviewList__item:first-child {
  border-top: 1px solid #999999;
}

.fs-c-reviewList__item__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-reviewList__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-reviewList__item__body {
  margin: 8px 0;
}

.fs-c-reviewList__item__editButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-c-reviewList--product .fs-c-reviewList__item {
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 4fr;
  grid-template: 1fr/1fr 4fr;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item {
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 1fr;
  grid-template: auto auto/1fr;
}

.fs-c-reviewProduct__image {
  margin-bottom: 8px;
}

.fs-c-reviewStars::before {
  color: #C78D2F;
}

.fs-c-reviewStatus {
  background: #090;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  padding: 4px 8px;
}

.fs-c-reviewerStatus {
  background: #1f5da0;
  border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin: 0 4px;
  min-width: 8em;
  padding: 4px 8px;
  text-align: center;
}

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

.fs-c-revokeLinkedAccount__note {
  margin-top: 16px;
}

.fs-c-salesPeriod {
  margin: 8px 0;
}

.fs-c-salesPeriod__date {
  border: 1px solid currentColor;
  font-size: 1.2rem;
  margin: 0;
  padding: 4px 8px;
  text-align: center;
}

* + .fs-c-salesPeriod__date {
  margin-top: 8px;
}

.fs-c-salesPeriod__date > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.fs-c-shippingCarrierInfo {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
  padding: 16px;
  background-color: rgba(126, 126, 126, 0.08);
}

.fs-c-shippingCarrierInfo__heading {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
}

.fs-c-shippingCarrierInfo__content {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  gap: 16px;
  background-color: #ffffff;
  padding: 16px;
}

.fs-c-socialLogin__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.fs-c-socialLogin__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.fs-c-sortItems {
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 1.2rem;
}

.fs-c-sortItems__label {
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: inherit;
  line-height: 1.4;
  padding: 4px 8px;
}

.fs-c-sortItems__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-sortItems__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-sortItems__list__item.is-active {
  background: #1f5da0;
  color: #ffffff;
}

.fs-c-sortItems__list__item__label {
  display: block;
  padding: 4px 8px;
}

.fs-c-sortItems__list__item__label:link {
  color: inherit;
}

.fs-c-sortItems__list__item__label:visited {
  color: inherit;
}

.fs-c-sortItems__list__item__label:hover {
  color: inherit;
}

.fs-c-sortItems__list__item__label:active {
  color: inherit;
}

.fs-c-specialPointList {
  border: 1px solid #b2b2b2;
  padding: 8px;
  margin: 8px 0;
}

.fs-c-specialPointList__label {
  display: block;
  margin-bottom: 4px;
  color: #7c8790;
}

.fs-c-specialPointList__list {
  margin: 0;
}

.fs-c-specTable {
  border-collapse: collapse;
}

.fs-c-specTableContainer {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  border: 1px solid #b2b2b2;
  white-space: nowrap;
}

.fs-c-specTable__caption {
  margin-bottom: 4px;
}

.fs-c-specTable__headerCell {
  background: rgba(126, 126, 126, 0.08);
  font-weight: normal;
}

.fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  padding: 8px 16px;
  text-align: center;
}

.fs-c-staffCoordinationSearch + .fs-c-staffCoordinationSearch {
  margin-top: 24px;
}

.fs-c-staffCoordinationSearch__heading {
  border-bottom: 2px solid #999999;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
  word-break: break-all;
}

.fs-c-staffCoordinationSearch__heading::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #999999;
  font-family: "fs-icon";
  content: "\e90b";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fs-c-staffCoordinationSearch__heading + .fs-c-staffCoordinationSearch__body {
  display: none;
}

.fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fs-c-staffCoordinationSearch__checkbox:checked + .fs-c-staffCoordinationSearch__heading + .fs-c-staffCoordinationSearch__body {
  display: block;
}

.fs-c-staffCoordinationSearchGroupList, .fs-c-staffCoordinationSearchCategoryList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-staffCoordinationSearchGroupList > li, .fs-c-staffCoordinationSearchCategoryList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-staffCoordinationSearchCategory__link {
  border-bottom: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  padding-left: 16px;
}

.fs-c-staffCoordinationSearchCategory__link:hover {
  text-decoration: none;
}

.fs-c-staffCoordinationSearchCategory__link::before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "\e933";
  display: block;
  font-family: "fs-icon";
  font-size: 1.4em;
  margin-left: -1.1em;
}

.fs-c-staffCoordinationSearchCategory__link__label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-staffCoordinationSearchCategory__link__label:hover {
  text-decoration: underline;
}

.fs-c-staffCoordinationSearchCategory__link.is-active {
  font-weight: bold;
  pointer-events: none;
}

.fs-c-staffCoordinationSearchCategory__body {
  padding: 4px 0 0 16px;
}

.fs-c-staffCoordinationSearchControl__label {
  border: 1px solid #999999;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  margin: 8px 0;
  padding: 4px;
  position: relative;
  text-align: center;
}

.fs-c-staffCoordinationSearchControl__label::after {
  content: "\e90b";
  display: block;
  font-family: "fs-icon";
  font-size: 1.4em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list {
  display: none;
}

.fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fs-c-staffCoordinationSearchControl__checkbox:checked + .fs-c-staffCoordinationSearchControl__label + .fs-c-staffCoordinationSearchControl__list {
  display: block;
}

.fs-c-staffCoordinationSearchConditionList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0;
}

.fs-c-staffCoordinationSearchConditionList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-staffCoordinationSearchConditionList__item {
  margin: 4px;
}

.fs-c-staffCoordinationSearchConditionList__item__link {
  background-color: #666666;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px 0 4px;
}

.fs-c-staffCoordinationSearchConditionList__item__link:link, .fs-c-staffCoordinationSearchConditionList__item__link:visited, .fs-c-staffCoordinationSearchConditionList__item__link:hover, .fs-c-staffCoordinationSearchConditionList__item__linkactive {
  color: #ffffff;
}

.fs-c-staffCoordinationSearchConditionList__item__link:hover {
  text-decoration: none;
}

.fs-c-staffCoordinationSearchConditionList__item__link::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-size: 1.8rem;
  line-height: 1.5;
  margin-right: 4px;
}

.fs-c-staffCoordinationSearchConditionList__item__link:hover {
  opacity: 0.8;
}

.fs-c-staffCoordinationSearchGroup__heading {
  background: rgba(126, 126, 126, 0.08);
  border-left: 3px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
  margin-bottom: 2px;
  padding-left: calc(16px - 3px);
  min-height: 40px;
}

.fs-c-staffCoordinationSearchGroup__heading:hover {
  background: #e5e5e5;
}

.fs-c-staffCoordinationSearchGroup__heading::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #999999;
  font-family: "fs-icon";
  font-size: 1.4em;
  content: "\e90f";
}

.fs-c-staffCoordinationSearchGroup__body {
  padding: 0 0 4px 16px;
}

.fs-c-staffCoordinationSearchGroup__heading + .fs-c-staffCoordinationSearchGroup__body {
  display: none;
}

.fs-c-staffCoordinationSearchGroup__checkbox:checked + .fs-c-staffCoordinationSearchGroup__heading::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fs-c-staffCoordinationSearchGroup__checkbox:checked + .fs-c-staffCoordinationSearchGroup__heading + .fs-c-staffCoordinationSearchGroup__body {
  display: block;
}

.fs-c-staffCoordinationSearchMenu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-staffCoordinationSearchMenu > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-staffCoordinationSearchMenu__item {
  font-size: 1.2rem;
  padding: 4px 0;
}

.fs-c-staffCoordinationSearchMenu__link {
  color: inherit;
  display: block;
  padding: 4px 0;
}

.is-active .fs-c-staffCoordinationSearchMenu__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  pointer-events: none;
}

.fs-c-staffDetail {
  background-color: rgba(126, 126, 126, 0.08);
  padding: 32px;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 80px 1fr;
  grid-template-columns: 80px 1fr;
  margin-bottom: 48px;
}

.fs-c-staffDetail__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
}

.fs-c-staffDetail__name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}

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

.fs-c-staffDetail__profile {
  white-space: pre-wrap;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fs-c-staffImage {
  display: -ms-grid;
  display: grid;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.fs-c-staffImage > * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

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

.fs-c-staffInstagram::before {
  display: block;
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e939";
  font-size: 30px;
  margin: 0.5em 0.5em 0.5em 0;
  text-decoration: none;
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account {
  margin-left: 8px;
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account::before {
  content: "(";
}

.fs-c-staffInstagram__name + .fs-c-staffInstagram__account::after {
  content: ")";
}

.fs-c-staffList:not(:first-child) {
  margin-top: 2em;
}

.fs-c-staffList__title {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-staffList__list {
  margin: 24px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 12px) calc(50% - 12px);
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  grid-gap: 24px;
}

.fs-c-staffList__list__item {
  padding: 16px 8px;
}

.fs-c-staffListItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
}

.fs-c-staffListItem > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fs-c-staffListItem__image {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin: 0 auto 12px;
  width: 80%;
  height: auto;
}

.fs-c-staffListItem__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  text-align: center;
}

.fs-c-staffListItem__profile > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  word-break: break-all;
}

.fs-c-staffListItem__profile__name {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.fs-c-staffListItem__profile__ruby, .fs-c-staffListItem__profile__height, .fs-c-staffListItem__profile__gender, .fs-c-staffListItem__profile__profile {
  display: none;
}

.fs-c-staffCatalog:not(:first-child) {
  margin-top: 2em;
}

.fs-c-staffCatalog__title {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-staffCatalog__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit, calc(50% - 16px));
}

.fs-c-staffCatalog__footer {
  text-align: right;
  margin-top: 8px;
}

.fs-c-staffCatalog.is-sortedByPopularity {
  counter-reset: itemOrder;
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item {
  position: relative;
}

.fs-c-staffCatalog.is-sortedByPopularity .fs-c-staffCatalog__list__item::before {
  content: counter(itemOrder);
  counter-increment: itemOrder;
  background-color: #808080;
  border: 1px solid currentColor;
  border-radius: 2em;
  color: #ffffff;
  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;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.4em 0.5em 0.3em;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 1;
}

.fs-c-stockNotificationsMessage {
  margin: 0 0 16px;
  text-align: center;
}

.fs-c-stockNotificationsProduct {
  margin: 0 auto 20px;
  text-align: center;
}

.fs-c-stockNotificationsProduct__productImage {
  margin-bottom: 8px;
}

.fs-c-stockNotificationsProduct__productImage__image {
  margin: auto;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  text-align: left;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct__productImage {
  margin-right: 8px;
  margin-bottom: 0;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fs-c-storeInfo {
  margin: 24px 0;
}

.fs-c-storeInfo__title, .fs-c-storeInfo__description {
  margin: 0;
}

.fs-c-storeInfo__title {
  background: rgba(126, 126, 126, 0.08);
  font-weight: bold;
  padding: 4px 8px;
}

.fs-c-storeInfo__description {
  margin-bottom: 8px;
  padding: 8px;
}

.fs-c-storeGroup__heading {
  border-bottom: 2px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px;
}

.fs-c-storeGroup:first-child .fs-c-storeGroup__heading {
  border-top: 2px solid #e5e5e5;
}

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

.fs-c-storeGroup__area__storeCount::before {
  content: "(";
}

.fs-c-storeGroup__area__storeCount::after {
  content: ")";
}

.fs-c-storeGroup__body {
  border-bottom: 2px solid #e5e5e5;
}

.fs-c-storeGroup__checkbox + .fs-c-storeGroup__heading::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #999999;
  font-family: "fs-icon";
  content: "\e90b";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fs-c-storeGroup__checkbox:not(:checked) + .fs-c-storeGroup__heading + .fs-c-storeGroup__body {
  display: none;
}

.fs-c-storeGroup__checkbox:checked + .fs-c-storeGroup__heading::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fs-c-storeInventoryProduct {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fs-c-storeInventoryStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0;
}

.fs-c-storeInventoryStatus > * {
  border: 1px solid #e5e5e5;
  padding: 8px;
}

.fs-c-storeInventoryStatus > *:not(:first-child) {
  border-left: none;
}

.fs-c-storeInventoryStatus__label {
  background-color: rgba(126, 126, 126, 0.08);
  border-right: none;
}

.fs-c-storeInventoryStatus__message {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
}

.fs-c-storeInventoryVariation__item__title {
  background: rgba(126, 126, 126, 0.08);
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 4px 8px;
}

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

.fs-c-storeInventoryVariation__item__body > :last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-storeInventoryVariation__item__image {
  margin: 8px 8px 8px 0;
}

.fs-c-storeInventoryVariationList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-storeInventoryVariationList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-storeInventoryVariationList__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}

.fs-c-storeInventoryVariationList__item + .fs-c-storeInventoryVariationList__item {
  border-top: 1px solid #e5e5e5;
}

.fs-c-storeInventoryVariationList__item:nth-of-type(even) {
  background: rgba(192, 192, 192, 0.08);
}

.fs-c-storeInventoryVariationList__item__image {
  display: block;
  margin: 8px 8px 8px 0;
}

.fs-c-storeInventoryVariationList__item__stock {
  text-align: right;
}

.fs-c-storeInventoryVariationList--withImage .fs-c-storeInventoryVariationList__item {
  -ms-grid-columns: auto 40% 40%;
  grid-template-columns: auto 40% 40%;
}

.fs-c-storeList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-storeList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-storeList__item {
  padding: 8px;
}

.fs-c-storeList__item:nth-of-type(even) {
  background-color: rgba(126, 126, 126, 0.08);
}

.fs-c-storeListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-storeListItem__store {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-storeListItem__store__name {
  font-weight: bold;
}

.fs-c-storeListItem__store__address {
  color: #3c3c3c;
  display: none;
  font-size: 1rem;
}

.fs-c-storeListItem__stock {
  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;
}

.fs-c-storeListItem__stock__label {
  font-size: 1rem;
}

.fs-c-storeListItem__stock__status, .fs-c-storeListItem__stock__extend {
  font-size: 1.2rem;
}

.fs-c-storeOrderHistory {
  margin-top: 8px;
}

.fs-c-storeOrderHistoryItem {
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  margin-bottom: 24px;
  overflow: hidden;
}

.fs-c-storeOrderHistoryItem__header {
  border-bottom: 1px solid #b2b2b2;
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-storeOrderHistoryItem__header .fs-c-storeOrderHistoryItem__orderInfo__info {
  padding: 8px;
}

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

.fs-c-storeOrderHistoryItem__orderInfo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-storeOrderHistoryItem__orderInfo > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-storeOrderHistoryItem__orderInfo__info {
  margin: 0 8px 0 0;
}

.fs-c-storeOrderHistoryItem__orderInfo__info dd {
  font-weight: 700;
  margin: 0;
}

.fs-c-storeOrderHistoryItem__body {
  padding: 0 8px;
}

.fs-c-storeOrderHistoryItem__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 8px;
}

.fs-c-storeOrderHistoryItem__product + .fs-c-storeOrderHistoryItem__product {
  border-top: 1px solid #b2b2b2;
}

.fs-c-storeOrderHistoryItem__productName {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.fs-c-storeOrderHistoryItem__productQuantity {
  min-width: 4em;
  text-align: right;
}

.fs-c-storeOrderHistoryItem__productQuantity__label {
  font-size: 1.2rem;
}

.fs-c-storeOrderHistoryItem__footer {
  border-top: 1px solid #b2b2b2;
  padding-top: 16px;
  margin: 8px;
  text-align: right;
}

.fs-c-subgroup {
  margin: 24px 0;
}

.fs-c-subgroupList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0;
  padding: 1px 0 0 1px;
}

.fs-c-subgroupList > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-subgroupList__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: -1px;
}

.fs-c-subgroupList__link {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: rgba(126, 126, 126, 0.08);
  border: 1px solid #7c8790;
  color: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 1.2em;
  grid-template-columns: auto 1fr 1.2em;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 4px;
  text-decoration: none;
}

.fs-c-subgroupList__link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
  color: inherit;
  text-decoration: none;
}

.fs-c-subgroupList__link:hover {
  background: rgba(192, 192, 192, 0.08);
}

.fs-c-subgroupList__link::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7c8790;
  content: "\e90c";
  font-size: 2.2rem;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.fs-c-subgroupList__image {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-row-align: start;
  align-self: start;
  margin-right: 8px;
}

.fs-c-subgroupList__image > img {
  display: block;
  max-width: 100%;
}

.fs-c-subgroupList__label {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

.fs-c-subgroupList__comment {
  font-size: 1.2rem;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

.fs-c-subscriptionDeliveryInfo__cycleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
  background: rgba(126, 126, 126, 0.08);
  padding: 8px;
}

.fs-c-subscriptionDeliveryInfo__cycleInfo__additionalCycle::before {
  content: "（";
}

.fs-c-subscriptionDeliveryInfo__cycleInfo__additionalCycle::after {
  content: "）";
}

.fs-c-subscriptionDeliveryInfo__cycleInfo__ctrl {
  margin: 0 8px;
}

.fs-c-subscriptionDeliveryInfo__message {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  margin: 4px 0;
  padding: 8px;
}

.fs-c-subscriptionDeliveryInfo__specifiedDeliveryTime {
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-c-subscriptionDeliveryInfo__specifiedDeliveryTime__timeLabel {
  font-weight: bold;
}

.fs-c-subscriptionDeliveryInfo__specifiedDeliveryTime__time {
  margin-left: 1em;
}

.fs-c-subscriptionDetail {
  border: 1px solid #b2b2b2;
  border-width: 1px 0;
  margin: 0;
  padding: 8px 0;
}

.fs-c-subscriptionDetail__label {
  font-size: 1.2rem;
  font-weight: bold;
}

.fs-c-subscriptionDetail__value {
  margin: 0;
}

.fs-c-subscriptionDetail__value + .fs-c-subscriptionDetail__label {
  margin-top: 16px;
}

.fs-c-subscriptionDetail__cardNumber::before {
  content: "[ ";
}

.fs-c-subscriptionDetail__cardNumber::after {
  content: " ]";
}

.fs-c-subscriptionDetail__changeCreditCardMessage {
  background: rgba(126, 126, 126, 0.08);
  font-size: 1.2rem;
  padding: 8px;
}

.fs-c-subscriptionGrandTotal {
  border: 1px solid #999999;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 24px 0 0;
  padding: 4px;
}

.fs-c-subscriptionGrandTotal__title {
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.fs-c-subscriptionGrandTotal__title__times::before {
  content: "(";
}

.fs-c-subscriptionGrandTotal__title__times::after {
  content: ")";
}

.fs-c-subscriptionGrandTotalNote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  margin-top: 4px;
}

.fs-c-subscriptionGrandTotalNote > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-subscriptionGrandTotalNote > li {
  padding-left: 1em;
  text-indent: -1em;
}

.fs-c-subscriptionGrandTotalNote > li::before {
  content: "※";
}

.fs-c-subscriptionNextDelivery__schedule {
  border: 1px solid #b2b2b2;
}

.fs-c-subscriptionNextDelivery__schedule__title {
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  border-bottom: 1px solid #b2b2b2;
  font-weight: bold;
}

.fs-c-subscriptionNextDelivery__schedule__date, .fs-c-subscriptionNextDelivery__schedule__time {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.fs-c-subscriptionNextDelivery__schedule__date {
  padding: 8px 0 8px 8px;
}

.fs-c-subscriptionNextDelivery__schedule__time {
  padding: 8px 8px 8px 0;
}

.fs-c-subscriptionNextDelivery__skipInfo {
  margin-top: 16px;
  border: 1px solid #b2b2b2;
}

.fs-c-subscriptionNextDelivery__skipInfo__label {
  display: block;
  padding: 8px;
  background: rgba(126, 126, 126, 0.08);
  border-bottom: 1px solid #b2b2b2;
}

.fs-c-subscriptionNextDelivery__skipInfo__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px;
}

.fs-c-subscriptionNextDelivery__ctrl {
  margin: 0 8px 8px;
  background-color: rgba(126, 126, 126, 0.08);
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.fs-c-subscriptionNextDelivery__ctrl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px;
}

.fs-c-subscriptionNextDelivery__ctrl__button > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.fs-c-subscriptionPriceTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-subscriptionPriceTable__label, .fs-c-subscriptionPriceTable__price {
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.fs-c-subscriptionPriceTable__label {
  background: rgba(126, 126, 126, 0.08);
  font-weight: normal;
  text-align: left;
}

.fs-c-subscriptionProductTable {
  border-collapse: collapse;
  width: 100%;
}

.fs-c-subscriptionProductTable > thead > tr > th, .fs-c-subscriptionProductTable > tfoot > tr > th, .fs-c-subscriptionProductTable > tbody > tr > th {
  background: rgba(126, 126, 126, 0.08);
}

.fs-c-subscriptionProductTable > thead > tr th, .fs-c-subscriptionProductTable > thead > tr td, .fs-c-subscriptionProductTable > tfoot > tr th, .fs-c-subscriptionProductTable > tfoot > tr td, .fs-c-subscriptionProductTable > tbody > tr th, .fs-c-subscriptionProductTable > tbody > tr td {
  border: 1px solid #e5e5e5;
  padding: 4px;
}

.fs-c-subscriptionProductTable > tbody > tr > th {
  text-align: left;
}

.fs-c-subscriptionTotal {
  margin-top: 24px;
}

.fs-c-subscriptionTotal__title {
  border-bottom: 1px solid #999999;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 0 8px;
  text-align: center;
}

.fs-c-subscriptionTotalTable {
  font-size: 1.2rem;
  width: 100%;
}

.fs-c-subscriptionTotalTable + .fs-c-subscriptionTotalTable {
  margin-top: 16px;
}

.fs-c-subscriptionTotalTable__caption {
  border-bottom: 1px dotted #999999;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: left;
}

.fs-c-subscriptionTotalTable__caption__times::before {
  content: "(";
}

.fs-c-subscriptionTotalTable__caption__times::after {
  content: ")";
}

.fs-c-subscriptionTotalTable > tbody > tr th {
  font-weight: normal;
  text-align: left;
}

.fs-c-subscriptionTotalTable > tbody > tr td {
  text-align: right;
}

.fs-c-subscriptionTotalTable .fs-c-subscriptionTotalTable__grandTotal > th {
  font-weight: bold;
}

.fs-c-suggestedAddress {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  background: rgba(244, 246, 248, 0.95);
  border-radius: 3px;
  color: #333333;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.fs-c-suggestedAddress__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-c-suggestedAddress__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-c-suggestedAddress__listItem {
  padding: 4px 8px;
}

.fs-c-suggestedAddress__listItem + .fs-c-suggestedAddress__listItem {
  border-color: #d6d7d9;
}

.fs-c-suggestedAddress__listItem:hover {
  background: #d6d7d9;
}

.fs-c-toast {
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-c-toast.is-success {
  background: rgba(211, 228, 239, 0.95);
}

.fs-c-toast.is-error {
  background: rgba(239, 211, 211, 0.95);
}

.fs-c-toast p {
  margin: 0;
}

.fs-c-totalAndActions button:where(:not(.fs-c-button--image)) {
  font-size: 1.8rem;
  min-height: 3em;
  min-width: 100%;
  max-width: 100%;
}

.fs-c-totalAndActions .fs-c-payWithAmazon__button img {
  max-width: 100%;
}

.fs-c-tradeSafeContainer {
  margin: 24px 0;
  text-align: center;
}

.fs-c-storeInventoryProduct .fs-c-variationAndActions__actions {
  display: block;
}

.fs-c-variationCart__variationName__name {
  font-weight: 700;
}

.fs-c-variationLabel {
  font-weight: bold;
}

.fs-c-variationLabel__label + .fs-c-variationLabel__value::before {
  content: " : ";
}

.fs-c-variationList__item__title {
  background: rgba(126, 126, 126, 0.08);
  font-weight: 700;
  padding: 2px 4px;
}

.fs-c-variationMatrix {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  -ms-grid-columns: minmax(64px, auto) 1fr;
  grid-template-columns: minmax(64px, auto) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-c-variationMatrix:where(:not(.fs-c-variationMatrix--column)) {
  -ms-grid-columns: minmax(0, 80px) 1fr;
  grid-template-columns: minmax(0, 80px) 1fr;
}

.fs-c-variationMatrix__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px;
}

:where(:not(.fs-c-variationMatrix--column)) .fs-c-variationMatrix__row {
  -ms-grid-columns: minmax(0, 80px) 1fr;
  grid-template-columns: minmax(0, 80px) 1fr;
}

.fs-c-variationMatrix__row :where(:nth-child(1)) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-variationMatrix__row__variationName:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-variationMatrix__row__variationPanels {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.fs-c-variationMatrix__row__variationPanels:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fs-c-variationMatrix__row__thumbnail img, .fs-c-variationMatrix__row__variationName {
  margin: 4px;
}

.fs-c-variationMatrix--column {
  grid-template-columns: repeat(auto-fit, minmax(10em, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(10em, max-content));
  -ms-grid-rows: minmax(auto, 64px) auto auto;
  grid-template-rows: minmax(auto, 64px) auto auto;
}

.fs-c-variationMatrix__col {
  grid-row: auto/span 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: minmax(auto, 64px) auto 1fr;
  grid-template-rows: minmax(auto, 64px) auto 1fr;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}

.fs-c-variationMatrix__col > :where(:nth-child(1)) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

.fs-c-variationMatrix__col > :where(:nth-child(2)) {
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-c-variationMatrix__col > :where(:nth-child(3)) {
  -ms-grid-row: 3;
  grid-row: 3;
}

.fs-c-variationMatrix__col > :where(:only-child) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

.fs-c-variationMatrix__col > :where(:nth-child(2):last-child) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.fs-c-variationMatrix__col__variationPanels {
  -ms-grid-row-align: auto;
  align-self: auto;
  display: -ms-grid;
  display: grid;
}

.fs-c-variationMatrix__panel {
  background: rgba(126, 126, 126, 0.08);
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto;
  grid-template: auto/auto;
  margin: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
}

.fs-c-variationMatrix__panel > * {
  -ms-grid-column-align: center;
  justify-self: center;
}

.fs-c-variationMatrix__panel :where(:only-child) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}

.fs-c-variationMatrix__panel :where(:first-child) {
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-c-variationMatrix__panel__price {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.fs-c-variationMatrix__panel.is-active {
  background: #1f5da0;
  color: #ffffff;
}

.fs-c-variationMatrix__panel__caption {
  font-size: 1.2rem;
}

.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  background: #2559A8;
  color: #ffffff;
}

.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel .fs-c-productVariationPrice__price {
  color: #ffffff;
}

.fs-c-variationMatrix__radio:disabled + .fs-c-variationMatrix__panel {
  background: #f7f7f7;
  color: #b2b2b2;
}

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

.fs-c-variationPanelList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.fs-c-variationPanelList__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(9.6em, 1fr));
}

.fs-c-variationPanelList__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.fs-c-variationPanelList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-c-variationPanelList__panel {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
}

.fs-c-variationPanelList__panel--outOfStock {
  border-style: dashed;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #2559A8;
}

.fs-c-variationPanelList__panel__caption {
  font-size: 1.2rem;
}

.fs-c-variationPanelList__panel__content {
  background: rgba(126, 126, 126, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  min-height: 56px;
  padding: 8px;
  width: 100%;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #2559A8;
  color: #ffffff;
}

.fs-c-variationPanelList__panel--outOfStock .fs-c-variationPanelList__panel__content {
  background: transparent;
}

.fs-c-variationPanelList__panel__label {
  font-weight: bold;
}

.fs-c-variationPanelList__panel__price :where(.fs-c-productVariationPrice__price) {
  font-weight: bold;
}

.fs-c-variationPanelList__panel__image {
  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;
  height: 64px;
  max-height: 64px;
  max-width: 100%;
  padding-bottom: 8px;
  text-align: center;
}

.fs-c-variationPanelList__panel__image img {
  max-height: 100%;
}

.fs-c-variationPanelList__panel__price {
  background-color: transparent;
  padding: 8px;
}

.fs-c-variationPanelList__panel__caption, .fs-c-variationPanelList__panel__stock {
  font-size: 1.2rem;
  margin-top: auto;
}

.fs-c-variationRadioList {
  margin: 8px 0;
}

.fs-c-variationRadioList__row {
  border-top: 1px solid #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px;
}

.fs-c-variationRadioList__row:last-child {
  border-bottom: 1px solid #808080;
}

.fs-c-variationRadioList__radio {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-c-variationRadioList__name {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-c-variationRadioList__name__name, .fs-c-variationRadioList__name__stock {
  margin-right: 8px;
}

.fs-c-variationRadioList__name__caption {
  font-weight: 300;
  font-size: 1.2rem;
}

.fs-c-variationRadioList__name__price {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 300;
}

.fs-c-variationRadioList__wishlist {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.fs-pt-carousel__slide {
  margin: 0;
  padding: 0;
  position: relative;
}

.fs-pt-carousel__slide__caption {
  background: rgba(30, 30, 30, 0.4);
  color: #fff;
  padding: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.fs-pt-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-pt-column__item {
  color: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 8px;
  text-decoration: none;
}

.fs-pt-column__item:only-child {
  padding: 8px 0;
}

.fs-pt-column__item > * + * {
  margin-top: 4px;
}

.fs-pt-column__image > img {
  display: block;
  max-width: 100%;
}

.fs-pt-column__heading {
  font-size: 1.8rem;
  font-weight: bold;
}

.fs-pt-list--unordered > li::before {
  border: 3px solid #ccc;
  border-radius: 50%;
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
}

.fs-pt-list--note > li::before {
  content: "※";
}

.fs-pt-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-pt-menu a {
  margin: -8px;
  padding: 8px;
  text-decoration: none;
}

.fs-pt-menu a:link, .fs-pt-menu a:visited {
  color: inherit;
}

.fs-pt-menu a:hover {
  color: #6b6b6b;
}

.fs-pt-menu li {
  margin: 0;
}

.fs-pt-menu * {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fs-pt-menu__item {
  position: relative;
}

.fs-pt-menu__heading {
  display: block;
}

.fs-pt-menu__submenu {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.fs-pt-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-pt-menu__link::before, .fs-pt-menu__link::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
}

.fs-p-accountInfo {
  background: #f7f7f7;
  color: #333333;
  padding: 8px;
}

.fs-p-accountInfo__header, .fs-p-accountInfo__currentPurchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -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;
}

.fs-p-accountInfo__body {
  text-align: center;
  background: #ffffff;
  padding: 8px;
  margin-bottom: 8px;
}

.fs-p-accountInfo__accountStage[class~=is-staged--] {
  display: none;
}

.fs-p-accountInfo__accountStage__stage {
  font-size: 2.2rem;
  font-weight: bold;
}

.fs-p-accountInfo__point[class~=has-points--] {
  display: none;
}

.fs-p-accountInfo__point__point__available {
  font-weight: bold;
}

.fs-p-accountInfo__point__point__available__number {
  color: #C98696;
  font-size: 2.2rem;
}

.fs-p-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fs-p-announcement {
  margin: 32px 0;
}

.fs-p-announcement__title {
  color: #3c3c3c;
  font-size: 1.8rem;
  margin: 0;
}

.fs-p-banner {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  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;
}

.fs-p-banner:hover {
  opacity: 0.6;
}

.fs-p-banner__link {
  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;
  text-decoration: none;
  padding: 12px 8px;
  position: relative;
}

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

.fs-p-banner__link i {
  font-size: 1.4rem;
  padding-right: 4px;
}

.fs-p-banner__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-p-banner__label--emphasis {
  font-size: 1.8rem;
}

.fs-p-banner--registration {
  background: #7c8790;
}

.fs-p-banner--registration .fs-p-banner__link {
  color: #ffffff;
}

.fs-p-banner--lineIdLink {
  background: #50c900;
  border-color: #50c900;
}

.fs-p-banner--lineIdLink .fs-p-banner__link {
  color: #ffffff;
}

.fs-p-banner--postage {
  background: #ffffff;
}

.fs-p-banner--postage .fs-p-banner__link {
  color: #333333;
}

.fs-p-banner--postage .fs-p-banner__label--emphasis {
  color: #e2133d;
}

.fs-p-bannerGroup {
  margin: 24px auto;
  max-width: 1216px;
}

.fs-p-card {
  background: rgba(126, 126, 126, 0.08);
  border: 1px solid #999999;
  margin: 8px 0;
  padding: 12px;
}

.fs-p-card__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.8rem;
  margin-top: 8px;
  text-align: center;
  padding-bottom: 16px;
}

.fs-p-card__message {
  padding: 0 8px;
}

.fs-p-card__footer {
  text-align: right;
}

.fs-p-cartItemNumber {
  background: #E25B33;
  border-radius: 1em;
  color: #ffffff;
  display: none;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25em 0.4em;
  position: absolute;
  top: 2px;
  right: 2px;
}

.fs-p-cartItemNumber.fs-client-cart-count--0, .fs-p-cartItemNumber.fs-client-subscriptionCart-count--0 {
  display: none;
}

.fs-p-closed {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  text-align: center;
}

.fs-p-closed > * {
  max-width: 100vw;
}

.fs-p-closed__heading {
  font-size: 1.8rem;
}

.fs-p-closed__message {
  word-break: break-all;
}

.fs-p-dateList > li {
  border: 1px solid #999999;
  border-width: 1px 0 0 0;
  padding: 8px 0 0;
}

.fs-p-dateList > li:last-child {
  border-bottom-width: 1px;
  padding-bottom: 8px;
}

.fs-p-dateList > li time:first-child {
  background: #646464;
  color: #ffffff;
  line-height: 1.2;
  padding: 2px 4px 1.6px;
}

.fs-p-estimatedTotalPriceComment {
  margin-top: 16px;
  background-color: #f7f7f7;
  padding: 8px;
}

.fs-p-estimatedTotalPriceComment > *:first-child {
  margin-top: 0;
}

.fs-p-estimatedTotalPriceComment > *:last-child {
  margin-bottom: 0;
}

.fs-p-flexibleColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-p-flexibleColumn > * {
  margin-right: 8px;
  margin-bottom: 8px;
}

.fs-p-scrollingCartButton {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 100;
}

.fs-p-scrollingCartButton__button {
  background: #646464;
  border-radius: 0px;
  display: block;
  line-height: 1;
  opacity: 0.9;
  padding: 8px;
  position: relative;
  text-align: center;
}

.fs-p-scrollingCartButton__button:link {
  color: #ffffff;
}

.fs-p-scrollingCartButton__button:visited {
  color: #ffffff;
}

.fs-p-scrollingCartButton__button:hover {
  color: #ffffff;
}

.fs-p-scrollingCartButton__button:active {
  color: #ffffff;
}

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

.fs-p-scrollingCartButton__icon {
  font-size: 3.6rem;
}

.fs-p-scrollingCartButton__label {
  display: block;
  font-size: 1.2rem;
}

.fs-p-footerCopyright {
  color: #fff;
  background-color: #646464;
  text-align: center;
  padding: 4px;
}

.fs-p-footerCopyright__text {
  margin: 0;
  font-size: 1.2rem;
}

.fs-p-footerNavigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin: 24px auto;
  max-width: 1216px;
}

.fs-p-footerNavigationItem__title {
  display: block;
  border-bottom: 1px solid currentColor;
  padding: 4px;
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.fs-p-footerNavigationItem__body {
  padding: 8px 0;
  display: none;
}

.fs-p-footerNavigationItem__nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-p-footerNavigationItem__nav > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-p-footerNavigationItem__navItem {
  padding: 2px 0;
}

.fs-p-footerNavigationItem__navItem a {
  color: #646464;
}

.fs-p-footerNavigationItem__navItem--register.is-loggedIn--true {
  display: none;
}

.fs-p-footerNavigationItem__navItem--logout.is-loggedIn--false {
  display: none;
}

.fs-p-footerNavigationItem__emphasis {
  color: #e2133d;
  font-size: 1.8rem;
}

.fs-p-footerNavigationItem__dataList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
}

.fs-p-footerNavigationItem__dataList:first-child {
  margin-top: 0;
}

.fs-p-footerNavigationItem__dataList__title {
  padding-right: 8px;
}

.fs-p-footerNavigationItem__dataList__data {
  padding-left: 8px;
  margin: 0;
  position: relative;
}

.fs-p-footerNavigationItem__dataList__data::before {
  content: ":";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.fs-p-footerNavigationItem__link {
  text-decoration: underline;
}

.fs-p-footerNavigationItem__sub {
  margin-top: 8px;
}

.fs-p-footerNavigationItem__subTitle {
  font-size: 1.2em;
}

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

.fs-p-footerNavigationItem__ctrlIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fs-p-footerNavigationItem__ctrlIcon::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e937";
  display: block;
  font-size: 2.2rem;
  margin-top: -1.2em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fs-p-footerNavigationItem__ctrl:checked + .fs-p-footerNavigationItem__ctrlIcon::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fs-p-footerNavigationItem__ctrl:checked + .fs-p-footerNavigationItem__ctrlIcon + .fs-p-footerNavigationItem__body {
  display: block;
}

.fs-p-footerPageTop {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1216px;
}

.fs-p-footerPageTop__link {
  overflow: hidden;
  text-indent: -999px;
  width: 32px;
  height: 32px;
  background-color: #646464;
}

.fs-p-footerPageTop__link::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e937";
  display: block;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.3;
  text-indent: 0;
  text-align: center;
}

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

.fs-p-footerSnsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-p-footerSnsLink > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-p-footerSnsLink__item + .fs-p-footerSnsLink__item {
  margin-left: 8px;
}

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

.fs-p-footerSnsLink__item__icon img {
  display: block;
}

.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
  border-top: 2px solid #646464;
}

.fs-p-footerUtilityMenu__list span {
  padding: 8px;
}

.fs-p-footerUtilityMenu__list a {
  display: block;
  position: relative;
}

.fs-p-footerUtilityMenu__list a::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  height: 2.2rem;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
}

.fs-p-headerNavBar {
  background: #646464;
  border-bottom: 2px solid #7c8790;
  color: #ffffff;
}

.fs-p-headerNavigation {
  margin: auto;
  max-width: 1216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-p-headerNavigation__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fs-p-headerNavigation__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-p-headerNavigation__listItem {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-p-headerNavigation__link {
  background: transparent;
  border-radius: 0;
  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;
  font-size: 1rem;
  padding: 8px;
}

.fs-p-headerNavigation__link > i {
  font-size: 2.6rem;
}

.fs-p-headerNavigation__link:link {
  color: #ffffff;
}

.fs-p-headerNavigation__link:visited {
  color: #ffffff;
}

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

.fs-p-headerNavigation__link:active {
  color: #ffffff;
}

.fs-p-headerNavigation__link:hover {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.fs-p-headerNavigation__viewCartButton, .fs-p-headerNavigation__viewSubscriptionCartButton {
  background: inherit;
  border: none;
  color: inherit;
  position: relative;
}

.fs-p-headerNavigation__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-p-heading--lv2 {
  border-bottom: 2px solid currentColor;
  color: #3c3c3c;
  font-size: 1.8rem;
}

.fs-p-heading--lv2:not(:first-child) {
  margin-top: 2em;
}

.fs-p-headerUtilityMenu__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.fs-p-headerUtilityMenu__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-p-headerUtilityMenu__list.is-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.fs-p-headerUtilityMenu__list a {
  display: inline-block;
}

.fs-p-headerUtilityMenu__list a:link {
  color: #3c3c3c;
}

.fs-p-headerUtilityMenu__list a:visited {
  color: #3c3c3c;
}

.fs-p-headerUtilityMenu__list a:hover {
  color: #6b6b6b;
}

.fs-p-headerUtilityMenu__list a:active {
  color: #3c3c3c;
}

.fs-p-headerUtilityMenu__list a::before {
  content: "";
  border: 4px solid transparent;
  border-right-width: 1px;
  border-left-color: currentColor;
  display: inline-block;
  height: 0;
  width: 0;
}

.fs-p-headerUtilityMenu__login.is-loggedIn--true, .fs-p-headerUtilityMenu__register.is-loggedIn--true {
  display: none;
}

.fs-p-headerUtilityMenu__logout.is-loggedIn--false {
  display: none;
}

.fs-p-inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #f64077;
  background: #f64077;
}

.fs-p-inputGroup__input {
  border: none;
  border-radius: 0;
  width: calc(100% - 3em);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-p-inputGroup__button {
  background: #f64077;
  border: none;
  color: #ffffff;
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-p-logo {
  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;
  padding: 8px;
}

.fs-p-logo__image {
  max-height: 48px;
}

.fs-p-logo__type {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.fs-p-logo__lead {
  font-size: 1rem;
  margin: 4px 0 0;
}

.fs-p-listWithCheckmark {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-p-listWithCheckmark > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-p-listWithCheckmark > li {
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0;
  padding: 4px 8px;
}

.fs-p-listWithCheckmark > li::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e938";
  padding-right: 4px;
}

.fs-p-linkButton {
  border: 1px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9;
  padding: 4px 8px;
  text-align: center;
}

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

.fs-p-memberInfo {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fs-p-memberInfo__stage[class~=is-staged--] {
  display: none;
}

.fs-p-memberInfo__points {
  color: #646464;
  font-size: 1.4rem;
  font-weight: bold;
}

.fs-p-memberInfo__points[class~=has-points--] {
  display: none;
}

.fs-p-memberInfo.is-loggedIn--false {
  display: none;
}

.fs-p-messageBoard {
  background-color: #f7f7f7;
  border: 1px solid #7c8790;
  border-radius: 3px;
  color: #3c3c3c;
  margin-bottom: 24px;
  padding: 16px;
}

.fs-p-messageBoard__heading {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.fs-p-pageNotFound {
  margin: 48px auto;
  text-align: center;
}

.fs-p-pageNotFound__title {
  margin: 8px auto;
  font-size: 1.4rem;
  font-weight: 700;
}

.fs-p-pageNotFound__body {
  margin-top: 24px;
}

.fs-p-phoneOrder {
  display: block;
  text-align: right;
}

.fs-p-phoneOrder > * {
  display: inline-block;
}

.fs-p-phoneOrder__phoneNum {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 8px;
}

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

.fs-p-productSearch {
  border-bottom: 1px solid #999999;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 1fr auto;
  grid-template: auto 1fr/1fr auto;
  padding: 8px;
}

.fs-p-productSearch__formSwitch {
  cursor: pointer;
  background: rgba(126, 126, 126, 0.08);
  line-height: 2;
  padding: 0 8px;
}

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

.fs-p-productSearch__search {
  overflow: auto;
  max-height: 0px;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-overflow-scrolling: touch;
}

.fs-p-productSearch__form {
  background: rgba(126, 126, 126, 0.08);
  padding: 32px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
  display: block;
}

.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formOpen {
  display: none;
}

.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 90vh;
}

.fs-p-productSearch :checked ~ .fs-p-productSearch__search .fs-p-productSearch__form {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fs-p-productSearch__searchButton {
  min-width: 8em;
  padding-left: calc(1.6em + 8px);
  position: relative;
}

.fs-p-productSearch__searchButton::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
  font-size: 1.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  text-align: center;
  width: 1em;
  height: 1em;
}

.fs-p-productSearch__inputTable {
  table-layout: fixed;
}

.fs-p-purchasePointExpiration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-p-screenImages {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-p-screenImages > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fs-p-screenImages__image {
  padding: 8px 16px;
}

.fs-p-searchForm__input {
  width: calc(100% - 2.2em);
}

.fs-p-searchForm__button {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 2.2em;
  height: 2em;
}

.fs-p-searchForm__button::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
  display: block;
  font-size: 2.2rem;
  line-height: 1.2;
  position: absolute;
  text-indent: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fs-p-sideMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-p-sideMenu a {
  color: inherit;
  margin: -8px;
  padding: 8px;
  text-decoration: none;
}

.fs-p-sideMenu a:hover {
  background: #2559A8;
  color: #ffffff;
}

.fs-p-sideMenu li {
  margin: 0;
}

.fs-p-sideMenu * {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

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

.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
  margin-top: 8px;
}

.fs-p-sideMenu .fs-pt-menu__heading {
  display: block;
  padding: 8px;
}

.fs-p-sideMenu .fs-pt-menu__submenu {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.fs-p-sideMenu .fs-pt-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 8px;
}

.fs-p-sideMenu .fs-pt-menu__link::before, .fs-p-sideMenu .fs-pt-menu__link::after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
}

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

.fs-p-sideMenu .fs-pt-menu__link--lv1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
  content: "\e90c";
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
  border-bottom: 1px solid #999999;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2 {
  padding-left: 0;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  content: "\e933";
}

.fs-p-sideMenu .fs-pt-menu__link--lv3::before {
  content: "\e934";
}

.fs-p-sideMenu .fs-pt-menu__link--lv4::before {
  content: "\e935";
}

.fs-p-sideMenu .fs-pt-menu__link--lv5::before {
  content: "\002003";
}

.fs-p-snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0;
}

.fs-p-snsArea > * {
  margin-right: 8px;
}

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

[class*=fs-l-col--] {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

[class*=fs-l-col--] img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.fs-l-header {
  display: block;
  padding-top: 8px;
}

.fs-l-header__contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 4em 1fr 4em;
  grid-template-columns: 4em 1fr 4em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.fs-l-header__contents > * {
  padding: 0 8px;
}

.fs-l-header__leftContainer {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

.fs-l-header__logo {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.fs-l-header__utility {
  display: none;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

.fs-l-header--min {
  border-bottom: 2px solid #646464;
}

.fs-l-footer {
  position: relative;
  background-color: #f7f7f7;
  color: #3c3c3c;
}

.fs-body-custom .fs-l-footer {
  border-top: 1px solid #7c8790;
  margin-top: 80px;
}

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

.fs-l-footer__contents {
  margin: auto;
  max-width: 1216px;
}

.fs-l-footer__contents > * {
  padding: 0 8px;
}

.fs-l-footer__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 24px auto 0;
  max-width: 1216px;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu {
  margin-top: 16px;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
  border-top: 2px solid #646464;
}

.fs-l-main {
  margin: 24px auto;
  padding: 8px;
  max-width: 1216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-l-pageMain {
  max-width: 1216px;
  width: 100%;
}

.fs-body-about-shippingPayment .fs-c-specTable {
  width: 100%;
}

.fs-body-about-shippingPayment .fs-c-specTable__headerCell {
  width: 30%;
}

.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 24px;
}

.fs-body-cart .fs-l-cart__contentsArea > * {
  margin-bottom: 24px;
}

.fs-body-cart .fs-c-noResultMessage {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.fs-body-cart .fs-c-estimatedDeliveryDate {
  margin-top: 16px;
}

.fs-body-cart-login .fs-c-loginForm {
  margin: 24px auto;
  max-width: 600px;
}

.fs-body-cart-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-cart-login .fs-c-guestPurchase {
  border-top: 1px solid #7c8790;
  margin-top: 48px;
  padding-top: 24px;
  text-align: center;
}

[class^=fs-body-checkout] .fs-l-checkout__mainColumn > * + * {
  margin-top: 24px;
}

[class^=fs-body-checkout] .fs-l-checkout__sideColumn {
  margin-top: 24px;
}

[class^=fs-body-checkout] .fs-l-checkout__sideColumn .fs-c-agreementConfirmationArea,
[class^=fs-body-checkout] .fs-l-checkout__sideColumn .fs-c-additionalCheckField,
[class^=fs-body-checkout] .fs-l-checkout__sideColumn .fs-c-fieldMessage {
  font-size: 1.2rem;
}

[class^=fs-body-checkout] .fs-l-checkout__sideColumn .fs-c-additionalCheckField {
  margin-top: 8px;
}

[class^=fs-body-checkout] .fs-l-checkout__sideColumn .fs-c-fieldMessage {
  margin-top: 0;
}

[class^=fs-body-checkout] .fs-c-checkout-preview__title + .fs-c-orderTotalTable > tbody > tr:first-of-type th, [class^=fs-body-checkout] .fs-c-checkout-preview__title + .fs-c-orderTotalTable > tbody > tr:first-of-type td {
  border-top: none;
}

:where([class^=fs-body-checkout] .fs-c-checkout-shippingInfo__body) .fs-c-panel {
  margin: 0;
}

.fs-body-closed,
.fs-body-closed .fs-l-main,
.fs-body-closed .fs-l-pageMain {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
}

.fs-body-closed .fs-l-pageMain {
  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;
}

.fs-body-closed .fs-c-heading--page {
  width: 100%;
  margin: 0;
}

.fs-body-customerDetails .fs-c-agreementField {
  border-top: 1px solid #999999;
  margin-top: 24px;
  padding-top: 24px;
}

.fs-body-customerDetailsSubscribe label[for=fs_input_memberAgree], .fs-body-customerDetailsSubscribe label[for=fs_input_memberAgree] > .fs-c-checkbox__checkMark {
  cursor: not-allowed;
}

.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-line-login .fs-c-loginForm {
  margin: 24px 0;
}

.fs-body-line-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-line-login .fs-c-buttonContainer--back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-linkOrder .fs-c-loginForm {
  margin: 24px 0;
}

.fs-body-linkOrder .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-linkOrder .fs-c-buttonContainer--back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-login .fs-c-loginForm {
  margin: 24px 0;
}

.fs-body-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-merge .fs-c-modal .fs-c-inputInformation__field {
  background: none;
  padding: 0;
}

.fs-body-my-account-password .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-my-cards .fs-c-inputInformation__field {
  max-width: 768px;
}

.fs-body-my-linkedAccounts .fs-c-inputInformation__field {
  max-width: 100%;
}

.fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

.fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.fs-body-my-orders-details .fs-c-orderDetail__data, .fs-body-my-orders-details .fs-c-orderDetail__addresseeInfo, .fs-body-my-orders-details .fs-c-orderDetail__orderInfo, .fs-body-my-orders-details .fs-c-orderDetail__cancellation {
  margin-bottom: 24px;
}

.fs-body-my-orders-details .fs-c-orderDetail__cancellation {
  margin-top: -16px;
  text-align: right;
}

.fs-body-my-orders-details .fs-c-orderPaymentTable {
  margin-top: 16px;
}

.fs-body-my-subscription-details .fs-c-orderDetail__data, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionNextDelivery, .fs-body-my-subscription-details .fs-c-orderDetail__subscriptionDeliveryInfo, .fs-body-my-subscription-details .fs-c-orderDetail__orderInfo, .fs-body-my-subscription-details .fs-c-orderDetail__cancellation {
  margin-bottom: 24px;
}

.fs-body-my-subscription-details .fs-c-orderDetail__cancellation {
  margin-top: -16px;
  text-align: right;
}

.fs-body-my-subscription-cancel .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-my-subscription-cancel .fs-c-inputInformation__notificationMessage {
  background: rgba(126, 126, 126, 0.08);
}

.fs-body-my-subscription-changeNextDelivery .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-my-subscription-changeNextDelivery .fs-c-inputInformation__notificationMessage {
  background: rgba(126, 126, 126, 0.08);
}

.fs-body-my-points .fs-c-history__info {
  margin: 0 auto;
}

.fs-body-my-points .fs-c-history__listContainer {
  padding-top: 24px;
}

.fs-body-my-top .fs-p-accountInfo {
  margin-bottom: 24px;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field .fs-c-additionalCheckField {
  margin-top: 0;
}

.fs-body-newsletter-subscribe .fs-c-inputTable {
  margin-bottom: 16px;
}

.fs-body-newsletter-subscribe-verification .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-register-success .fs-c-buttonContainer--myPageTop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-body-register-verification .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-resetPassword .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-review-login .fs-c-loginForm {
  margin: 24px 0;
}

.fs-body-review-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-review-login .fs-c-buttonContainer--back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-body-review-write .fs-c-reveiwNotes {
  border: 1px solid #7c8790;
  border-width: 1px 0;
}

.fs-body-wishlist-login .fs-c-loginForm {
  margin: 24px 0;
}

.fs-body-wishlist-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-wishlist-login .fs-c-buttonContainer--back {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fs-l-productLayout {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 8px;
}

.fs-l-product2 .fs-l-productLayout > * > * {
  margin-bottom: 8px;
}

.fs-l-product3 .fs-l-productLayout > * > * {
  margin-bottom: 8px;
}

.fs-l-product4 .fs-l-productLayout > * > * {
  margin-bottom: 8px;
}

.fs-l-coordinationDetails .fs-l-coordinationLayout__item > * + * {
  margin-top: 8px;
}

.fs-l-container--vertical {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.fs-l-container--vertical {
  grid-auto-flow: row;
}

/*--------------
clear
--------------*/
.cf::after {
  content: "";
  display: block;
  clear: both;
}

/*リセットstyleを定義*/
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 11, ../sass/base/_reset.scss */
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 32, ../sass/base/_reset.scss */
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  clear: both;
}

/* line 37, ../sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 40, ../sass/base/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 43, ../sass/base/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 46, ../sass/base/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 51, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*blue*/
/*purple*/
/*sky blue*/
/*dark green*/
/*green*/
/*yellow*/
/*orange*/
/*border*/
/*background color*/
/*アイコンを定義*/
/*SNS フッター*/
/* line 8, ../sass/base/_icons.scss */
.sns_icon:hover {
  fill: #ccc;
}

/*主に設定を行うファイル。 compassのimport、プリフィックスの指定、変数の定義 etc..*/
/*ベースとなるstyleを定義。 html要素、body要素、section要素 etc..*/
/*共通要素*/
/* line 7, ../sass/base/_base.scss */
html,
body {
  height: 100%;
  margin: 0;
}

/* line 9, ../sass/base/_base.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
small,
weight,
dl,
dt,
dd,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

/* line 18, ../sass/base/_base.scss */
body {
  color: #666;
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  font-family: 'Lato', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 22px;
  min-width: 320px;
}

/* line 28, ../sass/base/_base.scss */
a {
  border: 0;
  outline: none;
  color: #333;
  text-decoration: none;
}

/* line 33, ../sass/base/_base.scss */
a:hover {
  text-decoration: underline;
}

a:active,
a:visited,
a:hover {
  color: #6b6b6b;
}

/* line 38, ../sass/base/_base.scss */
ul,
ol,
li {
  list-style: none;
}

/* line 40, ../sass/base/_base.scss */
img {
  max-width: 100%;
}

/* line 47, ../sass/base/_base.scss */
header,
section,
article,
aside,
figure {
  display: block;
}

/* line 49, ../sass/base/_base.scss */
table {
  display: table;
  border-spacing: 2px;
  border-color: grey;
}

/* line 55, ../sass/base/_base.scss */
td,
th {
  display: table-cell;
  vertical-align: middle;
}

/* Bg Style
-------------------------------------------------- */
/*コンテンツ全体に関わる背景指定を定義*/
/* layout Style
-------------------------------------------------- */
/*コンテンツの配置を定義*/
/* line 6, ../sass/layout/_layout.scss */
.f_left {
  float: left;
}

/* line 7, ../sass/layout/_layout.scss */
.f_right {
  float: right;
}

/* line 9, ../sass/layout/_layout.scss */
.a_left {
  text-align: left;
}

/* line 10, ../sass/layout/_layout.scss */
.a_center {
  text-align: center;
}

/* line 11, ../sass/layout/_layout.scss */
.a_right {
  text-align: right;
}

/* line 13, ../sass/layout/_layout.scss */
.d_block {
  display: block;
}

/* line 14, ../sass/layout/_layout.scss */
.d_inline {
  display: inline;
}

/* line 15, ../sass/layout/_layout.scss */
.d_i_block {
  display: inline-block;
}

/* line 17, ../sass/layout/_layout.scss */
.disp_pc {
  display: block;
}

/* line 23, ../sass/layout/_layout.scss */
.disp_sp {
  display: none;
}

/*サイズ*/

/* line 35, ../sass/layout/_layout.scss */
.w_m {
  width: 120px;
}

/* line 36, ../sass/layout/_layout.scss */
.w_l {
  width: 132px;
}

/* line 38, ../sass/layout/_layout.scss */
.dis_no_desk {
  display: none;
}

/* line 44, ../sass/layout/_layout.scss */
.dis_no_sp {
  display: inline-block;
}

/* line 50, ../sass/layout/_layout.scss */
.dis_none {
  display: none;
}

/* line 55, ../sass/layout/_layout.scss */
#list #contents_l_box {
  position: relative;
}

/*ランキング一覧*/
/* line 60, ../sass/layout/_layout.scss */
#list.gmenu .gm_rank_list_title {
  margin: 0 0 10px;
  line-height: 37px;
  position: relative;
}

/* line 67, ../sass/layout/_layout.scss */
#list.gmenu .gm_rank_list_title h1 {
  padding: 5px 2% 0;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
}

/* line 81, ../sass/layout/_layout.scss */
#list.gmenu .gm_rank_list_title a.like_rank {
  position: absolute;
  right: 2%;
  top: 10px;
  letter-spacing: -1px;
  text-align: right;
  z-index: 1;
  color: #e94c1a;
  text-decoration: underline;
}

/* line 96, ../sass/layout/_layout.scss */
#list.gmenu .gm_rank_list_title .l_title .gm_rank_l_title_svg {
  float: none;
  vertical-align: baseline;
  margin: 0;
  background-image: url("https://bambina.itembox.design/img/icon_ranking.svg?time=170215");
  background-repeat: no-repeat;
  border-top: none;
  margin: 1px 0px -7px 0px;
  padding-right: 3px;
}

/* line 118, ../sass/layout/_layout.scss */
.gm_rank_list_nav {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

/* line 127, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu {
  width: 458px;
  height: 46px;
}

/* line 134, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu .g_r_l_left {
  padding: 4px 0;
  width: 150px;
  display: inline-block;
  text-align: center;
}

/* line 142, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu .g_r_l_left.activetab {
  position: relative;
}

/* line 144, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu .g_r_l_left.activetab span {
  color: #111;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
}

/* line 150, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu .g_r_l_left.activetab:before {
  content: "";
  border-bottom: 2px solid #111;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* line 159, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu .g_r_l_left a {
  color: #c0c0c0;
  font-weight: normal;
  line-height: 38px;
}

/* line 163, ../sass/layout/_layout.scss */
.gm_rank_list_nav .gm_rank_list_menu .g_r_l_left a:hover {
  color: #555;
  text-decoration: none;
}

/* line 171, ../sass/layout/_layout.scss */
.narrow_type_con {
  border-bottom: 1px solid #eee;
}

/* line 173, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in {
  padding: 10px;
}

/* line 178, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in p {
  font-weight: 700;
  font-size: 14px;
  padding: 0 0 10px 2px;
}

/* line 184, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul > li {
  width: 135px;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

/* line 191, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul > li:hover {
  color: #c0c0c0;
}

/* line 195, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul > li a:hover {
  text-decoration: none;
}

/* line 199, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul > li a span:hover {
  color: #c0c0c0;
}

/* line 203, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul > li a span.active_o:hover {
  color: initial;
}

/* line 214, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul .title_l {
  letter-spacing: -1px;
}

/* line 234, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul li.active,
.narrow_type_con .narrow_type_in > ul li .active_o {
  text-decoration: none;
  background: #e8e8e8;
  color: #222;
  font-weight: 700;
  border-radius: 2px;
}

/* line 242, ../sass/layout/_layout.scss */
.narrow_type_con .narrow_type_in > ul li.active span:hover,
.narrow_type_con .narrow_type_in > ul li .active_o span:hover {
  text-decoration: none;
}

/* line 249, ../sass/layout/_layout.scss */
.narrow_type_con .order_btn span {
  display: block;
}

/* line 253, ../sass/layout/_layout.scss */
.tab_content {
  padding: 0 2% 50px;
  height: 100%;
  min-width: 96%;
}

/* line 257, ../sass/layout/_layout.scss */
.tab_content .tab_con_in {
  width: 100%;
  display: none;
}

/* line 261, ../sass/layout/_layout.scss */
.tab_content .active {
  display: block;
}

/* line 265, ../sass/layout/_layout.scss */
.gm_rank_list_box {
  width: 100%;
  border: none;
  float: left;
  overflow: hidden;
}

/* line 272, ../sass/layout/_layout.scss */
.one_rank_area .goods_box {
  border-bottom: none;
  width: 22%;
  margin: 0 5px;
  height: auto;
  float: left;
  padding: 22px 9px;
}

/* line 300, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(1),
.one_rank_area .goods_box:nth-child(2),
.one_rank_area .goods_box:nth-child(3) {
  width: 31%;
  margin: 0 2px;
  height: auto;
}

/* line 319, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(1) .r_header {
  background: url(https://bambina.itembox.design/img/icon_rank1.svg) no-repeat;
}

/* line 324, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(2) .r_header {
  background: url(https://bambina.itembox.design/img/icon_rank2.svg) no-repeat;
}

/* line 329, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(3) .r_header {
  background: url(https://bambina.itembox.design/img/icon_rank3.svg) no-repeat;
}

/* line 333, ../sass/layout/_layout.scss */
.one_rank_area .goods_box .r_header {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  position: absolute;
  z-index: 1;
}

/* line 341, ../sass/layout/_layout.scss */
.one_rank_area .goods_box .r_header:before {
  top: 14px;
  left: 14px;
  position: absolute;
}

/* line 347, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(4) .r_header:before {
  content: '4';
}

/* line 348, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(5) .r_header:before {
  content: '5';
}

/* line 349, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(6) .r_header:before {
  content: '6';
}

/* line 350, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(7) .r_header:before {
  content: '7';
}

/* line 351, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(8) .r_header:before {
  content: '8';
}

/* line 352, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(9) .r_header:before {
  content: '9';
}

/* line 353, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(10) .r_header:before {
  content: '10';
}

/* line 354, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(11) .r_header:before {
  content: '11';
}

/* line 355, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(12) .r_header:before {
  content: '12';
}

/* line 356, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(13) .r_header:before {
  content: '13';
}

/* line 357, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(14) .r_header:before {
  content: '14';
}

/* line 358, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(15) .r_header:before {
  content: '15';
}

/* line 359, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(16) .r_header:before {
  content: '16';
}

/* line 360, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(17) .r_header:before {
  content: '17';
}

/* line 361, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(18) .r_header:before {
  content: '18';
}

/* line 362, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(19) .r_header:before {
  content: '19';
}

/* line 363, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(20) .r_header:before {
  content: '20';
}

/* line 364, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(21) .r_header:before {
  content: '21';
}

/* line 365, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(22) .r_header:before {
  content: '22';
}

/* line 366, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(23) .r_header:before {
  content: '23';
}

/* line 367, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(24) .r_header:before {
  content: '24';
}

/* line 368, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(25) .r_header:before {
  content: '25';
}

/* line 369, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(26) .r_header:before {
  content: '26';
}

/* line 370, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(27) .r_header:before {
  content: '27';
}

/* line 371, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(28) .r_header:before {
  content: '28';
}

/* line 372, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(29) .r_header:before {
  content: '29';
}

/* line 373, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(30) .r_header:before {
  content: '30';
}

/* line 374, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(31) .r_header:before {
  content: '31';
}

/* line 375, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(32) .r_header:before {
  content: '32';
}

/* line 376, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(33) .r_header:before {
  content: '33';
}

/* line 377, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(34) .r_header:before {
  content: '34';
}

/* line 378, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(35) .r_header:before {
  content: '35';
}

/* line 379, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(36) .r_header:before {
  content: '36';
}

/* line 380, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(37) .r_header:before {
  content: '37';
}

/* line 381, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(38) .r_header:before {
  content: '38';
}

/* line 382, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(39) .r_header:before {
  content: '39';
}

/* line 383, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(40) .r_header:before {
  content: '40';
}

/* line 384, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(41) .r_header:before {
  content: '41';
}

/* line 385, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(42) .r_header:before {
  content: '42';
}

/* line 386, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(43) .r_header:before {
  content: '43';
}

/* line 387, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(44) .r_header:before {
  content: '44';
}

/* line 388, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(45) .r_header:before {
  content: '45';
}

/* line 389, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(46) .r_header:before {
  content: '46';
}

/* line 390, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(47) .r_header:before {
  content: '47';
}

/* line 391, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(48) .r_header:before {
  content: '48';
}

/* line 392, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(49) .r_header:before {
  content: '49';
}

/* line 393, ../sass/layout/_layout.scss */
.one_rank_area .goods_box:nth-child(50) .r_header:before {
  content: '50';
}

/* line 397, ../sass/layout/_layout.scss */
.rank_title_nav,
.g_r_l_nav_sp,
.g_r_l_menu_sp {
  display: none;
}

/*商品情報*/
/* line 439, ../sass/layout/_layout.scss */
#list .goods_list_h .r_txt {
  display: block;
  margin-left: 100px;
  padding: 10px;
  position: relative;
  height: 90px;
}

/* line 447, ../sass/layout/_layout.scss */
#list .goods_list_h .r_txt .name {
  margin: 42px 0 0;
  height: 14px;
}

/* line 452, ../sass/layout/_layout.scss */
#list .goods_list_h .r_txt .status {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: auto;
}

/* line 496, ../sass/layout/_layout.scss */
.ranking-list .goods_list_h .goods_box .r_header .r_odr {
  width: 30px;
  height: 30px;
  padding: 0;
}

/* line 501, ../sass/layout/_layout.scss */
.ranking-list .goods_list_h .goods_box .r_header .r_odr_1,
.ranking-list .goods_list_h .goods_box .r_header .r_odr_2,
.ranking-list .goods_list_h .goods_box .r_header .r_odr_3 {
  background-size: 30px;
  padding: 30px 0 0;
  color: #fff;
}

/* line 509, ../sass/layout/_layout.scss */
.ranking-list .goods_list_h .goods_box .r_txt {
  width: 268px;
}

/* line 514, ../sass/layout/_layout.scss */
.ranking-list .goods_list_h .goods_box .r_txt .name {
  margin: 40px 0 0;
}

/*#list.gmenu {
	h1 {
		padding: 10px 16px;
		@media screen and (max-width: 768px) {
			padding: 10px 5%;
		}
	}
}*/
/*レビュー*/
/* line 537, ../sass/layout/_layout.scss */
#review > #contents > .inner_box {
  margin-top: 30px;
}

/* line 545, ../sass/layout/_layout.scss */
.rev_minus .l_title_box {
  margin-bottom: 10px;
}

/* line 546, ../sass/layout/_layout.scss */
.gm_review_list,
.gm_review_list > article {
  float: left;
}

/* line 553, ../sass/layout/_layout.scss */
.gm_review_list .review_box {
  margin: 4px;
  float: left;
  padding: 14px;
  height: 150px;
  width: 357px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

/* line 564, ../sass/layout/_layout.scss */
.gm_review_list .review_box span {
  margin: 0;
  float: left;
  width: 148px;
}

/* line 570, ../sass/layout/_layout.scss */
.gm_review_list .review_box a h3 {
  margin: 50px 0 0 164px;
  padding: 0 6px 0 0;
  font-size: 14px;
  height: 36px;
  line-height: 20px;
  font-weight: 700;
  overflow: hidden;
}

/* line 580, ../sass/layout/_layout.scss */
.gm_review_list .review_box p {
  margin: 6px 0 0 164px;
  padding: 0 6px 0 0;
  height: 54px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
}

/* line 589, ../sass/layout/_layout.scss */
.gm_review_list .review_footer {
  position: absolute;
  left: 174px;
  top: 10px;
  width: 260px;
}

/* line 596, ../sass/layout/_layout.scss */
.review_footer div {
  background-size: 36px 36px;
  margin: 6px 0 0;
  height: 36px;
  width: 36px;
  float: left;
}

/* line 604, ../sass/layout/_layout.scss */
.review_footer div img {
  width: 36px;
}

/* line 608, ../sass/layout/_layout.scss */
.gm_review_list .review_box .review_footer span {
  padding: 0 0 0 10px;
  font-size: 12px;
  width: 188px;
}

/*レビューのTOPメニュー*/
/* line 682, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav,
#contents_l_box #side_review_nav > ul {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

/* line 688, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav {
  border-top: 1px solid #ccc;
}

/* line 692, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav dl,
#contents_l_box #side_review_nav > ul > li {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  height: auto;
  float: left;
  width: 100%;
}

/* line 700, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav dt,
#contents_l_box #side_review_nav > ul > li > a {
  border: 0;
  background-image: none;
  background-color: #f0f0f0;
  padding: 0 16px;
  display: block;
  float: left;
  width: 120px;
  height: 50px;
}

/* line 712, ../sass/layout/_layout.scss */
#side_review_nav > ul > li a.w_col {
  height: 50px;
}

/* line 715, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav dd,
#contents_l_box #side_review_nav > ul > li > ul {
  border: 0;
  border-radius: 0;
  margin: 0 0 0 170px;
  padding: 0;
  position: static;
  width: auto;
  visibility: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
}

/* line 727, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav dd ul li,
#contents_l_box #side_review_nav > ul > li > ul > li {
  width: 121px;
  display: inline-block;
}

/* line 733, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav .no-accordion {
  text-align: right;
}

/* line 735, ../sass/layout/_layout.scss */
#contents_l_box #side_review_nav .no-accordion a {
  padding: 10px;
  display: inline-block;
}

/*絞り込みpadding相殺*/

/*機種・カテゴリー*/
/* line 757, ../sass/layout/_layout.scss */
.gm_category_device {
  padding: 10px;
  float: left;
}

/* line 758, ../sass/layout/_layout.scss */
.gm_category_device {
  display: block;
}

/* line 759, ../sass/layout/_layout.scss */
.gm_category_device li {
  margin: 10px;
  display: block;
  float: left;
  width: 175px;
}

/* line 760, ../sass/layout/_layout.scss */
.gm_category_device li img,
.gm_category_device li a > span {
  padding: 0 8px 8px;
  display: block;
  width: 160px;
}

/* line 761, ../sass/layout/_layout.scss */
.gm_category_device li.gm_bnr_l {
  width: 760px;
}

/* line 762, ../sass/layout/_layout.scss */
.gm_category_device li.gm_bnr_l img {
  padding: 0 10px 8px;
  width: auto;
}

/* line 763, ../sass/layout/_layout.scss */
.gm_category_device li.gm_no_bnr {
  display: none;
}

/* line 764, ../sass/layout/_layout.scss */
.gm_category_device li a {
  display: block;
  text-decoration: none;
  height: 212px;
  color: #666;
}

/* line 765, ../sass/layout/_layout.scss */
.gm_category_device li a:hover {
  text-decoration: underline;
}

/* line 766, ../sass/layout/_layout.scss */
.gm_category_device li a > span {
  padding: 6px 5%;
  display: block;
  line-height: 16px;
  text-align: center;
  width: 90%;
}

/*新着商品リスト*/
/* line 789, ../sass/layout/_layout.scss */
.gm_sbox {
  height: 260px;
  overflow: hidden;
}

/* line 793, ../sass/layout/_layout.scss */
.gm_mbox {
  overflow: hidden;
}

/*特集*/
/* line 799, ../sass/layout/_layout.scss */
.feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box {
  display: inline-block;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: relative;
}

/* line 809, ../sass/layout/_layout.scss */
.feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .list_bnr {
  margin: 0;
  float: left;
  width: 480px;
  margin-right: 10px;
  background: none;
}

/* line 821, ../sass/layout/_layout.scss */
.feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .list_bnr .bnr_top {
  width: 480px;
}

/* line 831, ../sass/layout/_layout.scss */
.feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .top_txt {
  float: left;
  width: 300px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

/* line 846, ../sass/layout/_layout.scss */
.feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .top_txt .top_txt_title {
  display: block;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

/*#feature下*/
/* line 858, ../sass/layout/_layout.scss */
#past_feature {
  margin: 24px 0 0;
  padding: 2px 24px 24px;
}

/* line 863, ../sass/layout/_layout.scss */
#past_feature h2 {
  background: #eee;
  margin: 22px 0 10px;
  padding: 4px 12px;
  font-size: 14px;
}

/* line 870, ../sass/layout/_layout.scss */
#past_feature h3 {
  background: none;
  border: 1px dotted #bbb;
}

/* line 875, ../sass/layout/_layout.scss */
#past_feature p {
  margin: 4px 0 0;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 18px;
}

/* line 882, ../sass/layout/_layout.scss */
#past_feature p.s_i_s_title {
  float: right;
  display: block;
  width: 700px;
}

/* line 889, ../sass/layout/_layout.scss */
#past_feature li {
  padding: 20px 5px;
  float: left;
  width: 306px;
  font-weight: 600;
  border-bottom: 1px dotted #ddd;
}

/* line 897, ../sass/layout/_layout.scss */
#past_feature img {
  width: 100%;
  margin: 4px 0px 0px 5px;
}

/* line 902, ../sass/layout/_layout.scss */
#past_feature a {
  color: #666;
  text-decoration: none;
}

/* line 907, ../sass/layout/_layout.scss */
#past_feature span {
  float: left;
  width: 300px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 6px;
}

/*お知らせ*/
/* line 962, ../sass/layout/_layout.scss */
.notice_main,
.notice_sub {
  margin: 6px auto 0;
  display: block;
  text-align: left;
  width: 660px;
}

/* line 968, ../sass/layout/_layout.scss */
.notice_s,
.notice_btn {
  margin: 20px auto 0;
  width: 300px;
}

/* line 973, ../sass/layout/_layout.scss */
.notice_old {
  margin: 24px 0 0;
}

/* line 977, ../sass/layout/_layout.scss */
.notice_contents {
  padding: 8px 69px 36px;
  width: auto;
}

/* line 982, ../sass/layout/_layout.scss */
.notice_contents h3,
#read .member_inbox h2.review_st {
  border: 0;
  background: none;
  margin: 12px auto;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  width: 660px;
}

/* line 994, ../sass/layout/_layout.scss */
.notice_main_caption {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  margin: 20px auto 0;
  padding: 0 12px;
  text-align: center;
  width: 636px;
}

/* line 1006, ../sass/layout/_layout.scss */
.notice_in {
  background: #eee;
  margin: 36px auto 2px;
  padding: 8px 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  width: 636px;
  text-align: left;
  color: #666;
}

/* line 1017, ../sass/layout/_layout.scss */
#info_review .notice_in {
  background: none;
  margin-top: 16px;
  padding: 0 12px;
  font-size: 18px;
}

/* line 1019, ../sass/layout/_layout.scss */
.notice_txt {
  margin: 0 auto;
  padding: 19px 12px 8px;
  line-height: 21px;
  text-align: left;
  width: 636px;
}

/* line 1027, ../sass/layout/_layout.scss */
.notice_txt .b_logo {
  width: 50%;
  float: left;
  border: none;
}

/* line 1033, ../sass/layout/_layout.scss */
.notice_txt .b_logo img {
  width: 100%;
}

/* line 1035, ../sass/layout/_layout.scss */
.notice_txt .b_intro {
  width: 48%;
  float: left;
  padding: 10px 0 0 2%;
  border: none;
}

/* line 1043, ../sass/layout/_layout.scss */
.b_intro a {
  line-height: 25px;
  height: 25px;
}

/*テキスト2カラム*/
/* line 1060, ../sass/layout/_layout.scss */
.txt_sep {
  width: 300px;
  float: left;
  padding-right: 12px;
}

/* line 1066, ../sass/layout/_layout.scss */
img.txt_sep_img {
  display: block;
  width: 300px;
  float: left;
}

/* line 1073, ../sass/layout/_layout.scss */
#info_review .notice_txt {
  padding: 8px 12px 36px;
}

/* line 1075, ../sass/layout/_layout.scss */
.notice_cart_box,
.notice_cart_box_h_l,
.notice_cart_box_h_r {
  margin: 0 auto;
  padding: 12px;
  position: relative;
  text-align: left;
  width: 636px;
  border: 1px solid #ccc;
}

/* line 1083, ../sass/layout/_layout.scss */
.notice_cart_h {
  margin: 0 auto;
  width: 660px;
}

/* line 1085, ../sass/layout/_layout.scss */
.notice_cart_h img {
  padding: 0 0 12px;
  margin-bottom: 12px;
  width: 100%;
  border-bottom: 1px dotted #ddd;
}

/* line 1087, ../sass/layout/_layout.scss */
.notice_cart_box_h_l {
  margin: 0 0 12px;
  float: left;
  width: 300px;
}

/* line 1092, ../sass/layout/_layout.scss */
.notice_cart_box_h_r {
  float: right;
  width: 300px;
}

/* line 1097, ../sass/layout/_layout.scss */
.notice_cart_box strong,
.notice_cart_box_h_l strong,
.notice_cart_box_h_r strong {
  padding: 0 0 8px;
  display: block;
  font-size: 16px;
}

/* line 1103, ../sass/layout/_layout.scss */
.notice_cart_box_h_l strong,
.notice_cart_box_h_r strong {
  padding: 0 0 8px 10px;
  min-height: 60px;
  letter-spacing: -0.2px;
  font-weight: 700;
}

/* line 1110, ../sass/layout/_layout.scss */
.notice_cart_box p,
.notice_cart_box_h_l p,
.notice_cart_box_h_r p {
  padding: 0 0 0 10px;
}

/*アイテムスペック*/
/* line 1115, ../sass/layout/_layout.scss */
.notice_txt > p {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 8px;
  padding: 0 0 8px;
  float: left;
  vertical-align: text-top;
  width: 100%;
}

/* line 1116, ../sass/layout/_layout.scss */
.notice_i_t {
  font-weight: 700;
  width: 100px;
}

/* line 1117, ../sass/layout/_layout.scss */
#shop_film_price .notice_i_t {
  width: 182px;
}

/* line 1118, ../sass/layout/_layout.scss */
.notice_i_t,
.notice_i_d {
  display: block;
  float: left;
}

/* line 1119, ../sass/layout/_layout.scss */
.notice_i_d {
  width: 20px;
}

/* line 1120, ../sass/layout/_layout.scss */
.notice_i_c {
  margin-left: 10px;
  display: block;
  float: left;
}

/* line 1122, ../sass/layout/_layout.scss */
.kevlar .price_hei {
  height: 84px;
}

/*movie*/
/* line 1125, ../sass/layout/_layout.scss */
#notice_movie {
  margin: 0 auto;
  padding: 20px 20px 0;
  width: 640px;
}

/* line 1126, ../sass/layout/_layout.scss */
#notice_movie iframe {
  width: 640px;
  height: 385px;
}

/* line 1128, ../sass/layout/_layout.scss */
.notice_r_txt {
  margin: 12px auto 0;
  display: block;
  font-size: 22px;
  font-weight: 700;
  width: 660px;
  color: #d00;
}

/*カートボタン*/
/* line 1139, ../sass/layout/_layout.scss */
.notice_cart_h .goods_btn_cart {
  border-radius: 2px;
  background: #e94c1b;
  margin: 12px 0 0 12px;
  padding: 6px 6px 5px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: 34px;
  width: 186px;
}

/* line 1149, ../sass/layout/_layout.scss */
.notice_cart_h .goods_btn_cart p {
  padding: 0 0 2px;
  height: 32px;
  width: 186px;
  color: #262626;
  overflow: hidden;
}

/* line 1155, ../sass/layout/_layout.scss */
.notice_cart_h .goods_btn_cart p input {
  color: #fff;
  border: 0;
  background: none;
  background-size: 24px;
  background-position: 24px 5px;
  background-repeat: no-repeat;
  padding: 2px 0 0 50px;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  width: 186px;
  cursor: pointer;
}

/* line 1173, ../sass/layout/_layout.scss */
.notice_cart_box_h_l .goods_btn_cart,
.notice_cart_box_h_r .goods_btn_cart {
  position: static;
  float: right;
}

/* line 1212, ../sass/layout/_layout.scss */
#read #gp_twitter {
  background-color: #00acee;
  background-image: url("https://bambina.itembox.design/img/twitter_bird.png");
  background-size: 28px 24px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 606px;
  color: #fff;
}

/* line 1223, ../sass/layout/_layout.scss */
#read #gp_facebook {
  background-color: #3b579d;
  background-image: url("https://bambina.itembox.design/img/facebook_f.png");
  background-size: 18px 36px;
  background-position: 12px 2px;
  background-repeat: no-repeat;
  padding-left: 42px;
  width: 606px;
  color: #fff;
}

/* line 1234, ../sass/layout/_layout.scss */
.notice_txt_inbox {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 0 16px;
  padding: 12px 16px;
  display: block;
}

/* line 1242, ../sass/layout/_layout.scss */
.notice_more {
  padding: 10px;
}

/*画像出し分け*/
/* line 1251, ../sass/layout/_layout.scss */
.n_p_sp {
  display: none;
}

/*LP レーベル紹介*/
/* line 1258, ../sass/layout/_layout.scss */
.label_intro > img.notice_main {
  margin-top: 10px;
  width: 636px;
}

/* line 1263, ../sass/layout/_layout.scss */
.label_intro > span {
  text-align: right;
  margin-top: 10px;
  display: block;
}

/*キャンペーン終了*/
/* line 1275, ../sass/layout/_layout.scss */
.notice_c_end {
  margin: 0 auto;
  position: relative;
  width: 660px;
}

/* line 1277, ../sass/layout/_layout.scss */
.notice_c_end:after {
  content: "";
  border-radius: 4px;
  background-color: rgba(125, 125, 125, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
}

/* line 1290, ../sass/layout/_layout.scss */
.notice_c_end_txt {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
  height: 100px;
  width: 100%;
  color: #f7f7f7;
  z-index: 10001;
}

/*レビュー関連他*/
/* line 1311, ../sass/layout/_layout.scss */
#info_review .notice_contents footer {
  display: block;
  text-align: right;
}

/* line 1312, ../sass/layout/_layout.scss */
#info_review .notice_contents footer div {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f5f5f5;
  margin: 12px 0 0;
  padding: 6px 16px 8px;
  display: inline-block;
}

/* line 1313, ../sass/layout/_layout.scss */
#info_review .notice_contents footer div span {
  display: inline-block;
  padding-right: 16px;
  font-size: 10px;
  color: #444;
}

/* line 1314, ../sass/layout/_layout.scss */
#info_review .notice_contents footer div item {
  font-size: 10px;
}

/*2015ストア営業時間*/
/* line 1318, ../sass/layout/_layout.scss */
.store_o_t {
  font-weight: nomal;
  width: 160px;
}

/* line 1319, ../sass/layout/_layout.scss */
.store_o_t,
.store_o_d {
  display: block;
  float: left;
}

/* line 1320, ../sass/layout/_layout.scss */
.store_o_d {
  width: 20px;
}

/* line 1321, ../sass/layout/_layout.scss */
.store_o_c {
  margin-left: 10px;
  display: block;
  float: left;
}

/*GWの営業お知らせ*/

/*マルチスマホ選び方*/
/* line 1347, ../sass/layout/_layout.scss */
.multi .notice_main {
  margin: 20px auto 0;
}

/* line 1349, ../sass/layout/_layout.scss */
.multi .notice_txt {
  padding: 0 12px;
}

/* line 1351, ../sass/layout/_layout.scss */
.n_dize_box > p.terminal_name {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #111;
  padding: 20px 0 4px;
  color: #111;
}

/* line 1359, ../sass/layout/_layout.scss */
.n_dize_box > p.terminal_name span {
  float: right;
  width: auto;
  font-size: 12px;
}

/* line 1366, ../sass/layout/_layout.scss */
.m_list_box {
  padding: 0 10px;
}

/* line 1370, ../sass/layout/_layout.scss */
.m_list_box p {
  width: 50%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  height: 30px;
  line-height: 30px;
}

/* line 1379, ../sass/layout/_layout.scss */
.m_list_box p > span {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  font-weight: 700;
  line-height: 16px;
}

/* line 1387, ../sass/layout/_layout.scss */
.m_list_box p > span > span {
  font-size: 10px;
}

/*
.m_list_box p span.multi_tx_s {
	font-size: 12px;
    display: block;
    text-align: right;
	padding-right: 20px;
	width: auto;
	font-weight: normal;
}*/
/* line 1401, ../sass/layout/_layout.scss */
.multi img.m_size_notation {
  width: 640px;
  margin-bottom: 20px;
}

/* line 1403, ../sass/layout/_layout.scss */
.n_ori_box > p {
  width: 48%;
  float: left;
  padding: 3% 2% 0 0;
  border: none;
  margin: 0;
}

/* line 1411, ../sass/layout/_layout.scss */
.n_ori_box > p span {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

/* line 1417, ../sass/layout/_layout.scss */
.n_ori_box p img {
  width: 100%;
}

/* line 1419, ../sass/layout/_layout.scss */
.n_ori_box p.ori_sub_t {
  padding-top: 10px;
}

/* line 1421, ../sass/layout/_layout.scss */
.n_ori_box .n_ori_txt {
  font-weight: normal;
  padding: 10px;
  display: block;
  border-bottom: #ccc 1px dotted;
  border-top: #ccc 1px dotted;
  height: 70px;
  margin: 10px 0 0 10px;
}

/* line 1431, ../sass/layout/_layout.scss */
.n_ori_txt img.fit_value {
  width: 38px;
  float: left;
  margin-right: 10px;
}

/*コンペ2015*/
/* line 1457, ../sass/layout/_layout.scss */
.compe .notice_i_t {
  width: 22%;
}

/* line 1458, ../sass/layout/_layout.scss */
.compe .notice_i_c {
  width: 72%;
}

/*ストアフィルム*/
/* line 1468, ../sass/layout/_layout.scss */
.shop_film_bnr {
  padding: 20px 0;
}

/* line 1472, ../sass/layout/_layout.scss */
.shop_film_bnr a {
  display: block;
}

/*カート*/
/* line 1497, ../sass/layout/_layout.scss */
input[type="submit,button"] {
  -webkit-appearance: none;
}

/* line 1500, ../sass/layout/_layout.scss */
input[type="button"] {
  -webkit-appearance: none;
}

/* line 1504, ../sass/layout/_layout.scss */
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 1509, ../sass/layout/_layout.scss */
.l_box_title {
  background-color: #ddd;
  margin: 0;
  padding: 4px 4px 4px 16px;
  line-height: 36px;
  height: 36px;
}

/* line 1517, ../sass/layout/_layout.scss */
.l_box_contents {
  position: relative;
}

/* line 1521, ../sass/layout/_layout.scss */
.l_box_outbox {
  display: block;
}

/* line 1523, ../sass/layout/_layout.scss */
.l_box_block,
.l_box_block_s {
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 20px;
  display: block;
}

/* line 1530, ../sass/layout/_layout.scss */
.l_box_block {
  min-height: 140px;
}

/* line 1531, ../sass/layout/_layout.scss */
.l_box_block_s {
  padding: 10px;
  line-height: 28px;
  min-height: 30px;
}

/* line 1533, ../sass/layout/_layout.scss */
.l_box_block_s > form > span,
.l_box_block_s .bh_empty {
  padding: 0 0 0 14px;
}

/* line 1534, ../sass/layout/_layout.scss */
.l_box_block_s > a {
  padding: 0 0 0 14px;
  text-decoration: none;
  color: #666;
}

/* line 1535, ../sass/layout/_layout.scss */
.l_box_block_s > a:hover {
  text-decoration: underline;
  color: #e93700;
}

/* line 1537, ../sass/layout/_layout.scss */
.history_date {
  padding: 0 10px 0 0;
}

/* line 1539, ../sass/layout/_layout.scss */
.l_box_left {
  float: left;
  margin: 0 -200px 0 0;
  width: 100%;
}

/* line 1545, ../sass/layout/_layout.scss */
.txt_block_cancel {
  background: #eee;
}

/* line 1549, ../sass/layout/_layout.scss */
.l_box_btn {
  padding: 10px 24px;
  float: left;
  height: 110px;
  width: 149px;
  border: 1px solid #ccc;
}

/* line 1557, ../sass/layout/_layout.scss */
#mypage .l_box_btn {
  height: auto;
}

/* line 1561, ../sass/layout/_layout.scss */
.l_box_data {
  margin: 0 0 0 -140px;
  float: right;
  width: 100%;
}

/* line 1567, ../sass/layout/_layout.scss */
.l_box_img {
  display: block;
  float: right;
  width: 140px;
}

/* line 1573, ../sass/layout/_layout.scss */
.l_box_img img {
  width: 100%;
}

/* line 1577, ../sass/layout/_layout.scss */
.l_box_data_inbox {
  margin: 0 210px 0 150px;
}

/* line 1581, ../sass/layout/_layout.scss */
.l_box_data_inbox p {
  margin-bottom: 6px;
}

/* line 1585, ../sass/layout/_layout.scss */
.l_box_data .l_box_maker {
  padding: 0 0 6px;
}

/* line 1589, ../sass/layout/_layout.scss */
.l_box_data .l_box_maker a {
  font-size: 12px;
  text-decoration: none;
  color: #888;
}

/* line 1595, ../sass/layout/_layout.scss */
.l_box_data a.l_box_maker a:hover {
  color: #e93700;
}

/* line 1597, ../sass/layout/_layout.scss */
.l_box_btn_cart {
  border-top: 1px solid #333;
  border-right: 0;
  border-bottom: 1px solid #8e8e8e;
  border-left: 0;
  display: block;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

/* line 1609, ../sass/layout/_layout.scss */
.l_box_btn_fav {
  border: 1px solid #bbb;
  background: #f5f5f5;
  border-radius: 2px;
  margin: 0 0 10px 8px;
  padding: 0 6px;
  display: block;
  float: right;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  height: 23px;
  color: #444;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 1627, ../sass/layout/_layout.scss */
.l_box_btn_del {
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #aaa;
  height: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  float: right;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

/* line 1641, ../sass/layout/_layout.scss */
#mypage .l_box_btn_del {
  padding: 0 8px;
  text-decoration: none;
}

/* line 1645, ../sass/layout/_layout.scss */
#mypage .l_box_btn_del:hover {
  color: #fff;
  background: #555;
}

/* line 1650, ../sass/layout/_layout.scss */
.l_box_amo {
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ddd;
  padding: 0 0 10px;
  float: right;
  text-align: right;
  height: 34px;
  width: 150px;
}

/* line 1660, ../sass/layout/_layout.scss */
.l_box_amo_btn {
  border: 1px solid #BBBBBB;
  border-radius: 2px;
  display: inline;
  margin: 10px 0 0 8px;
  float: right;
  font-size: 12px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 1671, ../sass/layout/_layout.scss */
.l_box_amo_input {
  display: inline-block;
  margin-top: 10px;
  width: 30px;
  border: 1px solid #aaa;
  text-align: right;
  padding: 3px 5px 3px 0;
}

/* line 1680, ../sass/layout/_layout.scss */
.l_box_amo span {
  padding: 0 4px 0 0;
}

/* line 1684, ../sass/layout/_layout.scss */
.l_box_btn p {
  padding: 8px 0 0;
  float: right;
  text-align: right;
  font-size: 14px;
  height: 24px;
  width: 150px;
}

/* line 1692, ../sass/layout/_layout.scss */
#mypage .l_box_btn p {
  padding: 6px 0;
}

/* line 1696, ../sass/layout/_layout.scss */
.l_box_btn p > span {
  font-size: 16px;
  font-weight: 700;
  color: #e93700;
}

/* line 1702, ../sass/layout/_layout.scss */
.l_box_txt {
  border: 1px solid #ddd;
  background: #f0f0f0;
  padding: 8px 8px 8px 22px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  color: #333333;
}

/* line 1713, ../sass/layout/_layout.scss */
.l_box_info {
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  text-align: right;
  margin: 0;
  padding: 4px 16px;
}

/* line 1723, ../sass/layout/_layout.scss */
.l_box_a_title {
  margin: 20px 0 0;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}

/* line 1731, ../sass/layout/_layout.scss */
.l_box_aside {
  border-top: 1px solid #ddd;
  margin: 6px 0 0;
  padding: 16px 22px 8px;
}

/* line 1737, ../sass/layout/_layout.scss */
.l_box_aside p {
  margin: 0 0 10px;
  font-size: 12px;
}

/* line 1742, ../sass/layout/_layout.scss */
.l_box_list_r {
  margin: 24px 0 0;
}

/* line 1746, ../sass/layout/_layout.scss */
.l_box_list_r p,
#list .l_box_list_r h2 {
  background: #555;
  padding-left: 22px;
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  color: #f9f9f9;
}

/* line 1755, ../sass/layout/_layout.scss */
.l_box_list,
.l_box_list_s,
.l_box_list_ss {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 8px 0 16px 9px;
  float: left;
  height: 1258px;
  overflow: hidden;
}

/* line 1764, ../sass/layout/_layout.scss */
.l_box_list_s {
  height: 702px;
}

/* line 1767, ../sass/layout/_layout.scss */
.l_box_list_ss {
  height: 230px;
}

/* line 1771, ../sass/layout/_layout.scss */
.l_box_list_r p a {
  color: #fff;
}

/* line 1772, ../sass/layout/_layout.scss */
.l_box_list_r p a:hover {
  color: #eee;
}

/*マイページ*/
/* line 1777, ../sass/layout/_layout.scss */
.mypage_aside {
  border: 1px solid #d7d7d7;
  padding: 8px 14px;
}

/* line 1782, ../sass/layout/_layout.scss */
.mypage_menu {
  border-right: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 -1px;
  padding: 8px 16px 16px;
  display: block;
  overflow: hidden;
}

/* line 1792, ../sass/layout/_layout.scss */
.mypage_menu li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 16px;
  display: block;
  height: 22px;
}

/* line 1799, ../sass/layout/_layout.scss */
.mypage_menu li.mypage_menu_b {
  border: 0;
}

/* line 1801, ../sass/layout/_layout.scss */
.mypage_menu li a {
  background-image: url("https://bambina.itembox.design/img/common_bg.png");
  background-position: 7px -510px;
  background-repeat: no-repeat;
  padding-left: 30px;
  display: inline-block;
  text-decoration: none;
  height: 22px;
  width: auto;
  color: #333;
}

/* line 1812, ../sass/layout/_layout.scss */
.mypage_menu li a:hover {
  background-position: 7px -548px;
  text-decoration: underline;
}

/*マイリスト*/
/* line 1815, ../sass/layout/_layout.scss */
.l_box_sub {
  border: 1px solid #d7d7d7;
  background: #f0f0f0;
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
}

/* line 1823, ../sass/layout/_layout.scss */
.l_box_sub a,
.l_box_du_box a,
.l_box_du_box_b a {
  padding: 0 4px 0 0;
  text-decoration: none;
  font-weight: normal;
}

/* line 1824, ../sass/layout/_layout.scss */
.l_box_sub a:hover,
.l_box_du_box a:hover,
.l_box_du_box_b a:hover {
  text-decoration: underline;
}

/* line 1825, ../sass/layout/_layout.scss */
.l_box_sub span,
.l_box_du_box span,
.l_box_du_box_b span {
  padding: 0 4px 0 0;
  display: inline-block;
  font-weight: 700;
}

/* line 1826, ../sass/layout/_layout.scss */
.l_box_sub p {
  display: inline-block;
}

/* line 1828, ../sass/layout/_layout.scss */
.l_box_du_box,
.l_box_du_box_b {
  border: 1px solid #d7d7d7;
  border-top: 0;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
}

/* line 1836, ../sass/layout/_layout.scss */
.favorite_status {
  background: #d7d7d7;
  padding: 0 16px 14px;
  line-height: 14px;
  height: 14px;
}

/* line 1843, ../sass/layout/_layout.scss */
.favorite_empty {
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  padding: 12px 8px 12px 22px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

/* line 1853, ../sass/layout/_layout.scss */
.fav_cart_btn_outline {
  border-radius: 2px;
  background: #e94c1b;
  padding: 3px 5px 2px;
  margin-bottom: 10px;
  float: right;
  width: 142px;
}

/* line 1862, ../sass/layout/_layout.scss */
.fav_cart_btn_outline:hover {
  background: #C04B26;
}

/* line 1867, ../sass/layout/_layout.scss */
.cart_btn_color {
  border: 0;
  background: none;
  background-image: url(https://bambina.itembox.design/img/cart_icon.png);
  background-size: 24px;
  color: #fff;
  background-position: 6px;
  background-repeat: no-repeat;
  padding: 0 0 0 34px;
  font-size: 14px;
  height: 34px;
  width: 100%;
  cursor: pointer;
}

/*購入履歴*/
/* line 1884, ../sass/layout/_layout.scss */
.l_box_btn_history {
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: bottom;
  height: 28px;
  cursor: pointer;
}

/* line 1895, ../sass/layout/_layout.scss */
.btn_history_s {
  padding: 2px 12px 3px;
  height: 25px;
}

/* line 1900, ../sass/layout/_layout.scss */
.l_box_history_select {
  border: 1px solid #bbb;
  border-radius: 2px;
  vertical-align: bottom;
  height: 25px;
}

/* line 1907, ../sass/layout/_layout.scss */
.history_txt {
  margin: 0 200px 0 0;
  padding: 4px 18px;
  font-size: 14px;
  line-height: 20px;
}

/*ポジション*/
/* line 1910, ../sass/layout/_layout.scss */
#mypage .l_box_btn p.b_t {
  border-top: 1px dotted #bbb;
  padding: 10px 0 0;
}

/* line 1911, ../sass/layout/_layout.scss */
#mypage .l_box_btn p.h_a {
  line-height: 20px;
  height: auto;
}

/* line 2145, ../sass/layout/_layout.scss */
.l_box_list .goods_box,
.l_box_list_s .goods_box,
.l_box_list_ss .goods_box {
  padding: 4px 6px 10px;
  float: left;
  height: 240px;
  width: 141px;
}

/* line 2169, ../sass/layout/_layout.scss */
.l_box_pc {
  display: inline;
}

/*whats_new*/
/* line 2200, ../sass/layout/_layout.scss */
.whats_new_list_box {
  margin: 0 0 10px;
  display: block;
}

/* line 2203, ../sass/layout/_layout.scss */
.whats_new_list_box .gm_review_list .review_box {
  height: 112px;
}

/* line 2208, ../sass/layout/_layout.scss */
.whats_new_list_box .gm_review_list .review_box h3 {
  margin: 30px 0 0 160px;
  padding: 0;
  height: 80px;
  color: #555;
}

/*l_box_position*/
/* line 2240, ../sass/layout/_layout.scss */
.l_box_p0 {
  padding: 0;
}

/* line 2241, ../sass/layout/_layout.scss */
.l_box_outbox .l_box_du_box .l_box_db,
.l_box_outbox .l_box_du_box_b .l_box_db {
  display: block;
}

/*支払方法*/
/* line 2245, ../sass/layout/_layout.scss */
.l_box_btn p.f_right {
  border-top: 1px dotted #bbb;
}

/* line 2249, ../sass/layout/_layout.scss */
.l_b_pay_m .l_box_data_inbox {
  width: 95%;
  margin: 12px 70px 0 20px;
}

/* line 2254, ../sass/layout/_layout.scss */
.l_b_pay_m .l_box_btn {
  min-width: 280px;
  float: right;
}

/* line 2259, ../sass/layout/_layout.scss */
.l_b_pay_m .l_box_btn .h_a,
.l_b_pay_m .l_box_btn .b_t {
  min-width: 280px;
}

/* line 2263, ../sass/layout/_layout.scss */
.l_b_pay_m .l_box_left {
  width: 50%;
}

/*購入履歴内TPアイコン*/
/* line 2274, ../sass/layout/_layout.scss */
img.tp_icon_pay {
  width: 20px;
  margin-right: 8px;
}

/*商品レビュー*/
/* line 2281, ../sass/layout/_layout.scss */
.review_l {
  float: left;
  margin: 0 -260px 0 0;
  width: 100%;
}

/* line 2287, ../sass/layout/_layout.scss */
.review_l_inbox {
  border: 1px solid #ccc;
  margin: 0 260px 0 0;
  padding: 17px 69px 39px;
}

/* line 2293, ../sass/layout/_layout.scss */
.review_to_detail_s {
  border: 1px solid #aaa;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  width: 120px;
  color: #555;
  background: #f5f5f5;
  border-radius: 2px;
}

/* line 2309, ../sass/layout/_layout.scss */
.review_to_detail_s:hover {
  background: #aaa;
  color: #fff;
  text-decoration: none;
}

/*sns*/
/* line 2316, ../sass/layout/_layout.scss */
.review_l .review_l_inbox .contents_sns_outbox {
  border-bottom: 1px solid #888;
  margin: 8px auto;
  padding: 0 0 20px;
  width: 600px;
  line-height: 20px;
  height: 20px;
}

/* line 2331, ../sass/layout/_layout.scss */
.review_l .review_l_inbox .contents_sns_outbox .contents_sns {
  margin-left: 10px;
  float: right;
  height: 22px;
  line-height: 20px;
  width: 83px;
}

/* line 2339, ../sass/layout/_layout.scss */
#review h1 {
  margin: 30px 0;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

/* line 2341, ../sass/layout/_layout.scss */
.review_data {
  border-top: 1px solid #888;
  margin: 20px 0;
  padding: 20px 0 0;
  font-size: 12px;
}

/* line 2343, ../sass/layout/_layout.scss */
.review_data img {
  margin: 0 10px 0 0;
  width: 48px;
}

/* line 2345, ../sass/layout/_layout.scss */
.review_index {
  padding: 16px 0 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/* line 2347, ../sass/layout/_layout.scss */
.review_img {
  display: block;
  margin: 25px 0 -8px;
}

/* line 2349, ../sass/layout/_layout.scss */
.review_sub {
  padding: 0 0 0 20px;
  float: left;
  width: 240px;
}

/* line 2355, ../sass/layout/_layout.scss */
.review_sub_inbox {
  border-top: 1px solid #f0f0f0;
  background: #f0f0f0;
  margin: 0 0 20px;
  padding: 0 0 26px;
  text-align: center;
  overflow: hidden;
}

/* line 2357, ../sass/layout/_layout.scss */
.review_sub_inbox p {
  background: #ddd;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
}

/* line 2364, ../sass/layout/_layout.scss */
.review_sub_inbox div {
  border-bottom: 1px dotted #ccc;
  margin: 16px 20px 0;
  padding: 0 0 10px;
}

/* line 2366, ../sass/layout/_layout.scss */
.review_sub_inbox a {
  display: block;
  margin: 0 40px;
  text-decoration: none;
  width: 110px;
  overflow: hidden;
}

/* line 2368, ../sass/layout/_layout.scss */
.review_sub_inbox span {
  font-size: 12px;
  line-height: 14px;
  height: 56px;
}

/* line 2370, ../sass/layout/_layout.scss */
.review_goods_img {
  margin: 0 auto 10px;
  display: block;
  -webkit-box-shadow: 0px 1px 10px #bbb;
  -ms-box-shadow: 0px 1px 10px #bbb;
  box-shadow: 0px 1px 10px #bbb;
  width: 110px;
}

/* line 2380, ../sass/layout/_layout.scss */
.review_more {
  border: 1px solid #e5e5e5;
  background: #f0f0f0;
  margin: 0 0 20px;
  overflow: hidden;
}

/* line 2387, ../sass/layout/_layout.scss */
.review_more a {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}

/* line 2397, ../sass/layout/_layout.scss */
.review_more a span.review_list_title {
  margin: 0 0 0 -58px;
  display: block;
  float: right;
  font-size: 13px;
  line-height: 18px;
  height: auto;
  width: 100%;
}

/* line 2407, ../sass/layout/_layout.scss */
.review_more a img {
  margin: 0 0 10px;
  display: block;
  float: right;
  width: 48px;
}

/* line 2414, ../sass/layout/_layout.scss */
.review_more a span.review_list_title span {
  margin: 0 10px 0 68px;
  display: block;
  float: right;
  width: auto;
}

/*最新　画像なし*/
/* line 2422, ../sass/layout/_layout.scss */
.li_no_img a span.review_list_title span {
  margin: 0 10px;
  float: left;
}

/* line 2424, ../sass/layout/_layout.scss */
.review_more p,
.review_more a.review_more_footer {
  border-bottom: 1px solid #e5e5e5;
  background: #e5e5e5;
  padding: 0;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  height: 28px;
}

/* line 2434, ../sass/layout/_layout.scss */
.review_more a.review_more_footer {
  border: 0;
  padding: 0 5% 0 0;
  font-weight: 400;
  text-align: right;
  width: 95%;
}

/* line 2442, ../sass/layout/_layout.scss */
.review_more a.review_ranking_block {
  border: 0;
  background: none;
  margin: 10px 0 0 20px;
  padding: 0 0 10px;
  display: block;
  float: left;
  width: 90px;
  overflow: hidden;
}

/* line 2454, ../sass/layout/_layout.scss */
.review_more a.review_ranking_block img {
  -webkit-box-shadow: 0px 1px 10px #bbb;
  -ms-box-shadow: 0px 1px 10px #bbb;
  box-shadow: 0px 1px 10px #bbb;
  margin: 0;
  display: block;
  width: 90px;
}

/* line 2464, ../sass/layout/_layout.scss */
.review_r_t {
  margin: 0 0 10px;
}

/* line 2466, ../sass/layout/_layout.scss */
.review_r_f {
  margin: 10px 0 0;
}

/* line 2468, ../sass/layout/_layout.scss */
.detail_back {
  display: block;
  /* border: 1px solid #e94c1b; */
  border-radius: 2px;
  /* line-height: 35px; */
  font-size: 20px;
  /*  color: #e94c1b; */
  /* width: 300px;
   height: 50px; */
  /* line-height: 40px; */
  text-decoration: none;
  /* text-align: center; */
  margin: 20px auto;
  cursor: pointer;
  width: 250px;
}

/* line 2485, ../sass/layout/_layout.scss */
.detail_back:hover {
  opacity: 0.8;
  /*background: #e94c1b;
  color: #fff;
  text-decoration: none;*/
}

/*お知らせ*/
/* line 2522, ../sass/layout/_layout.scss */
.review_l .notice_in,
.review_l .notice_txt,
.review_l .notice_cart_h {
  width: 575px;
}

/*プレス*/
/* line 2526, ../sass/layout/_layout.scss */
.review_l .notice_txt .b_logo {
  width: 50%;
  float: left;
  border: none;
}

/* line 2532, ../sass/layout/_layout.scss */
.review_l .notice_txt .b_logo img {
  width: 100%;
}

/* line 2534, ../sass/layout/_layout.scss */
.review_l .notice_txt .b_intro {
  width: 48%;
  float: left;
  padding: 10px 0 0 2%;
  border: none;
}

/* line 2541, ../sass/layout/_layout.scss */
.review_l .notice_cart_box_h_l,
.review_l .notice_cart_box_h_r {
  width: 256px;
}

/* line 2543, ../sass/layout/_layout.scss */
.review_l .notice_txt .n_img {
  width: 46%;
  float: left;
  display: block;
  height: 430px;
}

/* line 2550, ../sass/layout/_layout.scss */
.review_l .notice_txt .n_img:nth-child(even) {
  padding-left: 6%;
}

/* line 2552, ../sass/layout/_layout.scss */
.review_l .notice_txt .n_img > img,
.review_l .notice_txt .n_img a > img {
  width: 100%;
  margin: 0;
}

/* line 2573, ../sass/layout/_layout.scss */
.review_l .ib_img {
  width: 50%;
  margin: 0 auto;
}

/*コンペSNS*/
/* line 2577, ../sass/layout/_layout.scss */
#review .compe_sns {
  border: none;
  width: 616px;
  height: 52px;
}

/* line 2579, ../sass/layout/_layout.scss */
#review .compe_sns .contents_sns {
  float: left;
}

/* line 2581, ../sass/layout/_layout.scss */
.tw_vote_btn,
.fb_vote_btn,
.insta_vote_btn {
  width: 32%;
  height: auto;
  padding: 10px 0;
  border-radius: 4px;
  margin: 0 1% 0 0;
}

/* line 2589, ../sass/layout/_layout.scss */
.tw_vote_btn {
  background: url(https://bambina.itembox.design/img/info/compe/tw_vote_btn.png) no-repeat left;
  background-position: 12px;
  background-color: #55acee;
}

/* line 2595, ../sass/layout/_layout.scss */
.fb_vote_btn {
  background: url(https://bambina.itembox.design/img/info/compe/fb_vote_btn.png) no-repeat left;
  background-position: 12px;
  background-color: #3564a2;
}

/* line 2601, ../sass/layout/_layout.scss */
.insta_vote_btn {
  background: url(https://bambina.itembox.design/img/info/compe/in_vote_btn.png) no-repeat left;
  background-position: 12px;
  background-color: #15557b;
}

/* line 2608, ../sass/layout/_layout.scss */
.tw_vote_btn a,
.fb_vote_btn a,
.insta_vote_btn a {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 48px;
}

/*画像小（カラバリ）*/
/* line 2632, ../sass/layout/_layout.scss */
.notice_txt .pre_main_img {
  width: 82%;
  margin: 0;
  float: left;
}

/* line 2638, ../sass/layout/_layout.scss */
.notice_txt .color_img {
  width: 80px;
  float: left;
  border: 1px #ccc solid;
  margin: 0 0 10px 10px;
}

/* line 2645, ../sass/layout/_layout.scss */
.notice_txt .co_first {
  margin-top: 30px;
}

/* line 2649, ../sass/layout/_layout.scss */
.notice_txt img.review_img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

/*LINE@*/
/* line 2661, ../sass/layout/_layout.scss */
.line_b_tit {
  background: #3EC11B;
  color: #fff;
  font-size: 20px;
  padding: 14px;
}

/* line 2669, ../sass/layout/_layout.scss */
.review_l .line_f {
  border-bottom: 1px dotted #ccc;
  padding: 20px;
  width: 600px;
}

/* line 2675, ../sass/layout/_layout.scss */
.line_f p {
  width: 380px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  border: none;
}

/* line 2683, ../sass/layout/_layout.scss */
.line_f p .line_f_title {
  font-size: 20px;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px 0 12px 12px;
  color: #3EC11B;
  display: block;
  border: 2px #3EC11B solid;
}

/* line 2694, ../sass/layout/_layout.scss */
.line_f p .line_f_txt {
  padding: 10px;
  display: block;
}

/* line 2696, ../sass/layout/_layout.scss */
.line_f img {
  width: 200px;
  margin-left: 20px;
  float: left;
}

/*Uny誕生*/
/* line 2712, ../sass/layout/_layout.scss */
.profi_act {
  padding: 0;
}

/* line 2713, ../sass/layout/_layout.scss */
.profi_act .ar_prof {
  width: 340px;
  padding-top: 32px;
}

/* line 2717, ../sass/layout/_layout.scss */
.notice_txt #cm_movie iframe {
  width: 616px;
}

/* line 2719, ../sass/layout/_layout.scss */
.li_btn {
  width: 40%;
  margin-top: 30px;
}

/* line 2720, ../sass/layout/_layout.scss */
.li_btn a {
  text-decoration: none;
}

/*Web強化販売*/
/* line 2730, ../sass/layout/_layout.scss */
a.noticein2 {
  color: #ffffff;
}

/* line 2734, ../sass/layout/_layout.scss */
a.noticein2:link {
  color: #ffffff;
  text-decoration: none;
}

/* line 2739, ../sass/layout/_layout.scss */
a.noticein2:visited {
  color: #ffffff;
  text-decoration: underline;
}

/* line 2744, ../sass/layout/_layout.scss */
a.noticein2:active {
  color: #ffffff;
  text-decoration: underline;
}

/* line 2749, ../sass/layout/_layout.scss */
a.noticein2:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 2754, ../sass/layout/_layout.scss */
.notice_txt img.review_img:hover {
  opacity: 1;
}

/* line 2756, ../sass/layout/_layout.scss */
.notice_in2:hover {
  opacity: 0.7;
}

/* line 2758, ../sass/layout/_layout.scss */
.notice_in2 {
  width: 315px;
  border-radius: 3px;
  margin: 0px auto 15px;
  padding: 8px 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #E94C1B;
}

/* line 2770, ../sass/layout/_layout.scss */
.review_img {
  display: block;
  margin: 25px 0 -8px;
}

/* line 2775, ../sass/layout/_layout.scss */
.cpn_in {
  border-radius: 3px;
  background: #ddd;
  margin: 36px auto 15px;
  padding: 8px 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  width: 616px;
  text-align: left;
  color: #666;
}

/* line 2788, ../sass/layout/_layout.scss */
.cpn_in2 {
  width: 315px;
  border-radius: 3px;
  margin: 0px auto 15px;
  padding: 8px 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  background: #FC7D11;
}

/* line 2799, ../sass/layout/_layout.scss */
.cpn_in2:hover {
  opacity: 0.7;
}

/* line 2803, ../sass/layout/_layout.scss */
.two_box {
  float: left;
  margin: 0px 15px 0px 0px;
  width: 50%;
  max-width: 95%;
}

/* line 2811, ../sass/layout/_layout.scss */
div#twobox {
  display: block;
  margin: 20px auto 0px;
}

/* line 2816, ../sass/layout/_layout.scss */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* line 2822, ../sass/layout/_layout.scss */
.three_box {
  max-width: 95%;
}

/* line 2826, ../sass/layout/_layout.scss */
div#threebox {
  height: auto;
  margin: 0 auto;
}

/* line 2831, ../sass/layout/_layout.scss */
div#threebox div {
  margin: 0px 12px 0 0;
  float: left;
  position: relative;
  width: 205px;
  left: 4px;
}

/* line 2839, ../sass/layout/_layout.scss */
div#threebox div:last-child {
  margin-right: 0px;
}

/*whats_new直下 元：gm.css*/
/* line 2863, ../sass/layout/_layout.scss */
#list #contents_l_box {
  position: relative;
}

/*.page_page {
    margin-top: -1px;
    padding: 16px 0;
    display: block;
    text-align: right;
    height: 36px;
}
.page_page { margin-top:10px; }
.page_page a, .page_page span { border-radius:4px; margin-left:6px; padding:0 12px; display:inline-block; font-size:16px; line-height:34px; height:34px; }
.page_page a { border:1px solid #ccc; background:#f7f7f7; text-decoration:none; color:#666; }
.page_page a:hover { border:1px solid #ff4e17; background:#ff4e17; color:#fff; }
.page_page span { border:1px solid #aaa; background:#aaa; color:#eee; }
.page_page p { padding:0 12px 0 0; display:inline-block; vertical-align:bottom; font-size:16px; line-height:24px; height:24px; }
@media screen and (max-width: 768px) {
  .page_page { padding: 16px 10px 16px 0;}
  .page_page p { display:none; }

}*/
/*絞り込みpadding相殺*/

/*新着商品リスト*/
/* line 2892, ../sass/layout/_layout.scss */
.gm_sbox {
  height: 260px;
  overflow: hidden;
}

/* line 2896, ../sass/layout/_layout.scss */
.gm_mbox {
  height: auto;
  overflow: hidden;
}

/*カテゴリ一覧*/
/* line 2900, ../sass/layout/_layout.scss */
.sp_c_disp {
  display: block;
}

/* line 2906, ../sass/layout/_layout.scss */
#sp_menu {
  display: none;
}

/*brandco_info*/
/* line 2914, ../sass/layout/_layout.scss */
#site_info .brand_bnr_box .s_i_s_title {
  float: left;
  display: block;
  width: 316px;
  padding: 0 0 0 14px;
  margin: 0;
}

/* line 2921, ../sass/layout/_layout.scss */
#site_info .brand_bnr_box img {
  float: left;
  width: 600px;
  margin: 0;
}

/* line 2926, ../sass/layout/_layout.scss */
.brand_bnr_box {
  margin: 15px 10px 25px;
}

/* line 2929, ../sass/layout/_layout.scss */
.brand_bnr_box:first-child {
  border: none;
}

/*site_info*/
/* line 2964, ../sass/layout/_layout.scss */
#site_info {
  margin: 24px 0 0;
  padding: 2px 24px 24px;
}

/* line 2969, ../sass/layout/_layout.scss */
#site_info h2 {
  background: #eee;
  margin: 22px 0 0;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 700;
}

/* line 2977, ../sass/layout/_layout.scss */
#site_info h3 {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 14px 0 10px;
  margin: 0 10px;
  font-weight: 700;
}

/* line 2985, ../sass/layout/_layout.scss */
#site_info p {
  margin: 4px 0 0;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 18px;
}

/* line 2992, ../sass/layout/_layout.scss */
#site_info .site_info_pay {
  width: 440px;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

/* line 2998, ../sass/layout/_layout.scss */
#site_info .site_info_pay h3 {
  margin: 0;
}

/* line 3001, ../sass/layout/_layout.scss */
#site_info .site_info_pay div {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* line 3006, ../sass/layout/_layout.scss */
#site_info .site_info_pay .pay_tpoint,
#site_info .site_info_pay .pay_docomo,
#site_info .site_info_pay .pay_au,
#site_info .site_info_pay .pay_rakuten,
#site_info .site_info_pay .pay_amazon {
  width: 208px;
}

/* line 3013, ../sass/layout/_layout.scss */
#site_info .site_info_pay .pay_docomo,
#site_info .site_info_pay .pay_rakuten {
  padding-left: 20px;
}

/* line 3017, ../sass/layout/_layout.scss */
#site_info .site_info_pay img {
  width: 150px;
}

/* line 3021, ../sass/layout/_layout.scss */
#site_info .pay_credit img {
  width: 44px;
  margin-right: 10px;
}

/* line 3025, ../sass/layout/_layout.scss */
#site_info .pay_credit img.diners {
  width: 110px;
}

/* line 3028, ../sass/layout/_layout.scss */
#site_info .pay_amazon img {
  width: 90px;
}

/* line 3031, ../sass/layout/_layout.scss */
#site_info .pay_daibiki {
  margin-top: 20px;
}

/* line 3034, ../sass/layout/_layout.scss */
#site_info .pay_daibiki ul {
  padding-top: 8px;
}

/* line 3037, ../sass/layout/_layout.scss */
#site_info .pay_daibiki ul li {
  line-height: 30px;
}

/* line 3040, ../sass/layout/_layout.scss */
#site_info .pay_np img {
  width: 100%;
}

/* line 3044, ../sass/layout/_layout.scss */
#site_info p.s_i_s_title {
  float: right;
  display: block;
  width: 700px;
}

/* line 3071, ../sass/layout/_layout.scss */
#site_info a {
  color: #666;
}

/* line 3075, ../sass/layout/_layout.scss */
#site_info img {
  margin: 10px 0 12px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

/* line 3081, ../sass/layout/_layout.scss */
#site_info .site_info_gi img {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 10px 12px 0;
  float: left;
  display: block;
  width: 90px;
}

/*site_info_ip6s*/
/* line 3149, ../sass/layout/_layout.scss */
#site_info img.info_6s_bnr {
  width: 540px;
  float: left;
  margin-left: 10px;
}

/* line 3154, ../sass/layout/_layout.scss */
#site_info .info_6s_txt {
  width: 358px;
  float: left;
  margin-left: 8px;
  padding: 10px 16px 0 0;
}

/* line 3160, ../sass/layout/_layout.scss */
#site_info .info_6s_txt p {
  font-size: 13px;
  line-height: 20px;
}

/*はじめての方*/
/*はじめての方へ_ヘッダ*/
/* line 3191, ../sass/layout/_layout.scss */
.welcome_header,
.welcome_info,
.welcome_store {
  margin: 0 auto;
  width: 980px;
}

/* line 3193, ../sass/layout/_layout.scss */
.welcome_logo {
  padding: 20px 0;
}

/* line 3194, ../sass/layout/_layout.scss */
.welcome_text_sp {
  display: none;
}

/* line 3195, ../sass/layout/_layout.scss */
.welcome_case {
  background-image: url("https://bambina.itembox.design/img/info/welcome_case.png?time=151216");
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 150px;
  width: 980px;
}

/* line 3202, ../sass/layout/_layout.scss */
.welcome_case a {
  margin: 22px 9px 68px 10px;
  padding: 60px 0 0;
  display: block;
  float: left;
  height: 0px;
  width: 28px;
  overflow: hidden;
}

/* line 3203, ../sass/layout/_layout.scss */
.welcome_case a.wc_left {
  margin: 22px 16px 68px 2px;
}

/* line 3204, ../sass/layout/_layout.scss */
.welcome_case a.wc_right {
  margin: 22px 0 68px 8px;
}

/* line 3205, ../sass/layout/_layout.scss */
.welcome_case_sp {
  display: none;
}

/*info*/
/* line 3208, ../sass/layout/_layout.scss */
.welcome_info {
  padding-top: 28px;
}

/* line 3209, ../sass/layout/_layout.scss */
.welcome_info_box {
  background-color: #ffe9da;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  margin: 20px 0 0;
  padding: 16px 28px;
  text-align: left;
  height: auto;
}

/* line 3217, ../sass/layout/_layout.scss */
.welcome_info_shipment {
  background-image: url("https://bambina.itembox.design/img/info/welcome_info_shipment.png");
}

/* line 3218, ../sass/layout/_layout.scss */
.welcome_info_postage {
  background-image: url("https://bambina.itembox.design/img/info/welcome_info_postage.png");
}

/* line 3219, ../sass/layout/_layout.scss */
.welcome_info_express_mail {
  background-image: url("https://bambina.itembox.design/img/info/welcome_info_express_mail.png");
}

/* line 3220, ../sass/layout/_layout.scss */
.welcome_info_se {
  padding-bottom: 32px;
}

/* line 3222, ../sass/layout/_layout.scss */
.welcome_info_se_l {
  margin: 0 -470px 0 0;
  float: left;
  width: 100%;
}

/* line 3223, ../sass/layout/_layout.scss */
.welcome_info_se_r {
  float: left;
  width: 470px;
}

/* line 3224, ../sass/layout/_layout.scss */
.welcome_info_se_l_t {
  margin: 0 490px 0 0;
  width: 434px;
}

/* line 3225, ../sass/layout/_layout.scss */
.welcome_info_se_l_t_l {
  margin: 0 -207px 0 0;
  float: left;
  width: 434px;
}

/* line 3226, ../sass/layout/_layout.scss */
.welcome_info_se_l img {
  margin: 0 18px 8px 0;
  display: inline-block;
  width: 48px;
  vertical-align: middle;
}

/* line 3227, ../sass/layout/_layout.scss */
.welcome_info_se_l img.credit-dc {
  width: 100px;
}

/* line 3228, ../sass/layout/_layout.scss */
.welcome_info_se_l_t_r {
  float: left;
  width: 207px;
}

/* line 3229, ../sass/layout/_layout.scss */
.welcome_info_se_l_t_r img {
  width: 160px;
}

/* line 3230, ../sass/layout/_layout.scss */
.welcome_info_se_l_t_l_i {
  width: 207px;
}

/* line 3231, ../sass/layout/_layout.scss */
.welcome_info_se_l_b {
  margin: 0 490px 0 0;
  width: 434px;
}

/* line 3233, ../sass/layout/_layout.scss */
.welcome_info_box h2 {
  background-color: #ffcfb2;
  margin: 16px 0 8px;
  padding: 4px 8px;
  font-weight: 700;
}

/* line 3234, ../sass/layout/_layout.scss */
.welcome_info_box h2.ma_min {
  margin: -2px 0 8px;
}

/* line 3235, ../sass/layout/_layout.scss */
.welcome_info_se_l_b ul,
.welcome_info_se_l_b ul li {
  display: block;
}

/* line 3236, ../sass/layout/_layout.scss */
.welcome_info_se_l_b ul li {
  border-bottom: 1px dotted #ffcfb2;
  padding: 4px 8px;
  line-height: 20px;
  height: 20px;
}

/* line 3237, ../sass/layout/_layout.scss */
.welcome_collect_header {
  margin: 0 0 8px;
  font-weight: 700;
}

/* line 3238, ../sass/layout/_layout.scss */
.welcome_collect_title {
  display: inline-block;
  width: 132px;
}

/*店舗情報*/
/* line 3241, ../sass/layout/_layout.scss */
.welcome_store_title {
  margin: 40px 0 10px;
  font-size: 18px;
  color: #222;
}

/* line 3242, ../sass/layout/_layout.scss */
.welcome_store_box {
  border: 1px solid #bbb;
  margin: 0 auto 20px;
  width: 978px;
  overflow: hidden;
}

/* line 3243, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box {
  margin: 0 0 -1px;
  float: left;
  position: relative;
  height: 140px;
  width: 20%;
  color: #222;
}

/* line 3244, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box:hover {
  color: #e93700;
}

/* line 3245, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box:hover .store_list_sn {
  text-decoration: underline;
}

/* line 3246, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box .store_list_sn {
  padding: 0 10%;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  height: 28px;
  width: 80%;
}

/* line 3257, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box .store_list_image {
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  margin: 0 auto;
  padding: 44px 20% 26px;
  display: block;
  height: 69px;
  width: 60%;
}

/* line 3266, ../sass/layout/_layout.scss */
#contents_box .welcome_store_box .x5 .store_list_image {
  border-right: 0;
}

/* line 3267, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box .store_list_image img {
  width: 100%;
}

/* line 3268, ../sass/layout/_layout.scss */
.welcome_store_box .store_list_box .store_list_data,
.welcome_store_box .store_list_box .member_btn_bc {
  display: none;
}

/* line 3270, ../sass/layout/_layout.scss */
.welcome_contents {
  padding: 0 16px;
  font-size: 14px;
  color: #222;
}

/* line 3271, ../sass/layout/_layout.scss */
.welcome_contents_sp {
  display: none;
}

/* line 3273, ../sass/layout/_layout.scss */
.welcome_film_movie .store_contents_title {
  border: 1px solid #ddd;
  background: #eee;
  padding: 4px 16px;
}

/* line 3274, ../sass/layout/_layout.scss */
.welcome_film_movie {
  margin: 0 -480px 0 0;
  float: left;
  width: 100%;
}

/* line 3279, ../sass/layout/_layout.scss */
.welcome_film {
  margin: 40px 0 0;
  float: left;
  width: 480px;
}

/* line 3280, ../sass/layout/_layout.scss */
.welcome_fm_inbox {
  margin: 40px 520px 0 0;
  width: 460px;
}

/* line 3281, ../sass/layout/_layout.scss */
.welcome_fm_inbox p {
  padding: 10px 0;
  text-align: left;
  color: #222;
}

/* line 3283, ../sass/layout/_layout.scss */
.welcome_film_movie #notice_movie {
  padding: 10px 0 0;
  width: 460px;
}

/* line 3284, ../sass/layout/_layout.scss */
.welcome_film_movie #notice_movie iframe {
  height: 276px;
  width: 460px;
}

/* line 3286, ../sass/layout/_layout.scss */
.welcome_film .notice_txt {
  border: 1px solid #bbb;
  padding: 16px 22px 28px;
  width: 436px;
}

/* line 3287, ../sass/layout/_layout.scss */
.welcome_film .store_f_p_title {
  display: none;
}

/* line 3288, ../sass/layout/_layout.scss */
.welcome_film #shop_film_price .notice_i_t {
  font-size: 12px;
  width: 120px;
}

/* line 3289, ../sass/layout/_layout.scss */
.welcome_film #shop_film_price .notice_i_c,
.welcome_film #shop_film_price .notice_i_c {
  font-size: 12px;
}

/* line 3290, ../sass/layout/_layout.scss */
.welcome_film .p_t_h {
  border-bottom: 0;
}

/*アプリ*/
/* line 3294, ../sass/layout/_layout.scss */
.welcome_app_title {
  background: #eee;
  margin: 56px auto 0;
  padding: 40px 0 0;
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 1000px;
}

/* line 3305, ../sass/layout/_layout.scss */
.welcome_app_pc {
  width: 1000px;
}

/* line 3306, ../sass/layout/_layout.scss */
.welcome_app_sp {
  display: none;
}

/* line 3307, ../sass/layout/_layout.scss */
.welcome_app_btn_box {
  display: block;
}

/* line 3308, ../sass/layout/_layout.scss */
.welcome_app_btn {
  margin: 16px auto 0;
  display: block;
  width: 300px;
}

/* line 3374, ../sass/layout/_layout.scss */
.store_list_area {
  display: none;
}

/* line 3376, ../sass/layout/_layout.scss */
.welcome_film .shop_film_bnr {
  width: 100%;
}

/* line 3377, ../sass/layout/_layout.scss */
.welcome_film .shop_film_bnr img {
  width: 100%;
}

/* line 3386, ../sass/layout/_layout.scss */
.welcome #contents .inner_box #contents_box h1 img {
  width: 600px;
  margin: 0 auto;
}

/* line 3395, ../sass/layout/_layout.scss */
.welcome #contents .inner_box #contents_box .welcome_header .welcome_text {
  width: 780px;
  margin: 0 auto;
}

/*記事内sns*/
/* line 3409, ../sass/layout/_layout.scss */
.contents_sns_outbox {
  margin: 8px auto 0;
  text-align: right;
  height: 22px;
  line-height: 20px;
  width: 750px;
}

/* line 3419, ../sass/layout/_layout.scss */
.contents_sns_outbox .contents_sns {
  float: right;
  height: 22px;
  width: auto;
}

/* line 3427, ../sass/layout/_layout.scss */
#top_vh h2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  width: auto;
}

/* line 3438, ../sass/layout/_layout.scss */
#top_vh .goods_photo_outbox {
  padding: 0;
  max-height: 440px;
}

/* line 3444, ../sass/layout/_layout.scss */
#top_vh .goods_photo_outbox .goods_photo_box {
  margin: 10px 1%;
  float: left;
  height: 90px;
  width: 90px;
}

/* Paragraph style
-------------------------------------------------- */
/*段落、文章などのstyleを定義*/
/* Title Style
-------------------------------------------------- */
/*h要素等のタイトルstyleを定義*/
/* line 5, ../sass/layout/_title.scss */
h1,
h2 {
  font-weight: 700;
}

/* line 36, ../sass/layout/_title.scss */
#top .full-box h2 {
  border: none;
  padding-bottom: 0;
}

/* line 39, ../sass/layout/_title.scss */
#top .full-box h2 span {
  display: block;
  padding: 10px 0 0;
}

/* Navigation & Menu Style
-------------------------------------------------- */
/*グローバルナビゲーション、ナビゲーション及びメニューパーツstyleを定義*/
/*グローバルナビゲーション*/
/* line 7, ../sass/layout/_navigation.scss */
.gm {
  padding: 10px 0 0;
  position: relative;
  height: 36px;
  border-bottom: 1px solid #eee;
}

/* line 15, ../sass/layout/_navigation.scss */
.gm nav > ul {
  text-align: center;
}

/* line 17, ../sass/layout/_navigation.scss */
.gm nav > ul > li {
  display: inline-block;
  margin: 0 auto;
  width: 120px;
  font-size: 15px;
  vertical-align: top;
}

/* line 26, ../sass/layout/_navigation.scss */
.gm nav > ul > li a:hover {
  text-decoration: none;
}

/* line 29, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv {
  position: absolute;
  z-index: 11;
  top: 47px;
  left: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  z-index: 100;
  cursor: auto;
  -webkit-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

/* line 48, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv .gm-list {
  width: 536px;
  display: inline-block;
  vertical-align: top;
  padding: 40px 0;
}

/* line 56, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv .gm-list > ul > li {
  width: 176px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  font-size: 14px;
}

/* line 65, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv .gm-list > ul > li > a {
  font-weight: 700;
}

/* line 68, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv .gm-list > ul > li > ul > li {
  color: #888;
  font-size: 13px;
}

/* line 74, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv .gm-img {
  width: 460px;
  display: inline-block;
  vertical-align: top;
  padding-top: 38px;
}

/* line 83, ../sass/layout/_navigation.scss */
.gm nav > ul > li .gm-hv .gm-img img {
  margin: 0 auto;
  width: 100%;
}

/* line 89, ../sass/layout/_navigation.scss */
.gm nav > ul > li:hover .gm-hv {
  height: 500px;
  width: 100%;
  opacity: 1;
  border-top: 2px solid #ccc;
  z-index: 1000;
  background: #fff;
}

/* line 97, ../sass/layout/_navigation.scss */
.gm nav > ul > li:hover .ipad-gm-hv {
  height: 410px;
}

/* line 99, ../sass/layout/_navigation.scss */
.gm nav > ul > li:hover .ipad-gm-hv .gm-list {
  width: 620px;
}

/* line 105, ../sass/layout/_navigation.scss */
.gm nav > ul > li:hover .ipad-gm-hv .gm-img {
  width: 376px;
  height: 430px;
  padding-top: 0;
}

/* line 115, ../sass/layout/_navigation.scss */
.gm nav > ul > li .ipad-gm-hv .gm-list {
  width: 620px;
}

/* line 120, ../sass/layout/_navigation.scss */
.gm nav > ul > li .ipad-gm-hv .gm-list > ul > li {
  width: 204px;
}

/* line 125, ../sass/layout/_navigation.scss */
.gm nav > ul > li .ipad-gm-hv .gm-list > ul > li span {
  font-size: 12px;
}

/* line 130, ../sass/layout/_navigation.scss */
.gm nav > ul > li .ipad-gm-hv .gm-img {
  width: 376px;
  height: 430px;
}

/* line 139, ../sass/layout/_navigation.scss */
.gm nav > ul li.drop-down {
  padding-bottom: 20px;
}

/* line 141, ../sass/layout/_navigation.scss */
.gm nav > ul li.drop-down > a:after {
  content: "";
  width: 10px;
  height: 11px;
  display: inline-block;
  background: url(https://bambina.itembox.design/img/arrow_bottom.png) no-repeat;
  background-size: 10px;
  margin-left: 10px;
}

/* line 152, ../sass/layout/_navigation.scss */
.gm nav > ul li.gm-list-hv a {
  position: relative;
  display: block;
  text-decoration: none;
}

/* line 156, ../sass/layout/_navigation.scss */
.gm nav > ul li.gm-list-hv a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-hover);
  display: block;
  width: 100%;
  font-size: 13px;
  color: #aaa;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}

/* line 168, ../sass/layout/_navigation.scss */
.gm nav > ul li.gm-list-hv a span {
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/* line 172, ../sass/layout/_navigation.scss */
.gm nav > ul li.gm-list-hv a:hover::after,
.gm nav > ul li.gm-list-hv a:focus::after {
  opacity: 1;
}

/* line 176, ../sass/layout/_navigation.scss */
.gm nav > ul li.gm-list-hv a:hover span,
.gm nav > ul li.gm-list-hv a:focus span {
  opacity: 0;
}

/*サイドメニュー（トップ）*/
/* line 186, ../sass/layout/_navigation.scss */
.side-menu {
  width: 220px;
  float: left;
  margin: 6px 0 20px;
}

/* line 195, ../sass/layout/_navigation.scss */
.side-menu h3 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #555;
  padding-bottom: 10px;
}

/* line 211, ../sass/layout/_navigation.scss */
.side-menu .side-word h3 {
  margin-bottom: 10px;
}

/* line 255, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul li {
  padding: 5px 10px;
}

/* line 267, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul li a {
  display: block;
}

/* line 276, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_2 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

/* line 279, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* line 282, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_4 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

/* line 285, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_5 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

/* line 288, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_6 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

/* line 291, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_7 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

/* line 294, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_8 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

/* line 297, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_9 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

/* line 300, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_10 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

/* line 303, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_11 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

/* line 306, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_12 {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

/* line 309, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_13 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

/* line 312, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner ul .kw_14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

/* line 316, ../sass/layout/_navigation.scss */
.side-menu .side-word .side-word-inner .mCSB_scrollTools .mCSB_draggerContainer {
  display: none;
}

/* line 324, ../sass/layout/_navigation.scss */
.side-menu nav {
  margin-top: 30px;
}

/* line 329, ../sass/layout/_navigation.scss */
.side-menu nav section {
  margin-bottom: 30px;
}

/* line 331, ../sass/layout/_navigation.scss */
.side-menu nav section .side-menu-list {
  display: block;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

/* line 337, ../sass/layout/_navigation.scss */
.side-menu nav section .side-menu-list a {
  display: block;
  padding-left: 10px;
}

/* line 340, ../sass/layout/_navigation.scss */
.side-menu nav section .side-menu-list a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

/* line 349, ../sass/layout/_navigation.scss */
.side-menu .info {
  display: block;
}

/*サイドメニュー*/
/* line 361, ../sass/layout/_navigation.scss */
#mypage .side-menu,
#cart .side-menu,
#read .side-menu {
  padding: 0 10px 0 0;
  float: right;
  width: 190px;
}

/* line 374, ../sass/layout/_navigation.scss */
#list .side-menu,
#mypage .side-menu,
#cart .side-menu,
#read .side-menu {
  /*サイド ブランド*/
  /*サイド レビュー*/
}

/* line 376, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box,
#mypage .side-menu .inner_box,
#cart .side-menu .inner_box,
#read .side-menu .inner_box {
  width: 190px;
  padding: 0;
}

/* line 379, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box h2,
#mypage .side-menu .inner_box h2,
#cart .side-menu .inner_box h2,
#read .side-menu .inner_box h2 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #555;
  padding-bottom: 10px;
}

/* line 384, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box h2 span,
#mypage .side-menu .inner_box h2 span,
#cart .side-menu .inner_box h2 span,
#read .side-menu .inner_box h2 span {
  font-size: 10px;
  font-weight: normal;
  line-height: 0px;
  color: #aaa;
  padding-left: 10px;
}

/* line 392, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box,
#mypage .side-menu .inner_box .brand-list-box,
#cart .side-menu .inner_box .brand-list-box,
#read .side-menu .inner_box .brand-list-box {
  margin-bottom: 30px;
  padding-top: 10px;
}

/* line 395, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box li,
#mypage .side-menu .inner_box .brand-list-box li,
#cart .side-menu .inner_box .brand-list-box li,
#read .side-menu .inner_box .brand-list-box li {
  padding-bottom: 10px;
}

/* line 399, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box ul.last_ul li:last-child,
#mypage .side-menu .inner_box .brand-list-box ul.last_ul li:last-child,
#cart .side-menu .inner_box .brand-list-box ul.last_ul li:last-child,
#read .side-menu .inner_box .brand-list-box ul.last_ul li:last-child {
  padding-bottom: 0;
}

/* line 404, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box .brand-twocolumn h3,
#mypage .side-menu .inner_box .brand-list-box .brand-twocolumn h3,
#cart .side-menu .inner_box .brand-list-box .brand-twocolumn h3,
#read .side-menu .inner_box .brand-list-box .brand-twocolumn h3 {
  width: 90px;
  margin: 0 auto;
  border: none;
  padding: 0;
}

/* line 410, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box .brand-twocolumn ul li,
#mypage .side-menu .inner_box .brand-list-box .brand-twocolumn ul li,
#cart .side-menu .inner_box .brand-list-box .brand-twocolumn ul li,
#read .side-menu .inner_box .brand-list-box .brand-twocolumn ul li {
  padding-bottom: 10px;
}

/* line 415, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box .brand-onecolumn h3,
#mypage .side-menu .inner_box .brand-list-box .brand-onecolumn h3,
#cart .side-menu .inner_box .brand-list-box .brand-onecolumn h3,
#read .side-menu .inner_box .brand-list-box .brand-onecolumn h3 {
  width: 100px;
  margin: 0 auto;
  border: none;
  padding: 0;
}

/* line 421, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box .brand-onecolumn img.border_around,
#mypage .side-menu .inner_box .brand-list-box .brand-onecolumn img.border_around,
#cart .side-menu .inner_box .brand-list-box .brand-onecolumn img.border_around,
#read .side-menu .inner_box .brand-list-box .brand-onecolumn img.border_around {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 428, ../sass/layout/_navigation.scss */
#list .side-menu .inner_box .brand-list-box .brandlogo_s h3,
#list .side-menu .inner_box .brand-list-box .brandlogo_tall h3,
#mypage .side-menu .inner_box .brand-list-box .brandlogo_s h3,
#mypage .side-menu .inner_box .brand-list-box .brandlogo_tall h3,
#cart .side-menu .inner_box .brand-list-box .brandlogo_s h3,
#cart .side-menu .inner_box .brand-list-box .brandlogo_tall h3,
#read .side-menu .inner_box .brand-list-box .brandlogo_s h3,
#read .side-menu .inner_box .brand-list-box .brandlogo_tall h3 {
  width: 120px;
}

/* line 437, ../sass/layout/_navigation.scss */
#list .side-menu #side_review .inner_box > ul > li,
#mypage .side-menu #side_review .inner_box > ul > li,
#cart .side-menu #side_review .inner_box > ul > li,
#read .side-menu #side_review .inner_box > ul > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

/* line 440, ../sass/layout/_navigation.scss */
#list .side-menu #side_review .inner_box > ul > li span,
#mypage .side-menu #side_review .inner_box > ul > li span,
#cart .side-menu #side_review .inner_box > ul > li span,
#read .side-menu #side_review .inner_box > ul > li span {
  display: block;
  height: 140px;
  width: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 auto;
}

/* line 450, ../sass/layout/_navigation.scss */
#list .side-menu #side_review .inner_box > ul > li span img,
#mypage .side-menu #side_review .inner_box > ul > li span img,
#cart .side-menu #side_review .inner_box > ul > li span img,
#read .side-menu #side_review .inner_box > ul > li span img {
  width: 220px;
  height: auto;
  margin-left: -40px;
  margin-top: -4px;
}

/* line 457, ../sass/layout/_navigation.scss */
#list .side-menu #side_review .inner_box > ul > li h3,
#mypage .side-menu #side_review .inner_box > ul > li h3,
#cart .side-menu #side_review .inner_box > ul > li h3,
#read .side-menu #side_review .inner_box > ul > li h3 {
  font-size: 13px;
  line-height: 16px;
  border: none;
  padding: 20px 0 10px;
}

/* line 463, ../sass/layout/_navigation.scss */
#list .side-menu #side_review .inner_box > ul > li p,
#mypage .side-menu #side_review .inner_box > ul > li p,
#cart .side-menu #side_review .inner_box > ul > li p,
#read .side-menu #side_review .inner_box > ul > li p {
  font-size: 12px;
  line-height: 16px;
}

/* line 470, ../sass/layout/_navigation.scss */
#list .side-menu #side_review .side_review_nav dd > ul > li,
#mypage .side-menu #side_review .side_review_nav dd > ul > li,
#cart .side-menu #side_review .side_review_nav dd > ul > li,
#read .side-menu #side_review .side_review_nav dd > ul > li {
  padding: 0;
}

/*アコーディオン*/
/* line 483, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist:hover,
#side_review .accordionbox .accordionlist:hover {
  background: #f5f5f5;
}

/* line 489, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dt,
#side_review .accordionbox .accordionlist dt {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

/* line 497, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd,
#side_review .accordionbox .accordionlist dd {
  display: none;
  position: relative;
}

/* line 500, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd > ul > li,
#side_review .accordionbox .accordionlist dd > ul > li {
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  background: #eee;
  position: relative;
  padding: 0;
}

/* line 506, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd > ul > li a,
#side_review .accordionbox .accordionlist dd > ul > li a {
  display: block;
  padding-left: 20px;
}

/* line 509, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd > ul > li a:hover,
#side_review .accordionbox .accordionlist dd > ul > li a:hover {
  text-decoration: none;
  background: #ccc;
}

/* line 514, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd > ul > li > ul,
#side_review .accordionbox .accordionlist dd > ul > li > ul {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 188px;
  overflow: hidden;
  height: 0;
  min-width: 240px;
  padding: 0;
  cursor: auto;
}

/* line 525, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd > ul > li > ul > li,
#side_review .accordionbox .accordionlist dd > ul > li > ul > li {
  line-height: 40px;
}

/* line 527, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordionlist dd > ul > li > ul > li > a,
#side_review .accordionbox .accordionlist dd > ul > li > ul > li > a {
  padding: 0 20px;
}

/* line 534, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon,
.sidebar .accordionbox .accordion_icon span,
#side_review .accordionbox .accordion_icon,
#side_review .accordionbox .accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 540, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon,
#side_review .accordionbox .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 6px;
}

/* line 546, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon span,
#side_review .accordionbox .accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #555;
}

/* line 552, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon span:nth-of-type(1),
#side_review .accordionbox .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

/* line 560, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon span:nth-of-type(2),
#side_review .accordionbox .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* line 570, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon.active span:nth-of-type(1),
#side_review .accordionbox .accordion_icon.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* line 578, ../sass/layout/_navigation.scss */
.sidebar .accordionbox .accordion_icon.active span:nth-of-type(2),
#side_review .accordionbox .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

/* line 592, ../sass/layout/_navigation.scss */
.sidebar .accordionbox:not(.list-narrow) .accordionlist dd > ul > li a :hover,
#side_review .accordionbox:not(.list-narrow) .accordionlist dd > ul > li a :hover {
  text-decoration: none;
  background: #ccc;
}

/* line 596, ../sass/layout/_navigation.scss */
.sidebar .accordionbox:not(.list-narrow) .accordionlist dd > ul > li:hover > ul,
#side_review .accordionbox:not(.list-narrow) .accordionlist dd > ul > li:hover > ul {
  height: auto;
  background: #f5f5f5;
  opacity: 1;
  z-index: 100;
}

/* line 605, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon,
.sidebar .accordion_icon span,
#side_review .accordion_icon,
#side_review .accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 611, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon,
#side_review .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 6px;
}

/* line 617, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon span,
#side_review .accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #555;
}

/* line 623, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon span:nth-of-type(1),
#side_review .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

/* line 631, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon span:nth-of-type(2),
#side_review .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* line 641, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon.active span:nth-of-type(1),
#side_review .accordion_icon.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/* line 649, ../sass/layout/_navigation.scss */
.sidebar .accordion_icon.active span:nth-of-type(2),
#side_review .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

/* line 660, ../sass/layout/_navigation.scss */
.no-accordion {
  display: block;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

/* line 665, ../sass/layout/_navigation.scss */
.no-accordion :hover {
  background: #f5f5f5;
}

/* line 668, ../sass/layout/_navigation.scss */
.no-accordion a {
  display: block;
  padding: 10px;
}

/* line 671, ../sass/layout/_navigation.scss */
.no-accordion a:hover {
  text-decoration: none;
}

/*パン屑*/
/* line 684, ../sass/layout/_navigation.scss */
.bcl_box {
  padding: 20px 0 10px;
  text-align: left;
}

/* line 691, ../sass/layout/_navigation.scss */
.l_box_bc {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 0;
  font-size: 12px;
  /*h1 {
  	@include max-screen($breakpoint-mobile) {
  		padding:0; 
  		font-size:18px; 
  		font-weight:700; 
  		line-height:24px; 
  		height:auto; 
  		color:#666; 
  	}
  }*/
}

/* line 702, ../sass/layout/_navigation.scss */
.l_box_bc a.member_bc_top {
  background-image: url(https://bambina.itembox.design/img/icon_home.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  float: left;
  padding: 0;
  height: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  line-height: 50px;
}

/* line 718, ../sass/layout/_navigation.scss */
.l_box_bc a,
.l_box_bc span,
.l_box_bc h1 {
  padding: 0 0 0 10px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

/* line 732, ../sass/layout/_navigation.scss */
.l_box_bc a:hover {
  text-decoration: underline;
}

/* line 745, ../sass/layout/_navigation.scss */
.l_box_bc li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 753, ../sass/layout/_navigation.scss */
.l_box_bc li a {
  text-decoration: none;
  color: #888;
}

/* line 756, ../sass/layout/_navigation.scss */
.l_box_bc li a > span {
  padding: 0;
}

/* line 764, ../sass/layout/_navigation.scss */
.l_box_g_disp .l_box_list_ss {
  height: 493px;
}

/* line 766, ../sass/layout/_navigation.scss */
.l_box_g_disp .l_box_list_ss .goods_box .r_txt {
  display: block;
  padding: 10px 0 4px;
  width: 100%;
}

/*.list_bcl { 
	font-size:10px; 
	line-height:24px; 
	color:#888;
	@include max-screen($breakpoint-mobile) {
		line-height: 18px;
	}
	li {
		display: inline-block;
		vertical-align: middle;
		white-space: nowrap;
		@include max-screen($breakpoint-mobile) {
			height: 22px;
			line-height: 22px;
		}
	}
	a { 
		text-decoration:none; 
		color:#888;
	}
}*/
/*ステップ*/
/* line 803, ../sass/layout/_navigation.scss */
.step {
  margin: 20px 0;
}

/* line 805, ../sass/layout/_navigation.scss */
.step ul {
  list-style: none;
  overflow: hidden;
}

/* line 808, ../sass/layout/_navigation.scss */
.step ul li {
  float: left;
  color: #aaa;
  text-decoration: none;
  padding: 6px 0 6px 65px;
  background: #eee;
  position: relative;
  display: block;
  float: left;
  width: auto;
  text-align: center;
  font-size: 12px;
}

/* line 820, ../sass/layout/_navigation.scss */
.step ul li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

/* line 835, ../sass/layout/_navigation.scss */
.step ul li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

/* line 850, ../sass/layout/_navigation.scss */
.step ul li.br_ac {
  padding-left: 10px;
  background: #888;
  color: #fff;
}

/* line 854, ../sass/layout/_navigation.scss */
.step ul li.br_ac:after {
  border-left: 30px solid #888;
}

/* line 858, ../sass/layout/_navigation.scss */
.step ul li:first-child {
  padding: 6px 0 6px 30px;
}

/* line 861, ../sass/layout/_navigation.scss */
.step ul li.br_sec {
  padding: 6px 0 6px 50px;
}

/* line 864, ../sass/layout/_navigation.scss */
.step ul li:last-child {
  padding: 6px 30px 6px 65px;
}

/* line 866, ../sass/layout/_navigation.scss */
.step ul li:last-child:after,
.step ul li:last-child:before {
  border: 0;
}

/*新規登録step*/
/* line 876, ../sass/layout/_navigation.scss */
.new_step ul li {
  width: 275px;
}

/*注文step*/
/* line 882, ../sass/layout/_navigation.scss */
.order_step ul li {
  width: 145px;
}

/*sbステップ*/
/* line 934, ../sass/layout/_navigation.scss */
.sb_step {
  position: absolute;
  top: -70px;
  right: 0;
}

/* line 945, ../sass/layout/_navigation.scss */
.sb_step ul li {
  width: auto;
}

/*2ステップ*/
/* line 956, ../sass/layout/_navigation.scss */
.two_step ul li {
  width: 436px;
}

/*4ステップ*/
/* line 966, ../sass/layout/_navigation.scss */
.four_step ul li {
  width: 193px;
}

/*パスワード忘れた方*/
/* line 984, ../sass/layout/_navigation.scss */
.step_forget_pass ul li {
  width: 193px;
}

/* line 990, ../sass/layout/_navigation.scss */
.step_forget_pass .br_ac {
  padding: 6px 0 6px 50px;
}

/*Topへ戻る*/
/* line 999, ../sass/layout/_navigation.scss */
.pagetop {
  display: none;
  width: 50px;
  height: 50px;
  background: url("https://bambina.itembox.design/img/icon/icon_totop_2x.png") no-repeat center;
  background-size: 50px;
  position: fixed;
  right: 2%;
  bottom: 50px;
  z-index: 100;
}

/* line 1009, ../sass/layout/_navigation.scss */
.pagetop:hover {
  background-image: url("https://bambina.itembox.design/img/icon/icon_totop_ah_2x.png");
}

/*SPカテゴリー*/
/* line 1015, ../sass/layout/_navigation.scss */
.sp_menu {
  display: none;
}

/* Button Style
-------------------------------------------------- */
/*ボタンパーツstyleを定義*/
/*もっと見るボタン*/
/* line 7, ../sass/layout/_button.scss */
.c_footer {
  height: 50px;
  text-align: center;
  width: 300px;
  margin: 30px auto 0;
  display: block;
  border: 2px solid #ff829f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../sass/layout/_button.scss */
.c_footer:hover {
  background: #ff829f;
  border: 2px solid #fee0e4;
}

/* line 18, ../sass/layout/_button.scss */
.c_footer a {
  color: #ff829f;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

/* line 26, ../sass/layout/_button.scss */
.c_footer a:hover {
  color: #fff;
  text-decoration: none;
}

/*メインボタン*/
/* line 34, ../sass/layout/_button.scss */
.bk_bg_btn {
  background: #111;
  color: #fff;
  width: 240px;
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
}

/* line 43, ../sass/layout/_button.scss */
.bk_bg_btn:hover {
  background: #555;
  text-decoration: none;
}

/* line 49, ../sass/layout/_button.scss */
.bk_bg_input_btn {
  background: #111;
  border: 1px solid #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}

/* line 55, ../sass/layout/_button.scss */
.bk_bg_input_btn:hover {
  background: #555;
  border: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, ../sass/layout/_button.scss */
.bk_line_btn {
  border: 1px solid #111;
  color: #111;
  cursor: pointer;
  width: 100%;
  height: 34px;
}

/*サブボタン グレーボタン*/
/* line 72, ../sass/layout/_button.scss */
.gy_bg_btn {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  padding: 2px 6px;
  text-align: center;
  cursor: pointer;
  width: auto;
  height: 22px;
}

/* line 83, ../sass/layout/_button.scss */
.gy_bg_btn:hover {
  background: #ccc;
  border: 1px solid #ccc;
  text-decoration: none;
}

/* line 90, ../sass/layout/_button.scss */
.read_more,
.member_btn_bc,
.gray_line_btn {
  color: #111;
  width: 240px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #e5e5e1;
  height: 40px;
  line-height: 40px;
}

/* line 104, ../sass/layout/_button.scss */
.read_more:hover,
.member_btn_bc:hover,
.gray_line_btn:hover {
  color: #666;
}

/* line 108, ../sass/layout/_button.scss */
.read_more {
  margin: 0 auto;
}

/* line 110, ../sass/layout/_button.scss */
.read_more a {
  display: block;
}

/* line 112, ../sass/layout/_button.scss */
.read_more a:before {
  background: url(https://bambina.itembox.design/img/icon/icon_arrow_more.png) no-repeat left center;
  content: "";
  width: 7px;
  height: 14px;
  padding-right: 20px;
  display: inline-block;
}

/* line 120, ../sass/layout/_button.scss */
.read_more a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* line 126, ../sass/layout/_button.scss */
.member_btn_ad {
  border: #fff 1px solid;
  background: #111;
  margin: 40px auto 0;
  padding: 0;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  width: 240px;
  color: #fff;
  cursor: pointer;
}

/* line 142, ../sass/layout/_button.scss */
.member_btn_bc {
  font-weight: normal;
  margin: 30px auto 0;
  display: block;
}

/*テキストリンク*/
/* line 149, ../sass/layout/_button.scss */
.a_line {
  text-decoration: underline;
}

/* Box Style
-------------------------------------------------- */
/*boxコンテンツstyleを定義*/
/*レイアウト*/
/* line 13, ../sass/layout/_box.scss */
#contents {
  padding: 140px 0 0;
}

/* line 19, ../sass/layout/_box.scss */
#contents.iphoneapp {
  padding: 0 0 100px;
}

/* line 23, ../sass/layout/_box.scss */
#contents_box {
  width: 100%;
}

/* line 31, ../sass/layout/_box.scss */
#list #contents_main,
#mypage #contents_main,
#cart #contents_main,
#read #contents_main {
  width: 790px;
  float: right;
  position: relative;
  /*banner横 txt*/
}

/* line 42, ../sass/layout/_box.scss */
#list #contents_main .info,
#mypage #contents_main .info,
#cart #contents_main .info,
#read #contents_main .info {
  float: right;
  width: 182px;
  height: 182px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  position: relative;
}

/* line 69, ../sass/layout/_box.scss */
#list #contents_main #top_txt .top_txt_title,
#mypage #contents_main #top_txt .top_txt_title,
#cart #contents_main #top_txt .top_txt_title,
#read #contents_main #top_txt .top_txt_title {
  display: none;
}

/* line 79, ../sass/layout/_box.scss */
#list #contents_main #top_txt .top_txt_c,
#mypage #contents_main #top_txt .top_txt_c,
#cart #contents_main #top_txt .top_txt_c,
#read #contents_main #top_txt .top_txt_c {
  padding: 10px;
}

/* line 81, ../sass/layout/_box.scss */
#list #contents_main #top_txt .top_txt_c p,
#mypage #contents_main #top_txt .top_txt_c p,
#cart #contents_main #top_txt .top_txt_c p,
#read #contents_main #top_txt .top_txt_c p {
  font-size: 12px;
  line-height: 20px;
}

/* line 84, ../sass/layout/_box.scss */
#list #contents_main #top_txt .top_txt_c p span,
#mypage #contents_main #top_txt .top_txt_c p span,
#cart #contents_main #top_txt .top_txt_c p span,
#read #contents_main #top_txt .top_txt_c p span {
  font-weight: 700;
}

/* line 91, ../sass/layout/_box.scss */
#list #contents_main #goods_list .list_bcl,
#mypage #contents_main #goods_list .list_bcl,
#cart #contents_main #goods_list .list_bcl,
#read #contents_main #goods_list .list_bcl {
  padding: 4px 16px;
  font-size: 10px;
  line-height: 28px;
  color: #888;
}

/* line 96, ../sass/layout/_box.scss */
#list #contents_main #goods_list .list_bcl li,
#mypage #contents_main #goods_list .list_bcl li,
#cart #contents_main #goods_list .list_bcl li,
#read #contents_main #goods_list .list_bcl li {
  display: inline-block;
}

/* line 98, ../sass/layout/_box.scss */
#list #contents_main #goods_list .list_bcl li a,
#mypage #contents_main #goods_list .list_bcl li a,
#cart #contents_main #goods_list .list_bcl li a,
#read #contents_main #goods_list .list_bcl li a {
  text-decoration: none;
  color: #888;
}

/*横幅*/

/* ブロック*/
/*2カラム*/
/* line 129, ../sass/layout/_box.scss */
.two-block .inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 146, ../sass/layout/_box.scss */
.two-block .inner_box > div {
  width: 480px;
}

/*カード*/
/*レクタングル 2カード*/
/*4:3 3カード*/
/* line 160, ../sass/layout/_box.scss */
.oblong-three-cards ul {
  display: -webkit-box;
  display: -moz-box;
  -ms-flex-wrap: wrap;
  display: box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/* line 177, ../sass/layout/_box.scss */
.oblong-three-cards ul li {
  width: 320px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}

/* line 189, ../sass/layout/_box.scss */
.oblong-three-cards ul li h3 {
  padding: 10px 10px 0;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*single-column*/
/* line 208, ../sass/layout/_box.scss */
.single-column {
  display: table;
  width: 100%;
}

/* line 219, ../sass/layout/_box.scss */
.single-column a:hover {
  text-decoration: none;
}

/* line 222, ../sass/layout/_box.scss */
.single-column a img {
  width: 550px;
  display: table-cell;
}

/* line 233, ../sass/layout/_box.scss */
.single-column div {
  display: table-cell;
  width: 420px;
  vertical-align: middle;
  background: #fff;
  padding: 0 50px;
}

/* line 247, ../sass/layout/_box.scss */
.single-column div h3 {
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  margin: 0 0 20px;
  line-height: 26px;
}

/* line 261, ../sass/layout/_box.scss */
.single-column div span.c_footer {
  line-height: 48px;
  color: #aaa;
  font-weight: 700;
  margin-top: 40px;
  width: 350px;
}

/* line 271, ../sass/layout/_box.scss */
.single-column div span.c_footer:hover {
  text-decoration: none;
}

/*4カラム*/
/* line 280, ../sass/layout/_box.scss */
.four-column ul {
  display: -webkit-box;
  display: -moz-box;
  -ms-flex-wrap: wrap;
  display: box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 297, ../sass/layout/_box.scss */
.four-column ul li {
  width: 240px;
}

/* line 305, ../sass/layout/_box.scss */
.four-column ul li span {
  display: block;
  padding: 10px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*4カラムスライダー*/
/* line 323, ../sass/layout/_box.scss */
.four-column-slider h3 {
  font-weight: 500;
  padding: 10px;
}

/* line 327, ../sass/layout/_box.scss */
.four-column-slider span {
  height: 52px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*商品リスト*/
/*3カラム*/
/* line 343, ../sass/layout/_box.scss */
.goods-three-column {
  display: -webkit-box;
  display: -moz-box;
  -ms-flex-wrap: wrap;
  display: box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 354, ../sass/layout/_box.scss */
.goods-three-column .goods_box {
  width: 33%;
  display: inline-block;
  padding: 0;
}

/* line 361, ../sass/layout/_box.scss */
.goods-three-column .goods_box .r_header {
  display: none;
}

/*4カラム*/
/* line 369, ../sass/layout/_box.scss */
.goods-four-column .goods_box {
  position: relative;
  width: 22.6%;
  display: inline-block;
  vertical-align: top;
  padding: 0 1% 30px;
}

/* line 375, ../sass/layout/_box.scss */
.goods-four-column .goods_box a {
  display: block;
}

/*goods_box*/
/* line 383, ../sass/layout/_box.scss */
.goods_box {
  height: 260px;
  width: 140px;
  padding: 14px 9px;
  float: left;
  border-bottom: 1px solid #ddd;
}

/* line 412, ../sass/layout/_box.scss */
.goods_box .r_txt {
  display: block;
  padding: 10px 0 4px;
  width: 100%;
}

/* line 426, ../sass/layout/_box.scss */
.goods_box .r_txt .name {
  margin: 0;
  display: block;
  font-size: 12px;
  height: 30px;
  line-height: 15px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 447, ../sass/layout/_box.scss */
.goods_box .r_txt .maker {
  margin: 4px 0;
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  color: #888;
  overflow: hidden;
}

/* line 456, ../sass/layout/_box.scss */
.goods_box .r_txt .s_u_price {
  padding-right: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  color: #666;
}

/* line 467, ../sass/layout/_box.scss */
.goods_box .r_txt .s_price {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  color: #666;
}

/* line 474, ../sass/layout/_box.scss */
.goods_box .r_txt .status,
.goods_box .r_txt .status_sp {
  font-size: 12px;
}

/* line 478, ../sass/layout/_box.scss */
.goods_box .r_txt .status {
  display: block;
}

/* line 484, ../sass/layout/_box.scss */
.goods_box .r_txt .status_sp {
  display: none;
}

/* line 497, ../sass/layout/_box.scss */
.goods_box .r_header .r_odr {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-left: 20px;
}

/* line 503, ../sass/layout/_box.scss */
.goods_box .r_header .r_last {
  padding: 2px 0 0;
  font-size: 12px;
  height: 16px;
  color: #888;
}

/* line 509, ../sass/layout/_box.scss */
.goods_box .r_header .r_mark_same,
.goods_box .r_header .r_mark_down,
.goods_box .r_header .r_mark_up {
  background-image: url("https://bambina.itembox.design/img/common_bg.png");
  margin: 0 4px;
  padding-top: 18px;
  display: block;
  float: left;
  height: 0px;
  width: 12px;
  overflow: hidden;
}

/* line 521, ../sass/layout/_box.scss */
.goods_box .r_header .r_mark_same {
  background-position: 0 -402px;
}

/* line 524, ../sass/layout/_box.scss */
.goods_box .r_header .r_mark_down {
  background-position: -11px -402px;
}

/* line 527, ../sass/layout/_box.scss */
.goods_box .r_header .r_mark_up {
  background-position: -22px -402px;
}

/* line 530, ../sass/layout/_box.scss */
.goods_box .r_header .r_odr,
.goods_box .r_header .r_last {
  float: left;
}

/* paging Style
-------------------------------------------------- */
/* List Style
-------------------------------------------------- */
/*リストパーツstyleを定義*/
/*オリジナルアイテム一覧*/
/* line 7, ../sass/layout/_list.scss */
.whats_new_list_box {
  margin-top: 20px;
}

/* line 11, ../sass/layout/_list.scss */
.whats_new_list_box .oblong-three-cards ul li {
  width: 390px;
}

/* line 20, ../sass/layout/_list.scss */
.whats_new_list_box .oblong-three-cards ul li img {
  width: 100%;
}

/* ブランド一覧 */
/* line 33, ../sass/layout/_list.scss */
.brand_category {
  margin: 10px 0 30px;
}

/* line 35, ../sass/layout/_list.scss */
.brand_category ul li {
  display: inline-block;
  border-left: 1px solid #ddd;
  width: 186px;
  padding: 6px 4px;
  text-align: center;
}

/* line 52, ../sass/layout/_list.scss */
.brand_category ul li:first-child {
  border: 0;
}

/* line 55, ../sass/layout/_list.scss */
.brand_category ul li a {
  display: block;
}

/* line 57, ../sass/layout/_list.scss */
.brand_category ul li a:hover {
  background: #eee;
  text-decoration: none;
}

/* line 64, ../sass/layout/_list.scss */
#men,
#women,
#unisex,
#other {
  margin-top: -80px;
  padding-top: 80px;
}

/* line 73, ../sass/layout/_list.scss */
.b_list_box {
  margin-bottom: 50px;
}

/* line 75, ../sass/layout/_list.scss */
.b_list_box ul li {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  margin: 40px 20px 0;
}

/* line 88, ../sass/layout/_list.scss */
.b_list_box h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

/* line 97, ../sass/layout/_list.scss */
.b_list_box h3 {
  font-weight: 700;
  line-height: 20px;
  padding: 20px 0;
  height: 40px;
  font-size: 16px;
  text-align: center;
}

/* line 107, ../sass/layout/_list.scss */
.b_list_box h3 > span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #888;
}

/* line 114, ../sass/layout/_list.scss */
.b_list_box span {
  display: block;
  font-size: 12px;
  line-height: 20px;
}

/* Slider Style
-------------------------------------------------- */
/*スライダーのstyleを定義*/
/* Slider */
/* line 46, ../sass/layout/_slider.scss */
.slick-loading .slick-list {
  background: #fff url("https://bambina.itembox.design/img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
/* line 52, ../sass/layout/_slider.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  border: 20px solid transparent;
  border-right-color: #fff;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 10;
}

/* line 69, ../sass/layout/_slider.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 73, ../sass/layout/_slider.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 77, ../sass/layout/_slider.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 80, ../sass/layout/_slider.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 90, ../sass/layout/_slider.scss */
.slick-prev {
  width: 20px;
  height: 20px;
  border: 0px;
  border-bottom: solid 2px #aaa;
  border-left: solid 2px #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*[dir="rtl"] & {
      left: auto;
      right: -25px;
  }
  &:before {
      content: $slick-prev-character;
      [dir="rtl"] & {
          content: $slick-next-character;
      }
  }*/
}

/* line 114, ../sass/layout/_slider.scss */
.slick-next {
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #aaa;
  border-right: solid 2px #aaa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*[dir="rtl"] & {
      left: -25px;
      right: auto;
  }
  &:before {
      content: $slick-next-character;
      [dir="rtl"] & {
          content: $slick-prev-character;
      }
  }*/
}

/* line 144, ../sass/layout/_slider.scss */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 152, ../sass/layout/_slider.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}

/* line 159, ../sass/layout/_slider.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
}

/* line 171, ../sass/layout/_slider.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 173, ../sass/layout/_slider.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 177, ../sass/layout/_slider.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.25;
}

/* line 194, ../sass/layout/_slider.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 201, ../sass/layout/_slider.scss */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 30px;
}

/* line 216, ../sass/layout/_slider.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 223, ../sass/layout/_slider.scss */
.slick-list:focus {
  outline: none;
}

/* line 227, ../sass/layout/_slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 232, ../sass/layout/_slider.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 241, ../sass/layout/_slider.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

/* line 247, ../sass/layout/_slider.scss */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 253, ../sass/layout/_slider.scss */
.slick-track:after {
  clear: both;
}

/* line 257, ../sass/layout/_slider.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 261, ../sass/layout/_slider.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden;
  display: none;
  /*span {
  	padding: 10px 0;
  	display: block;
  	text-align: center;
  	font-size: 14px;
  }*/
}

/* line 266, ../sass/layout/_slider.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 269, ../sass/layout/_slider.scss */
/* line 273, ../sass/layout/_slider.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 279, ../sass/layout/_slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 290, ../sass/layout/_slider.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 294, ../sass/layout/_slider.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 298, ../sass/layout/_slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 304, ../sass/layout/_slider.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 309, ../sass/layout/_slider.scss */
.slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}

/* line 316, ../sass/layout/_slider.scss */
.slider .main-visual {
  max-width: 666px;
  margin: 0 auto 50px;
  width: 100%;
  height: 500px;
  position: relative;
}

/* line 325, ../sass/layout/_slider.scss */
.slider .main-visual .slick-list {
  overflow: visible;
}

/* line 328, ../sass/layout/_slider.scss */
.slider .main-visual .slick-slide {
  height: auto;
}

/* line 332, ../sass/layout/_slider.scss */
.slider .main-visual .slider_left {
  position: absolute;
  width: 1000px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: -1000px;
}

/* line 341, ../sass/layout/_slider.scss */
.slider .main-visual .slider_right {
  position: absolute;
  width: 1000px;
  height: 500px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  right: -1000px;
}

/* line 349, ../sass/layout/_slider.scss */
.slider .main-visual .top-slider li {
  position: relative;
}

/* line 351, ../sass/layout/_slider.scss */
.slider .main-visual .top-slider li p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  width: 100%;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

/*three-column-slider*/
/* line 368, ../sass/layout/_slider.scss */
.four-column-slider {
  position: relative;
}

/* line 370, ../sass/layout/_slider.scss */
.four-column-slider .slick-slide {
  margin: 0 10px;
}

/* line 376, ../sass/layout/_slider.scss */
.four-column-slider .slick-prev,
.four-column-slider .slick-next {
  top: 38%;
}

/* line 384, ../sass/layout/_slider.scss */
.four-column-slider .slick-prev {
  left: -30px;
}

/* line 390, ../sass/layout/_slider.scss */
.four-column-slider .slick-next {
  right: -30px;
}

/**/
/* line 399, ../sass/layout/_slider.scss */
.top-slider li img {
  opacity: 0;
  height: 0px;
}

/* line 403, ../sass/layout/_slider.scss */
.top-slider li:first-child img {
  opacity: 1;
  height: auto;
}

/*今売れた商品　スライド*/
/*
##MEMO:BOXの横幅はここのwidthで調整
*/
/* line 414, ../sass/layout/_slider.scss */
.wrap {
  margin: 0 0 20px;
  padding: 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* line 421, ../sass/layout/_slider.scss */
.purchase_scroller {
  width: 100%;
  overflow: auto;
  /*##MEMO:アイテムの横幅はここのwidthで調整*/
}

/* line 427, ../sass/layout/_slider.scss */
.purchase_scroller > .inner {
  zoom: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 431, ../sass/layout/_slider.scss */
.purchase_scroller > .inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/* line 439, ../sass/layout/_slider.scss */
.purchase_scroller .item {
  float: left;
  margin-right: 10px;
  width: 140px;
  overflow: hidden;
}

/* line 450, ../sass/layout/_slider.scss */
.purchase_scroller .item img {
  margin: 8px auto;
  width: 140px;
}

/* line 458, ../sass/layout/_slider.scss */
.purchase_scroller .item a {
  display: block;
  height: 100%;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

/* line 466, ../sass/layout/_slider.scss */
.purchase_scroller .name {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  word-wrap: break-word;
}

/* line 472, ../sass/layout/_slider.scss */
.purchase_scroller .state {
  padding: 4px 4px 6px;
  text-align: center;
  line-height: 14px;
}

/* line 477, ../sass/layout/_slider.scss */
.purchase_scroller .city {
  display: block;
  font-size: 12px;
}

/* line 481, ../sass/layout/_slider.scss */
.purchase_scroller .price {
  padding: 0 4px;
  font-size: 12px;
  color: #666;
}

/*商品一覧バナー*/
/* line 506, ../sass/layout/_slider.scss */
.slide_bnr .bnr-slider {
  width: 420px;
  margin-bottom: 0;
}

/* line 517, ../sass/layout/_slider.scss */
.slide_bnr .slick-dots {
  bottom: 10px;
}

/*商品詳細*/
/* line 525, ../sass/layout/_slider.scss */
.goods-slider {
  width: 520px;
  margin: 0 auto 20px;
}

/* line 535, ../sass/layout/_slider.scss */
.goods-slider li img {
  opacity: 0;
  height: 0px;
}

/* line 539, ../sass/layout/_slider.scss */
.goods-slider li:first-child img {
  opacity: 1;
  height: auto;
}

/* line 543, ../sass/layout/_slider.scss */
.goods-slider li iframe {
  width: 520px;
  height: 520px;
}

/* line 552, ../sass/layout/_slider.scss */
.goods-slider .slick-prev,
.goods-slider .slick-next {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  z-index: 0;
}

/* line 566, ../sass/layout/_slider.scss */
.goods-slider .slick-prev {
  left: -20px;
  width: 20px;
  height: 20px;
}

/* line 570, ../sass/layout/_slider.scss */
.goods-slider .slick-prev:before {
  content: '';
}

/* line 574, ../sass/layout/_slider.scss */
.goods-slider .slick-next {
  right: -20px;
  width: 20px;
  height: 20px;
}

/* line 578, ../sass/layout/_slider.scss */
.goods-slider .slick-next:before {
  content: '';
}

/*サムネイル*/
/* line 584, ../sass/layout/_slider.scss */
.goods-slider-nav {
  margin: 10px -10px 10px 0;
  padding-left: 1px;
}

/* line 590, ../sass/layout/_slider.scss */
.goods-slider-nav li {
  width: 85px;
  display: inline-block;
  margin: 0 10px 10px 0;
  border: 1px solid #ddd;
}

/*大きい画像*/
/* line 607, ../sass/layout/_slider.scss */
.goods_img_l .goods-slider {
  width: 640px;
}

header .header .header-main #sp_nav #menuButton1 {
  position: absolute;
  top: 8px;
  left: 48px;
  font-size: 1.2em;
  color: #D9C7A3;
  width: 35px;
}

.log1 {
  position: absolute;
  top: 28px;
  right: 0px;
  left: 46px;
  width: 40px;
  height: 30px;
  line-height: 15px;
  color: #D9C7A3;
  font-size: 10px;
}

.log1a {
  display: block;
  line-height: 5px;
  color: #D9C7A3;
  font-size: 10px;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(https://bambina.itembox.design/item/mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '窶｢';
  text-align: center;
  opacity: .25;
  -ms-filter: "alpha(opacity=25)";
  /* ie 8 */
  filter: alpha(opacity=25);
  /* ie lt 8 */
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-filter: "alpha(opacity=25)";
  filter: alpha(opacity=25);
  /* ie lt 8 */
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  -ms-filter: "alpha(opacity=75)";
  /* ie 8 */
  filter: alpha(opacity=70);
  /* ie lt 8 */
  color: black;
}

.slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  background: rgba(255, 130, 159, 0.3);
  opacity: 1;
  color: #f64077;
  z-index: 3000;
}

.slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  background: rgba(255, 130, 159, 0.3);
  opacity: 1;
  color: #f64077;
}

.slider {
  padding: 0;
}

.slider img {
  width: 100%;
  height: auto;
}

.slick-slide {
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 100;
}

.slick-prev::before,
.slick-next::before {
  font-size: 24px;
}

/*矢印*/
.slick-prev {
  left: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slick-next {
  right: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.slick-prev:hover:before {
  -webkit-animation: arrow_prev .5s ease-out forwards;
  animation: arrow_prev .5s ease-out forwards;
}

/*ドット*/
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  color: #f64077;
  /* hover時の色を変更 */
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  /* 元のcontentプロパティの値だとfont-sizeを変更した際に位置がずれてしまうので値を変更 */
  /* content: '•'; */
  content: '●';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #FFA6BA;
  /* active時の色を変更 */
}

.fade {
  max-width: 100%;
  margin: -20px auto 50px;
  padding: 0;
  height: auto;
  z-index: 0;
}

.fade img {
  width: 100%;
}

/*スライダー矢印*/
.slick-slider .slick-track,
.slick-slider .slick-list {
  background: #fff;
}

.fs-c-productImageModal .slick-slider .slick-track,
.fs-c-productImageModal .slick-slider .slick-list {
  background: transparent;
}

.slick-prev::before {
  content: url(/assets/images/item/arnx.png);
}

.slick-next::before {
  content: url(/assets/images/item/arpe.png);
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

/*検索窓*/
#search-form {
  padding: 12px;
  margin: 0 auto 20px;
  font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

#search-form form {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 14px;
}

#search-form input[type=text] {
  display: table-cell;
  width: 100%;
  height: 38px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

#search-form .search-button {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}

#search-form .search-button input[type="submit"] {
  width: 100%;
  height: 38px;
  font-weight: bold;
  color: #444;
  border: none;
  background: #ddd;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#search-form .search-keyword {
  list-style: none;
  padding: 0;
  margin: 12px auto 0;
}

#search-form .search-keyword li {
  display: inline-block;
  margin: 8px;
  font-size: 12px;
}

#search-form.design-4 {
  background: #fee0e4;
}

#search-form.design-4 input[type=text] {
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#search-form.design-4 .search-button input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #e2e0e0;
  color: #232F3E;
}

#search-form.design-4 .search-keyword li a {
  color: #fff;
}

.fs-p-productSearch {
  background-color: #ff829f;
  color: #fff;
}

/* 絞込検索ボタン */
.btn-icon:hover {
  opacity: 0.8;
}

/* カラーアイコン横並び */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col_5 {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 5px;
}

.col_5 > div {
  width: 14.2%;
  padding: 5px 1px 5px 1px;
  text-align: center;
}

.col_5 > div > div {
  height: auto;
  position: relative;
  line-height: 0.5;
}

.col_5 > div > div img {
  width: 100%;
}

.col_5 span {
  font-size: 0.6em;
}

/* 着色直径ボタン横並び */
.colorsize_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 5px;
}

.colorsize_btn > div {
  width: 33.3%;
  text-align: center;
}

.colorsize_btn > div > div {
  height: auto;
  position: relative;
}

.colorsize_btn > div > div img {
  width: 100%;
}

/* ボタン横並び2つ */
.col_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 5px;
}

/* インスタ自動表示 */
.instagram-list {
  padding: 10px 0 0;
}

.instagram div {
  width: 33.3%;
  display: inline-block;
  margin-top: -1px;
  padding: 0;
}

/* 特集2列コーナー */
.brand-list-box {
  margin-top: 20px;
}

.img-flex-4 img {
  vertical-align: middle;
}

.pnk1 {
  display: inline;
  color: #f64077;
}

#top #contents #contents_box #contents-top .contents_right .top-ranking .ranking-slider .slick-dots #slick-slide00 button:before {
  font-family: 'Lato', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#top #contents #contents_box #contents-top .contents_right .top-ranking .ranking-slider .slick-dots #slick-slide01 button:before {
  font-family: 'Lato', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#top #contents #contents_box #contents-top .contents_right .top-ranking .ranking-slider .slick-dots #slick-slide02 button:before {
  font-family: 'Lato', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#top #contents #contents_box #contents-top .contents_right .top-ranking .ranking-slider .slick-dots li button:before {
  padding: 10px 10px 23px 10px;
}

#top #contents #contents_box #contents-top .contents_right .top-ranking .ranking-slider .slick-dots li.slick-active button:before {
  padding: 10px 10px 23px 10px;
}

/*----------

TOPページ

----------*/
/*TOPh2*/
h2.topttl {
  color: #555555;
  font-size: 1.4em;
  font-weight: bold;
  margin: 15px 0;
  text-align: left;
  width: 100%;
  padding: 0.2em 0.8em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #fee0e4 2px, #fee0e4 4px);
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2px, #fee0e4 2px, #fee0e4 4px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #fee0e4 2px, #fee0e4 4px);
}

h2.topttl span {
  font-weight: normal;
  padding: 4px 0 0 10px;
  font-size: 0.6em;
  color: #555;
}

/*TOPh3*/
h3.topsubttl {
  background: #ff829f;
  margin: 15px 0;
  padding: 3px 10px;
  color: #fff;
  font-size: 1em;
}

/*newitem*/
.newitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.newitem div {
  width: 33%;
  text-align: center;
  padding: 1%;
  border: 1px solid #fee0e4;
}

.newitem p {
  line-height: 1.2em;
  font-size: 0.8em;
}

.newitem a:hover {
  text-decoration: none;
}

/*newitem SALE*/
.newitem span.saleprice {
  background: #ffb3b3;
  /* display: block;*/
  padding: 2px;
  margin: 2px;
  display: none;
}

/*共通コンテンツ*/
/*2カラムflexメディアクエリ有*/
.allcontents div {
  width: 50%;
  padding: 1%;
}

/*スマホフッター*/
.spfooterlist {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.spfooterlist li {
  width: 50%;
  padding: 7px;
  border-left: 1px solid;
  border-top: 1px solid;
}

/*----------

マイページ

----------*/
/*ボタン*/

/*退会ボタン*/
.fs-c-accountService__page--accountDelete {
  height: auto;
  border: 1px solid #cccccc;
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
}

/*----------

商品ページ

----------*/
.fs-c-breadcrumb {
  margin-top: 4rem;
}

/*-------------

汎用レイアウト

-------------*/
/*flex*/
#flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

/*2カラムflexメディアクエリ有*/
.col2f > div {
  width: 50%;
  padding: 1%;
}

/*2カラムflexメディアクエリ無し*/
.col2fn div {
  width: 50%;
  padding: 2%;
}

/*3カラムflexメディアクエリ無し*/
.col3fn div {
  width: 33%;
  padding: 2%;
}

/*文字センター揃え*/
.ta-c {
  text-align: center;
}

/*-------------

汎用デザイン

-------------*/
.point {
  color: #e5004f;
}

.btn a {
  color: #ff829f;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  padding: 15px 20px;
  border: 2px solid #ff829f;
  margin: 10px auto;
}

.btn a:hover {
  text-decoration: none;
  background-color: #ff829f;
  color: #fff !important;
}

/*トップランキング*/
.goods_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 13px;
}

.r_header1 {
  margin: 0 auto 10px;
  color: #ff829f;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.name1 {
  color: #b1b1b1;
  padding-left: 10px;
}

.goods_container {
  padding: 0 5px;
}

.r_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 2% 1%;
  height: 48px !important;
  text-align: left;
}

.rank_ttl {
  color: #ff829f;
  font-weight: 600;
  margin: 5% 15px 3%;
}

/*サブトップランキング*/
.rankingttl_img {
  margin: 8px 8px;
}

.ranking_subtop p {
  line-height: 1.2em;
  font-size: 10px;
  margin-bottom: 5px;
}

.ranking_subtop a {
  display: block;
  border: 2px solid #ff829f;
  font-size: 12px;
  text-align: center;
  color: #ff829f;
  padding: 5px 0;
}

.ranking_subtop_ranshi p {
  line-height: 1.2em;
  margin-bottom: 5px;
}

.ranking_subtop_ranshi a {
  display: block;
  border: 2px solid #ff829f;
  font-size: 12px;
  text-align: center;
  color: #ff829f;
  padding: 5px 0;
}

.ranking_subtop_ranshi a:hover {
  color: #ff829f;
}

.ranking_subtop_ranshi img {
  width: 80%;
  margin: 0 auto;
}

.ranking_subtop_ranshi table {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.ranking_subtop_ranshi th,
.ranking_subtop_ranshi td {
  padding: 0.5em 1em;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.ranking_subtop_ranshi th {
  background-color: #fee0e4;
  font-weight: bold;
  text-align: left;
}

.under5 {
  background: #fee0e4;
  padding: 5px 10px;
  margin: 8px 0;
  color: #757575;
}

.ranking_subtop_under5 .rank {
  font-size: 14px;
  text-align: center;
  color: #ff829f;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.ranking_subtop_under5 p {
  font-size: 12px;
  line-height: 1.2em;
  margin: 8px 0;
}

.ranking_subtop_under5 div {
  width: 33%;
  padding: 1%;
}

/*ranking_subtop_ranshi SALE*/
.ranking_subtop_ranshi span.saleprice {
  background: #ffb3b3;
  padding: 2px;
  margin: 2px;
  display: none;
}

.ranking_subtop_under5 span.saleprice {
  background: #ffb3b3;
  padding: 2px;
  margin: 2px;
  display: none;
}

/*会社概要*/
.company dl {
  text-align: left;
}

.company dt {
  padding-top: 20px;
  line-height: 1.5em;
  font-weight: bold;
}

#content {
  width: 1100px;
  margin: 20px auto 30px;
  overflow: visible;
}

#content #left-side {
  width: 700px;
  float: left;
  margin-bottom: 60px;
}

#content #right-side {
  width: 290px;
  float: right;
  margin-bottom: 60px;
  margin-right: 70px;
}

#nav-bread-crumb {
  background-color: #FFFFFF;
  line-height: 1.5em;
  font-size: 11px;
  max-width: 1200px;
  margin: 20px auto 40px;
}

#nav-bread-crumb a {
  font-size: 11px;
  color: #666;
}

#nav-bread-crumb a:hover {
  color: #55cc55;
}

#content .category-list {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-top: 50px;
}

#content .category-list h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 22px;
  width: 100%;
  border-bottom: 0px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  margin-top: 50px !important;
  font-family: 'Franklin Gothic Medium', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

#content .category-list h2:before,
#content .category-list h2:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #ccc;
}

#content .category-list h2:before {
  margin-right: .8em;
}

#content .category-list h2:after {
  margin-left: .8em;
}

#content .category-list .category-wrap {
  width: 105%;
  overflow: hidden;
}

#content .category-list dl {
  width: 200px;
  font-size: 12px;
  line-height: 1.3em;
  float: left;
  margin: 15px;
}

#content .category-list dl dt {
  font-weight: bold;
  margin-bottom: 8px;
}

#content .category-list dl dd {
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 8px;
}

#content .category-list a {
  color: #4b4948;
}

#content .category-list a:hover {
  color: #55cc55;
}

footer #footer-bottom {
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-size: 12px;
}

ul.index {
  display: inline;
}

ul.index li {
  display: inline-block;
  margin: 0 10px 5px 0;
  vertical-align: top;
}

ul.index li.last {
  margin-right: 0;
}

ul.index li a {
  background-color: none;
  border-radius: 6px;
  display: block;
  padding: 5px;
  width: 205px;
  border: 2px solid #4b4948;
  color: #4b4948;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
}

ul.index li a:hover {
  background-color: #FFF100;
  border: 2px solid #FFF100;
}

#navColumnTwo {
  display: block;
}

#mainColumn {
  width: 100%;
  clear: both;
}

#mainColumn .section,
.section {
  width: 100%;
}

#mainColumnCell {
  padding-left: 0px;
  padding-bottom: 30px;
}

h1#checkoutShippingHeading,
h1#checkoutPaymentHeading,
#checkoutConfirmDefaultHeading,
h1#timeoutDefaultHeading,
h1#loginDefaultHeading,
#shoppingCartDefault h2#cartEmptyText,
h1#cartDefaultHeading,
h1#reviewsDefaultHeading,
h1#checkoutSuccessHeading,
h1#createAcctDefaultHeading,
h1#createAcctSuccessHeading,
h1#logoffDefaultHeading,
h1 h1#accountDefaultHeading,
h1#pageThreeHeading,
h1#shippingInfoHeading,
h1#privacyDefaultHeading,
h1#newProductsDefaultHeading,
h1#checkoutPayAddressDefaultHeading,
h1#acctNewslettersDefaultHeading,
h1#addressBookDefaultHeading,
h1#accountDefaultHeading,
#pointhistoryBody h1,
h1#productListHeading,
.subPage h1,
h1.plane,
h1#siteMapHeading,
h1#pageTwoHeading,
h1#checkoutShipAddressDefaultHeading {
  font-size: 30px;
  line-height: 1.2em;
  border-radius: 10px;
  behavior: url("https://bambina.itembox.design/border-radius.htc");
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4b4948;
  text-align: center;
  margin-right: 0;
  width: 100%;
}

h2 {
  font-size: 24px;
  margin-bottom: 25px;
}

#navColumnOneWrapper,
#navColumnTwoWrapper,
#mainWrapper {
  min-height: inherit;
}

#mainColumnCell,
#indexCategories {
  width: 100% !important;
}

.pointInfo,
.pointTableWrapper,
.pointTableWrapper2,
.pointTableFooter,
.pointTableWrapper table {
  width: 100% !important;
}

font[size="2"] {
  font-size: 14px;
}

font[color="#ff0000"] {
  color: #4b4948;
}

footer .pagetop {
  width: 54px;
  height: 54px;
  background: url(https://bambina.itembox.design/common/img/pagetop.png);
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none;
}

footer .pagetop:hover {
  opacity: 0.7;
}

input#popup-button-amazon {
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  color: #303030;
  background: #F3D05A none repeat scroll 0% 0%;
  border-radius: 4px;
  line-height: normal;
  border: 2px solid #F3D05A;
  margin-top: 16px;
  width: 250px;
  cursor: pointer;
  padding: 11px 10px 8px;
  display: block;
  -webkit-box-shadow: 0px 0px 0px, 0px 3px #DEAA00;
  box-shadow: 0px 0px 0px, 0px 3px #DEAA00;
  text-decoration: none;
  margin: auto;
  margin-bottom: 10px;
}

input#popup-button-amazon:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#popup-button-chekout {
  font-size: 1.3em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #4fce4f;
  border-radius: 8px;
  line-height: normal;
  border: 2px solid #4fce4f;
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
  padding: 11px 10px 8px;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 0 0, 0 3px #39AD39;
  box-shadow: 0 0 0, 0 3px #39AD39;
  text-decoration: none;
}

#popup-button-chekout:hover {
  -webkit-box-shadow: 0 6px 0 #39AD39, 0 6px 0 #39AD39;
  box-shadow: 0 6px 0 #39AD39, 0 6px 0 #39AD39;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background: #4fce4f;
}

#popup-button-chekout:active {
  -webkit-box-shadow: 0 0 3px #39AD39, 0 0 3px #39AD39;
  box-shadow: 0 0 3px #39AD39, 0 0 3px #39AD39;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #4fce4f;
}

LEGEND {
  color: #4b4948;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

fieldset.shipping {
  background-color: #fff !important;
  border-radius: 10px;
  border: none;
}

#for_sp_header,
#for_sp_footer {
  display: inherit;
  font-size: 3.5em;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  border: 8px solid #55cc55;
  font-weight: bold;
  color: #55cc55 !important;
  background: #fff;
  border-radius: 40px;
  margin: 5% 0;
}

#for_sp_header a,
#for_sp_footer a {
  color: #55cc55;
  display: block;
}

#for_sp_header a:hover,
#for_sp_footer a:hover {
  text-decoration: none;
}

span#id_bivalves {
  display: none;
}

.categoryListBox4col {
  margin-bottom: 30px;
}

.categoryListBox4col ul.indexLineup03 {
  margin-left: 0px;
}

.categoryListBox4col ul.indexLineup03 a {
  color: #303030;
}

.categoryListBox4col ul.indexLineup03 a:hover {
  color: #55cc55;
}

.categoryListBox4col ul.indexLineup03 li {
  width: 23%;
  float: left;
  margin-bottom: 20px;
  list-style: none;
  height: 210px;
  overflow: hidden;
  font-size: 12px;
  margin: 0 10px 10px 0;
  line-height: 1.5em;
}

.categoryListBox4col ul.indexLineup03 li img {
  border-radius: 10px;
  border: 1px solid #CCCCCC;
}

.categoryListBox3col {
  margin-bottom: 30px;
}

.categoryListBox3col ul.indexLineup04 {
  margin-left: 20px;
}

.categoryListBox3col ul.indexLineup04 li {
  width: 30%;
  float: left;
  list-style: none;
  height: 260px;
  overflow: hidden;
  font-size: 12px;
  margin: 0 20px 20px 0;
  line-height: 1.5em;
  position: relative;
}

.categoryListBox3col ul.indexLineup04 li img {
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  width: 200px;
}

.categoryListBox3col ul.indexLineup04 li img.rankingMark {
  border: none;
}

.content-top-bnr-cont02 {
  width: 100%;
  line-height: 1em;
  margin-top: 10px;
}

.content-top-bnr-cont02 ul.content-top-bnr-inner {
  width: 1030px;
  margin: auto;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  border: 2px solid #ffcaca;
}

.content-top-bnr-cont02 ul.content-top-bnr-inner li {
  display: inline-block;
  font-size: 18px;
}

.content-top-bnr-cont02 ul.content-top-bnr-inner li span {
  color: #e1005b;
}

.content-top-bnr-cont02 ul.content-top-bnr-inner li a:hover {
  opacity: 0.5;
}

.content-top-bnr-event {
  width: 100%;
  line-height: 1em;
  background-color: #0097ff;
}

.under .content-top-bnr-event ul.content-top-bnr-inner {
  width: 1100px;
  margin: auto;
  text-align: center;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.tabBanner {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 9999999999;
  -webkit-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
  border-radius: 10px 0 0 10px;
}

.tabBanner a {
  display: block;
  width: 100%;
  height: 100%;
}

.tabBanner:hover {
  width: 200px;
  -webkit-transition: width ease-in-out 0.5s;
  transition: width ease-in-out 0.5s;
}

#tabBanner_04 {
  bottom: 420px;
}

#tabBanner_03 {
  bottom: 310px;
}

#tabBanner_02 {
  bottom: 200px;
}

#tabBanner_01 {
  bottom: 90px;
}

.sli_container .sli_spelling {
  font-size: 20px;
}

.sli_container #nohit p.head1,
.sli_container #nohit p.head2 {
  font-size: 20px;
  padding: 10px 0;
}

.sli_container #nohit p,
.sli_container #nohit ul {
  font-size: 14px;
  padding: 10px 0;
}

.sli_container .kotohaco_rsview_title {
  border-bottom: medium solid #ccc !important;
  border-left: none;
  padding: 5px;
  margin: 5px 0;
  font-weight: bold !important;
  font-size: 24px;
  color: #666;
  margin-top: 50px;
}

.other-shop {
  float: left;
  padding-left: 30px;
}

.other-shop h5 {
  font-size: 13px;
  font-weight: bold;
}

.other-shop-wrap {
  clear: both;
}

.other-shop-wrap ul {
  padding-top: 2px;
}

.other-shop-wrap li {
  float: left;
  margin-right: 15px;
}

.other-shop-wrap li:hover {
  opacity: 0.8;
}

li#hamee-rakuten {
  background: #FFFFFF;
  border: 2px solid #c20000;
  color: #c20000;
  padding: 5px 20px 3px 20px;
  border-radius: 6px;
}

li#hamee-yahoo {
  background: #FFFFFF;
  border: 2px solid #ff0029;
  color: #EF2B2B;
  padding: 5px 20px 3px 20px;
  border-radius: 6px;
}

li#hamee-amazon {
  background: #FFFFFF;
  border: 2px solid #ff9900;
  color: #333;
  padding: 5px 20px 3px 20px;
  border-radius: 6px;
}

#content #left-side b,
#content #left-side strong {
  font-weight: bold;
}

div#de_watch {
  z-index: 9999;
  background-image: url(https://bambina.itembox.design/sp/common/img/mobile/icon_watch.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  right: 22px;
  bottom: 90px;
  position: fixed;
  border-radius: 5px;
  cursor: pointer;
}

#siteMapList {
  width: 100%;
  float: none;
}

#siteMapList a {
  color: #4b4948;
}

#siteMapList a:hover {
  color: #5c5;
}

#siteMapList ul.l_Category > li {
  margin-bottom: 100px;
}

#siteMapList ul.l_Category > li > a {
  font-size: 25px;
  border-bottom: 2px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 35px;
  display: block;
  letter-spacing: 1px;
}

#siteMapList ul.l_Category > li > a:hover {
  text-decoration: none;
}

#siteMapList ul.m_Category {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#siteMapList ul.m_Category > li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 30px;
}

#siteMapList ul.m_Category > li > a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

#siteMapList ul.s_Category a {
  line-height: 2.3;
}

#checkoutShipping {
  font-size: 16px;
}

#checkoutShipping .red {
  color: #ed0009;
}

#checkoutShipping h2,
#checkoutShipping h3 {
  color: #4b4948;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#checkoutShipping fieldset {
  margin-bottom: 50px;
}

#checkoutShipping fieldset#shippingSelect > p {
  text-indent: 30px;
  font-weight: bold;
}

#checkoutShipping fieldset dl {
  padding: 25px;
}

#checkoutShipping fieldset dt {
  background: #ededed;
  padding: 20px;
  font-size: 18px;
}

#checkoutShipping fieldset dt select {
  font-size: 14px;
  margin-left: 10px;
}

#checkoutShipping fieldset dd {
  display: none;
  padding: 20px;
  font-size: 14px;
}

#checkoutShipping fieldset dd:last-child {
  padding-bottom: 0;
}

#checkoutShipping fieldset dd p.tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#comments legend {
  padding: 0;
}

#comments .shippingComment {
  font-size: 14px;
}

#buttonConteiner {
  margin: 50px 0;
}

#checkoutConfirmDefault {
  font-size: 16px;
}

#checkoutConfirmDefault h2 {
  color: #4b4948;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#checkoutConfirmDefault .checoutSection {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

#checkoutConfirmDefault address {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#checkoutBillto h3,
#checkoutShipto h3 {
  color: #4b4948;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#checkoutConfirmDefault .note02 {
  font-size: 14px;
}

#checkoutConfirmDefault .commentBox {
  background: #f0f0f0;
  padding: 25px;
}

#checkoutConfirmDefault .buttonRow.forward {
  margin-top: -35px;
}

#checkoutBillto,
#checkoutShipto {
  float: left;
}

#checkoutBillto {
  margin-right: 6%;
}

#checkoutConfirmDefault td {
  padding: 20px;
}

#orderTotals {
  margin-bottom: 50px;
}

#checkoutConfirmDefault .kakutei .empoint {
  font-size: 14px;
  line-height: 1.5;
}

#checkoutShipAddressDefault {
  font-size: 16px;
}

#checkoutShipAddressDefault h1 {
  margin-bottom: 30px;
}

#checkoutShipAddressDefault h2 {
  color: #4b4948;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

#checkoutShipAddressDefault address,
#checkoutShipAddressDefault fieldset {
  margin-bottom: 50px;
}

#checkoutShipAddressDefault fieldset > div {
  padding: 0 25px 25px;
}

#checkoutShipAddressDefault fieldset input {
  line-height: 1.2;
}

#checkoutShipAddressDefault fieldset select {
  font-size: 14px;
}

#checkoutShipAddressDefault fieldset span.alert {
  font-size: 12px;
}

#addressBook input,
#addressBook label {
  float: left;
}

#addressBook input {
  margin-top: 10px;
}

#addressBook address {
  margin-bottom: 0;
  font-size: 1em;
}

#addressBook .moduleRow {
  margin-top: 30px;
}

#addressBook address br:last-child {
  display: none;
}

#sliHeader #header-signin-space {
  display: none;
}

p.login-in-buy {
  display: inline-block;
  width: 250px;
  height: 50px;
  background-color: #fff;
  color: #49d047;
  margin: 0px auto 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  border: 2px solid #49d047;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 45px;
}

p.login-no-buy {
  display: inline-block;
  width: 250px;
  height: 48px;
  background-color: #49d047;
  color: #fff;
  margin: 0px auto 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  border-style: none;
  border-bottom: solid 4px #3ba23a;
  border-radius: 5px;
  cursor: pointer;
  line-height: 48px;
}

.hamee_newaccount_benefit {
  width: 100%;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF100;
  border-radius: 10px;
  max-width: 700px;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.hamee_newaccount_benefit h2 {
  text-align: center;
  font-size: 24px;
  margin: 0px;
  padding: 5px 10px 10px 10px;
  color: #4b4948;
  font-weight: bold;
}

.hamee_newaccount_benefit ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hamee_newaccount_benefit ul li {
  list-style: none;
  margin: 0px;
  width: 50%;
  padding: 10px;
  font-size: 16px;
  float: left;
  color: #4b4948;
  border: 1px solid #FFF100;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hamee_newaccount_benefit ul li span {
  font-size: 18px;
  color: #55CC55;
  padding: 0 2px;
  font-weight: bold;
}

.hamee_newaccount_benefit p {
  padding: 10px 10px 5px 10px;
  margin: 0px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #4b4948;
}

.top-info {
  width: 100%;
  min-width: 1100px;
  height: 35px;
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-info p {
  text-align: center;
  font-size: 13px;
  margin: 0 auto;
}

.top-info p a {
  color: #666;
}

.multiple_recommender_ranking {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-bottom: 10px;
}

.multiple_recommender_ranking ul {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.multiple_recommender_ranking ul li {
  width: 33.3%;
  display: block;
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}

.multiple_recommender_ranking ul li:nth-child(n+7) {
  display: none;
}

.top-android-area .multiple_recommender_ranking ul li:nth-child(n+4) {
  display: none;
}

.multiple_recommender_ranking ul li a span {
  position: absolute;
  height: 23px;
  width: 23px;
  top: -5px;
  left: -5px;
}

.multiple_recommender_ranking ul li a span.rank-tag {
  display: table-cell;
  position: absolute;
  top: -3px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: #ededed;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7em;
  display: none;
}

.multiple_recommender_ranking ul li a {
  width: 100%;
  height: auto;
  display: block;
}

.multiple_recommender_ranking ul li img {
  width: 100%;
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.multiple_recommender_ranking ul li span img {
  border: none;
  border-radius: 50px;
}

.multiple_recommender_ranking ul li p.sli-item-name {
  font-size: 12px;
  text-align: left;
  display: none;
}

.multiple_recommender_ranking ul li p.sli-item-exp {
  font-size: 12px;
  text-align: center;
}

#contact-model {
  border: 0;
  margin-left: 5%;
  margin-bottom: 20px;
}

#contact-model:focus {
  background: none;
}

#multiple_recommend .multiple_recommender_ranking ul.sli_top li {
  width: 18% !important;
  display: block;
  margin: 1%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}

#multiple_recommend .multiple_recommender_ranking ul li {
  display: block;
}

#multiple_recommend h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#multiple_recommend .sp-br {
  display: none;
}

#multiple_recommend .ruby {
  float: right;
  font-size: 16px;
  margin-top: -5px;
}

.new-product-thumnail-id-483789 {
  display: none;
}

.BadgeLink,
a.BadgeLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 70px;
  height: 34px;
  padding: 4px 10px;
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  vertical-align: middle;
}

.BadgeLink:before,
.BadgeLink:after,
.BadgeLink *,
.BadgeLink *:before,
.BadgeLink *:after,
a.BadgeLink:before,
a.BadgeLink:after,
a.BadgeLink *,
a.BadgeLink *:before,
a.BadgeLink *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.BadgeLink:hover,
a.BadgeLink:hover {
  opacity: 0.8;
}

.BadgeLink.-red,
a.BadgeLink.-red {
  color: #f80026 !important;
}

.BadgeLink.-darkRed,
a.BadgeLink.-darkRed {
  color: #be0002 !important;
}

.BadgeLink.-orange,
a.BadgeLink.-orange {
  color: #f99c00 !important;
}

.BadgeLink.-blue,
a.BadgeLink.-blue {
  color: #0398fc !important;
}

.ShopInfo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ShopInfo:before,
.ShopInfo:after,
.ShopInfo *,
.ShopInfo *:before,
.ShopInfo *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ShopInfo__inner {
  text-align: center;
}

.ShopInfo__heading {
  margin: 0;
  color: #707070;
  font-weight: bold;
  text-align: center;
}

.ShopInfo__heading,
.ShopInfo.-pc .ShopInfo__heading {
  font-size: 20px;
}

.ShopInfo.-sp .ShopInfo__heading {
  font-size: 16px;
}

.ShopInfo__content {
  display: inline-block;
  margin: 20px auto 0;
  vertical-align: middle;
}

.ShopInfoGrid__listItem .ShopInfo__content {
  display: block;
}

.ShopInfo__section {
  margin-top: 28px;
  text-align: left;
}

.ShopInfo__section:first-child {
  margin-top: 0;
}

.ShopInfo__section .AvailableCreditCard {
  margin-top: 8px;
}

.ShopInfo__sectionHeading {
  margin: 0;
  color: #707070;
  font-weight: normal;
  line-height: 1.72727;
}

.ShopInfo__sectionHeading,
.ShopInfo.-pc .ShopInfo__sectionHeading {
  font-size: 15px;
}

.ShopInfo.-sp .ShopInfo__sectionHeading {
  font-size: 14px;
}

.ShopInfo__sectionText {
  color: #707070;
  line-height: 1.72727;
}

.ShopInfo__sectionText,
.ShopInfo.-pc .ShopInfo__sectionText {
  font-size: 13px;
}

.ShopInfo.-sp .ShopInfo__sectionText {
  font-size: 14px;
}

.NavButtonList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 10px solid #ddd;
}

.NavButtonList:before,
.NavButtonList:after,
.NavButtonList *,
.NavButtonList *:before,
.NavButtonList *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.NavButtonList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.NavButtonList__listItem {
  width: 50%;
  border-bottom: 1px solid #ddd;
}

.NavButtonList__listItem:nth-child(-n + 2) {
  border-top: 1px solid #ddd;
}

.NavButtonList__listItem:nth-child(even) {
  border-left: 1px solid #ddd;
}

.NavButtonList__link {
  display: block;
  padding: 1em 0.2em;
  color: #4b4948;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
}

.AvailableCreditCard {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.AvailableCreditCard:before,
.AvailableCreditCard:after,
.AvailableCreditCard *,
.AvailableCreditCard *:before,
.AvailableCreditCard *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.AvailableCreditCard__item {
  margin-right: 12px;
}

.AvailableCreditCard__item:last-child {
  margin-right: 0;
}

.AvailableCreditCard__icon {
  vertical-align: bottom;
}

.ShopCalendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ShopCalendar:before,
.ShopCalendar:after,
.ShopCalendar [class*="ShopCalendar"],
.ShopCalendar [class*="ShopCalendar"]:before,
.ShopCalendar [class*="ShopCalendar"]:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ShopCalendar div.cal_wrapper {
  width: 100%;
}

.ShopCalendar .cal {
  width: 100%;
}

.ShopCalendar__info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ShopCalendar__infoItem {
  font-size: 14px;
  line-height: normal;
}

.ShopCalendar__infoItem.-shipping:before,
.ShopCalendar__infoItem.-holiday:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  content: "";
}

.ShopCalendar__infoItem.-shipping:before {
  background-color: #f49c00;
}

.ShopCalendar__infoItem.-holiday:before {
  background-color: #e1005b;
}

.ShopInfoLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ShopInfoLink:before,
.ShopInfoLink:after,
.ShopInfoLink *,
.ShopInfoLink *:before,
.ShopInfoLink *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.ShopInfoLink__inner {
  text-align: center;
}

.ShopInfoLink__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  vertical-align: middle;
}

.ShopInfoLink__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0.4em;
  font-size: 12px;
  color: #707070;
  vertical-align: top;
  line-height: normal;
}

.ShopInfoLink__listItem:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.ShopInfoLink__listItem:last-child:before {
  content: none;
}

.ShopInfoLink__link,
a.ShopInfoLink__link {
  display: inline-block;
  padding: 2px 0.4em;
  color: currentColor;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

.ShopInfoLink__link:hover,
a.ShopInfoLink__link:hover {
  color: #0099ff;
}

.TrademarkInfo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.TrademarkInfo:before,
.TrademarkInfo:after,
.TrademarkInfo *,
.TrademarkInfo *:before,
.TrademarkInfo *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.TrademarkInfo__inner {
  display: inline-block;
  margin: 0 auto;
  color: #707070;
  vertical-align: middle;
  text-align: left;
}

.TrademarkInfo__heading {
  margin: 0;
  font-weight: normal;
  line-height: 1.7;
}

.TrademarkInfo__heading,
.TrademarkInfo.-pc .TrademarkInfo__heading {
  font-size: 10px;
}

.TrademarkInfo.-sp .TrademarkInfo__heading {
  font-size: 12px;
}

.TrademarkInfo__description,
.TrademarkInfo.-pc .TrademarkInfo__description {
  font-size: 10px;
}

.TrademarkInfo.-sp .TrademarkInfo__description {
  font-size: 12px;
}

.TrademarkInfo__descriptionText {
  line-height: 1.7;
}

.TrademarkInfo__detailInfo,
.TrademarkInfo.-pc .TrademarkInfo__detailInfo {
  font-size: 10px;
}

.TrademarkInfo.-sp .TrademarkInfo__detailInfo {
  font-size: 12px;
}

.TrademarkInfo__infoLink,
a.TrademarkInfo__infoLink {
  color: #707070;
  text-decoration: underline;
}

.TrademarkInfo__infoLink,
.TrademarkInfo.-pc .TrademarkInfo__infoLink,
a.TrademarkInfo__infoLink,
.TrademarkInfo.-pc a.TrademarkInfo__infoLink {
  font-size: 10px;
}

.TrademarkInfo.-sp .TrademarkInfo__infoLink,
.TrademarkInfo.-sp a.TrademarkInfo__infoLink {
  font-size: 12px;
}

.TrademarkInfo__infoLink:hover,
a.TrademarkInfo__infoLink:hover {
  color: #0099ff;
}

.MarkIcon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.MarkIcon:before,
.MarkIcon:after,
.MarkIcon *,
.MarkIcon *:before,
.MarkIcon *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.MarkIcon__inner {
  text-align: center;
}

.MarkIcon__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.MarkIcon__listItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.MarkIcon__listItem:last-child {
  margin-right: 0;
}

.MarkIcon__link {
  display: inline-block;
  vertical-align: middle;
}

.MarkIcon__link:hover {
  opacity: 0.8;
}

.MarkIcon__icon {
  vertical-align: bottom;
}

.FooterCopyright {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: normal;
}

.FooterCopyright:before,
.FooterCopyright:after,
.FooterCopyright *,
.FooterCopyright *:before,
.FooterCopyright *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.FooterCopyright__text {
  display: inline-block;
  margin: 0 auto;
  color: #707070;
  font-size: 10px;
}

.ShopInfoGrid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ShopInfoGrid:before,
.ShopInfoGrid:after,
.ShopInfoGrid *,
.ShopInfoGrid *:before,
.ShopInfoGrid *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

.ShopInfoGrid__list,
.ShopInfoGrid__list.-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ShopInfoGrid__list.-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ShopInfoGrid__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 25px;
  background-color: #fff;
}

.ShopInfoGrid__listItem.-hasBorder {
  border: 1px solid #707070;
}

.ShopInfoGrid__listItem,
.ShopInfoGrid__list.-horizontal .ShopInfoGrid__listItem {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 30%;
  margin-top: 30px;
  margin-right: 30px;
}

.ShopInfoGrid__listItem:nth-child(-n + 3),
.ShopInfoGrid__list.-horizontal .ShopInfoGrid__listItem:nth-child(-n + 3) {
  margin-top: 0;
}

.ShopInfoGrid__listItem:nth-child(3n),
.ShopInfoGrid__list.-horizontal .ShopInfoGrid__listItem:nth-child(3n) {
  margin-right: 0;
}

.ShopInfoGrid__list.-vertical .ShopInfoGrid__listItem {
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
}

.ShopInfoGrid__list.-vertical .ShopInfoGrid__listItem:first-child {
  margin-top: 0;
}

.ShopInfoGrid__listItemContent {
  width: 100%;
}

.ShopInfoGrid__listItemFooter,
.ShopInfoGrid__list.-horizontal .ShopInfoGrid__listItemFooter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 8px;
}

.ShopInfoGrid__list.-vertical .ShopInfoGrid__listItemFooter {
  margin-top: 24px;
  padding-top: 0;
}

.ShopInfoGrid__listItemDetailLink {
  color: #707070;
  text-align: right;
}

.ShopInfoGrid__listItemDetailLink,
.ShopInfoGrid.-pc .ShopInfoGrid__listItemDetailLink {
  font-size: 11px;
}

.ShopInfoGrid.-sp .ShopInfoGrid__listItemDetailLink {
  font-size: 12px;
}

.ShopInfoGrid__detailLink:link,
.ShopInfoGrid__detailLink:visited,
.ShopInfoGrid.-sp .ShopInfoGrid__detailLink:link,
.ShopInfoGrid.-sp .ShopInfoGrid__detailLink:visited,
a.ShopInfoGrid__detailLink:link,
a.ShopInfoGrid__detailLink:visited,
.ShopInfoGrid.-sp a.ShopInfoGrid__detailLink:link,
.ShopInfoGrid.-sp a.ShopInfoGrid__detailLink:visited {
  color: currentColor;
  text-decoration: underline;
}

.ShopInfoGrid__detailLink:hover,
a.ShopInfoGrid__detailLink:hover {
  color: #ff829f;
}

.BadgeLinkList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
}

.BadgeLinkList:before,
.BadgeLinkList:after,
.BadgeLinkList *,
.BadgeLinkList *:before,
.BadgeLinkList *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.BadgeLinkList.-alignLeft {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.BadgeLinkList.-alignCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.BadgeLinkList.-alignRight {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.BadgeLinkList__item {
  display: inline-block;
  margin: 10px 8px 0 0;
}

.IntroductionLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.IntroductionLink:before,
.IntroductionLink:after,
.IntroductionLink *,
.IntroductionLink *:before,
.IntroductionLink *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.IntroductionLink__sectionHeading {
  margin-bottom: 10px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: bold;
  color: #707070;
  text-align: left;
  line-height: normal;
}

.IntroductionLink__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.IntroductionLink__section {
  width: 46%;
}

.PCShopFooter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
}

.PCShopFooter:before,
.PCShopFooter:after,
.PCShopFooter *,
.PCShopFooter *:before,
.PCShopFooter *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.PCShopFooter .ShopInfoLink {
  margin-top: 42px;
}

.PCShopFooter .IntroductionLink {
  margin-top: 42px;
}

.PCShopFooter .TrademarkInfo {
  margin-top: 36px;
}

.PCShopFooter .MarkIcon {
  margin-top: 36px;
}

.PCShopFooter .FooterCopyright {
  margin-top: 16px;
}

.PCShopFooter__inner {
  width: 1170px;
  margin: 0 auto;
}

.ShopInfoGrid__listItem:nth-child(4) {
  margin: 30px 30px 0 0;
}

.ShopInfoGrid__listItem:nth-child(5) {
  margin: 30px 0 0 0;
}

/* カラーアイコン横並び */
.col_10a {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 10px;
}

.col_10a > div {
  width: 23%;
  padding: 5px 1px 0px 1px;
  text-align: center;
}

.col_10a > div > div {
  height: auto;
  position: relative;
  line-height: 0.5;
}

.col_10a > div > div img {
  width: 100%;
}

.col_10a > div > div span {
  font-size: 0.6em;
}

.col_10a > div > div span {
  font-size: 0.6em;
  line-height: 25px;
}

/* レフトナビサーチアイコン位置 */
.navi-wrapper.left-navi .search-box .search-btn {
  position: absolute;
  width: 24px;
  right: 5px;
  top: 4px;
  z-index: 3;
}

.prod1 {
  margin: 2em 0 0 0;
}

.prod1 h3 {
  color: #ff829f;
  text-align: left;
  padding: 0.25em;
  border-top: solid 2px #ff829f;
  border-bottom: solid 2px #ff829f;
  background: -webkit-repeating-linear-gradient(-45deg, #fefafb, #fefafb 3px, #fceef0 3px, #fceef0 6px);
  background: -webkit-repeating-linear-gradient(135deg, #fefafb, #fefafb 3px, #fceef0 3px, #fceef0 6px);
  background: repeating-linear-gradient(-45deg, #fefafb, #fefafb 3px, #fceef0 3px, #fceef0 6px);
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.prod1 .review-table {
  width: 100%;
  margin-top: 0;
}

.prod1 .review-table th,
.prod1 .review-table td {
  line-height: 1.0;
  padding: 0.5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #e9e9e9;
}

.prod1 .review-table th {
  font-weight: normal;
}

.prod1 table {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.prod1 th,
.prod1 td {
  padding: 0.5em 1em;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}

.prod1 th {
  background-color: #fee0e4;
  font-weight: bold;
  text-align: left;
}

.prod1 thead th {
  background-color: #83add9;
  color: #fff;
  text-align: center;
}

.prod1 dd {
  margin-left: 0;
  padding-left: 1em;
}

.prod1 figure {
  margin: 1em 0;
}

/*フォントの色設定*/
.prod1 .red {
  color: #f64077 !important;
}

/*赤*/
/*フォントのサイズ設定*/
.prod1 .f12em {
  font-size: 1.2em;
}

.prod1 .center {
  text-align: center;
}

.prod1 .star {
  font-size: 1.2em;
  color: #f64077;
  margin: 0 1em 0 0;
}

.prod1 p {
  margin: 1em 0;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap + .btn-wrap {
  margin-top: 10px;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fs_ProductDetails .sns-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 10px;
}

#fs_ProductDetails .sns-block > div {
  width: 48%;
}

#fs_ProductDetails .sns-block a {
  display: block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 0.9rem;
  color: #fff !important;
  -webkit-transition: .2s;
  transition: .2s;
}

#fs_ProductDetails .sns-block .sns_fb a {
  background: #4267b2;
}

#fs_ProductDetails .sns-block .sns_fb a:before {
  content: '';
  margin: 0 10px 0 0;
  width: 9px;
  height: 17px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_fb.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .sns-block .sns_tw a {
  background: #1b95e0;
}

#fs_ProductDetails .sns-block .sns_tw a:before {
  content: '';
  margin: 0 10px 0 0;
  width: 18px;
  height: 15px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_tw.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .sns-block .sns_pin a {
  background: #bd081c;
  margin-top: 10px;
}

#fs_ProductDetails .sns-block .sns_pin a:before {
  content: '';
  margin: 0 10px 0 -25px;
  width: 23px;
  height: 23px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_pin.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .sns-block .sns_line a {
  background: #00b800;
  margin-top: 10px;
}

#fs_ProductDetails .sns-block .sns_line a:before {
  content: '';
  margin: 0 10px 0 -25px;
  width: 22px;
  height: 20px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_line.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .fs-c-productReview__aggregateRating.fs-c-aggregateRating,
#fs_ProductDetails .fs-c-productReview__reviewList.fs-c-reviewList--productDescription {
  display: none;
}

#fs_ProductDetails .reviewBtn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

#fs_ProductDetails .reviewBtn-wrap > div {
  width: 48%;
}

#fs_ProductDetails .reviewBtn-wrap .fs-c-buttonContainer a {
  width: 100%;
  height: 33px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 33px;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #000;
  color: #000;
}

#fs_ProductDetails .fs-c-productReview .review-count {
  color: #999;
  text-align: right;
  margin: 0 8px;
  font-size: 1.2rem;
  padding-right: 4%;
}

#fs_ProductDetails .fs-c-button--plain::before {
  display: none;
}

#fs_ProductDetails .fs-l-productLayout__item--3 {
  margin: 30px 8px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#fs_ProductDetails .theme-order .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  width: 78px;
  height: auto;
}

#fs_ProductDetails .reviewBtn-wrap .fs-c-buttonContainer a {
  width: 100%;
  height: 33px;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 33px;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid #000;
  color: #000;
}

#fs_ProductDetails .sns-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 20px auto 10px;
}

#fs_ProductDetails .sns-block > div {
  width: 48%;
}

#fs_ProductDetails .sns-block a {
  display: block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 1.2rem;
  color: #fff !important;
  -webkit-transition: .2s;
  transition: .2s;
}

#fs_ProductDetails .sns-block .sns_fb a {
  background: #4267b2;
}

#fs_ProductDetails .sns-block .sns_fb a:before {
  content: '';
  margin: 0 10px 0 0;
  width: 9px;
  height: 17px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_fb.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .sns-block .sns_tw a {
  background: #1b95e0;
}

#fs_ProductDetails .sns-block .sns_tw a:before {
  content: '';
  margin: 0 10px 0 0;
  width: 18px;
  height: 15px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_tw.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .sns-block .sns_pin a {
  background: #bd081c;
  margin-top: 10px;
}

#fs_ProductDetails .sns-block .sns_pin a:before {
  content: '';
  margin: 0 10px 0 -25px;
  width: 23px;
  height: 23px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_pin.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .sns-block .sns_line a {
  background: #00b800;
  margin-top: 10px;
}

#fs_ProductDetails .sns-block .sns_line a:before {
  content: '';
  margin: 0 10px 0 -25px;
  width: 22px;
  height: 20px;
  background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_line.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li {
  width: 48%;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #000;
  -webkit-transition: .2s;
  transition: .2s;
  color: #000;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap .delivery1 span::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(/assets/images/item/delivery_icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap .warranty1 span::before {
  content: '';
  width: 29px;
  height: 28px;
  background-image: url(/assets/images/item/warranty_icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap .size1 span::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(/assets/images/item/size_icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap .import1 span::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(/assets/images/item/import_icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap + .btn-wrap {
  margin-top: 10px;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li {
  width: 48%;
  margin: 5px 2px 5px 2px;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.2rem;
  border: 1px solid #000;
  -webkit-transition: .2s;
  transition: .2s;
  color: #000;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.s-btn li {
  width: 32.5%;
}

#fs_ProductDetails .itemdetail_parts04 .btn-wrap.s-btn li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #000;
  -webkit-transition: .2s;
  transition: .2s;
  color: #000;
}

/*記述リスト 縦並び*/
.dl-style02 dt,
.dl-style02 dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin: 0px auto 0px;
}

#fs_ProductDetails .dl-style02 dt, #fs_ProductDetails
.dl-style02 dd {
  width: 100% !important;
}

.dl-style02 dt {
  display: block;
  background: #ff829f;
  color: #fff;
}

.dl-style02 dd {
  background: #fafafa;
  text-align: left;
}

/*----------------------------------
Header Style
----------------------------------*/
body.is-fixed {
  overflow: hidden;
}

.ly_header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  height: 60px;
  z-index: 2;
}

.ly_header.is-fixed {
  height: 46px;
  z-index: 1000;
}

.ly_header.is-fixed .ly_headerTop {
  display: none;
}

.ly_header.is-fixed .ly_headerLogo {
  width: 120px;
}

.ly_header.is-fixed .ly_spMenu {
  height: calc(100vh - 46px);
}

.ly_header.is-fixed .ly_headerNav {
  top: 46px;
}

.ly_headerTop {
  background: #ffa6ba;
}

.ly_headerTop_text {
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  padding: 0 2%;
}

.ly_headerTop_nav {
  display: none;
}

.ly_headerTop_nav a {
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
}

.ly_headerTop_nav a:hover {
  color: #fff;
  text-decoration: none;
}

.ly_headerTop_nav a:visited {
  color: #fff;
}

.ly_headerTop_nav p {
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}

.ly_headerTop_nav_item {
  color: #fff;
}

.ly_headerTop_nav_item:last-child {
  margin-left: -20px;
}

.ly_headerTop_nav_item .fa-address-card {
  margin-right: -3px;
}

.ly_headerMain {
  position: relative;
  background: #fff;
}

.ly_headerMain_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ly_headerMain_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.ly_headerMain_login {
  color: #D9C7A3;
  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;
}

.ly_headerMain_login .fs-clientInfo {
  width: 35px;
  height: 27px;
  line-height: 1;
  text-align: center;
}

.ly_headerMain_login .fs-clientInfo i {
  font-size: 1.2em;
}

.ly_headerMain_login .login a,
.ly_headerMain_login .logout a {
  display: block;
  color: #D9C7A3;
  margin-top: -3px;
}

.ly_headerMain_login .login a > span,
.ly_headerMain_login .logout a > span {
  font-size: 10px;
}

.ly_headerSpBtn {
  background-color: #fff;
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 10;
  border: 0;
}

.ly_headerSpBtn > span {
  display: block;
  background: #666;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ly_headerSpBtn > span:first-child {
  top: 16px;
}

.ly_headerSpBtn > span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

.ly_headerSpBtn > span:last-child {
  bottom: 16px;
}

.ly_headerSpBtn.active > span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.ly_headerSpBtn.active > span:nth-child(2) {
  margin-top: -1px;
  opacity: 0;
}

.ly_headerSpBtn.active > span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.ly_headerLogo {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -2px;
}

.ly_headerLogo a {
  display: block;
  width: 100%;
  height: 34px;
}

.ly_header_search {
  display: none;
}

.ly_headerLogo_notice {
  display: none;
}

.ly_headerIconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3px;
}

.ly_headerIconList .ly_headerIconList_item a {
  color: #D9C7A3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 1;
}

.ly_headerIconList .ly_headerIconList_item a:hover {
  text-decoration: none;
}

.ly_headerIconList .ly_headerIconList_item a i {
  font-size: 20px;
}

.ly_headerIconList_text {
  font-size: 8px;
  margin-top: 2px;
}

.ly_headerNav {
  position: fixed;
  top: 70px;
  width: 100%;
  overflow: auto;
  text-align: left;
  background: #fff;
  z-index: 2000;
}

.ly_spMenu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  width: 100%;
  height: calc(100vh - 60px);
  background: #fff;
  position: relative;
  right: 100%;
  overflow: overlay;
  top: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}

.ly_spMenu_search {
  width: 100%;
  height: 70px;
  line-height: 50px;
  margin-top: 20px;
}

.ly_spMenu_search .txt_box {
  margin: 0 3%;
  height: 44px;
  position: relative;
}

.ly_spMenu_search .search_area {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: none;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 0 36px 0 10px;
  font-size: 16px;
}

.ly_spMenu_search .search_button {
  width: 26px;
  height: 26px;
  background: url(/assets/images/item/icon_search.png) no-repeat;
  background-size: 22px;
  border: none;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  cursor: pointer;
}

.ly_spMenu_vertList > li {
  border-bottom: 1px solid #ddd;
  display: block;
  line-height: 50px;
  padding: 0 20px;
}

.ly_spMenu_vertList > li a {
  font-size: 15px;
  display: block;
  text-decoration: none;
}

.ly_spMenu_vertList > li a:visited {
  color: #6b6b6b;
}

.ly_spMenu_vertList > li i {
  color: #D9C7A3;
  font-size: 15px;
}

.ly_spMenu_vertList_text {
  display: inline-block;
  font-size: 15px;
  margin-left: 0.75em;
  margin-right: 0.8em;
}

.ly_headerNavMenu_heading {
  padding: 4px 10px;
  background: #FFA6BA;
}

.ly_headerNavMenu_heading a {
  padding: 4px 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
}

.ly_headerNavMenu_heading a:hover {
  background: #fff;
  color: #2a2a2a;
  opacity: 0.5;
  text-decoration: underline;
}

.ly_headerNavMenu_heading.is-open a,
.ly_headerNavMenu_heading.is-open > span {
  background: #fff;
  color: #7c7d7d;
  border-bottom: 1px solid #ddd;
}

.ly_headerNavMenu_heading.is-open a:hover,
.ly_headerNavMenu_heading.is-open > span:hover {
  background: #fff;
  color: #2a2a2a;
  opacity: 0.5;
}

.ly_headerNavMenu_item__content {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.ly_headerNavMenu_item__guide {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.ly_headerNavMenu_link {
  display: none;
}

.ly_headerNavMenu_link a {
  display: block;
}

.ly_headerNavMenu_link a:hover {
  color: #474847;
  text-decoration: none;
}

.ly_headerNavMenu_category {
  border-top: 1px solid #ddd;
}

.ly_headerNavMenu_category:not(:first-of-type) {
  margin-top: -1px;
}

.ly_headerNavMenu_title {
  border-bottom: 1px solid #ddd;
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  background: #fee0e4;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.ly_headerNavMenu_title a {
  display: block;
}

.ly_headerNavMenu_title .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 16px;
}

.ly_headerNavMenu_title .accordion_icon::before, .ly_headerNavMenu_title .accordion_icon::after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #555;
  display: block;
  top: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.ly_headerNavMenu_title .accordion_icon::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ly_headerNavMenu_title .accordion_icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ly_headerNavMenu_title .accordion_icon.is-active::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ly_headerNavMenu_title .accordion_icon.is-active::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ly_headerNavMenu_body.js_navAccordionBody {
  display: none;
}

.ly_headerNavMenu_list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1px;
  margin-bottom: 20px;
}

.ly_headerNavMenu_list > li {
  width: 50%;
  margin-bottom: -1px;
  border-bottom: 1px solid #ddd;
}

.ly_headerNavMenu_list > li.is-hover {
  background-color: #ff829f;
}

.ly_headerNavMenu_list > li.is-hover a {
  color: #fff;
}

.ly_headerNavMenu_list > li:nth-child(odd) {
  border-right: 1px solid #ddd;
}

.ly_headerNavMenu_list > li a {
  font-size: 12px;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  height: 50px;
  line-height: 50px;
}

.ly_headerNavMenu_list > li a:hover {
  text-decoration: none;
}

.ly_headerNavMenu_list__col1 {
  border-top: 0;
  margin: 0;
}

.ly_headerNavMenu_list__col1 > li {
  width: 100%;
}

.ly_headerNavMenu_list__col1 > li.is-hover {
  background-color: #eee;
  color: #000;
}

.ly_headerNavMenu_list__col1 > li.is-hover a {
  color: #474847;
}

.ly_headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.ly_headerSocial > li {
  width: 26px;
  margin-right: 25px;
}

.ly_headerSocial > li:last-child {
  margin-right: 0;
}

.ly_headerSocial > li a {
  display: block;
}

/*----------------------------------
Footer Style
----------------------------------*/
.PCShopFooter {
  background-color: #f5f5f5;
}

#footer1 {
  background: #FFA6BA;
}

#footer1 .footer-inbox .pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #555;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100;
  padding: 8px 0 0 0;
}

#footer1 .footer-inbox .pagetop a:before {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 0;
  height: 14px;
  margin: auto;
  content: "";
  border-bottom: 10px solid #555;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.f-links-title .accordion_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 6px;
}

.f-links-title .accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.f-links-title .accordion_icon span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.f-links-title .accordion_icon span:nth-child(2) {
  top: 5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.f-links-title .accordion_icon.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.f-links-title .accordion_icon.active span:nth-child(2) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.f-links-list-title {
  font-size: 13px;
}

.ly_footerBottom {
  background-color: #7c7d84;
}

.ly_footerBottom p {
  line-height: 1.3;
  font-size: 0.6em;
}

.ly_footerList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ly_footerList > li {
  padding: 0 0.4em;
  font-size: 12px;
}

.ly_footerList > li a {
  color: #fff;
  display: inline-block;
  padding: 2px 0.4em;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
}

.ly_footerCopyright {
  color: #fff;
  padding: 1em 0 1em 0;
  text-align: center;
  font-size: 12px;
}

/*----------------------------------
Project Style
----------------------------------*/
/*トップページ*/

.fs-c-inputTable__dataCell {
  text-align: left;
}

.fs-body-register-success .fs-c-buttonContainer--myPageTop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price {
  color: #333333 !important;
}

.fs-c-productPrice--member {
  color: #F75C6E;
}

.fs-c-productPrice--selling
.fs-c-productPrice__main__price.is-saleprice .fs-c-price__value {
  color: #F00 !important;
  font-weight: bold;
}

.p-contactForm .fs-c-dropdown:has(#fs_input_contactType) {
  max-width: 320px;
}

.p-contactForm:has(.js-comment) .p-contactHide {
  display: none;
}

.p-contactForm #fs_input_orderCode,
.p-contactForm #fs_input_email,
.p-contactForm #fs_input_defectNum,
.p-contactForm #fs_input_couponCode {
  max-width: 400px;
}

.p-contactForm #fs_input_comment,
.p-contactForm #fs_input_symptoms {
  height: 14em;
}

.p-roundBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-roundBtn {
  margin-top: 60px;
}

.p-roundBtn__w200 {
  width: 200px;
}

.p-roundBtn__w100 {
  width: 100px;
}

.p-roundBtn_ele {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #f64077;
  border: 1px solid #f64077;
  background: #fff;
  border-radius: 40px;
  padding: 0;
}

.p-roundBtn_ele:hover {
  text-decoration: none;
}

.p-roundBtn_ele__gray {
  color: #A5A5A5;
  border-color: #A5A5A5;
  background: #F5F5F5;
}

.p-roundBtn_ele:hover {
  opacity: .8;
}

.p-designation {
  margin-top: 60px;
}

.p-designation_list {
  font-size: 14px;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #999;
}

.p-designation_list:first-child {
  border-top: 1px solid #999;
}

.p-designation_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.fs-body-my-account-settings-edit .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark,
.fs-body-checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #2559A8;
}

.fs-body-my-account-settings-edit .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before,
.fs-body-checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #2559A8;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.fs-c-button--changeWrapper {
  margin-top: 50px;
  text-align: left;
}

.fs-c-button--changeWrapper .fs-c-button--change {
  width: 300px;
}

.fs-p-announcement_txt {
  color: #3C3C3C;
  font-size: 14px;
}

.p-degreeSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  width: 100%;
  max-width: 690px;
  margin-top: 45px;
}

.p-degreeSelect_wrap {
  width: 50%;
}

.p-degreeSelect_wrap:not(:first-child) {
  margin-top: 18px;
}

.p-degreeSelect select {
  width: 100%;
}

.p-degreeSelect_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.p-degreeSelect_item {
  margin-top: 23px;
}

.p-degreeSelect_item:first-of-type {
  margin-top: 0;
}

.p-degreeSelect_item_ttl {
  color: #3C3C3C;
  font-weight: bold;
  font-size: 14px;
}

.p-degreeSetWrapper {
  margin-top: 4px;
  margin-bottom: 9px;
}

.p-degreeSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-degreeSet button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 140px;
  height: 30px;
  border: 1px solid #F64077;
  color: #F64077;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  background: #F5F5F5;
}

.p-degreeSet button:hover {
  opacity: .8;
}

.fs-c-productPrice__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 10px;
}

.fs-c-productPrice__sub::before {
  content: "(";
  font-size: 16px;
  margin-right: 3px;
}

.fs-c-productPrice__sub::after {
  content: ")";
  font-size: 16px;
}

.fs-c-productPrice__sub .fs-c-price__currencyMark {
  color: #3C3C3C;
  font-size: 16px;
}

.fs-c-productPrice__sub .fs-c-price__value {
  color: #3C3C3C;
  font-size: 16px;
}

.fs-c-productPrice__sub .fs-c-productPrice__addon {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 7px;
}

.fs-body-register-success .fs-c-checkoutSuccess_ttl {
  font-size: 24px;
}

/*-------------

ドロワーメニューオリジナル検索

-------------*/
.menubox {
  border: solid #EEEEEE;
  border-width: 0 1px;
}

.menubox .menuinner {
  background: #FFFFFF;
  padding: 20px;
  border-bottom: 1px solid #EEEEEE;
}

.menubox .menutitle {
  position: relative;
  margin: 0;
  padding: 16px 12px;
  font-size: 1.3rem;
  font-weight: bold;
  border-top: 1px solid #B4B4B4;
  background: #FEDFE4;
}

.menubox .menutitle__toggle {
  cursor: pointer;
}

.menubox .menutitle__toggle:before {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border: solid #B4B4B4;
  border-width: 4px 4px 0 0;
  -webkit-transform: translateY(calc(-50% - 5px)) rotate(135deg);
  transform: translateY(calc(-50% - 5px)) rotate(135deg);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.menubox .menutitle__toggle.is_active:before {
  -webkit-transform: translateY(calc(-50% + 2px)) rotate(-45deg);
  transform: translateY(calc(-50% + 2px)) rotate(-45deg);
}

.menubox .menucolorlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin: 0;
  padding: 0;
}

.menubox .menucolorlist li {
  position: relative;
  display: block;
  width: calc((100% - 10px) / 3);
  text-align: center;
}

.menubox .menucolorlist label {
  display: block;
}

.menubox .menucolorlist input {
  display: none;
}

.menubox .menucolorlist span {
  display: block;
  font-size: 1.0rem;
}

.menubox .menucolorlist li:has(input:checked):before {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 50%;
  display: block;
  width: 9px;
  height: 4px;
  background: #7B6EBB;
  -webkit-transform: translate(-2px, -7px) rotate(45deg);
  transform: translate(-2px, -7px) rotate(45deg);
}

.menubox .menucolorlist li:has(input:checked):after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 4px;
  background: #7B6EBB;
  -webkit-transform: translate(-7px, -9px) rotate(-45deg);
  transform: translate(-7px, -9px) rotate(-45deg);
}

.menubox .menuchecklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0;
  padding: 0;
}

.menubox .menuchecklist li {
  position: relative;
  display: block;
  width: calc((100% - 16px) / 2);
  text-align: center;
  -webkit-box-shadow: 0 0 2px #b2b2b2;
  box-shadow: 0 0 2px #b2b2b2;
}

.menubox .menuchecklist .menuchecklist__col1 {
  width: 100%;
}

.menubox .menuchecklist label {
  display: block;
  padding: 0.8em 0;
  background: #ebebeb;
  border: 1px solid #bbbbbb;
  color: #3c3c3c;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.menubox .menuchecklist input {
  display: none;
}

.menubox .menuchecklist li:has(input:checked) label {
  background: #FEE0E4;
}

.menubox .menuchecklist li:has(input:checked):before {
  content: ' ';
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 9px;
  height: 4px;
  background: #7B6EBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menubox .menuchecklist li:has(input:checked):after {
  content: ' ';
  position: absolute;
  top: 50%;
  right: -8px;
  display: block;
  width: 18px;
  height: 4px;
  background: #7B6EBB;
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}

.menubox .menuchecklist__small label {
  padding: 1.06em 0;
  font-size: 1.0rem;
}

.menubox .menutitle__toggle + .menuinner {
  display: none;
}

.menubox .sidesearch {
  display: none;
}

.navi-wrapper.left-navi .sidebar {
  background-color: #fff;
}

.navi-wrapper.left-navi .menu-block {
  background-color: #FCF7FA;
  margin-bottom: 12px;
}

.navi-wrapper.left-navi .fs-p-drawer__heading {
  margin-bottom: 12px;
}

.navi-wrapper.left-navi .menubox_note {
  color: #3C3C3C;
  font-weight: bold;
  text-align: center;
}

.navi-wrapper.left-navi .menubox_note::before {
  content: "※";
}

.navi-wrapper.left-navi .menubox_note > a {
  color: #0011FF;
  text-decoration: underline;
}

.navi-wrapper.left-navi .menubox_note > a:hover {
  text-decoration: none;
}

.ly_header .fs-p-drawer__heading {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.ly_header .menubox .menutitle {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ly_header .frequency_navi {
  font-size: 18px;
}

.ly_header .frequency_navi .menuchecklist {
  max-width: 100%;
}

.ly_header .menubox_note {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.ly_header .menubox_note::before {
  content: "※";
}

.ly_header .menubox_note > a {
  color: #0011FF;
  text-decoration: underline;
}

.ly_header .menubox_note > a:hover {
  text-decoration: none;
}

.ly_header .menubox .menucolorlist li img {
  display: inline;
}

.ly_header .menubox .menucolorlist span {
  line-height: 1;
}

/*----------------------------------
Utility Style
----------------------------------*/
.u-fwb {
  font-weight: bold !important;
}

.u-tal {
  text-align: left !important;
}

.u-tac {
  text-align: center !important;
}

.u-tar {
  text-align: right !important;
}

.u-underline {
  text-decoration: underline !important;
}

.u-centerring {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------------
color
----------------------------------*/
.u-colorBase {
  color: #000 !important;
}

.u-colorTheme {
  color: #2b6190 !important;
}

/*----------------------------------
background
----------------------------------*/
.u-bgTheme {
  background-color: rgba(43, 97, 144, 0.3);
}

/*----------------------------------
フォント
----------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url("/assets/font/RobotoCondensed-Regular.woff") format("woff");
}

@font-face {
  font-family: 'RobotoLight';
  src: url("/assets/font/RobotoCondensed-Light.woff") format("woff");
}

@font-face {
  font-family: 'RobotoBold';
  src: url("/assets/font/RobotoCondensed-Bold.woff") format("woff");
}

.u-robot {
  font-family: 'Roboto';
}

.u-robotLight {
  font-family: 'RobotoLight';
}

.u-robotBold {
  font-family: 'RobotoBold';
}

/*----------------------------------
width
----------------------------------*/
.u-w100 {
  width: 100% !important;
}

/*----------------------------------
margin
----------------------------------*/
.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mbLast {
  margin-bottom: 120px;
}

/*----------------------------------
padding
----------------------------------*/
.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

/*----------------------------------
height
----------------------------------*/
.u-mh0 {
  max-height: 0px !important;
}

.u-mh1 {
  max-height: 1px !important;
}

.u-mh2 {
  max-height: 2px !important;
}

.u-mh3 {
  max-height: 3px !important;
}

.u-mh4 {
  max-height: 4px !important;
}

.u-mh5 {
  max-height: 5px !important;
}

.u-mh6 {
  max-height: 6px !important;
}

.u-mh7 {
  max-height: 7px !important;
}

.u-mh8 {
  max-height: 8px !important;
}

.u-mh9 {
  max-height: 9px !important;
}

.u-mh10 {
  max-height: 10px !important;
}

.u-mh11 {
  max-height: 11px !important;
}

.u-mh12 {
  max-height: 12px !important;
}

.u-mh13 {
  max-height: 13px !important;
}

.u-mh14 {
  max-height: 14px !important;
}

.u-mh15 {
  max-height: 15px !important;
}

.u-mh16 {
  max-height: 16px !important;
}

.u-mh17 {
  max-height: 17px !important;
}

.u-mh18 {
  max-height: 18px !important;
}

.u-mh19 {
  max-height: 19px !important;
}

.u-mh20 {
  max-height: 20px !important;
}

.u-mh21 {
  max-height: 21px !important;
}

.u-mh22 {
  max-height: 22px !important;
}

.u-mh23 {
  max-height: 23px !important;
}

.u-mh24 {
  max-height: 24px !important;
}

.u-mh25 {
  max-height: 25px !important;
}

.u-mh26 {
  max-height: 26px !important;
}

.u-mh27 {
  max-height: 27px !important;
}

.u-mh28 {
  max-height: 28px !important;
}

.u-mh29 {
  max-height: 29px !important;
}

.u-mh30 {
  max-height: 30px !important;
}

.u-mh31 {
  max-height: 31px !important;
}

.u-mh32 {
  max-height: 32px !important;
}

.u-mh33 {
  max-height: 33px !important;
}

.u-mh34 {
  max-height: 34px !important;
}

.u-mh35 {
  max-height: 35px !important;
}

.u-mh36 {
  max-height: 36px !important;
}

.u-mh37 {
  max-height: 37px !important;
}

.u-mh38 {
  max-height: 38px !important;
}

.u-mh39 {
  max-height: 39px !important;
}

.u-mh40 {
  max-height: 40px !important;
}

.u-mh41 {
  max-height: 41px !important;
}

.u-mh42 {
  max-height: 42px !important;
}

.u-mh43 {
  max-height: 43px !important;
}

.u-mh44 {
  max-height: 44px !important;
}

.u-mh45 {
  max-height: 45px !important;
}

.u-mh46 {
  max-height: 46px !important;
}

.u-mh47 {
  max-height: 47px !important;
}

.u-mh48 {
  max-height: 48px !important;
}

.u-mh49 {
  max-height: 49px !important;
}

.u-mh50 {
  max-height: 50px !important;
}

.u-mh51 {
  max-height: 51px !important;
}

.u-mh52 {
  max-height: 52px !important;
}

.u-mh53 {
  max-height: 53px !important;
}

.u-mh54 {
  max-height: 54px !important;
}

.u-mh55 {
  max-height: 55px !important;
}

.u-mh56 {
  max-height: 56px !important;
}

.u-mh57 {
  max-height: 57px !important;
}

.u-mh58 {
  max-height: 58px !important;
}

.u-mh59 {
  max-height: 59px !important;
}

.u-mh60 {
  max-height: 60px !important;
}

.u-mh61 {
  max-height: 61px !important;
}

.u-mh62 {
  max-height: 62px !important;
}

.u-mh63 {
  max-height: 63px !important;
}

.u-mh64 {
  max-height: 64px !important;
}

.u-mh65 {
  max-height: 65px !important;
}

.u-mh66 {
  max-height: 66px !important;
}

.u-mh67 {
  max-height: 67px !important;
}

.u-mh68 {
  max-height: 68px !important;
}

.u-mh69 {
  max-height: 69px !important;
}

.u-mh70 {
  max-height: 70px !important;
}

.u-mh71 {
  max-height: 71px !important;
}

.u-mh72 {
  max-height: 72px !important;
}

.u-mh73 {
  max-height: 73px !important;
}

.u-mh74 {
  max-height: 74px !important;
}

.u-mh75 {
  max-height: 75px !important;
}

.u-mh76 {
  max-height: 76px !important;
}

.u-mh77 {
  max-height: 77px !important;
}

.u-mh78 {
  max-height: 78px !important;
}

.u-mh79 {
  max-height: 79px !important;
}

.u-mh80 {
  max-height: 80px !important;
}

.u-mh81 {
  max-height: 81px !important;
}

.u-mh82 {
  max-height: 82px !important;
}

.u-mh83 {
  max-height: 83px !important;
}

.u-mh84 {
  max-height: 84px !important;
}

.u-mh85 {
  max-height: 85px !important;
}

.u-mh86 {
  max-height: 86px !important;
}

.u-mh87 {
  max-height: 87px !important;
}

.u-mh88 {
  max-height: 88px !important;
}

.u-mh89 {
  max-height: 89px !important;
}

.u-mh90 {
  max-height: 90px !important;
}

.u-mh91 {
  max-height: 91px !important;
}

.u-mh92 {
  max-height: 92px !important;
}

.u-mh93 {
  max-height: 93px !important;
}

.u-mh94 {
  max-height: 94px !important;
}

.u-mh95 {
  max-height: 95px !important;
}

.u-mh96 {
  max-height: 96px !important;
}

.u-mh97 {
  max-height: 97px !important;
}

.u-mh98 {
  max-height: 98px !important;
}

.u-mh99 {
  max-height: 99px !important;
}

.u-mh100 {
  max-height: 100px !important;
}

/*----------------------------------
display
----------------------------------*/

@media screen and (max-width: 600px) {
  .fs-c-cartTable .fs-c-assist {
    top: 100%;
    z-index: 1;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
  .fs-c-cartTable > thead {
    display: none;
  }
  .fs-c-cartTable__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .fs-c-cartTable__dataCell {
    border: none;
  }
  .fs-c-cartTable__dataCell--point, .fs-c-cartTable__dataCell--quantity, .fs-c-cartTable__dataCell--subtotal {
    text-align: right;
    position: relative;
  }
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    content: attr(data-cell-label);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 8px;
    min-width: 2em;
  }
  .fs-c-cartTable__dataCell--quantity {
    width: 100%;
  }
  .fs-c-cartTable__actionButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-c-cartTable__actionButton button + button {
    margin-top: 0;
  }
  .fs-c-listTable > thead {
    display: none;
  }
  .fs-c-listTable > tbody {
    display: block;
  }
  .fs-c-listTable > tbody > tr {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-c-listTable > tbody > tr + tr {
    margin-top: 24px;
  }
  .fs-c-listTable > tbody > tr > th, .fs-c-listTable > tbody > tr td {
    display: block;
    border: none;
  }
  .fs-c-listTable > tbody > tr > th::before, .fs-c-listTable > tbody > tr td::before {
    content: attr(aria-label);
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .fs-c-pointListTable td[aria-label=獲得・利用ポイント] {
    text-align: left;
  }
  .fs-c-pointListTable td[aria-label=日付], .fs-c-pointListTable td[aria-label=ポイント状況], .fs-c-pointListTable td[aria-label=有効期限] {
    text-align: left;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
    width: 120px;
    padding-right: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message {
    right: 0;
  }
  .fs-c-bundlePreview__item__total {
    margin: 0 -8px -8px;
  }
  .fs-c-cartTable__actionButton {
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
    border-width: 0 0 0 1px;
    margin: 0 0 0 4px;
    padding: 0 0 0 8px;
  }
  .fs-c-cartTable, .fs-c-cartTable > tbody {
    display: block;
  }
  .fs-c-cartTable__row {
    border-bottom: 1px solid #b2b2b2;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
    width: 100%;
  }
  .fs-c-cartTable__dataCell {
    border: none;
    display: block;
    padding: 4px 0;
  }
  .fs-c-cartTable__dataCell--product {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-cartTable__dataCell--point {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-cartTable__dataCell--quantity {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fs-c-cartTable__dataCell--action {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    grid-row: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.8rem;
  }
  .fs-c-cartTable__dataCell--review {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-cartTable__productImage__image {
    max-width: 100%;
    padding-right: 8px;
  }
  .fs-c-button--continueShopping {
    min-width: 100%;
  }
  .fs-c-cartOptionTable {
    border: 1px solid #b2b2b2;
  }
  .fs-c-cartOptionTable__row + .fs-c-cartOptionTable__row {
    border-top: 1px solid #b2b2b2;
  }
  .fs-c-creditCardListTable > tbody {
    border: none;
  }
  .fs-c-creditCardListTable > tbody > tr {
    border: 1px solid #b2b2b2;
  }
  .fs-c-creditCardListTable > tbody > tr:nth-child(even) {
    background: transparent;
  }
  .fs-c-listTable > tbody {
    border: none;
  }
  .fs-c-listTable > tbody > tr {
    border: 1px solid #b2b2b2;
  }
  .fs-c-listTable > tbody > tr:nth-child(even) {
    background: transparent;
  }
  .fs-body-my-orders-details .fs-c-cartTable__row {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell {
    padding: 8px;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--subtotal {
    background: rgba(126, 126, 126, 0.08);
    border-top: 1px solid #b2b2b2;
  }
  .fs-body-my-orders-details .fs-c-cartTable__dataCell--review {
    border-top: 1px solid #b2b2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-body-my-subscription-details .fs-c-cartTable__row {
    border: 1px solid #b2b2b2;
  }
  .fs-body-my-subscription-details .fs-c-cartTable__dataCell {
    padding: 8px;
  }
  .fs-c-accountService__page {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .fs-c-accountService__page--accountDelete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 22px;
  }
  .col2f > div {
    width: 100%;
    padding: 1%;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-checkout-amazonWidget + .fs-c-checkout-amazonWidget {
    margin-top: 0;
    margin-left: 16px;
  }
  .fs-c-checkout-destination__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
  .fs-c-checkout-destination__control > * + * {
    margin-top: 8px;
  }
  .fs-c-checkout-destination__destination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-c-checkout-multiDestination__info__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-c-checkout-multiDestination__info__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
  .fs-c-checkout-multiDestination__info__control > * + * {
    margin-top: 8px;
  }
  .fs-c-checkout-receivingMethod__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
  .fs-c-checkout-receivingMethod__control > * + * {
    margin-top: 8px;
  }
  .fs-c-checkout-receivingMethod__destination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-c-checkout-widgets__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fs-c-modal--medium .fs-c-modal__inner {
    width: 768px;
    max-width: 90vw;
  }
  .fs-c-addresseeList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-gap: 8px 8px;
  }
  .fs-c-addresseeList .fs-c-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-c-addresseeList .fs-c-address > *:not(:last-child) {
    margin-right: 8px;
  }
  .fs-c-buttonContainer--pair {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 24px;
  }
  .fs-c-buttonContainer--pair > * {
    font-size: 1.4rem;
    min-width: 160px;
  }
  .fs-c-buttonContainer--pair > *:first-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .fs-c-buttonContainer--pair > *:last-child {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  .fs-c-checkout-couponList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fs-c-checkout-couponList__item + * {
    margin-top: 0;
  }
  .fs-c-confirmNextDeliveryField {
    padding: 16px 32px;
  }
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
  }
  .fs-c-coordinationList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
  }
  .fs-c-creditCardList {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-c-orderHistoryItem__header {
    -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;
  }
  .fs-c-orderHistoryItem__product {
    -ms-grid-columns: 112px 1fr auto auto;
    grid-template-columns: 112px 1fr auto auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .fs-c-orderHistoryItem__productImage {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
  .fs-c-orderHistoryItem__productName {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-orderHistoryItem__unitPrice {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-orderHistoryItem__productQuantity {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    text-align: left;
  }
  .fs-c-orderHistoryItem__deliveryInfo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-orderHistoryItem__button {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-postage__list {
    grid-column-gap: 8px;
  }
  .fs-c-postage__list--prefecture > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(9) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(10) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(11) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(12) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(14) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(15) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(17) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(19) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(21) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(22) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(23) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(24) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(26) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(27) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(28) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(29) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(31) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(33) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(34) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(35) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(36) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(38) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(39) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(40) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(41) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(42) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(43) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(45) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(46) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(47) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(48) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(50) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(51) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(52) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(53) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(55) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(57) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(58) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(59) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(60) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(62) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(63) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(64) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(65) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(67) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(69) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(70) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(71) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(72) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(74) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(75) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(76) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(77) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(78) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(79) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(81) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(82) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(83) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--prefecture > *:nth-child(84) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--prefecture > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(86) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(87) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(88) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(89) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(90) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(91) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--prefecture > *:nth-child(93) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--prefecture > *:nth-child(94) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(1), .fs-c-postage__list--pattern > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(2), .fs-c-postage__list--pattern > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(3), .fs-c-postage__list--pattern > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(4), .fs-c-postage__list--pattern > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(5), .fs-c-postage__list--pattern > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(6), .fs-c-postage__list--pattern > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(7), .fs-c-postage__list--pattern > *:nth-child(7) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(8), .fs-c-postage__list--pattern > *:nth-child(8) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(9), .fs-c-postage__list--pattern > *:nth-child(9) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(10), .fs-c-postage__list--pattern > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(11), .fs-c-postage__list--pattern > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(12), .fs-c-postage__list--pattern > *:nth-child(12) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(13), .fs-c-postage__list--pattern > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(14), .fs-c-postage__list--pattern > *:nth-child(14) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(15), .fs-c-postage__list--pattern > *:nth-child(15) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(16), .fs-c-postage__list--pattern > *:nth-child(16) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(17), .fs-c-postage__list--pattern > *:nth-child(17) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(18), .fs-c-postage__list--pattern > *:nth-child(18) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(19), .fs-c-postage__list--pattern > *:nth-child(19) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(20), .fs-c-postage__list--pattern > *:nth-child(20) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(21), .fs-c-postage__list--pattern > *:nth-child(21) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(22), .fs-c-postage__list--pattern > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(23), .fs-c-postage__list--pattern > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(24), .fs-c-postage__list--pattern > *:nth-child(24) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(25), .fs-c-postage__list--pattern > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(26), .fs-c-postage__list--pattern > *:nth-child(26) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(27), .fs-c-postage__list--pattern > *:nth-child(27) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(28), .fs-c-postage__list--pattern > *:nth-child(28) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(29), .fs-c-postage__list--pattern > *:nth-child(29) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(30), .fs-c-postage__list--pattern > *:nth-child(30) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(31), .fs-c-postage__list--pattern > *:nth-child(31) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(32), .fs-c-postage__list--pattern > *:nth-child(32) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(33), .fs-c-postage__list--pattern > *:nth-child(33) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(34), .fs-c-postage__list--pattern > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(35), .fs-c-postage__list--pattern > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(36), .fs-c-postage__list--pattern > *:nth-child(36) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(37), .fs-c-postage__list--pattern > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(38), .fs-c-postage__list--pattern > *:nth-child(38) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(39), .fs-c-postage__list--pattern > *:nth-child(39) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(40), .fs-c-postage__list--pattern > *:nth-child(40) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(41), .fs-c-postage__list--pattern > *:nth-child(41) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(42), .fs-c-postage__list--pattern > *:nth-child(42) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(43), .fs-c-postage__list--pattern > *:nth-child(43) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(44), .fs-c-postage__list--pattern > *:nth-child(44) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(45), .fs-c-postage__list--pattern > *:nth-child(45) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(46), .fs-c-postage__list--pattern > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(47), .fs-c-postage__list--pattern > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(48), .fs-c-postage__list--pattern > *:nth-child(48) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(49), .fs-c-postage__list--pattern > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(50), .fs-c-postage__list--pattern > *:nth-child(50) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(51), .fs-c-postage__list--pattern > *:nth-child(51) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(52), .fs-c-postage__list--pattern > *:nth-child(52) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(53), .fs-c-postage__list--pattern > *:nth-child(53) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(54), .fs-c-postage__list--pattern > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(55), .fs-c-postage__list--pattern > *:nth-child(55) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(56), .fs-c-postage__list--pattern > *:nth-child(56) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(57), .fs-c-postage__list--pattern > *:nth-child(57) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(58), .fs-c-postage__list--pattern > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(59), .fs-c-postage__list--pattern > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(60), .fs-c-postage__list--pattern > *:nth-child(60) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(61), .fs-c-postage__list--pattern > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(62), .fs-c-postage__list--pattern > *:nth-child(62) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(63), .fs-c-postage__list--pattern > *:nth-child(63) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(64), .fs-c-postage__list--pattern > *:nth-child(64) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(65), .fs-c-postage__list--pattern > *:nth-child(65) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(66), .fs-c-postage__list--pattern > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(67), .fs-c-postage__list--pattern > *:nth-child(67) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(68), .fs-c-postage__list--pattern > *:nth-child(68) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(69), .fs-c-postage__list--pattern > *:nth-child(69) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(70), .fs-c-postage__list--pattern > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(71), .fs-c-postage__list--pattern > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(72), .fs-c-postage__list--pattern > *:nth-child(72) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(73), .fs-c-postage__list--pattern > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(74), .fs-c-postage__list--pattern > *:nth-child(74) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(75), .fs-c-postage__list--pattern > *:nth-child(75) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(76), .fs-c-postage__list--pattern > *:nth-child(76) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(77), .fs-c-postage__list--pattern > *:nth-child(77) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(78), .fs-c-postage__list--pattern > *:nth-child(78) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(79), .fs-c-postage__list--pattern > *:nth-child(79) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(80), .fs-c-postage__list--pattern > *:nth-child(80) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(81), .fs-c-postage__list--pattern > *:nth-child(81) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(82), .fs-c-postage__list--pattern > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(83), .fs-c-postage__list--pattern > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(84), .fs-c-postage__list--pattern > *:nth-child(84) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(85), .fs-c-postage__list--pattern > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(86), .fs-c-postage__list--pattern > *:nth-child(86) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(87), .fs-c-postage__list--pattern > *:nth-child(87) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(88), .fs-c-postage__list--pattern > *:nth-child(88) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(89), .fs-c-postage__list--pattern > *:nth-child(89) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(90), .fs-c-postage__list--pattern > *:nth-child(90) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(91), .fs-c-postage__list--pattern > *:nth-child(91) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(92), .fs-c-postage__list--pattern > *:nth-child(92) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(93), .fs-c-postage__list--pattern > *:nth-child(93) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(94), .fs-c-postage__list--pattern > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productCoordinationList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
  }
  .fs-c-reviewList__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 4fr;
    grid-template-columns: 1fr 1fr 4fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    grid-column-gap: 8px;
  }
  .fs-c-reviewList__item__editButton {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
  .fs-c-staffDetail {
    grid-gap: 40px;
    -ms-grid-columns: 240px 30% 1fr;
    grid-template-columns: 240px 30% 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-staffDetail__profile {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .fs-c-staffList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.3333333333% - 16px) calc(33.3333333333% - 16px) calc(33.3333333333% - 16px);
    grid-template-columns: calc(33.3333333333% - 16px) calc(33.3333333333% - 16px) calc(33.3333333333% - 16px);
    grid-gap: 24px;
  }
  .fs-c-staffCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(25% - 16px));
  }
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(33.3% + 1px);
    flex-basis: calc(33.3% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
  .fs-p-footerNavigation {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-p-footerNavigationItem {
    margin-bottom: 16px;
  }
  .fs-p-footerNavigationItem + .fs-p-footerNavigationItem {
    margin-top: 0;
  }
  .fs-p-footerNavigationItem__title {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
  }
  .fs-p-footerNavigationItem__subTitle {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .fs-p-headerNavigation__link > i {
    padding-right: 4px;
  }
  .fs-p-headerNavigation__list {
    width: auto;
  }
  .fs-p-headerNavigation__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 120px;
  }
  .fs-p-headerNavigation__link, .fs-p-headerNavigation__viewCartButton, .fs-p-headerNavigation__viewSubscriptionCartButton {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.4rem;
  }
  .fs-p-headerNavigation__link > i, .fs-p-headerNavigation__viewCartButton > i, .fs-p-headerNavigation__viewSubscriptionCartButton > i {
    font-size: 1.4rem;
  }
  .fs-p-headerNavigation__viewCartButton {
    padding: 8px 16px 8px;
  }
  .fs-p-headerNavigation__search {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .fs-p-logo__image {
    max-height: 100%;
  }
  .fs-p-pageNotFound {
    margin-top: 120px;
  }
  .fs-p-productSearch__field {
    display: -ms-grid;
    display: grid;
    grid-gap: 32px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: calc(50% - 8px*2) calc(50% - 8px*2);
    grid-template-columns: calc(50% - 8px*2) calc(50% - 8px*2);
  }
  .fs-p-productSearch__searchButtonContainer {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .fs-l-header__welcomeMsg.is-ready {
    display: block;
  }
  .fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 40% 20% 40%;
    grid-template-columns: 40% 20% 40%;
  }
  .fs-l-header__utility {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .fs-l-header__utility *:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-l-header__utility *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-l-header__utility *:last-child {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .fs-body-about-shippingPayment .fs-c-specTableContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 16px) calc(50% - 16px);
    grid-template-columns: calc(50% - 16px) calc(50% - 16px);
    grid-gap: 32px;
  }
  .fs-body-my-points .fs-c-history__info {
    max-width: 560px;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-checkout-couponCodeInput {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .fs-c-checkout-multiDestination__product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fs-c-checkout-productAllocation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fs-c-checkout-productAllocation__product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fs-c-checkout-productAllocation__productQuantity {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5em;
    flex: 0 0 5em;
  }
  .fs-c-couponMessage__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-c-couponMessage__listItem:only-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  .fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
    margin-left: 8px;
  }
  .fs-c-productListCarousel__ctrl {
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    min-width: 48px;
  }
  .fs-c-radioGroup, .fs-c-checkboxGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fs-c-staffCoordinationCarousel__ctrl {
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    min-width: 48px;
  }
  .fs-c-staffRankingCarousel__ctrl {
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
    min-width: 48px;
  }
  .fs-c-accountService {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-c-accountService__page--membershipCard {
    -ms-flex-preferred-size: 128px;
    flex-basis: 128px;
  }
  .fs-c-accountService__page--couponList {
    -ms-flex-preferred-size: 272px;
    flex-basis: 272px;
  }
  .fs-c-addressbookComment {
    text-align: left;
  }
  .fs-c-addressBookRegistrationNumber {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-c-addressBookList__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .fs-c-button--secondary.fs-c-button--addToAddressbook, .fs-c-button--secondary.fs-c-button--addReview--guest {
    max-width: 352px;
  }
  .fs-c-buttonContainer--deleteChange {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-c-cartTableContainer {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 16px;
  }
  .fs-c-checkout-addDestinationButton {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .fs-c-checkout-couponCodeInput__title {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fs-c-checkout-couponCodeInput__input {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .fs-c-checkout-deliveryCycle__selectCycle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-checkout-deliveryCycle__selectCycle > * {
    width: auto;
  }
  .fs-c-checkout-deliveryCycle__selectCycle > * + * {
    margin-left: 4px;
    margin-top: 0;
  }
  .fs-c-checkout-deliveryCyclePreview__list__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10em auto;
    grid-template-columns: 10em auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fs-c-checkout-loginGuidance {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-checkout-loginGuidance__message, .fs-c-checkout-loginGuidance__button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-checkout-loginGuidance__message {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 24px;
  }
  .fs-c-checkout-loginGuidance__button {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-checkout-multiAddress__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 24px 0;
  }
  .fs-c-checkout-multiAddress__button :not(:first-child) {
    margin-left: 8px;
  }
  .fs-c-checkout-multiDestination__productQuantity__quantity {
    margin: auto 0;
  }
  .fs-c-checkout-pickupStoreDescription__map > iframe {
    min-height: 400px;
  }
  .fs-c-checkout-previewAndEdit {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 48px;
  }
  .fs-c-checkout-shippingAddress {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: 0 8px;
  }
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__name,
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__address,
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__tel,
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__storeComment {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-c-checkout-shippingAddress .fs-c-checkout-shippingAddress__control {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    -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: flex-end;
  }
  .fs-c-checkout-shippingDestination {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .fs-c-checkout-shippingDestination .fs-c-checkout-shippingDestination__control {
    -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: flex-end;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetail {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailMessage {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__deliveryDetailPreview {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(33% - 16px));
  }
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-gap: 0px;
  }
  .fs-c-coordinationList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-gap: 0px;
  }
  .fs-c-coordinationProduct__list {
    -ms-grid-columns: calc(33% - 10.6666666667px) calc(33% - 10.6666666667px) calc(33% - 10.6666666667px);
    grid-template-columns: calc(33% - 10.6666666667px) calc(33% - 10.6666666667px) calc(33% - 10.6666666667px);
  }
  .fs-c-deliveryScheduleTable {
    table-layout: fixed;
  }
  .fs-c-descriptionList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .fs-c-descriptionList__label {
    border-bottom: 1px solid #7c8790;
  }
  .fs-c-descriptionList__content {
    padding: 24px 0 24px 32px;
  }
  .fs-c-destinationFeeTable {
    width: auto;
  }
  .fs-c-explainList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 8px;
  }
  .fs-c-guidanceWithButton {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-guidanceWithButton__message, .fs-c-guidanceWithButton__button {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-guidanceWithButton__message {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-right: 24px;
  }
  .fs-c-guidanceWithButton__button {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-listControl {
    -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;
  }
  .fs-c-listControl > * + * {
    margin-top: 0;
    margin-left: 8px;
  }
  .fs-c-orderedList > li {
    padding-right: 0;
  }
  .fs-c-orderHistoryItem__orderInfo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fs-c-productListCarousel__list__item {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
    min-width: 200px;
    margin: 0 8px;
  }
  .fs-c-productCoordinationList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(33.3333333333% - 0px);
    grid-gap: 0px;
  }
  .fs-c-productReviewed {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    max-width: 600px;
  }
  .fs-c-productReviewed__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
  }
  .fs-c-productReviewed__image__image {
    max-width: 100%;
  }
  .fs-c-productReviewed__name {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productReviewed__number {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productReviewed__prices {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productReviewed__name:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .fs-c-productReviewed__name:first-child + .fs-c-productReviewed__number {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .fs-c-productReviewed__name:first-child + .fs-c-productReviewed__number + .fs-c-productReviewed__prices {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .fs-c-sortItems {
    border: none;
  }
  .fs-c-sortItems__label {
    border: 1px solid currentColor;
  }
  .fs-c-sortItems__list {
    border: none;
  }
  .fs-c-staffList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 12px) calc(50% - 12px);
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-gap: 24px;
  }
  .fs-c-staffCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(33% - 16px));
  }
  .fs-c-storeInfo {
    border-bottom: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-c-storeInfo__title, .fs-c-storeInfo__description {
    border-top: 1px solid #e5e5e5;
  }
  .fs-c-storeInfo__title {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 8px;
  }
  .fs-c-storeInfo__description {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-bottom: 0;
  }
  .fs-c-storeInventoryProduct {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    grid-gap: 8px 16px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    max-width: 624px;
  }
  .fs-c-storeInventoryProduct__image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .fs-c-storeInventoryProduct__image__image {
    max-width: 100%;
  }
  .fs-c-storeInventoryProduct__name {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-storeInventoryProduct__name:nth-last-child(2) {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-storeInventoryProduct__number {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-storeInventoryProduct__number:last-child {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-storeInventoryProduct__variation {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-storeListItem__store__address {
    display: block;
  }
  .fs-c-subscriptionDetail {
    border: 1px solid #b2b2b2;
    border-width: 1px 0 0 1px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    padding: 0;
  }
  .fs-c-subscriptionDetail > * {
    border: 1px solid #b2b2b2;
    border-width: 0 1px 1px 0;
    padding: 8px;
  }
  .fs-c-subscriptionDetail__label {
    background: rgba(126, 126, 126, 0.08);
  }
  .fs-c-subscriptionDetail__value + .fs-c-subscriptionDetail__label {
    margin-top: 0;
  }
  .fs-c-subscriptionNextDelivery__ctrl {
    padding: 8px;
  }
  .fs-pt-column--2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-pt-column--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fs-pt-column--4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fs-pt-column--5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .fs-p-footerNavigationItem__body {
    display: block;
  }
  .fs-p-footerNavigationItem__ctrlIcon {
    display: none;
  }
  .fs-p-screenImages__image {
    padding: 0;
  }
  .fs-l-col--2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .fs-l-col--3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .fs-l-col--4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .fs-l-col--5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fs-body-newsletter-subscribe .fs-c-privacyAgreeField,
  .fs-body-newsletter-subscribe .fs-c-fieldMessage {
    display: block;
    text-align: center;
  }
  h2.topttl {
    color: #555;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 10px 0;
    text-align: left;
    padding: 0.3em 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #fee0e4 2px, #fee0e4 4px);
    background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2px, #fee0e4 2px, #fee0e4 4px);
    background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #fee0e4 2px, #fee0e4 4px);
  }
  h2.topttl span {
    color: #555555;
    font-size: 12px;
    font-weight: normal;
    padding-left: 14px;
  }
  h3.topsubttl {
    font-size: 1.2em;
    padding: 8px 10px;
  }
  .newitem div {
    padding: 2%;
    border: 2px solid #fee0e4;
    margin: 1%;
    width: 31%;
    border-radius: 0.8em;
    -webkit-box-shadow: 2px 2px 5px #fee0e4;
    box-shadow: 2px 2px 5px #fee0e4;
  }
  .newitem p {
    font-size: 1em;
    margin-top: 7px;
    padding: 0;
    text-align: center;
    line-height: 1.5em;
  }
  .allcontents div {
    width: 33%;
    padding: 1%;
  }
  .btn a {
    font-size: 1.8em;
    max-width: 450px;
    margin: 30px auto;
  }
  .btn a:visited {
    color: #ff829f;
  }
  .under5 {
    font-size: 14px;
  }
  .ranking_subtop_under5 div {
    width: 16.6%;
    padding: 0.5%;
  }
}

@media screen and (min-width: 480px) {
  .fs-c-deliveryInfoList {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .fs-c-checkout-addressee__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fs-c-checkout-addressee__control :not(:first-child) {
    margin-right: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .fs-c-productImageViewer {
    -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;
  }
  .fs-c-productImageViewer__thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 272, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box {
    margin: 0 17px;
    padding: 22px 0px;
  }
  /* line 300, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box:nth-child(1),
  .one_rank_area .goods_box:nth-child(2),
  .one_rank_area .goods_box:nth-child(3) {
    margin: 0 13px;
  }
  /* line 308, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box:nth-child(1) img,
  .one_rank_area .goods_box:nth-child(2) img,
  .one_rank_area .goods_box:nth-child(3) img {
    width: 89%;
    margin: 0 auto;
  }
  /* line 461, ../sass/layout/_layout.scss */
  .goods_list_h .goods_box img {
    margin: 10px 0 0 14px;
  }
  /* line 464, ../sass/layout/_layout.scss */
  .goods_list_h .r_header {
    left: 118px;
  }
  /* line 465, ../sass/layout/_layout.scss */
  #list .goods_list_h .r_txt {
    margin-left: 108px;
  }
  /* line 468, ../sass/layout/_layout.scss */
  #list .goods_list_h .r_txt .name {
    margin: 38px 0 0;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }
  /* line 676, ../sass/layout/_layout.scss */
  .gm_review_list .review_box {
    width: 462px;
  }
  /* line 742, ../sass/layout/_layout.scss */
  #contents_l_box #side_review_nav > ul > li > ul > li {
    width: 116px;
  }
  /* line 775, ../sass/layout/_layout.scss */
  .gm_category_device li {
    margin: 10px;
    width: 176px;
  }
  /* line 776, ../sass/layout/_layout.scss */
  .gm_category_device li img {
    padding: 0 8px 8px 9px;
    display: block;
    width: 160px;
  }
  /* line 790, ../sass/layout/_layout.scss */
  .gm_sbox {
    height: 266px;
  }
  /* line 919, ../sass/layout/_layout.scss */
  #past_feature p.s_i_s_title {
    padding: 16px 12px 8px;
    width: 1080px;
  }
  /* line 924, ../sass/layout/_layout.scss */
  #past_feature li {
    width: 372px;
  }
  /* line 925, ../sass/layout/_layout.scss */
  #past_feature span {
    float: left;
    width: 374px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding-left: 6px;
    margin: 0;
  }
  /* line 1438, ../sass/layout/_layout.scss */
  .multi .notice_txt,
  .multi .notice_in {
    width: 800px;
  }
  /* line 1439, ../sass/layout/_layout.scss */
  .multi img.notice_main,
  .multi img.m_size_notation {
    width: auto;
  }
  /* line 2154, ../sass/layout/_layout.scss */
  .l_box_list {
    padding: 8px 0 16px 15px;
  }
  /* line 2157, ../sass/layout/_layout.scss */
  .l_box_list .goods_box,
  .l_box_list_s .goods_box,
  .l_box_list_ss .goods_box {
    padding: 4px 1% 10px;
    width: 12%;
  }
  /* line 2163, ../sass/layout/_layout.scss */
  .l_box_list,
  .l_box_list_s,
  .l_box_list_ss {
    height: 1003px;
  }
  /* line 2494, ../sass/layout/_layout.scss */
  .review_txt_outbox {
    padding: 0 100px;
  }
  /* line 2495, ../sass/layout/_layout.scss */
  #review .contents_sns_outbox {
    width: 800px;
  }
  /* line 2619, ../sass/layout/_layout.scss */
  #review .compe_sns {
    width: 616px;
  }
  /* line 2893, ../sass/layout/_layout.scss */
  .gm_sbox {
    height: 266px;
  }
  /* line 2934, ../sass/layout/_layout.scss */
  #site_info .brand_bnr_box .s_i_s_title {
    padding: 0 0 8px 14px;
    width: 516px;
  }
  /* line 2939, ../sass/layout/_layout.scss */
  #site_info .brand_bnr_box img {
    margin: 0;
    float: left;
    display: block;
    width: 600px;
  }
  /* line 3052, ../sass/layout/_layout.scss */
  #site_info p.s_i_s_title {
    padding: 16px 12px 8px;
    width: 1080px;
  }
  /* line 3056, ../sass/layout/_layout.scss */
  #site_info .site_info_pay {
    width: 646px;
  }
  /* line 3059, ../sass/layout/_layout.scss */
  #site_info .site_info_pay .pay_tpoint,
  #site_info .site_info_pay .pay_docomo,
  #site_info .site_info_pay .pay_au,
  #site_info .site_info_pay .pay_rakuten,
  #site_info .site_info_pay .pay_amazon {
    width: 310px;
  }
  /* line 3066, ../sass/layout/_layout.scss */
  #site_info .pay_np img {
    width: 468px;
  }
  /* line 3164, ../sass/layout/_layout.scss */
  #site_info img.info_6s_bnr {
    width: auto;
  }
  /* line 3165, ../sass/layout/_layout.scss */
  #site_info .info_6s_txt {
    width: 510px;
  }
  /* line 3380, ../sass/layout/_layout.scss */
  .welcome #contents .inner_box {
    width: 1000px;
  }
}

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px;
  }
  .iziToast-cover {
    border-radius: 3px 0 0 3px;
  }
  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto;
  }
  .iziToast:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
  }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: 0 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .fs-c-photoswipe.pswp--svg .pswp__button, .fs-c-photoswipe.pswp--svg .pswp__button--arrow--left:before, .fs-c-photoswipe.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/photoswipe-default-skin.svg);
  }
  .fs-c-photoswipe.pswp--svg .pswp__button--arrow--left, .fs-c-photoswipe.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .fs-c-photoswipe .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root [type=hidden],
  [type=text],
  [type=search],
  [type=tel],
  [type=url],
  [type=email],
  [type=password],
  [type=datetime],
  [type=date],
  [type=month],
  [type=week],
  [type=time],
  [type=datetime-local],
  [type=number],
  select,
  textarea {
    font-size: 1.7rem;
  }
  .fs-c-variationPanelList__list {
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, 9.6em);
    padding-bottom: 8px;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .fs-c-variationPanelList__list__item {
    white-space: normal;
    min-width: 9.6em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  /* line 17, ../sass/layout/_layout.scss */
  .disp_pc {
    display: none;
  }
  /* line 23, ../sass/layout/_layout.scss */
  .disp_sp {
    display: block;
  }
  /* line 32, ../sass/layout/_layout.scss */
  .auk_size {
    width: 100px;
  }
  /* line 33, ../sass/layout/_layout.scss */
  .np_size {
    width: 234px;
  }
  /* line 38, ../sass/layout/_layout.scss */
  .dis_no_desk {
    display: inline-block;
  }
  /* line 44, ../sass/layout/_layout.scss */
  .dis_no_sp {
    display: none;
  }
  /* line 60, ../sass/layout/_layout.scss */
  #list.gmenu .gm_rank_list_title {
    margin: 0px;
  }
  /* line 67, ../sass/layout/_layout.scss */
  #list.gmenu .gm_rank_list_title h1 {
    line-height: 40px;
    margin: 0px 0px 4px;
  }
  /* line 118, ../sass/layout/_layout.scss */
  .gm_rank_list_nav {
    border-top: 2px solid #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 127, ../sass/layout/_layout.scss */
  .gm_rank_list_nav .gm_rank_list_menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 134, ../sass/layout/_layout.scss */
  .gm_rank_list_nav .gm_rank_list_menu .g_r_l_left {
    width: 34%;
  }
  /* line 173, ../sass/layout/_layout.scss */
  .narrow_type_con .narrow_type_in {
    padding: 2%;
  }
  /* line 184, ../sass/layout/_layout.scss */
  .narrow_type_con .narrow_type_in > ul > li {
    width: 32%;
    margin: 2px 0;
  }
  /* line 218, ../sass/layout/_layout.scss */
  .narrow_type_con .narrow_type_in > ul .title_l {
    font-size: 13px;
  }
  /* line 221, ../sass/layout/_layout.scss */
  .narrow_type_con .narrow_type_in > ul .title_l_e {
    font-size: 12px;
  }
  /* line 272, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box {
    width: 48%;
    margin: 0 2px;
    padding: 10px 0px;
    height: auto;
  }
  /* line 288, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box a {
    height: auto;
  }
  /* line 290, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box a img {
    width: 89%;
    margin: 0 auto;
    float: none;
  }
  /* line 295, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box a .r_txt {
    margin: 0;
  }
  /* line 300, ../sass/layout/_layout.scss */
  .one_rank_area .goods_box:nth-child(1),
  .one_rank_area .goods_box:nth-child(2),
  .one_rank_area .goods_box:nth-child(3) {
    width: 48%;
    height: auto;
  }
  /* line 397, ../sass/layout/_layout.scss */
  .rank_title_nav,
  .g_r_l_nav_sp,
  .g_r_l_menu_sp {
    display: block;
  }
  /* line 405, ../sass/layout/_layout.scss */
  .rank_title_nav p {
    padding: 12px 2%;
    font-size: 18px;
    color: #666;
  }
  /* line 411, ../sass/layout/_layout.scss */
  .g_r_l_menu_sp {
    border-top: 2px solid #666;
  }
  /* line 413, ../sass/layout/_layout.scss */
  .g_r_l_menu_sp li {
    display: block;
    width: 100%;
  }
  /* line 416, ../sass/layout/_layout.scss */
  .g_r_l_menu_sp li a {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 12px 16px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
  }
  /* line 424, ../sass/layout/_layout.scss */
  .g_r_l_menu_sp li a span {
    position: absolute;
    right: 8px;
    color: #555;
    font-size: 11px;
  }
  /* line 477, ../sass/layout/_layout.scss */
  a.gm_rank_list {
    top: auto;
    bottom: -53px;
  }
  /* line 478, ../sass/layout/_layout.scss */
  .goods_list_h {
    border: 0;
    border-top: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
  }
  /* line 479, ../sass/layout/_layout.scss */
  .goods_list_h .goods_box {
    padding: 0;
  }
  /* line 480, ../sass/layout/_layout.scss */
  .goods_list_h .goods_box a {
    padding: 0;
    height: 100px;
  }
  /* line 481, ../sass/layout/_layout.scss */
  .goods_list_h .goods_box img {
    width: 80px;
  }
  /* line 482, ../sass/layout/_layout.scss */
  .goods_list_h .r_header {
    top: 8px;
  }
  /* line 483, ../sass/layout/_layout.scss */
  #list .goods_list_h .r_txt {
    height: 80px;
  }
  /* line 484, ../sass/layout/_layout.scss */
  #list .goods_list_h .r_txt .name {
    margin: 28px 0 0;
    font-size: 12px;
    height: 18px;
  }
  /* line 485, ../sass/layout/_layout.scss */
  .g_l_l,
  .g_l_r {
    margin: 0;
    float: none;
  }
  /* line 486, ../sass/layout/_layout.scss */
  .g_l_r {
    border-top: 8px solid #000;
  }
  /* line 487, ../sass/layout/_layout.scss */
  .goods_list_h h2 {
    background: #d7d7d7;
    color: #333;
  }
  /* line 509, ../sass/layout/_layout.scss */
  .ranking-list .goods_list_h .goods_box .r_txt {
    width: auto;
  }
  /* line 514, ../sass/layout/_layout.scss */
  .ranking-list .goods_list_h .goods_box .r_txt .name {
    margin: 28px 0 0;
  }
  /* line 541, ../sass/layout/_layout.scss */
  #review > #contents > .inner_box {
    margin-top: 0;
  }
  /* line 546, ../sass/layout/_layout.scss */
  .gm_review_list,
  .gm_review_list > article {
    width: 100%;
  }
  /* line 615, ../sass/layout/_layout.scss */
  .rev_minus .l_title_box {
    margin-bottom: 0;
  }
  /* line 616, ../sass/layout/_layout.scss */
  .gm_review_list .review_box {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 16px 4% 20px;
    height: auto;
    min-height: 124px;
    width: 92%;
  }
  /* line 626, ../sass/layout/_layout.scss */
  .gm_review_list .review_box span {
    margin: 0 10px 2px 4px;
    width: 120px;
  }
  /* line 631, ../sass/layout/_layout.scss */
  .gm_review_list .review_box a h3 {
    margin: 60px 0 10px 142px;
    padding: 0;
    height: auto;
    color: #444;
  }
  /* line 638, ../sass/layout/_layout.scss */
  .gm_review_list .review_box p {
    margin: 0;
    padding: 0 0 0 10px;
    height: auto;
    overflow: visible;
  }
  /* line 645, ../sass/layout/_layout.scss */
  .gm_review_list .review_footer {
    left: 156px;
    top: 18px;
    height: 48px;
    width: 164px;
  }
  /* line 652, ../sass/layout/_layout.scss */
  .gm_review_list .review_footer div {
    background-size: 48px 48px;
    margin: 0;
    height: 48px;
    width: 48px;
    overflow: hidden;
  }
  /* line 660, ../sass/layout/_layout.scss */
  .gm_review_list .review_footer div img {
    width: 48px;
  }
  /* line 664, ../sass/layout/_layout.scss */
  .gm_review_list .review_box .review_footer span {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 10px;
    line-height: 12px;
    height: 48px;
    width: 106px;
  }
  /* line 746, ../sass/layout/_layout.scss */
  #contents_l_box #side_review_nav {
    display: none;
  }
  /* line 752, ../sass/layout/_layout.scss */
  #list .l_title {
    padding: 10px 5%;
  }
  /* line 780, ../sass/layout/_layout.scss */
  .gm_category_device li {
    margin: 0;
    width: 50%;
  }
  /* line 781, ../sass/layout/_layout.scss */
  .gm_category_device li img {
    padding: 0;
    width: 100%;
  }
  /* line 782, ../sass/layout/_layout.scss */
  .gm_category_device li.gm_bnr_l {
    display: none;
  }
  /* line 783, ../sass/layout/_layout.scss */
  .gm_category_device li.gm_no_bnr {
    display: block;
    margin-bottom: 20px;
  }
  /* line 784, ../sass/layout/_layout.scss */
  .gm_category_device li a {
    height: auto;
  }
  /* line 785, ../sass/layout/_layout.scss */
  .gm_category_device li a > span {
    margin: 0 2%;
    padding: 6px 4%;
    height: 32px;
    width: 88%;
  }
  /* line 791, ../sass/layout/_layout.scss */
  .gm_sbox {
    height: auto;
    overflow: visible;
  }
  /* line 795, ../sass/layout/_layout.scss */
  .gm_mbox {
    height: auto;
    overflow: visible;
  }
  /* line 799, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box {
    padding: 0;
    margin-top: 10px;
  }
  /* line 809, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .list_bnr {
    width: 100%;
  }
  /* line 821, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .list_bnr .bnr_top {
    width: 100%;
  }
  /* line 831, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .top_txt {
    width: 96%;
    padding: 2%;
  }
  /* line 938, ../sass/layout/_layout.scss */
  #past_feature {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 20px 22px;
  }
  /* line 944, ../sass/layout/_layout.scss */
  #past_feature h2 {
    background: #f5f5f5;
  }
  /* line 947, ../sass/layout/_layout.scss */
  #past_feature p.s_i_s_title {
    width: auto;
  }
  /* line 948, ../sass/layout/_layout.scss */
  #past_feature li {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin-left: 11px;
  }
  /* line 949, ../sass/layout/_layout.scss */
  #past_feature img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 950, ../sass/layout/_layout.scss */
  #past_feature span {
    display: none;
  }
  /* line 1050, ../sass/layout/_layout.scss */
  .notice_txt .b_logo {
    width: 300px;
    float: none;
  }
  /* line 1051, ../sass/layout/_layout.scss */
  .notice_txt .b_intro {
    width: 100%;
  }
  /* line 1180, ../sass/layout/_layout.scss */
  .notice_old {
    margin: 24px 10px;
  }
  /* line 1181, ../sass/layout/_layout.scss */
  .notice_main,
  .notice_sub,
  .notice_s {
    margin: 6px auto 0;
    width: 100%;
  }
  /* line 1182, ../sass/layout/_layout.scss */
  .notice_btn {
    margin: 6px 10% 0;
    width: 80%;
  }
  /* line 1183, ../sass/layout/_layout.scss */
  .notice_contents h3 {
    width: auto;
  }
  /* line 1184, ../sass/layout/_layout.scss */
  .notice_contents {
    padding: 8px 14px 36px;
    width: auto;
  }
  /* line 1185, ../sass/layout/_layout.scss */
  .notice_main_caption,
  .notice_in,
  .notice_txt {
    width: auto;
  }
  /* line 1186, ../sass/layout/_layout.scss */
  .goods_btn_cart {
    margin-left: 0;
    position: static;
    float: left;
  }
  /* line 1187, ../sass/layout/_layout.scss */
  .notice_cart_box_h_l .goods_btn_cart,
  .notice_cart_box_h_r .goods_btn_cart {
    float: left;
  }
  /* line 1188, ../sass/layout/_layout.scss */
  .notice_cart_h {
    width: auto;
  }
  /* line 1189, ../sass/layout/_layout.scss */
  .notice_cart_box,
  .notice_cart_box_h_l,
  .notice_cart_box_h_r {
    margin: 16px 0 0;
    float: none;
    width: auto;
  }
  /*テキスト2カラム*/
  /* line 1192, ../sass/layout/_layout.scss */
  .txt_sep,
  img.txt_sep_img {
    width: 100%;
    padding: 0;
  }
  /* line 1193, ../sass/layout/_layout.scss */
  img.txt_sep_img {
    margin-top: 10px;
  }
  /*アイテムスペック*/
  /* line 1196, ../sass/layout/_layout.scss */
  .notice_txt > p {
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
  }
  /* line 1197, ../sass/layout/_layout.scss */
  .notice_i_t,
  #shop_film_price .notice_i_t,
  .notice_i_c {
    width: 100%;
  }
  /* line 1198, ../sass/layout/_layout.scss */
  .notice_i_t {
    font-size: 16px;
    padding: 0 0 4px;
  }
  /* line 1199, ../sass/layout/_layout.scss */
  .notice_i_c {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 8px;
    padding: 0 0 8px;
  }
  /* line 1200, ../sass/layout/_layout.scss */
  .notice_i_c span {
    display: inline-block;
  }
  /* line 1201, ../sass/layout/_layout.scss */
  .d_i_block span {
    display: block;
  }
  /* line 1202, ../sass/layout/_layout.scss */
  .disp_pc {
    display: none;
  }
  /* line 1203, ../sass/layout/_layout.scss */
  .notice_cart_box_h_l strong,
  .notice_cart_box_h_r strong {
    height: auto;
  }
  /*movie*/
  /* line 1206, ../sass/layout/_layout.scss */
  #notice_movie {
    padding: 20px 0 0;
    width: 270px;
  }
  /* line 1207, ../sass/layout/_layout.scss */
  #notice_movie iframe {
    width: 270px;
    height: 155px;
  }
  /* line 1209, ../sass/layout/_layout.scss */
  .notice_r_txt {
    width: auto;
  }
  /* line 1245, ../sass/layout/_layout.scss */
  #read #gp_twitter,
  #read #gp_facebook {
    width: auto;
  }
  /* line 1246, ../sass/layout/_layout.scss */
  .notice_more {
    padding: 8px 24px 24px;
  }
  /* line 1247, ../sass/layout/_layout.scss */
  .notice_more a {
    display: block;
  }
  /* line 1253, ../sass/layout/_layout.scss */
  .n_p_pc {
    display: none;
  }
  /* line 1254, ../sass/layout/_layout.scss */
  .n_p_sp {
    display: block;
  }
  /* line 1270, ../sass/layout/_layout.scss */
  .label_intro > img.notice_main {
    width: 100%;
  }
  /* line 1305, ../sass/layout/_layout.scss */
  .notice_c_end {
    width: 100%;
  }
  /* line 1306, ../sass/layout/_layout.scss */
  .notice_c_end_txt {
    font-size: 72px;
  }
  /* line 1325, ../sass/layout/_layout.scss */
  .store_txt > p {
    border: 0;
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
  }
  /* line 1326, ../sass/layout/_layout.scss */
  .store_o_t,
  .store_o_d {
    width: 100%;
    font-weight: bold;
    margin-top: 12px;
  }
  /* line 1327, ../sass/layout/_layout.scss */
  .store_o_d {
    font-size: 16px;
    padding: 0 0 4px;
  }
  /* line 1328, ../sass/layout/_layout.scss */
  .notice_o_c {
    border-bottom: 1px dotted #ccc;
    margin: 0 0 8px;
    padding: 0 0 8px;
  }
  /* line 1329, ../sass/layout/_layout.scss */
  .disp_pc {
    display: none;
  }
  /* line 1335, ../sass/layout/_layout.scss */
  .gw .store_o_t {
    width: 40%;
    clear: both;
    font-weight: normal;
  }
  /* line 1340, ../sass/layout/_layout.scss */
  .gw .store_o_d {
    width: 20px;
  }
  /* line 1341, ../sass/layout/_layout.scss */
  .l_br {
    display: block;
  }
  /* line 1342, ../sass/layout/_layout.scss */
  .gw a {
    word-wrap: break-word;
  }
  /* line 1443, ../sass/layout/_layout.scss */
  .multi .notice_txt {
    padding: 4px 10px;
  }
  /* line 1444, ../sass/layout/_layout.scss */
  .m_list_box p {
    width: 100%;
    height: auto;
    font-size: 13px;
  }
  /* line 1445, ../sass/layout/_layout.scss */
  .m_list_box p span.multi_tx_s {
    margin: 0;
  }
  /* line 1446, ../sass/layout/_layout.scss */
  .multi img.m_size_notation {
    width: 100%;
  }
  /* line 1447, ../sass/layout/_layout.scss */
  .n_ori_box > p {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
  }
  /* line 1448, ../sass/layout/_layout.scss */
  .n_ori_box > p:first-child {
    border: none;
    padding-top: 0;
  }
  /* line 1449, ../sass/layout/_layout.scss */
  .n_dize_box > p.terminal_name {
    font-size: 16px;
  }
  /* line 1461, ../sass/layout/_layout.scss */
  .compe .notice_i_t,
  .compe .notice_i_c {
    width: 100%;
  }
  /* line 1462, ../sass/layout/_layout.scss */
  .compe .notice_i_t {
    font-size: 14px;
  }
  /* line 1477, ../sass/layout/_layout.scss */
  .shop_film_bnr {
    padding: 4px 0;
    border-top: 0;
  }
  /* line 1482, ../sass/layout/_layout.scss */
  .shop_film_bnr a {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
  }
  /* line 1488, ../sass/layout/_layout.scss */
  .shop_film_bnr a img {
    width: 100%;
  }
  /* line 1914, ../sass/layout/_layout.scss */
  #cart .l_box_title {
    background-image: url("https://bambina.itembox.design/img/cart_icon_bk.png");
    background-position: 20px;
    background-size: 22px;
    border-radius: 0;
  }
  /* line 1921, ../sass/layout/_layout.scss */
  #mypage .l_box_title {
    border-radius: 0;
  }
  /* line 1925, ../sass/layout/_layout.scss */
  .l_box_title h2 {
    border-radius: 0;
    font-size: 18px;
  }
  /* line 1930, ../sass/layout/_layout.scss */
  .l_box_left {
    margin: 0;
    float: none;
    position: relative;
  }
  /* line 1935, ../sass/layout/_layout.scss */
  .l_box_left > a,
  .l_box_left > span {
    position: absolute;
    left: 0;
    bottom: -110px;
  }
  /* line 1941, ../sass/layout/_layout.scss */
  .txt_block_cancel {
    background: #eee;
  }
  /* line 1946, ../sass/layout/_layout.scss */
  .l_box_btn {
    border-top: 0;
    margin: 0 0 10px;
    padding: 10px 14px 10px 10px;
    float: none;
    height: 138px;
    width: auto;
    border: none;
  }
  /* line 1955, ../sass/layout/_layout.scss */
  #mypage .l_box_btn {
    padding: 10px 14px 12px 120px;
  }
  /* line 1958, ../sass/layout/_layout.scss */
  #mypage .l_box_btn_bh {
    min-height: 130px;
  }
  /* line 1961, ../sass/layout/_layout.scss */
  #mypage .l_box_btn_txt {
    border: 0;
    background: none;
  }
  /* line 1966, ../sass/layout/_layout.scss */
  .l_box_btn_fav {
    border-radius: 2px;
    margin-top: 1px;
    padding: 0 8px;
    float: right;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
  }
  /* line 1975, ../sass/layout/_layout.scss */
  .l_box_btn_cart {
    padding: 6px 10px;
    font-size: 14px;
  }
  /* line 1980, ../sass/layout/_layout.scss */
  .l_box_btn_del,
  #mypage .l_box_btn_del {
    margin: 1px 0 10px 80px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
  }
  /* line 1988, ../sass/layout/_layout.scss */
  .l_box_data {
    border-bottom: 0;
    float: none;
    margin: 0;
    padding: 10px 10px 0;
    width: auto;
  }
  /* line 1996, ../sass/layout/_layout.scss */
  .l_box_data_inbox {
    margin: 0;
    padding: 2px 4px 10px;
  }
  /* line 2001, ../sass/layout/_layout.scss */
  .l_box_data .l_box_maker {
    padding: 0 0 2px;
  }
  /* line 2005, ../sass/layout/_layout.scss */
  span.l_box_img,
  a.l_box_img {
    border-radius: 2px;
    margin: 10px 0 0 18px;
    display: block;
    float: left;
    width: 100px;
    overflow: hidden;
  }
  /* line 2014, ../sass/layout/_layout.scss */
  .l_box_amo {
    border-top: 1px solid #ddd;
    height: auto;
    width: 57%;
  }
  /* line 2020, ../sass/layout/_layout.scss */
  .l_box_amo_input {
    padding: 5px 8px 6px;
    font-size: 18px;
    border: 1px solid #aaa;
  }
  /* line 2026, ../sass/layout/_layout.scss */
  .l_box_amo_btn {
    border-radius: 2px;
    font-size: 14px;
    padding: 6px 8px;
  }
  /* line 2032, ../sass/layout/_layout.scss */
  .l_box_btn p {
    width: 54%;
  }
  /* line 2033, ../sass/layout/_layout.scss */
  #mypage .l_box_btn p {
    width: 88%;
  }
  /* line 2035, ../sass/layout/_layout.scss */
  .l_box_outbox {
    padding-top: 10px;
  }
  /* line 2036, ../sass/layout/_layout.scss */
  #mypage .l_box_outbox {
    padding-top: 4px;
  }
  /* line 2037, ../sass/layout/_layout.scss */
  #read .l_box_outbox {
    padding: 0;
  }
  /* line 2039, ../sass/layout/_layout.scss */
  .l_box_txt {
    border: 0;
    background: none;
    padding: 10px 22px 0;
    font-size: 14px;
    height: auto;
    color: #666;
  }
  /* line 2048, ../sass/layout/_layout.scss */
  .l_box_info {
    background: none;
    padding: 8px 24px 4px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    height: auto;
  }
  /* line 2056, ../sass/layout/_layout.scss */
  #mypage .l_box_info {
    display: none;
  }
  /* line 2058, ../sass/layout/_layout.scss */
  .l_box_a_title {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    margin: 10px 10px 0;
    padding-top: 12px;
  }
  /* line 2065, ../sass/layout/_layout.scss */
  .l_box_aside {
    border-top: 0px;
    margin: 0 10px 10px;
    padding-top: 8px;
  }
  /* line 2071, ../sass/layout/_layout.scss */
  .l_box_aside p {
    font-size: 14px;
  }
  /* line 2073, ../sass/layout/_layout.scss */
  .l_box_list_r {
    display: none;
  }
  /* line 2074, ../sass/layout/_layout.scss */
  .l_box_g_disp {
    display: block;
  }
  /* line 2076, ../sass/layout/_layout.scss */
  .mypage_menu li a {
    background-image: url("https://bambina.itembox.design/img/common_bg_sp.png");
    background-position: 7px -124px;
    background-size: 185px 192px;
  }
  /* line 2081, ../sass/layout/_layout.scss */
  .mypage_menu li a:hover {
    background-position: 7px -162px;
  }
  /*マイページ*/
  /* line 2084, ../sass/layout/_layout.scss */
  #mypage .l_box_bc {
    display: none;
  }
  /* line 2085, ../sass/layout/_layout.scss */
  #mypage .l_box_title {
    padding: 4px 16px;
  }
  /* line 2086, ../sass/layout/_layout.scss */
  #mypage .l_box_title h1 {
    padding: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    color: #666;
  }
  /* line 2087, ../sass/layout/_layout.scss */
  .mypage_aside {
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  /* line 2088, ../sass/layout/_layout.scss */
  #mypage .header_left_box p,
  #read .header_left_box p,
  #header .inner_box span.header_info,
  #info_review .header_left_box p {
    display: none;
  }
  /* line 2090, ../sass/layout/_layout.scss */
  .l_box_sub {
    border-width: 1px 0 1px 0;
    margin-bottom: 10px;
    font-weight: 700;
  }
  /* line 2091, ../sass/layout/_layout.scss */
  .l_box_sub p {
    display: block;
  }
  /* line 2093, ../sass/layout/_layout.scss */
  .l_box_du_box {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 700;
  }
  /* line 2095, ../sass/layout/_layout.scss */
  .l_box_du_box_b {
    border: 0;
    font-weight: 700;
  }
  /* line 2097, ../sass/layout/_layout.scss */
  .l_box_block {
    border: 0;
    padding: 0 10px;
    height: auto;
    border-bottom: 1px solid #eee;
    margin: 10px;
  }
  /* line 2104, ../sass/layout/_layout.scss */
  .l_box_block_s {
    border-width: 0 0 1px 0;
    padding: 12px 20px;
    font-size: 16px;
    height: auto;
  }
  /* line 2105, ../sass/layout/_layout.scss */
  .l_box_block_s_ad {
    margin-bottom: 10px;
  }
  /* line 2106, ../sass/layout/_layout.scss */
  .l_box_block_s > form > span {
    padding: 0;
  }
  /* line 2107, ../sass/layout/_layout.scss */
  .l_box_block_s > form > span,
  .l_box_block_s > form > span > span {
    display: block;
  }
  /* line 2109, ../sass/layout/_layout.scss */
  .btn_history_s {
    padding: 4px 12px;
    height: 28px;
  }
  /* line 2113, ../sass/layout/_layout.scss */
  .l_box_history_select {
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    vertical-align: bottom;
    height: 28px;
    cursor: pointer;
  }
  /* line 2122, ../sass/layout/_layout.scss */
  .history_date {
    border-radius: 0px;
    background: #aaa;
    margin: 0 0 8px;
    padding: 8px 12px;
    font-weight: 700;
    line-height: 14px;
    height: 14px;
    width: 84px;
    color: #f5f5f5;
  }
  /* line 2134, ../sass/layout/_layout.scss */
  .history_txt {
    margin: 0;
    padding: 4px 10px;
  }
  /* line 2136, ../sass/layout/_layout.scss */
  .favorite_empty {
    padding-bottom: 24px;
  }
  /* line 2137, ../sass/layout/_layout.scss */
  .favorite_status {
    background: #fff;
    padding: 16px 18px 12px;
    line-height: 18px;
    height: auto;
  }
  /* line 2138, ../sass/layout/_layout.scss */
  .fav_cart_btn_outline {
    padding: 4px 6px 3px;
  }
  /* line 2139, ../sass/layout/_layout.scss */
  .cart_btn_color {
    padding: 0 0 0 34px;
  }
  /* line 2140, ../sass/layout/_layout.scss */
  .l_box_data_cancel {
    /* background:#ddd; */
  }
  /* line 2172, ../sass/layout/_layout.scss */
  .l_box_list,
  .l_box_list_s,
  .l_box_list_ss {
    padding: 0;
    height: 504px;
    border-radius: 0;
    border: 0;
  }
  /* line 2180, ../sass/layout/_layout.scss */
  .l_box_list .goods_box,
  .l_box_list_s .goods_box,
  .l_box_list_ss .goods_box {
    padding: 0;
    height: 100px;
    width: 100%;
  }
  /* line 2187, ../sass/layout/_layout.scss */
  .l_box_list_r p,
  #list .l_box_list_r h2 {
    border-radius: 0;
    line-height: 43px;
    height: 43px;
  }
  /* line 2193, ../sass/layout/_layout.scss */
  .l_box_pc {
    display: none;
  }
  /* line 2203, ../sass/layout/_layout.scss */
  .whats_new_list_box .gm_review_list .review_box {
    height: auto;
  }
  /* line 2208, ../sass/layout/_layout.scss */
  .whats_new_list_box .gm_review_list .review_box h3 {
    margin: 30px 0 0 140px;
  }
  /* line 2217, ../sass/layout/_layout.scss */
  .whats_new_list_box .gm_review_list .review_box .review_footer span {
    margin: 0;
    padding: 0;
    float: none;
    font-size: 12px;
    line-height: 12px;
    height: 32px;
    width: 160px;
  }
  /* line 2232, ../sass/layout/_layout.scss */
  .sort {
    display: inline-block;
  }
  /* line 2233, ../sass/layout/_layout.scss */
  .whats_new_list_prev_sp {
    float: left;
  }
  /* line 2234, ../sass/layout/_layout.scss */
  .whats_new_list_next_sp {
    float: right;
  }
  /* line 2235, ../sass/layout/_layout.scss */
  .l_box_du_box .whats_new_page_pc,
  .l_box_du_box_b .whats_new_page_pc {
    display: none;
  }
  /* line 2266, ../sass/layout/_layout.scss */
  .l_b_pay_m .l_box_btn {
    float: none;
    min-width: 150px;
  }
  /* line 2267, ../sass/layout/_layout.scss */
  .l_b_pay_m .l_box_data_inbox {
    width: 100%;
    margin: 0;
  }
  /* line 2268, ../sass/layout/_layout.scss */
  #mypage .l_b_pay_m .l_box_btn_bh {
    height: auto;
  }
  /* line 2269, ../sass/layout/_layout.scss */
  .l_b_pay_m .l_box_left {
    width: 100%;
  }
  /* line 2270, ../sass/layout/_layout.scss */
  .l_b_pay_m .l_box_btn .h_a,
  .l_b_pay_m .l_box_btn .b_t {
    min-width: 260px;
  }
  /* line 2326, ../sass/layout/_layout.scss */
  .review_l .review_l_inbox .contents_sns_outbox {
    width: 100%;
  }
  /* line 2499, ../sass/layout/_layout.scss */
  #review .header_left_box p,
  #header .inner_box span.header_info {
    display: none;
  }
  /* line 2500, ../sass/layout/_layout.scss */
  .review_to_detail_s {
    display: none;
  }
  /* line 2501, ../sass/layout/_layout.scss */
  .review_l {
    float: none;
    margin: 30px 0 24px;
    padding-top: 4px;
  }
  /* line 2502, ../sass/layout/_layout.scss */
  .review_l_inbox {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
  }
  /* line 2503, ../sass/layout/_layout.scss */
  .review_img {
    width: 100%;
  }
  /* line 2504, ../sass/layout/_layout.scss */
  .detail_back {
    margin: 24px 15% 5px;
    width: 70%;
  }
  /* line 2505, ../sass/layout/_layout.scss */
  .review_sub {
    padding: 0;
    float: none;
    width: auto;
  }
  /* line 2506, ../sass/layout/_layout.scss */
  .review_sub_inbox,
  .review_more {
    border: 0;
    border-top: 1px solid #f0f0f0;
    border-radius: 0;
    margin: 0;
  }
  /* line 2507, ../sass/layout/_layout.scss */
  .review_sub_inbox div {
    border: 0;
    margin: 5% 0 0 10%;
    float: left;
    width: 35%;
    min-height: 230px;
  }
  /* line 2508, ../sass/layout/_layout.scss */
  .review_sub_inbox a {
    margin: 0;
    width: 100%;
  }
  /* line 2509, ../sass/layout/_layout.scss */
  .review_goods_img {
    width: 100%;
  }
  /* line 2510, ../sass/layout/_layout.scss */
  .review_more a.review_more_footer {
    background: #fff;
  }
  /* line 2511, ../sass/layout/_layout.scss */
  .review_more a.review_ranking_block {
    margin: 4% 0 0 4%;
    width: 28%;
  }
  /* line 2512, ../sass/layout/_layout.scss */
  .review_more a.review_ranking_block img {
    width: 100%;
  }
  /* line 2513, ../sass/layout/_layout.scss */
  .review_more a.review_more_footer {
    background: #fff;
    padding: 0 5% 20px 0;
  }
  /* line 2514, ../sass/layout/_layout.scss */
  .review_more a.review_r_f {
    background: none;
    padding: 0 0 20px;
  }
  /* line 2556, ../sass/layout/_layout.scss */
  .review_l .notice_txt .b_logo {
    width: 300px;
    float: none;
  }
  /* line 2557, ../sass/layout/_layout.scss */
  .review_l .notice_txt .b_intro {
    width: 100%;
  }
  /* line 2558, ../sass/layout/_layout.scss */
  .review_l .notice_in,
  .review_l .notice_txt,
  .review_l .notice_cart_h {
    width: auto;
  }
  /* line 2559, ../sass/layout/_layout.scss */
  .review_l .notice_cart_box,
  .review_l .notice_cart_box_h_l,
  .review_l .notice_cart_box_h_r {
    margin: 16px 0 0;
    float: none;
    width: auto;
  }
  /* line 2564, ../sass/layout/_layout.scss */
  .review_l .goods_c_box h2 {
    float: none;
  }
  /* line 2565, ../sass/layout/_layout.scss */
  .review_l .notice_txt .n_img {
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 2566, ../sass/layout/_layout.scss */
  .review_l .notice_txt .n_img:nth-child(even) {
    padding-left: 0;
  }
  /* line 2623, ../sass/layout/_layout.scss */
  #review .compe_sns {
    width: auto;
  }
  /* line 2624, ../sass/layout/_layout.scss */
  .compe_sns > .contents_sns > a > span {
    display: block;
    font-weight: 700;
  }
  /* line 2625, ../sass/layout/_layout.scss */
  .tw_vote_btn,
  .fb_vote_btn,
  .insta_vote_btn {
    background-image: none;
  }
  /* line 2626, ../sass/layout/_layout.scss */
  .tw_vote_btn,
  .fb_vote_btn,
  .insta_vote_btn {
    padding: 0;
  }
  /* line 2627, ../sass/layout/_layout.scss */
  .tw_vote_btn a,
  .fb_vote_btn a,
  .insta_vote_btn a {
    margin: 6px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
  /* line 2655, ../sass/layout/_layout.scss */
  .notice_txt .pre_main_img {
    width: 100%;
  }
  /* line 2656, ../sass/layout/_layout.scss */
  .notice_txt .color_img {
    width: 29%;
  }
  /* line 2657, ../sass/layout/_layout.scss */
  .notice_txt .co_first {
    margin-top: 0;
  }
  /* line 2703, ../sass/layout/_layout.scss */
  .line_f p {
    width: 96%;
  }
  /* line 2704, ../sass/layout/_layout.scss */
  .review_l .line_f {
    width: 94%;
    padding: 20px 0;
  }
  /* line 2705, ../sass/layout/_layout.scss */
  .line_f p .line_f_title {
    width: 100%;
  }
  /* line 2706, ../sass/layout/_layout.scss */
  .line_f p .line_f_txt {
    padding: 4%;
    width: 96%;
    margin: 0 auto;
  }
  /* line 2707, ../sass/layout/_layout.scss */
  .line_f img {
    width: 90%;
    margin: 0 auto;
    clear: both;
    display: block;
    float: none;
  }
  /* line 2708, ../sass/layout/_layout.scss */
  img.line_f_btn {
    width: 80%;
  }
  /* line 2723, ../sass/layout/_layout.scss */
  .profi_act .ar_prof {
    width: 100%;
  }
  /* line 2724, ../sass/layout/_layout.scss */
  .notice_txt #cm_movie iframe {
    width: 100%;
  }
  /* line 2725, ../sass/layout/_layout.scss */
  .li_btn {
    width: 60%;
  }
  /* line 2845, ../sass/layout/_layout.scss */
  .review_sub_title {
    margin: 0px 3px 0px 3px;
  }
  /* line 2846, ../sass/layout/_layout.scss */
  .cpn_in {
    width: 94%;
  }
  /* line 2847, ../sass/layout/_layout.scss */
  .notice_in2 {
    width: 70%;
  }
  /* line 2848, ../sass/layout/_layout.scss */
  .two_box img {
    width: 80%;
  }
  /* line 2849, ../sass/layout/_layout.scss */
  .two_box {
    float: none;
    margin: 0px 10px 0px 7px;
    width: auto;
  }
  /* line 2853, ../sass/layout/_layout.scss */
  div#threebox div {
    float: none;
    margin: 0px 10px 0px 7px;
    width: auto;
  }
  /* line 2888, ../sass/layout/_layout.scss */
  #list .l_title {
    padding: 10px 5%;
  }
  /* line 2894, ../sass/layout/_layout.scss */
  .gm_sbox {
    height: auto;
    overflow: visible;
  }
  /* line 2900, ../sass/layout/_layout.scss */
  .sp_c_disp {
    display: none;
  }
  /* line 2906, ../sass/layout/_layout.scss */
  #sp_menu {
    display: block;
  }
  /* line 2948, ../sass/layout/_layout.scss */
  #site_info .brand_bnr_box img {
    margin: 0;
    width: 100%;
    border: none;
  }
  /* line 2953, ../sass/layout/_layout.scss */
  #site_info .brand_bnr_box .s_i_s_title {
    padding: 10px 0 0 0;
    width: auto;
  }
  /* line 2957, ../sass/layout/_layout.scss */
  .brand_bnr_box {
    margin: 14px 10px;
  }
  /* line 3091, ../sass/layout/_layout.scss */
  #site_info {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 10px 22px;
  }
  /* line 3097, ../sass/layout/_layout.scss */
  #site_info h2 {
    margin: 30px 0 0;
  }
  /* line 3100, ../sass/layout/_layout.scss */
  #site_info h3 {
    padding: 14px 0 6px;
    margin: 6px 10px 0;
  }
  /* line 3104, ../sass/layout/_layout.scss */
  #site_info .site_info_pay {
    width: auto;
  }
  /* line 3107, ../sass/layout/_layout.scss */
  #site_info .site_info_pay .pay_tpoint,
  #site_info .site_info_pay .pay_docomo,
  #site_info .site_info_pay .pay_au,
  #site_info .site_info_pay .pay_rakuten,
  #site_info .site_info_pay .pay_amazon {
    width: 48%;
  }
  /* line 3114, ../sass/layout/_layout.scss */
  #site_info .site_info_pay .pay_docomo,
  #site_info .site_info_pay .pay_rakuten {
    padding-left: 2%;
  }
  /* line 3118, ../sass/layout/_layout.scss */
  #site_info .site_info_pay div {
    padding-bottom: 14px;
  }
  /* line 3121, ../sass/layout/_layout.scss */
  #site_info .site_info_pay img {
    width: 80%;
  }
  /* line 3124, ../sass/layout/_layout.scss */
  #site_info .site_info_pay .pay_np img {
    width: 100%;
  }
  /* line 3128, ../sass/layout/_layout.scss */
  #site_info .site_info_pay > p {
    padding: 2% 2% 4%;
    width: 96%;
  }
  /* line 3132, ../sass/layout/_layout.scss */
  #site_info .pay_credit img {
    width: 15%;
    margin: 10px 0 0 2%;
  }
  /* line 3136, ../sass/layout/_layout.scss */
  #site_info .pay_credit img.diners {
    width: 24%;
  }
  /* line 3139, ../sass/layout/_layout.scss */
  #site_info .pay_amazon img {
    width: 90px;
  }
  /* line 3142, ../sass/layout/_layout.scss */
  #site_info p.s_i_s_title {
    width: auto;
  }
  /* line 3144, ../sass/layout/_layout.scss */
  #site_info .site_info_gi img {
    margin: 0 10px 10px 0;
    width: 80px;
  }
  /* line 3169, ../sass/layout/_layout.scss */
  #site_info img.info_6s_bnr {
    width: 94%;
    margin: 10px 3% 0;
  }
  /* line 3173, ../sass/layout/_layout.scss */
  #site_info .info_6s_txt {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 3178, ../sass/layout/_layout.scss */
  #site_info .info_6s_txt p {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0 0;
    margin: 0 3%;
  }
  /* line 3311, ../sass/layout/_layout.scss */
  .welcome_header,
  .welcome_info,
  .welcome_store {
    width: 100%;
  }
  /* line 3312, ../sass/layout/_layout.scss */
  .welcome_logo {
    padding: 40px 0 0;
    width: 100%;
  }
  /* line 3313, ../sass/layout/_layout.scss */
  .welcome_text {
    display: none;
  }
  /* line 3314, ../sass/layout/_layout.scss */
  .welcome_text_sp {
    display: inline-block;
    width: 100%;
  }
  /* line 3315, ../sass/layout/_layout.scss */
  .welcome_case {
    display: none;
  }
  /* line 3316, ../sass/layout/_layout.scss */
  .welcome_case_sp {
    display: inline-block;
    width: 100%;
  }
  /* line 3317, ../sass/layout/_layout.scss */
  .welcome_contents {
    display: none;
  }
  /* line 3318, ../sass/layout/_layout.scss */
  .welcome_contents_sp {
    display: inline-block;
    padding: 8px 20px;
    color: #222;
  }
  /* line 3320, ../sass/layout/_layout.scss */
  .welcome_info {
    padding-top: 8px;
  }
  /* line 3321, ../sass/layout/_layout.scss */
  .welcome_info_box {
    margin: 20px 10px 0;
  }
  /* line 3322, ../sass/layout/_layout.scss */
  .welcome_info_box > span {
    padding: 0 0 16px 40px;
  }
  /* line 3323, ../sass/layout/_layout.scss */
  .welcome_info_box h2.ma_min {
    margin: 16px 0 8px;
  }
  /* line 3324, ../sass/layout/_layout.scss */
  .welcome_info .welcome_info_se span {
    padding-left: 0;
  }
  /* line 3325, ../sass/layout/_layout.scss */
  .welcome_info_shipment,
  .welcome_info_postage,
  .welcome_info_express_mail {
    background-size: 40px 40px;
    background-position: 20px 10px;
  }
  /* line 3327, ../sass/layout/_layout.scss */
  .welcome_info_se_l {
    margin: 0;
    float: none;
    width: 100%;
  }
  /* line 3328, ../sass/layout/_layout.scss */
  .welcome_info_se_r {
    float: none;
    width: 100%;
  }
  /* line 3329, ../sass/layout/_layout.scss */
  .welcome_info_se_l_t {
    margin: 0;
    width: 100%;
  }
  /* line 3330, ../sass/layout/_layout.scss */
  .welcome_info_se_l_t_l {
    margin: 0;
    float: none;
    width: 100%;
  }
  /* line 3331, ../sass/layout/_layout.scss */
  .welcome_info_se_l_t_r {
    float: none;
    width: 100%;
  }
  /* line 3332, ../sass/layout/_layout.scss */
  .welcome_info_se_l_t_l_i {
    width: 100%;
  }
  /* line 3333, ../sass/layout/_layout.scss */
  .welcome_info_se_l_b {
    margin: 0;
    width: 100%;
  }
  /* line 3335, ../sass/layout/_layout.scss */
  .welcome_store {
    margin: 0 4%;
    width: 92%;
  }
  /* line 3336, ../sass/layout/_layout.scss */
  .welcome_store_title {
    border: 1px solid #ddd;
    background: #eee;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    color: #666;
  }
  /* line 3344, ../sass/layout/_layout.scss */
  .welcome_store_box {
    border: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
  /* line 3345, ../sass/layout/_layout.scss */
  .welcome_store_box .store_list_box {
    margin: 0;
    position: static;
    height: auto;
    width: 50%;
  }
  /* line 3346, ../sass/layout/_layout.scss */
  .welcome_store_box .store_list_box .store_list_sn {
    padding: 16px 10% 4px;
    display: block;
    position: static;
  }
  /* line 3347, ../sass/layout/_layout.scss */
  .welcome_store_box .store_list_box .store_list_image {
    border: 0;
    padding: 4px 5% 8px;
    height: auto;
    width: 90%;
  }
  /* line 3353, ../sass/layout/_layout.scss */
  .welcome_film_movie {
    margin: 0;
    padding: 10px;
    float: none;
    width: auto;
  }
  /* line 3354, ../sass/layout/_layout.scss */
  .welcome_film {
    margin: 0;
    float: none;
    width: auto;
  }
  /* line 3355, ../sass/layout/_layout.scss */
  .welcome_fm_inbox {
    margin: 10px 0 0;
    width: auto;
  }
  /* line 3356, ../sass/layout/_layout.scss */
  .welcome_fm_inbox p {
    padding: 10px 6px;
    text-align: center;
  }
  /* line 3357, ../sass/layout/_layout.scss */
  .welcome_film_movie #notice_movie {
    width: 270px;
  }
  /* line 3358, ../sass/layout/_layout.scss */
  .welcome_film_movie #notice_movie iframe {
    height: 155px;
    width: 270px;
  }
  /* line 3360, ../sass/layout/_layout.scss */
  .welcome_film .notice_txt {
    border: 0;
    border-top: 1px dotted #bbb;
    border-radius: 0;
    margin: 8px 16px 0;
    padding: 16px 0 24px;
    width: auto;
  }
  /* line 3361, ../sass/layout/_layout.scss */
  .welcome_film .notice_txt {
    border: 0;
    border-top: 1px dotted #bbb;
    border-radius: 0;
    margin: 8px 16px 0;
    padding: 16px 0 24px;
    width: auto;
  }
  /* line 3362, ../sass/layout/_layout.scss */
  .welcome_film #shop_film_price .notice_i_t {
    font-size: 16px;
    width: 100%;
  }
  /* line 3363, ../sass/layout/_layout.scss */
  .welcome_film #shop_film_price .notice_i_c,
  .welcome_film #shop_film_price .notice_i_c {
    font-size: 16px;
  }
  /* line 3365, ../sass/layout/_layout.scss */
  .welcome_img_r {
    border-radius: 0;
    margin: 0 auto;
    width: 270px;
  }
  /* line 3367, ../sass/layout/_layout.scss */
  .welcome_app_title {
    margin: 28px 0 0 5%;
    padding: 0;
    width: 90%;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
  }
  /* line 3368, ../sass/layout/_layout.scss */
  .welcome_app_pc {
    display: none;
  }
  /* line 3369, ../sass/layout/_layout.scss */
  .welcome_app_sp {
    display: block;
    margin: 16px 0 0 5%;
    width: 90%;
  }
  /* line 3370, ../sass/layout/_layout.scss */
  .welcome_app_btn_box {
    width: 100%;
  }
  /* line 3371, ../sass/layout/_layout.scss */
  .welcome_app_btn {
    margin: 20px auto 0;
    width: 44%;
  }
  /* line 3386, ../sass/layout/_layout.scss */
  .welcome #contents .inner_box #contents_box h1 img {
    width: 100%;
  }
  /* line 3395, ../sass/layout/_layout.scss */
  .welcome #contents .inner_box #contents_box .welcome_header .welcome_text {
    width: 100%;
  }
  /* line 3409, ../sass/layout/_layout.scss */
  .contents_sns_outbox {
    margin: 8px 0 0;
    width: auto;
  }
  /* line 3438, ../sass/layout/_layout.scss */
  #top_vh .goods_photo_outbox {
    height: auto;
  }
  /* line 3444, ../sass/layout/_layout.scss */
  #top_vh .goods_photo_outbox .goods_photo_box {
    height: auto;
    width: 23%;
  }
  /* line 7, ../sass/layout/_navigation.scss */
  .gm {
    display: none;
  }
  /* line 186, ../sass/layout/_navigation.scss */
  .side-menu {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  /* line 195, ../sass/layout/_navigation.scss */
  .side-menu h3 {
    border-bottom: 2px solid #555;
    color: #555;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  /* line 211, ../sass/layout/_navigation.scss */
  .side-menu .side-word h3 {
    margin: 0;
    overflow: hidden;
  }
  /* line 218, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 2% 0;
    height: 88px;
    width: 96%;
  }
  /* line 225, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background: #eee;
  }
  /* line 230, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  /* line 235, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner ul {
    width: 812px;
    font-size: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 255, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner ul li {
    display: inline-block;
    background: #eee;
    padding: 4px;
    margin: 4px;
    width: 100px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
  }
  /* line 269, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner ul li a:hover {
    text-decoration: none;
  }
  /* line 316, ../sass/layout/_navigation.scss */
  .side-menu .side-word .side-word-inner .mCSB_scrollTools .mCSB_draggerContainer {
    display: block;
  }
  /* line 324, ../sass/layout/_navigation.scss */
  .side-menu nav {
    display: none;
  }
  /* line 349, ../sass/layout/_navigation.scss */
  .side-menu .info {
    display: none;
  }
  /* line 361, ../sass/layout/_navigation.scss */
  #mypage .side-menu,
  #cart .side-menu,
  #read .side-menu {
    display: none;
  }
  /* line 483, ../sass/layout/_navigation.scss */
  .sidebar .accordionbox .accordionlist:hover,
  #side_review .accordionbox .accordionlist:hover {
    background: none;
  }
  /* line 679, ../sass/layout/_navigation.scss */
  #top #gm {
    display: block;
  }
  /* line 684, ../sass/layout/_navigation.scss */
  .bcl_box {
    padding: 10px 4%;
  }
  /* line 691, ../sass/layout/_navigation.scss */
  .l_box_bc {
    font-size: 10px;
  }
  /* line 702, ../sass/layout/_navigation.scss */
  .l_box_bc a.member_bc_top {
    background-size: 16px;
  }
  /* line 718, ../sass/layout/_navigation.scss */
  .l_box_bc a,
  .l_box_bc span,
  .l_box_bc h1 {
    font-size: 10px;
    padding: 0 0 0 6px;
  }
  /* line 745, ../sass/layout/_navigation.scss */
  .l_box_bc li {
    height: 16px;
    line-height: 16px;
  }
  /* line 766, ../sass/layout/_navigation.scss */
  .l_box_g_disp .l_box_list_ss .goods_box .r_txt {
    width: auto;
    padding: 0;
  }
  /* line 887, ../sass/layout/_navigation.scss */
  .step,
  .new_step {
    margin: 10px 0;
  }
  /* line 890, ../sass/layout/_navigation.scss */
  .step ul li,
  .new_step ul li {
    width: 32%;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
  }
  /* line 895, ../sass/layout/_navigation.scss */
  .step ul li:after,
  .new_step ul li:after {
    border-left: 10px solid #eee;
  }
  /* line 898, ../sass/layout/_navigation.scss */
  .step ul li:before,
  .new_step ul li:before {
    border-left: 10px solid white;
  }
  /* line 901, ../sass/layout/_navigation.scss */
  .step ul li.br_ac:after,
  .new_step ul li.br_ac:after {
    border-left: 10px solid #888;
  }
  /* line 904, ../sass/layout/_navigation.scss */
  .step ul li:first-child,
  .step ul li.br_sec,
  .new_step ul li:first-child,
  .new_step ul li.br_sec {
    padding: 0 0 0 2%;
  }
  /* line 907, ../sass/layout/_navigation.scss */
  .step ul li:last-child,
  .new_step ul li:last-child {
    padding: 0;
  }
  /* line 912, ../sass/layout/_navigation.scss */
  .order_step ul li {
    width: 16.3%;
    font-size: 9px;
  }
  /* line 915, ../sass/layout/_navigation.scss */
  .order_step ul li:first-child {
    padding: 0 0 0 2%;
  }
  /* line 918, ../sass/layout/_navigation.scss */
  .order_step ul li.br_sec,
  .order_step ul li:last-child {
    padding: 0 0 0 4%;
  }
  /* line 921, ../sass/layout/_navigation.scss */
  .order_step ul li:first-child,
  .order_step ul li.br_sec {
    padding: 0 0 0 3%;
  }
  /* line 934, ../sass/layout/_navigation.scss */
  .sb_step {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 10px 0;
  }
  /* line 945, ../sass/layout/_navigation.scss */
  .sb_step ul li {
    width: 23%;
    padding: 10px 0 10px 2%;
  }
  /* line 956, ../sass/layout/_navigation.scss */
  .two_step ul li {
    width: 49%;
  }
  /* line 966, ../sass/layout/_navigation.scss */
  .four_step ul li {
    width: 21.6%;
  }
  /*.sb_step ul li:first-child, 
  .step ul li.br_sec, 
  .sb_step ul li:last-child { 
  	padding: 0 0 0 2% ;
  }*/
  /* line 984, ../sass/layout/_navigation.scss */
  .step_forget_pass ul li {
    width: 23%;
  }
  /* line 990, ../sass/layout/_navigation.scss */
  .step_forget_pass .br_ac {
    padding: 0 0 0 2%;
  }
  /* line 1019, ../sass/layout/_navigation.scss */
  .sp_menu {
    display: block;
    padding: 0 0 60px;
  }
  /* line 1022, ../sass/layout/_navigation.scss */
  .sp_menu h2 {
    margin-bottom: 0;
  }
  /* line 1025, ../sass/layout/_navigation.scss */
  .sp_menu ul {
    display: inline-block;
  }
  /* line 1027, ../sass/layout/_navigation.scss */
  .sp_menu ul li {
    width: 50%;
    float: left;
    margin: 0 0 0 -1px;
    position: relative;
  }
  /* line 1032, ../sass/layout/_navigation.scss */
  .sp_menu ul li a {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 3px 0 3px 3px;
    display: block;
    height: 42px;
  }
  /* line 1038, ../sass/layout/_navigation.scss */
  .sp_menu ul li a:hover {
    text-decoration: none;
  }
  /* line 1041, ../sass/layout/_navigation.scss */
  .sp_menu ul li a img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 1046, ../sass/layout/_navigation.scss */
  .sp_menu ul li a img.c_category {
    width: 30px;
    margin: 6px 0 0 10px;
  }
  /* line 1050, ../sass/layout/_navigation.scss */
  .sp_menu ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    padding-left: 4px;
  }
  /* line 1067, ../sass/layout/_navigation.scss */
  .sp_menu_list {
    padding: 0;
  }
  /* line 1069, ../sass/layout/_navigation.scss */
  .sp_menu_list h2 {
    padding: 0 0 0 16px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: auto;
    font-size: 18px;
    border-bottom: 1px solid #eee;
  }
  /* line 1077, ../sass/layout/_navigation.scss */
  .sp_menu_list h2 a {
    height: 28px;
    width: 68px;
    line-height: 28px;
    float: right;
    margin: 11px 11px 0 0;
    font-size: 14px;
  }
  /* line 1086, ../sass/layout/_navigation.scss */
  .sp_menu_list .sp_menu_list_btn {
    border-radius: 2px;
    border: 1px solid #e94c1b;
    padding: 0;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    color: #e94c1b;
    display: block;
  }
  /* line 1097, ../sass/layout/_navigation.scss */
  .sp_menu_list div > a {
    width: 80%;
    float: none;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    margin: 20px auto 0;
  }
  /* line 13, ../sass/layout/_box.scss */
  #contents {
    padding: 71px 0 0;
  }
  /* line 31, ../sass/layout/_box.scss */
  #list #contents_main,
  #mypage #contents_main,
  #cart #contents_main,
  #read #contents_main {
    width: 100%;
    float: none;
  }
  /* line 42, ../sass/layout/_box.scss */
  #list #contents_main .info,
  #mypage #contents_main .info,
  #cart #contents_main .info,
  #read #contents_main .info {
    display: none;
  }
  /* line 110, ../sass/layout/_box.scss */
  .inner_box {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  /* line 129, ../sass/layout/_box.scss */
  .two-block .inner_box {
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  /* line 160, ../sass/layout/_box.scss */
  .oblong-three-cards ul {
    width: 96%;
    padding: 0 2%;
  }
  /* line 177, ../sass/layout/_box.scss */
  .oblong-three-cards ul li {
    width: 49%;
  }
  /* line 189, ../sass/layout/_box.scss */
  .oblong-three-cards ul li h3 {
    height: 38px;
    line-height: 18px;
  }
  /* line 208, ../sass/layout/_box.scss */
  .single-column {
    width: 96%;
    padding: 0 2%;
  }
  /* line 215, ../sass/layout/_box.scss */
  .single-column a {
    display: block;
  }
  /* line 222, ../sass/layout/_box.scss */
  .single-column a img {
    width: 100%;
  }
  /* line 233, ../sass/layout/_box.scss */
  .single-column div {
    width: 90%;
    padding: 20px 5%;
    display: block;
  }
  /* line 247, ../sass/layout/_box.scss */
  .single-column div h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  /* line 261, ../sass/layout/_box.scss */
  .single-column div span.c_footer {
    width: 100%;
    margin-top: 20px;
  }
  /* line 280, ../sass/layout/_box.scss */
  .four-column ul {
    width: 96%;
    padding: 0 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  /* line 297, ../sass/layout/_box.scss */
  .four-column ul li {
    width: 49%;
  }
  /* line 354, ../sass/layout/_box.scss */
  .goods-three-column .goods_box {
    width: 49%;
    /*margin-bottom: 1.5em;*/
  }
  /* line 383, ../sass/layout/_box.scss */
  .goods_box {
    border-bottom: 1px solid #eee;
    background: #fff;
    margin: 0;
    padding: 1em;
    height: 100px;
    width: 100%;
  }
  /* line 400, ../sass/layout/_box.scss */
  .goods_box a {
    padding: 10px;
    display: block;
    position: relative;
    height: 0px;
  }
  /* line 405, ../sass/layout/_box.scss */
  .goods_box a img {
    margin: 0;
    float: left;
    width: 80px;
  }
  /* line 412, ../sass/layout/_box.scss */
  .goods_box .r_txt {
    margin: 0 0 0 110px;
    padding: 0;
    display: block;
    float: none;
    text-align: left;
    height: 80px;
    width: auto;
  }
  /* line 426, ../sass/layout/_box.scss */
  .goods_box .r_txt .name {
    margin: 5px 0 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.0;
    height: 25px;
    overflow: hidden;
    padding: 4px 0 4px 0;
  }
  /* line 456, ../sass/layout/_box.scss */
  .goods_box .r_txt .s_u_price {
    font-size: 12px;
    color: #b3b3b3;
  }
  /* line 478, ../sass/layout/_box.scss */
  .goods_box .r_txt .status {
    display: none;
  }
  /* line 484, ../sass/layout/_box.scss */
  .goods_box .r_txt .status_sp {
    display: block;
    position: absolute;
    right: 12px;
    bottom: 17px;
    height: 16px;
    font-size: 13px;
  }
  /* line 11, ../sass/layout/_list.scss */
  .whats_new_list_box .oblong-three-cards ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  /* line 20, ../sass/layout/_list.scss */
  .whats_new_list_box .oblong-three-cards ul li img {
    width: 100%;
    max-height: inherit;
  }
  /* line 35, ../sass/layout/_list.scss */
  .brand_category ul li {
    width: 22%;
    padding: 6px 1%;
    font-size: 12px;
  }
  /* line 64, ../sass/layout/_list.scss */
  #men,
  #women,
  #unisex,
  #other {
    margin-top: -10px;
    padding-top: 10px;
  }
  /* line 75, ../sass/layout/_list.scss */
  .b_list_box ul li {
    width: 43%;
    margin: 20px 3%;
  }
  /* line 88, ../sass/layout/_list.scss */
  .b_list_box h2 {
    padding: 2% 45px 2% 10px;
  }
  /* line 97, ../sass/layout/_list.scss */
  .b_list_box h3 {
    font-size: 14px;
  }
  /* line 52, ../sass/layout/_slider.scss */
  .slick-prev,
  .slick-next {
    border: 16px solid transparent;
  }
  /* line 90, ../sass/layout/_slider.scss */
  .slick-prev {
    left: -5px;
  }
  /* line 114, ../sass/layout/_slider.scss */
  .slick-next {
    right: -5px;
  }
  /* line 309, ../sass/layout/_slider.scss */
  .slider {
    margin-bottom: 40px;
  }
  /* line 316, ../sass/layout/_slider.scss */
  .slider .main-visual {
    height: auto;
  }
  /* line 370, ../sass/layout/_slider.scss */
  .four-column-slider .slick-slide {
    margin: 0 5px;
  }
  /* line 376, ../sass/layout/_slider.scss */
  .four-column-slider .slick-prev,
  .four-column-slider .slick-next {
    top: inherit;
    bottom: -50px;
  }
  /* line 384, ../sass/layout/_slider.scss */
  .four-column-slider .slick-prev {
    left: 4%;
  }
  /* line 390, ../sass/layout/_slider.scss */
  .four-column-slider .slick-next {
    right: 4%;
  }
  /* line 421, ../sass/layout/_slider.scss */
  .purchase_scroller {
    overflow-x: auto;
  }
  /* line 439, ../sass/layout/_slider.scss */
  .purchase_scroller .item {
    width: 94px;
  }
  /* line 450, ../sass/layout/_slider.scss */
  .purchase_scroller .item img {
    width: 90px;
  }
  /* line 489, ../sass/layout/_slider.scss */
  .purchase_scroller::-webkit-scrollbar {
    height: 5px;
  }
  /* line 492, ../sass/layout/_slider.scss */
  .purchase_scroller::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  /* line 496, ../sass/layout/_slider.scss */
  .purchase_scroller::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  /* line 506, ../sass/layout/_slider.scss */
  .slide_bnr .bnr-slider {
    width: 100%;
    height: auto;
  }
  /* line 525, ../sass/layout/_slider.scss */
  .goods-slider {
    width: 100%;
  }
  /* line 584, ../sass/layout/_slider.scss */
  .goods-slider-nav {
    margin: 40px 2% 10px 4%;
  }
  /* line 590, ../sass/layout/_slider.scss */
  .goods-slider-nav li {
    width: 17.6%;
    margin: 0 1% 1% 0;
  }
  /* line 607, ../sass/layout/_slider.scss */
  .goods_img_l .goods-slider {
    width: 100%;
  }
  #fs_ProductDetails .sns-block a {
    font-size: 0.9rem;
  }
  #fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li {
    margin: 2% 2% 2% 4%;
  }
  #fs_ProductDetails .itemdetail_parts04 .btn-wrap.l-btn li:nth-child(even) {
    margin: 2% 4% 2% 2%;
  }
}

@media only screen and (max-width: 767px) {
  .fs-c-accountService {
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
    row-gap: 6px;
  }
  .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    font-weight: 400;
    margin-bottom: 0;
  }
  .fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
    font-weight: 400;
    margin-bottom: 0;
  }
  .fs-c-productListItem__productName {
    font-weight: 400;
  }
  .fs-c-productNumber {
    width: 100%;
  }
  .fs-c-productPointDisplay {
    width: 100%;
  }
  /*記述リスト 縦並び*/
  .dl-style02 dt,
  .dl-style02 dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 0px auto 0px;
  }
  .dl-style02 dt {
    display: block;
    background: #ff829f;
    color: #fff;
    margin-top: 40px;
  }
  .dl-style02 dd {
    background: #fafafa;
  }
  .sns-block1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 10px;
  }
  .sns-block1 a {
    display: block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 0.9rem;
    color: #fff !important;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .sns-block1 .sns_fb a {
    background: #4267b2;
  }
  .sns-block1 .sns_fb a:before {
    content: '';
    margin: 0 10px 0 0;
    width: 9px;
    height: 17px;
    background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_fb.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
  }
  .sns-block1 .sns_tw a {
    background: #1b95e0;
  }
  .sns-block1 .sns_tw a:before {
    content: '';
    margin: 0 10px 0 0;
    width: 18px;
    height: 15px;
    background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_tw.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
  }
  .sns-block1 .sns_pin a {
    background: #bd081c;
    margin-top: 10px;
  }
  .sns-block1 .sns_pin a:before {
    content: '';
    margin: 0 10px 0 -25px;
    width: 23px;
    height: 23px;
    background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_pin.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
  }
  .sns-block1 .sns_line a {
    background: #00b800;
    margin-top: 10px;
  }
  .sns-block1 .sns_line a:before {
    content: '';
    margin: 0 10px 0 -25px;
    width: 22px;
    height: 20px;
    background-image: url(https://momoweb.itembox.design/item/sp/images/detail/icon_line.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    background-size: contain;
  }
  .fs-c-button--plain1 {
    background: #eee;
    padding: 10px 0;
    color: #000;
    font-size: 0.9rem;
    width: 100%;
    margin: 10px auto 20px;
  }
  .itemdetail_parts04 .btn-wrap .delivery1 span::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/assets/images/item/delivery_icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
  }
  .itemdetail_parts04 .btn-wrap .warranty1 span::before {
    content: '';
    width: 29px;
    height: 28px;
    background-image: url(/assets/images/item/warranty_icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
  }
  .itemdetail_parts04 .btn-wrap .size1 span::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(/assets/images/item/size_icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
  }
  .itemdetail_parts04 .btn-wrap .import1 span::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/assets/images/item/import_icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
  }
  .itemdetail_parts04 .btn-wrap + .btn-wrap {
    margin-top: 10px;
  }
  .itemdetail_parts04 .btn-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .itemdetail_parts04 .btn-wrap.l-btn li {
    width: 48%;
  }
  .itemdetail_parts04 .btn-wrap.l-btn li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 0.85rem;
    border: 1px solid #000;
    -webkit-transition: .2s;
    transition: .2s;
    color: #000;
  }
  ol,
  ul {
    list-style: none;
  }
  .logout.my-false {
    display: none;
  }
  .login.my-true {
    display: none;
  }
  .fs-c-productSelection__name {
    background: #FFEEFF;
  }
  .fs-c-productOption {
    background: #ffeeff;
  }
  .fs-c-sortItems__list__item.is-active {
    background: #777777;
    color: #ffffff;
  }
  .fs-c-button--addToCart--detail .fs-c-button__label {
    color: #ffffff;
  }
  .fs-c-returnedSpecialContract {
    text-align: center;
  }
  .fs-c-heading--page {
    margin-top: 2em;
    font-size: 1.5em;
  }
  h1.fs-c-heading--page {
    margin-top: 1.2em;
    font-size: 16px;
    padding: 0 0 0.8em 0;
    margin-bottom: 0.8em;
    border-bottom: solid 1px #666;
    color: #666;
  }
  /*画像移動ボタンの色の変更*/
  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    background: #ff829f;
    opacity: 0.6;
  }
  /*絞込検索の「詳細検索ボタン」を幅100％で表示*/
  .fs-p-productSearch .fs-p-productSearch__formSwitch {
    -ms-grid-column: 1;
    grid-column: 1;
    background: none;
  }
  /*子グループ一覧の矢印の位置の調整*/
  a.fs-c-subgroupList__link {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .fs-c-inputTable__label {
    color: #585858;
  }
  .fs-c-button--particular .fs-c-button__label {
    color: #585858;
  }
  .fs-c-button--plain .fs-c-button__label {
    color: #585858;
  }
  .fs-c-productName__name {
    font-size: 0.75em;
  }
  .fs-c-productSelection__label {
    color: #ff829f;
  }
  .fs-c-productOption__label {
    font-size: 0.85em;
    color: #ff829f;
  }
  .logout.my-false {
    display: none;
  }
  .login.my-true {
    display: none;
  }
  .fs-c-continueShopping .fs-c-button__label {
    color: #585858;
  }
  .fs-c-memberInfoField .fs-c-inputTable__headerCell {
    color: #585858;
    font-weight: bold;
  }
  .fs-c-memberInfoField .fs-c-inputTable__dataCell {
    font-size: 1.25em;
  }
  .fs-c-cartPayment__button .fs-c-button--primary {
    background: #ff829f;
    border: none;
  }
  h2.fs-p-announcement__title {
    font-size: 1.50em;
    line-height: 3em;
  }
  h2.fs-c-wishlistProduct__title {
    font-size: 1.50em;
    line-height: 1.25em;
    padding: 2em 0 0.5em;
    margin-bottom: 1em;
  }
  .fs-c-button--back .fs-c-button__label {
    color: #777777;
  }
  /*スマホ文字調整*/
  .fs-c-dropdown__menu {
    line-height: 1.0em;
    font-size: 1.0em;
  }
  /*SP絞込検索*/
  .fs-c-dropdown select {
    border: 1px solid #eee;
    line-height: 1.0em;
    font-size: 14px;
  }
  .fs-p-productSearch {
    margin: 10px 0 0 0;
    padding: 5px 0 5px 0;
    text-align: center;
    background-color: #ffa6ba;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
  }
  .fs-c-button--secondary {
    background-color: #f64077;
    border: none;
  }
  .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #ff829f;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
  .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #ff829f;
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  /*Amazon Payページ*/
  #AmazonPayButton img {
    width: auto;
  }
  .fs-body-checkout-amazon .fs-c-button__label {
    color: #585858;
  }
  /*トップページカーセルCSS*/
  .fs-c-slick .slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    color: #f64077;
  }
  .fs-c-slick .slick-dots li.slick-active button:before {
    color: #f64077;
  }
  .fs-c-slick .slick-dots li {
    height: 20px;
    width: 20px;
  }
  /*--------------
以下neo追記
--------------*/
  /*ガイドページ*/
  .guide img.main {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 15px;
  }
  .guide p,
  .guide ul {
    line-height: 1.5em;
    font-size: 15px;
  }
  .guide p {
    margin: 0 0 10px 0;
  }
  .guide .guide_topttl {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    padding: 10px 10px;
    color: #59493f;
    border-bottom: 1px solid #59493f;
    margin: 0 0 10px 0;
  }
  .guide .guide_ttl {
    padding: 7px 10px;
    background-color: #f29c9f;
    color: #FFF;
    margin: 18px 0;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
  }
  .guide .smal {
    font-size: 85%;
  }
  .guide .point {
    color: #e5004f;
  }
  .guide ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .guide ul li {
    list-style: disc;
  }
  .guide .box {
    padding: 15px;
    background: #eeeeee;
    width: 100%;
  }
  .guide .box .point {
    font-size: 16px;
    font-weight: bold;
  }
  .guide .btn {
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid;
  }
  .guide .arrow_btn a {
    display: block;
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }
  .guide .arrow_btn .check {
    background: #fee0e4;
  }
  .guide .arrow_btn .child {
    padding: 5px 8px 5px 30px;
  }
  .guide .arrow_btn a:after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 0.7em;
    height: 0.7em;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #555;
    border-top: 1px solid #555;
    content: "";
  }
  .guide .guidetoplist {
    padding: 0;
    border-top: 1px solid #f29c9f;
    list-style: none;
  }
  .guide .guidetoplist li {
    padding: 13px 0 13px 35px;
    border-bottom: 1px solid #f29c9f;
    list-style: none;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0 50%;
  }
  /*icon*/
  .guide .guidetoplist li.about {
    background-image: url(/assets/images/item/guide/icon_08.png);
  }
  .guide .guidetoplist li.tokuten {
    background-image: url(/assets/images/item/guide/icon_03.png);
  }
  .guide .guidetoplist li.nagare {
    background-image: url(/assets/images/item/guide/icon_02.png);
  }
  .guide .guidetoplist li.shiharai {
    background-image: url(/assets/images/item/guide/icon_01.png);
  }
  .guide .guidetoplist li.souryo {
    background-image: url(/assets/images/item/guide/icon_07.png);
  }
  .guide .guidetoplist li.hosyo {
    background-image: url(/assets/images/item/guide/icon_05.png);
  }
  .guide .guidetoplist li.kojin {
    background-image: url(/assets/images/item/guide/icon_04.png);
  }
  .guide .guidetoplist li.qa {
    background-image: url(/assets/images/item/guide/icon_06.png);
  }
  .guide .guidetoplist li a {
    display: block;
  }
  .guide .guidetoplist li img {
    width: 30px;
    margin-right: 2%;
    display: inline;
  }
  .karakonguide img {
    width: 50%;
    margin: 0 auto 30px;
    max-width: 300px;
  }
  /*商品詳細　商品説明文2*/
  .dl-style02-btn {
    color: #FFFFFF;
    background: #FF829F;
    padding: 6px 15px;
    margin: 10px auto 20px;
    text-align: center;
    border: none;
  }
  .dl-style02-btn a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .dl-style02-btn a:visited {
    color: #FFFFFF;
    text-decoration: none;
  }
  /*商品詳細　カラバリ*/
  .prod1 .colorlist a {
    float: left;
    display: block;
    width: 30%;
    margin: 1.5%;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  .prod1 .colorlist img {
    width: 100%;
    margin: 0 0 5% 0;
  }
  /*top　カラーボタン下 カテゴリボタン*/
  .top-category-btn {
    margin: 0 auto 10px;
    text-align: center;
  }
  .top-category-btn ul li {
    list-style: none;
  }
  .top-category-btn li {
    width: 30%;
    margin: 0 2px 0px;
    display: inline-block;
    border: #FFA6BA 2px solid;
    padding: 8px 0;
  }
  .top-category-btn a:link {
    color: #FFA6BA;
  }
  .top-category-btn a:visited {
    color: #FFA6BA;
  }
  /*乱視ブラウンページ　着色直径別ボタン*/
  .ranshibr-btn {
    margin: 0 auto 10px;
    text-align: center;
  }
  .ranshibr-btn ul li {
    list-style: none;
  }
  .ranshibr-btn li {
    width: 30%;
    margin: 0 2px 0px;
    display: inline-block;
    color: #ffffff;
    background: #FFA6BA;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  .ranshibr-btn a:link {
    color: #ffffff;
  }
  .ranshibr-btn a:visited {
    color: #ffffff;
  }
  /*決済ページカードアイコン*/
  .fs-c-creditCardIcons__icon img {
    width: auto;
  }
  /*絞込み検索チェックボックスカラー*/
  .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #ff829f;
    border-color: #ff829f;
    color: #ffffff;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
  /*価格とSALE価格*/
  .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price {
    color: #333333 !important;
  }
  .fs-c-productPrice--member {
    color: #ff829f;
  }
  /*SALEカウントダウン*/
  .cdt {
    text-align: center;
    font-size: 20px;
    background-color: #f64077;
    color: #ffffff;
    padding: 5px 0;
  }
  .cdt_txt {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
  }
  .cdt_date {
    letter-spacing: 0.1em;
    font-size: 130%;
    color: #ffff55;
  }
  /*乱視TOPコンテンツ*/
  .ranshicontents {
    padding: 0 3% 0 3%;
  }
  .ranshicontents p {
    font-size: 1em;
    padding: 0 0 10px 0;
  }
  .ranshicontents p {
    padding: 10px 0 10px 0;
  }
  .ranshicontents .ttl {
    font-weight: bold;
    color: #ff829f;
  }
  .ranshicontents .inner {
    background: #fdf6e8;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
  .spranshittl {
    padding: 1% 3%;
    background: #ff829f;
    color: #fff;
    font-weight: bold;
  }
  .fs-l-main {
    margin: 40px auto 24px;
  }
  /*乱視ガイド*/
  .rg_midashi_01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff799));
    background: -webkit-linear-gradient(transparent 70%, #fff799 0%);
    background: linear-gradient(transparent 70%, #fff799 0%);
    color: #ffa6ba;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    /*padding-bottom: 10px;*/
  }
  .rg_midashi_02 {
    color: #ffa6ba;
    font-weight: bold;
  }
  .ranshiguide p,
  .ranshiguide ul,
  .rg_box {
    max-width: 600px;
    margin: 0 auto;
  }
  .ranshiguide img {
    margin: 20px 0;
  }
  /*LP中央ぞろえ*/
  .lp {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  /*LPの画像の隙間*/
  .lp img {
    vertical-align: bottom;
  }
  img {
    border-style: none;
    line-height: 1.0;
    width: 100%;
    display: block;
  }
  [class^="img-flex-"] {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .img-flex-3 {
    width: 40%;
    margin: 30px auto;
  }
  .img-flex-3 > img,
  .img-flex-3 a {
    width: 32%;
  }
  .img-flex-4 {
    width: 55%;
    margin: 0px auto 30px;
  }
  .img-flex-4 > img,
  .img-flex-4 a {
    width: 24%;
    padding: 0 3% 0 3%;
  }
  body#top .ly_headerIconList_item__wishList {
    display: none;
  }
  body:not(#top) .ly_headerIconList_item__guide {
    display: none;
  }
  .ly_headerNavMenu_heading > span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
  }
  .ly_headerNavMenu_list__col1 > li a {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .f-links-area {
    font-size: 16px;
    border-top: 1px solid #fee0e4;
  }
  .f-links-area--guide .f-links-list a {
    color: #3c3c3c;
  }
  .f-links-title {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 4%;
    position: relative;
    cursor: pointer;
  }
  .f-links-list-title {
    display: none;
  }
  .f-links-inner > *:nth-child(4) .f-links-title, .f-links-inner > *:nth-child(5) .f-links-title {
    font-size: 14px;
  }
  .f-sp-accordionBody > li,
  .f-links-list-child > li {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fee0e4;
    position: relative;
  }
  .f-sp-accordionBody > li a,
  .f-links-list-child > li a {
    display: block;
    padding: 0 6%;
  }
  .f-sp-accordionBody > li {
    font-size: 14px;
  }
  .js_accordionBody {
    display: none;
  }
  .ly_footerBottom {
    background-color: #fff;
  }
  .ly_footerBottom p {
    line-height: inherit;
    font-size: inherit;
  }
  .ly_footerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .ly_footerList > li {
    width: 50%;
    padding: 7px;
    border-left: 1px solid;
    border-top: 1px solid;
  }
  .ly_footerList > li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
  }
  .ly_footerCopyright {
    color: #666;
    font-size: 14px;
    text-align: left;
    padding: 0;
  }
  #top {
    padding: 71px 0 0;
  }
  .fr2-listItem__productName {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .p-roundBtn {
    margin-top: 30px;
    padding: 0 25px;
  }
  .p-roundBtn__w200 {
    padding: 0;
  }
  .p-roundBtn__w100 {
    padding: 0;
  }
  .p-roundBtn_ele {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-designation {
    margin-top: 30px;
  }
  .p-designation_input {
    gap: 30px;
  }
  .fs-body-my-account-settings-edit .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark,
  .fs-body-checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #ff829f;
  }
  .fs-body-my-account-settings-edit .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before,
  .fs-body-checkout .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #ff829f;
  }
  .fs-c-button--changeWrapper {
    text-align: center;
    margin-top: 27px;
  }
  .fs-body-register .fs-p-announcement {
    margin-bottom: 20px;
  }
  .p-degreeSelect {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: initial;
    margin-top: 20px;
  }
  .p-degreeSelect_wrap {
    width: 100%;
  }
  .p-degreeSelect_wrap:not(:first-child) {
    margin-top: 23px;
  }
  .p-degreeSelect_ttl {
    font-size: 15px;
  }
  .p-degreeSelect_item {
    margin-top: 12px;
  }
  .p-degreeSet button {
    width: 100%;
  }
  .fs-body-register-success .fs-c-checkoutSuccess_ttl {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
  }
  .fs-body-register-success .fs-p-announcement__title {
    font-weight: normal;
  }
  .u-tal_sp {
    text-align: left !important;
  }
  .u-tac_sp {
    text-align: center !important;
  }
  .u-tar_sp {
    text-align: right !important;
  }
  .u-mb0_sp {
    margin-bottom: 0px !important;
  }
  .u-mb5_sp {
    margin-bottom: 5px !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb15_sp {
    margin-bottom: 15px !important;
  }
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb25_sp {
    margin-bottom: 25px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb35_sp {
    margin-bottom: 35px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb45_sp {
    margin-bottom: 45px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb55_sp {
    margin-bottom: 55px !important;
  }
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
  .u-mb65_sp {
    margin-bottom: 65px !important;
  }
  .u-mb70_sp {
    margin-bottom: 70px !important;
  }
  .u-mb75_sp {
    margin-bottom: 75px !important;
  }
  .u-mb80_sp {
    margin-bottom: 80px !important;
  }
  .u-mb85_sp {
    margin-bottom: 85px !important;
  }
  .u-mb90_sp {
    margin-bottom: 90px !important;
  }
  .u-mb95_sp {
    margin-bottom: 95px !important;
  }
  .u-mb100_sp {
    margin-bottom: 100px !important;
  }
  .u-mt0_sp {
    margin-top: 0px !important;
  }
  .u-mt5_sp {
    margin-top: 5px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt15_sp {
    margin-top: 15px !important;
  }
  .u-mt20_sp {
    margin-top: 20px !important;
  }
  .u-mt25_sp {
    margin-top: 25px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-mt35_sp {
    margin-top: 35px !important;
  }
  .u-mt40_sp {
    margin-top: 40px !important;
  }
  .u-mt45_sp {
    margin-top: 45px !important;
  }
  .u-mt50_sp {
    margin-top: 50px !important;
  }
  .u-mt55_sp {
    margin-top: 55px !important;
  }
  .u-mt60_sp {
    margin-top: 60px !important;
  }
  .u-mt65_sp {
    margin-top: 65px !important;
  }
  .u-mt70_sp {
    margin-top: 70px !important;
  }
  .u-mt75_sp {
    margin-top: 75px !important;
  }
  .u-mt80_sp {
    margin-top: 80px !important;
  }
  .u-mt85_sp {
    margin-top: 85px !important;
  }
  .u-mt90_sp {
    margin-top: 90px !important;
  }
  .u-mt95_sp {
    margin-top: 95px !important;
  }
  .u-mt100_sp {
    margin-top: 100px !important;
  }
  .u-mbLast {
    margin-bottom: 60px;
  }
  .u-pb0_sp {
    padding-bottom: 0px !important;
  }
  .u-pb5_sp {
    padding-bottom: 5px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb15_sp {
    padding-bottom: 15px !important;
  }
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
  .u-pb25_sp {
    padding-bottom: 25px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
  .u-pb35_sp {
    padding-bottom: 35px !important;
  }
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
  .u-pb45_sp {
    padding-bottom: 45px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb55_sp {
    padding-bottom: 55px !important;
  }
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
  .u-pb65_sp {
    padding-bottom: 65px !important;
  }
  .u-pb70_sp {
    padding-bottom: 70px !important;
  }
  .u-pb75_sp {
    padding-bottom: 75px !important;
  }
  .u-pb80_sp {
    padding-bottom: 80px !important;
  }
  .u-pb85_sp {
    padding-bottom: 85px !important;
  }
  .u-pb90_sp {
    padding-bottom: 90px !important;
  }
  .u-pb95_sp {
    padding-bottom: 95px !important;
  }
  .u-pb100_sp {
    padding-bottom: 100px !important;
  }
  .u-pt0_sp {
    padding-top: 0px !important;
  }
  .u-pt5_sp {
    padding-top: 5px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt15_sp {
    padding-top: 15px !important;
  }
  .u-pt20_sp {
    padding-top: 20px !important;
  }
  .u-pt25_sp {
    padding-top: 25px !important;
  }
  .u-pt30_sp {
    padding-top: 30px !important;
  }
  .u-pt35_sp {
    padding-top: 35px !important;
  }
  .u-pt40_sp {
    padding-top: 40px !important;
  }
  .u-pt45_sp {
    padding-top: 45px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pt55_sp {
    padding-top: 55px !important;
  }
  .u-pt60_sp {
    padding-top: 60px !important;
  }
  .u-pt65_sp {
    padding-top: 65px !important;
  }
  .u-pt70_sp {
    padding-top: 70px !important;
  }
  .u-pt75_sp {
    padding-top: 75px !important;
  }
  .u-pt80_sp {
    padding-top: 80px !important;
  }
  .u-pt85_sp {
    padding-top: 85px !important;
  }
  .u-pt90_sp {
    padding-top: 90px !important;
  }
  .u-pt95_sp {
    padding-top: 95px !important;
  }
  .u-pt100_sp {
    padding-top: 100px !important;
  }
  .u-mh0_sp {
    max-height: 0px !important;
  }
  .u-mh1_sp {
    max-height: 1px !important;
  }
  .u-mh2_sp {
    max-height: 2px !important;
  }
  .u-mh3_sp {
    max-height: 3px !important;
  }
  .u-mh4_sp {
    max-height: 4px !important;
  }
  .u-mh5_sp {
    max-height: 5px !important;
  }
  .u-mh6_sp {
    max-height: 6px !important;
  }
  .u-mh7_sp {
    max-height: 7px !important;
  }
  .u-mh8_sp {
    max-height: 8px !important;
  }
  .u-mh9_sp {
    max-height: 9px !important;
  }
  .u-mh10_sp {
    max-height: 10px !important;
  }
  .u-mh11_sp {
    max-height: 11px !important;
  }
  .u-mh12_sp {
    max-height: 12px !important;
  }
  .u-mh13_sp {
    max-height: 13px !important;
  }
  .u-mh14_sp {
    max-height: 14px !important;
  }
  .u-mh15_sp {
    max-height: 15px !important;
  }
  .u-mh16_sp {
    max-height: 16px !important;
  }
  .u-mh17_sp {
    max-height: 17px !important;
  }
  .u-mh18_sp {
    max-height: 18px !important;
  }
  .u-mh19_sp {
    max-height: 19px !important;
  }
  .u-mh20_sp {
    max-height: 20px !important;
  }
  .u-mh21_sp {
    max-height: 21px !important;
  }
  .u-mh22_sp {
    max-height: 22px !important;
  }
  .u-mh23_sp {
    max-height: 23px !important;
  }
  .u-mh24_sp {
    max-height: 24px !important;
  }
  .u-mh25_sp {
    max-height: 25px !important;
  }
  .u-mh26_sp {
    max-height: 26px !important;
  }
  .u-mh27_sp {
    max-height: 27px !important;
  }
  .u-mh28_sp {
    max-height: 28px !important;
  }
  .u-mh29_sp {
    max-height: 29px !important;
  }
  .u-mh30_sp {
    max-height: 30px !important;
  }
  .u-mh31_sp {
    max-height: 31px !important;
  }
  .u-mh32_sp {
    max-height: 32px !important;
  }
  .u-mh33_sp {
    max-height: 33px !important;
  }
  .u-mh34_sp {
    max-height: 34px !important;
  }
  .u-mh35_sp {
    max-height: 35px !important;
  }
  .u-mh36_sp {
    max-height: 36px !important;
  }
  .u-mh37_sp {
    max-height: 37px !important;
  }
  .u-mh38_sp {
    max-height: 38px !important;
  }
  .u-mh39_sp {
    max-height: 39px !important;
  }
  .u-mh40_sp {
    max-height: 40px !important;
  }
  .u-mh41_sp {
    max-height: 41px !important;
  }
  .u-mh42_sp {
    max-height: 42px !important;
  }
  .u-mh43_sp {
    max-height: 43px !important;
  }
  .u-mh44_sp {
    max-height: 44px !important;
  }
  .u-mh45_sp {
    max-height: 45px !important;
  }
  .u-mh46_sp {
    max-height: 46px !important;
  }
  .u-mh47_sp {
    max-height: 47px !important;
  }
  .u-mh48_sp {
    max-height: 48px !important;
  }
  .u-mh49_sp {
    max-height: 49px !important;
  }
  .u-mh50_sp {
    max-height: 50px !important;
  }
  .u-mh51_sp {
    max-height: 51px !important;
  }
  .u-mh52_sp {
    max-height: 52px !important;
  }
  .u-mh53_sp {
    max-height: 53px !important;
  }
  .u-mh54_sp {
    max-height: 54px !important;
  }
  .u-mh55_sp {
    max-height: 55px !important;
  }
  .u-mh56_sp {
    max-height: 56px !important;
  }
  .u-mh57_sp {
    max-height: 57px !important;
  }
  .u-mh58_sp {
    max-height: 58px !important;
  }
  .u-mh59_sp {
    max-height: 59px !important;
  }
  .u-mh60_sp {
    max-height: 60px !important;
  }
  .u-mh61_sp {
    max-height: 61px !important;
  }
  .u-mh62_sp {
    max-height: 62px !important;
  }
  .u-mh63_sp {
    max-height: 63px !important;
  }
  .u-mh64_sp {
    max-height: 64px !important;
  }
  .u-mh65_sp {
    max-height: 65px !important;
  }
  .u-mh66_sp {
    max-height: 66px !important;
  }
  .u-mh67_sp {
    max-height: 67px !important;
  }
  .u-mh68_sp {
    max-height: 68px !important;
  }
  .u-mh69_sp {
    max-height: 69px !important;
  }
  .u-mh70_sp {
    max-height: 70px !important;
  }
  .u-mh71_sp {
    max-height: 71px !important;
  }
  .u-mh72_sp {
    max-height: 72px !important;
  }
  .u-mh73_sp {
    max-height: 73px !important;
  }
  .u-mh74_sp {
    max-height: 74px !important;
  }
  .u-mh75_sp {
    max-height: 75px !important;
  }
  .u-mh76_sp {
    max-height: 76px !important;
  }
  .u-mh77_sp {
    max-height: 77px !important;
  }
  .u-mh78_sp {
    max-height: 78px !important;
  }
  .u-mh79_sp {
    max-height: 79px !important;
  }
  .u-mh80_sp {
    max-height: 80px !important;
  }
  .u-mh81_sp {
    max-height: 81px !important;
  }
  .u-mh82_sp {
    max-height: 82px !important;
  }
  .u-mh83_sp {
    max-height: 83px !important;
  }
  .u-mh84_sp {
    max-height: 84px !important;
  }
  .u-mh85_sp {
    max-height: 85px !important;
  }
  .u-mh86_sp {
    max-height: 86px !important;
  }
  .u-mh87_sp {
    max-height: 87px !important;
  }
  .u-mh88_sp {
    max-height: 88px !important;
  }
  .u-mh89_sp {
    max-height: 89px !important;
  }
  .u-mh90_sp {
    max-height: 90px !important;
  }
  .u-mh91_sp {
    max-height: 91px !important;
  }
  .u-mh92_sp {
    max-height: 92px !important;
  }
  .u-mh93_sp {
    max-height: 93px !important;
  }
  .u-mh94_sp {
    max-height: 94px !important;
  }
  .u-mh95_sp {
    max-height: 95px !important;
  }
  .u-mh96_sp {
    max-height: 96px !important;
  }
  .u-mh97_sp {
    max-height: 97px !important;
  }
  .u-mh98_sp {
    max-height: 98px !important;
  }
  .u-mh99_sp {
    max-height: 99px !important;
  }
  .u-mh100_sp {
    max-height: 100px !important;
  }
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-coordinationCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(20% - 16px));
  }
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px);
    grid-template-columns: calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px);
    grid-gap: 0px;
  }
  .fs-c-coordinationList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px);
    grid-template-columns: calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px);
    grid-gap: 0px;
  }
  .fs-c-coupon__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fs-c-coupon__info > * + * {
    margin-top: 0;
    margin-left: 16px;
  }
  .fs-c-coupon__image__image {
    max-width: 320px;
  }
  .fs-c-coupon__name {
    width: auto;
    min-width: 320px;
  }
  .fs-c-coupon__description {
    border-left: 1px solid #e5e5e5;
    padding-left: 16px;
  }
  .fs-c-coupon__useMethodComment dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fs-c-coupon__useMethodComment dl > dd {
    margin-left: 24px;
  }
  .fs-c-orderDeliveryInfo {
    margin: 0;
  }
  .fs-c-orderDetailInfo__orderTotal {
    margin: 0;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(1), .fs-c-postage__list--pattern > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(2), .fs-c-postage__list--pattern > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(3), .fs-c-postage__list--pattern > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(4), .fs-c-postage__list--pattern > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(5), .fs-c-postage__list--pattern > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(6), .fs-c-postage__list--pattern > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(7), .fs-c-postage__list--pattern > *:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(8), .fs-c-postage__list--pattern > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(9), .fs-c-postage__list--pattern > *:nth-child(9) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(10), .fs-c-postage__list--pattern > *:nth-child(10) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(11), .fs-c-postage__list--pattern > *:nth-child(11) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(12), .fs-c-postage__list--pattern > *:nth-child(12) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(13), .fs-c-postage__list--pattern > *:nth-child(13) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(14), .fs-c-postage__list--pattern > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(15), .fs-c-postage__list--pattern > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(16), .fs-c-postage__list--pattern > *:nth-child(16) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(17), .fs-c-postage__list--pattern > *:nth-child(17) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(18), .fs-c-postage__list--pattern > *:nth-child(18) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(19), .fs-c-postage__list--pattern > *:nth-child(19) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(20), .fs-c-postage__list--pattern > *:nth-child(20) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(21), .fs-c-postage__list--pattern > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(22), .fs-c-postage__list--pattern > *:nth-child(22) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(23), .fs-c-postage__list--pattern > *:nth-child(23) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(24), .fs-c-postage__list--pattern > *:nth-child(24) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(25), .fs-c-postage__list--pattern > *:nth-child(25) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(26), .fs-c-postage__list--pattern > *:nth-child(26) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(27), .fs-c-postage__list--pattern > *:nth-child(27) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(28), .fs-c-postage__list--pattern > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(29), .fs-c-postage__list--pattern > *:nth-child(29) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(30), .fs-c-postage__list--pattern > *:nth-child(30) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(31), .fs-c-postage__list--pattern > *:nth-child(31) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(32), .fs-c-postage__list--pattern > *:nth-child(32) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(33), .fs-c-postage__list--pattern > *:nth-child(33) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(34), .fs-c-postage__list--pattern > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(35), .fs-c-postage__list--pattern > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(36), .fs-c-postage__list--pattern > *:nth-child(36) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(37), .fs-c-postage__list--pattern > *:nth-child(37) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(38), .fs-c-postage__list--pattern > *:nth-child(38) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(39), .fs-c-postage__list--pattern > *:nth-child(39) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(40), .fs-c-postage__list--pattern > *:nth-child(40) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(41), .fs-c-postage__list--pattern > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(42), .fs-c-postage__list--pattern > *:nth-child(42) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(43), .fs-c-postage__list--pattern > *:nth-child(43) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(44), .fs-c-postage__list--pattern > *:nth-child(44) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(45), .fs-c-postage__list--pattern > *:nth-child(45) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(46), .fs-c-postage__list--pattern > *:nth-child(46) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(47), .fs-c-postage__list--pattern > *:nth-child(47) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(48), .fs-c-postage__list--pattern > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(49), .fs-c-postage__list--pattern > *:nth-child(49) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(50), .fs-c-postage__list--pattern > *:nth-child(50) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(51), .fs-c-postage__list--pattern > *:nth-child(51) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(52), .fs-c-postage__list--pattern > *:nth-child(52) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(53), .fs-c-postage__list--pattern > *:nth-child(53) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(54), .fs-c-postage__list--pattern > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(55), .fs-c-postage__list--pattern > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(56), .fs-c-postage__list--pattern > *:nth-child(56) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(57), .fs-c-postage__list--pattern > *:nth-child(57) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(58), .fs-c-postage__list--pattern > *:nth-child(58) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(59), .fs-c-postage__list--pattern > *:nth-child(59) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(60), .fs-c-postage__list--pattern > *:nth-child(60) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(61), .fs-c-postage__list--pattern > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(62), .fs-c-postage__list--pattern > *:nth-child(62) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(63), .fs-c-postage__list--pattern > *:nth-child(63) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(64), .fs-c-postage__list--pattern > *:nth-child(64) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(65), .fs-c-postage__list--pattern > *:nth-child(65) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(66), .fs-c-postage__list--pattern > *:nth-child(66) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(67), .fs-c-postage__list--pattern > *:nth-child(67) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(68), .fs-c-postage__list--pattern > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(69), .fs-c-postage__list--pattern > *:nth-child(69) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(70), .fs-c-postage__list--pattern > *:nth-child(70) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(71), .fs-c-postage__list--pattern > *:nth-child(71) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(72), .fs-c-postage__list--pattern > *:nth-child(72) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(73), .fs-c-postage__list--pattern > *:nth-child(73) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(74), .fs-c-postage__list--pattern > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(75), .fs-c-postage__list--pattern > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(76), .fs-c-postage__list--pattern > *:nth-child(76) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(77), .fs-c-postage__list--pattern > *:nth-child(77) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(78), .fs-c-postage__list--pattern > *:nth-child(78) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(79), .fs-c-postage__list--pattern > *:nth-child(79) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(80), .fs-c-postage__list--pattern > *:nth-child(80) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(81), .fs-c-postage__list--pattern > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(82), .fs-c-postage__list--pattern > *:nth-child(82) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(83), .fs-c-postage__list--pattern > *:nth-child(83) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(84), .fs-c-postage__list--pattern > *:nth-child(84) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(85), .fs-c-postage__list--pattern > *:nth-child(85) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(86), .fs-c-postage__list--pattern > *:nth-child(86) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(87), .fs-c-postage__list--pattern > *:nth-child(87) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(88), .fs-c-postage__list--pattern > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(89), .fs-c-postage__list--pattern > *:nth-child(89) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(90), .fs-c-postage__list--pattern > *:nth-child(90) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(91), .fs-c-postage__list--pattern > *:nth-child(91) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(92), .fs-c-postage__list--pattern > *:nth-child(92) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(93), .fs-c-postage__list--pattern > *:nth-child(93) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-postage__list--purchasePrice > *:nth-child(94), .fs-c-postage__list--pattern > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productCoordinationList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px);
    grid-template-columns: calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px);
    grid-gap: 0px;
  }
  .fs-c-staffList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
    grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
    grid-gap: 24px;
  }
  .fs-c-staffCatalog__list {
    grid-template-columns: repeat(auto-fit, calc(20% - 16px));
  }
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(25% + 1px);
    flex-basis: calc(25% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
  .fs-p-footerNavigation {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .fs-p-footerUtilityMenu {
    margin-top: 0;
    padding: 8px;
  }
  .fs-p-footerUtilityMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-p-footerUtilityMenu__list > li + li {
    margin-left: 16px;
  }
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: none;
  }
  .fs-p-footerUtilityMenu__list span {
    padding: 0;
  }
  .fs-p-footerUtilityMenu__list a::before {
    display: inline-block;
    content: "";
    border: 4px solid transparent;
    border-left-color: currentColor;
  }
  .fs-p-footerUtilityMenu__list a::after {
    display: none;
  }
  .fs-l-header__leftContainer {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: none;
  }
  .fs-l-footer__utility {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .fs-body-cart .fs-l-cart__contentsArea > * {
    margin-bottom: auto;
  }
  .fs-body-cart .fs-l-cart__contentsArea.is-linkedServiceLoginAvailable {
    -ms-grid-columns: 1fr 332px;
    grid-template-columns: 1fr 332px;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 16px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .fs-body-cart.fs-body-cartSubscribe .fs-l-cart__contentsArea {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  [class^=fs-body-checkout] .fs-l-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  [class^=fs-body-checkout] .fs-l-checkout__mainColumn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: calc(100vw - (8px*44));
    padding-right: 24px;
  }
  [class^=fs-body-checkout] .fs-l-checkout__sideColumn {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    min-width: 320px;
  }
  .fs-body-line-login .fs-c-loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-body-line-login .fs-c-registeredUsers {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 80px);
    flex-basis: calc(50% - 80px);
  }
  .fs-body-line-login .fs-c-newUsers {
    margin-left: 80px;
  }
  .fs-body-linkOrder .fs-c-loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-body-linkOrder .fs-c-registeredUsers {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 80px);
    flex-basis: calc(50% - 80px);
  }
  .fs-body-linkOrder .fs-c-newUsers {
    margin-left: 80px;
  }
  .fs-body-login .fs-c-loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 48px 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fs-body-login .fs-c-loginForm > * {
    -ms-flex-preferred-size: calc(50% - 40px);
    flex-basis: calc(50% - 40px);
  }
  .fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .fs-body-my-orders .fs-c-history__info, .fs-body-my-storeOrders .fs-c-history__info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .fs-body-my-orders .fs-c-history__listContainer, .fs-body-my-storeOrders .fs-c-history__listContainer {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-rows: auto 16px auto 16px auto;
    -ms-grid-columns: 1fr 16px 352px;
    grid-template: auto auto auto/1fr 352px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__addressee {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin: 0;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__deliveryInfoList {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    margin: 0;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__cartTable {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-orders-details .fs-c-orderPerAddressee__orderDeliveryInfo {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-rows: auto 16px auto 16px auto;
    -ms-grid-columns: 1fr 16px 352px;
    grid-template: auto auto auto/1fr 352px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .fs-body-my-orders-details .fs-c-orderDetailInfo__heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-rows: auto 16px auto 16px auto;
    -ms-grid-columns: 1fr 16px 352px;
    grid-template: auto auto auto/1fr 352px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__heading {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__cartTable {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .fs-body-my-subscription-details .fs-c-orderDetailInfo__orderTotal {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .fs-body-my-top .fs-l-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-body-my-top .fs-p-accountInfo {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .fs-body-my-top .fs-c-accountService {
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
  }
  .fs-body-review-login .fs-c-loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-body-review-login .fs-c-registeredUsers {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 80px);
    flex-basis: calc(50% - 80px);
  }
  .fs-body-review-login .fs-c-newUsers {
    margin-left: 80px;
  }
  .fs-body-wishlist-login .fs-c-loginForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fs-body-wishlist-login .fs-c-registeredUsers {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 80px);
    flex-basis: calc(50% - 80px);
  }
  .fs-body-wishlist-login .fs-c-newUsers {
    margin-left: 80px;
  }
  .fs-l-product2 .fs-l-productLayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .fs-l-product2 .fs-c-productActionButton .fs-c-button--primary,
  .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
    min-width: 100%;
  }
  .fs-l-product3 .fs-l-productLayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .fs-l-product3 .fs-l-productLayout__item--1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .fs-l-product3 .fs-c-button--primary,
  .fs-l-product3 .fs-c-button--secondary {
    min-width: 100%;
  }
  .fs-l-product4 .fs-l-productLayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-template-columns: calc(60% - 16px / 2) calc(40% - 16px / 2);
    grid-gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .fs-l-product4 .fs-l-productLayout__item--3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .fs-l-product4 .fs-c-button--primary,
  .fs-l-product4 .fs-c-button--secondary {
    min-width: 100%;
  }
  .fs-l-coordinationDetails .fs-l-coordinationLayout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(55% - 48px / 2) calc(45% - 48px / 2);
    grid-template-columns: calc(55% - 48px / 2) calc(45% - 48px / 2);
    grid-gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 1.8em 0;
  }
  .fs-c-linkServicesList {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-c-linkServicesList__item {
    padding: 16px 32px;
  }
  .fs-c-postage__list--prefecture > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(6) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(7) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(9) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(10) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(11) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(12) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(13) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(14) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(15) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-postage__list--prefecture > *:nth-child(16) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-postage__list--prefecture > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(18) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(19) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(20) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(21) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(22) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(23) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(25) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(26) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(27) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(28) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(29) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(30) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(31) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-postage__list--prefecture > *:nth-child(32) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-postage__list--prefecture > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(34) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(35) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(36) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(37) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(38) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(39) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(41) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(42) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(43) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(44) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(45) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(46) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(47) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-postage__list--prefecture > *:nth-child(48) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-postage__list--prefecture > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(50) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(51) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(52) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(53) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(54) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(55) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(57) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(58) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(59) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(60) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(61) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(62) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(63) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-postage__list--prefecture > *:nth-child(64) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-postage__list--prefecture > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(66) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(67) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(68) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(69) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(70) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(71) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(73) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(74) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(75) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(76) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(77) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(78) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(79) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-postage__list--prefecture > *:nth-child(80) {
    -ms-grid-column: 8;
    grid-column: 8;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-postage__list--prefecture > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(82) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(83) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(84) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(85) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(86) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(87) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(89) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(90) {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(91) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(92) {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-postage__list--prefecture > *:nth-child(93) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-postage__list--prefecture > *:nth-child(94) {
    -ms-grid-column: 7;
    grid-column: 7;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-l-staffCoordinationListLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-l-staffCoordinationListLayout__search {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 240px;
  }
  .fs-l-staffCoordinationListLayout__search + .fs-l-staffCoordinationListLayout__list, .fs-l-staffCoordinationListLayout__list + .fs-l-staffCoordinationListLayout__search {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 928px;
  }
  .fs-l-staffCoordinationListLayout .fs-c-staffCoordinationSearchControl__label {
    display: none;
  }
  .fs-l-staffCoordinationListLayout .fs-c-staffCoordinationSearchControl__list {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .fs-c-linkService {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px 40px;
  }
  .fs-c-linkService .fs-c-linkService__status {
    text-align: right;
  }
  .fs-c-linkService .fs-c-linkService__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    margin: 0 auto;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .fs-p-headerNavigation__link > i, .fs-p-headerNavigation__viewCartButton > i, .fs-p-headerNavigation__viewSubscriptionCartButton > i {
    padding-right: 4px;
  }
}

@media only screen and (min-width: 768px) {
  a {
    color: #6b6b6b;
  }
  a:active {
    color: #585858;
  }
  a:visited {
    color: #728496;
  }
  a:hover {
    color: #787777;
  }
  p.btn {
    font-size: 0.6em;
  }
  .ranking_subtop_ranshi p {
    color: #757575;
    font-size: 0.6em;
  }
  .ranking_subtop_under5 .rank {
    line-height: 1.2em;
    padding-bottom: 1em;
  }
  .ranking_subtop_under5 p {
    line-height: 1.2em;
    padding-bottom: 1em;
  }
  .ly_header {
    position: static;
    height: auto;
    margin-bottom: 20px;
    overflow: visible;
  }
  .ly_header .inner {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ly_headerTop_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ly_headerTop_text {
    font-size: 11px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
  }
  .ly_headerTop_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px;
  }
  .ly_headerMain_inner {
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ly_headerSpBtn {
    display: none;
  }
  .ly_headerLogo {
    width: auto;
    position: static;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
    margin-right: 33px;
  }
  .ly_headerLogo a {
    height: 50px;
  }
  .ly_header_search {
    display: block;
    width: 168px;
  }
  .ly_headerLogo_notice {
    display: block;
    margin-top: 6px;
    margin-right: 40px;
    padding-bottom: 0;
  }
  .ly_headerIconList {
    margin-right: 50px;
  }
  .ly_headerIconList .ly_headerIconList_item:nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 15px;
  }
  .ly_headerIconList .ly_headerIconList_item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 20px;
  }
  .ly_headerIconList .ly_headerIconList_item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px;
  }
  .ly_headerIconList .ly_headerIconList_item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 15px;
  }
  .ly_headerIconList .ly_headerIconList_item a {
    width: auto;
    height: auto;
  }
  .ly_headerIconList .ly_headerIconList_item a i {
    font-size: 30px;
  }
  .ly_headerIconList_text {
    font-size: 10px;
    margin-top: 5px;
  }
  .ly_headerNav {
    position: static;
    overflow: visible;
    background: transparent;
  }
  .ly_spMenu {
    display: block;
    height: auto;
    overflow: visible;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    right: inherit;
  }
  .ly_spMenu_search {
    display: none;
  }
  .ly_spMenu_spOnly {
    display: none;
  }
  .ly_headerNavMenuWrapper {
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #ffa6ba;
  }
  .ly_headerNavMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .ly_headerNavMenu_heading {
    padding: 0;
    background: transparent;
    width: 230px;
    text-align: center;
    display: table;
  }
  .ly_headerNavMenu_heading a {
    padding: 0;
    width: 100%;
    height: 49px;
    white-space: inherit;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    color: #fff;
    display: table-cell;
    line-height: 49px;
    position: relative;
  }
  .ly_headerNavMenu_heading a::after {
    height: 30px;
    width: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ly_headerNavMenu_heading > span {
    padding: 0;
    width: 100%;
    height: 49px;
    white-space: inherit;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
    color: #fff;
    display: table-cell;
    line-height: 49px;
    position: relative;
    cursor: pointer;
  }
  .ly_headerNavMenu_heading > span::after {
    height: 30px;
    width: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ly_headerNavMenu_heading > span:hover {
    background: #fff;
    color: #2a2a2a;
    opacity: 0.5;
    text-decoration: underline;
  }
  .ly_headerNavMenu_inner {
    display: none;
    width: 1180px;
    height: 240px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    left: 15px;
    top: 48px;
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 3px;
    z-index: 9998;
    -webkit-box-shadow: rgba(204, 204, 204, 0.35) 2px 2px 3px 1px;
    box-shadow: rgba(204, 204, 204, 0.35) 2px 2px 3px 1px;
  }
  .ly_headerNavMenu_item__content .ly_headerNavMenu_inner > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ly_headerNavMenu_item__content .ly_headerNavMenu_inner > *:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ly_headerNavMenu_item__content .ly_headerNavMenu_inner > *:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ly_headerNavMenu_link {
    width: 230px;
    padding: 9px 9px 9px 30px;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #333;
  }
  .ly_headerNavMenu_link.is-hover {
    background-color: #eee;
    color: #000;
  }
  .ly_headerNavMenu_link.is-hover a {
    color: #474847;
  }
  .ly_headerNavMenu_category:not(:first-of-type) {
    margin-top: 0;
  }
  .ly_headerNavMenu_category {
    border-top: 0;
  }
  .ly_headerNavMenu_title {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    width: 230px;
    padding: 9px 9px 9px 30px;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #333;
  }
  .ly_headerNavMenu_title .accordion_icon {
    display: none;
  }
  .ly_headerNavMenu_title.is-hover {
    background: #fee0e4;
  }
  .ly_headerNavMenu_title + .ly_headerNavMenu_body .ly_headerNavMenu_list {
    display: none;
    position: absolute;
    top: 0;
    left: 229px;
    padding: 15px 0;
    background-color: #fee0e4;
    height: 510px;
  }
  .ly_headerNavMenu_body.js_navAccordionBody {
    display: block;
  }
  .ly_headerNavMenu_list {
    border-top: 0;
    border-bottom: 0;
    display: block;
    margin-bottom: 0;
  }
  .ly_headerNavMenu_list > li {
    width: 230px;
    padding: 9px 9px 9px 30px;
    margin-bottom: 0;
    border-bottom: 0;
    line-height: 1;
  }
  .ly_headerNavMenu_list > li:nth-child(odd) {
    border-right: 0;
  }
  .ly_headerNavMenu_list > li a {
    color: #333;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .ly_headerNavMenu_list__col1 {
    display: block;
    position: static;
  }
  .ly_headerSocial {
    display: none;
  }
  #footer1 {
    background-color: #f5f5f5;
  }
  #footer1 .footer-inbox .pagetop {
    display: none !important;
  }
  .f-links-title .accordion_icon {
    display: none;
  }
  .f-links-list--bullet > li::before {
    content: "・";
  }
  .u-tal_pc {
    text-align: left !important;
  }
  .u-tac_pc {
    text-align: center !important;
  }
  .u-tar_pc {
    text-align: right !important;
  }
  .u-mb0_pc {
    margin-bottom: 0px !important;
  }
  .u-mb5_pc {
    margin-bottom: 5px !important;
  }
  .u-mb10_pc {
    margin-bottom: 10px !important;
  }
  .u-mb15_pc {
    margin-bottom: 15px !important;
  }
  .u-mb20_pc {
    margin-bottom: 20px !important;
  }
  .u-mb25_pc {
    margin-bottom: 25px !important;
  }
  .u-mb30_pc {
    margin-bottom: 30px !important;
  }
  .u-mb35_pc {
    margin-bottom: 35px !important;
  }
  .u-mb40_pc {
    margin-bottom: 40px !important;
  }
  .u-mb45_pc {
    margin-bottom: 45px !important;
  }
  .u-mb50_pc {
    margin-bottom: 50px !important;
  }
  .u-mb55_pc {
    margin-bottom: 55px !important;
  }
  .u-mb60_pc {
    margin-bottom: 60px !important;
  }
  .u-mb65_pc {
    margin-bottom: 65px !important;
  }
  .u-mb70_pc {
    margin-bottom: 70px !important;
  }
  .u-mb75_pc {
    margin-bottom: 75px !important;
  }
  .u-mb80_pc {
    margin-bottom: 80px !important;
  }
  .u-mb85_pc {
    margin-bottom: 85px !important;
  }
  .u-mb90_pc {
    margin-bottom: 90px !important;
  }
  .u-mb95_pc {
    margin-bottom: 95px !important;
  }
  .u-mb100_pc {
    margin-bottom: 100px !important;
  }
  .u-mt0_pc {
    margin-top: 0px !important;
  }
  .u-mt5_pc {
    margin-top: 5px !important;
  }
  .u-mt10_pc {
    margin-top: 10px !important;
  }
  .u-mt15_pc {
    margin-top: 15px !important;
  }
  .u-mt20_pc {
    margin-top: 20px !important;
  }
  .u-mt25_pc {
    margin-top: 25px !important;
  }
  .u-mt30_pc {
    margin-top: 30px !important;
  }
  .u-mt35_pc {
    margin-top: 35px !important;
  }
  .u-mt40_pc {
    margin-top: 40px !important;
  }
  .u-mt45_pc {
    margin-top: 45px !important;
  }
  .u-mt50_pc {
    margin-top: 50px !important;
  }
  .u-mt55_pc {
    margin-top: 55px !important;
  }
  .u-mt60_pc {
    margin-top: 60px !important;
  }
  .u-mt65_pc {
    margin-top: 65px !important;
  }
  .u-mt70_pc {
    margin-top: 70px !important;
  }
  .u-mt75_pc {
    margin-top: 75px !important;
  }
  .u-mt80_pc {
    margin-top: 80px !important;
  }
  .u-mt85_pc {
    margin-top: 85px !important;
  }
  .u-mt90_pc {
    margin-top: 90px !important;
  }
  .u-mt95_pc {
    margin-top: 95px !important;
  }
  .u-mt100_pc {
    margin-top: 100px !important;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  /* line 67, ../sass/layout/_layout.scss */
  #list.gmenu .gm_rank_list_title h1 {
    font-size: 16px;
    margin: 0;
  }
  /* line 81, ../sass/layout/_layout.scss */
  #list.gmenu .gm_rank_list_title a.like_rank {
    font-size: 12px;
    top: 7px;
  }
  /* line 96, ../sass/layout/_layout.scss */
  #list.gmenu .gm_rank_list_title .l_title .gm_rank_l_title_svg {
    float: left;
    margin: 3px 0px 0 0px;
    width: 27px;
    height: 27px;
  }
  /* line 226, ../sass/layout/_layout.scss */
  .narrow_type_con .narrow_type_in > ul .title_l_j {
    letter-spacing: -2px;
    font-size: 12px;
  }
  /* line 230, ../sass/layout/_layout.scss */
  .narrow_type_con .narrow_type_in > ul .title_l_e {
    font-size: 11px;
  }
  /* line 35, ../sass/layout/_list.scss */
  .brand_category ul li {
    font-size: 11px;
  }
}

@media screen and (min-width: 1281px) {
  /* line 809, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .list_bnr {
    width: 600px;
  }
  /* line 821, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .list_bnr .bnr_top {
    width: 600px;
  }
  /* line 831, ../sass/layout/_layout.scss */
  .feature #contents_box #contents_main #contents_main_inbox #contents_l_box .c_info_box .top_txt {
    width: 380px;
  }
  /* line 17, ../sass/layout/_navigation.scss */
  .gm nav > ul > li {
    width: 144px;
  }
  /* line 48, ../sass/layout/_navigation.scss */
  .gm nav > ul > li .gm-hv .gm-list {
    width: 644px;
  }
  /* line 56, ../sass/layout/_navigation.scss */
  .gm nav > ul > li .gm-hv .gm-list > ul > li {
    width: 200px;
  }
  /* line 74, ../sass/layout/_navigation.scss */
  .gm nav > ul > li .gm-hv .gm-img {
    width: 550px;
    padding-top: 0;
  }
  /* line 99, ../sass/layout/_navigation.scss */
  .gm nav > ul > li:hover .ipad-gm-hv .gm-list {
    width: 700px;
  }
  /* line 105, ../sass/layout/_navigation.scss */
  .gm nav > ul > li:hover .ipad-gm-hv .gm-img {
    width: 430px;
  }
  /* line 115, ../sass/layout/_navigation.scss */
  .gm nav > ul > li .ipad-gm-hv .gm-list {
    width: 700px;
  }
  /* line 120, ../sass/layout/_navigation.scss */
  .gm nav > ul > li .ipad-gm-hv .gm-list > ul > li {
    width: 230px;
  }
  /* line 130, ../sass/layout/_navigation.scss */
  .gm nav > ul > li .ipad-gm-hv .gm-img {
    width: 430px;
  }
  /* line 31, ../sass/layout/_box.scss */
  #list #contents_main,
  #mypage #contents_main,
  #cart #contents_main,
  #read #contents_main {
    max-width: 1000px;
  }
  /* line 42, ../sass/layout/_box.scss */
  #list #contents_main .info,
  #mypage #contents_main .info,
  #cart #contents_main .info,
  #read #contents_main .info {
    display: none;
  }
  /* line 59, ../sass/layout/_box.scss */
  #list #contents_main #top_txt,
  #mypage #contents_main #top_txt,
  #cart #contents_main #top_txt,
  #read #contents_main #top_txt {
    margin: 0 0 0 600px;
    padding: 10px 0 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 182px;
    overflow: hidden;
  }
  /* line 69, ../sass/layout/_box.scss */
  #list #contents_main #top_txt .top_txt_title,
  #mypage #contents_main #top_txt .top_txt_title,
  #cart #contents_main #top_txt .top_txt_title,
  #read #contents_main #top_txt .top_txt_title {
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 110, ../sass/layout/_box.scss */
  .inner_box {
    max-width: 1200px;
  }
  /* line 146, ../sass/layout/_box.scss */
  .two-block .inner_box > div {
    width: 580px;
  }
  /* line 177, ../sass/layout/_box.scss */
  .oblong-three-cards ul li {
    width: 388px;
  }
  /* line 222, ../sass/layout/_box.scss */
  .single-column a img {
    width: 600px;
  }
  /* line 233, ../sass/layout/_box.scss */
  .single-column div {
    width: 500px;
  }
  /* line 297, ../sass/layout/_box.scss */
  .four-column ul li {
    width: 290px;
  }
  /* line 383, ../sass/layout/_box.scss */
  .goods_box {
    width: 160px;
    padding: 14px 20px;
  }
  /* line 11, ../sass/layout/_list.scss */
  .whats_new_list_box .oblong-three-cards ul li {
    width: 320px;
  }
  /* line 35, ../sass/layout/_list.scss */
  .brand_category ul li {
    width: 238px;
  }
  /* line 75, ../sass/layout/_list.scss */
  .b_list_box ul li {
    width: 207px;
  }
  /* line 439, ../sass/layout/_slider.scss */
  .purchase_scroller .item {
    width: 130px;
  }
  /* line 506, ../sass/layout/_slider.scss */
  .slide_bnr .bnr-slider {
    width: 500px;
  }
  /* line 525, ../sass/layout/_slider.scss */
  .goods-slider {
    width: 600px;
  }
  /* line 543, ../sass/layout/_slider.scss */
  .goods-slider li iframe {
    width: 600px;
    height: 600px;
  }
  /* line 590, ../sass/layout/_slider.scss */
  .goods-slider-nav li {
    width: 92px;
  }
}

@media screen and (max-width: 420px) {
  /* line 954, ../sass/layout/_layout.scss */
  #past_feature li {
    width: 100%;
    padding: 5px 0;
    margin: 0;
  }
  /* line 955, ../sass/layout/_layout.scss */
  #past_feature img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 956, ../sass/layout/_layout.scss */
  #past_feature span {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  /* line 1055, ../sass/layout/_layout.scss */
  .notice_txt .b_logo,
  .notice_txt .b_logo img {
    width: 100%;
  }
  /* line 2518, ../sass/layout/_layout.scss */
  .review_sub_inbox div {
    min-height: 220px;
  }
  /* line 2570, ../sass/layout/_layout.scss */
  .review_index,
  .review_l .notice_txt .b_logo,
  .notice_txt .b_logo img {
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  /* line 1453, ../sass/layout/_layout.scss */
  .m_list_box p > span {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 330px) {
  /* line 928, ../sass/layout/_navigation.scss */
  .step ul li {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  /* line 1058, ../sass/layout/_navigation.scss */
  .sp_menu ul li a .sp_l_s {
    letter-spacing: -2px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  /* 誘導バナー */
  .tr1 {
    display: inline-block;
    position: relative;
    padding: 0em 0em;
    margin: 0 0 0.5em 0.75em;
    width: 96%;
  }
  .tr2 {
    position: relative;
    display: inline-block;
    padding: 0em 0em 0 0.75em;
    margin: 0 0 1em 0em;
    width: 49.0%;
  }
  .tr3 {
    display: inline-block;
    position: relative;
    padding: 0em 0em;
    margin: 0 0 1em 0em;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .tr1 {
    display: inline-block;
    position: relative;
    padding: 1.0em 0.5em;
    margin: 0 0 1em 0.9em;
    width: 98%;
  }
  .tr2 {
    position: relative;
    display: inline-block;
    padding: 1.0em 0.5em;
    margin: 0 0 1em 0.9em;
    width: 47.7%;
  }
  .col_5 > div > div span {
    font-size: 1.4em;
    line-height: 25px;
  }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
  p.btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .menubox .menucolorlist {
    max-width: 330px;
    margin: 0 auto;
  }
  .menubox .menucolorlist li {
    width: calc((100% - 15px) / 4);
  }
  .menubox .menucolorlist li img {
    max-width: 58px;
  }
  .menubox .menuchecklist {
    max-width: 300px;
    margin: 0 auto;
  }
  .menubox .menuchecklist li {
    width: calc((100% - 32px) / 3);
  }
  .menubox .sidesearch {
    display: block;
    padding: 15px 0;
    background: #EEEEEE;
  }
  .menubox .sidesearch button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid #F9789E;
    border-radius: 20px;
    background: #F5F5F5;
    color: #F9789E;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
}
