/*調整*/
.fs-l-page {
  overflow: hidden;
}
.fs-c-productNumber {
  display: none;
}
/*TOPカルーセル*/
.fs-pt-carousel .slick-slide {
  padding: 0 10px;
}
.fs-pt-carousel .slick-list {
  margin: 0 -10px;
}
.info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}
/* 商品サブ画像横スクロールなし一覧表示 */
.fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
}
/* --- 各カード --- */
.info .fs-p-card {
  width: calc(25% - 15px); /* PC：4列 */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.info .fs-p-card__message {
  flex: 1;
}
/*   タブレット*/
@media (max-width: 1024px) {
  .info .fs-p-card {
    width: calc(50% - 10px);
  }
}
/*   スマホ */
@media (max-width: 768px) {
  .info {
    gap: 16px;
  }
  .info .fs-p-card {
    width: calc(50% - 8px);
  }
}
/*---------------event----------------------*/
#event_banner {
  background-color: #a70202;
}
#event_banner img {
  width: 1216px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
/*campaign*/
#fs_ShoppingCart .btn-wrap, #fs_MyPageTop .btn-wrap, #fs_MyOrders .btn-wrap, #fs_MyWishList .btn-wrap, #fs_MyPoints .btn-wrap, #fs_MyReviews .btn-wrap, #fs_MyAddressBook .btn-wrap, #fs_EditPassword .btn-wrap, #fs_MyAccountSettings .btn-wrap, #fs_Register .btn-wrap, #fs_Checkout .btn-wrap, #fs-body-checkout-success .btn-wrap, #fs_PrivacyPolicy .btn-wrap, #fs_MemberAgreement .btn-wrap {
  bottom: 35px;
}
.fs-l-pageMain {
  line-height: 1.5em;
}
/* FSレコメンド */
.fs-p-heading--lv2 {
  display: none;
}
/* ヘッダ・レフト・メインの幅 */
/*検索ページ*/
/*#fs_ProductCategory .fs-l-sideArea + .fs-l-pageMain {
  max-width: 700px;
}*/
#fs_ProductDetails .fs-l-sideArea + .fs-l-pageMain,
#fs_Top  .fs-l-sideArea + .fs-l-pageMain {
  max-width: 900px;
}
/*.fs-l-main{
	width:1200px;
}*/
/*.f_recommend{
	width:140px;
}*/

