@charset "utf-8";
/* CSS Document */
* {
  box-shadow: none !important;
}
.fs-c-button--primary:hover, .fs-c-button--primary:visited, .fs-c-button--primary:active {
    color: unset;
}
img {
  vertical-align: bottom;
}
.fs-preview-header {
  display: none;
}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
@media screen and (max-width: 1024px) {
  .PC {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .SP {
    display: none !important;
  }
}
/***********************************
	トップスライドの価格消し
***********************************/
.fs-c-productListCarousel__list .fs-c-productName__copy {
  display: none;
}
.fs-c-productListCarousel__list .fs-c-productName__name {
  display: none;
}
.fs-c-productListCarousel__list .fs-c-productListItem__prices {
  display: none;
}
.fs-c-productListCarousel__list .fs-c-productMark__mark {
  display: none;
}
/***********************************
	ドロワーのサイズ
***********************************/
@media screen and (max-width: 800px) {
  .fs-l-sideArea {
    width: 50%;
    z-index: 999;
  }
}
@media screen and (max-width: 550px) {
  .fs-l-sideArea {
    width: 80%;
    z-index: 999;
  }
}
/*ドロワー余白調整*/
.fs-p-drawer {
  padding: 0;
}
/***********************************
	スライドの上書き
***********************************/
.fs-c-slick .slick-prev {
  left: 0px;
}
.fs-c-slick .slick-next {
  right: 0px;
}
.fs-c-button--carousel {
  font-size: 3.5rem;
}
@media screen and (min-width: 600px) {
  .top-pickup .fs-c-productListCarousel__list__item {
    flex-basis: 365px;
    max-width: 365px;
    min-width: 365px;
    margin: 0 20px;
  }
  .leon-itemlist .fs-c-productListCarousel__list__item {
    flex-basis: 235px;
    max-width: 235px;
    min-width: 235px;
    margin: 0 20px;
  }
  .limite-itemlist .fs-c-productListCarousel__list__item {
    flex-basis: 365px;
    max-width: 365px;
    min-width: 365px;
    margin: 0 20px;
  }
  .standard-itemlist .fs-c-productListCarousel__list__item {
    flex-basis: 165px;
    max-width: 165px;
    min-width: 165px;
    margin: 0 20px;
  }
  .bestseller-itemlist .fs-c-productListCarousel__list__item {
    flex-basis: 165px;
    max-width: 165px;
    min-width: 165px;
    margin: 0 20px;
  }
}
/***********************************
	ヘッダー分ずらす指定
***********************************/
body, .fs-l-page {
  display: flex;
  flex-direction: column;
}
.fs-l-page {
  padding-top: 110px;
}
.fs-l-main {
  margin: 8px auto 100px;
  width: 100%;
  max-width: 100%;
}
.fs-l-pageMain {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 100%;
  }
}
.sp-head.fs-clientInfo {
  display: none;
}
.sp-head {
  display: none;
}
/***********************************
	ヘッダー
***********************************/
.fs-c-breadcrumb {
  margin: 5px auto 10px;
  padding: 0;
  width: 96%;
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.fs-c-breadcrumb__list {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .fs-c-breadcrumb {
    margin: 0 0 10px;
    padding: 0 20px;
    overflow: hidden;
  }
}
.fs-l-header, .fs-l-header--min {
  background: #000;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 110px;
  top: 0;
  padding: 0;
  border-bottom: 0px solid #ffffff;
}
@media screen and (min-width: 1200px) {
  .fs-p-drawer {
    display: none;
  }
  .fs-p-drawer__loginLogout, .fs-p-drawer__welcomeMsg {
    display: none;
  }
  .fs-p-drawerButton {
    display: none;
  }
  .accordion-container {
    display: none;
  }
  .fs-pt-carousel img {
    max-width: 30vw;
  }
  .category-menu-display {
    display: none;
  }
}
.head-inner {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  max-width: 1400px;
  padding: 0;
}
.head-right {
  margin: 0;
  padding: 0;
  right: 0;
  top: 20px;
  width: 26%;
  height: 80px;
  position: absolute;
}
.login > a, 
.logout > a{
  color: #fff;
}
.login > a:hover, 
.logout > a:hover{
  color: #ccc;
  text-decoration: none;
}
/* ロゴ */
.logo img {
  width: 250px;
  float: left;
  margin-left: 0;
}
.header-cart img {
  width: 20px;
}
.header-cart {
  position: absolute;
  right: 8px;
  top: 28px;
}
.fs-clientInfo:not(.is-ready) {
  display: block !important;
}
.fs-p-cartItemNumber {
  background: #ff0000;
  border-radius: 1em;
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.25em 0.4em;
  position: absolute;
  top: 10px;
  right: 8px;
}
.logout, .login {
  position: absolute;
  right: 40px;
  padding: 0;
  margin: 0;
  top: 28px;
}
/***********************************
	ヘッダードロップメニュー
***********************************/
.menu h1 {
  margin-top: 39px;
}
.menu {
  position: relative;
  width: 74%;
  height: 80px;
  margin: 0;
  padding: 0;
  top: 0;
  font-family: 'Red Hat Display', sans-serif;
  z-index: 99;
  padding-left: 8px;
}
.menu > li {
  float: left;
  padding-right: 20px;
  line-height: 60px;
  background: #000;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}
.menu > li a {
  display: block;
  color: #fff;
}
.menu > li a:hover {
  color: #ccc;
  text-decoration: none;
}
.menu li:hover > a {
  color: #ccc;
}
.menu li.menu__mega {
  margin-top: 30px;
}
.menu li.news_menu {
  margin-left: 40px;
}
div.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  background: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu__second-level li {
  border-top: 0px solid #111;
}
.menu__third-level li {
  border-top: 0px solid #111;
}
.menu__second-level li a:hover {
  background: #000;
}
.menu__third-level li a:hover {
  background: #2a1f1f;
}
.menu__fourth-level li a:hover {
  background: #1d0f0f;
}
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
/* ドロップ部分指定 */
li.menu__mega div.menu__second-level {
  position: absolute;
  top: 80px;
  left: 0;
  box-sizing: border-box;
  width: 143%;
  padding: 20px 2%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 35px;
}
li.menu__mega:hover div.menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}
li.menu__mega div.menu__second-level > li {
  float: left;
  width: 32%;
  border: none;
}
li.menu__mega div.menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}
/* ドロップ内指定 */
.menu__cate {
  float: left;
}
ul.menu__cate {
  list-style: none;
}
.menu__cate > li.maincate a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.menu__cate > li.maincate {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.menu__cate > li.maincate a:hover {
  color: #000;
  background: #fff;
}
.menu__cate > li a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}
.menu__cate > li a:hover {
  color: #666;
  background: #fff;
}
.menu__img img {
  height: 400px;
  margin-left: 80px;
}
/***********************************
	検索バー
***********************************/
.fs-p-searchForm__button::before {
  color: #fff;
  background: #000;
}
.fs-p-searchForm__input {
  background: #000;
  color: #fff;
}
.fs-p-inputGroup {
  border: none;
  border-bottom: #fff 1px solid;
  background: #000;
  width: 80%;
  position: absolute;
  top: 40px;
  right: 8px;
  z-index: 999;
}
.fs-p-headerNavBar {
  background: #000;
  border-bottom: none;
  color: #ffffff;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}
/***********************************
	フッター
***********************************/
.fs-l-footer {
  background: #000;
  padding: 2px 0 0 0;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 25px;
  border-top: #000;
  bottom: 0;
  width: 100%;
  top: 0;
  margin-top: auto;
}
.fs-l-footer .foot-inner {
  margin: 0 auto 35px;
  width: 100%;
  max-width: 1400px;
}
.fs-l-footer__contents {
  overflow: hidden;
}
.fs-p-footerPageTop__link {
  background-color: #000;
}
.fs-p-footerPageTop__link::before {
  color: #fff;
}
.footinfo ul {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: .8em 8px;
  font-weight: 700;
}
.footinfo li {
  float: left;
  margin-right: 20px;
  list-style: none;
  text-align: center;
  color: #fff;
}
.footinfo li a {
  color: #ccc;
}
.footsns {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  float: right;
  padding: .5em 8px 1em;
  margin: 10px 0 0;
}
.footsns ul {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: .5em 0;
}
.footsns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  list-style: none;
  text-align: center;
}
.footsns img {
  width: 25px;
  display: block;
}
.copyright {
  font-size: 15px;
  color: #fff;
  padding: 1.5em 8px 1em;
  border-top: 1px #ccc solid;
  margin: 10px 0 0;
}
.copyright {
  font-size: 15px;
  color: #fff;
  padding: 1.5em 8px 1em;
  border-top: 1px #ccc solid;
  margin: 10px 0 0;
}
/***********************************
	見出し
***********************************/
.fs-p-heading--lv2 {
  border-bottom: 0px solid currentColor;
  color: #000000;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 auto;
}
.h2-subtitle {
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
  width: 80%;
  margin: 5px auto 20px;
  padding-top: 5px;
}
/***********************************
	新作アイテム
***********************************/
.newArrival .fs-c-productListCarousel__list__item {
  flex-basis: 200px;
  max-width: 200px;
  min-width: 200px;
  margin: 0 8px;
}
.fs-c-productListItem__control {
  display: none;
}
/***********************************
	ここからスマホ
***********************************/
@media screen and (max-width: 1200px) {
  .pc-head.fs-clientInfo {
    display: none;
  }
  .sp-head.fs-clientInfo {
    display: block;
  }
  .sp-head {
    display: block;
  }
  .fs-l-header {
    background: #000;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 80px;
    top: 0;
    padding: 0;
  }
  .head-right {
    margin: 0;
    padding: 0;
    right: 0;
    top: 20px;
    width: 25%;
    height: 50px;
    position: absolute;
  }
  .menu {
    display: none;
  }
  .fs-l-header__drawerOpener {
    float: left;
    color: #fff;
    margin-top: 30px;
  }
  .fs-pt-carousel img {
    max-width: 100vw;
  }
  /***********************************
	ヘッダー分ずらす指定
***********************************/
  .fs-l-page {
    padding-top: 80px;
  }
  /***********************************
	検索
***********************************/
  .head-right .fs-p-inputGroup {
    display: none;
  }
  .sp-head h1 {
    padding: 0;
    margin: -1px 0 0 0;
    height: 50px;
    width: 60%;
    float: left;
    line-height: 50px;
  }
  .sp-head h1 img {
    padding: 40px 0 0 8px;
    margin: 0;
    width: 100%;
    max-width: 250px;
    vertical-align: middle;
  }
  .header-cart img {
    width: 100%;
  }
  .header-cart {
    position: absolute;
    right: 8px;
    top: 40px;
    width: 50%;
    max-width: 25px;
  }
  .fs-clientInfo:not(.is-ready) {
    display: block !important;
  }
  .fs-p-cartItemNumber {
    background: #ff0000;
    border-radius: 1em;
    color: #fff;
    display: block;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 15px;
    right: -1px;
  }
  .logout, .login {
    width: 50%;
    max-width: 25px;
    position: absolute;
    right: 40px;
    padding: 0;
    margin: 0;
    top: 40px;
  }
  .sp-head.fs-clientInfo img {
    width: 100%;
  }
  /***********************************
	フッター
***********************************/
  #footer {
    background: #000;
    padding: 20px 0 0 0;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    border-top: #000;
    bottom: 0;
    width: 100%;
  }
  .footinfo ul {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: .5em 8px;
    font-weight: 700;
  }
  .footsns {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: .5em 0 1em;
    margin: 10px 0 0;
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .footsns ul {
    overflow: hidden;
    width: 100%;
    margin: 0 8px;
  }
  .copyright {
    font-size: 15px;
    color: #fff;
    padding: 1.5em 0 1em;
    border-top: 1px #ccc solid;
    margin: 10px 0 0;
    text-align: center;
  }
} /* mediaの閉じ */
/***********************************
	アコーディオン
***********************************/
.fs-p-drawer__heading {
  margin-bottom: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
  text-align: left;
  padding: 0 0.5em 0.25em;
}
.fs-pt-menu {
  transition-property: none;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.accordion-container .fs-pt-menu__heading {
  position: relative;
  margin: 0;
  padding: 0.625em;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
}
.fs-l-footer .accordion-container .fs-pt-menu__heading {
  font-size: 1.6rem;
  padding: 0.625em 8px;
}
.accordion-container .fs-pt-menu__heading:hover, .accordion-container .fs-pt-menu__heading:active, .fs-pt-menu__heading.open {
  background-color: #fff;
}
.accordion-container .fs-pt-menu__heading.fs-pt-menu__heading--lv1::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-container .fs-pt-menu__heading .fs-pt-menu__link--lv2::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-container .fs-pt-menu__heading.open::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-container .fs-pt-menu__heading.open::after {
  opacity: 0;
}
.fs-pt-menu__submenu {
  padding-left: 0;
  border: 0px solid #fff;
}
.fs-pt-menu__link--lv2 {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
}
/***********************************
	検索バー
***********************************/
.fs-l-sideArea .fs-p-searchForm__button {
  color: #000;
  background: #fff;
  height: 30px;
}
.fs-l-sideArea .fs-p-searchForm__button::before {
  color: #000;
  background: #fff;
  line-height: 40px;
  font-size: 25px;
}
.fs-l-sideArea .fs-p-searchForm__input {
  background: #fff;
  color: #000;
}
.fs-l-sideArea .fs-p-inputGroup {
  border: #ccc 1px solid;
  background: #fff;
  width: 94%;
  position: relative;
  top: 0px;
  left: 0;
  height: 40px;
  margin: 20px auto;
}
.fs-l-sideArea .fs-p-headerNavBar {
  background: #000;
  border-bottom: none;
  color: #ffffff;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  height: 50px;
}
.fs-l-sideArea .fs-p-drawerButton {
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}
/***********************************
	TOP新着
***********************************/
.fs-c-productListCarousel__list__item .fs-c-price span {
  color: #000;
  font-size: 18px;
  font-family: 'Red Hat Display', sans-serif;
}
.fs-c-productListItem__productName {
  line-height: 1.5;
}
.fs-c-productListCarousel__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .fs-c-productListCarousel__list {
    margin-bottom: 20px;
  }
}
#newarrival {
  margin: 0 auto;
}
#newarrival ul {
  overflow: hidden;
  clear: both;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#newarrival li img {
  vertical-align: middle;
}
#newarrival li {
  float: left;
  width: 28%;
  margin: 0 2.5% 50px;
  list-style: none;
  text-align: center;
}
#newarrival .name {
  margin: 8px 0 0;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newarrival .price {
  font-weight: normal;
  font-size: 13px;
  text-indent: 0;
  font-family: 'Red Hat Display', sans-serif;
  padding: 0;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  #newarrival li {
    float: left;
    width: 47%;
    margin: 0 1.5% 20px;
    list-style: none;
    text-align: center;
  }
  #newarrival .name {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #newarrival .price {
    font-weight: normal;
    font-size: 13px;
    text-indent: 0;
    font-family: 'Red Hat Display', sans-serif;
    padding: 0;
    margin: 8px 0 0;
  }
}
/***********************************
	ベストセラー
***********************************/
#bestsellers {
  margin: 0 auto;
}
#bestsellers ul {
  overflow: hidden;
  clear: both;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#bestsellers li {
  float: left;
  width: 18%;
  margin: 0 1% 30px;
  list-style: none;
  text-align: center;
}
#bestsellers li img {
  vertical-align: middle;
}
#bestsellers .name {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}
#bestsellers .price {
  font-weight: normal;
  font-size: 18px;
  text-indent: 0;
  font-family: 'Red Hat Display', sans-serif;
  float: left;
  padding: 0;
  margin: 8px 0 0;
}
#bestsellers .priceTax {
  font-size: 12px;
  line-height: 1.5em;
  text-align: right;
}
@media screen and (min-width: 900px) {
  #bestsellers li:last-child {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  #bestsellers li {
    float: left;
    width: 47%;
    margin: 0 1.5% 20px;
    list-style: none;
    text-align: center;
  }
  #bestsellers .name {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
  }
  #bestsellers .price {
    font-weight: normal;
    font-size: 14px;
    text-indent: 0;
    font-family: 'Red Hat Display', sans-serif;
    float: left;
    padding: 0;
    margin: 8px 0 0;
  }
  #bestsellers .priceTax {
    font-size: 10px;
    line-height: 1.5em;
    text-align: right;
  }
}
/***********************************
	TOPバナー
***********************************/
#topbanner {
  margin: 0 auto;
}
#topbanner img {
  border: 1px #666 solid;
}
#topbanner ul {
  overflow: hidden;
  clear: both;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}
