@charset "UTF-8";
/*
#overview
base
*/
/*
#colors
@$color01 #ed6d00
@$color02 #99c344
@$color03 #eb9763
@$color04 #000
@$textColor #000
*/
/*******************************
Default Mixin
*******************************/
/*----------------------
フォントサイズ「rem」の使用
----------------------*/
/*******************************
Customized Mixin
*******************************/
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("//fonts.googleapis.com/css?family=Lato&display=swap");
/*******************************
Style Start
*******************************/
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.link-text {
  border-bottom: 1px solid #2a76b1;
  color: #2a76b1;
}

.link-text:link, .link-text:visited {
  color: #2a76b1;
}

.link-text:hover {
  border-bottom: none;
  text-decoration: none;
}

.text-red {
  color: #f20000;
}

.tel-links {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .tel-links {
    pointer-events: all;
  }
}

.fs-p-announcement__title,
.ejoy-titles {
  padding: 15px;
  background-color: #f0f0eb;
  color: #000000;
  font-size: 21px;
  text-align: left;
  border-bottom: none;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 24px;
}

@media screen and (max-width: 768px) {
  .fs-p-announcement__title,
  .ejoy-titles {
    margin-bottom: 0;
  }
}

.fs-p-announcement__title::before,
.ejoy-titles::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  margin-right: 12px;
  background-color: #ed6d00;
  vertical-align: middle;
}

.fs-p-announcement__title {
  font-size: 17px;
}

.fs-c-inputTable__headerCell {
  position: relative;
  width: 18em;
}

#fs_EditPassword .fs-c-inputTable__headerCell .fs-c-requiredMark,
#fs_CustomerDetails .fs-c-inputTable__headerCell .fs-c-requiredMark,
#fs_NewAddress .fs-c-inputTable__headerCell .fs-c-requiredMark,
#fs_NewsletterSubscribe .fs-c-inputTable__headerCell .fs-c-requiredMark,
#fs_EditAccountSettings .fs-c-inputTable__headerCell .fs-c-requiredMark {
  -webkit-transform: none;
          transform: none;
  top: 3px;
  right: 10px;
  position: static;
}

#fs_EditPassword .fs-c-inputTable__dataCell,
#fs_CustomerDetails .fs-c-inputTable__dataCell,
#fs_NewAddress .fs-c-inputTable__dataCell,
#fs_NewsletterSubscribe .fs-c-inputTable__dataCell,
#fs_EditAccountSettings .fs-c-inputTable__dataCell {
  width: 50%;
}

@media screen and (max-width: 640px) {
  #fs_EditPassword .fs-c-inputTable__dataCell,
  #fs_CustomerDetails .fs-c-inputTable__dataCell,
  #fs_NewAddress .fs-c-inputTable__dataCell,
  #fs_NewsletterSubscribe .fs-c-inputTable__dataCell,
  #fs_EditAccountSettings .fs-c-inputTable__dataCell {
    width: 100%;
  }
}

.fs-c-buttonContainer {
  padding: 0;
}

.fs-c-button--primary,
.fs-c-button--back {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
/*  background: #ed6d00;*/
  background: #aa1111;

  border-radius: 4px;
}

.fs-c-button--back {
  margin-top: 20px;
}

.fs-c-button--standard {
  background: #7d7d7d;
  color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#fs_ShoppingCart .fs-l-sideArea,
#fs_Login .fs-l-sideArea,
#fs_CustomerDetails .fs-l-sideArea {
  display: none;
}

@media screen and (max-width: 1025px) {
  #fs_ShoppingCart .fs-l-sideArea,
  #fs_Login .fs-l-sideArea,
  #fs_CustomerDetails .fs-l-sideArea {
    display: block;
  }
}

#fs_ShoppingCart .fs-l-pageMain,
#fs_Login .fs-l-pageMain,
#fs_CustomerDetails .fs-l-pageMain {
  max-width: 1216px;
}

.FS2_Recommend2_container_history .product-item .recommend2_itemname {
  color: #2a76b1;
  font-size: 15px;
  font-weight: bold;
}

