/* -----------
 FS
----------- */
/*プレビューモードヘッダー*/
.fs-preview-header { display: none; }
/*ログアウト状態*/
.logout.loggedIn--false { display: none; }
.mypage.loggedIn--false { display: none; }
.wishlist.loggedIn--false { display: none; }
/*ログイン状態*/
.login.loggedIn--true { display: none; }
.register.loggedIn--true { display: none; }



/* TOPv2 ================================= */
header nav.categoryList,
#fs_Top h2.fs-p-heading--lv2 {
    display:none;
}
.jquery-modal.blocker {
    z-index: 999;
    background-color: rgba(0,0,0,0.82);
}
.jquery-modal.blocker .modal {
    box-shadow: none;
    color: #FFF;
    background-color: transparent;
    max-width: 1000px;
    width: 100%;
    padding: 0;
}
.jquery-modal.blocker .modal a {
    text-decoration: none;
}
.jquery-modal.blocker .modal .keyword_search_form .form-inline {
    flex-wrap: nowrap;
    border-bottom: solid 4px #EB6615;
    position: relative;
    align-items: center;
}
.jquery-modal.blocker .modal .keyword_search_form i {
    position: absolute;
    left: 23px;
    font-size: 40px;
    color: #EB6615;
}
.jquery-modal.blocker .modal .keyword_search_form input[type="search"] {
    max-width: initial;
    margin: 0;
    border-radius: 0;
    border: none;
    height: 70px;
    color: #EB6615;
    font-weight: bold;
    padding-left: 75px;
}
.jquery-modal.blocker .modal .keyword_search_form .form-inline button {
    margin: 0;
    border-radius: 0;
    height: 70px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: bold;
}
.jquery-modal.blocker .modal .btn-close {
    display: block;
    font-weight: bold;
    margin-bottom: 1.5em;
}
.jquery-modal.blocker .modal .btn-close i {
    font-size: 25px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.1em;
}
.jquery-modal.blocker .modal .close-modal {
    display:none;
}
.jquery-modal.blocker .modal ::placeholder,
.jquery-modal.blocker .modal ::-ms-input-placeholder,
.jquery-modal.blocker .modal :-ms-input-placeholder {
    color: #EB6615;
}
#siteHeader .navbar .nav li.search {
    display: list-item!important;
}
#siteHeader .navbar .nav li.search a {
    background-color: #EB6615;
    color: #FFF;
    height: 65px;
    padding: 8px 0;
    margin: -8px -20px -8px 10px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
}
#siteHeader .navbar .nav li.search a:hover {
    background-color: #d35907;
}
#siteHeader .navbar .nav li.search a i {
    display: inline-block;
    font-size: 25px;
    margin: 0.1em;
    text-indent: -0.3em;
}
#siteHeader .navbar .nav li.search a:hover i {
    color: #FFF;
}

main .categoryList.cat-sp ul {
    justify-content: space-between;
}
main .categoryList.cat-sp li {
    max-width:48%;
    border: solid 2px #EB6615;
    padding: 0;
}
main .categoryList.cat-sp > ul > li > a {
    height:auto;
}
main #_rcmdjp_display_1 {
    margin-top: 0!important;
}
@media only screen and (max-width: 768px) {
    main .categoryList.cat-sp li {
        max-width: 100%;
        margin: 0 2% 10%;
    }
.fr2-carousel .rcmd-slick-list {
    margin: 0 auto!important;
    width: 80vw!important;
}
.rcmd-slick-track {
    width: 400vw!important;
}
.rcmd-slick-slide {
    width: 40vw!important;
}
.fr2-carousel .rcmd-slick-prev {
    left: -5vw!important;
}
.fr2-carousel .rcmd-slick-next {
    right: -5vw!important;
    top: 44%!important;
}
#siteHeader .navbar .nav li.search a {
    margin: -8px -10px -8px 0px;
    height: auto;
    min-height: 54px;
    width: 70px;
    display: block;
    font-size: inherit;
}
#siteHeader .navbar .nav li.search a i {
    display: block;
    font-size: 16px;
    margin: auto;
    margin-bottom: 3px;
    text-indent: inherit;
}
.jquery-modal.blocker .modal .btn-close {
    margin-bottom: 1em;
}
.jquery-modal.blocker .modal .keyword_search_form .form-inline {
    flex-wrap: wrap;
    border: none;
}
.jquery-modal.blocker .modal .keyword_search_form i {
    top: 4vw;
    left: 4vw;
    font-size: 10vw;
}
.jquery-modal.blocker .modal .keyword_search_form input[type="search"] {
    height: 17vw;
    padding-left: 17vw;
    font-size: 3.5vw;
    border-bottom: solid 4px #EB6615;
    margin-bottom: 7vw;
}
.jquery-modal.blocker .modal .keyword_search_form .form-inline button {
    height: 11vw;
    padding: 0 8vw;
    font-size: 4.5vw;
}
main .categoryList.cat-sp,
main .categoryList.cat-ap,
main #_rcmdjp_display_1 {
    margin-bottom: 10vw!important;
}
#fs_Top .headline_S {
    margin-top: 10vw;
}
#fs_Top .headline_S .sub-ttl {
    min-width: 80vw;
}
.fs-c-slick .slick-list {
    padding: 0!important;
}
.fs-body-top .fs-c-slick .slick-arrow {
    display: none!important;
}

}/* /SP */
/* /TOPv2 ================================= */


/*medium*/
@font-face {
    font-family: 'DIN Condensed';
    src: url('https://koizumi4141.itembox.design/item/font/DINPro-CondensedMedium.woff') format('woff'),
         url('https://koizumi4141.itembox.design/item/font/DINPro-CondensedMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
/*bold*/
@font-face {
    font-family: 'DIN Condensed';
    src: url('https://koizumi4141.itembox.design/item/font/DINPro-CondensedBold.woff') format('woff'),
         url('https://koizumi4141.itembox.design/item/font/DINPro-CondensedBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/*black*/
@font-face {
    font-family: 'DIN Condensed';
    src: url('https://koizumi4141.itembox.design/item/font/DINPro-CondensedBlack.woff') format('woff'),
         url('https://koizumi4141.itembox.design/item/font/DINPro-CondensedBlack.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* -----------
 Common
----------- */
html {
  font-size: 100%;
}
body {
  color: #111;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
}
*,*::before,*::after {
  box-sizing: border-box;
}
img,svg {
  vertical-align: middle;
  flex-shrink: 0;
}
a {
  color: inherit;
  transition: all .2s;
}

/* -----------
 Header
----------- */
#siteHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#siteHeader .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  background-color: #FFF;
  z-index: 2;
  position: relative;
}

#siteHeader .navbar-brand {
  display: inline-block;
  margin-right: 10px;
  width: 160px;
  max-width: calc(100% - 240px);
  transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#siteHeader.scrolled .navbar-brand {
  width: 100px;
}
#siteHeader .navbar-brand .st0{fill:#333;}
#siteHeader .navbar-brand .st1{fill:#eb6614;}
#siteHeader .navbar-brand .st2{fill:#eb6614;}

#siteHeader ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#siteHeader ul li a {
  display: block;
  color: inherit;
  position: relative;
}

#siteHeader #navbarSearch {
  display: none;
}
#siteHeader #navbarSearch .form-control {
  display: inline-block;
  width: calc(100% - 40px);
  min-width: 250px;
  vertical-align: middle;
}
#siteHeader #navbarSearch button i {
  line-height: inherit;
}
#siteHeader .navbar .nav {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
}
#siteHeader .navbar .nav li {
  text-align: center;
  font-size: 8px;
  line-height: inherit;
  padding: 0;
  border: 0;
  transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#siteHeader nav ul li a {
  text-decoration: none;
}
#siteHeader .navbar .nav li a {
  padding: 0 5px;
}
#siteHeader .navbar .nav li a i {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
  transition: .2s;
}
#siteHeader .navbar .nav li a:hover i {
  color: #eb6614;
}
#siteHeader .navbar .nav li a span {
  white-space: nowrap;
}

