@charset "utf-8";

/*****************************************************************************
* FSコマクリ共通
*****************************************************************************/
:root {
  --fs-color-font--main: #000;
  --fs-color-font--link: #000;
  --fs-color-font--link--visited: #000;
  --fs-color-font--link--hover: #000;
  --fs-color-font--link--active: #000;
  --fs-color-font--pageHeading: #000;
  --fs-color-font--productName: #000;
  --fs-color-font--productPrice: #000;
}
a:hover{
  color: #2877D1;
}
a:visited {
    color: #2877D1;
}
.fs-c-productName a:visited {
    color: #3c3c3c;
}
.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
    color: #2877D1;
    text-decoration: none;
}
.fs-c-returnedSpecialContract__link a{
	color: #2877D1;
}
.fs-c-subgroupList__link, .fs-c-subgroupList__link:visited, .fs-c-subgroupList__link:hover, .fs-c-subgroupList__link:active {
    color: #2877D1;
    text-decoration: none;
}
.fs-p-scrollingCartButton {
    display: none;
}
.fs-l-main{
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.fs-l-main .fs-l-pageMain{
  min-width: 0;
  max-width: 100%;
  padding: 0 0 100px;
  margin: 0;
}
.fs-l-main .fs-l-sideArea{
  display: none;
}
.fs-l-productLayout{
  grid-row-gap: 10px;
}

.mg-b5{margin-bottom: 5px !important}
.mg-b10{margin-bottom: 10px !important}
.mg-b15{margin-bottom: 15px !important}
.mg-b20{margin-bottom: 20px !important}
.mg-b25{margin-bottom: 25px !important}
.mg-b30{margin-bottom: 30px !important}
.mg-b40{margin-bottom: 40px !important}
.mg-b50{margin-bottom: 50px !important}


.headline-s{font-size: 1.6rem;}
.headline-m{font-size: 2rem;}

.fs-c-documentArticle__heading {
    background: #98A2AE;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 16px;
    padding: 0.5em;
    text-align: left;
}
.fs-c-documentColumn__heading {
    color: #3c3c3c;
    border-color: #98A2AE;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 8px;
    padding-left: 16px;
    margin-bottom: 8px;
}
.fs-c-orderedList > li .fs-c-orderedList {
    border-left: none;
}

@media screen and (max-width:640px){
	.mg-b5{margin-bottom: 0.5em !important}
	.mg-b10{margin-bottom: 1em !important}
	.mg-b15{margin-bottom: 1.5em !important}
	.mg-b20{margin-bottom: 2em !important}
	.mg-b25{margin-bottom: 2.5em !important}
	.mg-b30{margin-bottom: 3em !important}
	.mg-b40{margin-bottom: 4em !important}
	.mg-b50{margin-bottom: 5em !important}
}

.alignC{text-align: center;}
.alignL{text-align: left;}
.alignR{text-align: right;}


/*フォーム関連*/
[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 {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
}

/*サイドメニューレイアウト*/
.fs-l-main.view-side{
  max-width: 1170px;
  display: flex;
  gap: 0 40px;
}
.fs-l-main.view-side .fs-l-pageMain{
  width: calc(100% - 250px);
  order: 2;
}
.fs-l-main.view-side .fs-l-sideArea{
  display: block;
  width: 210px;
  order: 1;
}
@media screen and (max-width: 1130px) {
  .fs-l-main.view-side{
    gap: 0 20px;
  }
  .fs-l-main.view-side .fs-l-pageMain{
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  .fs-l-main.view-side .fs-l-pageMain{
    width: 100%;
    padding-bottom: 0;
  }
  .fs-l-main.view-side .fs-l-sideArea{
    display: none;
  }
}
/*パンくず*/
.fs-c-breadcrumb{
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 30px;
  background: #F4F5F6;
}
.fs-c-breadcrumb__list{
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 9px;
  gap: 10px;
}
.fs-c-breadcrumb__listItem{
  font-size: 1.1rem;
  color: #98A2AE;
}
.fs-c-breadcrumb__listItem a{
  color: #2877D1;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem{
  position: relative;
  padding-left: 12px;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before{
  content:"/";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px){
  .fs-c-breadcrumb{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .fs-c-breadcrumb__list{
    display: table;
    white-space: nowrap;
  }
  .fs-c-breadcrumb__listItem{
    display: table-cell;
    padding-right: 10px;
  }
}

/*フッター*/
.fs-l-footer{
  border-top: none;
  margin-top: 0;
}
.fs-l-footer a:visited,
.fs-l-footer a {
    color: #3c3c3c;
}
/*メッセージ関連*/
.fs-c-subSection__message{
	margin-bottom: 1em;
}
.fs-c-anotherLogin__message{
	margin-bottom: 1em;
}
/*エラーメッセージ*/
.fs-c-toast.is-success,
.fs-c-toast.is-error{
  background: rgba(255, 255, 255, 0.9);
}
.iziToast.is-success > .iziToast-body .iziToast-message{
  line-height: 20px;
  font-weight: bold;
  color: #000;
}
.iziToast.is-error > .iziToast-body .iziToast-message{
  color: #e90000;
  line-height: 20px;
  font-weight: bold;
}
.iziToast > .iziToast-body .iziToast-icon.ico-error{
  color: #e90000;
}
.iziToast > .iziToast-close{
  background-size: 15px;
}
.iziToast > .iziToast-progressbar > div{
  height: 1px;
  background: #ddd;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .fs-l-main .fs-l-pageMain{
    padding-bottom: 30px;
  }
}

/*****************************************
 ヘッダー
*****************************************/
header {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: -1px;
  left: 0;
  width: 100%;
  height: 96px;
  background: #fff;
  z-index: 102;
}
.header-logo {
  margin: 0 60px 0 32px;
}
.header-logo img{
  width: 200px;
}
.header-nav{
  width: calc(100% - 292px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 25px;
}
/*ホバーメニュー*/
.header-menu-left{
  display: flex;
  gap: 35px;
}
.header-menu-left>li{
  position: relative;
}
.header-menu-left .category-top{
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  line-height: 70px;
}
.header-menu-left .category-top::after{
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  width: 9px;
  height: 6px;
  background: url(../svg/arrow-gray-down.svg) no-repeat;
  background-size: 9px;
}
header .hover-menu{
  display: none;
  position: absolute;
  left: 0;
  top: 68px;
}
header .active .hover-menu{
  display: block;
}
header .hover-menu.brand,
header .hover-menu .group-list,
header .hover-menu .fs-pt-menu--lv2,
header .hover-menu .fs-pt-menu--lv3{
  background: #fff;
  max-height: calc(100vh - 85px);
  overflow-y: auto;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
header .hover-menu.brand::-webkit-scrollbar,
header .hover-menu.brand::-webkit-scrollbar-thumb,
header .hover-menu .group-list::-webkit-scrollbar,
header .hover-menu .group-list::-webkit-scrollbar-thumb,
header .hover-menu .group-list>li.active .fs-pt-menu--lv2::-webkit-scrollbar,
header .hover-menu .group-list>li.active .fs-pt-menu--lv2::-webkit-scrollbar-thumb,
header .hover-menu .group-list>li.active .fs-pt-menu--lv3::-webkit-scrollbar,
header .hover-menu .group-list>li.active .fs-pt-menu--lv3::-webkit-scrollbar-thumb{
  width: 6px;
}
header .hover-menu.brand::-webkit-scrollbar-thumb,
header .hover-menu .group-list::-webkit-scrollbar-thumb,
header .hover-menu .group-list>li.active .fs-pt-menu--lv2::-webkit-scrollbar-thumb,
header .hover-menu .group-list>li.active .fs-pt-menu--lv3::-webkit-scrollbar-thumb{
  background: #eee;
}
header .hover-menu .group-list>li>span>a,
header .hover-menu .group-list>li.active .fs-pt-menu--lv2>li>span>a,
header .hover-menu .fs-pt-menu--lv3>li>span>a{
  position: relative;
  margin: 0;
  padding: 4px 40px 4px 20px;
  font-size: 1.2rem;
  width: 260px;
}
header .hover-menu .group-list>li.arrow>span>a::after,
header .hover-menu .group-list>li.active .fs-pt-menu--lv2>li.arrow>span>a::after{
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background :url(../svg/arrow.svg) no-repeat;
}
/*2階層*/
header .hover-menu .group-list>li .fs-pt-menu--lv2{
  display: none;
  position: fixed;
  left: 520px;
  top: 82px;
  z-index: 3;
  transition: none;
}
header .hover-menu .group-list>li.active .fs-pt-menu--lv2{
  display: block;
}
/*3階層*/
header .hover-menu .group-list>li .fs-pt-menu--lv3{
  display: none;
  position: fixed;
  left: 750px;
  top: 82px;
  z-index: 3;
  transition: none;
}
header .hover-menu .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3{
  display: block;
}
/*ブランド*/
header .hover-menu .brand-list{
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}
header .hover-menu .brand-list img{display: none;}
header .hover-menu .brand-list a{
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 20px 8px 20px;
  font-size: 1.2rem;
  width: 150px;
}
header .hover-menu .brand-list a:visited{
	color: #3c3c3c;
}
header .hover-menu .brand-list .name{
  font-weight: bold;
}
header .hover-menu .brand-list .en{
  font-size: 1.1rem;
  color: #98A2AE;
}
header .hover-menu .brand-list.logo a{
  padding: 4px 0;
  text-align: center;
}
header .hover-menu .brand-list.logo img{
  display: inline;
  max-width: 90px;
}
header .hover-menu .brand-list.logo p{
  display: none;
}

/*検索*/
.header-search{
  position: relative;
  width: 220px;
  height: 36px;
  background: #F4F5F6;
  border-radius: 60px;
  padding: 0 20px;
}
.header-search input,
.header-search input:focus,
.header-search input:active,
.header-search input:-webkit-autofill,
.header-search button{
  -webkit-appearance: none;
  appearance: none;
  background: none;
}
.header-search input:autofill,
.header-search input:-webkit-autofill,
.header-search input:-internal-autofill-selected{
  background-color: #F4F5F6 !important;
}
.header-search input{
  border: 1px solid #F4F5F6;
  width: 160px;
  height: 36px;
  background-color: #F4F5F6 !important;
}
.header-search button{
  border: none;
  position: absolute;
  right: 10px;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(../svg/search.svg) center center no-repeat;
  background-size: 16px;
}

.header-menu-right ul{
  display: flex;
  gap: 15px;
  margin: 0 20px 0 30px;
}
.header-menu-right ul li.logout,
.header-menu-right ul li.favorite,
.header-menu-right ul li.mypage{
  display: none;
}
.header-menu-right ul.login-true li.logout,
.header-menu-right ul.login-true li.favorite,
.header-menu-right ul.login-true li.mypage{
  display: block;
}
.header-menu-right ul.login-true li.login,
.header-menu-right ul.login-true li.favorite,
.header-menu-right ul.login-true li.register{
  display: none;
}
.header-menu-right ul a{
  display: block;
  width: 26px;
  height: 26px;
}
.header-menu-right ul a i{
  display: none;
}
.header-menu-right ul li.logout a{
  background: url(../svg/logout.svg) center center no-repeat;
  background-size: 22px;
}
.header-menu-right ul li.favorite a{
  background: url(../svg/favorite.svg) center center no-repeat;
  background-size: 22px;
}
.header-menu-right ul li.mypage a{
  background: url(../svg/mypage.svg) center center no-repeat;
  background-size: 22px;
}
.header-menu-right ul li.login a{
  background: url(../svg/login.svg) center center no-repeat;
  background-size: 22px;
}
.header-menu-right ul li.register a{
  background: url(../svg/register.svg) center center no-repeat;
  background-size: 22px;
}
.header-menu-right ul li.cart a{
  position:relative;
  background: url(../svg/cart.svg) center center no-repeat;
  background-size: 19.5px;
}
.header-menu-right ul li.cart .fs-client-cart-count{
  position: absolute;
  top: -5px;
  right: -5px;
  background: #e90000;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  z-index: 2;
  display: none;
  font-size: 0.75em;
  text-align: center;
}
.header-menu-right ul li.cart .fs-client-cart-count:not(.fs-client-cart-count--0){
  display: block;
}
.header-menu-right ul li.search{
  display: none;
  cursor: pointer;
}
.header-menu-right ul li.search a{
  background: url(../svg/search.svg) center center no-repeat;
  background-size: 22px;
}
#menu-button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../svg/menu.svg) center center no-repeat;
  background-size: 34px;
  cursor: pointer;
  transition: all .3s ease;
}
.open-menu #menu-button{
  background: url(../svg/menu-open.svg) center center no-repeat;
  background-size: 25px; 
}

@media screen and (max-width: 1170px){
  .header-logo {
    margin: 0 40px 0 20px;
  }
  .header-logo img{
    width: 200px;
  }
  .header-nav{
    width: calc(100% - 260px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  header .hover-menu .group-list>li .fs-pt-menu--lv2{
    left: 488px;
  }
  header .hover-menu .group-list>li .fs-pt-menu--lv3{
    left: 718px;
  }
}
@media screen and (max-width: 1050px){
  .header-nav{
    justify-content: flex-end;
  }
  .header-menu-left{
    display: none;
  }
}
@media screen and (max-width: 767px){
  header {
    height: 54px;
  }
  .header-logo {
    margin: 0 10px 0 20px;
  }
  .header-logo img{
    width: 120px;
  }
  .header-nav{
    width: calc(100% - 150px);
    padding-right: 5px;
  }
  .header-search{
    display: none;
  }
  header .search-button{
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(../svg/search.svg) center center no-repeat;
    background-size: 18px;
    margin-right: 10px;
  }
  .header-menu-right ul{
    display: flex;
    gap: 10px;
    margin: 0 5px 0 0;
  }
  .header-menu-right ul li{
    display: none;
  }
  .header-menu-right ul li.search,
  .header-menu-right ul li.cart{
    display: block;
  }
  .header-menu-right ul li.search a{
    background-size: 18px;
  }
  .header-menu-right ul li.cart a{
    background-size: 15px;
  }
  .header-menu-right ul li.cart .fs-client-cart-count{
    position: absolute;
    top: -5px;
    right: -5px;
    background: #e90000;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    z-index: 2;
    display: none;
  }
  .header-menu-right ul li.cart .fs-client-cart-count:not(.fs-client-cart-count--0){
    display: block;
  }
  #menu-button{
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../svg/menu.svg) center center no-repeat;
    background-size: 25px;
    cursor: pointer;
  }
  .open-menu #menu-button{
    background: url(../svg/menu-open.svg) center center no-repeat;
    background-size: 19px; 
  }
}
/*****************************************
 フッター
*****************************************/
footer {
  background: #F4F5F6;
}
.footer-top{
  max-width: 1040px;
  padding: 55px 20px;
  margin: 0 auto;
  display: flex;
}
.footer-top .logo-sns{
  width: 40%;
  text-align: center;
}
.footer-top .logo-sns>a{
  display: inline-block;
  max-width: 200px;
  margin-bottom: 30px;
}
.footer-top .logo-sns ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.footer-top nav{
  width: 60%;
  padding: 0 0 0 50px;
}
.footer-top nav ul{
  display: grid;
  grid-template-rows: repeat(4,auto);
  grid-auto-flow: column;
  gap: 10px 0;
}
footer .copyright{
  border-top: 1px solid #DDE0E4;
  color: #98A2AE;
  font-size: 1.2rem;
  padding: 15px 20px;
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
#pagetop{
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 48px;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}
#pagetop.active{
  height: 48px;
}
#pagetop a{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #98A2AE url(../svg/pagetop.svg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-top{
    padding: 40px 20px 20px;
    flex-direction: column;
  }
  .footer-top .logo-sns{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-top .logo-sns>a{
    max-width: 150px;
    margin-bottom: 20px;
  }
  .footer-top nav{
    width: 100%;
    padding: 0 20px;
  }
  .footer-top nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .footer-top nav ul li{
    width: calc(50% - 10px);
  }
  .footer-top nav ul li:nth-child(2n){
    padding-left: 20px;
  }
  .footer-top nav ul li a{
    font-size: 1.2rem;
    display: block;
  }
  footer .copyright{
    width: calc(100% - 40px);
    font-size: 1.1rem;
    padding: 15px 20px 20px;
  }
  #pagetop{
    right: 10px;
    bottom: 90px;
  }
}
/*****************************************
 ショッピングガイド
*****************************************/
.shop-guide{
	background: #FFF;
	font-size: 1.2rem;
  display: flex;
  width: 100%;
  max-width: 1040px;
  padding: 40px 20px 70px;
  margin: 0 auto;
  gap: 50px;
}
.shop-guide>div{
  width: calc((100% - 100px) / 3);
}
.shop-guide .button-toggle{
  position: relative;
	background: #F4F5F6;
	padding: 10px 1em;
  font-size: 1.4rem;
  font-weight: normal;
}
.shop-guide .gHide{
	padding: 10px 0 25px;
}
.shop-guide .gHide img{
  width: auto;
	max-width: 100%;
  margin-bottom: 0.5em;
}
.shop-guide p{
	padding: 0.5em 0;
}
@media screen and (max-width:767px) {
  .shop-guide{
    flex-wrap: wrap;
    padding: 20px;
    gap: 10px;
  }
  .shop-guide>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .shop-guide .button-toggle{
    padding: 10px 40px 10px 1em;
    cursor: pointer;
  }
  .shop-guide .button-toggle::after{
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    background: url(../svg/plus.svg) no-repeat;
  }
  .shop-guide .button-toggle.active::after{
    background: url(../svg/minus.svg) no-repeat;
  }
  .shop-guide .gHide{
    padding: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden;
    display: block;
  }
  .shop-guide .button-toggle.active + .gHide{
    padding: 10px 0;
    opacity: 1;
    height: auto;
  }
}
/*****************************************
 メニューモーダル
*****************************************/
#navi-modal{
  position: fixed;
  right: -375px;
  top: 95px;
  width: 375px;
  height: calc(100vh - 96px);
  height: calc(100dvh - 96px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 102;
}

