@charset "UTF-8";
/* -----------------------------------------------
 original
-------------------------------------------------- */
body {
  font-size: 1.4rem;
}
.fs-l-main {
  padding: 98px 0 80px 0;
}
#p-header-simple .l-header-mainarea {
  height: 50px;
  justify-content: center;
}
#p-footer-simple .c-footer-main {
  padding: 25px 0;
  border: none;
}
#p-footer-simple .c-footer-copyright {
  margin-bottom: 0;
}
#p-header-simple + .fs-l-main {
  padding-top: 50px;
}
button {
  color: #222;
}
@media(min-width: 768px) {
  .fs-l-main {
    padding: 85px 0 80px 0;
  }
  #p-header-simple .l-header-mainarea {
    height: 70px;
  }
  #p-header-simple + .fs-l-main {
    padding: 70px 0 80px 0;
  }
  .visible-sp {
    display: none !important;
  }
}
/* -----------------------------------------------
 [ fs common ]
-------------------------------------------------- */
p {
  margin: 0;
}
.l-main.page-simple {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 40px;
}
.fs-c-panelContainer .fs-c-panel {
  content: none;
  border-color: #2B639B;
  color: #2B639B;
}
.fs-c-panelContainer .fs-c-panel::before {
  content: none;
}
.fs-c-panelContainer .fs-c-panel--error {
  border-color: #930B0B;
  color: #930B0B;
  border-radius: 0;
}
.fs-c-noResultMessage {
  width: 100%;
  margin-top: 30px;
  padding: 30px 5px;
  background: #fff;
  text-align: center;
}
.fs-c-modal__contents,
.fs-c-modal__contents p {
  color: #46331C;
}
.attention-block {
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #930B0B;
  background: #fff;
  font-size: 1.4rem;
}
.attention-block .attention__title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  line-height: 1.5;
  color: #930B0B;
}
#fs-page-error-container {
  margin: 15px;
  width: calc(100% - 30px);
  max-width: 1200px;
}
@media(min-width: 768px) {
  #fs-page-error-container {
    margin: 15px auto;
  }
}
/* title */
.hdg-ver01 {
  text-align: center;
  padding: 25px 15px;
  background: #F7F6F2;
  border-bottom: #DDD 1px solid;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.hdg-ver04 {
  padding-bottom: 20px;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-subSection__title {
  position: relative;
  margin: 90px 0 30px 0;
  padding: 0 0 25px 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  text-align: center;
}
.fs-c-subSection__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDCD8;
}
.fs-c-registeredUsers__title.fs-c-subSection__title {
  margin-top: 0;
}
@media(min-width: 768px) {
  .hdg-ver01 {
    padding: 50px 15px;
    font-size: 2.0rem;
  }

}