#siteHeader .categoryList {
  background-color: #FFF;
  border-top: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 4px rgba(0,0,0,.065);
  transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#siteHeader .categoryList > ul {
  max-width: 1000px;
  margin: 0 auto;
  font-size: .83rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#siteHeader.scrolled .categoryList {
  transform: translateY(-100%);
}
#siteHeader .categoryList.active { 
  transform: translateY(0) !important;
}

#siteHeader .categoryList .fs-pt-menu__heading { 
  display: block;
  position: relative;
  transition: all .2s;
}
#siteHeader .categoryList .fs-pt-menu__item--lv1 { 
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#siteHeader .categoryList .fs-pt-menu__heading--lv1 { 
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}
#siteHeader .categoryList .fs-pt-menu__heading--lv1::before,
#siteHeader .categoryList .fs-pt-menu__heading--lv1::after { 
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  transition: all .2s;
}
#siteHeader .categoryList .fs-pt-menu__heading--lv1::before { 
  background-color: #BDBDBD;
}
#siteHeader .categoryList .fs-pt-menu__heading--lv1::after { 
  background-color: #eb6614;
}
#siteHeader .categoryList .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1:hover::before { 
  width: 100%;
}
#siteHeader .categoryList .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1.current::before { 
  width: 0;
}
#siteHeader .categoryList .fs-pt-menu__item--lv1 .fs-pt-menu__heading--lv1.current::after { 
  width: 100%;
}
#siteHeader .categoryList .fs-pt-menu__submenu { 
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  color: #FFF;
  overflow: hidden;
  padding: 0 30px;
  height: 0;
  opacity: 0;
  transition: all .2s;
}
#siteHeader .categoryList .fs-pt-menu__submenu::before { 
  content: '';
  width: 100vw;
  position: absolute;
  top: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  background-color: #111;
  height: 100%;
}
#siteHeader .categoryList .fs-pt-menu__heading.current + .fs-pt-menu__submenu { 
  padding: 30px;
  height: auto;
  opacity: 1;
  overflow: visible;
}
#siteHeader .categoryList .fs-pt-menu__submenu li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#siteHeader .categoryList .fs-pt-menu__submenu a { 
  padding: 5px 15px 5px 15px;
  min-width: 200px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
#siteHeader .categoryList .fs-pt-menu__submenu a::before { 
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .2s;
  transform: translateY(-50%);
}
#siteHeader .categoryList .fs-pt-menu__submenu a:hover::before { 
  border-color: transparent transparent transparent #eb6614;
}

@media only screen and (max-width: 575px) {
  #siteHeader .navbar .nav li.register,
  #siteHeader .navbar .nav li.wishlist {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  #siteHeader .navbar {
    padding: 8px 15px;
  }
  #siteHeader .categoryList > ul {
    font-size: 1rem;
  }
  #siteHeader .categoryList .fs-pt-menu__submenu li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #siteHeader .navbar-brand svg {
    height: 48px;
  }
  #siteHeader .navbar .nav li {
    min-width: 70px;
    font-size: 10px;
  }
  #siteHeader .navbar .nav li a i {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  #siteHeader #navbarSearch {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 47px;
    background-color: #FFF;
    padding: 6px 15px 0;
  }
}

@media only screen and (min-width: 992px) {
  #siteHeader .navbar-brand {
    margin-right: 30px;
  }
  #siteHeader .nav .search {
    display: none;
  }
  #siteHeader #navbarSearch {
    display: block !important;
    margin-right: auto;
  }
  #siteHeader .navbar .nav {
    margin: 0 5px;
    order: 5;
  }
  #siteHeader .categoryList > ul {
    justify-content: center;
  }
  #siteHeader .categoryList .fs-pt-menu__submenu { 
    padding: 0 60px;
  }
  #siteHeader .categoryList .fs-pt-menu__heading.current + .fs-pt-menu__submenu { 
    padding: 30px 60px;
  }
  #siteHeader .categoryList .fs-pt-menu__submenu li {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #siteHeader .categoryList .fs-pt-menu__submenu a { 
    padding: 10px 15px;
  }

  #siteHeader .categoryList .fs-pt-menu__item--lv1 { 
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  #siteHeader .categoryList .fs-pt-menu__heading--lv1 { 
    letter-spacing: .1em;
    padding: 15px 30px;
  }

}

/* -----------
 Breadcrumb
----------- */
.fs-c-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  word-break: keep-all;
  width: auto;
  font-size: 12px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a {
  display: inline-block;
  padding-right: .5em;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  content: "〉";
  color: #DBDBDB;
}