.fs-l-sideArea + .fs-l-pageMain {
  max-width: 770px;
}
/*サブエリア*/
.fs-l-sideArea {
  max-width: 275px;
}
/*一覧の画像高さ*/
.fs-c-productImage{
  aspect-ratio:1/1;
  overflow:hidden;
}
.fs-c-productImage img{
  width:100%;
  height:100%;
  object-fit:cover;
}
#fs_ProductCategory .fs-c-button--primary {
  min-width: 100%;
}
#fs_ProductSearch .fs-c-button--primary {
  min-width: 100%;
}
/*カートページ*/
.fs-c-button--primary:link {
  color: #ffffff;
  min-width: 240px;
}
.fs-c-button--secondary:link {
  color: #ffffff;
  min-width: 240px;
}
/*ご注文手続きへ進みます。*/
.fs-c-cartPayment p, .fs-c-payWithAmazon p {
  display: none;
}
#fs_ShoppingCart .fs-c-button--primary {
  background: #667895;
  border: 1px solid #667895;
}
#fs_ShoppingCar, .fs-c-button--continueShopping {
  margin: 0 auto 40px;
  padding: 15px;
  display: block;
  width: 240px;
}
#fs_ShoppingCart .fs-c-wishlistProduct__title {
  margin-bottom: 20px;
}
#fs_MyPageTop ul.fs-c-productMark, #fs_ShoppingCart ul.fs-c-productMark {
  position: absolute;
  top: 10px;
  width: 130px;
}
#fs_MyPageTop .fs-c-productListItem__image__image, #fs_ShoppingCart .fs-c-productListItem__image__image {
  height: 200px;
}
.fs-body-checkout h2.fs-c-checkout-preview__title {
  border-bottom: none;
  max-width: 100%;
  padding: 10px;
  background: #ccc;
}
.fs-body-checkout .fs-c-checkout-preview {
  padding: 0;
  margin-top: 20px;
}
.fs-body-checkout .fs-l-checkout__mainColumn {
  margin: 0 5px;
}
.fs-body-checkout .fs-c-cartTable {
  padding: 10px;
}
.fs-body-checkout .fs-c-checkout-preview {
  line-height: 1.4;
}
.fs-body-checkout .fs-c-checkout-delivery__method {
  background: #fff;
}
.fs-body-checkout .fs-c-checkout-paymentInfo__message {
  padding-left: 10px;
}
.fs-c-checkout-preview__body > * + * {
  margin: 0 5px 5px 5px;
}
.fs-body-checkout .fs-c-checkout-confirmationList > dd {
  font-size: 1.5rem;
}
.wrapping_cart {
  text-align: center;
}
.wrapping_text {
  text-align: left;
  margin: 10px;
}
.fs-c-checkout-paymentMethod__message p {
  font-size: 12px;
}
.confirm-button, .fs-c-button--confirmOrder {
  background: #c00;
  border: 1px solid #c00;
}
.fs-c-modal__inner {
  Line-height: 1.5;
}
@media screen and (min-width: 960px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    margin-top: 18px;
    flex-grow: 1;
    flex-basis: 320px;
    min-width: 320px;
  }
}
/*カートボタン*/
#fs_MyPageTop .fs-c-productListItem__control.fs-c-buttonContainer, #fs_ShoppingCart .fs-c-productListItem__control.fs-c-buttonContainer {
  position: absolute;
  bottom: 0;
}
#fs_MyPageTop .fs-c-productListItem__productDescription, #fs_ShoppingCart .fs-c-productListItem__productDescription {
  margin: 5px 0 45px;
}
#fs_MyPageTop img.fs-c-button__image, #fs_ShoppingCart img.fs-c-button__image {
  width: 18px !important;
  height: 18px;
  margin: 0 0 0 3px;
}
#fs_MyPageTop button.fs-c-button--addToCart--list.fs-c-button--plain, #fs_ShoppingCart button.fs-c-button--addToCart--list.fs-c-button--plain, .fs-c-button--addToCart--list.fs-c-button--plain {
  width: 100%;
  background: #fdb902;
  color: #fff;
  padding: 10px 8px;
  font-size: 12px;
}
#fs_MyPageTop .fs-c-productName__name, #fs_ShoppingCart .fs-c-productName__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 6.0em;  line-height(1.5) x 4行 */
  line-height: 1.5;
}
/*.fs-c-productPrice--selling >.fs-c-productPrice__main >.fs-c-productPrice__main__label {
display:none;
}*/
.fs-c-button--plain.fs-c-button--addToCart--list::before {
  display: none;
}
/*.fs-c-productPrice__addon:where(:not([class*="--listed"])), .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
	display:none;
}*/
.fs-c-productPrice--listed {
  margin: 5px 0;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #c00;
  font-size: 16px;
  font-weight: bold;
}
.fs-c-productPrice--listed .fs-c-price {
  text-decoration: line-through;
}
.fs-c-button--plain {
  z-index: 1;
}
.order_menu {
  margin-bottom: 20px;
}
.order_menu a {
  background-color: #ebebeb;
  margin: 0 10px 10px 0;
  border: solid 1px #bbb;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 2px #b2b2b2;
}
@media screen and (max-width: 768px) {
  .order_menu a {
    width: 100px;
    font-size: 1.2rem;
    padding: 10px;
    margin: 0 5px 5px 0;
  }
  #fs_ShoppingCar, .fs-c-button--continueShopping {
    margin-bottom: 40px;
    padding: 15px;
    min-width: 100%;
  }
}
/*共通*/
ul, li {
  list-style-type: none;
  padding-left: 0;
}
polio {
  margin: 0;
  line-height: 1.8em;
}
.fs-pt-menu li {
  line-height: 2;
}
.fs-p-sideMenu_bag {
  font-size: 12px;
  white-space: nowrap;
}
.fs-p-sideMenu_bag .fs-pt-menu__heading--lv1 {
  font-weight: bold;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  display: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2 {
  margin-bottom: 5px;
}
/*不要矢印*/
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  display: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv3::before {
  display: none;
}
.fs-pt-menu__heading--lv3 {
  font-weight: bold;
}
.fs-p-drawer__heading {
  border-bottom: none;
  font-size: 1.8rem;
  text-align: left;
}
.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
  line-height: 1.2;
}
/*ログイン*/
.fs-c-subSection__title {
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #000000;
  border: none;
}
.fs-c-inputInformation {
  background-color: #fff;
}
.fs-body-login, .fs-c-inputInformation__field, .fs-body-cart-login {
  background-color: #fff !important;
}
.fs-body-login .fs-c-newUsers__message {
  height: 0;
  margin-bottom: 0 !important;
  padding: 5rem 2rem 10rem;
  background-color: #fff;
  border-top: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  /*background: #FFF url(https://tokei.itembox.design/item/common/img/touroku_pc.gif) no-repeat;
background-position:50% 100px;
background-size:contain;*/
}
.fs-body-login .fs-c-newUsers .fs-c-buttonContainer--memberRegister {
  padding: 0rem 2rem 2rem;
  background-color: #fff;
  border-bottom: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0
}
.fs-c-inputInformation__link {
  margin-bottom: 2rem;
  text-align: center;
}
.fs-c-requiredMark {
  display: block;
  float: right;
  overflow: hidden;
  text-indent: -999px;
  width: 3em;
  height: 30px;
  right: 0;
  top: 0;
  text-align: center;
  color: #ffffff;
}
.fs-c-requiredMark::before {
  content: "必須";
  display: block;
  font-size: 0.8em;
  text-indent: 0;
  background: #C00;
  padding: 3px;
  color: #ffffff;
}
#fs_label_addressLine3 {
  display: block;
  margin: 0 0 15px 0;
}
/*ログアウト*/
.logout {
  position: relative;
  width: 100%;
  left: 0;
  margin: 0 0 20px 10px;
}
.btn_logout {
  display: block;
  position: relative;
  width: 160px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: #444;
}
.btn_logout:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
/*会員登録*/
.fs-p-announcement {
  text-align: center;
}
/*退会手続き*/
.fs-c-inputInformation__button {
  margin-bottom: 32px;
}
.fs-c-heading--page {
  display: none;
}
.fs-c-button__image {
  width: 100% !important;
}
select.fs-c-quantity__select.fs-system-quantity-list {
  width: 100%;
}
/*商品マーク*/
.fs-c-productMark__mark {
  margin: 0 0 2px 2px !important;
  font-size: 1.3rem;
  border-radius: 3px;
  padding: 2px;
  text-align: center;
}
.fs-c-productMark > li {
  z-index: 1;
}
.fs-c-productMark__mark--31 {
  /*width:55px;*/
}
.fs-c-productMark__mark--32 {
  /* width: 70px;*/
}
.productMark {
  display: flex;
}
.fs-c-productMark__mark--39 {
  color: #fff;
  background: #03178a;
}
@media screen and (max-width: 768px) {
  /*マイページ*/
  .fs-c-accountService__page {
    flex-basis: 45% !important;
    margin: 10px auto;
  }
}
/*カートパンくず*/
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  color: #C00;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-multi-steps {
  background-color: transparent;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