.FS2_Recommend2_container_history .product-item .recommend2_itemprice {
  color: #ed6d00;
  font-size: 23px;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.FS2_Recommend2_container_history .product-item .recommend2_itemprice .yen {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

.FS2_Recommend2_container_history .product-item .recommend2_itemprice .recommend2_price {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

/*******************************
header
*******************************/
.headerFormBox {
  width: 100%;
}

.headerFormBox form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-l-header {
  border-top: 8px solid #ed6d00;
}

.fs-l-header .l-header-area {
  max-width: 1200px;
  margin: -8px auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

@media screen and (max-width: 640px) {
  .fs-l-header .l-header-area {
    position: fixed;
    right: 1px;
    top: 27px;
    margin-top: -8px;
    z-index: 50;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-header .topareaLeft {
    display: none;
  }
}

.fs-l-header .topareaLeft .fs-p-logo__lead {
  font-size: 13px;
}

.fs-l-header .topareaRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .fs-l-header .topareaRight {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-header .topareaRight {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
  }
  .fs-l-header .topareaRight .fs-p-headerUtilityMenu {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .fs-l-header .topareaRight {
    width: 70%;
  }
}

@media screen and (max-width: 1025px) {
  .fs-l-header .topareaRight .fs-l-header__leftContainer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fs-l-header .topareaRight .fs-l-header__leftContainer .fs-l-header__drawerOpener {
  margin-top: -10px;
}

.fs-l-header .topareaRight .fs-p-welcomeMsg {
  margin-right: 10px;
}

.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list a::before {
  content: none;
}

.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__register a,
.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__login a,
.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__logout a {
  margin-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
}

.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__register {
  margin-right: 10px;
  margin-left: 15px;
}

.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__register a {
  background-color: #e50065;
  border-radius: 0 0 4px 4px;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 6px;
}

@media screen and (max-width: 640px) {
  .fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__register a {
    padding: 6px 11px 5px;
    font-size: 12px;
  }
}

.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__login a,
.fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__logout a {
  background-color: #ed6d00;
  border-radius: 0 0 4px 4px;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 6px;
}

@media screen and (max-width: 640px) {
  .fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__login a,
  .fs-l-header .topareaRight .fs-p-headerUtilityMenu__list .fs-p-headerUtilityMenu__logout a {
    padding: 6px 11px 5px;
    font-size: 12px;
  }
}

.fs-l-header .banner-template_area {
  margin-top: 50px;
}

.header-noticeText {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f0eb;
  font-size: 17px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-noticeText {
    padding-right: 2%;
    padding-left: 2%;
  }
}

@media screen and (max-width: 640px) {
  .header-noticeText {
    font-size: 13px;
  }
}

.fs-l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .fs-l-header__contents {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fs-l-header__contents .fs-l-header__logo {
  width: 230px;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 1025px) {
  .fs-l-header__contents .fs-l-header__logo {
    width: 21%;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-header__contents .fs-l-header__logo {
    width: 40%;
    margin-left: 3%;
  }
}

.fs-l-header__contents .fs-l-header__logo .fs-p-logo {
  padding: 0;
}

.fs-l-header__contents .fs-p-logo__image {
  width: 100%;
}

.fs-l-header__contents .header-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 635px;
}

@media screen and (max-width: 1025px) {
  .fs-l-header__contents .header-form-area {
    width: 61%;
  }
}

@media screen and (max-width: 768px) {
  .fs-l-header__contents .header-form-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fs-l-header__contents .header-form-area .category-form {
  width: 200px;
}

@media screen and (max-width: 1025px) {
  .fs-l-header__contents .header-form-area .category-form {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-header__contents .header-form-area .category-form {
    width: 35%;
  }
}

.fs-l-header__contents .header-form-area .category-form select {
  padding: 6px 10px;
  border: 1px solid #727171;
  border-radius: 0;
  background-color: #f4f4f4;
  font-size: 15px;
  font-size: 1.5rem;
}

.fs-l-header__contents .header-form-area .fs-p-searchForm {
  width: 400px;
}

@media screen and (max-width: 1025px) {
  .fs-l-header__contents .header-form-area .fs-p-searchForm {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-header__contents .header-form-area .fs-p-searchForm {
    width: 60%;
  }
}

.fs-l-header__contents .header-form-area .fs-p-searchForm .fs-p-inputGroup {
  border: none;
  background: none;
}

.fs-l-header__contents .header-form-area .fs-p-searchForm .fs-p-searchForm__input {
  padding: 6px 13px;
  border: 1px solid #727171;
  background-color: #f4f4f4;
  font-size: 15px;
  font-size: 1.5rem;
}

.fs-l-header__contents .header-form-area .fs-p-searchForm .fs-p-searchForm__button {
  margin-left: 5px;
  width: 42px;
  height: 35px;
}

.fs-l-header__contents .header-form-area .fs-p-searchForm .fs-p-searchForm__button::before {
  line-height: 1.6;
}

.fs-l-header__contents .l-header-keyword-box p {
  font-size: 12px;
}

.fs-l-header__contents .l-header-keyword-box p a {
  border-bottom: 1px solid #2a76b1;
  color: #2a76b1;
  font-size: 12px;
}

.fs-l-header__contents .l-header-keyword-box p a + a {
  margin-left: 15px;
}

.fs-l-header__contents .l-header-keyword-box p a:hover {
  border-bottom: none;
  text-decoration: none;
}

.fs-l-header__contents .fs-p-headerNavBar {
  width: 240px;
  background-color: #ffffff;
  border-bottom: none;
}

@media screen and (max-width: 1025px) {
  .fs-l-header__contents .fs-p-headerNavBar {
    width: 18%;
  }
}

@media screen and (max-width: 768px) {
  .fs-l-header__contents .fs-p-headerNavBar {
    width: 52%;
    padding-left: 0;
    margin-right: 5%;
  }
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__listItem {
  max-width: 60px;
  min-width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__listItem {
    width: 33%;
  }
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__listItem .fs-p-headerNavigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__listItem .fs-p-headerNavigation__link {
    height: 100%;
  }
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__listItem .fs-p-headerNavigation__link img {
  margin-bottom: auto;
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__listItem .fs-p-headerNavigation__link .icon-text {
  padding-top: 8px;
  margin-top: auto;
  font-size: 10px;
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__link:visited {
  color: #000000;
}

.fs-l-header__contents .fs-p-headerNavBar .fs-p-headerNavigation__link:link {
  color: #000000;
}

.fs-p-inputGroup__button {
  background-color: #000000;
}

.category-form {
  position: relative;
}

.category-form .select-arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 14px;
  background-color: #f4f4f4;
}

.category-form .select-arrow::before, .category-form .select-arrow::after {
  content: "";
  position: absolute;
  display: block;
}

.category-form .select-arrow::before {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000000 transparent;
}

.category-form .select-arrow::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

/*******************************
footer
*******************************/
.fs-l-footer {
  padding-top: 60px;
  background-color: #f0f0eb;
  border-bottom: 8px solid #ed6d00;
  border-top: none;
}

@media screen and (max-width: 640px) {
  .fs-l-footer {
    margin-top: 0;
    padding-top: 30px;
  }
}

.l-footerNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
}

.footerNvaigation-area {
  width: 582px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1025px) {
  .footerNvaigation-area {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 768px) {
  .footerNvaigation-area {
    width: 48%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 640px) {
  .footerNvaigation-area {
    width: 92%;
  }
}

.l-footerNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footerNvaigation-box + .footerNvaigation-box {
  margin-top: 30px;
}

.footerNvaigation-title {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #ed6d00;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.footerNvaigation-content {
  background-color: #ffffff;
  padding: 20px 25px;
}

.footerNvaigation-content .content-text {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 7px;
}

.footerNvaigation-content .content-text.bold {
  font-weight: bold;
}

.footerNvaigation-content .content-text.card {
  margin-bottom: 20px;
}

.footerNvaigation-content .content-text.delivery {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footerNvaigation-content .caution-text {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 7px;
}

.footerNvaigation-tel {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: "Lato", sans-serif;
  color: #2a76b1;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footerNvaigation-tel {
    font-size: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .footerNvaigation-tel {
    font-size: 8.5vw;
  }
}

.footerNvaigation-tel .tel-links {
  color: #2a76b1;
}

.footerNvaigation-tel i {
  margin-right: 10px;
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .footerNvaigation-tel i {
    font-size: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .footerNvaigation-tel i {
    font-size: 9vw;
  }
}

.fs-l-footer__utility {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 25px;
  border-top: 2px solid #cbcbc8;
}

.fs-pt-menu__item {
  padding: 0;
  text-align: left;
}

.fs-pt-menu__item .fs-pt-menu__link {
  padding: 0 20px;
  text-decoration: none;
}

.fs-pt-menu__item + .fs-pt-menu__item .fs-pt-menu__link {
  border-left: 1px solid #cbcbc8;
}

.fs-p-footerUtilityMenu__list a::before {
  content: none;
}

.fs-p-footerCopyright {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #727171;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .fs-pt-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .fs-pt-menu li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: none;
  }
}

@media screen and (max-width: 640px) {
  .fs-p-footerUtilityMenu__list a::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: none;
  }
}

.fs-pt-menu .fs-pt-menu__link {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  padding-left: 16px;
}

/*******************************
sidemenu
*******************************/
#fs_ProductCategory .page-headdingTitle .ejoy-titles {
  display: none;
}

.fs-l-sideArea {
  max-width: 270px;
  overflow: visible;
}

@media screen and (max-width: 1025px) {
  .fs-l-sideArea {
    overflow-x: scroll;
  }
  .fs-l-sideArea .fs-p-drawer__loginLogout {
    margin-bottom: 20px;
  }
}

.fs-l-sideArea .fs-p-headerNavBar {
  background: #fff;
  display: none;
}

@media screen and (max-width: 640px) {
  .fs-l-sideArea .fs-p-headerNavBar {
    display: block;
  }
}

.fs-l-sideArea .fs-p-headerNavBar .fs-p-headerNavigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.fs-l-sideArea .fs-p-headerNavBar .fs-p-headerNavigation__link .icon-text {
  color: #000;
  font-size: 10px;
}

.fs-p-drawer__heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #ed6d00;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
}

.fs-p-drawer__heading i {
  margin-right: 5px;
}

.fs-p-sideMenu {
  margin-bottom: 3px;
  padding: 10px;
  background-color: #f0f0eb;
  margin-bottom: 30px;
}

.fs-p-sideMenu .fs-pt-menu__item {
  position: relative;
  background-color: #ffffff;
}

.fs-p-sideMenu .fs-pt-menu__item:first-of-type span {
  border-radius: 4px 4px 0 0;
}

.fs-p-sideMenu .fs-pt-menu__item:last-of-type span {
  border-radius: 0 0 4px 4px;
}

.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
  margin-top: 0;
  width: 100%;
}

.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item span {
  border-top: none;
}

.fs-p-sideMenu .fs-pt-menu__item .fs-pt-menu__heading--lv1 {
  position: relative;
  padding: 15px 30px 15px 15px;
  font-size: 16px;
}

.fs-p-sideMenu .fs-pt-menu__item .fs-pt-menu__heading--lv1::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
  display: inline-block;
}

.fs-p-sideMenu .fs-pt-menu__item .fs-pt-menu__heading--lv1 .fs-pt-menu__link--lv1 {
  display: inline-block;
  padding: 8px;
  border-left: none;
  pointer-events: none;
}

.fs-p-sideMenu .fs-pt-menu__item .fs-pt-menu__heading--lv1 .fs-pt-menu__link--lv1::after {
  content: none;
}

.fs-p-sideMenu .fs-pt-menu__item .fs-pt-menu--lv2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 615px;
  min-height: 280px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 0px 4px 4px 0px;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu__heading--lv1::after {
  content: "\f146";
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 {
  display: block;
}

@media screen and (max-width: 1025px) {
  .fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 {
    position: initial;
    width: 100%;
    height: auto;
  }
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li {
  display: inline-block;
  width: 32%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1025px) {
  .fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li {
    display: block;
    width: 100%;
  }
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li.fs-pt_menu__item--0000 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li.fs-pt_menu__item--0000 a::after {
  content: none;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li span,
.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li a {
  border: none;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li a {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  font-size: 1.6rem;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  border-bottom: 1px solid #ed6d00;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li a:hover {
  background: none;
  color: #000000;
}

.fs-p-sideMenu .fs-pt-menu__item.is-active .fs-pt-menu--lv2 li a:hover::after {
  width: 100%;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
  color: #ed6d00;
}

.fs-p-sideMenu .fs-pt-menu__item--lv1 .fs-pt-menu--lv2 {
  padding-bottom: 162px;
  background-size: 45%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .fs-p-sideMenu .fs-pt-menu__item--lv1 .fs-pt-menu--lv2 {
    padding-bottom: 135px;
    background-size: contain;
  }
}

.fs-p-sideMenu .fs-pt_menu__item--01 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img01.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--02 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img02.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--03 .fs-pt-menu--lv2 {
  padding-bottom: 164px;
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img03.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--04 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img04.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--05 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img05.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--06 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img06.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--07 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img07.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--08 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img08.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--09 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img09.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--10 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img10.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--11 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img11.jpg);
}

.fs-p-sideMenu .fs-pt_menu__item--12 .fs-pt-menu--lv2 {
  background-image: url(https://ejoy.itembox.design/item/menu/menu_img12.jpg);
}

#fs_ProductCategory:not(.parent_cat) .cat_images {
  background-color: #fff;
}

#fs_ProductCategory:not(.parent_cat) .cat_images .fs-c-subgroupList__label {
  display: block;
  width: 100%;
  text-align: center;
  color: #2a76b1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

#fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList__link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList::before, #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList::after {
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media screen and (max-width: 640px) {
  #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList::before, #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList::after {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}

@media screen and (max-width: 425px) {
  #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList::before, #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList::after {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

#fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList .fs-c-subgroupList__item {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media screen and (max-width: 640px) {
  #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList .fs-c-subgroupList__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
}

@media screen and (max-width: 425px) {
  #fs_ProductCategory:not(.parent_cat) .fs-c-subgroupList .fs-c-subgroupList__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

/*******************************
TOP
*******************************/
#fs_Top .fs-c-slick .slick-prev:before,
#fs_Top .fs-c-slick .slick-next:before {
  color: #727171;
  background: #ffffff;
  opacity: 1;
}

.fs-l-main {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .fs-l-main {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .fs-l-main {
    margin-top: 20px;
  }
}

.fs-l-sideArea + .fs-l-pageMain,
.fs-l-pageMain + .fs-l-sideArea {
  max-width: 890px;
}

@media screen and (max-width: 1025px) {
  .fs-l-sideArea + .fs-l-pageMain,
  .fs-l-pageMain + .fs-l-sideArea {
    margin-right: auto;
    margin-left: auto;
  }
}

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

.fs-l-pageMain .fs-c-breadcrumb {
  display: block;
  margin-bottom: 20px;
}

.fs-l-pageMain .fs-p-heading--lv2 {
  padding-bottom: 17px;
  padding-left: 12px;
  border-bottom: 3px solid #dfdfd5;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
}

.fs-l-pageMain .fs-p-heading--lv2:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .fs-l-pageMain .fs-p-heading--lv2:not(:first-child) {
    margin-top: 40px;
  }
}

.fs-l-pageMain .rank.fs-c-productListCarousel {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .fs-l-pageMain .rank.fs-c-productListCarousel {
    margin-bottom: 40px;
  }
}

.fs-c-button--carousel--prev::before,
.fs-c-button--carousel--next::before {
  color: #ed6d00;
}

.news-title::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  margin-right: 14px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon_news.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.check-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon_check.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.ranking-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-right: 14px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon_ranking.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.recomend-title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon_recomend.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.staffblog-title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon_staffblog.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.fs-c-featuredProduct__title {
  padding-bottom: 17px;
  padding-left: 12px;
  border-bottom: 3px solid #dfdfd5;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
}

.fs-c-featuredProduct__title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 14px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon_check.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.aside-banner_template--top {
  margin-bottom: 30px;
}

.aside-banner_template--top .fs-pt-column__item {
  padding: 0;
}

.aside-banner_template--top .fs-pt-column__item + .fs-pt-column__item {
  margin-top: 10px;
}

.aside-banner_template--under .fs-pt-column__item {
  padding: 0;
}

.aside-banner_template--under .fs-pt-column__item + .fs-pt-column__item {
  margin-top: 10px;
}

.fs-c-slick .slick-next {
  right: calc(50% - 500px);
}

@media screen and (max-width: 1025px) {
  .fs-c-slick .slick-next {
    right: 0;
  }
}

.fs-c-slick .slick-prev {
  left: calc(50% - 500px);
}

@media screen and (max-width: 1025px) {
  .fs-c-slick .slick-prev {
    left: 0;
  }
}

.fs-c-slick .slick-dots li {
  width: 64px;
  height: 6px;
}

.fs-c-slick .slick-dots li button {
  width: 64px;
  height: 6px;
}

.fs-c-slick .slick-dots li button:before {
  content: "";
  display: block;
  width: 64px;
  height: 6px;
  background-color: #dcdcdc;
  opacity: 1;
}

.fs-c-slick .slick-dots li button:hover:before, .fs-c-slick .slick-dots li button:focus:before {
  opacity: inherit;
  background-color: #ed6d00;
}

.fs-c-slick .slick-dots li.slick-active button:before {
  background-color: #ed6d00;
  opacity: 1;
}

.fr2-carousel {
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
}

.fr2-carousel .slick-next,
.fr2-carousel .slick-prev {
  background: #ffffff;
}

.fr2-carousel .slick-next:hover, .fr2-carousel .slick-next:focus,
.fr2-carousel .slick-prev:hover,
.fr2-carousel .slick-prev:focus {
  opacity: 0.75;
  background: #ffffff;
}

.fr2-carousel .slick-next:before, .fr2-carousel .slick-next:after,
.fr2-carousel .slick-prev:before,
.fr2-carousel .slick-prev:after {
  -webkit-columns: #727171;
     -moz-columns: #727171;
          columns: #727171;
}

.fr2-carousel .slick-next {
  right: -1%;
}

.fr2-carousel .slick-prev {
  left: -1%;
}

.fr2-carousel .product-item {
  padding-right: 15px;
  padding-left: 15px;
}

.banner-template_area {
  max-width: 890px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}

.banner-template_area .fs-pt-column__item {
  padding: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .banner-template_area .fs-pt-column__item {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .banner-template_area .fs-pt-column__item {
    width: 100%;
  }
  .banner-template_area .fs-pt-column__item .fs-pt-column__image {
    text-align: center;
  }
  .banner-template_area .fs-pt-column__item .fs-pt-column__image > img {
    margin: 0 auto;
  }
}

.news-box {
  padding: 30px 25px;
  background-color: #f0f0eb;
}

.news-box .fs-pt-list {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}

.news-box .fs-pt-list .fs-pt-list__item {
  border-top: none;
  padding: 20px;
}

.news-box .fs-pt-list .fs-pt-list__item + .fs-pt-list__item {
  margin-top: 0;
  border-top: 1px dotted #888787;
}

.news-box .fs-pt-list .fs-pt-list__item:last-of-type {
  border-bottom: none;
}

.news-box .fs-pt-list .fs-pt-list__item .fs-pt-list__link:hover {
  text-decoration: none;
}

.news-box .fs-pt-list .fs-pt-list__item time {
  display: inline-block;
  margin-right: 20px;
  background: none;
  color: #000000;
}

.staff-blog {
  margin-bottom: 65px;
}

@media screen and (max-width: 640px) {
  .staff-blog {
    margin-bottom: 35px;
  }
}

.m-news-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .m-news-title {
    font-size: 16px;
  }
}

.m-news-title .rss {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #2a76b1;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .m-news-title .rss {
    font-size: 11px;
  }
}

.m-news-title .more {
  padding-top: 5px;
  float: right;
  font-size: 14px;
}

.m-news-title .more i {
  margin-left: 5px;
  color: #e50065;
  font-size: 15px;
}

#company-logo {
  padding-top: 65px;
  border-top: 1px solid #c9c9c9;
}

@media screen and (max-width: 640px) {
  #company-logo {
    padding-top: 15px;
  }
}

.company_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company_logo_list .fs-pt-column__item {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .company_logo_list .fs-pt-column__item {
    width: 48%;
  }
}

.company_logo_list .fs-pt-column__item:nth-of-type(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .company_logo_list .fs-pt-column__item:nth-of-type(n+5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .company_logo_list .fs-pt-column__item:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .company_logo_list .fs-pt-column__item:nth-of-type(n+1) {
    margin-top: 20px;
  }
}

.company_logo_list::before, .company_logo_list::after {
  content: "";
  width: 215px;
  height: 0;
}

@media screen and (max-width: 640px) {
  .company_logo_list::before, .company_logo_list::after {
    width: 48%;
  }
}

.company_logo_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.company_logo_list::after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#company_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 65px;
  border-top: 1px solid #c9c9c9;
}

@media screen and (max-width: 640px) {
  #company_logo {
    padding-top: 15px;
  }
}

#company_logo .logo-img {
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  #company_logo .logo-img {
    width: 48%;
  }
}

#company_logo::before, #company_logo::after {
  content: "";
  width: 215px;
  height: 0;
}

@media screen and (max-width: 640px) {
  #company_logo::before, #company_logo::after {
    width: 48%;
  }
}

#company_logo::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#company_logo::after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*******************************
category
*******************************/
.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.pagenation_under {
  margin-bottom: 115px;
}

@media screen and (max-width: 640px) {
  .pagenation_under {
    margin-bottom: 65px;
  }
}

.pagenation_under .fs-c-sortItems {
  display: none;
}

.pagenation_under .fs-c-listControl {
  display: block !important;
}

.pagenation_under .fs-c-listControl .fs-c-listControl__status {
  display: none;
}

.pagenation_under .fs-c-listControl .fs-c-pagination__item {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

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

.pagenation_under .fs-c-listControl .fs-c-pagination__item {
  width: 45px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}

.pagenation_under .fs-c-listControl .fs-c-pagination__item.is-active {
  background: #ed6d00;
  border: 1px solid #ed6d00;
}

.pagenation_under .fs-c-listControl .fs-c-pagination__item + .fs-c-pagination__item {
  margin-left: 10px;
}

.fs-c-productList .fs-c-productList__controller {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fs-c-productList .fs-c-productList__controller .fs-c-listControl {
  display: none;
}

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

.fs-c-productList .fs-c-productList__list::before, .fs-c-productList .fs-c-productList__list::after {
  content: "";
  display: block;
  width: 25%;
  height: 0;
}

@media screen and (max-width: 640px) {
  .fs-c-productList .fs-c-productList__list::before, .fs-c-productList .fs-c-productList__list::after {
    width: 33%;
  }
}

.fs-c-productList .fs-c-productList__list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fs-c-productList .fs-c-productList__list::after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    width: 33%;
  }
}

@media screen and (max-width: 640px) {
  .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
    width: 48%;
  }
}

.fs-c-productList .fs-c-sortItems__label {
  display: none;
}

@media screen and (max-width: 640px) {
  .fs-c-productList .fs-c-sortItems {
    border: none;
  }
}

@media screen and (max-width: 640px) {
  .fs-c-productList .fs-c-sortItems__list {
    border: none;
  }
}

.fs-c-productList .fs-c-sortItems__list .fs-c-sortItems__list__item {
  min-width: 120px;
  padding: 3px 15px;
  border: 1px solid #727171;
  border-radius: 4px;
  color: #727171;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .fs-c-productList .fs-c-sortItems__list .fs-c-sortItems__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 30%;
    max-width: 30%;
  }
}

.fs-c-productList .fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
  background-color: #727171;
  color: #ffffff;
}

.fs-c-productList .fs-c-sortItems__list .fs-c-sortItems__list__item + .fs-c-sortItems__list__item {
  margin-left: 11px;
}

.fs-c-productList .fs-c-sortItems__list .fs-c-sortItems__list__item:hover {
  background-color: #727171;
  color: #ffffff;
}

.fs-c-productListItem__imageContainer {
  border: 1px solid #c9c9c9;
}

.rank.fs-c-productListCarousel .fs-c-productListItem__prices {
  display: block;
}

.rank.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-productPrice__main__label {
  display: none;
}

.rank.fs-c-productListCarousel .fs-c-productListItem__prices .fs-c-price__currencyMark {
  display: none;
}

.fs-c-productName__name {
  color: #2a76b1;
  font-size: 15px;
  font-weight: bold;
}

.fs-c-productList__list .fs-c-productPrice__main__label,
.fs-c-productList__list .fs-c-price__currencyMark {
  display: none;
}

.fs-c-productPrice__main__price .fs-c-price__value {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ed6d00;
  font-size: 23px;
  font-weight: bold;
}

.fs-c-productPrice__main__price .fs-c-price__value::after {
  content: "円";
  margin-right: 10px;
  margin-left: 5px;
  color: #101010;
  font-size: 13px;
  font-weight: normal;
}

.fs-c-productPrice__addon {
  font-size: 13px;
}

.fs-c-subgroupList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.fs-c-subgroupList::after {
  content: "";
  height: 0;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

@media screen and (max-width: 640px) {
  .fs-c-subgroupList::after {
    -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
  }
}

@media screen and (max-width: 368px) {
  .fs-c-subgroupList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fs-c-subgroupList__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  margin-bottom: 17px;
}

@media screen and (max-width: 640px) {
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(47%);
        flex-basis: calc(47%);
  }
}

@media screen and (max-width: 368px) {
  .fs-c-subgroupList__item {
    -ms-flex-preferred-size: calc(91%);
        flex-basis: calc(91%);
  }
}

.fs-c-subgroupList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  padding: 0;
  padding: 20px;
}

.fs-c-subgroupList__image {
  margin-right: 0;
}

.cat_images .fs-c-subgroupList__label {
  display: none;
}

.cat_images.fs-c-subgroupList__link {
  padding: 0px;
}

.cat_images.fs-c-subgroupList__link::after {
  content: none;
}

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

.fs-c-productListItem .fs-c-productListItem__control {
  display: none;
}

.fs-c-productNameHeading__name {
  font-size: 2.4rem;
}

#goodsInfo iframe,
#goodsInfo4 iframe {
  width: 100%;
  height: 520px;
}

@media screen and (max-width: 640px) {
  #goodsInfo iframe,
  #goodsInfo4 iframe {
    height: 49vw;
  }
}

/*******************************
product
*******************************/
.fs-l-productLayout__item--2 .fs-c-heading {
  margin-bottom: 35px;
}

.fs-l-product2 {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 {
    margin-top: 0;
  }
}

.fs-l-product2 .fs-c-breadcrumb {
  width: 75%;
  margin-left: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 .fs-c-breadcrumb {
    width: 100%;
  }
}

.fs-l-product2 .fs-l-sideArea {
  position: absolute;
  background: none;
  width: 270px;
  max-width: unset;
  bottom: auto;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 .fs-l-sideArea {
    display: block;
    position: fixed;
    background: #fff;
  }
}

.fs-l-product2 .fs-l-sideArea .fs-p-sideMenu {
  display: none;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 .fs-l-sideArea .fs-p-sideMenu {
    display: block;
  }
}

.fs-l-product2 .fs-l-sideArea .fs-pt-column {
  display: none;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 .fs-l-sideArea .fs-pt-column {
    display: block;
  }
}

.fs-l-product2 .fs-p-drawer__heading {
  cursor: pointer;
}

.fs-l-product2 .aside-banner_template--top {
  display: none;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 .aside-banner_template--top {
    display: block;
  }
}

.fs-l-product2 .fs-l-pageMain {
  max-width: 1216px;
}

.fs-l-product2 .fs-l-pageMain .banner-template_area {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .fs-l-product2 .fs-l-pageMain .banner-template_area {
    margin-top: 30px;
  }
}

.fs-l-product2 .fs-c-price__currencyMark {
  display: none;
}

.fs-l-product2 .fs-l-productLayout > * > .fs-c-productQuantityAndWishlist {
  margin-bottom: 20px;
}

.fs-l-product2 .fs-p-drawer {
  bottom: unset;
}

@media screen and (max-width: 1025px) {
  .fs-l-product2 .fs-p-drawer {
    bottom: 0;
  }
}

#goodsInfoArea {
  margin-top: 40px;
  margin-bottom: 50px;
}

#goodsInfoArea img {
  display: inherit;
}