@media (min-width: 576px) {
  .fs-c-breadcrumb__list {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .fs-c-breadcrumb__list {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .fs-c-breadcrumb__list {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .fs-c-breadcrumb__list {
      max-width: 1140px;
  }
}


/* -----------
 Main
----------- */
.container,
.fs-l-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.fs-l-main {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.fs-body-top .fs-l-main {
  margin-top: 0;
}
.fs-body-custom .fs-l-main {
  margin-bottom: 60px;
}

.page-header {
  order: -5;
  margin: -30px 0 0;
  background-color: #000;
}
.fs-body-category.fs-body-category-mens-clothes .page-header img,
.fs-body-category.fs-body-category-womens-clothes .page-header img,
.fs-body-category.fs-body-category-goods .page-header img {
  display: none;
}
.fs-body-category.fs-body-category-mens-clothes .page-header .img_mens,
.fs-body-category.fs-body-category-womens-clothes .page-header .img_womens,
.fs-body-category.fs-body-category-goods .page-header .img_goods {
  display: block;
}

.title-bar {
  padding: 0 15px;
  border-top: 3px double currentColor;
  border-bottom: 3px double currentColor;
}

.title-bar .category_name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 38px;
  margin: 0;
}

@media (max-width: 575px) {
  .page-header .page-header__img{
    padding: 0;
  }
  .title-bar {
    margin-top: 15px;
  }
}

@media (min-width: 576px) {
  .container,
  .fs-l-main {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .fs-l-main {
      max-width: 720px;
  }
  .page-header {
    margin: -30px 0 30px;
  }
}
@media (min-width: 992px) {
  .container,
  .fs-l-main {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .fs-l-main {
      max-width: 1140px;
  }
}

.full-width {
  width: 100vw !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}

/* -----------
 Footer
----------- */
#siteFooter {
  display: flex;
  flex-direction: column;
  background-color: #000;
  background-image: url(https://koizumi4141.itembox.design/item/logo/logomark_op015.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120% auto;
  color: #FFF;
  padding: 15px 0;
  position: relative;
}
#siteFooter .pageTop {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eb6614;
  position: absolute;
  top: -20px;
  right: 15px;
  cursor: pointer;
}
#siteFooter .pageTop::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-65%, 0);
}
#siteFooter ul {
  padding: 0;
  list-style-type: none;
}
#siteFooter ul li a {
  display: block;
  color: inherit;
  position: relative;
}

#siteFooter .guide-link {
  margin-bottom: 45px;
}
#siteFooter .guide-link > li:first-of-type .fs-pt-menu__heading--lv1 {
  display: block;
  font-weight: 600;
  padding: 0 0 15px;
  position: relative;
}
#siteFooter .guide-link .menu__item--lv2 {
  font-size: .83rem;
}
#siteFooter .categoryList {
  margin-bottom: 30px;
}
#siteFooter .categoryList > ul > li {
  border-top: 1px solid #FFF;
}
#siteFooter .categoryList .fs-pt-menu__heading--lv1 {
  display: block;
  font-weight: 600;
  padding: 15px 0;
  position: relative;
}
#siteFooter .categoryList .fs-pt-menu__submenu {
  margin-bottom: 15px;
  font-size: .83rem;
}
#siteFooter .guide-link li a,
#siteFooter .categoryList li a {
  padding: 5px 15px;
}

#siteFooter .footer__utility {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#siteFooter .footer__utility .logo {
  width: 160px;
  margin: 15px auto;
}
#siteFooter .footer__utility .logo .st0{fill:#FFF;}
#siteFooter .footer__utilityMenu {
  width: 100%;
  font-size: .83rem;
}
#siteFooter .footer__utilityMenu ul {
  display: flex;
  justify-content: center;
  margin: 15px -10px;
}
#siteFooter .footer__utilityMenu ul li:not(:last-of-type) {
  border-right: 1px solid currentColor;
}
#siteFooter .footer__utilityMenu ul li a {
  padding: 0 10px;
  line-height: 20px;
}
#siteFooter .footer__copyright {
  padding: 15px;
  text-align: center;
}
#siteFooter .footer__copyright p {
  margin: 0;
  font-size: 10px;
  line-height: 20px;
}

@media only screen and (max-width: 575px) {
  #siteFooter .categoryList {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  #siteFooter .categoryList {
    order: -1;
  }
  #siteFooter .categoryList > ul > li:last-of-type {
    border-bottom: 1px solid #FFF;
  }
  #siteFooter .categoryList .fs-pt-menu__heading--lv1 {
    padding: 10px 0;
  }
  #siteFooter .categoryList .fs-pt-menu__heading--lv1 a {
    text-decoration: none;
  }
  #siteFooter .categoryList .fs-pt-menu__heading--lv1::before,
  #siteFooter .categoryList .fs-pt-menu__heading--lv1::after {
    content: '';
    display: block;
    width: 11px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  #siteFooter .categoryList .fs-pt-menu__heading--lv1::after {
    transform: rotate(90deg) translateY(-50%);
  }
  #siteFooter .categoryList .fs-pt-menu__heading--lv1.on::after {
    opacity: 0;
  }
  #siteFooter .categoryList .fs-pt-menu__submenu {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  #siteFooter {
    padding: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    background-size: auto 110%;
  }
  #siteFooter .pageTop {
    right: 30px;
  }
  #siteFooter .guide-link {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-top: 5px;
    margin-left: 5%;
  }
  #siteFooter .categoryList {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  #siteFooter .footer__utility {
    padding: 0;
    justify-content: space-between;
    text-align: left;
  }
  #siteFooter .footer__utility .logo {
    margin: 15px 0;
  }
  #siteFooter .footer__utilityMenu ul {
    justify-content: flex-start;
    margin: 0 -10px;
  }
  #siteFooter .footer__copyright {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (min-width: 992px) {
  #siteFooter .guide-link {
    margin-top: 15px;
    margin-left: 0;
  }
  #siteFooter .guide-link > li:first-of-type .fs-pt-menu__heading--lv1 {
    padding: 15px 0;
  }
  #siteFooter .guide-link li a {
    padding: 5px 0;
  }
  #siteFooter .categoryList li a {
    padding: 5px 30px;
  }
  #siteFooter .guide-link {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
  #siteFooter .categoryList {
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
    max-width: 84%;
  }
  #siteFooter .categoryList > ul {
    display: flex;
  }
  #siteFooter .categoryList > ul > li {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    border-top: none;
    border-left: 1px solid #FFF;
  }
  #siteFooter .categoryList > ul > li > .fs-pt-menu__submenu {
    display: flex !important;
    flex-wrap: wrap;
  }
  #siteFooter .categoryList > ul > li > .fs-pt-menu__submenu > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #siteFooter .categoryList > ul > li.fs-pt_menu__item--cp {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
  }
  #siteFooter .categoryList > ul > li.fs-pt_menu__item--cp > .fs-pt-menu__submenu > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ==============================================================
 Parts
============================================================== */
/* -----------
 Flex item
----------- */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

/* -----------
 Link
----------- */
main a,
.fs-c-breadcrumb a {
  color: #01579B;
}
main a:hover, main a:active, main a:focus,
.fs-c-breadcrumb a:hover, .fs-c-breadcrumb a:active, .fs-c-breadcrumb a:focus{
  color: #0277BD;
}

/* -----------
 Typography
----------- */
.font1 {
  text-transform: uppercase;
  font-family: "DIN Condensed", sans-serif;
  font-weight: 700;
}

/* -----------
 Navi
----------- */
nav a {
  text-decoration: none;
}

ul.fs-pt-menu,
ul.fs-pt-menu ul {
  padding-left: 0;
  list-style-type: none;
}