@media screen and (max-width: 767px) {
  #navi-modal{
    top: 53px;
    width: 100%;
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
    right: -100%;
  }
}
.open-menu #navi-modal{
  right: 0;
}
#navi-modal::-webkit-scrollbar,
#navi-modal::-webkit-scrollbar-thumb{
  width: 12px;
}
#navi-modal::-webkit-scrollbar-thumb{
  background: #eee;
}

#navi-modal .title{
  background: #98A2AE;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  padding: 10px 20px;
}
#navi-modal .menu{
  background: #F4F5F6;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
#navi-modal .menu li{
  width: 50%;
}
#navi-modal .menu li.logout,
#navi-modal .menu.login-true li.login-amazon-msg{
  display: none;
}
#navi-modal .menu.login-true li.logout{
  display: block;
}
#navi-modal .menu li a{
  position: relative;
  display: block;
  padding-left: 35px;
  font-weight: bold;
  line-height: 40px;
}
#navi-modal .menu li a::after{
  content: "";
  position:absolute;
  left: 0;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}
#navi-modal .menu li.register a::after{
  background: url(../svg/register.svg) center center no-repeat;
  background-size: 22px;
}
#navi-modal .menu li.mypage a::after{
  background: url(../svg/mypage.svg) center center no-repeat;
  background-size: 22px;
}
#navi-modal .menu li.login a::after{
  background: url(../svg/login.svg) center center no-repeat;
  background-size: 22px;
}
#navi-modal .menu li.logout a::after{
  background: url(../svg/logout.svg) center center no-repeat;
  background-size: 22px;
}
#navi-modal .menu li.favorite a::after{
  background: url(../svg/favorite.svg) center center no-repeat;
  background-size: 22px;
}
/*スポーツ・ジャンル*/
#navi-modal .category>li:last-child{
  border-top: 1px solid #DDE0E4;
}
#navi-modal .category>li>p{
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px;
}
#navi-modal .button-toggle{
  position: relative;
}
#navi-modal .button-toggle::after{
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../svg/plus.svg) no-repeat;
}
#navi-modal .button-toggle.active::after{
  background: url(../svg/minus.svg) no-repeat;
}
#navi-modal a{
  display: block;
  margin: 0;
  padding: 6px 35px 6px 20px;
}
#navi-modal a:visited,
#navi-modal a{
	color: #3c3c3c;
}
#navi-modal .box2>a,
#navi-modal .box2 .fs-pt-menu__link--lv2{
  padding: 8px 35px 8px 32px;
  font-size: 1.2rem;
}
#navi-modal .box3>a,
#navi-modal .box3 .fs-pt-menu__link--lv3{
  padding: 8px 35px 8px 44px;
  font-size: 1.2rem;
}
#navi-modal .hide,
#navi-modal .box2,
#navi-modal .box3{
  opacity: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all .5s ease;
}
#navi-modal .button-toggle.active + .hide,
#navi-modal .button-toggle.active + .box2,
#navi-modal .button-toggle.active + .box3{
  height: auto;
  opacity: 1;
}

/*ブランド*/
#navi-modal .brand-list img{display: none;}
#navi-modal .brand-list a{
  display: block;
  position: relative;
  margin: 0;
  padding: 8px 40px 8px 20px;
  font-size: 1.2rem;
  width: 260px;
}
#navi-modal .brand-list .name{
  font-weight: bold;
}
#navi-modal .brand-list .en{
  font-size: 1.1rem;
  color: #98A2AE;
}
/*リンク*/
#navi-modal .link{
  padding: 10px 0;
}
/*****************************************
 サイド（検索）
*****************************************/
.side-title-close{
  display: none;
}
.fs-l-sideArea{
  border-top: 1px solid #000;
  position: relative;
}
.side-sticky{
  position: sticky;
  top: 96px;
}
.search-box{
  border-bottom: 1px solid #000;
}
.search-box.keyword{
  padding-bottom: 15px;
}
.search-box .title{
  position: relative;
  display: block;
  font-weight: bold;
  padding: 15px;
  color: #3c3c3c;
}
.search-box .title::after{
  content: "";
  background: #2877D1;
  width: 5px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.search-box a.title::before{
  content: "";
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background :url(../svg/arrow.svg) no-repeat;

}
/*テキスト*/
.search-box input[type="number"],
.search-box input[type="text"],
.search-box input[type="search"]{
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 1.6rem;
  background: #F4F5F6;
  border: none;
  border-radius: 0;
  appearance: none;
}
.search-box input[type="number"]{
  padding-right: 0;
  max-width: 70px;
}

/*ラジオ・チェックボックス*/
.search-box .radio,
.search-box .checkbox{
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.search-box .radio label,
.search-box .checkbox label{
  width: 100%;
  position: relative;
  display: block;
}
.search-box input[type="checkbox"],
.search-box input[type="radio"]{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  appearance: none;
}
.search-box .radio label span,
.search-box .checkbox label span{
  display: block;
  padding: 6px 30px 6px 10px;
  line-height: 24px;
}
.search-box input[type="checkbox"]:checked + span,
.search-box input[type="radio"]:checked + span{
  background: #DDE0E4;
}
.search-box input[type="checkbox"]:checked + span::after,
.search-box input[type="radio"]:checked + span::after{
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url(../svg/close.svg) center center no-repeat;
  background-size: 100%;
}
/*セレクト*/
.search-box .select{
  position: relative;
}
.search-box .select::after{
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
  width: 9px;
  height: 6px;
  background: url(../svg/arrow-gray-down.svg) no-repeat;
  background-size: 9px;
  user-select: none;
  pointer-events: none;
}
.search-box .select select{
  border: 1px solid #DDE0E4;
  border-radius: 0;
  font-weight: bold;
  padding-right: 35px;
}
.search-box .select select>option{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .search-box .select select{
    font-size: 1.6rem;
  }
}

/*詳細絞り込み*/
.search-detail{
  border-top: 1px solid #DDE0E4;
  padding: 15px 0 15px;
}
.search-detail .name{
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.search-detail .price{
  gap: 10px;
}
/*カラー*/
.search-detail .color label{
  width: calc((100% - 1px) / 2);
}
.search-detail .color label span{
  padding-left: 22px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.search-detail .color label i{
  position: absolute;
  left: 5px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border: 1px solid #DDE0E4;
  border-radius: 50%;
}
.search-detail .color label i.multi{
  background: url(../img/multi-color.png) center center no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px){
  .search-detail .color label span{
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .search-detail .color label i{
    left: 10px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  } 
}
/*サイズ*/
.search-detail .size{
  gap: 1px;
}
.search-detail .size label{
  width: calc((100% - (1px * 1)) / 2);
}
.search-detail .more{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.search-detail .more span{
  font-size: 1.2rem;
  color: #2877D1;
  cursor: pointer;
}
.search-detail .hide{
  display: none;
}
/*検索ボタン*/
.search-button-area{
  display: flex;
  gap: 10px;
  padding: 20px 0;
  position: sticky;
  bottom: 0;
  left: 0;
  border-top: 1px solid #000;
  background: #fff;
}
.search-button-area .button-circle{
  padding: 5px 10px;
}
.search-button-area .button-circle.clear{
  color: #98A2AE !important;
  border-color: #c1c1c1;
  background-color: #fff;;
}

/*スポーツ・ジャンル*/
.search-detail .button-toggle{
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
}
.search-detail .button-toggle::after{
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  width: 9px;
  height: 6px;
  background: url(../svg/arrow-gray-down.svg) no-repeat;
  background-size: 9px;
}
.search-detail .button-toggle.active::after{
  top: calc(50% - 2px);
  background: url(../svg/arrow-gray-up.svg) no-repeat;
  background-size: 9px;
}
.search-detail .group1{
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.search-detail .button-toggle.active + .group1{
  height: auto;
  opacity: 1;
  padding-top: 10px;
}
.search-detail .group2{
  width: 100%;
  padding-left: 10px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.search-detail label.active + .group2{
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 767px){
  .open-search .fs-l-sideArea{
    position: fixed;
    left: 0;
    top: 53px;
    height: calc(100vh - 54px);
    height: calc(100dvh - 54px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 103;
    display: block !important;
    width: 100% !important;
    padding: 0 20px 75px;
    border-top: none;
  }
  .side-title-close{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #98A2AE;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 0 0 20px;
    font-size: 1.6rem;
    color: #fff;
    z-index: 2;
  }
  .side-title-close .search-close{
    cursor: pointer;
    display: block;
    width: 55px;
    height: 48px;
    background: url(../svg/close-white.svg) center center no-repeat;
    background-size: 14px;
  }
  .search-button-area{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-top: 1px solid #000;
  }
}
/*****************************************
 共通
*****************************************/
/*タイトル*/
.headline-line{
  position: relative;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.headline-line span{
  position: relative;
}
.headline-line::before{
  content: "";
  position: absolute;
  left: calc(50% - 80px);
  bottom: 0%;
  width: 160px;
  height: 14px;
  background: url(../svg/headline-line.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width:767px) {
  .headline-line{
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .headline-line::before{
    left: calc(50% - 60px);
    bottom: 0%;
    width: 120px;
    height: 11px;
  }
}

.headline{
  border-color: #2877D1;
  border-style: solid;
  border-width: 0 0 1px 5px;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 8px 8px 10px;
  padding-left: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .headline{
    font-size: 1.6rem;
    padding: 0px 5px 4px 10px;
  }
}

/*ボタン*/
.button-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.button{
  display: flex;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 320px;
  justify-content: center;
  background: #2877D1;
  padding: 11px 15px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  border: 1px solid #2877D1;
  border-radius: 30px;
}

.button-add,
.button-done,
.button{
  display: inline-block;
  width: 100%;
  max-width: 400px !important;
  font-size: 1.4rem;
  line-height: 1em;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: transparent;
  appearance: none;
  padding: 1em;
  color: #fff;
  box-shadow: none;
  cursor: pointer;
}
.button{
  background: #fff;
}
.button *{
  color: #000;
}
.button-done{
  border: 1px solid #2877D1;
  background: #2877D1;
}
.button-done *{
  color: #fff;
}
.button-add{
  max-width: 100%;
  border: 1px solid #ddd;
  background: #ebebeb;
}
.button-add *{
  color: #000;
}
.button-cancel{
  display: inline-block;
  width: 100%;
  max-width: 160px !important;
  font-size: 1.4rem;
  line-height: 1em;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: transparent;
  appearance: none;
  padding: 1em;
  color: #2877D1;
  box-shadow: none;
  cursor: pointer;
}
.button-change{
  display: inline-block;
  width: auto;
  max-width: auto;
  font-size: 1.2rem;
  line-height: 1em;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: transparent;
  appearance: none;
  padding: 0.5em 0.75em;
  box-shadow: none;
  cursor: pointer;
  color: #2877D1;
}
.fs-p-linkButton{
  border: 1px solid #2877D1;
  color: #2877D1;
  padding: 0.5em;
}

.button-circle{
  display: flex;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 320px;
  justify-content: center;
  background: #2877D1;
  padding: 11px 15px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  border: 1px solid #2877D1;
  border-radius: 30px;
}
.button-min{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1em;
    margin-top: 13px;
    font-size: 1.2rem;
    line-height: 1;
    background: #FFF;
}
.button-done-min{
	border: 1px solid #2877D1 !important;
	background: #2877D1;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 5px;
    font-size: 1.2rem;
    line-height: 1;
    color: #FFF !important;
}

.fs-c-button--particular {
    background: #fff;
	border: 1px solid #2877D1;
    border-radius: 3px;
    color: #2877D1;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: none;
    display: flex;
}
.fs-c-button--particular:hover{
	color: #2877D1;
}
/*****************************************
 TOPページ
*****************************************/
#main-visual {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  max-height: 380px;
}
#main-visual .fs-pt-carousel__track{
  display: inline-flex;
}
#main-visual figure{
  width: 760px;
  height: 380px;
  padding: 0;
}
#main-visual figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main-visual .swiper-container .swiper-slide-active{
  opacity: 1;
}
#main-visual .swiper-container a{
  opacity: 1 !important;
}
#main-visual .swiper-button-prev,
#main-visual .swiper-button-next{
  width: 48px;
  height: 48px;
  background-color: #2877D1;
  background-image: url(../svg/arrow-white-next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  border-radius: 50%;
  border: 1px solid #2877D1;
}
#main-visual .swiper-button-prev{
  background-image: url(../svg/arrow-white-prev.svg);
  left: calc(50% - 478px);
}
#main-visual .swiper-button-next{
  right: calc(50% - 478px);
}
#main-visual .swiper-button-prev::after,
#main-visual .swiper-button-next::after{
  display: none;
}
@media screen and (max-width: 767px) {
  #main-visual {
    margin-bottom: 20px;
    width: 100%;
    max-height: 100vh;
    min-height: 50vw;
  }
  #main-visual .fs-pt-carousel__track{
    display: inline-flex;
  }
  #main-visual figure,
  #main-visual figure img{
    width: 100%;
    height: 100%;
    min-height: 50vw;
  }
  #main-visual .swiper-button-prev,
  #main-visual .swiper-button-next{
    display: none;
  }
}