.fs-c-productActionButton {
  background-color: #ed6d00;
  border-radius: 4px;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail {
  padding: 15px 0;
  background-color: #aa1111;
/*  background-color: #ed6d00;*/
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 18px;
  border-radius: 4px;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail::before {
  content: url("https://ejoy.itembox.design/item/icon-cart_white.png");
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.fs-c-productActionButton .fs-c-button--addToCart--detail .fs-c-button__label {
  vertical-align: middle;
}

.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
  padding: 0;
}

.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  vertical-align: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail,
  .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
    width: 100%;
  }
}

.fs-c-productQuantityAndWishlist .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 5px;
  margin-left: 0;
}

.fs-c-productPrices--productDetail {
  margin-bottom: 0 !important;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--selling {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 2.1rem;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrice__addon {
  font-size: 1.4rem;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--member {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__main__price .fs-c-price__value {
  color: #000000;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__main__price .fs-c-price__value::after {
  margin-left: 5px;
  font-size: 19px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  margin-left: 10px;
  font-size: 19px;
}

.fs-c-productPointDisplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: none;
  color: #e60012;
  font-size: 17px;
}

.fs-c-productQuantityAndWishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fs-c-productQuantityAndWishlist__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-c-productQuantityAndWishlist__quantity::before {
  content: '数量';
  display: block;
  width: 5em;
  vertical-align: middle;
}

.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.fs-c-quantity {
  max-width: initial;
  width: 22%;
  position: relative;
}

.fs-c-buttonContainer--inquiryAboutProduct {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #101010;
  border-radius: 4px;
}

.fs-c-buttonContainer--inquiryAboutProduct::after {
  content: "\f054";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 900;
}

.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  color: #ffffff;
  font-size: 15px;
}

.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct::before {
  content: url("https://ejoy.itembox.design/item/common/icon/icon-contact_white.png");
  display: inline-block;
}

.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover {
  text-decoration: none;
}

#goodsInfo,
#goodsInfo4 {
  margin-bottom: 40px;
  padding: 40px;
  background-color: #f0f0eb;
}

@media screen and (max-width: 640px) {
  #goodsInfo,
  #goodsInfo4 {
    padding: 20px;
  }
}