ul.fs-pt-menu a {
  text-decoration: none;
}

/* -----------
 Form
----------- */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[type="hidden"], [type="text"], [type="search"], 
[type="tel"], [type="url"], [type="email"], 
[type="password"], [type="datetime"], [type="date"], 
[type="month"], [type="week"], [type="time"], 
[type="datetime-local"], [type="number"],
select, textarea, .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, 
[type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, 
[type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, 
[type="month"]:focus, [type="week"]:focus, [type="time"]:focus, 
[type="datetime-local"]:focus, [type="number"]:focus,
select:focus, textarea:focus, .form-control:focus {
  border-color: #BDBDBD;
  box-shadow: none;
}
.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
  margin-left: 8px;
}
.fs-c-dropdown__menu {
  padding: 4px calc(3em + 8px) 4px 8px;
}
.fs-c-dropdown::after {
  background: #F1F1F1;
  border-left: 1px solid #DBDBDB;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #444;
}
.form-row > .fs-c-dropdown::after {
  right: 6px;
}
.fs-c-dropdown:disabled::after {
  background: transparent;
  opacity: .5;
}
.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
  border: 1px solid #DBDBDB;
  border-radius: 2px;
}
.fs-c-inputGroup > button, .fs-c-inputGroup--vertical > button, .fs-c-inputGroup--inline > button {
  border-left: 1px solid #DBDBDB;
  border-radius: 0 2px 2px 0;
  min-width: 40px;
  color: #444;
}

.fs-c-buttonContainer{
  margin-top: 15px;
  margin-bottom: 15px;
}

/* -----------
 簡易検索フォーム
----------- */
.keyword_search_form {
  margin-bottom: 4.5rem;
}
.keyword_search_form .form-inline {
  justify-content: center;
}
.keyword_search_form input[type="search"] {
  max-width: 400px;
  height: calc(1.5em + 1.5rem + 2px);
  margin: 5px;
}
.keyword_search_form .form-inline button{
  white-space: nowrap;
  margin: 5px;
}

/* -----------
 Input Table
----------- */
.fs-c-inputTable .fs-c-inputTable__headerCell {
  text-align: left;
  padding-right: 30px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .fs-c-inputTable .fs-c-inputTable__headerCell {
    padding: 5px 0;
    display: block;
  }
  .fs-c-inputTable .fs-c-inputTable__dataCell {
    padding: 0 0 10px;
    display: block;
  }
}

/* -----------
 Button
----------- */
.btn, [class*="fs-c-button--"],
[type=button], [type=reset], [type=submit], button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
}
.fs-c-button--standard {
  color: #01579B;
}
.fs-c-button--standard:hover {
  color: #0277BD;
}
.fs-c-button--primary {
  color: #fff;
  background-color: #eb6614;
}
.fs-c-button--primary:hover {
  color: #fff;
  background-color: #d35907;
}
.fs-c-button--secondary {
  color: #eb6614;
  background-color: #ffeee4;
}
.fs-c-button--secondary:hover {
  color: #fff;
  background-color: #eb6614;
}
.fs-c-button--plain {
  color: #111;
  background-color: #DBDBDB;
}
.fs-c-button--plain:hover {
  background-color: #CCC;
}
.fs-c-button--displayPassword::before,
.fs-c-button--hidePassword::before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
}
.fs-c-button--displayPassword::before {
  content: "\e917";
}
.fs-c-button--hidePassword::before {
  content: "\e918";
}

/* -----------
 Table
----------- */
table {
  border-collapse: collapse;
}

/* -----------
 SNS
----------- */
.social-buttons {
  margin: 15px -10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.social-buttons li {
  padding: 0 10px;
}
.social-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  height: 48px;
  border-radius: 24px;
  font-size: 12px;
  background: #eb6614;
  text-decoration: none;
}
.social-button span {
  display: block;
  text-align: left;
  margin-left: 15px;
  line-height: 1.25;
}
.social-button-mail{
  padding: 0 20px;
  font-weight: 600;
}
.social-button-fb{
  background: #3b5998;
}

@media only screen and (min-width: 768px) {
  .social-button-mail{
    min-width: 240px;
  }
}

/* -----------
 Cart Count
----------- */
.fs-client-cart-count {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
  min-width: 15px;
  padding: 0 2px;
  border-radius: .75em;
  border: 1px solid transparent;
  background-color: #eb6614;
  color: #FFF;
  position: absolute;
  top: .25rem;
  right: .75rem;
} 
.fs-client-cart-count.fs-client-cart-count--0 {
  display: none;
}

/* -----------
 Message Board
----------- */
.fs-p-messageBoard {
  background-color: #F1F1F1;
  padding: 15px;
  margin-bottom: 4.5rem;
}

/* -----------
 Toggle
----------- */
.toggle {
  border: 1px solid #DBDBDB;
}
.toggle-header {
  padding: 15px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.toggle-header::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.toggle-header.on::before {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent currentColor transparent;
}
.toggle-body {
  border-top: 1px solid #DBDBDB;
  padding: 15px;
  display: none;
}

/* -----------
 Slider
----------- */
.fs-c-slick .slick-slide figure {
  margin: 0;
  vertical-align: middle;
}
.fs-c-slick .fs-pt-carousel__slide__caption {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}

.fs-body-top .fs-c-slick .slick-prev,
.fs-body-top .fs-c-slick .slick-next {
  height: 100%;
  width: 10%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  border-radius: 0;
  min-width: 30px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.fs-body-top .fs-c-slick .slick-prev {
  left: 0;
}
.fs-body-top .fs-c-slick .slick-next {
  right: 0;
}
.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}
.fs-c-slick .slick-prev:before {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(-45deg);
  margin: 0 10% 0 auto;
}
.fs-c-slick .slick-next:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  margin: 0 auto 0 10%;
}

.fs-c-slick .slick-dots {
  position: absolute;
  bottom: 4%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.fs-c-slick .slick-dots li {
  margin: 3px 6px;
}
.fs-c-slick .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #FFF;
  opacity: .5;
  transition: all .2s;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  border-color:  #eb6614;
  transform: scale(1.2);
}

@media only screen and (min-width: 992px) {
  .fs-c-slick .slick-prev,
  .fs-c-slick .slick-next {
    width: 80px;
    height: 80px;
  }
  .fs-body-top .fs-c-slick .slick-prev,
  .fs-body-top .fs-c-slick .slick-next {
    width: 20%;
  }
  .fs-c-slick .slick-prev:before,
  .fs-c-slick .slick-next:before {
    width: 40px;
    height: 40px;
  }
}

/* -----------
 ModelSearch
----------- */
.modelSearch .form-row > * {
  padding: 0 5px;
}
.modelSearch fieldset {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 5px 0;
}
.modelSearch button {
  min-width: 100px;
  margin: 5px 0;
}