/* botton */
.fs-c-button--primary {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 18px 5px;
  background: #EA8421;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  appearance: none !important;
  -webkit-appearance: none !important;
}
.fs-c-button--primary .fs-c-button__label {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-button--secondary {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 18px 5px;
  background: #fff;
  border: 2px solid #EA8421;
  border-radius: 6px;
  text-align: center;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  appearance: none !important;
  -webkit-appearance: none !important;
}
.fs-c-button--secondary .fs-c-button__label {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #EA8421;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-button--change.fs-c-button--primary,
.fs-c-button--confirmChange.fs-c-button--primary {
  display: inline-block;
  width: auto;
  margin-top: 0;
  padding: 5px 25px 5px 25px;
  background: #FFF;
  border: #930B0B 1px solid;
  border-radius: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  line-height: 1.4;
  color: #930B0B;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.fs-c-button--change.fs-c-button--primary .fs-c-button__label,
.fs-c-button--confirmChange.fs-c-button--primary .fs-c-button__label {
  color: inherit;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  color: #930B0B;
}
.fs-c-button--standard {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  display: inline-block;
  border: none;
  padding: 0 22px 0 22px;
  background: #fff;
  border-radius: 17px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.fs-c-button--standard .fs-c-button__label {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  display: inline-block;
  position: relative;
  padding: 8px 0 5px 22px;
  font-weight: bold;
  vertical-align: middle;
}
.fs-c-button--standard .fs-c-button__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.fs-c-buttonContainer--changeSmall {
  text-align: center;
}
.fs-c-button--change--small.fs-c-button--standard {
  padding: 0 33px;
  background: #FFF;
  border: #930B0B 1px solid;
}
.fs-c-button--change--small.fs-c-button--standard .fs-c-button__label {
  padding: 5px 0 3px 0;
  color: #930B0B;
}
.fs-c-button--change--small.fs-c-button--standard .fs-c-button__label::before {
  content: none;
}

.fs-c-button--cancel {
  background: #999;
  color: #FFF;
  padding: 0 15px;
}
.fs-c-button--cancel .fs-c-button__label {
  padding: 8px 0 5px 0;
}
.fs-c-button--cancel .fs-c-button__label::before {
  display: none !important;
}

/* link */
.fs-c-textLink {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fs-c-textLink::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 16px;
  height: 16px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
}
.link-type-back .fs-c-button__label {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
/* list */
.fs-c-orderedList {
  margin-left: 0;
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.fs-c-orderedList li {
  margin-top: 10px;
  padding: 0 0 0 5px;
  line-height: 1.6;
}
/* table */
.fs-c-commissionTable {
  border-bottom: 1px solid #DDDCD0;
}
.fs-c-commissionTable th,
.fs-c-commissionTable td {
  padding: 18px 15px;
  background: #F2F1EE;
  border: 1px solid #DDDCD0;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
}
.fs-c-commissionTable th {
  border-bottom: 0;
}
.fs-c-commissionTable td {
  border-bottom: 0;
  background: #fff;
}
.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-style: solid;
  border-top-width: 2px;
  border-color: #DDDCD8;
  font-size: initial;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-price,
.fs-c-price__price {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal>td .fs-c-price__currencyMark,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal>td .fs-c-price__value {
  font-size: 1.9rem;
}
/* form */
.fs-c-inputInformation__message {
  margin: 0 auto 30px auto;
}
.fs-c-dropdown select,
.fs-c-inputField select,
.fs-c-inputField input[type=password],
.fs-c-inputField input[type=tel],
.fs-c-inputField input[type=text] {
  padding: 10px 10px;
  line-height: 1;
  border: 1px solid #DDDCD8;
  background-color: #FFF;
  border-radius: 6px;
  font-size: 1.6rem;
}
@media(min-width: 768px) {
  .fs-c-dropdown select,
  .fs-c-inputField select,
  .fs-c-inputField input[type=password],
  .fs-c-inputField input[type=tel],
  .fs-c-inputField input[type=text] {
    font-size: 1.4rem;
  }
}
.fs-c-inputField input[type=password],
.fs-c-inputField input[type=tel],
.fs-c-inputField input[type=text] {
  width: 100%;
}
.fs-c-checkbox__checkbox+label>.fs-c-checkbox__checkMark,
.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
  width: 20px;
  min-width: initial;
  height: 20px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px solid #DDDCD8;
  border-radius: 6px;
}
.fs-c-radio__radioMark {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #DDDCD8;
}
.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark {
  border-color: #930B0B;
}
.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
  background: #930B0B;
  width: 14px;
  height: 14px;
}
.fs-c-dropdown select,
.fs-c-quantity__select {
  width: auto;
  min-height: 44px;
  padding: 10px 24px 10px 20px;
  border: 1px solid #DDDCD8;
  border-radius: 6px;
  color: #46331C;
  font-size: 1.4rem;
  background: #FFF url(https://www.kabankobo.com/img/common/icon-select-arrow.svg) no-repeat;
  background-size: 10px 7px;
  background-position: right 10px top calc(50% - 1px);
}
.fs-c-dropdown::after {
  display: none;
}
.fs-c-inputField .fs-c-dropdown::after {
  border: 0;
}
.fs-c-inputField .fs-c-dropdown .fs-c-dropdown__menu {
  padding: 4px 4em 4px 8px;
}
.fs-c-dropdownGroup>.fs-c-dropdown+* {
  display: grid;
  place-content: center;
  margin-left: 16px;
}
.fs-c-checkbox__labelText {
  width: calc(100% - 30px);
}
.fs-c-checkbox__labelText a {
  display: inline-block;
  margin-top: 0;
  text-decoration: underline;
}
.fs-c-checkbox__checkMark {
  border: 1px solid #DDDCD8;
  border-radius: 6px;
}
.fs-c-checkbox__checkMark::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #930B0B;
  border-right: 2px solid #930B0B;
  transform: translateY(-50%) rotate(45deg);
}
.fs-c-inputGroup {
  min-height: 44px;
  border-radius: 6px;
  border: 1px solid #DDDCD8;
}
.fs-c-inputGroup>input[type=password] {
  min-height: 44px;
  border-radius: 6px 0 0 6px;
}
.fs-c-button--displayPassword {
  width: 30px;
  background: url('https://www.kabankobo.com/img/common/icon-show.svg') no-repeat center;
  background-size: 22px;
  border-left: 0;
  border: none;
}
.fs-c-button--hidePassword {
  width: 30px;
  background: url('https://www.kabankobo.com/img/common/icon-hide.svg') no-repeat center;
  background-size: 22px;
  border: none;
}
.fs-c-inputTable {
  width: 100%;
}
.fs-c-inputTable tr {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-inputTable .fs-c-inputTable__headerCell {
  flex: 0 0 100%;
  padding: 0 0 10px 0;
  text-align: left;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-inputTable .fs-c-inputTable__dataCell {
  flex: 0 0 100%;
  padding: 0 0 0 0;
}
.fs-c-inputTable tr:not(:nth-child(1)) .fs-c-inputTable__headerCell {
  padding: 30px 0 10px 0;
}
.fs-c-inputTable .fs-c-inputTable__headerCell .fs-c-inputTable__label {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
}
.fs-c-requiredMark {
  position: relative;
  width: 2em;
  height: 1.3em;
  top: 3px;
}
.fs-c-requiredMark::before {
  content: "必須";
  background: #FFF;
  border: #930B0B 1px solid;
  border-radius: 4px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: center;
  color: #930B0B;
}
.fs-c-assist,
.fs-c-assist.is-error {
  margin-top: 5px;
  padding: 5px 0;
  background: none;
}
.fs-c-assist .fs-c-assist__message {
  font-weight: bold;
  font-size: 1.4rem;
}
.fs-c-assist.is-error .fs-c-assist__message {
  color: #930B0B;
}
.fs-c-assist.is-error .fs-c-assist__message::before {
  content: none;
}
.fs-c-creditCardIcons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.fs-c-creditCardIcons>li {
  margin: 0 5px;
}
.fs-c-buttonContainer--inputCreditCardData {
  width: 100%;
  text-align: center;
}
.fs-c-inputField__explanation {
  margin-top: 20px;
}
.fs-c-radio__radioLabelText {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
@media(min-width: 768px) {
  .fs-c-inputTable .fs-c-inputTable__headerCell .fs-c-inputTable__label {
    font-size: 1.5rem;
  }
}
/* fs-c-agreementField */
.fs-c-agreementConfirmationArea {
  margin-top: 40px;
}
.fs-c-agreementConfirmation {
  padding: 0 15px 15px;
  background: #fff;
  border: 1px solid #DDDCD8;
  border-radius: 6px;
}
.fs-c-agreementConfirmation:not(:nth-child(1)) {
  margin-top: 15px;
}
.fs-c-agreementConfirmation__message {
  padding: 15px 0;
  border-bottom: 1px solid #DDDCD8;
  font-weight: bold;
  font-size: 1.4rem;
}
.fs-c-agreementConfirmation__checkbox {
  margin: 15px 0 0 0;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label {
  align-items: flex-start;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label a {
  display: inline-block;
  position: relative;
  margin-top: 15px;
  padding: 0 0 0 18px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fs-c-agreementConfirmation__checkbox .fs-c-checkbox__label a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 16px;
  height: 16px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
}
.fs-c-agreementConfirmation__addon {
  margin: 30px 0 0 0;
}
.fs-c-agreementConfirmation__addon__message {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
/* fs-c-privacyPolicyAgreeField */
.fs-c-privacyPolicyAgreeField {
  margin-top: 10px;
}
/* container */
.fs-c-buttonContainer {
  margin-top: 20px;
  text-align: center;
}
.fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
  margin-top: 50px;
}
.fs-l-checkout__sideColumn {
  margin: 10px -5px 0 -5px;
}
.fs-l-checkout__sideColumn .fs-c-checkout-preview {
  padding: 10px 10px 15px 10px;
  background: #fff;
}
/* fs-c-breadcrumb */
.fs-c-breadcrumb {
  background-color: var(--color-beige2);
  border-bottom: #FFF 1px solid;
}
.fs-c-breadcrumb__list {
  padding: 10px 15px;
  white-space: nowrap;
  overflow-x: auto;
}
.fs-c-breadcrumb__list::-webkit-scrollbar {
  height: 5px;
}
.fs-c-breadcrumb__list::-webkit-scrollbar-track {
  background: #F2EFE6;
}
.fs-c-breadcrumb__list::-webkit-scrollbar-thumb {
  background: #DDD7CF;
}
.fs-c-breadcrumb__list>li {
  position: relative;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 1.0rem;
  line-height: 1.2;
  vertical-align: middle;
}
.fs-c-breadcrumb__list>li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #46331C;
  border-right: 1px solid #46331C;
  transform: translateY(-50%) rotate(45deg);
}
.fs-c-breadcrumb__list>li:last-child a {
  pointer-events: none;
}
.fs-c-breadcrumb__list>li:last-child::after {
  content: none;
}
.fs-c-breadcrumb__listItem+.fs-c-breadcrumb__listItem::before {
  content: none;
}
.fs-c-breadcrumb__listItem a {
  display: inline-block;
}
@media(max-width: 768px) {
  .page-simple .l-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}
@media(min-width: 768px) {
  .fs-c-panelContainer {
    flex-basis: 1200px;
    width: auto;
    min-width: initial;
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  .l-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -60px;
  }
  .l-column .l-column__main {
    flex: 0 0 calc(50% - 20px);
  }
  .l-column .l-column__side {
    flex: 0 0 calc(50% - 20px);
  }
  .fs-l-checkout__sideColumn {
    flex: 0 0 28.5%;
    margin: 0;
  }
  .fs-l-checkout__sideColumn .fs-c-checkout-preview {
    padding: 30px 20px;
    position: sticky;
    top: 100px;
  }
  /* title */
  .hdg-ver04 {
    margin-top: 90px;
  }
  .fs-c-subSection__title {
    margin: 90px 0 30px 0;
    padding: 0 0 20px 0;
  }
  /* botton */
  .fs-c-button--primary,
  .fs-c-button--standard {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.5s;
  }
  .fs-c-buttonContainer--back .fs-c-button--primary,
  .fs-c-buttonContainer--back .fs-c-button--standard {
    width: auto;
  }
  .fs-l-checkout__sideColumn .fs-c-button--primary,
  .fs-l-checkout__sideColumn .fs-c-button--standard {
    width: 100%;
  }
  .fs-c-button--primary:hover,
  .fs-c-button--standard:hover {
    opacity: 0.7;
  }
  .fs-c-buttonContainer.fs-c-buttonContainer--changeSmall {
    min-width: initial;
    max-width: initial;
    text-align: center;
  }
  .fs-c-button--change--small.fs-c-button--standard {
    width: auto;
  }
  /* link */
  .fs-c-textLink:hover {
    text-decoration: underline;
  }
  /* table */
  .fs-c-inputInformation__field--display .fs-c-inputTable {
    border-bottom: 1px solid #DDDCD0;
    border-collapse: collapse;
  }
  .fs-c-inputInformation__field--display .fs-c-inputTable tr {
    display: table-row;
  }
  .fs-c-inputInformation__field--display .fs-c-inputTable .fs-c-inputTable__dataCell,
  .fs-c-inputInformation__field--display .fs-c-inputTable .fs-c-inputTable__headerCell {
    display: table-cell;
    background: #F2F1EE;
    border: 1px solid #DDDCD0;
    font-size: 1.4rem;
      line-height: 1.6;
    font-weight: normal;
  }
  .fs-c-inputInformation__field--display .fs-c-inputTable .fs-c-inputTable__headerCell {
    width: 30%;
    padding: 18px 15px;
    border-bottom: 0;
    text-align: left;
  }
  .fs-c-inputInformation__field--display .fs-c-inputTable .fs-c-inputTable__dataCell {
    padding: 18px 15px;
    border-bottom: 0;
    background: #fff;
  }
  .fs-c-inputInformation__field--display .fs-c-inputTable tr:not(:nth-child(1)) .fs-c-inputTable__headerCell {
    padding: 18px 15px;
  }
  /* form */
  .fs-c-inputInformation__message {
    max-width: 760px;
    margin: 0 auto 30px auto;
  }
  .fs-c-buttonContainer,
  .fs-c-inputInformation__field {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }
  .fs-body-my-account-settings-edit .fs-c-inputInformation__message,
  .fs-body-my-account-settings-edit .fs-c-inputInformation__field {
  }
  .inputInformation__field
  .fs-c-modal--medium .fs-c-buttonContainer,
  .fs-c-modal--medium .fs-c-inputInformation__field,
  .fs-l-checkout__sideColumn .fs-c-buttonContainer,
  .fs-l-checkout__sideColumn .fs-c-inputInformation__field {
    min-width: 100%;
  }
  .fs-c-buttonContainer #fs_registerAndContinue {
    justify-content: center;
  }
  .fs-c-creditCardIcons {
    justify-content: flex-start;
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
    min-width: initial;
    margin-left: 0;
    text-align: left;
  }
  .fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData .fs-c-button--inputCreditCardData {
    width: auto;
  }
  /* fs-c-breadcrumb */
  .fs-c-breadcrumb__list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
/* pc */
@media only screen and (min-width:768px) and (max-width:980px) {
  .fs-c-breadcrumb__list {
    padding: 10px 15px;
  }
}
/* tb */
/* -----------------------------------------------
 [ fs cart ]
-------------------------------------------------- */
/* fs-l-cart__contentsArea カートコンテンツ
-------------------------------------------------- */
.fs-l-cart__contentsArea {
  margin-top: 50px;
}
.fs-l-cart__mainColumn {
  border-top: 1px solid #DDDCD8;
}
.fs-c-listedProductName a {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fs-c-listedProductName a {
  text-decoration: underline;
}
.fs-c-listedProductName__variation,
.fs-c-listedProductName__selection {
  margin-top: 10px;
  font-size: 1.2rem;
}
.fs-c-cartTable__unitPrice {
  margin-top: 10px;
}
.fs-c-listedOptionPrice .fs-c-listedOptionPrice__option,
.fs-c-listedOptionPrice .fs-c-listedOptionPrice__price,
.fs-c-listedOptionPrice .fs-c-listedOptionPrice__price .fs-c-price__currencyMark,
.fs-c-listedOptionPrice .fs-c-listedOptionPrice__price .fs-c-price__value,
.fs-c-listedOptionPrice .fs-c-listedOptionPrice__price .fs-c-price__addon {
  font-weight: normal;
  font-size: 1.2rem;
}
.fs-c-checkout-destination__destination {
  display: block;
}
.fs-c-price .fs-c-price__currencyMark,
.fs-c-price .fs-c-price__value {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
}
.fs-c-productPrice__addon {
  margin-left: 5px;
}
.fs-c-productPrice__addon .fs-c-productPrice__addon__label {
  font-size: 1.2rem;
}
.fs-c-cartTable__quantity {
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  font-size: 1.0rem;
}
.fs-c-cartTable__dataCell--subtotal .fs-c-price .fs-c-price__currencyMark,
.fs-c-cartTable__dataCell--subtotal .fs-c-price .fs-c-price__value {
  font-size: 1.4rem;
}
.fs-c-cartTable__row .fs-c-cartTable__actionButton__container {
  width: 100%;
}
.fs-c-cartTable__row .fs-c-button--plain {
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #DDDCD8;
  border-radius: 6px;
  appearance: none;
  white-space: nowrap;
}
.fs-c-cartTable__row .fs-c-button--plain .fs-c-button__label {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.0rem;
  word-break: keep-all;
}
.fs-c-button--cancel--cart {
  margin-bottom: 10px;
  color: #930B0B;
}
.fs-c-cartTable__productName__name {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-cartTable__headerCell {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
@media (max-width: 768px) {
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    border: 0;
  }
  .fs-c-cartTable__row {
    display: grid;
    grid-template-columns: 90px 1fr;
    border-bottom: 1px solid #DDDCD8;
  }
  .fs-c-cartTable__row .fs-c-cartTable__dataCell--product {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-top: 30px;
  }
  .fs-c-cartTable__row .fs-c-cartTable__product {
    justify-content: space-between;
  }
  .fs-c-cartTable__row .fs-c-cartTable__product .fs-c-cartTable__productImage {
    flex: 0 0 90px;
    padding-right: 0;
  }
  .fs-c-cartTable__row .fs-c-cartTable__product .fs-c-cartTable__productInfo {
    flex: 0 0 calc(100% - 105px);
  }
  .fs-c-cartTable__row .fs-c-cartTable__dataCell--quantity {
    grid-column: 2 / 3;
    grid-row: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .fs-c-cartTable__row .fs-c-cartTable__dataCell--subtotal {
    grid-column: 1/3;
    grid-row: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .fs-c-cartTable__row .fs-c-cartTable__dataCell--action {
    grid-column: 1/2;
    grid-row: 2;
  }
  .fs-c-cartTable__row .fs-c-cartTable__actionButton {
    flex-wrap: wrap;
  }
}
@media(min-width: 768px) {
  /*
  .fs-c-cartTable {
    border-bottom: 1px solid #DDDCD8;
  }
  */
  .fs-c-cartTable__headerCell {
    padding-bottom: 20px;
    font-size: 1.4rem;
      text-align: left;
  }
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    border: 0;
  }
  .fs-c-cartTable__dataCell {
    padding: 20px 12px 35px 12px;
    border-bottom: 1px solid #DDDCD8;
    vertical-align: middle;
  }
  .fs-l-cart__contentsArea {
    display: flex;
    justify-content: center;
  }
  .fs-l-cart__mainColumn {
    flex: 0 0 69%;
    border-top: 0;
    margin-right: 20px;
  }
  .fs-l-cart__mainColumn thead th {
    border-bottom: 1px solid #DDDCD8;
  }
  .fs-c-listedProductName a,
  .fs-c-cartTable__row .fs-c-button--plain {
    transition: all 0.5s;
  }
  .fs-c-listedProductName a:hover {
    text-decoration: none;
  }
  .fs-c-cartTable__row .fs-c-button--plain:hover {
    opacity: 0.7;
  }
}
/* pc */
@media only screen and (min-width:768px) and (max-width:980px) {
  .fs-c-cartTable__headerCell,
  .fs-c-cartTable__dataCell {
    border: 0;
  }
}
/* tb */
/* fs-c-cartDiscountInfo 送料無料など
-------------------------------------------------- */
.fs-c-cartDiscountInfo {
  margin-top: 45px;
}
.fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__info span {
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.6rem;
  color: #930B0B;
}
.fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note {
  margin-top: 10px;
}
.fs-c-cartDiscountInfo .fs-c-cartDiscountInfo__note>li {
  font-size: 1.2rem;
}
@media(min-width: 768px) {
  .fs-c-cartDiscountInfo {
    margin-top: 50px;
    padding-top: 65px;
  }
  .fs-c-cartPayment__button .fs-c-button--loginAndPurchase {
    width: 100%;
  }
}
/* pc */
/* fs-l-cart__sideColumn カートコンテンツ（サイド）
-------------------------------------------------- */
#fs-checkout-payHere-container {
  margin-top: 35px;
}
.fs-l-cart__sideColumn {
  background: #fff;
  margin: 40px -15px 0 -15px;
  padding: 20px 15px;
}
.fs-c-orderTotalTable {
  width: 100%;
  margin-top: -20px;
}
.fs-c-orderTotalTable tbody>tr>th,
.fs-c-orderTotalTable tbody>tr>td {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #DDDCD8;
}
.fs-c-orderTotalTable tbody>tr>td {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-orderTotalTable tbody>tr>th {
  font-weight: normal;
  text-align: left;
}
.fs-c-cartPayment__button .fs-c-button--purchaseHere {
  background: #fff;
  border: 2px solid #EA8421;
}
.fs-c-cartPayment__button .fs-c-button--purchaseHere .fs-c-button__label {
  color: #EA8421;
}
.fs-c-orderTotalTable .fs-c-price .fs-c-price__currencyMark,
.fs-c-orderTotalTable .fs-c-price .fs-c-price__value {
  font-size: 1.6rem;
}
@media(min-width: 768px) {
  #fs-checkout-payHere-container {
    margin-top: 15px;
  }
  .fs-l-cart__sideColumn {
    margin: 0;
    flex: 0 0 28.5%;
  }
  .fs-l-cart__sideColumn .fs-c-cartPayment__button,
  .fs-l-cart__sideColumn .fs-c-cartPayment__button .fs-c-button--purchaseHere {
    min-width: initial;
    width: 100%;
  }
}
/* pc */
/* fs-checkout-amazon-container amazonボタン
-------------------------------------------------- */
#fs-checkout-amazon-container {
  margin-top: 50px;
}
@media(min-width: 768px) {
  .fs-c-payWithAmazon__message {
    font-size: 1.2rem;
  }
}
/* fs-c-continueShopping ショッピングを続ける
-------------------------------------------------- */
.fs-c-continueShopping {
  margin-top: 50px;
  text-align: center;
}
.fs-c-continueShopping .fs-c-button--continueShopping span::before {
  transform: translateY(-50%) rotate(180deg);
}
@media(min-width: 768px) {
  .fs-c-continueShopping {
    width: 28.5%;
    margin-left: 71.5%;
  }
  .fs-c-continueShopping .fs-c-button--continueShopping {
    width: 100%;
    text-align: center;
  }
}
/* pc */
/* fs-c-fsLogin ログイン
-------------------------------------------------- */
.fs-c-inputInformation__link {
  margin-top: 40px;
  text-align: center;
}
@media(min-width: 768px) {
  .fs-c-fsLogin {
    max-width: 475px;
    margin: 0 auto;
  }
  .fs-c-buttonContainer--login {
    text-align: center;
  }
  .fs-c-buttonContainer--login .fs-c-button--login {
    margin-left: auto;
    margin-right: auto;
  }
}
/* pc */
/* fs-c-otherServiceLogin 他社サービスログイン
-------------------------------------------------- */
.fs-c-otherServiceLogin .fs-c-anotherLogin__button {
  margin: 40px auto 0 auto;
  text-align: center;
}
@media(min-width: 768px) {
  .fs-c-otherServiceLogin .fs-c-anotherLogin__message {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .fs-c-otherServiceLogin .fs-c-anotherLogin__button {
    max-width: 475px;
    margin: 40px auto 0 auto;
    text-align: center;
  }
}
/* pc */
/* fs-c-guestPurchase ログインせずボタン
-------------------------------------------------- */
.fs-c-guestPurchase {
  margin-top: 80px;
}
.fs-c-button--guestPurchase {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 18px 5px;
  background: #fff;
  border: 2px solid #EA8421;
  border-radius: 6px;
  text-align: center;
}
.fs-c-button--guestPurchase .fs-c-button__label {
  display: block;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.6rem;
  color: #EA8421;
}
@media(min-width: 768px) {
  .fs-c-button--guestPurchase {
    width: 350px;
    margin: 40px auto 0;
  }
  .fs-c-button--guestPurchase {
    width: 350px;
    margin-top: 40px;
    transition: all 0.5s;
  }
  .fs-c-button--guestPurchase:hover {
    opacity: 0.7;
  }
}
/* pc */
/* fs-l-checkout__mainColumn ご注文手続き
-------------------------------------------------- */
.fs-l-checkout__mainColumn {
  margin: 0 -5px;
  padding: 10px 10px 15px 10px;
  background: #fff;
}
.fs-l-checkout__mainColumn>div:not(:nth-child(1)) {
  margin-top: 70px;
}
.fs-c-checkout-preview__title {
  position: relative;
  margin: 0 0 30px 0;
  padding: 20px 0 25px 0;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  line-height: 1.6;
  font-weight: bold;
}
.fs-c-checkout-preview__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDCD8;
}
.fs-c-checkout-destination__list>li,
.fs-c-checkout-customerInfo>li {
  margin-top: 10px;
}
.fs-c-checkout-destination__name {
}
.fs-c-checkout-destination__list .fs-c-checkout-destination__name .fs-c-checkout-destination__name__home,
.fs-c-checkout-destination__list .fs-c-checkout-destination__name rb,
.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name rb {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
}
.fs-c-checkout-destination__list .fs-c-checkout-destination__name rt,
.fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name rt {
  font-size: 1.0rem;
}
.fs-c-checkout-destination__control {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fs-c-checkout-destination__control .fs-c-checkout-destination__button {
  flex: 0 0 100%;
  margin-top: 20px;
  text-align: center;
}
.fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod {
  margin-top: 10px;
  padding: 10px;
}
.fs-c-checkout-paymentMethod__title {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  padding-top: 10px;
}
.fs-c-checkout-paymentMethod.is-active {
  border-radius: 6px;
  background: #F5F4F0;
}
.fs-c-checkout-paymentMethod__body {
  padding: 0 10px 15px 40px;
}
.fs-c-checkout-confirmationList {
  margin-top: 20px;
}
.fs-c-checkout-confirmationList>dt::after {
  height: auto;
}
.fs-c-checkout-confirmationList .fs-c-checkout-confirmationList__value {
  font-size: 1.4rem;
}
.fs-c-checkout-paymentMethodInfo {
  margin-top: 20px;
  align-items: center;
}
.fs-c-checkout-destination__control .fs-c-checkout-destination__button .fs-c-button--chooseDestination {
  border: none;
}
.fs-c-checkout-paymentMethod__option__body {
  margin-top: 20px;
}
.l-wrapper,
.l-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media(min-width: 768px) {
  .fs-body-checkout-amazon .l-wrapper,
  .fs-body-checkout .l-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fs-body-checkout-amazon .l-wrapper .fs-l-checkout__mainColumn,
  .fs-body-checkout .l-wrapper .fs-l-checkout__mainColumn {
    flex: 0 0 69%;
    padding: 30px;
    box-sizing: border-box;
  }
  .fs-c-checkout-destination__control .fs-c-checkout-destination__button {
    max-width: initial;
    margin-right: 0;
  }
  .fs-c-checkout-destination__list .fs-c-checkout-destination__name rb,
  .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name rb {
    font-size: 1.8rem;
  }
  .fs-c-checkout-destination__list .fs-c-checkout-destination__name rt,
  .fs-c-checkout-customerInfo .fs-c-checkout-customerInfo__name rt {
    font-size: 1.0rem;
  }
  .fs-c-checkout-destination__control .fs-c-buttonContainer {
    min-width: initial;
    margin: 20px auto 0 auto;
  }
  .fs-c-checkout-destination__control .fs-c-checkout-destination__button .fs-c-button--chooseDestination {
    width: auto;
    padding: 0;
  }
}
/* pc */
/* fs-c-returnedSpecialContract 返品特約
-------------------------------------------------- */
.fs-c-returnedSpecialContract__link {
  margin-top: 30px;
  text-align: center;
}
.fs-c-returnedSpecialContract__link a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fs-c-returnedSpecialContract__link a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 16px;
  height: 16px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
}
/* fs-c-checkoutSuccess
-------------------------------------------------- */
.fs-c-checkoutSuccess .complete__title {
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  text-align: center;
}
.fs-c-checkoutSuccess .complete__text {
  margin-top: 10px;
  counter-reset: number 0;
}
.fs-c-checkoutSuccess .complete-flow__list>li {
  position: relative;
  margin-top: 40px;
  padding: 0 0 0 25px;
}
.fs-c-checkoutSuccess .complete-flow__list>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #46331C;
}
.fs-c-checkoutSuccess .complete-flow__list>li::after {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  text-align: center;
  color: #fff;
  z-index: 1;
}
.fs-c-checkoutSuccess .complete-flow__title {
  margin-bottom: 20px;
  line-height: 1.6;
}
.fs-c-checkoutSuccess .complete-flow-sub__title {
  font-size: 1.5rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.complete-inquiry {
  margin: 50px auto;
  padding: 30px 15px;
  background: #fff;
  text-align: center;
}
.complete-inquiry .complete-inquiry__title {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 25px;
  text-align: center;
}
.complete-inquiry .complete-inquiry__text {
  margin-top: 10px;
  margin-bottom: 25px;
}
.complete-inquiry__tel {
  margin-top: 10px;
}
.complete-inquiry__tel a {
  font-size: 2.0rem;
}
.complete-inquiry .complete-inquiry__data {
  margin-top: 30px;
}
.complete-inquiry .complete-inquiry__data li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.complete-inquiry .complete-inquiry__data span {
  display: block;
  font-weight: bold;
}
.complete-inquiry .complete-inquiry__data p::before {
  content: "：";
  position: relative;
}
.m-back__link a {
  display: inline-block;
  text-decoration: none;
}
.fs-c-checkoutSuccess p {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media(min-width: 768px) {
  .complete-inquiry {
    max-width: 660px;
    padding: 30px;
  }
  .fs-c-checkoutSuccess p {
    font-size: 1.5rem;
  }
  .complete-inquiry .complete-inquiry__title {
    font-size: 1.6rem;
  }
  .complete-inquiry .complete-inquiry__data li {
    font-size: 1.4rem;
  }
}
/* pc */
/* fs-c-memberPolicyAgreeField 会員規約・個人情報チェック
-------------------------------------------------- */
.fs-c-memberPolicyAgreeField,
.fs-c-privacyPolicyAgreeField {
  margin-top: 10px;
}
/* -----------------------------------------------
 [ fs-c-modal__contents ]
-------------------------------------------------- */
/* common
-------------------------------------------------- */
.fs-c-modal,
.fs-c-modal--small,
.fs-c-modal--medium {
  padding-bottom: 70px;
}
.fs-c-modal__inner {
  min-width: 94vw;
  background-color: #F5F4F0;
}
.fs-c-modal__header {
  position: relative;
  padding: 0 15px;
}
.fs-c-modal__contents {
  padding: 0 10px 30px;
}
.fs-c-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.fs-c-modal__close::before {
  font-size: 1.5em;
}
.fs-c-modal__header .fs-c-modal__title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DDDCD8;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.fs-c-inputInformation__button {
  text-align: center;
  margin-top: 20px;
}
.fs-c-button--cancel {
  width: auto;
  margin: 20px auto 0;
}
.fs-c-inputTable--inModal>tbody>tr {
  padding: 0;
}
.fs-c-modal__contents .fs-c-checkout-addressee {
  margin-bottom: 30px;
}
.fs-c-modal__contents .fs-c-checkout-addressee__data__name,
.fs-c-modal__contents .fs-c-checkout-addressee__data__name__home {
  font-size: 1.4rem;
}
.fs-c-modal__contents .fs-c-checkout-addressee .fs-c-button--edit {
  display: inline-block;
  padding: 5px 25px 5px 25px;
  background: #930B0B;
  border-radius: 17px;
  font-size: 1.2rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.fs-c-modal__contents .fs-c-checkout-addressee__control {
  display: flex;
  justify-content: space-between;
}
.fs-c-modal__contents .fs-c-checkout-addressee .fs-c-button--edit,
.fs-c-modal__contents .fs-c-checkout-addressee .fs-c-button--setDestination {
  margin-right: 0;
  margin-left: 0;
}
.fs-c-modal__contents .fs-c-checkout-addressee .fs-c-button--edit .fs-c-button__label {
  padding: 0;
  color: inherit;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  color: #fff;
}
.fs-c-modal__contents .fs-c-checkout-addressee .fs-c-button--edit .fs-c-button__label::before {
  content: none;
}
.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 18px 5px;
  background: #EA8421;
  border-radius: 6px;
  text-align: center;
}
.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee .fs-c-button__label {
  display: block;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
.fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee .fs-c-button__label::before {
  content: none;
}
.fs-c-modal__contents .fs-c-additionalCheckField {
  margin: 20px 0 0 0;
}
.fs-c-modal__contents .fs-c-additionalCheckField .fs-c-checkbox {
  display: inline;
  margin: 0;
}
.fs-c-checkout-deliveryMethod__option__setting {
  margin: 20px 0 0 0;
}
@media(min-width: 768px) {
  .fs-c-modal__inner {
    min-width: initial;
  }
  .fs-c-modal__header {
    padding: 0 30px;
  }
  .fs-c-modal__contents {
    padding: 0 30px 30px;
  }
  .fs-c-modal__contents .fs-c-checkout-addressee__data__name,
  .fs-c-modal__contents .fs-c-checkout-addressee__data__name__home {
    font-size: 1.8rem;
  }
  .fs-c-modal__contents .fs-c-checkout-addressee .fs-c-button--edit {
    width: auto;
    padding: 5px 30px 3px 30px;
    font-size: 1.4rem;
  }
  .fs-c-modal__contents .fs-c-checkout-addressee__control {
    text-align: left;
  }
  .fs-c-modal__contents .fs-c-checkout-addressee__control .fs-c-button--setDestination {
    width: auto;
  }
  .fs-c-modal__contents .fs-c-buttonContainer--pair .fs-c-button--addAddressee {
    width: 350px;
  }
}
/* pc */
/* fs-c-featuredProduct fs-c-wishlistProduct おすすめ商品　お気に入り
-------------------------------------------------- */
.fs-c-slick .slick-slide img {
  width: auto;
}
.fs-c-featuredProduct .fs-c-featuredProduct__title,
.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0 0 25px 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-featuredProduct .fs-c-featuredProduct__title::before,
.fs-c-wishlistProduct .fs-c-wishlistProduct__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDCD8;
}
.fs-c-productListItem__productName {
  margin-top: 15px;
  margin-bottom: 10px;
}
.fs-c-productListItem__productName a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
}
.fs-c-productListItem__productName a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
}
.fs-c-productListItem__productName a span {
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.4rem;
  line-height: 1.5;
}


.fs-c-productListItem__prices {
  margin-top: 5px;
}
.fs-c-productListItem__prices .fs-c-productPrice__main__label,
.fs-c-productListItem__prices .fs-c-productPrice__main__price,
.fs-c-productListItem__prices .fs-c-price__value,
.fs-c-productListItem__prices .fs-c-productPrice__addon__label {
  display: inline;
  font-weight: normal;
  font-size: 1.4rem;
  white-space: nowrap;
}
.fs-c-productListItem__prices .fs-c-productPrice__addon__label {
  font-size: 1.2rem;
}
.fs-c-productListItem__control {
  min-width: initial;
  text-align: right;
}
.fs-c-productMark {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productMark {
  margin-top: 20px;
}
.fs-c-productMark .fs-c-productMark__item {
  flex: 0 0 33.3333%;
  padding: 0 1px 1px;
}
.fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark--image {
  margin: 0;
}
.fs-c-productListItem .fs-c-button--image {
  display: grid;
  place-content: center;
  background: none;
  border: none;
}
.fs-c-productListItem .fs-c-button--image img {
  width: 26px;
  height: 26px;
  object-fit: cover;
}
.fs-c-productStock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 59px;
  height: 59px;
  left: 0;
  top: 0;
  padding-top: 3px;
  background: #fff;
  border-radius: 50%;
  font-size: 1.0rem;
  color: #930B0B;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  transform: scale(0.9) !important;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
.fs-c-wishlistProduct__footer {
  margin-top: 20px;
  text-align: center;
}
.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink {
  display: inline-block;
  padding: 0 13px 0 8px;
  background: #fff;
  border-radius: 17px;
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink .fs-c-viewAllProductsLink__label {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 20px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  vertical-align: middle;
}
.fs-c-wishlistProduct__footer .fs-c-viewAllProductsLink .fs-c-viewAllProductsLink__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.fs-c-productListCarousel {
  position: relative;
}
.fs-c-productListCarousel__list {
  margin: 0 -10px;
}
.fs-c-productListCarousel__list__item {
  position: relative;
  flex-basis: 180px;
  max-width: 180px;
  min-width: 180px;
  margin: 0 4px;
}
.fs-c-productListCarousel.fs-c-slick .slick-slide {
  padding: 0 10px;
}
.fs-c-productListCarousel__ctrl {
  position: absolute;
  left: -15px;
  top: 100px;
  background: rgba(255, 255, 255, 1.0);
  border-radius: 50%;
  flex-basis: 28px;
  min-width: initial;
  width: 28px;
  height: 28px;
  z-index: 2;
}
.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
  right: -15px;
  left: auto;
}
.fs-c-productListCarousel__ctrl .fs-c-button--carousel {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.fs-c-productListCarousel__ctrl .fs-c-button--carousel--prev::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-right: -4px;
  border-top: 1px solid #930B0B;
  border-left: 1px solid #930B0B;
  transform: rotate(-45deg);
}
.fs-c-productListCarousel__ctrl .fs-c-button--carousel--next::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-top: 1px solid #930B0B;
  border-right: 1px solid #930B0B;
  transform: rotate(45deg);
}
.fs-c-productListCarousel__ctrl .fs-c-button__label {
  display: none;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: inline-block;
  margin: 2px 0 2px 0;
  padding: 0 17px 0 12px;
  background: #fff;
  border-radius: 17px;
  text-align: left;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.3rem;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail span {
  display: block;
  position: relative;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  padding: 5px 0 3px 18px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: 16px;
  transform: translateY(-50%);
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: block;
  padding: 5px 10px;
  background: #EA8421;
  border-radius: 17px;
  text-align: center;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list .fs-c-button__label {
  display: block;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
}
.fs-c-wishlistProduct .fs-c-button--image {
  border: none;
  background: none;
}
.fs-c-wishList .fs-c-productMarks,
.fs-c-wishlistProduct .fs-c-productMarks,
.fs-c-wishlistProduct .fs-c-productPrice__main__label {
  display: none;
}

@media(min-width: 768px) {
  .fs-c-productListCarousel {
    padding: 0 75px;
  }
  .fs-c-featuredProduct .fs-c-featuredProduct__title,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
    margin: 0 0 50px 0;
    padding: 0 0 35px 0;
    font-size: 22px;
    }
  .fs-c-featuredProduct .fs-c-featuredProduct__title::after,
  .fs-c-wishlistProduct .fs-c-wishlistProduct__title::after {
    display: none;
  }
  .fs-c-productListCarousel__list {
    margin: 0 -15px;
  }
  .fs-c-productListCarousel__list__item {
    flex-basis: 240px;
    max-width: 240px;
    min-width: 240px;
    margin: 0 4px;
  }
  .fs-c-productListCarousel.fs-c-slick .slick-slide {
    padding: 0 13px;
  }
  .fs-c-productListCarousel__ctrl {
    left: 25px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: 25px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
    transition: all 0.5s;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail:hover {
    opacity: 0.7;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list {
    transition: all 0.5s;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list:hover {
    opacity: 0.7;
  }
}
/* pc */
/* -----------------------------------------------
 [ fs mypage ]
-------------------------------------------------- */
/* ログイン
-------------------------------------------------- */
#fs_Login .fs-c-button--login,
#fs_WishListLogin .fs-c-button--login {
  width: auto;
  border-radius: 999px;
  padding: 5px 33px;
  background: #FFF;
  border: #930B0B 1px solid;
  margin: 20px auto 0 auto;
  color: #930B0B !important;
}
#fs_Login .fs-c-button--login .fs-c-button__label ,
#fs_WishListLogin .fs-c-button--login .fs-c-button__label {
  font-size: 1.4rem;
  color: #930B0B !important;
}
.fs-c-buttonContainer--memberRegister .fs-c-button--primary {
  display: inline-block;
  width: auto;
  border-radius: 999px;
  padding: 5px 33px;
  background: #FFF;
  border: #930B0B 1px solid;
  margin: 20px auto 0 auto;
  color: #930B0B !important;
}
.fs-c-buttonContainer--memberRegister .fs-c-button--primary .fs-c-button__label {
  font-size: 1.4rem;
  color: #930B0B !important;
}
.fs-c-linkedServiceLogin__title {
  position: relative;
  margin: 90px 0 35px 0;
  padding: 0 0 25px 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  text-align: center;
}
.fs-c-linkedServiceLogin__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDCD8;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media(min-width: 768px) {
  .fs-body-login .l-inner,
  .fs-body-wishlist-login .l-inner {
    display: flex;
    justify-content: center;
  }
  .fs-body-login .l-inner .fs-content,
  .fs-body-wishlist-login .l-inner .fs-content {
    flex: 1 0 50%;
  }
  .fs-body-login .l-inner .fs-c-newUsers,
  .fs-body-wishlist-login .l-inner .fs-c-newUsers {
    flex: 0 0 50%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
/* pc */
/* fs-c-accountService マイページトップ
-------------------------------------------------- */
.fs-c-accountService {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 20px -3px 0;
}
.fs-c-accountService .fs-c-accountService__page {
  flex: 0 0 calc(33.3333% - 7px);
  margin: 5px 3px;
  background: #F5F4F0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1), -2px -2px 2px 0 rgba(255, 255, 255, 1.0);
  border-radius: 6px;
  font-size: 1.0rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-accountService .fs-c-accountService__page a {
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
  height: 100%;
  padding: 55px 5px 10px 5px;
  box-sizing: border-box;
  background: #FFF;
  text-decoration: none;
}
.fs-c-accountService .fs-c-accountService__page--wishList a::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 38px;
  height: 38px;
  background: url(https://www.kabankobo.com/img/common/icon-like.svg) no-repeat center;
  background-size: 38px;
}
.fs-c-accountService .fs-c-accountService__page--orderHistoryList a::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 38px;
  height: 38px;
  background: url(https://www.kabankobo.com/img/common/icon-order.svg) no-repeat center;
  background-size: 38px;
}
.fs-c-accountService .fs-c-accountService__page--addressbook a::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 38px;
  height: 38px;
  background: url(https://www.kabankobo.com/img/common/icon-address.svg) no-repeat center;
  background-size: 38px;
}
.fs-c-accountService .fs-c-accountService__page--accountPassword a::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 38px;
  height: 38px;
  background: url(https://www.kabankobo.com/img/common/icon-pw.svg) no-repeat center;
  background-size: 38px;
}
.fs-c-accountService .fs-c-accountService__page--accountSettingsModify a::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 38px;
  height: 38px;
  background: url(https://www.kabankobo.com/img/common/icon-member.svg) no-repeat center;
  background-size: 38px;
}
.fs-c-accountService .fs-c-accountService__page a span {
  position: relative;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  flex: 0 0 100%;
  margin-top: 20px;
  background: none;
  box-shadow: none;
}
.fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a {
  display: inline-block;
  padding: 0 13px 0 8px;
  background: none;
  border-radius: 17px;
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
.fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a .fs-c-accountService__pageLink__label {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 20px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  vertical-align: middle;
}
.fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a .fs-c-accountService__pageLink__label::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}
.m-back__link {
  margin-top: 40px;
  text-align: center;
}
.m-back__link a,
.link-type-back {
  display: inline-block;
  padding: 5px 0 5px 20px;
  background: none;
  border-radius: 17px;
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.m-back__link a::before,
.link-type-back::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
}

@media(min-width: 768px) {
  .fs-c-accountService {
    max-width: 900px;
    margin: 60px auto;
    justify-content: center;
  }
  .fs-c-accountService .fs-c-accountService__page {
    flex: 1 0 calc(16.6666% - 7px);
    font-size: 1.4rem;
  }
  .fs-c-accountService .fs-c-accountService__page a {
    padding: 70px 15px 15px 15px;
    transition: all 0.5s;
  }
  .fs-c-accountService .fs-c-accountService__page a:hover {
    opacity: 0.7;
  }
  .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .fs-c-accountService .fs-c-accountService__page--wishList a::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 15px;
  }
  .fs-c-accountService .fs-c-accountService__page--orderHistoryList a::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 15px;
  }
  .fs-c-accountService .fs-c-accountService__page--addressbook a::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 15px;
  }
  .fs-c-accountService .fs-c-accountService__page--accountPassword a::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 15px;
  }
  .fs-c-accountService .fs-c-accountService__page--accountSettingsModify a::before {
    width: 50px;
    height: 50px;
    background-size: 50px;
    top: 15px;
  }
  .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete a:hover,
  .m-back__link a:hover,
  .link-type-back:hover {
    text-decoration: underline;
  }
}
/* pc */
/* fs-p-announcement　会員登録
-------------------------------------------------- */
.cart-member {
  background: #fff;
  padding: 20px;
}
.cart-member p {
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.4rem;
  text-align: center;
}
.cart-member ol li {
  margin-top: 20px;
  font-size: 1.4rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  line-height: 1.5;
}
.cart-member ol li span {
  display: block;
  margin-bottom: 5px;
  color: #930B0B;
  font-size: 1.2rem;
  font-family: var(--font-a1-b);
  font-weight: bold;
}
.registration__btn {
  margin-top: 50px;
  text-align: center;
}
.registration__btn .btn-type03 {
  width: 64%;
}
@media(min-width: 768px) {
  .cart-member p {
    font-size: 1.6rem;
  }
}
/* fs-p-announcement　会員登録完了
-------------------------------------------------- */
.regist__block .regist__title {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.regist__block .regist-detail {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 10px;
  background: #fff;
  text-align: center;
}
.regist__block .regist-detail__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.regist__block .regist-detail__list>li {
  flex: 0 0 50%;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  margin-top: 20px;
  text-align: center;
}
@media(min-width: 768px) {
  .regist__block {
    text-align: center;
  }
  .regist__block .regist__title {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  .regist__block .regist-detail {
    margin-top: 60px;
    padding: 20px 10px 30px;
  }
  .regist__block .regist-detail__list {
    display: block;
  }
  .regist__block .regist-detail__list>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
  }
}
/* pc */
/* fs-c-history　注文履歴
-------------------------------------------------- */
.fs-c-history .fs-c-history__infoSummary {
  margin-top: 20px;
}
.fs-c-history .fs-c-history__total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #DDDCD8;
}
.fs-c-history .fs-c-pairList dd {
  text-align: right;
}
.fs-c-history .fs-c-pairList dd {
  text-align: right;
}
.fs-c-history .fs-c-listControl {
  margin-top: 20px;
  text-align: right;
  font-size: 1.2rem;
}
.fs-c-history .fs-c-orderHistoryItem {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #DDDCD8;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo {
  display: flex;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderInfo__info {
  flex: 0 0 33.3333%;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderSummary dt {
  text-align: right;
  letter-spacing: 0.05em
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderInfo__info dd time,
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__orderInfo .fs-c-orderHistoryItem__orderInfo__info dd span {
  font-size: 1.2rem;
  font-weight: bold;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button {
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  background: #fff;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button .fs-c-button--viewOrderHistoryDetail {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button .fs-c-button--viewOrderHistoryDetail .fs-c-button__label {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button .fs-c-button--viewOrderHistoryDetail::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
  margin-top: 20px;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product {
  display: grid;
  grid-template-columns: 40% 60%;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productImage {
  padding: 0 20px 0 0;
  grid-row-start: 1;
  grid-row-end: 5;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productName .fs-c-listedProductName__name {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-orderHistoryItem__productQuantity {
  text-align: right;
}
.fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body .fs-c-orderHistoryItem__product .fs-c-buttonContainer--addReview--detail {
  display: none;
}
.fs-c-orderDetail .fs-c-orderDetailList {
  display: flex;
  flex-wrap: wrap;
}
.fs-c-orderDetail .fs-c-orderDetailList dt,
.fs-c-orderDetail .fs-c-orderDetailList dd {
  flex: 0 0 50%;
}
.fs-c-orderDetail__addresseeInfo .fs-c-heading--section {
  margin: 90px 0 30px 0;
  font-size: 2.0rem;
  line-height: 1.4;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  text-align: center;
}
.fs-c-orderDetail__addresseeInfo .fs-c-heading--subsection {
  position: relative;
  margin: 90px 0 30px 0;
  padding: 0 0 25px 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.fs-c-orderDetail__addresseeInfo .fs-c-heading--subsection span {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-orderDetail__addresseeInfo .fs-c-heading--subsection .fs-c-orderPerAddressee__headingHomeLabel {
  margin-left: 10px;
}
.fs-c-orderDetail__addresseeInfo .fs-c-heading--subsection::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDCD8;
}
.fs-c-orderDetail__addresseeInfo .fs-c-heading--subsection::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #930B0B;
}
.fs-c-orderPerAddressee__addressee dt {
  margin-top: 10px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-orderDetail__orderInfo .fs-c-orderDetailInfo__heading {
  margin: 30px 0 10px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  text-align: center;
}
.fs-c-deliveryInfoList {
  margin-top: 30px;
  border: 0;
}
.fs-c-deliveryInfoList dt {
  background: #F2F0EA;
  border: 1px solid #DDDCD8;
}
.fs-c-deliveryInfoList dd {
  background: #fff;
  border: 1px solid #DDDCD8;
  border-left: 0;
}
.fs-c-orderPaymentTable {
  margin-top: 30px;
}
.fs-c-orderPaymentTable th {
  border: 1px solid #DDDCD8;
  background: #F2F0EA;
}
.fs-c-orderPaymentTable td {
  border: 1px solid #DDDCD8;
  background: #fff;
}
@media(min-width: 768px) {
  .fs-c-history {
    display: flex;
    justify-content: space-between;
  }
  .fs-c-history .fs-c-history__info {
    flex: 0 0 30%;
  }
  .fs-c-history .fs-c-history__listContainer {
    flex: 0 0 65%;
  }
  .fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button {
    max-width: initial;
  }
  .fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button .fs-c-button--viewOrderHistoryDetail {
    padding: 0 0 0 20px;
    font-size: 1.4rem;
    transition: all 0.5s;
  }
  .fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button .fs-c-button--viewOrderHistoryDetail:hover {
    text-decoration: underline;
  }
  .fs-c-history .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header__button .fs-c-button--viewOrderHistoryDetail::before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
/* pc */
/* fs-c-buttonContainer--addAddressbook　お届け先リスト
-------------------------------------------------- */
.fs-c-addressBookList__addButton {
  margin-top: 0;
}
.fs-c-addressBookList__addButton .fs-c-button--addToAddressbook {
  display: inline-block;
  width: auto;
  padding: 5px 25px 5px 25px;
  background: #FFF;
  border: #930B0B 1px solid;
  border-radius: 17px;
  font-size: 1.2rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  line-height: 1.4;
  color: #930B0B;
}
.fs-c-addressBookList__addButton .fs-c-button--addToAddressbook .fs-c-button__label {
  display: inline;
  padding: 0;
  color: inherit;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  color: #930B0B;
}
.fs-c-addressBookList__addButton .fs-c-button--addToAddressbook .fs-c-button__label::before {
  content: none;
}
.fs-c-addressBookCount {
  margin-top: 30px;
  text-align: right;
}
@media(min-width: 768px) {
  .fs-c-addressBookList__addButton .fs-c-button--addToAddressbook {
    width: auto;
  }
}
/* pc */
/* fs-c-productList　お気に入りページ
-------------------------------------------------- */
.fs-body-my-wishlist .fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productListItem {
  position: relative;
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px 40px;
}
.fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage {
  display: inline-block;
  position: relative;
  padding: 0 0 0 18px;
  border: none;
  background: none;
}
.fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: cover;
}
.fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage .fs-c-button__label {
  font-weight: bold;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-size: 1.4rem;
  line-height: 1.5;
}

.fs-body-my-wishlist .fs-c-productListItem__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: inline-block;
  margin: 2px 0 2px 0;
  padding: 0 10px 0 12px;
  background: #fff;
  border-radius: 999px;
  text-align: left;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
}
.fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--viewProductDetail span {
  display: block;
  position: relative;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  padding: 5px 0 3px 20px;
}
.fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--viewProductDetail span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(https://www.kabankobo.com/img/common/ico-arrow-red.svg) no-repeat center center;
  background-size: 14px;
  transform: translateY(-50%);
}
.fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--addToCart--list {
  display: block;
  padding: 5px 10px;
  background: #EA8421;
  border: none;
  border-radius: 17px;
  text-align: center;
}
.fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--addToCart--list .fs-c-button__label {
  display: block;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}
.fs-c-wishList .fs-c-productPrice__main__label {
  display: none;
}
.fs-body-my-wishlist .fs-c-productListItem__productName a {
  padding: 0;
  text-decoration: none;
}
.fs-body-my-wishlist .fs-c-productListItem__productName a::before {
  display: none;
}
.fs-body-my-wishlist .fs-c-productPrice {
  text-align: center;
}
@media(min-width: 768px) {
  .fs-body-my-wishlist .fs-c-productList__list .fs-c-productListItem {
    flex: 0 0 calc(25% - 30px);
    margin-bottom: 40px;
  }
  .fs-body-my-wishlist .fs-c-productMark .fs-c-productMark__item {
    flex: 0 0 20%;
  }
  .fs-c-productListItem__viewMoreImageButton .fs-c-button--viewMoreImage {
    font-size: 1.4rem;
  }
  .fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--viewProductDetail {
    transition: all 0.5s;
    font-size: 1.3rem;
  }
  .fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--viewProductDetail:hover {
    opacity: 0.7;
  }
  .fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--addToCart--list {
    transition: all 0.5s;
    padding: 5px 15px;
  }
  .fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--addToCart--list:hover {
    opacity: 0.7;
  }
  .fs-body-my-wishlist .fs-c-productListItem__control .fs-c-button--addToCart--list .fs-c-button__label {
    font-size: 1.3rem;
  }
  .fs-body-my-wishlist .fs-c-productListItem__productName a:hover {
    text-decoration: underline;
  }
}
/* pc */
/* fs-c-addressBookList__list お届け先リスト
-------------------------------------------------- */
.fs-c-addressBookList__list {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #DDDCD8;
}
.fs-c-addressBookList__list.fs-c-listTable>tbody>tr {
  background: none;
  margin: 0;
}
.fs-c-addressBookList__list.fs-c-listTable>tbody>tr td {
  padding: 10px;
}
.fs-c-addressBookList__list.fs-c-listTable>tbody>tr td:first-child {
  border-top: 1px solid #DDDCD8;
  padding-top: 25px;
}
.fs-c-addressBookList__list rb {
  font-size: 1.6rem;
}
.fs-c-addressBookList__list .fs-c-address {
  line-height: 1.5;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px 0;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation {
  display: inline-block;
  width: auto;
  margin-top: 0;
  padding: 5px 25px 5px 25px;
  background: #FFF;
  border: #930B0B 1px solid;
  border-radius: 17px;
  font-size: 1.2rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  line-height: 1.4;
  color: #930B0B;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation .fs-c-button__label {
  color: inherit;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  color: #930B0B;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--delete {
  display: inline-block;
  padding: 5px 25px 5px 25px;
  margin: 0 0 0 15px;
  background: #ADADAD;
  border: #ADADAD 1px solid;
  border-radius: 17px;
  font-size: 1.4rem;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--delete .fs-c-button__label {
  padding: 0;
  color: inherit;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  color: #fff;
}
.fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--delete .fs-c-button__label::before {
  content: none;
}
@media(min-width: 768px) {
  .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange {
    max-width: initial;
    justify-content: center;
    margin: 0;
  }
  .fs-c-addressBookList__addButton .fs-c-button--addToAddressbook {
    padding: 5px 30px 3px 30px;
    font-size: 1.4rem;
  }
  .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--changeInfomation,
  .fs-c-addressBookList__list .fs-c-buttonContainer--deleteChange .fs-c-button--delete {
    width: auto;
    padding: 5px 30px 3px 30px;
    font-size: 1.4rem;
  }
  .fs-c-addressBookList__list.fs-c-listTable>tbody>tr td {
    padding: 25px 10px;
    border-top: 1px solid #DDDCD8;
  }
  .fs-c-addressBookList__list.fs-c-listTable>tbody>tr td:first-child {
     padding: 25px 10px;
  }
  .fs-c-addressBookList__list.fs-c-listTable>tbody>tr:first-child td {
  }
  .fs-c-addressBookList__list .fs-c-address {
    margin-top: 0;
  }
}
/* pc */
/* coupon */
.fs-c-checkout-couponInfo .fs-c-button--useCoupon {
  width: auto;
  display: inline;
  padding: 0;
}
.fs-c-checkout-couponList {
  margin-top: 10px;
}
.fs-c-checkout-couponList__description {
  margin-bottom: 15px;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__description span {
  font-size: 1.4rem;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__description span .fs-c-price span {
  font-size: 1.4rem;
  font-weight: normal;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__control .fs-c-checkout-couponStatus {
  border: 0;
  font-size: 1.0rem;
  border-radius: 6px;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  color: #fff;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__control .fs-c-checkout-couponStatus.is-active {
  background: #399300;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__control .fs-c-checkout-couponStatus.is-inactive {
  background: #930b0b;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__control .fs-c-checkout-couponStatus.is-disabled {
  background: #a3a3a3;
}
.fs-c-checkout-couponList .fs-c-checkout-couponList__control .fs-c-checkout-couponStatus::after {
  content: none;
}

.fs-c-checkout-delivery__method__title {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-c-checkout-deliveryMethod__option__title {
  margin: 30px 0 10px 0;
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
  font-weight: bold;
}
.fs-c-checkout-delivery__method__deliveryDateTime {
  margin-top: 20px;
}
.fs-c-textarea {
  padding: 15px;
  border: 1px solid #dad7d3;
}
#fs_couponCode {
  padding: 10px;
}


.m-result-movie {
  margin: 50px auto 0;
  text-align: center;
  max-width: 550px;
}
.m-result-movie a span {
  display: inline-block;
  margin-top: 10px;
  color: #46331C;
}
@media(min-width: 768px){
  .movie__block {
    max-width: 1000px;
  }
  .movie__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 15px;
  }
} /* pc */


[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: #930B0B 1px solid !important;
  background-color: #FFF !important;
}
.is-disabled {
  opacity: 0.5;
}
.ja--marugo-b {
  font-family: var(--font-gothic-m);
  letter-spacing: var(--ls-gothic-m);
}
.fs-c-productListItem__salesPeriodNotice,
.fs-c-productListItem__salesPeriod {
  font-size: 1.2rem;
}
.fs-c-productListItem__salesPeriodNotice {
  margin-top: 10px;
}
@media(min-width: 768px){
  .fs-c-salesPeriod__date {
    display: flex;
    gap: 10px;
  }
}

.fs-body-newsletter-subscribe .fs-c-privacyPolicyAgreeField {
  margin: 40px auto;
  text-align: center;
}