#_rcmdjp_display_1 {
  margin-top: 60px;
  margin-bottom: 40px;
}

#_rcmdjp_display_1 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #ed6d00;
  font-weight: 900;
}

#_rcmdjp_display_1 .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: #ed6d00;
  font-weight: 900;
}

.FS2_Recommend2_container_ItemList img {
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}

.fs-l-productLayout {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .fs-l-productLayout {
    margin-bottom: 40px;
  }
}

.fs-l-productLayout .fs-c-productThumbnail {
  margin-bottom: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fs-l-productLayout .fs-c-productThumbnail .fs-c-productThumbnail__image {
  -ms-flex-preferred-size: calc(100% / 6);
      flex-basis: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "\e91a";
  color: #e50065;
}

.amazon_use .amazon_text {
  margin-bottom: 26px;
  text-align: right;
}

.amazon_use .amazon_text img {
  margin-right: 10px;
  vertical-align: -17px;
}

#deliveryParts {
  margin-bottom: 16px;
}

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

.delivery-box .free_use img,
.delivery-box .delivery_use img {
  margin-right: 7px;
  vertical-align: middle;
}

.delivery-box .free_use {
  width: 48%;
  padding: 14px;
  background-color: #e60012;
  border: 3px solid #e60012;
  text-align: center;
}