/* -----------
 Headline
----------- */
.headline {
  text-align: center;
  margin: 2.5rem 0;
  position: relative;
}
.headline .ttl {
  line-height: 1;
  text-transform: uppercase;
  font-family: "DIN Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 8px 15px 10px;
  margin-bottom: .25em;
  background-color: #FFF;
  border: 1px solid #111;
  position: relative;
}
.headline .ttl::before,
.headline .ttl::after {
  content: '';
  display: block;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.headline .ttl::before {
  width: calc(100% + 100px);
  max-width: 100vw;
  margin-top: -2px;
}
.headline .ttl::after {
  width: calc(100% + 80px);
  max-width: 94vw;
  margin-top: 2px;
}
.headline h2.ttl {
  font-size: 3rem;
}
.headline h3.ttl {
  font-size: 2rem;
}
.headline .ttl .script {
  font-weight: normal;
  font-size: 2rem;
  font-family: 'Damion', sans-serif;
  text-transform: none;
  background-color: #FFF;
  color: #eb6614;
  padding: 0 .25em;
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 2;
  transform: rotate(-4deg);
  transform-origin: left top;
}
.headline .sub-ttl {
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .1em;
  display: block;
  margin: .5rem auto 1rem;
  padding: 0 15px;
}

/* -----------
 Headline S
----------- */
.headline_S {
  text-align: left;
  margin: 5rem 0 2.5rem;
  position: relative;
}
.headline_S::before {
  content: '';
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #eb6614;
  margin: -2px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.headline_S .container {
  padding: 0 30px;
}
.headline_S .ttl {
  line-height: 1;
  text-transform: uppercase;
  font-family: "DIN Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 8px 15px 10px;
  margin: -2px 0 0;
  background-color: #FFF;
  position: relative;
}
.headline_S h3.ttl {
  font-size: 2rem;
}
.headline_S .sub-ttl {
  background-color: #FFF;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .1em;
  display: block;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .headline_S .ttl {
    padding: 0 15px 0 30px;
  }
  .headline_S .sub-ttl {
    padding: 0 30px 0 15px;
  }
}

/* -----------
 categoryList
----------- */
main .categoryList {
  margin: 3rem auto 4.5rem;
}
main .categoryList > .row {
  margin-left: -5px;
  margin-right: -5px;
}
main .categoryList > ul {
  padding: 0;
  list-style-type: none;
}
main .categoryList > ul > li {
  padding: 5px;
}
main .categoryList > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  font-size: .75rem;
  line-height: 1.25;
  text-decoration: none;
  height: 160px;
}
main .categoryList > ul > li > a > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #FFF;
  background-color: rgba(0,0,0,0.75);
  padding: 10px;
  height: 64px;
  transition: .4s cubic-bezier(.4, 0, .2, 1);
}
main .categoryList > ul > li:hover > a > span {
  height: 160px;
}
main .categoryList > ul > li > a > span > em {
  font-size: 1rem;
  font-style: normal;
  line-height: 1;
  margin-bottom: 3px;
  font-family: "DIN Condensed", sans-serif;
  font-weight: 700;
}



/* ModelFamily */
main .categoryList.cat-mf li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
  main .categoryList.cat-mf li {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }   
}
@media (min-width: 992px) {
  main .categoryList.cat-mf li {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}

main .categoryList.cat-mf li a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main .categoryList.cat-mf .cat__revolutionmax a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/sportster_s.jpg); }
main .categoryList.cat-mf .cat__street a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/street.jpg); }
main .categoryList.cat-mf .cat__vrod a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/vrod.jpg); }
main .categoryList.cat-mf .cat__sportster a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/sportster.jpg); }
main .categoryList.cat-mf .cat__dyna a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/dyna.jpg); }
main .categoryList.cat-mf .cat__m8s a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/m8s.jpg); }
main .categoryList.cat-mf .cat__m8tt a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/m8tt.jpg); }
main .categoryList.cat-mf .cat__tc-softail a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/tc-softail.jpg); }
main .categoryList.cat-mf .cat__tc-touring-trike a {
 background-image: url(https://koizumi4141.itembox.design/item/category/mf/tc-touring-trike.jpg); }
main .categoryList.cat-mf .cat__evodyna a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/evodyna.jpg); }
main .categoryList.cat-mf .cat__evo-softail a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/evo-softail.jpg); }
main .categoryList.cat-mf .cat__evo-touring a {
 background-image: url(https://koizumi4141.itembox.design/item/category/mf/evo-touring.jpg); }
main .categoryList.cat-mf .cat__sportsters a {
  background-image: url(https://koizumi4141.itembox.design/item/category/mf/sportster_s.jpg); }

/* CustomParts */
main .categoryList.cat-cp li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 576px) {
  main .categoryList.cat-cp li {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  main .categoryList.cat-cp li {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}
@media (min-width: 992px) {
  main .categoryList.cat-cp li {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
}

main .categoryList.cat-cp li a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
main .categoryList.cat-cp .cat__audio-equipment a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/audio-equipment.jpg); }
main .categoryList.cat-cp .cat__bags-luggage a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/bags-luggage.jpg); }
main .categoryList.cat-cp .cat__brakes-suspension a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/brakes-suspension.jpg); }
main .categoryList.cat-cp .cat__decor a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/decor.jpg); }
main .categoryList.cat-cp .cat__electrical a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/electrical.jpg); }
main .categoryList.cat-cp .cat__foot-controls a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/foot-controls.jpg); }
main .categoryList.cat-cp .cat__handlebars-grips a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/handlebars-grips.jpg); }
main .categoryList.cat-cp .cat__gauges a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/gauges.jpg); }
main .categoryList.cat-cp .cat__lights a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/lights.jpg); }
main .categoryList.cat-cp .cat__mirrors a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/mirrors.jpg); }
main .categoryList.cat-cp .cat__screamin-eagle a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/screamin-eagle.jpg); }
main .categoryList.cat-cp .cat__seats-backrests a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/seats-backrests.jpg); }
main .categoryList.cat-cp .cat__tires-wheels a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/tires-wheels.jpg); }
main .categoryList.cat-cp .cat__vehicle-protection a {


  background-image: url(https://koizumi4141.itembox.design/item/category/cp/vehicle-protection.jpg); }
main .categoryList.cat-cp .cat__wind-protection a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/wind-protection.jpg); }
main .categoryList.cat-cp .cat__maintenance a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/maintenance.jpg); }
main .categoryList.cat-cp .cat__security a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/security.jpg); }
main .categoryList.cat-cp .cat__muffler a {
  background-image: url(https://koizumi4141.itembox.design/item/category/cp/muffler.jpg); }


/* Apparel */
main .categoryList.cat-ap li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 380px;
    margin: 0 auto;
}
@media (min-width: 768px) {
  main .categoryList.cat-ap li {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 0 auto;
  }
}
main .categoryList.cat-ap > ul > li > a {
    height: auto !important;
}

/* -----------
 Ranking
----------- */
main #_rcmdjp_display_1 {
  max-width: 1080px;
  padding: 0 5px;
  margin: 3rem auto 4.5rem;
}