.toppage-head{
  text-align: center;
  padding-bottom: 50px;
}
/*緊急お知らせ*/
#emergence {
  border: 1px solid #D12833;
  padding: 11px;
  color: #D12833;
  margin: 0 auto 40px;
  text-align: center;
}
#emergence a{
  color: #D12833;
  padding-left: 20px;
  position: relative;
}
#emergence a::after{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../svg/emergency.svg) no-repeat;
  backgroung-size: 100%;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .toppage-head{
    padding-bottom: 20px;
  }
  /*緊急お知らせ*/
  #emergence {
    padding: 10px;
    margin: 0 auto 20px;
    text-align: left;
  }
  #emergence a{
    display: block;
  }
  #emergence a::after{
    top: 5px;
  }
}

/*ランキング*/
.ranking-area{
  position: relative;
  padding: 40px 0 65px;
  margin-bottom: 60px;
}
.ranking-area::before{
  content: "";
  background: #EAF1FA;
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 100%;
}
.ranking-area *{
  position: relative;
}
.ranking-tab{
  border-bottom: 1px solid #2877D1;
  margin-bottom: 25px;
}
.ranking-tab .swiper-slide{
  position: relative;
  width: auto;
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 40px;
  cursor: pointer;
}
.ranking-tab .swiper-slide.active{
  font-weight: bold;
}
.ranking-tab .swiper-slide.active::before{
  content: "";
  position:absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #2877D1;
}