#topbanner li {
  float: left;
  width: 48%;
  margin: 0 1% 10px;
  list-style: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #topbanner li {
    float: left;
    width: 97%;
    margin: 0 1.5% 10px;
    list-style: none;
    text-align: center;
    position: relative;
  }
}
#topbanner2 {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 50px;
}
#topbanner2 img {
  width: 100%;
}
/***********************************
	TOPのテキストボタン
***********************************/
.texbtn {
  overflow: hidden;
  width: 500px;
  max-width: 80%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
  letter-spacing: .2rem;
}
.texbtn a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}
.texbtn a:hover {
  opacity: 0.9;
}
.texbtn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  margin: -7px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*2列*/
.btnbox {
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.texbtn2 {
  width: 300px;
  max-width: 50%;
  height: 60px;
  margin: 0 1%;
  padding: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 400;
  letter-spacing: .2rem;
  float: left;
}
.texbtn2 a {
  display: block;
  position: relative;
  z-index: 100;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}
.texbtn2 a:hover {
  opacity: 0.9;
}
.texbtn2 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  margin: -7px 0 0 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btnbox {
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .texbtn2 {
    width: 500px;
    max-width: 80%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    letter-spacing: .2rem;
    float: none;
  }
  .texbtn2 a {
    display: block;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
  }
  .texbtn2 a:hover {
    opacity: 0.9;
  }
  .texbtn2 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    margin: -7px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/***********************************
	商品詳細
***********************************/
.fs-c-variationList__item__body li {
  border-bottom: 1px #000 solid;
  padding: 8px 0;
}
.fs-c-variationCart > li + li {
  margin-top: 0;
}
.fs-c-variationList__item__body li:first-child {
  border-top: 1px #000 solid;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  margin-right: 12px;
}
.fs-c-variationCart {
  padding: 0;
}
.fs-c-productNameHeading__name {
  line-height: 1.5;
  font-size: 0.8em;
}
.fs-c-productNumber {
  border: 0px solid currentColor;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0;
  color: #999;
}
.fs-c-variationLabel__label {
  background: #fff;
  color: #000;
  display: block;
  padding: 0 0 5px;
  font-size: 14px;
}
.fs-c-variationList__item__body {
  margin-top: 0px;
}
.fs-c-continueShopping {
  margin: 30px 0 0;
}
.fs-c-continueShopping > a:last-child{
  margin-left:10px;
}
/***********************************
	拡大のボーダー消す
***********************************/
.fs-c-button--viewExtendedImage {
  border: none !important;
  background: transparent;
  padding: 0;
  color: #000;
}
.fs-c-button--plain.fs-c-button--viewMoreImage {
  vertical-align: middle;
  border: none !important;
  font-size: 24px;
  color: #333;
  padding: 0;
}
/***********************************
	詳細ページのボタン
***********************************/
.fs-c-returnedSpecialContract__link a {
  background: #1e2c56;
  border: 1px solid #1e2c56;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 0.8em 1.6em 0.6em;
  text-decoration: none;
  font-size: 12px;
}
.fs-c-returnedSpecialContract__link a:hover {
  opacity: .8;
  color: #fff;
}
.fs-c-button--inquiryAboutProduct {
  padding: .8em 1.5em;
  border: 1px solid #1e2c56;
  background: #1e2c56;
  color: #fff;
  font-size: 12px;
}
.fs-c-button--addReview--detail {
  padding: .8em 1.5em;
  border: 1px solid #1e2c56;
  background: #1e2c56;
  color: #fff;
  font-size: 12px;
}
.fs-c-inquiryAboutProduct .fs-c-button--plain:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.fs-c-productReview .fs-c-button--plain:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.fs-c-button--primary {
  background: #1e2c56;
  border: 1px solid #1e2c56;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 300px;
}
/***********************************
	上書き
***********************************/
.fs-c-productMark__mark {
  border-radius: 0;
  padding: 4px;
}
.fs-c-sortItems__list__item.is-active {
  background: #000;
  color: #ffffff;
}
.fs-c-pagination__item.is-active {
  background: #000;
  color: #ffffff;
}
.fs-c-productMarks {
  display: flex;
}
.fs-c-mark {
  border-radius: 0;
}
/***********************************
	ドロワーメニュー
***********************************/
.drawer-tit {
  background: #eee;
  color: #000;
  padding: .625em;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color
}
.drwar-all a {
  display: block;
  color: #000;
}
.drwar-all {
  position: relative;
  margin: 0;
  padding: 0.625em;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 700;
}
.drwar-all::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-family: 'Red Hat Display', sans-serif;
}
.fs-c-featuredProduct__title {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1em;
  font-weight: bold;
}
/***********************************
	詳細テーブル
***********************************/
.product-table-unit {
  font-size: 13px;
  padding-right: 5px;
  text-align: right;
}
.product-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #333;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .product-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #333;
    padding: 0;
    margin: 0;
    font-size: 0.7em;
  }
}
.product-table th {
  background: #707070;
  color: #fff;
  font-weight: normal;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: .8em;
}
.product-table th.thLeft {
  width: 25%;
}
.product-table td {
  background: #fff;
  color: #333;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: .8em;
}
.product-table-size {
  text-align: center;
}
/***********************************
商品一覧SOLD OUT表記
***********************************/
.fs-c-productList__list__item {
  border-bottom: none !important;
}
.fs-c-productListItem {
  position: relative;
}
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  background: none;
  border: none !important;
}
.fs-c-productListItem__notice {
  font-size: 12px;
  position: absolute;
  top: 30%;
  width: 91%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  margin-top: -10px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  color: #fff;
}
/***********************************
重要なお知らせボタン
***********************************/
.info_btn02 {
  background: #FFF;
  width: 65%;
  margin: 5px auto 10px;
  display: block;
}
.info_btn02 a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  border: solid 1px #000;
  box-sizing: border-box;
}
div.news {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #000;
}
div.news div.title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-family: 'Red Hat Display', sans-serif;
}
div.news div.magagine {
  margin: 10px 0;
  display: inline;
}
div.news div.magagine img {
  width: 80%;
}
div.news div.one img {
  width: 50%;
  margin-bottom: 10px;
}
/*スマホnews用*/
@media screen and (max-width: 768px) {
  div.news {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #000;
  }
  div.news div.title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
  }
  div.news div.magagine {
    margin: 10px 0;
    display: inline;
  }
  div.news div.magagine img {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* サイズ表 */
.sizeTable {
  width: 100%;
  overflow-x: scroll;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
/* サイズ表テーブル */
.sizeTable table {
  border: 1px solid #333;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 14px;
}
.sizeTable table th {
  padding: 0 .8em;
  height: 3em;
  color: #fff;
  background: #939DA8;
  border: 1px solid #333;
  font-weight: normal;
  font-size: 10px;
}
.sizeTable table td {
  padding: 0 1.2em;
  height: 3em;
  color: #000;
  background: #fff;
  border: 1px solid #333;
  text-align: center;
  font-size: 10px;
}
/********************************/
.size_table h3 {
  font-size: 10px;
  margin-top: 30px;
}
.size_table table {
  width: 355px;
  margin: 0 auto;
  border: 2px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}
.size_table .swipe {
  display: none;
}
@media screen and (max-width: 640px) {
  .size_table .scroll {
    overflow-y: scroll;
  }
  .size_table .swipe {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
    font-size: 10px;
  }
.fs-c-continueShopping > a:last-child{
  margin:10px auto 0;
}
}
.size_table table th {
  font-weight: normal;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  width: 100px;
}
.size_table table tr.size {
  font-weight: normal;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.size_table table td {
  font-weight: normal;
  border: 1px solid #000;
  width: 80px;
}
.size_table table tr.size td {
  font-weight: normal;
  border: 1px solid #fff;
}
/***********************************
	2020++
***********************************/
#mainimages {
  text-align: center;
  background-color: #000;
}
#mainimages img {
  width: 100%;
  vertical-align: bottom;
}
#mainimages a {
  display: block;
}
/**/
.banner_04 {
  background: #000;
}
.banner_04 img {
  width: 100%;
  vertical-align: bottom;
}
.banner_04.PC {
  display: flex;
  flex-wrap: wrap;
}
.banner_04.PC .lrg {
  width: 67.2%;
}
.banner_04.PC .mid {
  width: 33.3%;
}
.banner_04.PC .sml {
  width: 32.8%;
}
.banner_04.PC .qua {
  width: 25%;
}
.banner_05 {
  background: #000;
}
.banner_05 img {
  width: 100%;
  vertical-align: bottom;
}
.banner_05.PC {
  display: flex;
  flex-wrap: wrap;
}
.banner_05.PC .lrg {
  width: 67.2%;
}
.banner_05.PC .mid {
  width: 33.3%;
}
.banner_05.PC .sml {
  width: 32.8%;
}
/* youtube埋め込み */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* youtube埋め込みSP縦 */
.video-container.SP {
  padding-bottom: 117.77%;
}
/* mp4埋め込み */
.video-container2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.video-container video, .video-container object, position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#mp4 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/* mp4埋め込みSP縦 */
.video-container.SP2 {
  padding-bottom: 117.77%;
}
/***********************************
	pass
***********************************/
#yami {
  display: none;
}
/**/
.bgimages {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.bgimages div {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
}
.bgimages div img {
  width: 100%;
}
.passcolumn2 {
  display: flex;
  margin: 50px auto;
  width: 96%;
  max-width: 1000px;
  flex-wrap: wrap;
}
.passcolumn2 div {
  width: 48%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .passcolumn2 div {
    width: 80%;
    margin: 0 auto 40px;
  }
}
/**/
.bg_black {
  background: #000;
  color: #fff;
  padding-top: 20px;
}
.bg_black h1 {
  color: #fff;
  border-color: #fff;
}
.bg_black button {
  background: #fff;
  color: #000;
}
/**************************/
.btm_fixed {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 999;
}
.btm_fixed div {
  width: 50%;
  line-height: 40px;
  text-align: center;
  background: #000;
  border: 1px solid #999;
  position: relative;
}
.btm_fixed div.white {
  border-right: none;
  background: #fff;
}
.btm_fixed div.white a {
  display: block;
  color: #000;
  font-size: 8px;
}
.btm_fixed div.black a {
  display: block;
  color: #fff;
  font-size: 8px;
}
/**************************/
.btm_fixed3 {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  z-index: 999;
}
.btm_fixed3 div {
  width: 50%;
  line-height: 40px;
  text-align: center;
  background: #000;
  border: 1px solid #999;
  position: relative;
}
.btm_fixed3 div.white {
  border-right: none;
  background: #fff;
}
.btm_fixed3 div.white a {
  display: block;
  color: #000;
  font-size: 8px;
}
.btm_fixed3 div.black a {
  display: block;
  color: #fff;
  font-size: 8px;
}
/**************************/
/* タブ */
.producttabBox {
  margin: 0 auto;
  width;
  100%;
}
ul.tabproduct {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabproduct li {
  margin: 0 auto 0;
  width: 50%;
  max-width: 600px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
  border: solid 0px #000;
  background-color: #000;
  font-style: italic;
  font-weight: 400;
  padding: 8px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tabproduct li.active {
  text-decoration: none;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-bottom: 0px solid #fff;
}
.tabproduct li.active.right {
  border-left: 1px solid #000;
}
.tabproduct li.active.left {
  border-right: 1px solid #000;
}
.tabproduct span {
  font-size: 12px;
}
/* タブ中身 */
.producttabWrap {
  width: 100%;
  margin: 0 auto 30px !important;
  padding: 24px 0 24px;
  overflow: hidden;
  clear: both;
  width: 100%;
  display: none;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.producttabWrap.active {
  display: block;
  margin: 0;
}
.producttabWrap p {
  padding: 0;
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.producttabWrap p.small {
  padding: 0;
  font-size: 12px;
  margin: 0;
  text-align: left;
}
.fs-l-product2 h4 {
  background: #000;
  color: #fff;
  display: block;
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
}
/***********************************
	1piu1uguale3 golf(グループページの文言消し)
***********************************/
.fs-body-category-1piu1uguale3_golf .fs-c-noResultMessage {
  display: none;
}
/***********************************
	BLACK MILITARY COLLECTION(グループページの文言消し)
***********************************/
.fs-body-category-blackmilitary_collection .fs-c-noResultMessage {
  display: none;
}
/***********************************
	FIXER(グループページの文言消し)
***********************************/
.fs-body-category-fixer .fs-c-noResultMessage {
  display: none;
}
/***********************************
	RONE&SPORT(グループページの文言消し)
***********************************/
.fs-body-category-rone_sport .fs-c-noResultMessage {
  display: none;
}
/***********************************
	チャット
***********************************/
div._ChatWindowContent_BOT_CONTENT, div._ChatWindowContent_CS_TEXT, div._ChatWindowContent_OP_CONTENT, div._ChatWindowList, div#_ChatButton button {
  background-color: white;
  border: 1px solid #000;
}
#_ChatWindow {
  box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%) !important;
  font-family: 'Noto Serif JP', serif;
}
#_ChatHeader {
  min-width: auto;
  min-height: auto;
  background: #000 !important;
}
#_ChatHeader h6 {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
}
.MuiTypography-body1 {
  font-size: 14px !important;
}
.MuiSvgIcon-root {
  font-size: 22px !important;
}
#_ChatContent {
  background: #fff !important;
  padding-bottom: 6em;
}
div._ChatWindowContent_BOT_CONTENT, div._ChatWindowContent_OP_CONTENT div#_ChatButton button {
  background-color: #eee !important;
}
div._ChatWindowContent_CS_TEXT {
  background: #000 !important;
  color: #fff;
}
div._ChatWindowList {
  background-color: #eee !important;
  border-radius: 15px;
  padding: 1em;
  width: 80%;
}
#_ChatWindowUserInputRoot {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.MuiInputBase-input {
  font-size: 1.4rem !important;
}
._ChatWindowContent_DATE_TIME {
  margin-bottom: 2em !important;
}
._ChatWindowContent_CHIP_SPAN {
  font-size: 1.4rem !important;
}
.MuiButtonBase-root.MuiListItem-root {
  background: #ddd;
  border-radius: 50px;
  margin: .2em 0;
  border: 1px solid #999;
  text-align: center;
}
.MuiButtonBase-root.MuiListItem-root:hover {
  background: #000;
  color: #fff;
}
/*202308*/
@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
  }
}
.fs-body-login .fs-c-loginForm, .fs-l-cart, .fs-l-productLayout.fs-system-product {
  max-width: 1216px;
  margin: 0 auto;
}
.fs-c-documentColumn, .fs-c-documentArticle {
  max-width: 800px;
  margin: 0 auto;
}
/**/
.fs-c-variationMatrix {
  display: flex;
}
.fs-c-variationMatrix__row__variationPanels {
  display: block;
}
.fs-c-button--primary {
  line-height: 40px;
  margin: 10px 0 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.fs-c-button--primary:hover {
  color: #000;
}
#sizeguide {
  padding-top: 120px;
  margin-top: -120px;
}
.fs-c-variationMatrix__panel {
  margin: 0;
  display: flex;
}
.fs-c-variationMatrix > li {
  box-sizing: border-box;
  display: flex;
}
.fs-c-variationMatrix__item {
  display: flex;
}
.fs-c-variationMatrix__panel__label:only-child::after {
  content: '○';
  display: block;
  text-align: center;
}







.fs-p-productDescription{
	font-size:15px;
	line-height:26px;
	letter-spacing:1px;
}

.fs-p-productDescription > font{
	width:100%;
	min-height:26px;
	padding-left:20px;
	margin-bottom:20px;
	line-height:28px;
	display:inline-block;
	position:relative;
}

.fs-p-productDescription > font::before{
	content:"";
	width:6px;
	height:100%;
	background:#000;
	display:block;
	position:absolute;
	top:0;
	left:0;
}