/* -----------
 Shopping Guide
----------- */
#shoppingGuide {
  overflow: hidden;
}
#shoppingGuide .shoppingGuide__content {
  margin: 3rem auto 4.5rem;
}

/* ===============================
 TOP Page
=============================== */
/* -----------
 Slider
----------- */
@media only screen and (min-width: 992px) {
  #topSlider {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  #topSlider .slick-list {
    margin: 0 10%;
    overflow: visible;
  }
}
/* -----------
 Model Search
----------- */
.fs-body-top .modelSearch {
  padding: 15px;
  margin-bottom: 4.5rem;
  background: #111;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100vw !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}
.fs-body-top .modelSearch button {
  width: 100%;
}
@media (min-width: 768px) {
  .fs-body-top .modelSearch fieldset {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .fs-body-top .modelSearch {
    padding: 30px;
    align-items: center;
  }
  .fs-body-top .modelSearch fieldset {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

/* ===============================
 Group & Product Archive
=============================== */
/* -----------
 Main
----------- */
.fs-body-category .fs-l-main,
.fs-body-search .fs-l-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column-main {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .column-main {
    margin-left: auto;
    margin-right: 0;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
}

/* -----------
 Side
----------- */
.column-side {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.column-side > div {
  margin-bottom: 15px;
}

#sidebar .toggle-body .modelSearch {
  margin: -5px 0;
}
#sidebar .toggle-body .modelSearch .form-row > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#sidebar .toggle-body .modelSearch button {
  width: 100%;
}

#sidebar .toggle-body .categoryList {
  margin: -16px -15px -15px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  letter-spacing: 0;
}

#sidebar .fs-pt-menu__heading {
  display: block;
  position: relative;
}
#sidebar .menu__item-current > a {
  font-weight: 600;
  color: #222;
}
#sidebar .fs-pt-menu__item--lv2 {
  border-top: 1px solid #DBDBDB;
  position: relative;
  cursor: pointer;
}
#sidebar .fs-pt-menu__item a {
  display: block;
  padding: 10px;
}
#sidebar .fs-pt-menu__item a:hover {
  background-color: #F6F6F6;
}

#sidebar .fs-pt-menu__heading--lv1 {
  display: none !important;
}

#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv2,
#sidebar .fs-pt_menu__item--cp .fs-pt-menu__heading--lv2,
#sidebar .fs-pt_menu__item--ap .fs-pt-menu__heading--lv2,
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv3 {
  padding-left: 31px;
}
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv2.on,
#sidebar .fs-pt_menu__item--cp .fs-pt-menu__heading--lv2.on,
#sidebar .fs-pt_menu__item--ap .fs-pt-menu__heading--lv2.on,
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv3.on {
  background-color: #F1F1F1;
}
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv2::before,
#sidebar .fs-pt_menu__item--cp .fs-pt-menu__heading--lv2::before,
#sidebar .fs-pt_menu__item--ap .fs-pt-menu__heading--lv2::before,
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv3::before {
  content: '+';
  display: block;
  width: 31px;
  height: 100%;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 31px;
  text-align: center;
  border-right: 1px solid #DBDBDB;
  color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv2.on::before,
#sidebar .fs-pt_menu__item--cp .fs-pt-menu__heading--lv2.on::before,
#sidebar .fs-pt_menu__item--ap .fs-pt-menu__heading--lv2.on::before,
#sidebar .fs-pt_menu__item--mf .fs-pt-menu__heading--lv3.on::before {
  content: '-';
}

#sidebar .fs-pt-menu--lv3,
#sidebar .fs-pt-menu--lv4,
#sidebar .fs-pt-menu--lv5 {
  display: none;
  border-top: 1px solid #DBDBDB;
  font-size: 13px;
}

#sidebar .fs-pt_menu__item--cp .fs-pt-menu--lv3 {
  padding: 5px 0 10px;
}

#sidebar .fs-pt_menu__item--mf .fs-pt-menu--lv4 {
  border-bottom: 1px solid #DBDBDB;
}

@media only screen and (min-width: 768px) {
  .column-side {
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    order: -1;
  }
}

/* -----------
 Search
----------- */
#search_result {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
  display: none;
}
#result_keyword,
#result_tag {
  line-height: 1;
  display: none;
}

#search_result .result-ttl {
  display: inline-block;
  min-width: 5em;
}

.fs-c-noResultMessage {
  margin: 45px 0;
}

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

.fs-c-productList__list + .fs-c-productList__controller .fs-c-sortItems {
  display: none;
}

.fs-c-subgroupList,
.fs-c-productList__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px -5px;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
}