.cd-multi-steps li {
  position: relative;
  float: none;
  margin: 0.4em 40px 0.4em 0;
}
.cd-multi-steps li:last-of-type {
  margin-right: 0;
}
.cd-multi-steps li::after {
  position: absolute;
  content: '';
  height: 4px;
  background: #edeff0;
  margin: 0;
}
.cd-multi-steps li.visited::after {
  background-color: #03178a;
}
.cd-multi-steps.custom-separator li::after {
  height: 4px;
  background: #edeff0;
}
.cd-multi-steps.text-center li::after {
  width: 100%;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-1px);
  -moz-transform: translateY(-50%) translateX(-1px);
  -ms-transform: translateY(-50%) translateX(-1px);
  -o-transform: translateY(-50%) translateX(-1px);
  transform: translateY(-50%) translateX(-1px);
}
.cd-multi-steps.text-center li > * {
  z-index: 1;
  padding: .6em 1em;
  border-radius: .25em;
  background-color: #edeff0;
}
.no-touch .cd-multi-steps.text-center a:hover {
  background-color: #2c3f4c;
}
.cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
  color: #ffffff;
  background-color: #96c03d;
}
.cd-multi-steps.text-center.custom-icons li.visited a::before {
  background-position: 0 -60px;
}
.cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
  width: 20%;
  text-align: center;
}
.cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
  position: absolute;
  left: 50%;
  width: calc(100% + 48px);
}
.cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #edeff0;
}
.cd-multi-steps.text-top li.visited > *::before, .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before, .cd-multi-steps.text-bottom li.current > *::before {
  background-color: #03178a;
}
.no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
  color: #96c03d;
}
.no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
  box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
}
.cd-multi-steps.text-top li::after {
  bottom: 4px;
}
.cd-multi-steps.text-top li > * {
  padding-bottom: 20px;
}
.cd-multi-steps.text-top li > *::before {
  bottom: 0;
}
.cd-multi-steps.text-bottom li::after {
  top: 3px;
}
.cd-multi-steps.text-bottom li > * {
  padding-top: 20px;
}
.cd-multi-steps.text-bottom li > *::before {
  top: 0;
}
/*カート数字*/
.cart_icon {
  position: relative;
}
.fs-client-cart-count {
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fdb902c2;
  padding: 6px;
  border-radius: 50%;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  right: -10px;
}
/*検索ページカート非表示*/
div#fs_p_scrollingCartButton {
  display: none;
}
@media screen and (max-width: 768px) {
  nav.cart_map {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /*お気に入り*/
  #fs_MyWishList .fs-c-productList__list__item {
    padding-bottom: 45px;
  }
}
/*お気に入り*/
#fs_MyWishList .fs-c-productListItem__image {
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
}
#fs_MyWishList .fs-c-productMark {
  position: absolute;
}
.fs-c-productListItem__productDescription {
  font-weight: bold;
}
#fs_MyWishList .fs-c-list {
  line-height: 1.5;
}
.fs-c-productListItem__productName {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.fs-c-list li::before, .fs-c-localNavigation__list li::before {
  display: inline-block;
  color: #7c8790;
  margin: auto 10px auto -5px;
  content: "●";
  box-sizing: content-box;
  border: none !important;
}
.fs-c-productList__list__item {
  position: relative;
}
#fs_MyWishList .fs-c-productListItem__viewMoreImageButton {
  position: absolute;
  top: 60%;
  right: 10px;
}
#fs_MyWishList.fs-c-productMark {
  position: absolute;
}
/* ===== 商品リスト調整（%OFFとカートボタン位置揃え） ===== */
/* 商品カード全体を縦に並べる */
.fs-c-productListItem {
  display: flex;
  flex-direction: column;
 /* height: 100%; */
}
/* カートボタンを下に寄せる 
.fs-c-productListItem__control {
  margin-top: auto;
	position:absolute;
	bottom:0;
}*/
/* %OFFラベルとボタンの間に余白 */
.fs-c-productListItem__productDescription {
  margin-bottom: 28px;
}
.fs-c-noImage {
  background: #da445354;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  #fs_MyWishList .fs-c-productListItem__image {
    position: relative;
    width: 100%;
    height: 320px;
  }