.delivery-box .free_use .free_text {
  color: #ffffff;
}

.delivery-box .delivery_use {
  width: 48%;
  padding: 14px;
  border: 3px solid #000000;
  text-align: center;
}

.delivery-box .delivery_use .delivery_text {
  color: #000000;
}

.unclearPoint-box .unclearPoint_text {
  margin-bottom: 0;
  font-size: 15px;
}

.unclearPoint-box .unclearPoint_tel {
  margin-top: -5px;
  padding-left: 15px;
  font-size: 12px;
}

.unclearPoint-box .unclearPoint_tel .tel_num {
  margin-right: 5px;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: -3px;
}

.unclearPoint-box .unclearPoint_tel .tel_num i {
  margin-right: 3px;
  font-size: 25px;
  vertical-align: 2px;
  color: #3572b0;
}

.fs-l-productLayout .fs-c-productSelection {
  background: #f0f0eb;
  padding: 25px 22px;
}

.fs-l-productLayout .fs-c-productSelection__name {
  font-size: 15px;
  font-size: 1.5rem;
  background: #f0f0eb;
}

.fs-l-productLayout .fs-c-productSelection__name:not(:first-of-type) {
  padding-top: 15px;
  border-top: 2px solid #dfdfd7;
}

.fs-l-productLayout .fs-c-productSelection__selection:not(:last-of-type) {
  padding-bottom: 20px;
}

.fs-c-productListCarousel__list__item.fs-c-productListItem {
  -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
  max-width: 175px;
  min-width: 175px;
}

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

.detile-title .title {
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    grid-template-columns: calc(60% - 40px / 2) calc(40% - 40px / 2);
    grid-gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fs-l-product2 .fs-l-productLayout .fs-l-productLayout__item {
    width: 48%;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-productListCarousel__ctrl {
    -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
    min-width: 28px;
  }
}

.fs-c-modal__contents {
  padding: 30px;
}

.fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
  width: 80%;
  max-width: 800px;
}

.fs-c-modal__header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #bfbfbf;
  font-size: 18px;
  font-weight: bold;
}

.fs-c-modal__header .fs-c-modal__title::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  margin-right: 15px;
  background-image: url(https://ejoy.itembox.design/item/common/icon/icon-contact.png?t=20190628174553);
  background-size: cover;
  vertical-align: middle;
}

.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
  position: relative;
  width: 184px;
}

@media screen and (max-width: 640px) {
  .fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
    display: block;
    width: 100%;
  }
}

.fs-c-inputTable--inModal .fs-c-inputTable__headerCell .fs-c-inputTable__label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
}

.fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
  width: calc(100% - 185px);
}

@media screen and (max-width: 640px) {
  .fs-c-inputTable--inModal .fs-c-inputTable__dataCell {
    display: block;
    width: 100%;
  }
}

.fs-c-inputTable--inModal .fs-c-inputTable__dataCell #fs_input_name,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell #fs_input_mailAddress,
.fs-c-inputTable--inModal .fs-c-inputTable__dataCell #fs_input_phoneNumber {
  max-width: 315px;
}

.fs-c-memberPolicyAgreeField .fs-c-inputField .fs-c-inputField__field,
.fs-c-privacyPolicyAgreeField .fs-c-inputField .fs-c-inputField__field {
  text-align: center;
}

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

fieldset:not(.fs-c-additionalCheckField) + .fs-c-additionalCheckField {
  margin-top: 25;
}

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

.fs-c-inputInformation__button {
  max-width: 400px;
  margin: 0 auto;
}

.fs-c-inputInformation__button .fs-c-button--sendInquiry {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  color: #ffffff;
  font-size: 18px;
  background: #ed6d00;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 17px;
}

.fs-c-requiredMark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -38px;
  width: 32px;
  height: 1.3em;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .fs-c-requiredMark {
    position: unset;
    vertical-align: bottom;
    -webkit-transform: unset;
            transform: unset;
  }
}

.fs-c-requiredMark::before {
  content: "必須";
  background-color: #e60012;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

.fs-c-productSelection .fs-c-productSelection__name .fs-c-productSelection__label {
  position: relative;
  display: block;
  width: calc(100% - 38px);
}

.fs-body-review-write .fs-c-inputTable__dataCell {
  width: calc(100% - 290px);
}

.fs-body-review-write .fs-c-requiredMark {
  top: 13px;
  right: inherit;
  left: 100px;
}

.fs-body-review-write .fs-c-textarea {
  width: 100%;
  min-height: 130px;
}

@media screen and (max-width: 640px) {
  .fs-body-review-write .fs-c-textarea {
    width: 100%;
  }
}

.fs-c-quantity {
  max-width: none;
}

.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__number {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message {
  top: 45px;
}

/*******************************
side-right
*******************************/
#fs_p_scrollingCartButton {
  top: 20%;
  bottom: initial;
}

@media screen and (max-width: 1025px) {
  #fs_p_scrollingCartButton {
    display: none !important;
  }
}