.fs-c-subgroupList .fs-c-subgroupList__item {
  padding: 5px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.fs-c-productList__list .fs-c-productListItem {
  padding: 5px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.fs-c-productListItem > form {
  height: 100%;
  background-color: #F1F1F1;
  padding: 10px;
  position: relative;
}
.fs-c-productListItem > form > * {
  margin-bottom: 10px;
}

.fs-c-productListItem__imageContainer {
  background-color: #FFF;
} 
.fs-c-productName {
  margin-top: 0;
  font-size: .92rem;
}
.fs-c-productName a {
  display: block;
}
.fs-c-productPrice {
  display: -ms-flexbox;
  display: flex;
}
.fs-c-productPrice span {
  white-space: nowrap;
}
.fs-c-productPrice__main {
  display: -ms-flexbox;
  display: flex;
}
.fs-c-productPrice__main__price,
.fs-c-productPrice__addon {
  margin-left: .5em;
}
.fs-c-buttonContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fs-c-productListItem__control {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 10px;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.fs-c-productListItem__control [type=button]:before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fs-c-button--addToCart--list {
  width: calc(100% - 35px);
}
.fs-c-button--addToCart--list .fs-c-button__label {
  font-size: 11px;
}
.fs-c-button--addToCart--list:before {
  content: "\e91f";
}
.fs-c-button--addToWishList--icon {
  width: 30px;
}
.fs-c-button--addToWishList--icon:before {
  content: "\e91b";
  font-size: 16px;
  transition: .1s;
  margin-right: 0 !important;
}
.fs-c-button--addToWishList--icon:hover:before {
  content: "\e91d";
  color: #eb6614;
}
.fs-c-button--addToWishList--icon .fs-c-button__label {
  display: none;
}
.fs-c-button--guide:before {
  content: "\e913";
}

@media (max-width: 991px) {
  .fs-c-productListItem > form {
    padding-left: 110px;
    min-height: 102px
  } 
  .fs-c-productListItem > form > .fs-c-productListItem__imageContainer {
    width: 100px;
    margin-bottom: 0;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
  } 
}
@media (min-width: 992px) {
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
  .fs-c-productList__list .fs-c-productList__list__item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fs-c-productListItem > form {
    padding: 10px 10px 0;
  }
  .fs-c-productListItem > form > .fs-c-productListItem__imageContainer {
    margin: -9px -9px 10px;
  }
}
@media (min-width: 1200px) {
  .fs-c-subgroup .fs-c-subgroupList .fs-c-subgroupList__item,
  .fs-c-productList__list .fs-c-productList__list__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* -----------
 Product - Sort
----------- */
.fs-c-sortItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px;
  font-size: 11px;
}
.fs-c-sortItems__label {
  display: inline-block;
  margin-right: 10px;
}
.fs-c-sortItems__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  display: inline-block;
  padding: 5px;
}

/* ----------------------
  Product - Pagination
---------------------- */
.fs-c-listControl__status {
  margin: 0 0 15px;
  font-size: 11px;
}
.fs-c-listControl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.fs-c-pagination {
  margin: 0 0 15px;
}
.fs-c-pagination__item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 25%;
  text-align: center;
  margin: 0 1px;
}
a.fs-c-pagination__item {
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
}
.fs-c-pagination__item.is-active {
  border: 1px solid #111;
  background-color: #111;
  color: #FFF;
}
.fs-c-pagination__item.fs-c-pagination__item--next,
.fs-c-pagination__item.fs-c-pagination__item--prev {
  border-color: transparent;
}

/* ----------------------
  Product - Modal
---------------------- */
.fs-c-productImageModal {
  margin: 0 !important;
}

.fs-c-productListItem__viewMoreImageButton {
  margin: -34px 0 0 0 !important;
  display: none;
}
.fs-c-button--viewMoreImage {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  border-color: transparent;
  border-radius: 0;
  background-color: rgba(0,0,0,0.75);
  color: #FFF;
}
.fs-c-button--viewMoreImage:before {
  content: '+';
  font-family: sans-serif;
  font-size: 11px;
  margin-right: 0 !important;
  text-align: center;
}
.fs-c-button--viewMoreImage .fs-c-button__label {
  display: none;
}

.fs-c-productMainImage__expandButton [type=button] {
  line-height: 30px;
  padding: 0 .75rem;
}
.fs-c-productMainImage__expandButton [type=button]:before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fs-c-button--viewExtendedImage .fs-c-button__label {
  font-size: 11px;
}
.fs-c-button--viewExtendedImage:before {
  content: "\e912";
}

/* ----------------------
  Product - Single
---------------------- */
.fs-body-product .product-section {
  margin: 3rem 0 4.5rem;
}

.fs-c-productMainImage {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.fs-c-productMainImage__expandButton {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  display: none;
}
.fs-c-productMainImage__expandButton button {
  border-radius: 0;
  border-color: transparent;
  background-color: rgba(0,0,0,0.75);
  color: #FFF;
}
.fs-body-product .fs-c-productThumbnail {
  margin: 15px -6px;
  justify-content: center;
}
.fs-body-product .fs-c-productThumbnail__image {
  border: 1px solid #DBDBDB;
  flex: 0 0 calc(25% - 12px);
  max-width: 102px;
}
.fs-body-product .fs-c-productThumbnail__image.is-active {
  border-color: #111;
}
.fs-body-product .productHeaderBar {
  color: #FFF;
  margin: 4.5rem 0 3rem;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.fs-body-product .productHeaderBar::before {
  content: '';
  display: block;
  background-color: #111;
  width: 100vw !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(((100vw - 100%) / 2) * -1) !important;
  left: calc(((100vw - 100%) / 2) * -1) !important;
  z-index: -1;
}
.fs-body-product .fs-c-productNameHeading {
  font-size: 1.25rem;
  margin: 0;
}
.fs-body-product .productHeaderBar-links {
  display: flex;
  flex-wrap: wrap;
  margin: 17px -10px 0;
}
.fs-body-product .productHeaderBar-links > * {
  padding: 3px 10px;
}
.fs-body-product .productHeaderBar-links .fs-c-buttonContainer {
  margin-top: 0;
  margin-bottom: 0;
}
.fs-body-product .productHeaderBar-links .fs-c-button--plain {
  background-color: transparent;
  color: #DBDBDB;
  font-size: .83rem;
  padding: 0;
}
.fs-body-product .productHeaderBar-links .fs-c-button--plain:hover {
  color: #eb6614;
}

.fs-body-product .fs-c-productPrice__main__price {
  font-size: 1.175rem;
  font-weight: bold;
  color: #eb6614;
}

.productComments {
  margin-top: 2.5rem;
}
.productComent {
  border: 1px solid #DBDBDB;
  margin: -1px 0 0 0;
  padding: .5rem .75rem .5rem 8rem;
  position: relative;
}
.productComent::before {
  content: attr(data-label);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: .83rem;
  border-right: 1px solid #DBDBDB;
  background: rgba(0,0,0,0.1);
  padding: .5rem;
  width: 7rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.productComent:empty {
  display: none!important;
}
.fs-body-product .fs-p-snsArea {
  display: flex;
  margin: 1.5rem 0;
}

.fs-c-button--addToCart--detail {
  background-color: #111;
}
.fs-c-button--addToCart--detail:hover {
  background-color: #000;
}
.fs-c-button--addToWishList--detail {
  border-color: currentColor;
}
.fs-c-button--addToCart--detail:before,
.fs-c-button--particular:before,
.fs-c-button--plain:before {
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: .25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fs-c-button--addToCart--detail:before {
  content: "\e91f";
}
.fs-c-button--addToWishList--detail:before {
  content: "\e91b";
  transition: .1s;
}
.fs-c-button--addToWishList--detail:hover:before {
  content: "\e91d";
  color: #eb6614;
}
.fs-c-button--inquiryAboutProduct:before {
  content: "\e920";
}
.fs-c-button--addReview--detail:before {
  content: "\e929";
}

/* -----------
 Contact
----------- */
@media (min-width: 992px) {
  .contact-form {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* -----------
 Register
----------- */
@media (min-width: 992px) {
  .fs-body-register .fs-l-main {
    max-width: 720px;
  }
}
/* -----------
 Login
----------- */
.fs-body-login .fs-c-inputTable {
  width: 100%;
}
.fs-body-login .fs-c-inputInformation__field {
  padding: 15px 30px;
  background-color: #F1F1F1;
  border-radius: 3px;
}
.fs-c-anotherLogin {
  font-size: .83rem;
}
.fs-body-login .fs-c-inputTable .fs-c-inputTable__headerCell {
  width: 11em;
}
@media (min-width: 768px) {
  .fs-body-login .fs-l-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-body-login .loginArea,
  .fs-body-login .fs-c-newUsers {
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .fs-body-login .fs-l-main > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .fs-body-login .fs-c-inputTable .fs-c-inputTable__headerCell {
    padding: 5px 0;
    display: block;
  }
  .fs-body-login .fs-c-inputTable .fs-c-inputTable__dataCell {
    padding: 0 0 10px;
    display: block;
  }
}
@media (min-width: 992px) {
  .fs-body-login .fs-l-main > div:not(.fs-c-panelContainer) {
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

/* -----------
 Cart
----------- */
.fs-body-cart .fs-l-cart__mainColumn {
  margin-bottom: 45px;
}
.fs-body-cart .fs-l-cart__sideColumn {
  margin-bottom: 45px;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
  border-color: #DBDBDB;
}
.fs-c-orderTotalTable {
  width: 100%;
}
.fs-body-cart .fs-l-cart__sideColumn {
  padding: 15px;
  border-radius: 3px;
  border: 3px solid #F1F1F1;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary,
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary {
  width: 100%;
}
.fs-c-orderTotalTable th {
  text-align: left !important;
}
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
  border: 0;
  border-bottom: 1px solid #DBDBDB;
}
.fs-c-payWithAmazon {
  border-top: 1px solid #F1F1F1;
  font-size: .83rem;
}
.fs-c-payWithAmazon .fs-c-buttonContainer {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .fs-l-cart__contentsArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fs-body-cart .fs-l-cart__mainColumn {
    padding-right: 30px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
  }
}

/* -----------
 メイン下 買い物ガイド
----------- */
.simple_guide .guide_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.simple_guide .guide_list .guide_item {
  flex: 0 0 100%;
  max-width: 100%;
}
.simple_guide .guide_list .guide_item {
  margin: .25em 0;
}
.simple_guide .guide_list .guide_item a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: .92rem;
  padding: .75em 1em .75em 2em;
  background-color: #F1F1F1;
  position: relative;
}
.simple_guide .guide_list .guide_item a:hover {
  text-decoration: underline;
}
.simple_guide .guide_list .guide_item a:before {
  content: '';
  width: .5em;
  height: .5em;
  border-top: 2px solid #eb6614;
  border-right: 2px solid #eb6614;
  position: absolute;
  top: 1.25em;
  left: 1em;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .simple_guide .guide_list .guide_item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 5px;
  }
}
@media (min-width: 992px) {
  .simple_guide .guide_list .guide_item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* -----------
 買い物ガイドページ
----------- */

.guide_body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.guide_body .guide_group {
  flex: 0 0 100%;
  margin-top: 35px;
  padding: 15px;
  position: relative;
}
.guide_body .guide_group:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
.guide_body .guide_group .guide_ttl {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -.5em;
  right: 0;
  left: 0;
}
.guide_body .guide_group .guide_ttl > span {
  display: inline-block;
  padding: 0 1em;
  color: #eb6614;
  background-color: #FFF;
}
.guide_body .guide_group .guide_list {
  list-style-type: none;
  padding-left: 0;
}
.guide_body .guide_group .guide_list .guide_item {
  margin: .25em 0;
}
.guide_body .guide_group .guide_list .guide_item a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: .92rem;
  padding: .25em 0 .25em 1em;
  position: relative;
}
.guide_body .guide_group .guide_list .guide_item a:hover {
  text-decoration: underline;
}
.guide_body .guide_group .guide_list .guide_item a:before {
  content: '';
    width: .5em;
    height: .5em;
    border-top: 2px solid #eb6614;
    border-right: 2px solid #eb6614;
    position: absolute;
    top: .75em;
    left: 0;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
  .guide_body .guide_group {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 35px;
  }
  .guide_body .guide_group:before {
    top: 0;
    right: 10px;
    left: 10px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .guide_body .guide_group {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}


.documentArticle table,
.documentArticle table td,
.documentArticle table th {
  border: 1px solid #595959;
  border-collapse: collapse;
        width: 100%;
}
.documentArticle table td,
.documentArticle table th {
  padding: 3px 6px;
  width: 30px;
  height: 25px;
}
.documentArticle table th {
  background: #f0e6cc;
}
.documentArticle table tr:nth-of-type(even) {
  background: #fbf8f0;
}
.documentArticle table tr:nth-of-type(odd) {
  background: #fefcf9;
}

.documentArticle h2 {
  margin: 2em 0 1em;
  border-bottom: double 4px #eb6614;
}

.documentArticle h3 {
  font-size: 1.125em;
  margin: 2em 0 .75em;
  padding: .25em .5em;
  background-color: #F6F6F6;
  border-left: solid 2px #eb6614;
}



/* -----------
 マイページ
----------- */
.fs-c-accountService {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.fs-c-accountService__page {
    padding: 8px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) {
    display: flex;
    flex-basis: 50%;
    align-items: stretch;
    height: 128px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
    background: #eee;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: .83rem;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    color: #eb6614;
    font-size: 48px;
    line-height: 1.2;
    margin: 8px auto 0;
    width: 64px;
    height: 64px;
}
.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "\e93a";
}
.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "\e900";
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "\e901";
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e902";
}
.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93b";
}
.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "\e93e";
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "\e903";
}
.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "\e904";
}
.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "\e905";
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "\e906";
}
.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "\e907";
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "\e908";
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "\e909";
}
.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "\e93c";
}

.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  font-size: .83rem;
}

@media (min-width: 768px) {
  .fs-c-accountService__page {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

/* -----------
 サイドバー、カスタムHTML
----------- */
.side-single-button:hover {
  background-color: #F6F6F6;
}
.side-single-button::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.side-single-button {
  border: 1px solid #DBDBDB;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #111;
  transition: all .2s;
  position: relative;
}


@media only screen and (min-width: 768px) {
  #siteFooter .categoryList > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0px;
  }
  #siteFooter .categoryList > ul > li,
  #siteFooter .categoryList > ul > li.fs-pt_menu__item--cp {
    flex: none;
    max-width: none;
  }
  #siteFooter .categoryList > ul > li:nth-child(1) {
      grid-row: span 2 / span 2;
  }
  #siteFooter .categoryList > ul > li:nth-child(2) {
      grid-column: span 2 / span 2;
      grid-row: span 2 / span 2;
  }
  #siteFooter .categoryList > ul > li:nth-child(3) {
      grid-column-start: 4;
  }
  #siteFooter .categoryList > ul > li:nth-child(4) {
      grid-column-start: 4;
      grid-row-start: 2;
  }
}