.rankign-tabview{

}
.rankign-tabview>div{
  display: none;
}
.rankign-tabview>div.active{
  display: block;
}
.ranking-contents{
  background: #EAF1FA;
}
.ranking-contents .swiper{
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 10px 10px 0;
}
.ranking-contents .swiper .swiper-wrapper{
  margin: 0;
}
.ranking-contents ol{
  display: flex;
  counter-reset: reset;
}
.ranking-contents li{
  position: relative;
  width: 180px;
  counter-increment: count;
}
.ranking-contents li::after{
  content: counter(count);
  position: absolute;
  left: -10px;
  top: -6px;
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background: #2877D1;
  border-radius: 50%;
}
.ranking-contents li:nth-child(1)::after{
  background: #ABA504;
}
.ranking-contents li:nth-child(2)::after{
  background: #98A2AE;
}
.ranking-contents li:nth-child(3)::after{
  background: #AB8404;
}
.ranking-contents li img{
  margin-bottom: 10px;
}
.ranking-contents li a{
  color: #3c3c3c;
}
.ranking-contents .name{
  font-size: 1.2rem;
}
.ranking-contents .price{
  font-size: 1.2rem;
  font-weight: bold;
}
.ranking-contents .price span{
  font-weight: normal;
}
.ranking-contents .swiper-button-prev,
.ranking-contents .swiper-button-next{
  position: absolute;
  top: calc(50% - 48px);
  width: 48px;
  height: 48px;
  background-color: #fff;
  background-image: url(../svg/arrow-blue-next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  border-radius: 50%;
  border: 1px solid #DDE0E4;
}
.ranking-contents .swiper-button-prev{
  background-image: url(../svg/arrow-blue-prev.svg);
  left: -78px;
}
.ranking-contents .swiper-button-next{
  right: -78px;
}
.ranking-contents .swiper-button-prev::after,
.ranking-contents .swiper-button-next::after{
  display: none;
}

@media screen and (max-width: 767px) {
  .ranking-area{
    padding: 30px 0 20px;
    margin-bottom: 35px;
  }
  .ranking-area::before{
    left: -20px;
    width: calc(100% + 40px);
  }
  .ranking-tab{
    width: calc(100% + 40px);
    margin-left: -20px;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .ranking-tab .swiper-slide{
    padding: 0 20px;
    font-size: 1.4rem;
    border-bottom: 1px solid #2877D1;
  }
  .ranking-contents .swiper{
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 20px 0;
  }
  .ranking-contents ol{
    display: inline-grid;
    grid-template-rows: repeat(2,auto);
    grid-auto-flow: column;
  }
  .ranking-contents li{
    width: 120px;
    padding-bottom: 20px;
  }
  .ranking-contents li::after{
    content: counter(count);
    position: absolute;
    left: -6px;
    top: -7px;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .ranking-contents .swiper-button-prev,
  .ranking-contents .swiper-button-next{
    display: none;
  }
}

/*スポーツ・ジャンル*/
.sports-genre{
  position: relative;
  padding: 0 0 70px;
}
.sports-genre .group-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}
.sports-genre .group-list>li{
  width: calc(100% / 6);
}
.sports-genre .group-list>li>span>a{
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
  padding: 95px 28px 20px;
  background-image: url(../svg/group/01.svg);
  background-repeat: no-repeat;
  background-position: center 30px;
  white-space: nowrap;
}
.sports-genre .group-list>li:nth-child(2)>span>a{background-image: url(../svg/group/02.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(3)>span>a{background-image: url(../svg/group/03.svg); background-position: center 25px}
.sports-genre .group-list>li:nth-child(4)>span>a{background-image: url(../svg/group/04.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(5)>span>a{background-image: url(../svg/group/05.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(6)>span>a{background-image: url(../svg/group/06.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(7)>span>a{background-image: url(../svg/group/07.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(8)>span>a{background-image: url(../svg/group/08.svg); background-position: center 34px}
.sports-genre .group-list>li:nth-child(9)>span>a{background-image: url(../svg/group/09.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(10)>span>a{background-image: url(../svg/group/10.svg); background-position: center 34px}
.sports-genre .group-list>li:nth-child(11)>span>a{background-image: url(../svg/group/11.svg); background-position: center 20px}
.sports-genre .group-list>li:nth-child(12)>span>a{background-image: url(../svg/group/12.svg); background-position: center 35px}
.sports-genre .group-list>li:nth-child(13)>span>a{background-image: url(../svg/group/13.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(14)>span>a{background-image: url(../svg/group/14.svg); background-position: center 45px}
.sports-genre .group-list>li:nth-child(15)>span>a{background-image: url(../svg/group/15.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(16)>span>a{background-image: url(../svg/group/16.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(17)>span>a{background-image: url(../svg/group/17.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(18)>span>a{background-image: url(../svg/group/18.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(19)>span>a{background-image: url(../svg/group/19.svg); background-position: center 30px}
.sports-genre .group-list>li:nth-child(20)>span>a{background-image: url(../svg/group/20.svg); background-position: center 45px}
.sports-genre .fs-pt-menu--lv2{
  display: none;
} 
.sports-genre .box2{
  display: none;
}
/*2階層表示*/
.sports-genre .group-list>li.active{
  background-color: #EAF1FA;
}
.sports-genre li.active>.box2{
  display: block;
  width: 600%;
  background-color: #EAF1FA;
  padding: 15px 0;
  z-index: 2;
}
.sports-genre .group-list>li.active:nth-child(6n+2) .box2{ margin-left: -100%;}
.sports-genre .group-list>li.active:nth-child(6n+3) .box2{ margin-left: -200%;}
.sports-genre .group-list>li.active:nth-child(6n+4) .box2{ margin-left: -300%;}
.sports-genre .group-list>li.active:nth-child(6n+5) .box2{ margin-left: -400%;}
.sports-genre .group-list>li.active:nth-child(6n+6) .box2{ margin-left: -500%;}
.sports-genre li.active>.box2>a,
.sports-genre li.active>.box3>a{
  font-weight: bold;
  margin-left: 10px;
  display: block;
  width: calc(100% - 20px);
}
.sports-genre li.active>.box2>a>span,
.sports-genre li.active>.box3>a>span{position: relative;}
.sports-genre li.active>.box2>a>span::after,
.sports-genre li.active>.box3>a>span::after{
  content: "";
  position: absolute;
  right: -25px;
  top: calc(50% - 11px);
  width: 24px;
  height: 24px;
  background :url(../svg/arrow.svg) no-repeat;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  background: #EAF1FA;
  padding: 10px;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li{
  position: relative;
  width: calc(100% / 5);
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 24px;
  width: 24px;
  height: 24px;
  background: url(../svg/plus.svg) no-repeat;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li>span{
  display: flex;
  align-items: center;
  min-height:68px;
  padding: 0 50px 0 10px;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li>span>a{
  padding: 10px;
  font-size: 1.2rem;
}
.sports-genre .fs-pt-menu--lv3{
  display: none;
}
/*3階層表示*/
.sports-genre .box3{
  display: none;
}
.sports-genre li.active>.box3{
  display: block;
  width: 500%;
  background: #fff;
  padding: 15px 0;
}
.sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+2)>.box3{ margin-left: -100%;}
.sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+3)>.box3{ margin-left: -200%;}
.sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+4)>.box3{ margin-left: -300%;}
.sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+5)>.box3{ margin-left: -400%;}
.sports-genre li.active>.box3>a{
  font-size: 1.2rem;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active>span>a{
  color: #2877D1;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active::after{
  background: url(../svg/minus.svg) no-repeat;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3{
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  padding: 10px;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3>li{
  width: calc(100% / 4);
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3>li>span>a{
  display: block;
  position: relative;
  padding: 5px 30px 5px 10px;
  margin: 0;
  font-size: 1.2rem;
}
.sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3>li>span>a::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 5px;
  width: 24px;
  height: 24px;
  background :url(../svg/arrow.svg) no-repeat;
}

@media screen and (max-width: 1000px) {
  .sports-genre .group-list{
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .sports-genre{
    padding: 0 0 40px;
  }
  .sports-genre .group-list>li{
    width: calc(100% / 3);
  }
  .sports-genre .group-list>li>span>a{
    font-size: 1.1rem;
    margin: 0;
    padding: 65px 5px 10px;
    background-image: url(../svg/group/01.svg);
    background-size: 40px;
    background-position: center 15px;
    white-space: normal;
  }
  .sports-genre .group-list>li:nth-child(2)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(3)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(4)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(5)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(6)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(7)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(8)>span>a{background-position: center 19px}
  .sports-genre .group-list>li:nth-child(9)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(10)>span>a{background-position: center 19px}
  .sports-genre .group-list>li:nth-child(11)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(12)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(13)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(14)>span>a{background-position: center 30px}
  .sports-genre .group-list>li:nth-child(15)>span>a{background-position: center 20px}
  .sports-genre .group-list>li:nth-child(16)>span>a{background-position: center 10px; background-size: 35px;}
  .sports-genre .group-list>li:nth-child(17)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(18)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(19)>span>a{background-position: center 15px}
  .sports-genre .group-list>li:nth-child(20)>span>a{background-position: center 30px}

  .sports-genre li.active>.box2{
    width: 300%;
    padding: 15px 0;
  }
  .sports-genre .group-list>li.active:nth-child(6n+2) .box2{ margin-left: 0%;}
  .sports-genre .group-list>li.active:nth-child(6n+3) .box2{ margin-left: 0%;}
  .sports-genre .group-list>li.active:nth-child(6n+4) .box2{ margin-left: 0%;}
  .sports-genre .group-list>li.active:nth-child(6n+5) .box2{ margin-left: 0%;}
  .sports-genre .group-list>li.active:nth-child(6n+6) .box2{ margin-left: 0%;}
  .sports-genre .group-list>li.active:nth-child(3n+2) .box2{ margin-left: -100%;}
  .sports-genre .group-list>li.active:nth-child(3n+3) .box2{ margin-left: -200%;}

  .sports-genre .group-list>li.active .fs-pt-menu--lv2{
    width: 100%;
    padding: 10px;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li{
    width: 100%;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li::after{
    right: 0px;
    top: 10px;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li>span{
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 0;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li>span>a{
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 1.2rem;
  }

  /*3階層表示*/
  .sports-genre .box3{
    display: none;
  }
  .sports-genre li.active>.box3{
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
  }
  .sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+2)>.box3{ margin-left: 0%;}
  .sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+3)>.box3{ margin-left: 0%;}
  .sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+4)>.box3{ margin-left: 0%;}
  .sports-genre .fs-pt-menu--lv2>li.active:nth-child(5n+5)>.box3{ margin-left: 0%;}
  
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3{
    width: 100%;
    padding: 10px;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3>li{
    width: 50%;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3>li>span>a{
    padding: 8px 30px 8px 10px;
    margin: 0;
    font-size: 1.0rem;
  }
  .sports-genre .group-list>li.active .fs-pt-menu--lv2>li.active .fs-pt-menu--lv3>li>span>a::after{
    right: 0;
  }
  .sports-genre li.active>.box3>a>span::after{
    top: auto;
    bottom: -5px;
  }
}

/*ブランドから探す*/
.brand-area{
  padding: 0 0 60px;
}
.brand-area a:visited{
	color: #3c3c3c;
}
.brand-view .brand-list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 40px;
}
.brand-view .brand-list.logo{
  margin-bottom: 30px;
}
.brand-view .brand-list li{
  width: calc(100% / 6);
  text-align: center;
  border-right: 1px solid #DDE0E4;
}
.brand-view .brand-list li:nth-child(6n+1){
  border-left: 1px solid #DDE0E4;
}
.brand-view .brand-list.logo li{
  width: calc(100% / 5);
  border: none;
}
.brand-view .brand-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px 5px;
}
.brand-view .brand-list.logo li a{
  padding: 0 5px 5px;
}
.brand-view .brand-list li img{
  max-width: 120px;
}
.brand-view .brand-list li .name{
  font-weight: bold;
}
.brand-view .brand-list li .en{
  font-size: 1.1rem;
  color: #98A2AE;
}
@media screen and (max-width: 767px) {
  .brand-view .brand-list{
    gap: 20px 0;
    margin-bottom: 30px;
  }
  .brand-view .brand-list.logo{
    margin-bottom: 20px;
  }
  .brand-view .brand-list li{
    width: calc(100% / 3);
  }
  .brand-view .brand-list li:nth-child(3n+1){
    border-left: 1px solid #DDE0E4;
  }
  .brand-view .brand-list.logo{
    justify-content: center;
  }
  .brand-view .brand-list.logo li{
    width: calc(100% / 3);
    border: none;
  }
  .brand-view .brand-list li a{
    padding: 5px;
  }
  .brand-view .brand-list.logo li a{
    padding: 0 5px 5px;
  }
  .brand-view .brand-list li img{
    max-width: 70px;
  }
  .brand-view .brand-list li .name{
    font-size: 1.2rem;
  }
}

/*ピックアップ*/
.pickup-area{
  padding: 0 0 60px;
}
.pickup-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pickup-list li{
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .pickup-list{
    padding: 0 20px;
    gap: 10px;
  }
  .pickup-list li{
    width: 100%;
  }
}

/*お知らせ*/
.info-list{
  border-top: 1px solid #DDE0E4;
}
.info-list li{
  border-bottom: 1px solid #DDE0E4;
  padding: 15px 20px;
  display: flex;
  gap: 15px;
}
.info-list li a{
  display: flex;
  gap: 15px;
  width: 100%;
}
.info-list li time{
  color: #98A2AE;
}
@media screen and (max-width:767px) {
  .info-list li{
    padding: 10px;
    flex-direction: column;
    gap: 0;
  }
  .info-list li a{
    flex-direction: column;
    gap: 0px;
  }
  .info-list li time{
    color: #98A2AE;
  }
}

/*送料無料*/
.free-shipping{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  padding: 6px;
  background: #2877D1;
}
.open-search .fs-l-page>.free-shipping:nth-child(1),
.open-menu .fs-l-page>.free-shipping:nth-child(1){
  display: none;
}
.free-shipping *{
  position: relative;
}
.free-shipping i{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../svg/free-shipping.svg) center center no-repeat;
  background-size: 100%;
}
.free-shipping::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,#2877D1 0px, #2877D1 10px, rgba(83,157,241,0.3) 10px , rgba(83,157,241,0.3) 20px);
}
@media screen and (max-width:767px) {
  .free-shipping{
    font-size: 1.2rem;
    padding-bottom: 9px;
  }
}

/*****************************************************************************
* FSコマクリ商品詳細
*****************************************************************************/
.fs-l-product2 .fs-l-productLayout{
  grid-template-columns: 400px calc(100% - 500px);
  grid-gap: 8.333%;
  margin-bottom: 40px;
}
.fs-l-product2 .fs-l-productLayout > * > *{
  margin-bottom: 10px;
}
@media screen and (max-width:767px){
	.fs-l-product2 .fs-l-productLayout{
	  margin-bottom: 20px;
	}
}
/*3箱無料*/
.multiple-buy-fee{
  color: #ee4c4c;
  font-size: 1.6rem;
  font-weight: bold;
  border: 2px solid #ee4c4c;
  padding: 0.5em;
  text-align: center;
}
.multiple-buy-fee .box2,
.multiple-buy-fee .box3,
.multiple-buy-fee .box4,
.multiple-buy-fee .box5,
.multiple-buy-fee .box6{
  position: relative;
  padding-left: 35px;
}
.multiple-buy-fee .box2::after,
.multiple-buy-fee .box3::after,
.multiple-buy-fee .box4::after,
.multiple-buy-fee .box5::after,
.multiple-buy-fee .box6::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 17px;
  background: url(../svg/icon_one.svg) space;
  background-size: 7px;
  transform: translateY(-50%);
}
.multiple-buy-fee .box2{padding-left: 25px;}
.multiple-buy-fee .box2::after{width: 17px;}
.multiple-buy-fee .box4{padding-left: 40px;}
.multiple-buy-fee .box4::after{width: 34px;}
.multiple-buy-fee .box5{padding-left: 46px;}
.multiple-buy-fee .box5::after{width: 41px;}
.multiple-buy-fee .box6{padding-left: 52px;}
.multiple-buy-fee .box6::after{width: 47px;}


/*画像スライド*/
.fs-c-productCarouselMainImage__image > img{
  max-width: calc(100vw - 26px);
}
.fs-c-productMainImage__expandButton{
  display: none !important;
}
.fs-c-productThumbnail{
  margin: 0 0 50px !important;
  gap: 12px;
}
.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: calc((100% - 48px) / 5);
  min-width: 0;
}
.fs-c-productThumbnail__image.is-active > img{
  border-color: #2877D1;
}

/*カラーバリエーション*/
.color-variation{
  background: #f6f6f6;
  padding: 20px;
  margin-bottom: 50px !important;
}
.color-variation .headline{
  text-align: center;
  font-size: 1.6rem;
}
.color-variation ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.color-variation ul li{
  width: calc((100% - 30px) / 3);
}
/*レポ画像*/
.color-variation + img{
  width: 80%;
  margin-left: 10%;
}
#fs_ProductDetails .button-link{
  color: #333 !important;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  border: 1px solid #ddd;
}

/*SNS*/
.fs-p-snsArea{
  justify-content: center;
  margin: 0;
  padding: 20px 0;
}

/*商品名*/
.fs-c-productNameHeading{
  font-size: 1.6rem;
  line-height: 1.5em;
}
.fs-c-productNameHeading__copy{
  font-size: 1.6rem;
}
/*マーク*/
.fs-c-productMark{
  gap: 5px;
}
.fs-c-productMark__mark{
  border-radius: 0;
  margin-right: 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 7px 18px;
}
.fs-c-productMark__mark.hidden{
  display: block;
}

/*価格*/
.fs-c-productPrices--productDetail{
  padding-top: 10px;
  margin-bottom: 0 !important;
}
.fs-c-productPrice__main__label{
  font-weight: bold;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  font-weight: bold;
  font-size: 2.4rem;
  color: #ee4c4c;
  line-height: 1;
}
.fs-c-productPrice__addon{
  margin-left: 5px;
}
.fs-c-productPrice--listed .fs-c-productPrice__addon{
  color: #000;
}
/*ポイント、送料込*/
.fs-c-productPointDisplay,
.fs-c-productPostage{
  background: #fff;
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
}
#fs_ProductDetails .fs-c-productPointDisplay{
  margin-bottom: 25px !important;
}
.fs-c-productPointDisplay__quantity{
  font-weight: normal;
}

/*レコメンド*/
.product-recommend{
  min-width: 1000px;
  position: relative;
  background: #f6f6f6;
  padding-top: 40px;
}
@media screen and (max-width:1000px){
	.product-recommend{
	  min-width: 100%;
	}
}
.product-recommend .headline{
  padding: 0 13px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.product-recommend .item-slide-box{
  max-width: 1312px;
}
.product-recommend .item-slide-box .swiper-button-next,
.product-recommend .item-slide-box .swiper-button-prev{
  top: 90px;
}

/*おすすめ商品パーツ(カラーバリエーション)*/
.fs-c-featuredProduct{
  min-width: 1000px;
  position: relative;
  background: #f6f6f6;
  padding: 40px 0;
}
@media screen and (max-width:1000px){
	.fs-c-featuredProduct{
	  min-width: 100%;
	}
}
.fs-c-featuredProduct__header{
  margin: 0 0 30px;
  text-align: center;
}
/*.fs-c-featuredProduct__header::after{
  content: "カラーバリエーション";
  font-size: 2.0rem;
  font-weight: bold;
}*/
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border: none;
    color: #3c3c3c;
    font-size: 1.8rem;
}
.fs-c-slick.slick-slider a:visited {
    color: inherit;
}
.fs-c-productListCarousel__ctrl--prev,
.fs-c-productListCarousel__ctrl--next{
  display: none;
}
.fs-c-wishlistProduct__list,
.fs-c-featuredProduct__list{
  position: relative;
  max-width: 1312px;
  margin: 0 auto;
}
.fs-c-productListCarousel__list{
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.fs-c-productListCarousel__list>div{
  display: inline-flex;
  flex-wrap: nowrap;
}
.fs-c-productListCarousel__list__item {
  flex-basis: 200px;
  max-width: 200px;
  min-width: 200px;
  margin: 0;
  padding: 0 10px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName{
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 5px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName .fs-c-productName__copy{
  font-size: 1.4rem;
}
.fs-c-productListCarousel__list__item .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-c-productListCarousel__list__item .fs-c-button--viewProductDetail.fs-c-button--plain{
  display: none;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #3c3c3c;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice__main{
  padding: 0 5px;
  /*color: #ed4444;*/
}
.fs-c-productListCarousel__list__item .fs-c-price__currencyMark{
  /*color: #ed4444;*/
}
.fs-c-productListCarousel__list__item .fs-c-price__value{
  font-size: 1.6rem;
  font-weight: bold;
  /*color: #ed4444;*/
}
.fs-c-productListCarousel__list__item .fs-c-productPrice__addon{
  /*color: #ed4444;*/
  font-size: 1.2rem;
}
/*キャンペーン*/
.fs-c-productListCarousel__list__item .fs-c-productPrice--listed .fs-c-productPrice__main__label{
  display: block;
  font-size: 1.2rem;
  color: #000;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--listed .fs-c-price__value,
.fs-c-productListCarousel__list__item .fs-c-productPrice--listed .fs-c-price__currencyMark,
.fs-c-productListCarousel__list__item .fs-c-productPrice--listed .fs-c-productPrice__addon,
.fs-c-productListCarousel__list__item .fs-c-productPrice--listed .fs-c-productPrice__main__price{
  font-size: 1.2rem;
  /*color: #000 !important;*/
  margin-left: 0px;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__label{
  display: block;
  font-size: 1.2rem;
  /*color: #000 !important;*/
}

.fs-c-featuredProduct .swiper-button-next,
.fs-c-featuredProduct .swiper-button-prev{
  top: 90px;
}
.fs-c-featuredProduct .fs-c-productMark{
  gap: 5px 3px;
  margin-bottom: 5px;
}
.fs-c-featuredProduct .fs-c-productMark__mark{
  font-size: 1.0rem;
  padding: 3px 4px;
}


/*オプション価格*/
.fs-c-productOption{
  margin: 30px 0 !important;
}
.fs-c-productOption + .fs-c-productOption{
}
.fs-c-productOption__name{
  font-size: 1.6rem;
  padding: 4px 10px;
  margin-top: 10px;
}
.fs-c-productOption__option{
  padding: 0 10px;
  margin: 0;
}
.fs-c-productOption__field{
  padding-top: 10px;
}
.fs-c-productOption__comment{
  padding: 10px 0;
}
.fs-c-productOption__comment,
.fs-c-productOption__comment>*{
  margin: 0 !important;
  font-size: 1.2rem !important;
  line-height: 20px;
  font-weight: bold;
  color: #e90000 !important;
}

/*カートに入れる*/
#fs_ProductDetails .fs-c-variationAndActions{
  margin: 30px 0 40px !important;
}
.fs-c-variationAndActions__variation{
  background: #fff;
}
.fs-c-variationList__item{
  position: relative;
}
.fs-c-variationList__item__body{

}
.fs-c-variationList__item__body.pg-no{
  padding-top: 0;
  border-top: 1px solid #ddd;
}
.fs-c-variationList__item__title{
	background: #eee;
	padding: 0.2em;
}
.fs-c-variationLabel{margin-bottom: 0.5em;}
.fs-c-variationCart{
  padding: 0;
  /*border-top: 1px solid #ddd;*/
}
.fs-c-variationCart>li:first-child{
  /*display: none;*/
}
.fs-c-variationCart > li,
.fs-c-variationCart > li + li{
  margin-top: 0;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.fs-c-variationCart>li:nth-last-child(1){
/*	border: none;*/
}
.fs-c-variationCart__variationName__stock--outOfStock{
  display: none;
}
.fs-c-variationCart__variationName__name>span{
  font-size: 1.2rem;
  font-weight: bold;
  background: #fcd7da;
  display: inline-block;
  padding: 2px 10px;
}
.fs-c-variationCart__cartButton--outOfStock{
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 32px;
}
.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton{
  position: relative;
  height: 30px;
}
.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton::after{
  position: absolute;
  content: "在庫切れ";
  left: 50%;
  top: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  transform: translate(-50%,-50%);

}
.fs-c-variationCart__cartButton--outOfStock .fs-c-outOfStockButton .fs-c-string--label{
  display: none;
}
.fs-c-variationCart .fs-c-button--removeFromWishList--icon,
.fs-c-variationCart .fs-c-button--addToWishList--icon{
  margin-right: 10px !important;
  color: #2877D1;
}
.fs-c-variationCart .fs-c-button--removeFromWishList--icon::before{
  color: #2877D1;
}
.fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 3em 260px;
}
.fs-c-variationCart .fs-c-button--primary{
  background: #2877D1;
  border-radius: 5px;
  border: none;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  /*padding-left: 25px;*/
}
.fs-c-variationCart .fs-c-button--primary .fs-c-button__label{
  display: inline-block;
  position: relative;
  padding: 1px 0;
}

/*お問い合わせ*/
.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct{
  padding: 30px 0 0;
  justify-content: center;

}
.fs-c-button--inquiryAboutProduct{
  width: 100%;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 16px;
  padding: 13px 0;
  max-width: 400px;
  margin: 0 auto;
}

/*商品説明（大）*/
.fs-p-productDescription{
  padding: 40px 0;
}
@media screen and (max-width:767px){
	.fs-p-productDescription {
	    padding: 20px 0;
	}
}
#spec{
  padding: 0;
}
#spec table{
  border: none;
  border-top: 1px solid #ddd;
}
#spec table tr{
  border-bottom: 1px solid #ddd;
}
#spec table th,
#spec table td{
  background: none;
  border: none;
}
#spec table th{
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  white-space: nowrap;
}
#spec table td{
  width: 80%;
  padding: 15px;
}

/*レビュー*/
#fs_ProductDetails .fs-c-aggregateRating{
  margin-bottom: 13px;
  flex-wrap: wrap;
}
#fs_ReviewsByCustomer .fs-c-aggregateRating__rating,
#fs_ReviewsByProduct .fs-c-aggregateRating__rating,
#fs_ProductDetails .fs-c-aggregateRating__rating{
  position: relative;
  padding-left: 128px;
  flex: auto;
  align-items: center;
}
#fs_ReviewsByCustomer .fs-c-aggregateRating__rating::before,
#fs_ReviewsByProduct .fs-c-aggregateRating__rating::before,
#fs_ProductDetails .fs-c-aggregateRating__rating::before{
  content: "レビュー・口コミ";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
.fs-c-aggregateRating__rating .fs-c-reviewStars::before{
  font-size: 1.96rem;
}
.fs-c-rating__value{
  font-size: 1.4rem;
}
.fs-c-reviewStars::before{
  color: #f3d445;
}
.fs-c-aggregateRating__count{
  text-align: right;
  font-weight: bold;
}
.fs-c-productReview{
  width: 100%;
  padding: 20px 30px 40px;
  background: #f6f6f6;
}
.fs-c-reviewList{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#fs_ProductDetails .fs-c-reviewList__item{
  background: #fff;
  border: none !important;
  padding: 20px 25px;
  display: none;
}
#fs_ProductDetails .fs-c-reviewList__item:nth-child(-n+5){
  display: block;
}
.fs-c-reviewer__name{
  font-weight: bold;
}
.fs-c-reviewerStatus{
  color: #2877D1;
  font-size: 1.2rem;
  font-weight: bold;
  background: #fff;
  margin: 0;
  min-width: 0;
}
.fs-c-reviewInfo__date{
  font-size: 1.0rem;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item__body{
  margin: 0;
  padding: 10px 0 0;
  font-size: 1.3rem;
  line-height: 24px;
  border: none;
}
.fs-c-productReview__allReviews{
  color: #848687;
  justify-content: center;
  margin: 10px 0 0;
}
.fs-c-button--viewAllReviews{
  color: #848687;
  font-weight: bold;
}
.fs-c-button--plain.fs-c-button--viewAllReviews::before{
  font-size: 1.6rem;
}

.fs-c-productReview__addReview a{
  width: 100%;
  max-width: 400px;
  background: #fff;
  color: #2877D1 !important;
  border: 2px solid #2877D1;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 16px;
  font-weight: bold;
  padding: 12px 0;
  margin: 0 auto;
}
.fs-c-productReview__addReview a::before{
  font-size: 1.6rem;
}
/*カートを見る＆買い物を続ける*/
#cart-transition{
  position : fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#cart-transition .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
}
#cart-transition .modal{
  position: absolute;
  left: calc(50% - 250px);
  top: 50%;
  width: 500px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  gap: 20px;
  line-height: 24px;
  padding: 40px 0;
  transform: translateY(-50%);
}
#cart-transition .modal *{
  margin: 0 auto;
}
#fs_ProductDetails .iziToast.is-success{
  display: none;
}
#fs_ProductDetails .fs-c-productMark > li{
  cursor: pointer;
}
#cart-transition .dosu-select{
  font-weight: bold;
  color: #0046c9;
}

/*在庫なし表示テキスト（システムパーツ）*/
#fs_ProductDetails .fs-c-productNotice.fs-c-productNotice--outOfStock{
  margin-bottom: 0;
  padding: 0;
  background: none;
}
/*完売メッセージ*/
#fs_ProductDetails .fs-c-productNotice.fs-c-productNotice--outOfStock .soldout{
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #e90000;
  border: 10px solid #f6f6f6;
  padding: 20px;
}

/*販売開始前*/
#fs_ProductDetails .fs-c-productSalesPeriod{
  border-bottom: 0px;
  text-align: left;
}
#fs_ProductDetails .fs-c-productSalesPeriod + .fs-c-productSalesPeriod {
  border-top: 0px;
  margin-top: -18px;
}
#fs_ProductDetails .fs-c-productSalesPeriod__date>*:last-child{
  display: none;
}

/*注意喚起モーダル*/
.modal-attention{
  position : fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 103;
  display: none;
}
.modal-attention .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.modal-attention .modal-body{
  position: absolute;
  left: calc((100% - 700px) / 2);
  top: 20vh;
  width: 700px;
  height: 60vh;
  background: #fff;
  text-align: left;
  padding: 20px;
  overflow: auto;
  font-size: 1.4rem;
  line-height: 24px;
	-webkit-overflow-scrolling: touch;
}
.modal-attention .modal-body>*{
  display: block;
  margin: 0 auto 20px;
}
.modal-attention .modal-body>*:last-child{
  padding-bottom: 1px;
}
.modal-attention .modal-body .title{
  text-align: center;
  background: #f7f7f7;
  width: 100%;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.modal-attention .modal-body .code{
  position: relative;
  background: #5392fc;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
}
.modal-attention .modal-body .code::before{
  content: "クーポンコード：";
}
.modal-attention .modal-body .brawn{color: #714A24;}
.modal-attention .modal-body .gray{color: #A8A8A8;}
.modal-attention .modal-body .pink{color: #FB2F6C;}
.modal-attention .modal-body .red{color: #e90000;}
.modal-attention .modal-body .green{color: #91BB00;}
.modal-attention .modal-body .blue{color: #2476FF;}
.modal-attention .modal-body .purple{color: #D5008A;}
.modal-attention .modal-body a{
  color: #2476FF;
  text-decoration: underline;
}

.modal-attention .modal-body.small{
  height: 40vh;
  top: 30vh;
}
.modal-attention .modal-head{
  text-align: center;
  position: absolute;
  left: calc((100% - 700px) / 2);
  top: calc(20vh - 60px);
  width: 700px;
  height: 60px;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-attention .modal-body.small + .modal-head{
  top: calc(30vh - 60px);
}
.modal-attention .modal-head label{
  position: relative;
  display: block;
  padding-left: 27px;
  font-size: 1.4rem;
  line-height: 20px;
  cursor: pointer;
}
.modal-attention .modal-head label input{
  width: 0;
  height: 0;
  opacity: 0;
}
.modal-attention .modal-head label span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.modal-attention .modal-head label input:checked + span::after{
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 14px;
  height: 6px;
  border-bottom: 3px solid #e90000;
  border-left: 3px solid #e90000;
  transform: rotate(-45deg);
}
.modal-attention .modal-head .close{
  background: #ddd;
  padding: 0.5em 1.5em;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
.button-modal{
  background: #fff;
  display: block;
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  line-height: 16px;
  padding: 14px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}
[data-modal]{
  cursor: pointer;
}
.modal-area{
  display: grid;
  gap: 20px;
}
.modal-area>*{
  margin: 0 auto;
}
.fs-body-product .modal-area{
  margin-bottom: 20px;
}
.category-comment .modal-area{
  margin-bottom: 40px !important;
}

.fs-c-price {
    font-size: 1em;
    font-weight: bold;
}
.fs-c-cartTable__price {
    font-size: inherit;
}
.fs-c-cartTable__quantity .fs-c-quantity__select{
	text-align: center;
}
/*****************************************************************************
* 商品グループ
*****************************************************************************/
.fs-c-heading--page{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #98A2AE;
}
@media screen and (max-width: 767px){
  .fs-c-heading--page{
    width: calc(100% + 40px);
    font-size: 2.0rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px 15px;
    margin: 0 0 10px -20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #98A2AE;
  }
}

/*商品なしメッセージ非表示*/
#fs_ProductCategory .fs-c-productList .fs-c-noResultMessage{
  display: none;
}
#fs_ProductCategory .fs-l-main{
  max-width: 1204px;
}
#fs_ProductCategory .fs-l-pageMain>.category-comment>div,
#fs_ProductCategory .fs-l-pageMain .category-comment .lp-area{
  margin: 0 auto;
}
#fs_ProductCategory .fs-l-pageMain>.category-comment>div{
  width: auto !important;
}
#fs_ProductCategory .fs-l-pageMain .category-comment .lp-area{
  max-width: 1000px;
  text-align: left;
}

.category-comment{
  text-align: center;
}
.category-comment img{
  width: auto;
}
.category-comment a:hover{
  opacity: 0.8;
}

/*商品一覧*/
.fs-c-productList{
  padding: 0;
  margin: 0;
}
.headline-l + .fs-c-productList{
  padding-top: 0;
}
.fs-c-productList__list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0 40px;
}
.fs-c-productList__list>*{
  width: calc((100% - (30px * 4)) / 5);
}
.fs-c-productListItem__outOfStock{
	border: 1px solid #ee4c4c;
	color: #ee4c4c;
}

@media screen and (max-width: 1100px) {
  .fs-c-productList__list>*{
    width: calc((100% - (30px * 3)) / 4);
  }
}
@media screen and (max-width: 900px) {
  .fs-c-productList__list>*{
    width: calc((100% - (30px * 2)) / 3);
  }
}
@media screen and (max-width: 786px) {
  .fs-c-productList__list{
    padding: 30px 0;
    gap: 30px 20px;
  }
  .fs-c-productList__list>*{
    width: calc((100% - (20px * 1)) / 2);
  }
}
.fs-c-productList__list__item{
  padding: 0;
  border-bottom: none;
}
.fs-c-productListItem__image__image{
  aspect-ratio: 1 / 1;
}
.fs-c-productListItem__viewMoreImageButton{
  display: none;
}
.fs-c-productListItem__productName{
  font-size: 1.2rem;
  font-weight: normal;
  margin: 5px 0;
}
.fs-c-productList .fs-c-productName__copy,
.fs-c-wishlistProduct .fs-c-productName__copy,
.fs-c-productList .fs-c-productName__variation{
  font-size: 1em;
}
.fs-c-productMarks{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.fs-c-productMarks .fs-c-productMark{
  order: 2;
}
.fs-c-productMarks .fs-c-mark{
  order: 1;
  border-radius: 0;
  font-size: 1.4rem;
  padding: 7px 18px;
  font-weight: bold;
}
.fs-c-wishlistProduct .fs-c-productMark,
.fs-c-featuredProduct .fs-c-productMark,
.fs-c-productList .fs-c-productMark{
  gap: 5px 3px;
  margin-bottom: 5px;
}
.fs-c-wishlistProduct .fs-c-productMark__mark,
.fs-c-featuredProduct .fs-c-productMark__mark,
.fs-c-productList .fs-c-productMark__mark{
  font-size: 1.0rem;
  padding: 3px 4px;
}
.fs-c-productList .fs-c-productMark__item.hidden,
.fs-c-wishlistProduct .fs-c-productMark__item.hidden,
.fs-c-featuredProduct .fs-c-productMark__item.hidden,
.fs-c-wishlistProduct .fs-c-productMark__mark.hidden,
.fs-c-featuredProduct .fs-c-productMark__mark.hidden,
.fs-c-productList .fs-c-productMark__mark.hidden{
  display: none;
}
.fs-c-wishlistProduct .fs-c-productMarks .fs-c-mark,
.fs-c-featuredProduct .fs-c-productMarks .fs-c-mark,
.fs-c-productList .fs-c-productMarks .fs-c-mark{
  font-size: 1.0rem;
  padding: 4px 5px;
}
.fs-c-productList .fs-c-productPrice__main__label{
  display: none;
}
.fs-c-productPrice--member{
  	color: #ed4444;
}
.fs-c-productPrice--member .fs-c-productPrice__main__price{
  	color: #ed4444;
}
.fs-c-productPrice--member .fs-c-productPrice__main__label{
  	display: inline;
  	font-size: 1.2rem;
  	color: #ed4444;
}

.fs-c-productList .fs-c-productPrice__main__price{
  font-size: 1.6rem;
  color: #000 !important;
  font-weight: bold;
}
.fs-c-productList .fs-c-productPrice__addon{
  color: #000;
}
.fs-c-productListItem__salesPeriod{
  display: none;
}
/*キャンペーン価格*/
.fs-c-productList .fs-c-productPrice--listed .fs-c-productPrice__main__label{
  display: block;
  font-size: 1.2rem;
}
.fs-c-productList .fs-c-productPrice--listed .fs-c-productPrice__addon,
.fs-c-productList .fs-c-productPrice--listed .fs-c-productPrice__main__price{
  font-size: 1.2rem;
  color: #000 !important;
}
.fs-c-productList .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__label{
  display: block;
  font-size: 1.2rem;
}
/*モーダルカート入れる*/
.fs-c-productList .fs-c-productListItem__control{
  /*display: none;*/
}
.fs-c-productList .fs-c-variationCart > li{
  grid-template-columns: 1fr 3em 260px;
}
.fs-c-productList .fs-c-variationCart--withImage > li {
  grid-template-columns: auto 1fr 3em 260px;
}
.fs-c-modal__header{
  align-items: center;
  padding: 8px 4px 8px 16px;
  background: #98A2AE;
  color: #FFF;
}
.fs-c-modal__close {
    color: #FFF;
}
.fs-c-modal__close::before{
  font-size: 3rem;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    color: #2877D1;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    color: #2877D1;
}
.fs-c-button--viewProductDetail.fs-c-button--plain:honver,
.fs-c-button--viewProductDetail.fs-c-button--plain{
	color: #3c3c3c;
}
/*商品ソート*/
.fs-c-productList__controller{
  /*border-top: 1px solid #DDE0E4;*/
  border-bottom: 1px solid #DDE0E4;
  margin: 0;
  padding: 10px 0;
}
.fs-c-sortItems{
  font-size: 1.4rem;
  border: none;
}
.fs-c-sortItems__label{
  display: none;
}
.fs-c-sortItems__list{
  border-left: 1px solid #DDE0E4;
  margin: 0 15px;
}
.fs-c-sortItems__list__item{
  border-right: 1px solid #DDE0E4;
}
.fs-c-sortItems__list__item.is-active{
  background: #fff;
  color: #2877D1;
}
.fs-c-sortItems__list__item__label{
  padding: 0 20px;
}
.fs-c-pagination__item.is-active{
  background: #2877D1;
  padding: 10px 12px;
  display: block;
}
.fs-c-pagination__item{
  display: block;
  padding: 10px 12px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__controller{
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 0;
    justify-content: center;
    flex-direction: column;
  }
  .fs-c-sortItems{
    font-size: 1.2rem;
  }
  .fs-c-sortItems__list{
    margin: 0;
  }
  .fs-c-sortItems__list__item__label{
    padding: 0 10px;
  }
  .fs-c-productList__controller .fs-c-listControl{
    align-items: center;
  }
  .fs-c-pagination__item.is-active{
    background: #2877D1;
    padding: 10px 12px;
    display: block;
  }
  .fs-c-pagination__item{
    display: block;
    padding: 10px 12px;
  }
  .fs-c-productList .fs-c-variationCart > li{
    grid-template-columns: 1fr 3em 170px;
  }
  .fs-c-productList .fs-c-variationCart--withImage > li {
    grid-template-columns: auto 1fr 3em 140px;
  }

  
}

/*商品グループ一覧*/
.fs-c-subgroup{
  margin: 0 0 35px;
}
.fs-c-subgroup .fs-c-listControl,
.fs-c-subgroup .fs-c-listControl:nth-child(1){
  display: none;
}
/*.fs-c-subgroupList{
  padding: 0;
  margin: 0;
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto auto auto;
}*/
.fs-c-subgroupList{
  padding: 0;
  margin: 0;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.fs-c-subgroupList__item{
  flex-basis: calc(100% / 3);
  margin: 0;
  flex-grow: 0;
}
.fs-c-subgroupList__link{
  padding: 5px 10px;
  border: none;
  font-weight: bold;
  color: #2877D1;
  background: #fff;
}
.fs-c-subgroupList__link::after{
  display: none
}
.fs-c-listControl__status__total__label,
.fs-c-listControl__status__indication__label{
  font-size: 1.1rem;
  color: #98A2AE;
}
@media screen and (max-width: 767px) {
  .fs-c-subgroup{
    margin: 0 0 25px;
    border-bottom: 1px solid #DDD;
    width: calc(100% + 40px);
    margin: 0 0 10px -20px;
    padding: 0 20px 20px;
  }
  /*.fs-c-subgroupList{
    grid-template-columns: auto auto;
    gap: 0 20px;
  }*/
  .fs-c-subgroupList{
    grid-template-columns: 50% 48%;
    gap: 0 2%;
  }
  .fs-c-subgroupList__item{
    flex-basis: calc(100% / 2);
  }
  .fs-c-subgroupList__link{
    font-size: 1.2rem;
    padding: 5px 0;
  }
}

/*カートに入れる（など）*/
.fs-c-button--plain{
  color: #2877D1;
}
.fs-c-button--plain:hover{
  color: #2877D1;
}
/*お気に入りハートカラー*/
.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
  color: #2877D1;
}

/*****************************************************************************
* 商品検索
*****************************************************************************/
#fs_ProductSearch .fs-c-productList{
  padding-top: 0;
}

/*****************************************************************************
* レビュー詳細
*****************************************************************************/
.fs-c-productReviewed{
  max-width: 100%;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
}
.fs-c-productReviewed__image {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1 / 4;
  grid-row: 1 / 4;
}
.fs-c-productReviewed__name{
  -ms-grid-column: 2 / 3;
  grid-column: 2 / 3;
  -ms-grid-row: 1 / 2;
  grid-row: 1 / 2;
  font-size: 1.6rem;
}
.fs-c-productReviewed__number {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  display: none;
}
.fs-c-productReviewed__prices{
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 1.4rem;
}
.fs-c-productReviewed__prices .fs-c-productPrice__main__price.fs-c-price{
  color: #ee4c4c !important;
  font-weight: bold;
  font-size: 1.8rem;
}
.fs-c-productReviewed + .fs-c-aggregateRating{
  margin: 20px 0 0;
  max-width: 100%;
  background: #f6f6f6;
  padding: 20px 30px 0;
}
#fs_ReviewsByCustomer .fs-c-aggregateRating__rating::before,
#fs_ReviewsByProduct .fs-c-aggregateRating__rating::before{
  font-weight: bold;
}
#fs_ReviewsByCustomer .fs-c-history,
#fs_ReviewsByProduct .fs-c-history{
  background: #f6f6f6;
  width: 100%;
  padding: 10px 30px 40px;
}
#fs_ReviewsByCustomer .fs-c-reviewList,
#fs_ReviewsByProduct .fs-c-reviewList{
  margin: 10px 0;
}
#fs_ReviewsByCustomer .fs-c-reviewList__item,
#fs_ReviewsByProduct .fs-c-reviewList__item{
  background: #fff;
  border: none !important;
  padding: 20px 25px;
  display: block;
}
#fs_ReviewsByCustomer .fs-c-reviewInfo__reviewer,
#fs_ReviewsByProduct .fs-c-reviewInfo__reviewer{
  flex-direction: row;
  align-items: center;
}
#fs_ReviewsByCustomer .fs-c-reviewList--product .fs-c-reviewList__item__body,
#fs_ReviewsByProduct .fs-c-reviewList--product .fs-c-reviewList__item__body{
  margin: 0;
  padding: 10px 0 0;
  font-size: 1.3rem;
  line-height: 24px;
  border: none;
}
#fs_ReviewsByCustomer .fs-c-listControl,
#fs_ReviewsByProduct .fs-c-listControl {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 0px 10px;
}

/*会員レビュー一覧*/
#fs_ReviewsByCustomer .fs-c-reviewList__item__info{
  flex-direction: row;
  flex-wrap: wrap;
}
#fs_ReviewsByCustomer .fs-c-reviewList__item__product{
  flex-direction: row;
  align-items: center;
}
.fs-c-reviewProduct__image{
  width: 100px;
}
.fs-c-reviewProduct__info{
  width: calc(100% - 100px);
  padding-left: 10px;
}
.fs-c-reviewList__item__body{
  margin: 0;
}
.fs-c-reviewBody{
  border-color: #ddd;
  padding: 10px;
}

/*****************************************************************************
* カート
*****************************************************************************/
.msg-box + .fs-l-cart__contentsArea{
  padding-top: 30px;
  -ms-grid-columns: 1fr 320px;
  grid-template-columns: 1fr 320px;
}
.fs-c-cartTableContainer {
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell{
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 650px){
	.fs-c-cartTable__dataCell{
	  border: none;
	  padding: 0 10px;
	}
	.fs-c-cartTable__dataCell--subtotal{
		font-size: inherit;
		padding-top: 5px;
	}
}
.fs-c-cartTable__row{
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px){
	.fs-body-my-orders-details .fs-c-cartTable__row {
	    border: 1px solid #ddd;
	}
}
.fs-c-cartTable__row:last-child{
  border-bottom: none;
}
.fs-c-cartTable__product{
  grid-template-columns: 100px 1fr;
}
.fs-c-cartTable__productImage__image{
  padding-right: 0;
}
.fs-c-cartTable__productName__name{
  font-size: 1.2rem;
}
.fs-c-listedProductName__variation{
  font-size: 1.2rem;
  color: #0046c9;
  font-weight: bold;
}
.fs-c-cartTable__row .fs-c-productPrice__main__price.fs-c-price{
  font-weight: bold;
  color: #ee4c4c;
}
.fs-c-cartTable__actionButton__container{
  width: 90px;
}
.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before{
  font-size: 1.2rem;
  font-weight: normal;
}
.fs-c-cartTable__actionButton__container > button{
  max-width: 7em;
  padding: 0.4em 0.5em 0.3em;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.fs-c-quantity__number{
  box-shadow: none;
  font-size: 1.6rem;
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
  border: none;
}

.fs-body-cart .fs-l-cart__sideColumn{
  border-radius: 0px;
  border: 10px solid #f6f6f6;
  padding: 20px;
}

.fs-c-listedProductName__selection{
  color: #0046c9;
}
.fs-c-cartProductSalesPeriod{
  display: none;
}
/*合計金額計算エリア*/
#fs-cartTotals-container{

}
.fs-c-orderTotalTable{
  border: 0px solid #fff;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
.fs-c-orderTotalTable > thead > tr th,
.fs-c-orderTotalTable > tfoot > tr th,
.fs-c-orderTotalTable > tbody > tr th{
  border-top: 1px solid #ddd;
  font-size: 1.2rem;
  padding: 13px 0;
}
 .fs-c-orderTotalTable > thead > tr td,
 .fs-c-orderTotalTable > tfoot > tr td,
 .fs-c-orderTotalTable > tbody > tr td{
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 13px 0;
}
.fs-c-orderTotalTable > tbody > tr:first-child th,
.fs-c-orderTotalTable > tbody > tr:first-child td{
  border-top: none;
}
.fs-c-orderTotalTable > tbody > tr:last-of-type{
  border-bottom: none;
}
.fs-c-checkout-preview__title {
    border-bottom: none;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1em;
    padding: 0.5em;
    text-align: left;
    background: #98A2AE;
    color: #FFF;
}

/*購入ボタン*/
.fs-c-buttonContainer{
  padding: 0;
}
.fs-c-buttonContainer + .fs-c-buttonContainer{
  padding: 10px 0 0;
}

/*スタンダードボタン*/
.fs-c-button--standard{
  box-shadow: none;
  border: 1px solid #ddd;
}
.button-done.fs-c-button--standard {
    border: 1px solid #2877D1;
}

/*割引確認*/
.fs-c-buttonContainer--checkDiscount{
  padding: 20px 0;
  margin: 0;
}
/*送料無料*/
.fs-c-cartDiscountInfo__info{
	color: #ee4c4c;
}

/*まとめて購入リンクリスト*/
.fs-c-cartBundleInfo{
  margin: 20px 0 0;
}
.fs-c-cartBundleInfo__info{
  background: #f6f6f6;
  padding: 20px 13px 10px;
}
.fs-c-cartBundleInfo__title {
  background: transparent;
  color: #000;
  margin: 0;
  padding: 0;
}
.fs-c-cartBundleInfo__list > li + li {
  margin-top: 10px;
}
.fs-c-cartBundleInfo__list > li > a{
  border-color: #ddd;
  border-radius: 5px;
  padding: 0.5em 1em;
}
.fs-body-cart .fs-l-cart__contentsArea > *{
  margin-bottom: 0px;
}
.fs-body-cart .fs-l-cart__contentsArea a:visited{
	color: #3c3c3c;
}

/*買い物続ける*/
.fs-c-continueShopping{
  text-align: center;
  padding: 20px 0 40px;
}
.fs-c-continueShopping + .fs-c-wishlistProduct,
.fs-c-continueShopping + .fs-c-featuredProduct{
  padding-top: 20px;
}

/*お気に入り商品*/
.fs-c-wishlistProduct{
  width: 100%;
  min-width: 1000px;
  background: #f6f6f6;
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (max-width:1000px){
	.fs-c-wishlistProduct{
	  min-width: 100%;
	}
}
.fs-c-wishlistProduct__header{
  margin: 0 0 30px;
  text-align: center;
}
.fs-c-wishlistProduct__header::after{
  content: "お気に入り商品";
  font-size: 2.0rem;
  font-weight: bold;
}
.fs-c-wishlistProduct__title{
  display: none;
}
.fs-c-wishlistProduct .fs-c-productMarks{
  padding-left: 5px;
}
.fs-c-wishlistProduct .fs-c-button__label{
  font-size: 1.2rem;
}
.fs-c-wishlistProduct .fs-c-button--removeFromWishList--icon{
  display: none;
}

/*カートなし*/
.fs-c-noResultMessage{
  /*margin-top: 0px;*/
}

/*購入方法メッセージ*/
.how-to-buy{
  border: 1px solid #999;
  margin-bottom: 20px;
}
.how-to-buy ul,
.how-to-buy p{
  padding: 5px 10px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.8;
}
.how-to-buy ul li{
  position: relative;
  padding-left: 1em;
}
.how-to-buy ul li>*:not(a){
  position: absolute;
  left: 0;
  top: 0;
}
.how-to-buy .title{
  background: #999;
  text-align: center;
  color: #fff;
}
.how-to-buy .title.large{
  font-size: 1.4rem;
}
.how-to-buy a{
  color: #0085B2;
  text-decoration: underline;
}
.how-to-buy p span{
  color: #2877D1;
  font-size: 1.2rem;
}
.how-to-buy.queeneyes{
  border: 1px solid #2877D1;
}
.how-to-buy.queeneyes .title{
  background: #2877D1;
}
#fs-checkout-amazon-container{
  margin-bottom: 40px;
}
.how-to-buy-or{
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 24px !important;
}
.how-to-buy-or span{
  position: relative;
  background: #fff;
  padding: 0 1.5em;
}
.how-to-buy-or::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #999;
}

/*割引確認（モーダル）*/
.fs-c-bundlePreview__item{
  border: 1px solid #ddd;
  padding: 10px;
}
.fs-c-bundlePreview__item__title{
  background: #f6f6f6;
  margin: -10px -10px 10px;
  padding: 10px;
}
.fs-c-bundlePreview__item__total{
  border: none;
  border-top: 3px double #ddd;
}
.fs-c-bundlePrice__label{
  font-size: 1.1rem;
}
.fs-c-bundlePrice{
  grid-gap: 2px 20px;
}
.fs-c-cartTable__product .fs-c-listedProductName{
  font-size: 1.2rem;
}
.fs-c-buttonContainer--close,
.fs-c-bundlePreview--cart{
  margin-top: 16px;
}
.fs-c-cartTable__message {
  background: #2877D1;
  font-size: 1.1rem;
  padding: 3px 5px 2px;
}

/*****************************************************************************
* ログイン
*****************************************************************************/
.fs-l-main .fs-l-pageMain .fs-c-loginForm #fs_form{
  min-width: 0;
  padding: 0;
}
.fs-body-review-login .fs-c-loginForm,
.fs-body-wishlist-login .fs-c-loginForm,
.fs-body-login .fs-c-loginForm,
.fs-body-cart-login .fs-c-loginForm{
  margin: 0 auto 80px;
  max-width: 1200px;
  display: flex;
  justify-content: center;
}
.fs-l-main .fs-l-pageMain .fs-c-loginForm .fs-c-registeredUsers{
  max-width: 400px;
}
.fs-l-main .fs-l-pageMain .fs-c-loginForm .fs-c-newUsers{
  max-width: 500px;
  padding-left: 50px;
}

@media screen and (max-width:650px){
	.fs-body-review-login .fs-c-loginForm,
	.fs-body-wishlist-login .fs-c-loginForm,
	.fs-body-login .fs-c-loginForm,
	.fs-body-cart-login .fs-c-loginForm{
	  margin: 0 auto 80px;
	  max-width: 100%;
	  display: block;
	  justify-content: center;
	}
	.fs-l-main .fs-l-pageMain .fs-c-loginForm .fs-c-registeredUsers{
	  max-width: 100%;
	}
	.fs-l-main .fs-l-pageMain .fs-c-loginForm .fs-c-newUsers{
	  max-width: 100%;
	  padding-left: 0;
	}
}
.fs-c-subSection__title {
  border-bottom: none;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  background: #f6f6f6;
  width: 100%;
  padding: 0.7em 0 0.5em;
}
.fs-body-wishlist-login .fs-c-inputInformation__field,
.fs-body-login .fs-c-inputInformation__field,
.fs-body-cart-login .fs-c-inputInformation__field{
  padding: 0 13px;
  background: #fff;
}
.fs-c-inputTable__headerCell{
  margin-bottom: 5px;
  font-weight:normal;
}
.fs-c-requiredMark::before{
  color: #e90000;
  font-weight: bold;
}
.fs-c-inputInformation__link{
  text-align: center;
  font-size: 1.2rem;
}
.login-amazon-msg{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.fs-c-otherServiceLogin{
  margin: 24px 0;
}
.fs-c-newUsers__title{
  margin-bottom: 13px;
}

.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
    color: #3c3c3c;
    font-size: 1.6rem;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
}

/*****************************************************************************
* ご注文手続き
*****************************************************************************/
.fs-c-checkout-preview{
  border-radius: 0;
}
.fs-c-checkout-delivery__method__title{
  font-size: 1.4rem;
}
#fs_orderTotalContainer{
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #fs_orderTotalContainer{
    position: sticky;
    top: 100px;
  }
}
.fs-c-modal__inner .fs-c-inputInformation__field{
  margin-top: 0;
}
.fs-c-modal__inner .fs-c-inputInformation__button{
  grid-gap: 20px;
}
.fs-c-modal__inner .fs-c-inputInformation__button .button-done,
.fs-c-modal__inner .fs-c-inputInformation__button .button{
  max-width: 100%;
}
.fs-c-checkout-paymentMethod p{
  font-size: 1.1rem;
}

