/*#########################################################
共楽堂　FS・カート系ページ専用CSS
cart.css
#########################################################*/
/*---------------------------------------------------------------------------
device 768px以上
---------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
 .base_wrap .fs-l-pageMain {
  /* リニューアル前のサイズ */
  width: 960px;
  margin: 0 auto;
 }
 .body_cart .fs-l-pageMain * {
  box-sizing: border-box;
  box-shadow: none;
 }
 .fs-c-listedProductName__variation,
 .fs-c-listedProductName__selection {
  font-size: 12px;
 }
 .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  font-size: 12px;
 }
 /*グリッド解除*/
 .body_cart .fs-l-cart__contentsArea {
  display: block;
 }
 /*フレックス解除*/
 .fs-c-cartTable__actionButton {
  display: block;
 }
 /*フレックス解除　インラインブロックにする*/
 .body_cart .fs-c-price {
  display: inline-block !important;
  font-size: 0;
 }
 /*ページタイトル*/
 .body_cart .fs-l-pageMain .fs-c-heading {
  margin-bottom: 28px;
 }
 .fs-l-main .red,
 .fs-c-requiredMark,
 #__fs_modal_buyer .red {
  color: #bc2426;
 }
 /*ボタンのデフォルトデザイン*/
 .fs-c-button--standard,
 .fs-c-button--subscribeToArrivalNotice--detail {
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
  box-shadow: none;
  padding: 0.8em 1.6em 0.6em;
 }
 /*入荷お知らせボタン*/
 .fs-c-button--subscribeToArrivalNotice--detail {
  margin-bottom: 20px;
 }
 .fs-c-button--subscribeToArrivalNotice--detail:hover {
  color: #2b2b2b !important;
 }
 /*==================================================
ショッピングカート /p/cart
==================================================*/
 /*非会員用バナー*/
 .body_cart .membar200 {
  margin-bottom: 18px;
 }
 /*商品リストテーブル*/
 .body_cart .fs-c-cartTable {
  width: 700px;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  left: 1px;
  border-bottom: 1px solid #d1d1d1 !important;
 }
 .body_cart .fs-c-cartTable th,
 .body_cart .fs-c-cartTable td {
  border: 0;
 }
 .body_cart .fs-c-cartTable th {
  background: #404040;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 7px 0 8px 10px;
  border-left: 1px solid #404040 !important;
  text-align: left;
 }
 .body_cart .fs-c-cartTable__headerCell--product {
  width: 312px;
 }
 .body_cart .fs-c-cartTable__headerCell--quantity,
 .body_cart .fs-c-cartTable__dataCell--quantity {
  width: 66px;
  text-align: left;
 }
 .body_cart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {
  width: 44px;
 }
 .body_cart .fs-c-cartTable__headerCell--subtotal,
 .body_cart .fs-c-cartTable__dataCell--subtotal {
  width: 120px;
  text-align: left;
 }
 .body_cart .fs-c-price__price--taxIncl {
  display: inline-block;
 }
 .body_cart .fs-c-price__price--taxIncl .fs-c-price__currencyMark,
 .body_cart .fs-c-price__price--taxIncl .fs-c-price__value {
  font-size: 16px;
 }
 .body_cart .fs-c-price__price--taxIncl .js_taxin {
  font-size: 12px;
  vertical-align: baseline;
 }
 .body_cart .fs-c-cartTable__dataCell--point {
  width: 82px;
  text-align: left;
 }
 .body_cart .fs-c-cartTable td {
  font-size: 14px;
  line-height: 1.4;
  padding: 7px 8px 8px;
  vertical-align: middle;
 }
 .body_cart .fs-c-cartTable td:first-child {
  width: 312px;
  border-left: 1px solid #d1d1d1 !important;
 }
 .body_cart .fs-c-cartTable td:last-child {
  border-right: 1px solid #d1d1d1 !important;
 }
 .body_cart .fs-c-cartTable tr:nth-child(even) td {
  background: #f3f2f0;
 }
 /*商品名*/
 .body_cart .fs-c-listedProductName__name {
  display: block;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 3px;
 }
 /*商品価格*/
 .body_cart .fs-c-productPrice__main__price {
  color: #2b2b2b !important;
 }
 .body_cart .fs-c-price__currencyMark,
 .body_cart .fs-c-price__value {
  font-size: 16px;
 }
 /*削除ボタン*/
 .body_cart .fs-c-button--cancel--cart {
  display: inline-block;
  width: 50px;
  height: 29px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
 }
 /*あとで買うボタン*/
 .body_cart .fs-c-button--plain:hover {
  text-decoration: none;
 }
 .body_cart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: 0;
  margin-top: 0;
 }
 .body_cart .fs-c-button--buyItLater {
  display: inline-block;
  width: 82px;
  height: 29px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
 }
 /*必須パーツ非表示*/
 #fs_ShoppingCart .fs-c-continueShopping,
 #fs_ShoppingCart .fs-c-featuredProduct,
 #fs_ShoppingCart .fs-c-continueShopping,
 #fs_ShoppingCart .fs-c-wishlistProduct {
  display: none;
 }
 /*販売期間外の商品があった場合*/
 #fs_ShoppingCart #fs-page-error-container p {
  font-weight: bold;
  margin-bottom: 0.5em;
 }
 #fs_ShoppingCart #fs-page-error-container .fs-c-panel__contentList__item {
  display: list-item !important;
  text-align: left !important;
  list-style-type: disc !important;
  border: 0 !important;
  margin-left: 10px !important;
 }
 #fs_ShoppingCart .fs-l-cart__contentsArea {
  overflow: hidden;
  margin-bottom: 30px;
 }
 #fs_ShoppingCart .fs-c-cartTableContainer {
  width: 700px;
  float: left;
  padding: 0;
  border: 0;
 }
 #fs_ShoppingCart .fs-c-continueShopping {
  text-align: center;
 }
 #fs_ShoppingCart .fs-c-continueShopping a {
  text-decoration: none;
 }
 #fs_ShoppingCart .btn_toppage {
  display: block;
  width: 210px;
  background: #fff url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_black_s.png) no-repeat right 12px center;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 50px;
  padding: 14px 0 13px;
  border: 1px solid;
  transition: 0.2s;
 }
 #fs_ShoppingCart .btn_toppage:hover {
  background: #303030 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 12px center;
  color: #fff;
  border-collapse: #303030;
  transition: 0.5s;
  opacity: 10;
 }
 .fs-c-button--continueShopping {
  display: none !important;
 }
 #fs_ShoppingCart .fs-c-cartDiscountInfo--postage {
  display: none;
 }
 /*-------------------
右カラム
-------------------*/
 #fs_ShoppingCart .fs-l-cart__sideColumn {
  width: 247px;
  float: right;
  padding: 10px 12px;
  border: 1px solid #d1d1d1;
 }
 #fs_ShoppingCart .fs-totalsArea-wrapper th,
 #fs_ShoppingCart .fs-totalsArea-wrapper td {
  padding-left: 0;
  padding-right: 0;
 }
 #fs_ShoppingCart .fs-c-orderTotalTable__count th,
 #fs_ShoppingCart .fs-c-orderTotalTable__count td {
  border-top: 0;
 }
 #fs_ShoppingCart .fs-c-purchaseHere {
  margin-top: 14px;
 }
 #fs_ShoppingCart .fs-c-purchaseHere__message p {
  color: #bc2426;
  font-size: 16px;
 }
 /*ログインして進むボタン*/
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--loginAndPurchase,
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--purchaseHere {
  width: 100%;
  min-width: initial;
  height: 51px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #750b0c;
  border-radius: 2px;
  padding: 15px 0 0 35px;
  box-shadow: none;
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--loginAndPurchase *,
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--purchaseHere {
  font-weight: bold;
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--purchaseHere {
  text-align: center !important;
  padding-left: 0;
 }
 /*ご注文手続きボタン*/
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--unregisteredUserPurchase {
  width: 100%;
  min-width: initial;
  height: 51px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #101010;
  border-radius: 2px;
  padding: 15px 0 0 24px;
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--unregisteredUserPurchase * {
  font-weight: bold;
 }
 #fs_ShoppingCart .cnt_nosi {
  border: 2px solid #d1d1d1;
  padding: 46px 50px 56px;
  overflow: hidden;
 }
 #fs_ShoppingCart .cnt_nosi h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
 }
 #fs_ShoppingCart .cnt_nosi p {
  /*color: #2b2b2b;
  font-size: 18px;
  line-height: 1.65;*/
 }
 #fs_ShoppingCart .cnt_nosi p .red {
  color: #bc2426;
  font-weight: bold;
 }
 #fs_ShoppingCart .cnt_nosi .box {
  width: 840px;
  height: 180px;
  background: #f3f2f0;
  position: relative;
  margin-top: 30px;
 }
 #fs_ShoppingCart .cnt_nosi .box .akamaru {
  width: 150px;
  height: 150px;
  background: #bc2426;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding-top: 34px;
  position: absolute;
  top: 15px;
  left: 30px;
 }
 #fs_ShoppingCart .cnt_nosi .box img {
  position: absolute;
  top: 33px;
  left: 184px;
 }
 #fs_ShoppingCart .cnt_nosi .box p {
  width: 390px;
  /*color: #404040;
  font-size: 16px;
  line-height: 1.75;*/
  position: absolute;
  top: 24px;
  left: 429px;
 }
 #fs_ShoppingCart .cnt_nosi .box a {
  display: block;
  width: 380px;
  height: 64px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 22px 0 21px 32px;
  border-radius: 2px;
  border-bottom: 4px solid #101010;
  position: absolute;
  top: 90px;
  left: 429px;
 }
 .cnt_mail {
  margin-top: 60px;
 }
 .cnt_mail h2 {
  font-size: 18px;
  font-weight: bold;
 }
 .cnt_mail p {
  /*font-size: 16px;*/
 }
 /*==================================================
お客様情報入力 /p/customer-details
==================================================*/
 .fs-c-inputTextGroup > * + * {
  margin: 0;
 }
 #fs_CustomerDetails .fs-c-inputInformation__message {
  display: none;
 }
 .fs-c-inputInformation__field {
  width: auto;
  max-width: 100%;
 }
 .fs-c-orderedList > li::before {
  color: inherit;
 }
 .fs-c-inputTable__headerCell,
 .fs-c-inputTable__headerCell * {
  font-weight: bold;
 }
 .add_box1 {
  border: 4px solid #d1d1d1;
  padding: 20px 26px;
  margin-bottom: 30px;
 }
 .add_box1 p {
  line-height: 1.875;
  font-size: 14px;
 }
 .indent {
  text-indent: -1em;
  padding-left: 1em;
 }
 .indent2 {
  text-indent: -2em;
  padding-left: 2em;
 }
 .btn_open_ngword {
  color: #bc2426 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  cursor: pointer !important;
 }
 #fs_Register .fs-c-inputField__field,
 #fs_CustomerDetails .fs-c-inputField__field,
 .body_address .fs-c-inputField__field {
  display: block;
 }
 .body_cart .add_box2,
 .body_address .add_box2 {
  display: block;
  margin-top: 10px;
 }
 .body_cart .add_box2 p,
 .body_address .add_box2 p {
  font-size: 14px;
 }
 #fs_input_lastName,
 #fs_input_firstName,
 #fs_input_lastNameKana,
 #fs_input_firstNameKana {
  display: inline-block;
  width: 280px;
 }
 #fs_input_lastName,
 #fs_input_lastNameKana {
  margin-right: 19px;
 }

 .fs-c-modal__contents  span:has(#fs_input_lastName)::before{
  content:"姓";
 }
 .fs-c-modal__contents  span:has(#fs_input_lastNameKana)::before{
  content:"セイ";
 }
 .fs-c-modal__contents  span:has(#fs_input_firstName)::before{
  content:"名";
 }
  .fs-c-modal__contents  span:has(#fs_input_firstNameKana)::before{
  content:"メイ";
 }
 #fs_input_email {
  width: 630px;
 }
 #fs_input_additionalItemadditional20 {
  width: 630px;
 }
 .body_cart .add_box3 p {
  font-size: 14px;
  margin-top: 10px;
 }
 #fs_Register .fs-c-dropdown,
 #fs_CustomerDetails .fs-c-dropdown,
 .body_address .fs-c-dropdown,
 #fs_input_prefecture,
 #fs_input_addressLine1,
 #fs_input_addressLine2,
 #fs_input_addressLine3,
 #fs_Register .fs-c-agreementConfirmation__password__input,
 #fs_Register #fs_input_password,
 #fs_CustomerDetails .fs-c-agreementConfirmation__password__input,
 #fs_CustomerDetails #fs_input_password,
 .body_address .fs-c-agreementConfirmation__password__input,
 .body_address #fs_input_password {
  width: 630px;
  position: relative;
 }
 .fs-c-dropdown::after {
  width: 30px !important;
  height: 31px;
  position: absolute !important;
  top: 1px !important;
  right: 1px;
  bottom: 0 !important;
  background: url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/cart/icon_select.png) no-repeat center !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  box-sizing: content-box !important;
  color: #333333 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  content: "" !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  padding: 0 !important;
  pointer-events: none !important;
 }
 #fs_CustomerDetails .fs-p-listWithCheckmark > li {
  background: #fff;
 }
 #fs_input_phoneNumber {
  width: 280px !important;
 }
 /*NGワード*/
 .ngword_box_wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000000000000;
 }
 .ngword_box {
  width: 80%;
  max-width: 600px;
  height: 580px;
  background: #fff;
  border: 4px solid #ccc;
  padding: 20px 30px 30px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
 }
 .ngword_box h2 {
  color: #bc2426;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
 }
 .ngword_box h2 + p {
  font-size: 14px;
 }
 .ngword_table {
  padding: 0 10px;
  border: 2px solid #ddd;
 }
 .ngword_table table {
  width: 100%;
 }
 .ngword_table th {
  font-weight: bold;
  text-align: center;
  padding: 10px;
 }
 .ngword_table td {
  padding: 10px;
  border-top: 1px solid #ddd;
 }
 .ngword_table td img {
  width: 100%;
  height: auto;
 }
 .ngword_box .btn_close_ng {
  width: 100px;
  height: 32px;
  background: #fff;
  line-height: 1;
  margin: 30px auto 0;
  padding: 7px 0 0 10px;
  border: 2px solid #404040;
  position: relative;
  cursor: pointer;
 }
 .btn_close_ng i:nth-child(1) {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #404040;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 16px;
 }
 .btn_close_ng i:nth-child(2) {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #404040;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  right: 16px;
 }
 .fs-c-agreementField {
  margin-top: 50px !important;
  padding-top: 44px !important;
 }
 .fs-c-inputInformation__button,
 #fs_unregisterAndContinue {
  display: block;
  text-align: center;
 }
 #fs_Register .fs-c-button--confirmRegister,
 #fs_CustomerDetails .fs-c-button--next,
 #fs_CustomerDetails .fs-c-button--registerAndContinue {
  width: 380px;
  min-width: initial;
  height: 64px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #750b0c;
  border-radius: 2px;
  margin: auto;
 }
 #fs_Register .fs-c-button--confirmRegister *,
 #fs_CustomerDetails .fs-c-button--next *,
 #fs_CustomerDetails .fs-c-button--registerAndContinue * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
 }
 #fs_CustomerDetails .fs-c-agreementField,
 #fs_CustomerDetails .fs-c-agreementConfirmationArea {
  /* display: none; */
 }
 /*==================================================
ログイン /p/login?type=cart
==================================================*/
 #fs_ShoppingCartLogin .fs-c-loginForm {
  max-width: 100%;
  width: 100%;
  margin: 0;
 }
 #fs_ShoppingCartLogin .fs-c-subSection__title {
  border-bottom: 0;
  color: #2b2b2b;
  font-size: 18px;
  text-align: center;
 }
 .fs-body-cart-login .fs-c-inputInformation__field {
  max-width: 100%;
  background: #f3f2f0;
  padding: 40px 165px;
 }
 #fs_ShoppingCartLogin #fs_form {
  padding-bottom: 0;
 }
 #fs_ShoppingCartLogin .fs-c-button--login {
  width: 380px;
  min-width: initial;
  height: 64px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #750b0c;
  border-radius: 2px;
  margin: auto;
 }
 #fs_ShoppingCartLogin .fs-c-button--login * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
 }
 #fs_ShoppingCartLogin .fs-c-inputInformation__link {
  text-align: center;
  margin-top: 30px;
 }
 #fs_ShoppingCartLogin .fs-c-guestPurchase {
  border-top: 1px solid #d1d1d1;
  margin-top: 60px;
  padding-top: 30px;
 }
 #fs_ShoppingCartLogin .fs-c-buttonContainer {
  padding: 0;
 }
 #fs_ShoppingCartLogin .fs-c-button--guestPurchase {
  display: block;
  width: 250px;
  height: 64px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding-top: 20px;
  border-radius: 2px;
  border-bottom: 4px solid #101010;
 }
 #fs_ShoppingCartLogin .fs-c-button--guestPurchase * {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
 }
 /*==================================================
ご注文手続き /p/checkout?payment=here
==================================================*/
 .fs-l-checkout.fs-c-inputInformation__message {
  display: block;
 }
 [class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
  padding-right: 0 !important;
 }
 .cart_checkout [class^="add_cnt"] {
  display: none;
 }
 [class^="fs-body-checkout"] .fs-l-checkout {
  display: block;
 }
 .fs-l-checkout * {
  color: #2b2b2b;
 }
 .is-active .fs-c-radio__radioLabelText {
  color: #fff !important;
 }
 .fs-l-checkout .fs-c-checkout-preview {
  padding: 0;
  border-radius: 0 !important;
  border-color: #d1d1d1;
 }
 .fs-l-checkout .fs-c-checkout-preview__title,
 .js_nouhinsyo_area h2 {
  background: #303030;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 24px;
  border-bottom: 0;
 }
 .fs-l-checkout .fs-c-checkout-preview__title .BOX * {
  color: #fff !important;
  padding: 0 1em 0.5em;
 }
 .fs-l-checkout .fs-c-checkout-preview__body {
  padding: 0 30px 20px;
 }
 .fs-l-checkout .fs-c-button--change--small {
  display: inline-block;
  width: 90px;
  height: 40px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
  box-shadow: none;
 }
 .fs-c-button--chooseDestination,
 .fs-l-checkout .fs-c-button--multiDestination {
  width: 250px;
  height: 64px;
  background: #404040;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #101010;
  border-radius: 2px;
  box-shadow: none;
 }
 .fs-l-checkout .fs-c-button--multiDestination[href*="/p/checkout/multi/address"] {
  background: #9b1d20 !important;
  color: #fff !important;
  border-bottom: 4px solid #750b0c;
  display: block;
  padding-left: 1em;
  padding-right: 1em;
 }
 .fs-c-button--chooseDestination *,
 .fs-l-checkout .fs-c-button--multiDestination * {
  color: #fff;
  font-size: 16px;
 }
 .fs-l-checkout .fs-c-button--multiDestination {
  padding-top: 24px;
 }
 /* いくつかのお届けボタンのreset処理 */
 @media screen and (min-width: 600px) {
  .fs-c-checkout-addDestinationButton {
   justify-content: center;
  }
 }
 /*お客様の情報*/
 .fs-l-checkout .fs-c-checkout-buyerInfo__title {
  /* background: transparent; */
  color: #fff;
  padding: 12px 0 12px;
 }
 .fs-l-checkout .fs-c-checkout-buyerInfo__title p {
  color: #fff;
 }
 .fs-l-checkout .fs-c-checkout-customerInfo li + li {
  margin-top: 4px;
 }
 /*お届け先*/
 .fs-l-checkout .fs-c-checkout-multiDestination__info {
  margin-top: 0;
 }
 .fs-l-checkout .fs-c-checkout-multiDestination__title {
  /* display: none; */
 }
 .fs-l-checkout .fs-c-checkout-multiDestination__info__list li + li {
  margin-top: 40x;
 }
 .fs-c-checkout-multiDestination__deliveryMethod {
  border-top: 1px solid #d1d1d1;
  margin-top: 37px;
  padding-top: 30px;
 }
 .fs-c-checkout-delivery__method {
  background: #f3f2f0;
  padding: 24px 30px;
 }
 .fs-c-checkout-delivery__method__title {
  font-size: 16px;
  margin-bottom: 22px;
 }
 .fs-c-checkout-delivery__method__message {
  padding: 24px 30px;
  margin-bottom: 40px;
 }
 .fs-c-checkout-delivery__method__deliveryOption,
 .fs-c-checkout-delivery__method__deliveryDate,
 .fs-c-checkout-delivery__method__deliveryTime {
  font-weight: bold;
 }
 .add_box4 .type1 {
  border: 1px solid #d1d1d1;
  padding: 22px 28px;
 }
 .add_box4 .txt {
  font-size: 16px;
  margin-bottom: 24px;
 }
 .add_box4 .red {
  color: #bc2426;
  font-weight: bold;
 }
 .add_box4 > div + div {
  margin-top: 30px;
 }
 .add_box4 .type1 .ttl {
  font-size:120%;
  font-weight: bold;
  color: #bc2426;
 }
 /*配送料*/
 .fs-c-checkout-multiDestination__subtitle {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-bottom: 8px;
 }
 /*お支払い方法*/
 .fs-c-checkout-paymentMethodList li + li {
  margin-top: 5px;
 }
 .fs-c-checkout-paymentMethod__title {
  background: transparent;
  border-color: transparent;
 }
 .fs-c-checkout-paymentMethod {
  border-color: transparent;
 }
 .fs-c-checkout-multiDestination__wrapping__body {
  border: 0;
 }
 /*ポイント*/
 /*納品書*/
 .fs-c-checkout-confirmationList__label,
 .fs-c-checkout-confirmationList__label p {
  font-weight: bold;
 }
 .fs-c-checkout-previewAndEdit {
  margin-top: 26px;
  background: #f3f2f0;
  border: 0;
  padding: 24px 29px;
 }
 /*通信欄*/
 .add_box6 p {
  font-size: 14px;
 }
 .add_box6 p + p {
  margin-top: 1em;
 }
 .fs-c-checkout-communicationTextarea {
  font-size: 16px !important;
 }
 .fs-c-checkout-previewAndEdit__info {
  min-height: initial;
  background: #fff;
  line-height: 1.5;
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius: 0;
 }
 .fs-c-checkout-communicationInfo__info {
  line-height: 1.5;
 }
 .fs-c-checkout-communicationInfo__message .red {
  font-size: 110%;
  text-decoration: underline;
  border: 1px solid;
  padding: 1em 1em 1em 2em;
  margin-bottom: 16px;
 }
 /*ご注文内容*/
 #fs-orderContents-container .fs-c-cartTable {
  width: 100%;
  margin: auto;
  border: 1px solid #f3f2f0 !important;
 }
 #fs-orderContents-container .fs-c-cartTable tr + tr {
  border-top: 1px solid #d1d1d1;
 }
 #fs-orderContents-container .fs-c-cartTable th {
  background: #f3f2f0;
  color: #2b2b2b;
  border: 0 !important;
 }
 #fs-orderContents-container .fs-c-cartTable__headerCell--product {
  width: 600px;
 }
 #fs-orderContents-container .fs-c-cartTable td {
  border: 0 !important;
 }
 #fs-orderContents-container .fs-c-cartTable tr:nth-child(2n) td {
  background: transparent;
 }
 .fs-c-returnedSpecialContract__link {
  text-align: right;
 }
 /*お支払い金額*/
 #fs_orderTotalContainer {
  margin-top: 30px;
 }
 #fs_orderTotalContainer .fs-c-checkout-preview__title {
  margin-bottom: 0;
 }
 #fs_orderTotalContainer .fs-c-checkout-preview,
 .fs-c-totalAndActions {
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
 }
 .fs-l-checkout .fs-c-orderTotalTable {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #e5e5e5;
 }
 .fs-l-checkout .fs-c-orderTotalTable th,
 .fs-l-checkout .fs-c-orderTotalTable td {
  padding: 1em;
 }
 .fs-l-checkout .ngword_box_wrap {
  background: #fff;
 }
 .fs-c-modal__contents {
  padding: 30px;
 }
 #__fs_modal_buyer .fs-c-inputInformation__field {
  width: 100%;
  max-width: 100%;
 }
 .fs-c-inputTable tr + tr {
  margin-top: 28px !important;
 }
 .fs-c-checkout-checkoutMethod:first-child {
  margin-bottom: 30px;
 }
 .fs-c-inputInformation__field th,
 .fs-c-inputInformation__field th * {
  font-weight: bold;
  /* padding-top: 20px; */
 }
 .fs-c-inputInformation__field tr:first-child th,
 .fs-c-inputInformation__field tr:first-child th * {
  padding-top: 0px;
 }
 .fs-c-checkout-checkoutMethod.is-active {
  border-color: #303030;
 }
 .fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #303030;
 }
 .fs-c-orderTotalTable__grandTotal th,
 .fs-c-orderTotalTable__grandTotal td {
  border-top: 1px solid #2b2b2b !important;
 }
 #fs_orderTotalContainer .fs-c-price,
 #fs_orderTotalContainer .fs-c-price * {
  color: #bc2426;
  font-size: 22px;
  font-weight: bold;
 }
 /*注文確定ボタン*/
 #fs_button_placeOrder {
  margin-top: 20px;
  padding: 0;
 }
 #fs_button_placeOrder .fs-c-button--confirmOrder {
  display: block;
  width: 380px;
  min-width: initial;
  height: 64px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 4px solid #750b0c;
  border-radius: 2px;
 }
 #fs_button_placeOrder .fs-c-button--confirmOrder span {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
 }	
 #fs_button_placeOrder .fs-c-button--image{
  width: 240px;
  height: 40px;
 }
 #fs_button_placeOrder .fs-c-button--image img{
  width: 100%;
 }
 .confirm_txt {
  color: #bc2426 !important;
  font-size: 20px !important;
  text-align: center !important;
 }
 /*モーダルウインドウ内の設定*/
 .body_cart .fs-c-button--cancel {
  background: #e0e0e0;
  border: 0;
  border-bottom: 4px solid #a2a2a2;
  border-radius: 2px;
  box-shadow: none;
 }
 .body_cart .fs-c-button--cancel * {
  color: #2b2b2b;
 }
 .body_cart .fs-c-button--addAddressee,
 .body_cart .fs-c-button--settings,
 .fs-c-button--addDestination,
 .fs-c-button--next {
  background: #404040;
  color: #fff;
  border: 0;
  border-bottom: 4px solid #101010;
  border-radius: 2px;
  box-shadow: none;
 }
 .body_cart .fs-c-button--addAddressee *,
 .body_cart .fs-c-button--settings *,
 .fs-c-button--addDestination *,
 .fs-c-button--next * {
  color: #fff !important;
 }
 .fs-c-buttonContainer--pair .fs-c-button--addAddressee,
 .fs-c-buttonContainer--pair .fs-c-button--settings {
  background: #404040;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  border: 0;
  border-bottom: 3px solid #101010;
  border-radius: 2px;
  box-shadow: none;
  padding: 0.8em 1.6em 0.6em;
 }
 .fs-c-button--next {
  width: 240px;
  height: 60px;
 }
 /*ラジオボタン*/
 .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #222 !important;
 }
 .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #222 !important;
 }
 /*チェックボックス*/
 .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  border-color: #222 !important;
  background: #222 !important;
 }
 #fs_CustomerDetails .fs-c-privacyPolicyAgreeField {
  margin-top: 50px;
  text-align: center;
 }
 #fs_unregisterAndContinue {
  text-align: center;
 }
 .fs-c-checkout-paymentMethod__setting .fs-c-commissionTable tbody tr:last-child {
  display: none !important;
 }
 /*==================================================
ご注文手続き-商品数量指定 /p/checkout/multi/quantity
==================================================*/
 .fs-c-checkout-multiDestination {
  border: 1px solid #d1d1d1;
  padding: 28px;
 }
 .fs-c-checkout-multiDestination__productList__item:last-child {
  border-bottom: 0;
 }
 .fs-c-checkout-multiDestination__title {
  background: #303030;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding: 9px 0 8px;
  margin: -28px -28px 26px;
 }
 /*戻る*/
 .fs-c-buttonContainer--back .fs-c-button--back--moderate {
  text-decoration: underline;
 }
 .fs-c-buttonContainer--back .fs-c-button--back--moderate:before {
  content: "<";
  display: inline;
 }
 .fs-c-buttonContainer--myPageTop,
 .fs-c-buttonContainer--back {
  margin-top: 28px;
 }
 .fs-c-checkout-deliveryMethod__option__title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 12px;
 }
 .fs-c-checkout-deliveryMethod__option__message {
  color: #bc2426;
 }
 /*==================================================
注文完了 /p/checkout/success
==================================================*/
 #order_complete * {
  text-align: center;
 }
 #order_complete .red {
  color: #bc2426;
 }
 #order_complete .thanks_img {
  margin: 0 0 24px;
 }
 #order_complete .txt1 b {
  font-size: 18px;
 }
 #order_complete .attention {
  color: #bc2426;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #bc2426;
  padding: 14px 0;
  margin: 58px 0 20px;
 }
 #order_complete .txt2 .red {
  font-size: 125%;
  text-decoration: underline;
 }
 #order_complete .cont {
  width: 820px;
  margin: 30px auto 28px;
 }
 #order_complete .cont .midasi {
  background: #303030;
  color: #fff;
  font-size: 18px;
  padding: 6px 0 5px;
 }
 #order_complete .cont .cont_body {
  background: #f3f2f0;
  padding: 18px 0;
 }
 #order_complete .cont .cont_body h2 {
  font-size: 18px;
  font-weight: bold;
 }
 #order_complete .cont .cont_body > * + * {
  margin-top: 10px;
 }
 #order_complete .cont .cont_body .tel_num {
  background: url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/cart/icon_tel.png) no-repeat;
  font-size: 18px;
  font-weight: bold;
  padding-left: 26px;
 }
 #order_complete .cont .cont_body .contact {
  display: inline-block;
  min-height: 17px;
  background: url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/cart/icon_contact.png) no-repeat;
  padding-left: 32px;
 }
 #order_complete .cont .cont_body > p {
  font-size: 14px;
 }
 #order_complete .btn_toppage {
  display: block;
  width: 380px;
  height: 64px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  border-radius: 2px;
  border-bottom: 4px solid #101010;
  margin: 54px auto 0;
 }
}
/* 768以上 end */
/*---------------------------------------------------------------------------
device 767px以下
---------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
 /*#########################################################
共楽堂　FS・カート系ページ専用CSS
スマートフォン専用
sp_cart.css
#########################################################*/
 .body_cart .fs-l-pageMain {
  width: auto;
  max-width: initial;
  /* margin-left: 5.3vw;
  margin-right: 5.3vw; */
 }
 #fs_PrivacyPolicy .fs-l-pageMain,
 #fs_AboutTerms .fs-l-pageMain {
  /* margin-left: 0;
  margin-right: 0; */
 }
 .body_cart .fs-l-pageMain * {
  box-sizing: border-box;
  box-shadow: none;
 }
 .fs-c-listedProductName__variation,
 .fs-c-listedProductName__selection {
  font-size: 12px;
 }
 .fs-c-cartTable__unitPrice .fs-c-productPrice__addon {
  font-size: 12px;
 }
 /*グリッド解除*/
 .body_cart .fs-l-cart__contentsArea {
  display: block;
 }
 /*フレックス解除*/
 .fs-c-cartTable__actionButton {
  display: block;
 }
 /*フレックス解除　インラインブロックにする*/
 .body_cart .fs-c-price {
  /* display: inline-block !important; */
 }
 .body_cart .fs-l-main .red {
  color: #bc2426;
  font-weight: bold;
 }
 /*デフォルトボタン*/
 .fs-c-button--standard {
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
  padding: 0.8em 1.6em 0.6em;
 }
 /*ページタイトル*/
 .body_cart .fs-c-heading {
  margin-bottom: 3.7vw;
 }
 .red,
 .fs-l-main .red,
 .fs-c-requiredMark {
  color: #bc2426;
 }
 /*商品リストテーブル*/
 .body_cart .fs-c-cartTable {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #d1d1d1 !important;
 }
 .body_cart .fs-c-cartTable td {
  border: 0;
 }
 .body_cart .fs-c-cartTable__headerCell--product {}
 .body_cart .fs-c-cartTable__dataCell--quantity {
  text-align: left;
 }
 .body_cart .fs-c-cartTable__dataCell--quantity .fs-c-quantity__select {}
 .body_cart .fs-c-cartTable__dataCell--subtotal {
  text-align: left;
 }
 .body_cart .fs-c-price__price--taxIncl {
  display: inline-block;
 }
 .body_cart .fs-c-price__price--taxIncl .fs-c-price__currencyMark,
 .body_cart .fs-c-price__price--taxIncl .fs-c-price__value {
  font-size: 4.2vw;
 }
 .body_cart .fs-c-price__price--taxIncl .js_taxin {
  font-size: 3.2vw;
  vertical-align: baseline;
 }
 .body_cart .fs-c-cartTable__dataCell--point {
  text-align: right;
 }
 .body_cart .fs-c-cartTable td {
  font-size: 3.7vw;
  line-height: 1.4;
 }
 .body_cart .fs-c-cartTable .fs-c-cartTable__row {
  margin: 0;
  border: 0;
  padding: 2vw;
 }
 .body_cart .fs-c-cartTable tr:nth-child(even) {
  background: #f6f6f6;
 }
 .body_cart .fs-c-cartTable__dataCell--point::before,
 .body_cart .fs-c-cartTable__dataCell--quantity::before,
 .body_cart .fs-c-cartTable__dataCell--subtotal::before {
  font-size: 3.2vw;
 }
 /*商品名*/
 .body_cart .fs-c-listedProductName__name {
  display: block;
  color: #2b2b2b;
  font-size: 4.2vw;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1em;
 }
 /*商品価格*/
 .body_cart .fs-c-productPrice__main__price {
  color: #2b2b2b !important;
 }
 .body_cart .fs-c-price__currencyMark,
 .body_cart .fs-c-price__value {
  font-size: 4vw;
 }
 /*削除ボタン*/
 .body_cart .fs-c-cartTable__actionButton {
  text-align: center;
 }
 .body_cart .fs-c-cartTable__actionButton .fs-c-cartTable__actionButton__container {
  width: auto;
  display: inline-block;
 }
 .body_cart .fs-c-button--cancel--cart {
  display: inline-block;
  width: 50px;
  height: 29px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
 }
 /*あとで買うボタン*/
 .body_cart .fs-c-button--plain:hover {
  text-decoration: none;
 }
 .body_cart .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
  border: 0;
  margin-top: 0;
 }
 .body_cart .fs-c-button--buyItLater {
  display: inline-block;
  width: 82px;
  height: 29px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
 }
 /*==================================================
ショッピングカート /p/cart
==================================================*/
 /*必須パーツ非表示*/
 #fs_ShoppingCart .fs-c-continueShopping,
 #fs_ShoppingCart .fs-c-featuredProduct,
 #fs_ShoppingCart .fs-c-continueShopping,
 #fs_ShoppingCart .fs-c-wishlistProduct {
  display: none;
 }
 /*販売期間外の商品があった場合*/
 #fs_ShoppingCart #fs-page-error-container {
  width: auto;
  max-width: initial;
  min-width: initial;
 }
 #fs_ShoppingCart #fs-page-error-container p {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
 }
 #fs_ShoppingCart #fs-page-error-container .fs-c-panel__contentList__item {
  display: list-item !important;
  text-align: left !important;
  list-style-type: disc !important;
  border: 0 !important;
  margin-left: 0px !important;
 }
 #fs_ShoppingCart .fs-l-cart__contentsArea {
  overflow: hidden;
  margin-bottom: 0px;
 }
 #fs_ShoppingCart .fs-c-cartTableContainer {
  padding: 0;
  border: 0;
 }
 #fs_ShoppingCart .fs-totalsArea-wrapper th,
 #fs_ShoppingCart .fs-totalsArea-wrapper td {
  padding-left: 0;
  padding-right: 0;
 }
 #fs_ShoppingCart .fs-c-orderTotalTable__count th,
 #fs_ShoppingCart .fs-c-orderTotalTable__count td {
  border-top: 0;
 }
 #fs_ShoppingCart .fs-c-purchaseHere {
  margin-top: 2vw;
 }
 #fs_ShoppingCart .fs-c-purchaseHere__message p {
  color: #bc2426;
  font-size: 3.46vw;
 }
 /*ログインして進むボタン*/
 #fs_ShoppingCart #fs-checkout-payHere-container {
  margin-bottom: 4vw
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--loginAndPurchase,
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--purchaseHere {
  width: 100%;
  min-width: initial;
  height: 48px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #750b0c;
  border-radius: 2px;
  padding: 15px 0 0;
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--loginAndPurchase *,
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--purchaseHere {
  font-weight: bold;
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--purchaseHere {
  text-align: center !important;
  padding-left: 0;
 }
 #fs_ShoppingCart .btn_toppage {
  display: block;
  width: 200px;
  background: url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_black_s.png) no-repeat right 10px center;
  background-size: 6px auto;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 4vw;
  padding: 14px 0 13px;
  border: 1px solid;
 }
 .fs-c-button--continueShopping {
  display: none !important;
 }
 /*ご注文手続きボタン*/
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--unregisteredUserPurchase {
  width: 100%;
  min-width: initial;
  height: 48px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #101010;
  border-radius: 2px;
  padding: 15px 0 0;
 }
 #fs_ShoppingCart #fs-checkout-payHere-container .fs-c-button--unregisteredUserPurchase * {
  font-weight: bold;
 }
 #fs_ShoppingCart .cnt_nosi {
  border: 2px solid #d1d1d1;
  padding: 4vw;
  overflow: hidden;
 }
 #fs_ShoppingCart .cnt_nosi h2 {
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2vw;
 }
 #fs_ShoppingCart .cnt_nosi p {
  color: #2b2b2b;
  font-size: 3.46vw;
  line-height: 1.65;
 }
 #fs_ShoppingCart .cnt_nosi .box {
  background: #f3f2f0;
  position: relative;
  margin-top: 4vw;
  padding: 3vw;
 }
 #fs_ShoppingCart .cnt_nosi .box .akamaru {
  width: 28vw;
  height: 28vw;
  background: #bc2426;
  color: #fff;
  font-size: 3.6vw;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  padding-top: 4.8vw;
  position: relative;
  z-index: 2;
 }
 #fs_ShoppingCart .cnt_nosi .box img {
  width: 46vw;
  height: auto;
  position: absolute;
  right: 4vw;
  top: 20vw;
 }
 #fs_ShoppingCart .cnt_nosi .box p {
  color: #404040;
  font-size: 3.7vw;
  line-height: 1.75;
  margin-bottom: 1em;
 }
 #fs_ShoppingCart .cnt_nosi .box a {
  display: block;
  width: 100%;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 3.46vw;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 1em 3em 1em 1em;
  border-radius: 2px;
  border-bottom: 2px solid #101010;
  margin-top: 4vw
 }
 #fs_ShoppingCart .cnt_nosi .box a br {
  display: none;
 }
 .cnt_mail {
  margin-top: 4vw;
 }
 .cnt_mail h2 {
  font-size: 4vw;
  font-weight: bold;
 }
 .cnt_mail p {
  font-size: 3.7vw;
 }
 .fs-c-checkout-paymentMethod__setting .fs-c-commissionTable tr:last-child {
  display: none;
 }
 .fs-c-button--subscribeToArrivalNotice--detail {
  width: 100%;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
  padding: 0.8em 1.6em 0.6em;
 }
 .fs-c-button--subscribeToArrivalNotice--detail * {
  color: #333;
 }
 #fs_ShoppingCart .fs-c-cartDiscountInfo--postage {
  display: none;
 }
 /*==================================================
お客様情報入力 /p/customer-details
==================================================*/
 #fs_CustomerDetails .fs-c-inputTextGroup > * + * {
  /* margin: 0; */
 }
 #fs_CustomerDetails .fs-c-inputInformation__message {
  display: none;
 }
 #fs_CustomerDetails .fs-c-inputInformation__field,
 .body_address .fs-c-inputInformation__field {
  width: auto;
  max-width: initial;
 }
 #fs_CustomerDetails .fs-c-inputTable__headerCell,
 #fs_CustomerDetails .fs-c-inputTable__headerCell *,
 .body_address .fs-c-inputTable__headerCell,
 .body_address .fs-c-inputTable__headerCell * {
  font-weight: bold;
 }
 .add_box1 {
  border: 4px solid #d1d1d1;
  padding: 3.2vw 4.2vw;
 }
 .add_box1 p {
  font-size: 3.46vw;
  line-height: 1.875;
 }
 .indent {
  text-indent: -1em;
  padding-left: 1em;
 }
 .indent2 {
  text-indent: -2em;
  padding-left: 2em;
 }
 .btn_open_ngword {
  color: #bc2426;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
 }
 .add_box2 p,
 .add_box3 p,
 #fs_input_addressLine3 + p {
  font-size: 3.46vw;
  margin-top: 0.5em;
 }
 #fs_CustomerDetails #fs_form .fs-c-memberInfoField a,
 #fs_CustomerDetails .fs-c-checkbox__labelText a,
 .body_address #fs_form .fs-c-memberInfoField a,
 .body_address .fs-c-checkbox__labelText a {
  color: #222 !important;
  text-decoration: underline !important;
 }
 #fs_CustomerDetails .fs-p-listWithCheckmark > li,
 .body_address .fs-p-listWithCheckmark > li {
  background: #fff
 }
 #fs_CustomerDetails .fs-c-agreementConfirmation__addon,
 .body_address .fs-c-agreementConfirmation__addon {
  margin-left: 1.4em;
 }
 /*NGワード*/
 .ngword_box_wrap {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000000000000;
 }
 .ngword_box {
  width: 90vw;
  height: 146vw;
  background: #fff;
  border: 4px solid #ccc;
  padding: 2vw 3.46vw 3.46vw;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
 }
 .ngword_box h2 {
  color: #bc2426;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2vw;
 }
 .ngword_box h2 p {
  font-size: 3.46vw;
 }
 .ngword_table {
  padding: 0 2vw;
  border: 2px solid #ddd;
 }
 .ngword_table table {
  width: 100%;
 }
 .ngword_table th {
  font-weight: bold;
  text-align: center;
  padding: 2vw;
 }
 .ngword_table td {
  padding: 2vw;
  border-top: 1px solid #ddd;
 }
 .ngword_table td img {
  width: 100%;
  height: auto;
 }
 .ngword_box .btn_close_ng {
  width: 100px;
  height: 32px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 4vw auto 0;
  padding: 7px 0 0 10px;
  border: 2px solid #404040;
  position: relative;
  cursor: pointer;
 }
 .btn_close_ng i:nth-child(1) {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #404040;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  right: 16px;
 }
 .btn_close_ng i:nth-child(2) {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #404040;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
  right: 16px;
 }
 #fs_CustomerDetails .fs-c-inputInformation__button,
 #fs_CustomerDetails #fs_unregisterAndContinue {
  display: block;
 }
 #fs_Register .fs-c-button--confirmRegister,
 #fs_CustomerDetails .fs-c-button--next,
 #fs_CustomerDetails .fs-c-button--registerAndContinue {
  width: 100%;
  min-width: initial;
  height: 48px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #750b0c;
  border-radius: 2px;
 }
 #fs_Register .fs-c-button--confirmRegister *,
 #fs_CustomerDetails .fs-c-button--next *,
 #fs_CustomerDetails .fs-c-button--registerAndContinue * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
 }
 .fs-c-orderedList > li::before {
  color: inherit;
 }
 #fs_CustomerDetails .fs-c-agreementField,
 #fs_CustomerDetails .fs-c-agreementConfirmationArea {
  /* display: none; */
 }