@media screen and (max-width: 1521px) {
  #fs_p_scrollingCartButton.right-banner {
    display: none !important;
  }
}

#fs_p_scrollingCartButton .fs-p-scrollingCartButton__button {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  background: #ed6d00;
  padding: 18px 0 10px;
}

#fs_p_scrollingCartButton .fs-p-scrollingCartButton__button .fs-p-cartItemNumber {
  top: 8px;
  right: 10px;
  background-color: #ffffff;
  color: #ed6d00;
}

#fs_p_scrollingCartButton .fs-p-scrollingCartButton__button.MyPage {
  margin-top: 10px;
  background: #e50065;
}

#fs_p_scrollingCartButton .fs-p-scrollingCartButton__button.pagetop {
  margin-top: 10px;
  background: none;
}

#fs_p_scrollingbanner.left-banner {
  top: 20%;
  left: 0;
  right: auto;
}

@media screen and (max-width: 1521px) {
  #fs_p_scrollingbanner.left-banner {
    display: none !important;
  }
}

#fs_p_scrollingbanner.left-banner .fs-p-scrollingCartButton__button {
  display: inline-block;
  border-radius: 0;
  padding: 0;
}

/*******************************
login
*******************************/
.fs-body-login .fs-c-registeredUsers,
.fs-body-wishlist-login .fs-c-registeredUsers {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.fs-body-login .fs-c-buttonContainer,
.fs-body-wishlist-login .fs-c-buttonContainer {
  text-align: center;
}

.fs-body-login .fs-c-inputTable__headerCell,
.fs-body-wishlist-login .fs-c-inputTable__headerCell {
  width: 9em;
}

@media screen and (max-width: 1025px) {
  .fs-body-login .fs-c-inputTable__headerCell,
  .fs-body-wishlist-login .fs-c-inputTable__headerCell {
    width: 100%;
  }
}

.fs-body-login .fs-c-inputTable__dataCell,
.fs-body-wishlist-login .fs-c-inputTable__dataCell {
  width: calc(100% - 9em);
}

@media screen and (max-width: 1025px) {
  .fs-body-login .fs-c-inputTable__dataCell,
  .fs-body-wishlist-login .fs-c-inputTable__dataCell {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .fs-c-inputTable .fs-c-inputTable__dataCell {
    width: 100%;
  }
}

.fs-c-buttonContainer--banner a img {
  width: 100%;
}

.fs-c-anotherLogin__message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fs-body-login .fs-c-subSection__title,
.fs-body-wishlist-login .fs-c-subSection__title {
  border-bottom: none;
  margin-bottom: 40px;
  color: #000000;
  font-size: 24px;
  text-align: center;
}

.fs-body-login .fs-c-subSection__message,
.fs-body-wishlist-login .fs-c-subSection__message {
  margin-bottom: 30px;
  text-align: center;
}

.fs-body-login .fs-c-inputInformation__field,
.fs-body-wishlist-login .fs-c-inputInformation__field {
  background: none;
}

.fs-body-login .fs-c-registeredUsers,
.fs-body-wishlist-login .fs-c-registeredUsers {
  padding: 45px;
  border: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .fs-body-login .fs-c-registeredUsers,
  .fs-body-wishlist-login .fs-c-registeredUsers {
    padding: 10px 20px 20px;
  }
}

.fs-body-login .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-newUsers {
  padding: 45px;
  border: 1px solid #000000;
}

@media screen and (max-width: 640px) {
  .fs-body-login .fs-c-newUsers,
  .fs-body-wishlist-login .fs-c-newUsers {
    padding: 10px 20px 20px;
  }
}

.fs-body-login .fs-c-newUsers,
.fs-body-wishlist-login .fs-c-newUsers {
  margin-left: 4%;
}

.fs-body-login .fs-c-loginForm,
.fs-body-wishlist-login .fs-c-loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .fs-body-login .fs-c-loginForm,
  .fs-body-wishlist-login .fs-c-loginForm {
    display: block;
  }
}

.fs-body-login .fs-c-subSection,
.fs-body-wishlist-login .fs-c-subSection {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .fs-body-login .fs-c-subSection,
  .fs-body-wishlist-login .fs-c-subSection {
    -ms-flex-preferred-size: 92%;
        flex-basis: 92%;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.fs-body-login .fs-c-buttonContainer--login,
.fs-body-wishlist-login .fs-c-buttonContainer--login {
  background: #ed6d00;
  border-radius: 4px;
}

.fs-body-login .fs-c-buttonContainer--login .fs-c-button--primary,
.fs-body-wishlist-login .fs-c-buttonContainer--login .fs-c-button--primary {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-size: 18px;
}

.fs-body-login .fs-c-textLinkContainer,
.fs-body-wishlist-login .fs-c-textLinkContainer {
  text-align: center;
}

.fs-body-login .fs-c-buttonContainer--memberRegister,
.fs-body-wishlist-login .fs-c-buttonContainer--memberRegister {
  background: #e50065;
  border-radius: 4px;
}

.fs-body-login .fs-c-buttonContainer--memberRegister .fs-c-button--primary,
.fs-body-wishlist-login .fs-c-buttonContainer--memberRegister .fs-c-button--primary {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-size: 18px;
}

.fs-body-login .fs-c-buttonContainer--banner,
.fs-body-wishlist-login .fs-c-buttonContainer--banner {
  padding-top: 30px;
}

.fs-body-cart-login .fs-c-inputTable__headerCell {
  width: 130px;
}

/*******************************
cart
*******************************/
#fs_ShoppingCart .ejoy-titles {
  padding-left: 0;
  background: none;
  border-bottom: 3px solid #dfdfd5;
  font-size: 26px;
  font-weight: bold;
}

#fs_ShoppingCart .ejoy-titles::before {
  width: 35px;
  height: 35px;
  background-color: unset;
  background-image: url(//ejoy.itembox.design/item/icon/icon-cart.svg);
}

#fs-checkout-payHere-container .fs-c-cartPayment .fs-c-buttonContainer--loginAndPurchase {
/*  background: #ed6d00;*/
  background: #aa1111;
  border-radius: 4px;
  margin-bottom: 10px;
}

#fs-checkout-payHere-container .fs-c-cartPayment .fs-c-buttonContainer--loginAndPurchase .fs-c-button--loginAndPurchase {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-size: 17px;
}

#fs-checkout-payHere-container .fs-c-cartPayment .fs-c-buttonContainer--unregisteredUserPurchase {
  background: #7d7d7d;
  border-radius: 4px;
}

#fs-checkout-payHere-container .fs-c-cartPayment .fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--unregisteredUserPurchase {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  font-size: 17px;
}