/*****************************************************************************
* 会員登録
*****************************************************************************/
#fs_Register .fs-c-inputInformation{
  padding-bottom: 80px;
}
.fs-c-inputInformation__message{
  margin: 0 auto;
  gap: 10px;
}
#fs_Register .fs-c-inputInformation__field{
  background: #f6f6f6;
  padding: 30px;
  max-width: 700px;
}
#fs_Register .fs-c-inputTable > tbody > tr{
  flex-direction: row;
}
#fs_Register .fs-c-inputTable > tbody > tr + tr{
  margin-top: 20px;
}
#fs_Register .fs-c-inputTable__headerCell{
  width: 200px;
}
#fs_Register .fs-c-inputTable__dataCell{
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px){

	#fs_Register .fs-c-inputTable > tbody > tr{
	  flex-direction: row;
	}
	#fs_Register .fs-c-memberInfoField .fs-c-inputTable > tbody {
    	display: block;
	}

	#fs_Register .fs-c-inputTable__headerCell{
	  width: 100%;
	}
	#fs_Register .fs-c-inputTable__dataCell{
	  width: calc(100%);
	}
	#fs_Register .fs-c-inputInformation__field{
	  padding: 15px;
	}
	
}
.fs-c-birthdayOnceMessage{
  font-size: 1.2rem;
  padding: 0.5em 0 0
}
.fs-c-inputField__explanation{
  font-size: 1.2rem;
  padding: 0.5em 0 1em;
}
/*チェックボックス*/
.fs-c-checkbox__checkMark{
  border: 1px solid #aaa;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark{
  background: #fff;
  border-color: #aaa;
}
.fs-c-checkbox__checkMark::before {
  color: #e90000;
  font-size: 1.2em;
  top: 0;
  left: -0.1em;
  font-weight: bold;
}
.fs-c-checkbox__labelText a{
  text-decoration: underline;
}
/*ラジオボタン*/
.fs-c-radio__radioMark,
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark{
  border: 1px solid #aaa;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
  background: #e90000;
}
/*完了メッセージ*/
.fs-c-registerSuccessMessage{
  text-align: left;
  line-height: 25px;
}