/*名前入力欄*/
  .fs-c-modal__contents span:has(#fs_input_lastName)::before{
  content:"姓";
 }
  .fs-c-modal__contents span:has(#fs_input_lastNameKana)::before{
  content:"セイ";
 }
 .fs-c-modal__contents  span:has(#fs_input_firstName)::before{
  content:"名";
 }
 .fs-c-modal__contents   span:has(#fs_input_firstNameKana)::before{
  content:"メイ";
 }
 /*==================================================
ログイン /p/login?type=cart
==================================================*/
 #fs_ShoppingCartLogin .fs-c-subSection__title {
  border-bottom: 0;
  color: #1b1b1b;
  font-size: 4vw;
  text-align: center;
 }
 #fs_ShoppingCartLogin .fs-body-cart-login .fs-c-inputInformation__field {
  background: #f3f2f0;
  margin: 4vw 0 0;
 }
 #fs_ShoppingCartLogin .fs-c-inputInformation__button {
  margin: 3vw 0 0;
  padding: 0;
 }
 #fs_ShoppingCartLogin .fs-c-button--login {
  width: 100%;
  min-width: initial;
  height: 48px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #750b0c;
  border-radius: 2px;
 }
 #fs_ShoppingCartLogin .fs-c-button--login * {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
 }
 #fs_ShoppingCartLogin .fs-c-inputInformation__link {
  padding-top: 3vw;
  text-align: center;
 }
 #fs_ShoppingCartLogin .fs-c-inputInformation__link a {
  color: #608527;
  text-decoration: underline;
 }
 #fs_ShoppingCartLogin .fs-c-button--guestPurchase {
  display: block;
  width: 100%;
  height: 48px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding-top: 11px;
  border-radius: 2px;
  border-bottom: 2px solid #101010;
  margin-top: 4vw
 }
 .fs-c-button--particular.fs-c-button--displayPassword::before {
  font-size: 1rem;
 }
 /*==================================================
ご注文手続き /p/checkout?payment=here
==================================================*/
 [class^="fs-body-checkout"] .fs-c-checkout-wrappingMessage p,
 [class^="fs-body-checkout"] .fs-c-checkout-communicationInfo__message p,
 [class^="fs-body-checkout"] [class^="add_"] p {
  font-size: 3.46vw;
 }
 .add_box4 {
  background: #fff;
  /* padding: 1vw; */
 }
 .add_box4 .type1 {
  border: 1px solid #d1d1d1;
  padding: 2vw 2.5vw;
  /* margin-top: 3vw; */
 }
 .add_box4 .type1 h3 {
  font-size: 3.46vw;
 }
 .add_box4 .type1 .ttl{
  font-size:120%;
  font-weight: bold;
  color: #bc2426;
 }
 .add_box4 .red {
  color: #bc2426;
  font-weight: bold;
 }
 /*お客様情報*/
 [class^="fs-body-checkout"] .fs-c-checkout-customerInfo__name ruby rb,
 [class^="fs-body-checkout"] .fs-c-checkout-multiDestination__info__name__home,
 [class^="fs-body-checkout"] .fs-c-checkout-multiDestination__info__name {
  font-size: 3.7vw;
 }
 .fs-c-inputTable tr + tr {
  margin-top: 6vw !important;
 }
 /*お届け先*/
 [class^="fs-body-checkout"] .fs-c-checkout-preview__title {
  font-size: 4vw;
  border-bottom: 0;
  padding-bottom: 0;
 }
 .fs-c-checkout-addressee__data__name {
  font-size: 1.1rem;
 }
 /* お届け先の見出し表示
[class^="fs-body-checkout"] .fs-c-checkout-multiDestination__title {
  display: none;
} */
 [class^="fs-body-checkout"] .fs-c-checkout-multiDestination__subtitle {
  font-size: 3.7vw;
  padding: 0.3em 0.5em;
  /* border: 0; */
  margin-bottom: 0.5em;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__method__title {
  font-size: 3.7vw;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__method__deliveryOption,
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__method__deliveryDate,
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__method__deliveryTime {
  font-weight: bold !important;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-multiDestination__wrapping__body {
  border: 0;
 }
 .fs-c-checkout-multiDestination__title {
  font-size: 13px;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__method {
  background: #f3f2f0;
  padding: 3vw;
 }
 .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  background: #798e19;
 }
 .fs-c-checkout-addressee__data__name {
  font-size: 1.1rem;
 }
 /*配送方法*/
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__method__message:empty {
  display: none !important;
 }
 /*お支払い方法*/
 [class^="fs-body-checkout"] .fs-c-checkout-paymentInfo__title,
 [class^="fs-body-checkout"] .fs-c-checkout-pointInfo__title,
 [class^="fs-body-checkout"] .fs-c-checkout-communicationInfo__title,
 [class^="fs-body-checkout"] .fs-c-checkout-orderInfo__title,
 [class^="fs-body-checkout"] .checkout_stitle,
 [class^="fs-body-checkout"] .fs-c-checkout-destination__title,
 [class^="fs-body-checkout"] .fs-c-checkout-delivery__title,
 /* メッセージ用タイトル調整 */
 #fs_orderTotalContainer .fs-c-checkout-preview__title{
  background: #303030;
  color: #fff;
  margin: -16px -16px 3vw;
  padding: 0.5em 0;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-paymentMethod:not(.is-active) {
  border-color: transparent;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-paymentMethod:not(.is-active) .fs-c-checkout-paymentMethod__title {
  background: #fff;
 }
 [class^="fs-body-checkout"] .fs-c-checkout-paymentMethod__message,
 [class^="fs-body-checkout"] .fs-c-checkout-paymentMethod__message * {
  font-size: 3.2vw;
 }
 [class^="fs-body-checkout"] .fs-c-commissionTable * {
  color: inherit !important;
  font-size: 3.46vw !important;
 }
 /*ご注文内容*/
 [class^="fs-body-checkout"] .fs-c-returnedSpecialContract {
  margin-top: 20px;
  padding: 0;
 }
 [class^="fs-body-checkout"] .fs-c-listedProductName__name {
  font-size: 3.7vw;
  margin-bottom: 2vw;
 }
 [class^="fs-body-checkout"] .fs-c-cartTable__unitPrice {
  display: block;
  text-align: right;
 }
 [class^="fs-body-checkout"] .fs-c-cartTable tr {
  background: #fff !important;
 }
 [class^="fs-body-checkout"].body_cart .fs-c-cartTable tr + tr {
  border-top: 1px solid #d1d1d1 !important;
 }
 [class^="fs-body-checkout"] .fs-c-returnedSpecialContract__link {
  text-align: right;
 }
 [class^="fs-body-checkout"] .fs-c-returnedSpecialContract__link a {
  color: #222;
  text-decoration: underline;
 }
 .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: 0;
 }
 .fs-c-orderTotalTable__grandTotal {
  border-top: 1px solid #404040;
 }
 [class^="fs-body-checkout"] .fs-c-price *,
 [class^="fs-body-checkout"] .fs-c-price__value {
  color: #bc2426;
 }
 /*お支払い金額*/
 [class^="fs-body-checkout"] .fs-c-totalAndActions {
  border: 0;
  padding: 0;
 }
 [class^="fs-body-checkout"] .fs-c-totalAndActions .fs-c-checkout-preview__title {
  margin: 0 !important;
 }
 .fs-c-orderTotalTable {
  border: 1px solid #d1d1d1;
 }
 /*ボタン*/
 .fs-c-button--change--small {
  display: inline-block;
  width: 50px;
  height: 29px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
 }
 #fs_CheckoutWithMultiAddress .fs-c-button--change--small {
  padding-top: 5px;
 }
 .fs-c-button--chooseDestination,
 .fs-c-button--next {
  display: inline-block;
  width: 170px;
  height: 36px;
  background: #404040;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #101010;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
 }
 .fs-c-button--chooseDestination:hover {
  color: #fff !important;
 }
 .fs-c-button--multiDestination {
  display: inline-block;
  width: 240px;
  height: 32px;
  background: #404040;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #101010;
  border-radius: 2px;
  padding: 10px 0 0;
  box-shadow: none;
 }
 .fs-c-buttonContainer--back {
  display: block;
  text-align: center;
  margin-top: 1vw;
 }
 .fs-c-buttonContainer--back .fs-c-button--back--moderate {
  color: #608527 !important;
  text-decoration: underline;
 }
 .fs-c-button--back--moderate:before {
  content: "<";
  display: inline;
 }
 [class^="fs-body-checkout"] .fs-c-confirmOrder {
  padding: 0;
  margin-top: 4vw;
 }
 [class^="fs-body-checkout"] .fs-c-button--confirmOrder {
  width: 100%;
  min-width: initial;
  height: 48px;
  background: #9b1d20 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #750b0c;
  border-radius: 2px;
 }
 [class^="fs-body-checkout"] .fs-c-button--image{
  width: 240px;
  height:40px;
 }
 [class^="fs-body-checkout"] .fs-c-button--confirmOrder img{
  width: 100%;
  height:auto;
 }
 .confirm_txt {
  color: #bc2426 !important;
  font-size: 3.2vw !important;
  font-weight: bold !important;
  margin-top: 4vw !important;
 }
 /*モーダルウインドウ*/
 .fs-c-modal__contents .fs-c-button--settings {
  height: 40px;
  background: #404040;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #101010;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
 }
 .fs-c-modal__contents .fs-c-button--cancel {
  height: 40px;
  background: #e0e0e0;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-bottom: 3px solid #a2a2a2;
  border-radius: 2px;
  padding: 0;
  box-shadow: none;
 }
 .js_add_zipcode {
  color: #608527 !important;
  text-decoration: underline !important;
 }
 /*ご注文手続き*/
 .fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
  margin: 3vw 0;
 }
 .fs-c-checkout-multiDestination {
  border: 1px solid #ccc;
  padding: 3vw;
 }
 .fs-c-checkout-multiDestination + .fs-c-checkout-multiDestination {
  margin-top: 4vw;
 }
 .fs-c-checkout-multiDestination__productList__item:last-child {
  border-bottom: 0;
 }
 .fs-c-checkout-addresseeSettingList li + li {
  margin-top: 4vw;
 }
 .fs-c-checkout-deliveryMethod__option__title {
  font-size: 3.7vw
 }
 .fs-c-checkout-confirmationList > dt {
  font-weight: bold;
 }
 .fs-c-checkout-confirmationList > dd {
  font-size: 3.7vw;
 }
 .fs-c-checkout-communicationTextarea {
  font-size: 3.7vw;
 }
 .fs-c-checkout-communicationInfo__info {
  line-height: 1.5;
 }
 .fs-c-checkout-communicationInfo__message .red {
  font-size: 110%;
  text-decoration: underline;
  border: 1px solid;
  padding: 1em 1em 1em 2em;
  margin-bottom: 3vw;
 }
 /* 数量 */
 .fs-c-checkout-multiDestination__title {
  font-size: 14px;
 }
 .fs-c-checkout-productAllocation__productImage img {
  width: auto;
 }
 .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
  font-size: 12px;
 }
 /*==================================================
注文完了 /p/checkout/success
==================================================*/
 #order_complete * {
  text-align: center;
 }
 #order_complete .red {
  color: #bc2426;
 }
 #order_complete .thanks_img {
  margin: 0 0 3.2vw;
 }
 #order_complete .txt1 b {
  font-size: 4.2vw;
 }
 #order_complete .txt2 {
  text-align: left;
 }
 #order_complete .txt2 .red {
  text-decoration: underline;
 }
 #order_complete .attention {
  color: #bc2426;
  font-size: 3.7vw;
  font-weight: bold;
  border: 1px solid #bc2426;
  padding: 2vw;
  margin: 8vw 0 3.2vw;
 }
 #order_complete .cont {
  margin: 4vw auto;
 }
 #order_complete .cont .midasi {
  background: #303030;
  color: #fff;
  font-size: 3.46vw;
  padding: 1.5vw;
 }
 #order_complete .cont .cont_body {
  background: #f3f2f0;
  padding: 2.5vw;
 }
 #order_complete .cont .cont_body h2 {
  font-size: 4vw;
  font-weight: bold;
 }
 #order_complete .cont .cont_body > * + * {
  margin-top: 3.2vw;
 }
 #order_complete .cont .cont_body a {
  color: #608527;
  text-decoration: underline;
 }
 #order_complete .cont .cont_body .tel span {
  font-size: 3.46vw;
 }
 #order_complete .cont .cont_body .tel_num {
  display: inline-block;
  background: url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/cart/icon_tel.png) no-repeat left center;
  background-size: auto 4vw;
  font-size: 4vw !important;
  font-weight: bold;
  padding-left: 6vw;
 }
 #order_complete .cont .cont_body .contact {
  display: inline-block;
  min-height: 3.7vw;
  background: url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/cart/icon_contact.png) no-repeat left center;
  background-size: auto 3.7vw;
  font-size: 3.46vw;
  padding-left: 7vw;
 }
 #order_complete .cont .cont_body > p {
  font-size: 3.46vw;
  text-align: left;
 }
 #order_complete .btn_toppage {
  display: block;
  width: 100%;
  height: 48px;
  background: #404040 url(https://kyorakudo.itembox.design/item/kyorakudo/img/pc/common/icon_arrow_white_s.png) no-repeat right 18px center;
  background-size: 6px auto;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding-top: 11px;
  border-radius: 2px;
  border-bottom: 2px solid #101010;
  margin-top: 8vw;
 }
}

/* upgrade版 カート内の最短の配送可能日表記削除 */

.fs-c-deliveryDateInfo__info,.fs-c-checkout-shippingDetail__deliveryDateInfo{
  display: none;
}