.fs-c-continueShopping .fs-c-button--continueShopping {
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #7d7d7d;
  color: #ffffff;
  font-size: 15px;
  padding-right: 2em;
  padding-left: 2em;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__count .fs-c-string--label,
.fs-c-orderTotalTable .fs-c-orderTotalTable__itemPriceSummary .fs-c-string--label,
.fs-c-orderTotalTable .fs-c-orderTotalTable__getPoint .fs-c-string--label {
  font-weight: bold;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__itemPriceSummary .fs-c-price .fs-c-price__currencyMark,
.fs-c-orderTotalTable .fs-c-orderTotalTable__itemPriceSummary .fs-c-price .fs-c-price__value {
  font-weight: normal;
}

.fs-c-listedProductName .fs-c-cartTable__productName__name .fs-c-listedProductName__name {
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .fs-c-cartTable__row {
    margin-top: 15px;
  }
}

.fs-c-cartTable__productInfo .fs-c-cartTable__unitPrice {
  display: none;
}

@media screen and (max-width: 640px) {
  .fs-c-cartTable__dataCell--product {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .fs-c-cartTable__actionButton__container > button {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.fs-c-cartDiscountInfo__info {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.fs-body-cart .fs-c-price__currencyMark,
.fs-body-cart .fs-c-price__value {
  font-size: 24px;
  color: #ed6d00;
}

@media screen and (min-width: 600px) {
  .fs-c-cartTableContainer {
    padding: 25px;
  }
}

/*******************************
fq
*******************************/
.fq_box {
  padding: 50px 30px 50px 50px;
  border-bottom: 1px solid #c9c9c9;
}

@media screen and (max-width: 768px) {
  .fq_box {
    padding: 30px 20px 30px 30px;
  }
}

.fq_box .question .q_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .fq_box .question .q_text {
    font-size: 20px;
  }
}

.fq_box .question .q_text .text {
  width: calc(100% - 45px);
}

.fq_box .question .q_text::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #727171;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fq_box .question .q_text.is-active::after {
  content: "\f106";
}

.fq_box .question .q_text .q {
  display: inline-block;
  margin-right: 20px;
  font-family: "Lato", sans-serif;
  color: #ed6d00;
  font-size: 30px;
  font-weight: bold;
}

.fq_box .answer {
  display: none;
}

.fq_box .answer .a_text {
  padding-top: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
}

.fq_box .answer .a_text .a {
  display: inline-block;
  width: 1em;
  font-family: "Lato", sans-serif;
  color: #ed6d00;
  font-size: 30px;
  font-weight: bold;
}

.fq_box .answer .a_text .text {
  width: calc(100% - 50px);
  line-height: 1.8;
}

/*******************************
policy
*******************************/
.policy-box {
  margin-top: 0;
  padding: 10px 30px 0;
}

@media screen and (max-width: 640px) {
  .policy-box {
    padding: 10px 15px 0;
  }
}

.policy-title {
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 10px;
  border-left: none;
  border-bottom: 4px solid #dfdfd5;
  color: #000000;
}

.fs-c-documentColumn__content {
  padding-top: 5px;
}

.policy-text {
  font-size: 15px;
  letter-spacing: 0.3px;
}

#contents h1 {
  text-align: center;
}

/*******************************
contact
*******************************/
.fs-inquiry {
  padding: 30px;
}

.inquiry_text .text {
  font-size: 15px;
  text-align: left;
}

#container {
  width: 100% !important;
}

#contents {
  border: none !important;
  padding: 0 !important;
}

form[name="form1"] h1 {
  display: none;
}

/*******************************
register
*******************************/
.fs-c-inputInformation__field {
  max-width: 890px;
}

@media screen and (max-width: 640px) {
  .fs-c-inputInformation__field .fs-c-inputTable__dataCell {
    width: 100%;
  }
}

.fs-c-specTable tr th,
.fs-c-specTable tr td {
  font-size: 14px;
}

.register-form .fs-c-memberPolicyAgreeField {
  margin-bottom: 15px;
}

.register-form .fs-c-memberPolicyAgreeField .fs-c-inputField__field {
  text-align: center;
}

.fs-body-review-write .fs-c-inputTable__headerCell {
  width: 290px;
}

@media screen and (max-width: 640px) {
  .fs-body-review-write .fs-c-inputTable__headerCell {
    width: 100%;
  }
}

/*******************************
mypage
*******************************/
.fs-l-additionalProduct--wishlist {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-l-account {
    margin-top: 24px;
  }
}

.fs-c-buttonContainer--registerCancel .fs-c-button--standard,
.fs-c-buttonContainer--leaveCancel .fs-c-button--standard {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
}

.fs-c-button--standard .fs-c-button__label {
  color: #ffffff;
}

.fs-body-my-top .fs-c-accountService {
  -ms-flex-preferred-size: 97%;
      flex-basis: 97%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .fs-body-my-top .fs-c-accountService {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fs-c-accountService__page {
  -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
  height: 170px;
}

@media screen and (max-width: 640px) {
  .fs-c-accountService__page {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

.fs-c-accountService__pageLink__label::before {
  margin-bottom: 15px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  color: #727171;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  font-size: 1.8rem;
}

/*
.fs-c-accountService__page:last-of-type {
  display: none;
}
*/

.fs-c-accountService .fs-c-accountService__page--accountDelete {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}


.fs-c-accountService .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: '\f004';
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 500;
}

.fs-c-accountService .fs-c-accountService__page--wishList {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.fs-c-accountService .fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: '\f004';
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #ed6d00 !important;
  margin-bottom: 0 !important;
}

.fs-c-accountService .fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  text-shadow: 0.3px 0.3px 0 #ed6d00,
 -0.3px -0.3px 0 #ed6d00,
 -0.3px 0.3px 0 #ed6d00,
 0.3px -0.3px 0 #ed6d00,
 0px 0.3px 0 #ed6d00,
 0 -0.3px 0 #ed6d00,
 -0.3px 0 0 #ed6d00,
 0.3px 0 0 #ed6d00;
}

.fs-c-accountService .fs-c-accountService__page--accountReviews {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.fs-c-accountService .fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: '';
  width: 46px;
  height: 52px;
  background-image: url(//ejoy.itembox.design/item/icon/icon-mail.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.fs-c-accountService .fs-c-accountService__page--accountPassword {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.fs-c-accountService .fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: '';
  width: 38px;
  height: 52px;
  background-image: url(//ejoy.itembox.design/item/icon/icon-password.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.fs-c-accountService .fs-c-accountService__page--accountSettingsModify {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.fs-c-accountService .fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: '';
  width: 65px;
  height: 52px;
  background-image: url(//ejoy.itembox.design/item/icon/icon-registration_change.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.fs-c-accountService .fs-c-accountService__page--addressbook {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fs-c-accountService .fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: '';
  width: 46px;
  height: 52px;
  background-image: url(//ejoy.itembox.design/item/icon/icon-shipping_list.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.fs-c-accountService .fs-c-accountService__page--pointHistory {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fs-c-accountService .fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  color: #ed6d00 !important;
  margin-bottom: 0 !important;
}

.fs-c-accountService .fs-c-accountService__page--orderHistoryList {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fs-c-accountService .fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(//ejoy.itembox.design/item/icon/icon-cart.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  margin-bottom: 15px;
}

/*******************************
recomend
*******************************/
/*******************************
campaign
*******************************/
.fs-body-category-ev0001 .page-headdingTitle,
.fs-body-category-ev0001 .cat_title,
.fs-body-category-ev0001 .fs-c-productList {
  display: none;
}

.l-campaign .ejoy-titles {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .l-campaign .ejoy-titles {
    margin-top: 20px;
  }
}

.l-campaign_layputA,
.l-campaign_layputB,
.l-campaign_layputC {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputA,
  .l-campaign_layputB,
  .l-campaign_layputC {
    margin-top: 5%;
  }
}

.l-campaign_layputA .campaign-text,
.l-campaign_layputB .campaign-text,
.l-campaign_layputC .campaign-text {
  margin-top: 5px;
}

.l-campaign_layputB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputB {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-campaign_layputB .layputB_box {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputB .layputB_box {
    width: auto;
    margin-top: 5%;
  }
}

.l-campaign_layputB .layputB_box:nth-of-type(2n) {
  margin-left: 4%;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputB .layputB_box:nth-of-type(2n) {
    margin-left: 0;
    margin-top: 5%;
  }
}

.l-campaign_layputC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputC {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-campaign_layputC .layputC_box {
  width: 31%;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputC .layputC_box {
    width: auto;
    margin-top: 5%;
  }
}

.l-campaign_layputC .layputC_box:nth-of-type(2n), .l-campaign_layputC .layputC_box:nth-of-type(3n) {
  margin-left: 3%;
}

@media screen and (max-width: 640px) {
  .l-campaign_layputC .layputC_box:nth-of-type(2n), .l-campaign_layputC .layputC_box:nth-of-type(3n) {
    margin-left: 0;
    margin-top: 5%;
  }
}

/*******************************
futurepage
*******************************/
.fs-body-category-ev0002 .page-headdingTitle,
.fs-body-category-ev0002 .cat_title,
.fs-body-category-ev0002 .fs-c-productList,
.fs-body-category-ev0003 .page-headdingTitle,
.fs-body-category-ev0003 .cat_title,
.fs-body-category-ev0003 .fs-c-productList,
.fs-body-category-ev0004 .page-headdingTitle,
.fs-body-category-ev0004 .cat_title,
.fs-body-category-ev0004 .fs-c-productList,
.fs-body-category-ev0005 .page-headdingTitle,
.fs-body-category-ev0005 .cat_title,
.fs-body-category-ev0005 .fs-c-productList {
  display: none;
}

.title_text {
  width: 790px;
  height: 80px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .title_text {
    width: 100%;
  }
}

.title_text:before {
  content: "";
  background: no-repeat top center;
  width: 795px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 9;
}

@media screen and (max-width: 640px) {
  .title_text:before {
    width: 100%;
  }
}

.title_text .title {
  position: absolute;
  z-index: 11;
  font-size: 20px;
  font-weight: 400;
  top: 23px;
  left: 40px;
}

.title_text .title .yellow-text {
  color: #ffde00;
}

.such_time .title_text:before {
  background-image: url(https://ejoy.itembox.design/item/wannyan/t-title_01.png);
}

.such_time .title_text .title {
  top: 37px;
  left: 70px;
}

.such_time.diy .title_text:before {
  height: 107px;
  background-image: url(https://ejoy.itembox.design/item/diy/t-title_01.png);
}

.such_time.diy .title {
  color: #fff;
  top: 42px;
  left: 70px;
}

.such_time.sumai .title_text:before {
  height: 135px;
  background-image: url(https://ejoy.itembox.design/item/sumai/t-title_01.png);
}

.such_time.sumai .title {
  color: #fff;
  top: 35px;
  left: 70px;
}

.feature_cat {
  max-width: 790px;
}

.feature_cat .l-campaign_layputA,
.feature_cat .l-campaign_layputB,
.feature_cat .l-campaign_layputC {
  margin-top: 0;
}

.feature_cat .campaign-text p {
  margin-top: 0px;
}

.feature_cat .l-campaign_layputB {
  padding-left: 0;
}

.feature_cat .l-campaign_layputB .layputB_box {
  width: 49%;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .feature_cat .l-campaign_layputB .layputB_box {
    width: 100%;
  }
}

.feature_cat .l-campaign_layputB .layputB_box:nth-of-type(2n) {
  margin-left: 2%;
}

@media screen and (max-width: 640px) {
  .feature_cat .l-campaign_layputB .layputB_box:nth-of-type(2n) {
    margin-left: 0;
  }
}

.reason .fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}

.reason .fe li {
  list-style: none;
}

.header-noticeText {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e60165;
  font-size: 17px;
  text-align: center;
  color: white;
}

.cat_mv_image {
  margin-bottom: 40px;
}

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

/*******************************
search
*******************************/
#fs_ProductSearch .fs-c-productList .fs-c-productList__controller .fs-c-listControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fs_ProductSearch .fs-c-productList .fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  display: none;
}

#fs_ProductSearch .fs-c-productList .fs-c-productList__controller.pagenation_under .fs-c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .fr2-carousel .rcmd-slick-list {
    margin: 0 28px !important;
  }
}

.fs-system-assistTarget [type="hidden"], .fs-system-assistTarget [type="text"], .fs-system-assistTarget [type="search"], .fs-system-assistTarget [type="tel"], .fs-system-assistTarget [type="url"], .fs-system-assistTarget [type="email"], .fs-system-assistTarget [type="password"], .fs-system-assistTarget [type="datetime"], .fs-system-assistTarget [type="date"], .fs-system-assistTarget [type="month"], .fs-system-assistTarget [type="week"], .fs-system-assistTarget [type="time"], .fs-system-assistTarget [type="datetime-local"], .fs-system-assistTarget [type="number"], .fs-system-assistTarget select, .fs-system-assistTarget textarea {
  min-width: 4em;
}

@media screen and (max-width: 640px) {
  .fs-system-assistTarget [type="hidden"], .fs-system-assistTarget [type="text"], .fs-system-assistTarget [type="search"], .fs-system-assistTarget [type="tel"], .fs-system-assistTarget [type="url"], .fs-system-assistTarget [type="email"], .fs-system-assistTarget [type="password"], .fs-system-assistTarget [type="datetime"], .fs-system-assistTarget [type="date"], .fs-system-assistTarget [type="month"], .fs-system-assistTarget [type="week"], .fs-system-assistTarget [type="time"], .fs-system-assistTarget [type="datetime-local"], .fs-system-assistTarget [type="number"], .fs-system-assistTarget select, .fs-system-assistTarget textarea {
    min-width: calc(100% - 2em);
  }
}

.fs-c-cartTable__dataCell--action {
  width: 84px;
}

@media screen and (max-width: 640px) {
  .fs-c-cartTable__dataCell--action {
    width: auto;
  }
}

.fs-c-checkout-checkoutMethodList {
  margin-bottom: 15px;
}

.fs-c-button--cancel {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fs-c-button--cancel .fs-c-button__label {
  font-size: 18px;
}

.fs-body-review-success .fs-c-button--back {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .fs-body-review-success .fs-c-button--back {
    width: 100%;
  }
}

.fs-body-review-success .fs-c-buttonContainer {
  width: 50%;
  margin: 15px auto 0;
}

@media screen and (max-width: 640px) {
  .fs-body-review-success .fs-c-buttonContainer {
    width: 100%;
  }
}

.fs-body-review-success .fs-c-buttonContainer .fs-c-button--secondary {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  border-radius: 4px;
}

#fs_Register .fs-c-inputTable__headerCell {
  width: 18em;
}

#fs_Register .fs-c-inputTable__headerCell .fs-c-requiredMark {
  -webkit-transform: none;
          transform: none;
  right: 0;
  position: static;
  top: 0;
}

#fs_Register .fs-c-inputTable__dataCell {
  padding-left: 22px;
  width: calc(100% - 18em);
}

@media screen and (max-width: 640px) {
  #fs_Register .fs-c-inputTable__dataCell {
    width: 100%;
    padding-left: 0;
  }
}

.fs-p-cartItemNumber {
  top: -4px;
  right: -5px;
}

@media screen and (max-width: 640px) {
  .fs-p-cartItemNumber {
    right: 5px;
  }
}

.fs-c-productNumber__number {
  pointer-events: none;
  color: #3c3c3c;
}

.contact_frame {
  height: 930px;
}

.fs-body-my-storeOrders .fs-c-history__info {
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .fs-body-my-storeOrders .fs-c-history__info {
    margin-left: 0;
  }
}

#fs_PrivacyPolicy .fs-u-zipCode {
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 1.3rem;
  }
}

/*アド・セイル*/
/*PCの場合*/
.pc {
  display: inline !important;
}

.mb {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /*タブレット、スマホの場合*/
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}

.fs-p-productDescription table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fs-p-productDescription tr,
.fs-p-productDescription th,
.fs-p-productDescription td {
  border: 1px solid #ccc;
}

/*アド・セイル*/

/*プライバシーポリシー*/
.privacy_policy {
margin-left: 30px;
}




/*# sourceMappingURL=common.css.map */

@media screen and (max-width: 640px) {
#sp_footer {
     display: block;
     width: 100%;
     height: 38px;
     line-height: 38px;
     margin: 0;
     padding: 0;
     position: fixed;
     bottom: 0;
     right: 0;
     color: #FFF!important;
     text-align: center;
     font-weight: bold;
     background-color: rgba(255,122,34,0.7);
     z-index: 9999;
}
}

/* add switch start */
.fs-l-header .topareaCenter {
  max-width: 515px;
  width: 50%;
  margin-top: 7px;
  margin-right: -80px;
}

@media screen and (max-width: 1200px) {
  .fs-l-header .topareaCenter {
    max-width: 350px;
    width: 50%;
    height: 30px;
    margin-right: -20px;
  }
}

@media screen and (max-width: 768px) {
  .fs-l-header .topareaCenter {
    display: none;
  }
}

/* cart */
[class^="fs-body-checkout"] .fs-l-checkout {
  display: block;
}
[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
  max-width: none;
  padding-right: 0;
}
[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
  flex-basis: unset;
  max-width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  [class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
    max-width: 100%;
  }
}
.fs-c-checkout-preview__title {
  text-align: left;
  margin-bottom: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .fs-c-checkout-preview__title {
    text-align: center;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
}
/* add switch end */



/* プライバシポリシー下部削除*/
#fs_PrivacyPolicy > div > main > section > div > article:nth-child(2){
display:none;
}