/*****************************************************************************
* マイページ
*****************************************************************************/
.fs-body-my-top .fs-l-account{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width:1000px){
	.fs-body-my-top .fs-l-account{
		display: block;
	}
}
.fs-body-my-top .fs-p-accountInfo {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  gap: 10px;
  margin-bottom: 15px;
}
.fs-body-my-top .fs-c-accountService{
  flex-basis: 60%;
}
.fs-body-my-top .fs-p-accountInfo>*{
  width: 100%;
  margin-bottom: 0;
}
.fs-p-accountInfo__header{
  justify-content: center;
}
.fs-p-accountInfo__body{
  padding: 13px;
  font-size: 1.2rem;
}
.fs-p-accountInfo__point__point__available__number{
  color: #2877D1;
}
.fs-c-accountService > li{
  flex-basis: 100%;
  height: auto;
  margin: 0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink{
  box-shadow: none;
  background: #fff;
  border: none;
  border-radius: 0;
  color: #333;
  border-bottom: 1px solid #ddd;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  flex-grow: unset;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding: 12px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before{
  color: #333;
  font-size: 2.6rem;
  margin: 0;
  width: 1em;
  height: 1em;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label>span{
  margin-top: 5px;
}
.fs-c-accountService__page--accountDelete a{
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
  margin-top: 13px;
  font-size: 1.2rem;
  line-height: 1;
}

.fs-l-account + .fs-l-additionalProduct--wishlist .fs-c-wishlistProduct{
  padding-top: 20px;
}
.fs-c-wishlistProduct{
  position: relative;
}
.fs-c-wishlistProduct__footer{
  position: absolute;
  top: 44px;
  right: 10px;
}

.fs-c-accountService__page--membershipCard .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/card-account-details-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/ticket-confirmation-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/cards-heart-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/cart-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--storeOrderHistoryList .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/calendar-refresh-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--subscriptionHistoryList .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/credit-card-multiple-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--pointHistory .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/alpha-p-circle-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/forum-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/credit-card-multiple-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/format-list-bulleted-square.svg) center center no-repeat;
}
.fs-c-accountService__page--lineIdLink .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/alpha-l-circle.svg) center center no-repeat;
}
.fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/lock-reset.svg) center center no-repeat;
}
.fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/account-reactivate-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--membershipMerge .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/database-import-outline.svg) center center no-repeat;
}
.fs-c-accountService__page--linkedAccounts .fs-c-accountService__pageLink__label::before {
  content: "";
  background: url(../svg/link.svg) center center no-repeat;
}
@media screen and (min-width: 1220px){
  .fs-c-wishlistProduct__footer{
    right: calc((100% - 1200px) / 2);
  }
}
.fs-c-wishlistProduct__footer a{
  font-size: 1.2rem;
  font-weight: bold;
  color: #0085B2;
}
.fs-c-wishlistProduct .fs-c-productListItem__control{
  padding: 0 0 0 5px;
}

/*注文履歴*/
.fs-body-my-orders .fs-c-history,
.fs-body-my-storeOrders .fs-c-history {
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width: 767px){
	.fs-body-my-orders .fs-c-history,
	.fs-body-my-storeOrders .fs-c-history {
	  display: block;
	}
	.fs-c-price {
	    font-size: 1em;
	}
}
.fs-body-my-orders .fs-c-history__info,
.fs-body-my-storeOrders .fs-c-history__info{
  width: 100%;
  -ms-grid-column: 2;
  grid-column: 2;
  align-self: start;
}
.fs-body-my-orders .fs-c-history__listContainer,
.fs-body-my-storeOrders .fs-c-history__listContainer{
 -ms-grid-row: 1;
  grid-row: 1;
}
.fs-c-orderHistoryItem{
  border-radius: 0;
  border: 1px solid #ddd;
}
.fs-c-orderHistoryItem__header{
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
}
.fs-c-orderHistoryItem__body{
  padding: 0;
}
.fs-c-orderHistoryItem__product{
  grid-gap: 10px;
  padding: 10px;
}
.fs-c-orderHistoryItem .fs-c-productPrice__main__price.fs-c-price{
  color: #ee4c4c !important;
  font-weight: bold;
}
.fs-c-buttonContainer--myPageTop{
  justify-content: center;
  margin: 24px 0;
}
.fs-body-my-orders .fs-l-main .fs-l-pageMain #fs_form,
.fs-body-my-orders .fs-l-main .fs-l-pageMain #fs_form{
  min-width: 0;
}
.fs-c-history__total dt, .fs-c-history__total dd {
    border-top: 1px solid #98A2AE;
}

/*注文履歴詳細*/
.fs-c-heading--section{
  color: #000;
  font-size: 1.6rem;
  margin: 0;
}
.fs-c-orderPerAddressee__heading{
  background: #f6f6f6;
  color: #000;
}
.fs-c-orderPerAddressee__deliveryInfoList{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.fs-c-orderDetailInfo__cartTable .fs-c-cartTable__row:last-child,
.fs-c-orderPerAddressee__cartTable .fs-c-cartTable__row:last-child{
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px){
	.fs-body-my-orders-details .fs-c-cartTable__row {
	    border: 1px solid #ddd;
	}
}
.fs-c-orderPerAddressee__cartTable .fs-c-cartTable__row .fs-c-button--addReview--detail{
  white-space: nowrap;
}
.fs-c-deliveryInfoList{
  font-size: 1.2rem;
}
.fs-body-my-orders-details .fs-c-orderDetail__orderInfo{
  margin-bottom: 0;
}
.fs-body-my-orders-details .fs-c-orderPaymentTable{
  font-size: 1.2rem;
  margin-top: 0;
}
.fs-body-my-orders-details .fs-c-buttonContainer--back{
  margin: 0 0 10px;
}

/*お届け先登録*/
.fs-c-buttonContainer--pair{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fs-c-buttonContainer--pair{
  grid-row-gap: 20px;
}
#fs_MyAddressBook .fs-c-addressBookList__count{
  margin: 10px 0;
}
#fs_MyAddressBook .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"]{
  font-size: 1.2rem;
}
/*
#fs_MyAddressBook .fs-c-button--changeInfomation{
  border: 1px solid #ddd;
  background: #ebebeb;
  color: #000;
  box-shadow: none;
}
*/
#fs_MyAddressBook .fs-c-button--delete{
  background: #fff;
}
.fs-c-listTable th, .fs-c-listTable td{
  vertical-align: middle;
}

/*パスワード変更*/
.fs-body-my-account-password .fs-c-inputInformation__field{
  width: 400px;
  padding: 30px;
}

/*ポイント履歴*/
.fs-body-my-points .fs-c-history__info{
  margin: 0 0 0 -13px;
}
.fs-c-pointSummary [class$="--availablePoint"],
.fs-c-pointSummary [class$="--limitedPoint"]{
  background: #fff;
}
.fs-c-pointSummary [class$="--limitedPoint"]{
  font-size: 1.2rem;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
  color: #2877D1;
}

/*お気に入り一覧*/
.fs-c-wishList{
  padding-top: 0;
}
.fs-p-announcement{
  margin: 0;
  margin-bottom: 1em;
}
.fs-p-announcement__title{
  color: #3c3c3c;
  /*font-weight: normal;*/
}
.fs-c-list{
  margin: 0 0 10px;
}
#fs_MyWishList .fs-c-productList .fs-c-productListItem__control{
  display: flex;
}
/*クレジットカード*/
#fs_MyCreditCards .fs-c-inputInformation__message{
  margin-bottom: 10px;
}

/*LINE ID連携*/
.fs-c-documentContent{
  padding: 0;
  text-align: left;
}

/*レビュー履歴*/
#fs_MyReviews .fs-c-reviewList__item{
  display: grid;
  -ms-grid-columns: 1fr 100px 300px;
  grid-template-columns: 1fr 100px 300px;
  -ms-grid-rows: 1fr auto auto;
  grid-template-rows: 1fr auto auto;
  grid-column-gap: 20px;
  align-items: center;
  flex-direction: row;
}
#fs_MyReviews .fs-c-reviewList__item__product {
  flex-direction:row;
  align-items: center;
  -ms-grid-column: 1;
  grid-column: 1;
}
#fs_MyReviews .fs-c-reviewList__item__info{
  -ms-grid-column: 2;
  grid-column: 2;
}
#fs_MyReviews .fs-c-reviewList__item__editButton{
  -ms-grid-column: 3;
  grid-column: 3;
}
.fs-body-review-write .fs-c-reveiwNotes {
    border: 1px solid #D12833;
    border-width: 1px;
    margin: 20px 0;
    padding: 1.5em;
    color: #D12833;
}
@media screen and (max-width: 767px){
  #fs_MyReviews .fs-c-reviewList__item{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .fs-c-reviewList__item__info{
    flex-direction: row;
    gap: 0px 15px;
    flex-wrap: wrap;
    align-items: center
  }
}
/*レビュー書き込み*/
#fs_WriteReview .fs-c-productReviewed + .fs-c-aggregateRating{
  padding: 20px;
}
#fs_WriteReview .fs-c-aggregateRating__rating::before{
  font-size: 1.4rem;
  font-weight: bold;
}
.fs-body-review-write .fs-c-inputTable > tbody > tr + tr{
  margin-top: 15px;
}
.fs-body-review-write .fs-c-inputTable__headerCell{
  width: 170px;
}
.fs-c-buttonContainer--topPage{
  padding-bottom: 20px;
}

/*クーポン*/
.fs-c-couponList__item{
  padding: 13px;
  margin-bottom: 30px;
}
.fs-c-couponName__name{
  color: #2877D1;
  padding-bottom: 0.5em;
}
.fs-c-couponName__discount{
  background: #2877D1;
}
.fs-c-couponExpiration__notice,
.fs-c-couponAppliedCondition__notice{
  color: #2877D1;
}
.fs-c-couponList__item .msg-box{
  margin-top: 13px;
}
/*会員情報*/

.fs-c-memberInfoField .fs-c-inputTable{

}
.fs-c-memberInfoField .fs-c-inputTable > tbody{
	display: table-row-group;
}

.fs-c-memberInfoField .fs-c-inputTable > tbody > tr{
	display: table-row;
	border-bottom: 1px solid #DDD;
	width: 100%;
}
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr > th,
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr > td{
	padding: 1em;
}
.fs-c-memberInfoField .fs-c-inputTable > tbody > tr > th{
	font-weight: bold;
	width: 35%;
	white-space: nowrap;
}

@media screen and (max-width: 500px){
	.fs-c-memberInfoField .fs-c-inputTable > tbody > tr{
		display: flex;
		padding: 0.5em;
	}
	.fs-c-memberInfoField .fs-c-inputTable > tbody > tr > th,
	.fs-c-memberInfoField .fs-c-inputTable > tbody > tr > td{
		padding: 0em;
	}
	.fs-c-inputTable > tbody > tr + tr {
	    margin-top: 0px;
	}
}


/*****************************************************************************
* パスワード再設定
*****************************************************************************/
.fs-body-newsletter-unsubscribe .fs-c-inputInformation,
.fs-body-resetPassword .fs-c-inputInformation,
.fs-body-forgotPassword .fs-c-inputInformation{
  margin-bottom: 100px;
}
.fs-body-newsletter-unsubscribe .fs-c-inputInformation__field,
.fs-body-resetPassword .fs-c-inputInformation__field,
.fs-body-forgotPassword .fs-c-inputInformation__field{
  width: 400px;
  padding: 30px;
}
.fs-c-orderedList > li::before{
  color: #000;
}
@media screen and (max-width: 767px){
	.fs-body-my-account-password .fs-c-inputInformation__field {
	    width: 100%;

	}
	.fs-body-forgotPassword .fs-c-inputInformation__field {
	    width: 100%;
	}

}

/*****************************************************************************
* 会員規約など
*****************************************************************************/
.fs-body-newsletter-subscribe .fs-l-pageMain,
.fs-body-about-points .fs-l-pageMain,
.fs-body-about-terms .fs-l-pageMain,
.fs-body-about-shippingPayment .fs-l-pageMain,
.fs-body-about-privacyPolicy .fs-l-pageMain,
.fs-body-about-returnPolicy .fs-l-pageMain,
.fs-body-about-memberAgreement .fs-l-pageMain{
  margin-bottom: 100px;
}
.fs-c-documentColumn__heading{
  /*color: #000;*/
}

/*メルマガ*/
#fs_NewsletterSubscribeSuccess .fs-c-documentContent{
  margin-bottom: 50px;
}
.fs-p-emailDomainNotice{
	margin-top: 1em;
}

/*****************************************************************************
* 人気ランキング
*****************************************************************************/
.headline-fs {
  position: relative;
  margin-bottom: 27px;
  padding: 16px 10px 13px;
  border-top: 4px solid rgb(51, 51, 51);
  border-bottom: 1px solid rgb(221, 221, 221);
  text-align: left;
}
.headline-fs h2 {
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
}
.headline-fs h2 em {
  display: block;
  font-size: 28px;
  line-height: 1em;
  font-family: sans-serif;
  font-style: normal;
  color: rgb(252, 136, 145);
}
.headline-fs .word {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}

.ranking-title {
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 5px 10px 7px;
  border-bottom: 1px solid rgb(51, 51, 51);
  text-align: left;
}
.ranking-title em {
  display: inline-block;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-style: normal;
  vertical-align: middle;
  margin-right: 12px;
}
/*ランキングリスト*/
.ranking-list2 {
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(221, 221, 221);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ranking-list2 li {
  vertical-align: top;
  width: calc((100% - (20px * 4)) / 5);
}
.ranking-list2 li a {
  display: block;
  transition: opacity 0.4s ease 0s;
}
.ranking-list2 li em {
  display: block;
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  font-family: Rubik, sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 3px;
  color: rgb(102, 102, 102);
}
.ranking-list2 li em.rank1 {
  color: rgb(229, 197, 76);
}
.ranking-list2 li em.rank2 {
  color: rgb(177, 177, 177);
}
.ranking-list2 li em.rank3 {
  color: rgb(211, 172, 105);
}
.ranking-list2 li figure {
  margin-bottom: 8px;
}
.ranking-list2 li img {
  max-width: 100%;
  margin-bottom: 10px;
}
.ranking-list2 li figcaption {
  font-size: 12px;
  line-height: 1.2em;
  color: rgb(102, 102, 102);
  text-align: left;
}
.ranking-list2 li p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left;
}
/************************************************
ショップガイド
************************************************/

div.guide{
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
}
div.guide .mg-b5{margin-bottom: 5px !important;}
div.guide .mg-b10{margin-bottom: 10px !important;}
div.guide .mg-b20{margin-bottom: 20px !important;}
div.guide .mg-b25{margin-bottom: 25px !important;}

div.guide .clear{
	clear: both;
}
div.guide .border-box{
	border: 1px solid #CCC;
	padding: 1em !important;
}
div.guide h1{
	font-size: 20px;
	margin-bottom: 20px;
}
div.guide h2{
    border-color: #98A2AE;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 8px 10px;
    padding-left: 16px;
    margin-bottom: 20px;
}

div.guide h3{
    font-size: 16px;
    margin-bottom: 10px;
}
div.guide .clr-red{color: #F00;}
div.guide ul{
	list-style: none;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
div.guide p{
	font-size: 14px;
}
div.guide ul li{
	font-weight: bold;
	font-size: 14px;
	min-width: 23.4%;
	text-align: center;
	margin: 0 0.5em 0.75em;
	border: 1px solid #DDD;
}
div.guide ol{
	margin: 0;
	margin-left: 1em;
	padding: 0;
}
div.guide ul.dul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
div.guide ol li,
div.guide ul.dul li{
	font-weight: normal;
	font-size: 14px;
	width:auto;
	min-width: auto;
	text-align: left;
	margin: 0 0.5em 0.5em;
	border: none;
	position: relative;
    padding-left: 1.2em;
}
div.guide ol li{padding-left: 0;}
div.guide ul.dul li::after {
    content: "・";
    position: absolute;
    left: 0px;
    top: 0px;
}
div.guide ul.dul2 li::after {
    content: "※";
    position: absolute;
    left: 0px;
    top: 0px;
}
@media screen and (max-width: 1015px){
	div.guide ul li{
		min-width: 22.6%;
	}
}
div.guide ul li.bno{
	border: 1px solid #FFF;
	padding: 0;
}
div.guide ul li span{
	display: block;
	font-size: 0.75em;
	font-weight: normal;
	color: #999;
}
div.guide ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0.75em;
}
div.guide ul li a:hover{
	background: #EEE;
}
div.guide ul li.bno a{
	padding: 0;
}
div.guide ul li.bno a:hover{
	background: none;
}

div.guide table {
    /*width: 100%;*/
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
}
div.guide table tbody {

    /*border-top: 1px solid #ccc;*/
    border-left: 1px solid #ccc;

}
div.guide table tbody th {
    padding: 0.75em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
    /*width: 100%;*/
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
}
div.guide table tbody td {
    padding: 0.75em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
}

div.guide .top {
    text-align: right;
    padding: 0.5em;
    font-size: 0.75em;
}
div.guide .top a{
	color: #2877D1;
	display: inline-block;
	position: relative;
	padding-left: 16px;
}

div.guide .top a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #2877D1;
    -webkit-border-radius: 25%;
    border-radius: 25%;
}
div.guide .top a::after{
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #2877D1;
    border-left: 1px solid #2877D1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#size_list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#size_list table {
    margin:0 0 20px 0;
}


div.guide .top {
    height:30px;
}

div.guide tr.men {

    background:#0064D8;
    color: #fff;
    border: 1px solid #0064D8;
    border-bottom: none;
}
div.guide thead td{
    font-size: 15px;
}
div.guide tr.men > td {
    font-weight:bold;

    padding: 0.5em 1em;
}

div.guide tr.women {
    background:#F37878;
    color: #fff;
    border: 1px solid #F37878;
    border-bottom: none;
}

div.guide tr.women > td {
    font-weight:bold;
    padding: 0.5em 1em;
}

div.guide tr.kids {
    background:#F5C543;
    color: #fff;
    border: 1px solid #F5C543;
    border-bottom: none;
}

div.guide tr.kids > td {
    font-weight:bold;

    padding: 0.5em 1em;
}

@media screen and (max-width:683px){
	div.guide h1{
		font-size: 18px;
	}
	div.guide h2{
		font-size: 16px;
	}
	div.guide .top {
	    height: auto;
	}
	div.guide ul{
		justify-content: center;
	}
	div.guide ul li{
		font-size: 12px;
		min-width: 47%;
		margin: 0 0.3em 0.5em;
	}

	div.guide table{
		width: 100%;
		table-layout: auto;
	}
	div.guide thead td{
	    font-size:12px;
	}
	
	div.guide table tbody th {
	    padding: 0.5em;
	    font-size: 12px;
	}
	div.guide table tbody td {
	    padding: 0.5em;
	    font-size: 12px;
	}
}
/******************************
イレブンストアについて
**********************/

div.about{
	max-width: 1000px;
	margin: 0 auto;
}
div.about .clear{
	clear: both;
}
div.about h1{
	font-size: 20px;
}
div.about h2{
    border-color: #98A2AE;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 8px 10px;
    padding-left: 16px;
    margin-bottom: 10px;
}
div.about .content_area{
    margin-bottom:30px;
    font-size: 14px;
}
div.about h3{
    font-size: 16px;
}

@media screen and (max-width:640px){
	div.about h1{
		font-size: 18px;
	}
	div.about h2{
		font-size: 16px;
		padding: 5px 5px 7px;
		padding-left: 10px;
	}
	div.about h3{
		font-size: 14px;
	}
	div.about .content_area{
	    margin-bottom: 20px;
	    font-size: 12px;
	}
	
}
/****************************
サイズについて
*******************/
div.size{
	max-width: 1000px;
	margin: 0 auto;
}
div.size .clear{
	clear: both;
}
div.size h1{
	font-size: 20px;
}
div.size h2{
	margin-bottom: 0em;
	border-top: 1px solid #DDD;
	padding: 10px;
	font-size: 20px;
}
div.size ul{
	list-style: none;
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
div.size ul li{
	font-weight: bold;
	font-size: 14px;
	min-width: 23.4%;
	text-align: center;
	margin: 0 0.5em 0.75em;
	border: 1px solid #DDD;
}
@media screen and (max-width: 1015px){
	div.size ul li{
		min-width: 22.6%;
	}
}
div.size ul li.bno{
	border: 1px solid #FFF;
	padding: 0;
}
div.size ul li span{
	display: block;
	font-size: 0.75em;
	font-weight: normal;
	color: #999;
}
div.size ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0.5em;
}
div.size ul li a:hover{
	background: #EEE;
}
div.size ul li.bno a{
	padding: 0;
}
div.size ul li.bno a:hover{
	background: none;
}

div.size table {
    /*width: 100%;*/
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed;
}
div.size table tbody {

    /*border-top: 1px solid #ccc;*/
    border-left: 1px solid #ccc;

}
div.size table tbody th {
    padding: 0.75em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
    /*width: 100%;*/
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
}
div.size table tbody td {
    padding: 0.75em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
}

div.size .top {
    text-align: right;
    padding: 0.5em;
    font-size: 0.75em;
}
div.size .top a{
	color: #2877D1;
	display: inline-block;
	position: relative;
	padding-left: 16px;
}

div.size .top a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #2877D1;
    -webkit-border-radius: 25%;
    border-radius: 25%;
}
div.size .top a::after{
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #2877D1;
    border-left: 1px solid #2877D1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#size_list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#size_list table {
    margin:0 0 20px 0;
    width: auto;
}


div.size .top {
    height:30px;
}

div.size tr.men {

    background:#0064D8;
    color: #fff;
    border: 1px solid #0064D8;
    border-bottom: none;
}
div.size thead td{
    font-size: 15px;
}
div.size tr.men > td {
    font-weight:bold;

    padding: 0.5em 1em;
}

div.size tr.women {
    background:#F37878;
    color: #fff;
    border: 1px solid #F37878;
    border-bottom: none;
}

div.size tr.women > td {
    font-weight:bold;
    padding: 0.5em 1em;
}

div.size tr.kids {
    background:#F5C543;
    color: #fff;
    border: 1px solid #F5C543;
    border-bottom: none;
}

div.size tr.kids > td {
    font-weight:bold;

    padding: 0.5em 1em;
}

@media screen and (max-width:683px){
	div.size h1{
		font-size: 18px;
	}
	div.size h2{
		font-size: 16px;
	}
	div.size .top {
	    height: auto;
	}
	div.size ul{
		justify-content: center;
	}
	div.size ul li{
		font-size: 12px;
		min-width: 47%;
		margin: 0 0.3em 0.5em;
	}

	div.size table{
		width: 100%;
		table-layout: auto;
	}
	div.size thead td{
	    font-size:12px;
	}
	
	div.size table tbody th {
	    padding: 0.5em;
	    font-size: 12px;
	}
	div.size table tbody td {
	    padding: 0.5em;
	    font-size: 12px;
	}
}


/*スクロール*/
.scroll-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.scroll-list li{
  border: 1px solid #2877D1;
}
.scroll-list li a{
  display: block;
  padding: 5px 10px;
}
.scroll-list li span{
  font-size: 0.7em;
}
.all-brand .brand-list li a{
  min-height: 73px;
}
@media screen and (max-width: 767px){
  .scroll-list{
    gap: 10px;
    margin-bottom: 30px;
  }
  .all-brand .brand-list li a{
    min-height: 50px;
  }
}


/****************************
よくあるご質問
*******************/
div#faq_area{
	max-width: 1000px;
	margin: 30px 0 auto;
}

div#faq_area .category_title{
    border-color: #98A2AE;
    border-style: solid;
    border-width: 0 0 1px 5px;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 8px 10px;
    padding-left: 16px;
    margin-bottom: 20px;
}
div#faq_area .faq_question{
	font-size: 1.3em;
	font-weight: bold;
	color: #2877D1;
}
div#faq_area .faq_answer{
	margin-bottom: 2em;
}
div#faq_area a{
	color: #2877D1;
	text-decoration: underline;
}
@media screen and (max-width: 767px){
  	div#faq_area .faq_question{
		font-size: 1.1em;
	}
	div#faq_area .faq_answer{
		margin-bottom: 1em;
	}
	
}