.fs-l-sideArea {
  display:none;
}

.list_top {
  margin-top: 10px;
  padding: 40px 0;
  background-color: #f2f2f2;
  margin-bottom: 50px;
}
.list_top .fs-c-heading {
  max-width: 1200px;
  margin: 20px auto 30px;
  text-align: left;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
}
.list_comt {

}
.list_comt__img img {
  width: 100%;
}
.list_comt__txt .list_comt__txt__ttl {
  margin-bottom: 30px;
}
.list_comt__txt .list_comt__txt__txt {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.list_cat {
  max-width: 1200px;
  margin: 0 auto 50px;
}
.list_cat h3 {
  display: block;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
.list_cat .fs-c-listControl {
  display: none;
}
.list_cat .fs-c-subgroupList li a.fs-c-subgroupList__link {
  background-color: #fff;
  padding: 15px;
}

.fs-l-main aside#side.list_side {
  display: block;
}
aside#side.list_side + .fs-l-pageMain {
  width: 910px;
}
.fs-l-main.list_main {
  display: flex;
}

.list_side .list_side_search  {
  background-color: #f2f2f2;
  padding-bottom: 20px;
}
.list_side_search__cont1 {
  padding: 30px 20px;
  background-color: #5a5a5a;
  color: #fff;
}
.list_side_search__cont1 .list_side_search__cont1__ttl {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.list_side_search__cont1 .list_side_search__cont1__ttl:after {

}
.list_side_search__ttl {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 15px;
}
.list_side_search__ttl.txt-w {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.list_side_search .sds__priceRange {
  flex-wrap: wrap;
}
.list_side_search .sds__priceRange > p {
  font-size: 14px;
  color: #1b1b1b;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.list_side_search .sds__priceRange > div {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 5px;
}
.list_side_search .sds__priceRange > div input {
  width: 80%;
  margin-right: 3%;
  max-width: 80%;
  flex: 0 0 80%;
  border-radius: 5px;
}
.list_side_search .sds__priceRange > div span {
  width: 17%;
  display: block;
}

.list_side_search__cont2 {
  padding: 30px 20px;
  background-color: #f2f2f2;
}
.list_side_search__cont2 ul {
  margin-bottom: 20px;
}
.list_side_search__cont2 ul li {
  list-style: none;
  margin-bottom: 15px;
}
.list_side_search__cont2 ul li input {
  width: 20px;
  height: 20px;
}
.list_side_search__cont2 ul li label {
  margin-left: 10px;
  font-size: 16px;
}
.list_side_search_btn {
  padding: 0 20px;
}

.list_tag {
  padding: 30px 20px 30px;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
}
.list_tag p {
  font-size: 16px;
  color: #000000;
  width: auto;
  margin-right: 30px;
  margin-bottom: 0;
}
.list_tag ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list_tag ul li {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 0px;
}
.list_tag ul li a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
}

@media (max-width: 992px) {
.list_top {
  padding: 20px 0;
}
.list_top .fs-c-heading {
  padding: 0 20px;
}
.list_cat h3 {
  font-size: 22px;
}
.list_cat {
  padding: 0 20px;
}
.list_cat .fs-c-subgroupList li a.fs-c-subgroupList__link {
  padding: 13px;
  font-size: 12px;
}
.list_tag {
  flex-wrap: wrap;
}
.list_tag p {  
  width: 100%;
  margin: 0 0 20px 0;
}
.list_tag ul {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.list_tag ul li {
  padding: 0 5px;
  margin: 0 0 10px 0;
}

aside#side.list_side + .fs-l-pageMain {
  width: 100%;
}
.fs-l-main .fs-l-pageMain {
  max-width: 100%!important;
  flex: 0 0 100%!important;
}
}

.related .related_cont .related_cont__wrap {
  background-color: #ffffff;
  padding: 0px;
  display: flex;
  align-items: center;
}

.related .related_cont .related_cont__wrap > .related_cont__img {
  display: block;
  min-width: 120px;
  width: 120px;
  height: 120px;
  position: relative;
  margin-right: 20px;
}

.related .related_cont .related_cont__wrap > .related_cont__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.related .related_cont .related_cont__wrap .related_cont__txt span {
  display: block;
  margin-bottom: 10px;
}

.related .related_cont .related_cont__wrap .related_cont__txt h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.related .related_cont .related_cont__wrap .related_cont__txt small {
  font-size: 12px;
  display: block;
  margin-bottom: 0px;
}

.related .related_cont .related_cont__wrap .related_cont__txt p {
  font-size: 16px;
}

.bd_top {
  border-top: 1px solid #000000;
  padding-top: 60px!important;
}
.bd_bottom {
  border-bottom: 1px solid #000000;
  padding-bottom: 60px!important;
}

.fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
  color: #000000;
  padding: 8px 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
}
.fs-body-product .fs-c-productNameHeading__name {
  font-weight: 500;
}
.fs-c-productNumber {
  border: transparent;
  padding: 0!important;
  font-size: 12px;
}
.product_jan {
  border: transparent;
  padding: 0;
  font-size: 12px;
  margin-bottom: 5px!important;
}
.fs-c-productPrices {
  margin-bottom: 5px!important;
}
.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  font-size: 16px;
}
.fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  font-size: 16px;
  text-decoration: line-through;
}
.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px!important;
}
.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  font-size: 24px!important;
  color: #cf162e!important;
}
.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 28px!important;
}
.fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__addon {
  color: #cf162e!important;
}
.fs-c-productPointDisplay {
  background: transparent;
  color: #000000;
  padding: 0!important;
  font-size: 10px!important;
}
.product_txt p {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 12px;
  line-height: 1.2;
}
.txt-r {
  color: #cf162e;
}
.product_card {

}
.product_card img {
  max-width: 280px;
  width: 100%;
}
.fs-l-productLayout .fs-c-inquiryAboutProduct, .fs-l-productLayout .fs-c-returnedSpecialContract, .fs-l-productLayout .fs-c-productReview__addReview {
  padding: 0!important;
}
.fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a,
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain,
a.fs-c-button--addReview--detail.fs-c-button--plain {
  border: transparent!important;
  text-align: left!important;
  padding: 0!important;
  font-size: 12px!important;
}
.product_desc {
  margin: 50px 0 80px;
}
.product_desc_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_desc_link li {
  padding: 0 20px;
  border-right: 1px solid #000;
  list-style: none;
}
.product_desc_link li:last-child {
  border-right: transparent;
}
.product_desc_link li a {
  font-size: 16px;
  /*text-decoration: underline;*/
  line-height: 1.2;
}

.sec_desc {
  padding-top: 100px;
  margin-top: -100px;
}
.sec_desc .sec_desc__ttl {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fs-c-variationAndActions .fs-c-variationAndActions__variationLabel {
    /* display: none; */
    font-size: 14px;
    margin-bottom: 2px !important;
}
.fs-c-variationSelect__select {
  width: 100%;
}
.fs-c-variationSelect__select .fs-c-dropdown__menu  {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fs-c-button--addToCart--detail {
  background-color: #fd7e00!important;
  border: 1px solid #fd7e00!important;
}
.button.fs-c-button--addToCart--variation.fs-c-button--primary {
  background-color: #fd7e00!important;
  border: 1px solid #fd7e00!important;
}
button.fs-c-button--addToWishList--detail.fs-c-button--particular {
  border: transparent!important;
}
.fs-c-variationCart {
  padding: 10px 0;
  border-top: 2px dotted #808080;
  border-bottom: 2px dotted #808080;
}
.fs-c-variationCart > li {
  grid-template-columns: 30% 10% 60%;
  padding: 10px;
  border-bottom: 1px solid #808080;
}
.fs-c-variationCart > li +li {
  margin-top: 0px;
}
.fs-c-variationCart > li:last-child {
  border-bottom: transparent;
}

.fs-body-category .fs-c-productListItem__productDescription,
.fs-body-search .fs-c-productListItem__productDescription,
.fs-c-productListItem__productDescription {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product_maker {
  margin-bottom: 10px;
}
.product_maker p {
  font-size: 13px;
  color: #808080;
  margin-bottom: 0px;
  line-height: 1.2;
}

.product_icon {
  margin-bottom: 10px!important;
}
.product_icon ul {
  display: flex;
  align-items: center;
}
.product_icon ul li {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #808080;
  color: #808080;
  font-size: 14px;
  margin-right: 10px;
  line-height: 1.2;
}


@media (max-width: 992px) {
.sp-container-none {
  padding-right: 0!important;
  padding-left: 0!important;
}

.product_desc_link {
  flex-wrap: wrap;
}
.product_desc_link li {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.product_desc_link li:nth-child(even) {
  border-right: transparent;
}
.product_desc_link li a {
  font-size: 14px;
}
}

.newsarea .news_list li .news_cate.important {
  color: #737cab;
}
.newsarea .news_list li .news_cate.info {
  color: #737cab;
}

@media (min-width: 991px) {
  .pc-mb0 {
    margin-bottom: 0!important;
  }
}

.credit_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.credit_list li {
  list-style: none;
  margin-right: 10px;
}
.credit_list li:nth-child(1) {
  width: 46px;
}
.credit_list li:nth-child(2) {
  width: 46px;
}
.credit_list li:nth-child(3) {
  width: 46px;
}
.credit_list li:nth-child(4) {
  width: 40px;
}
.credit_list li:nth-child(5) {
  width: 46px;
}
.credit_list li:nth-child(6) {
  width: 40px;
}
.credit_list li:nth-child(7) {
  width: 46px;
}
.credit_list li:nth-child(8) {
  width: 46px;
}
.credit_list li:nth-child(9) {
  width: 46px;
}
.credit_list li:nth-child(10) {
  width: 39px;
}
.credit_list li:nth-child(11) {
  width: 40px;
}
.credit_list li:nth-child(12) {
  width: 46px;
}
.credit_list li:nth-child(13) {
  width: 105px;
}
.credit_list li:nth-child(14) {
  width: 95px;
}
.credit_list li:nth-child(15) {
  width: 68px;
}
@media (max-width: 992px) {
.credit_list li:nth-child(1) {
  width: 40px;
}
.credit_list li:nth-child(2) {
  width: 40px;
}
.credit_list li:nth-child(3) {
  width: 40px;
}
.credit_list li:nth-child(4) {
  width: 35px;
}
.credit_list li:nth-child(5) {
  width: 46px;
}
.credit_list li:nth-child(6) {
  width: 40px;
}
.credit_list li:nth-child(7) {
  width: 46px;
}
.credit_list li:nth-child(8) {
  width: 46px;
}
.credit_list li:nth-child(9) {
  width: 46px;
}
.credit_list li:nth-child(10) {
  width: 39px;
}
.credit_list li:nth-child(11) {
  width: 40px;
}
.credit_list li:nth-child(12) {
  width: 46px;
}
.credit_list li:nth-child(13) {
  width: 105px;
}
.credit_list li:nth-child(14) {
  width: 95px;
}
.credit_list li:nth-child(15) {
  width: 68px;
}
}

@media (max-width: 992px) {
.sec_linemail h2 {
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_linemail .container > p {
  line-height: 1.6;
}
.sec_linemail .container > p.nowrap {
  white-space: nowrap;
  letter-spacing: 0px;
}
}

/*詳細ページ　独自コメント*/
.fs-body-product .product_desc th {
/*   width:auto;*/
}
.fs-body-product .product_desc h3 {
    background: #e4f3dc;
    border-left: 8px solid #00b556;
    font-size: 26px;
    font-size: 20px;
    height: auto;
    padding: 8px;
    margin: 15px 0px 10px 0px;
    font-weight: bold;
}
.fs-body-product .product_desc h4 {
    font-size: 18px;
    margin:30px 0 15px;
}
.fs-body-product .talightgray {
    background-color: #EDEDED;
}
.fs-body-product th[bgcolor="#347d14"] {
/*
   background-color: #f2f2f2;
    font-weight:400;
*/
}
.fs-body-product td,
.fs-body-product th {
    color:#000;
    border: 1px solid #333;
    padding: 4px;
}
.fs-body-product td[bgcolor="#347d14"] font,
.fs-body-product th[bgcolor="#347d14"] font {
/*
    color:#000;
*/
}

@media (max-width: 992px) {
.fs-body-product .product_desc h3 {
    font-size: 22px;
    font-weight: 500;
}
.fs-body-product .product_desc h4 {
    font-size: 18px;
    font-weight:500;
}
.fs-body-product .product_desc th {
/*
   width:auto;
   padding:5px;
font-size:12px;
*/
}
.fs-body-product .product_desc td {
   padding:5px;
font-size:12px;

}
.fs-body-product table tr th,
.fs-body-product table tr td {
    line-height: 1.3;
text-align: center;
    vertical-align: middle;
}

}
/*下層ページCSS調整*/
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    margin: 20px 0;
    letter-spacing:1px;
    line-height:2;
}
.fs-c-productListCarousel__ctrl {
    flex-basis: 28px;
    min-width: 28px;
}
.fs-c-button--standard {
padding:20px 10px;
}
.fs-p-closed__heading {
    margin: 15px 0;
}
.fs-body-closed .fs-c-heading--page {
    margin-top:30px;
   font-size:2.8rem;
}
.fs-c-explainList dt,
.fs-c-explainList dd,
.fs-c-explainList dd:not(:last-child),
.fs-c-orderedList > li,
.fs-c-descriptionList dd,
.fs-c-descriptionList dt {
    line-height: 1.5;
}
.fs-c-orderedList > li .fs-c-orderedList {
 border-left:none;
}
section.bg01 .cate_cont > img {
  filter: brightness(90%);
}
@media (max-width: 992px) {
.bg01 .cate_cont .cate_cont__txt p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
.bg01 .cate_cont .cate_cont__txt small {
  font-size: 10px;
  letter-spacing:0;
}
.cate_cont__txt_wrap {
  margin-bottom:8px;
}
}

.gNav li.hasChildren > .megaMenu,
.gNav li.hasChildren > .megaMenu2{
  transition: 0.3s !important;
}
.gNav li.hasChildren > .megaMenu.open,
.gNav li.hasChildren > .megaMenu2.open {
  transition: 0.3s !important;
}

nav.gNav > ul > li > a.open {
    color: #d42c42;
}

.modal_close .modal_close_btn {
 right:0 !important;
}
.bg_search.modal_search h2.h2F{
  margin-bottom:20px;
}
.bg_search.modal_search {
 background-image:initial;
 background-color:#e0e0e0;
 padding:40px 0;
}
.bg_search.modal_search .container{
 padding:0 50px;
}
.bg_search.modal_search .h2F.txt-w,
.bg_search.modal_search .h2F.txt-w small,
.bg_search.modal_search .side__detailSearch h3.sideTitle,
.bg_search.modal_search .side__detailSearch .checkLabel,
.bg_search.modal_search .sds__priceRange span
 {
  color: #000 !important;
}

.bg_search.modal_search .sds__box {
  margin-bottom: 15px;
}
.main_detailSearch.bg_search.modal_search .select_dbl {
  padding-bottom: 45px !important;
}
@media (max-width: 992px) {
.bg_search.modal_search {
 padding:30px 0;
}
.bg_search.modal_search .container{
 padding:0 30px;
}
}

@media screen and (min-width: 960px) {
.fs-body-login .fs-c-loginForm {
  flex-wrap: nowrap;
}
}

#fs_ProductCategory .fs-c-productName__copy,
#fs_MyWishList .fs-c-productName__copy,
.fs-body-search .fs-c-productName__copy,
#fs_MyPageTop .fs-c-productName__copy,
#fs_ShoppingCart .fs-c-productName__copy {
  display: none;
}
#fs_ProductCategory .fs-c-productName__name,
#fs_MyWishList .fs-c-productName__name,
.fs-body-search .fs-c-productName__name,
#fs_MyPageTop .fs-c-productName__name,
#fs_ShoppingCart .fs-c-productName__name {
  font-size: 14px!important;
}
#fs_ProductCategory .fs-c-productPrice--listed,
#fs_MyWishList .fs-c-productPrice--listed,
.fs-body-search .fs-c-productPrice--listed,
#fs_MyPageTop .fs-c-productPrice--listed,
#fs_ShoppingCart .fs-c-productPrice--listed {
  display: none;
}
#fs_ProductCategory .fs-c-productPrice__main__label,
#fs_MyWishList .fs-c-productPrice__main__label,
.fs-body-search .fs-c-productPrice__main__label,
#fs_MyPageTop .fs-c-productPrice__main__label,
#fs_ShoppingCart .fs-c-productPrice__main__label {
  font-size: 12px!important;
}
#fs_ProductCategory .fs-c-productPrice__main__price,
#fs_MyWishList .fs-c-productPrice__main__price,
.fs-body-search .fs-c-productPrice__main__price,
#fs_MyPageTop .fs-c-productPrice__main__price,
#fs_ShoppingCart .fs-c-productPrice__main__price {
  font-size: 16px!important;
}
#fs_ProductCategory .fs-c-productPrice__main__price .fs-c-price__value,
#fs_MyWishList .fs-c-productPrice__main__price .fs-c-price__value,
.fs-body-search .fs-c-productPrice__main__price .fs-c-price__value,
#fs_MyPageTop .fs-c-productPrice__main__price .fs-c-price__value,
#fs_ShoppingCart .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 18px!important;
}
#fs_ProductCategory .fs-c-productPrice__addon,
#fs_MyWishList .fs-c-productPrice__addon,
.fs-body-search .fs-c-productPrice__addon,
#fs_MyPageTop .fs-c-productPrice__addon,
#fs_ShoppingCart .fs-c-productPrice__addon,
.fs-c-productList__list  .fs-c-productPrice__addon{
  display: none;
}
#fs_ProductCategory .fs-c-productListItem__productDescription,
#fs_MyWishList .fs-c-productListItem__productDescription,
.fs-body-search .fs-c-productListItem__productDescription,
#fs_MyPageTop .fs-c-productListItem__productDescription,
#fs_ShoppingCart .fs-c-productListItem__productDescription {
  display: none;
}
#fs_ProductCategory .fs-c-productName__name,
#fs_MyWishList .fs-c-productName__name,
.fs-body-search .fs-c-productName__name,
#fs_MyPageTop .fs-c-productName__name,
#fs_ShoppingCart .fs-c-productName__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-line-clamp: 4;
}

.fs-body-search .fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  font-size: 14px!important;
}
.fs-body-search .fs-c-productPrices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value {
  font-size: 16px!important;
}

p.favCaution a:hover {
  color: #d42c42;
}
.iconNav a:hover {
  color: #d42c42!important;
}

#fs_MyAddressBook .fs-c-buttonContainer .fs-c-button--standard {
  padding: 0.8em 1.6em 0.6em;
}

.newsList a:hover {
  color: #d42c42!important;
}

.line_mail_bnr > a:hover {
  opacity: 0.8;
}

.fs-p-aboutPoints dt {
  margin-bottom: 10px;
}
.fs-c-explainList dd:not(:last-child) {
  margin-bottom: 20px;
}

.fs-c-descriptionList dt,
.fs-c-explainList dt {
  margin-bottom: 10px;
}

.fs-c-descriptionList.line_dl_lsit dt,
.fs-c-explainList.line_dl_lsit dt {
  margin-bottom: 0px;
}

#fs_MyWishList .fNav--typeA,
#fs_MyWishList #sec_guide {
  display: none;
}

@media (max-width:768px) {
  #freePageContents.fs_guide #guide-cick {
    margin: 0!important;
  }

}

.product_desc th,
.fs-body-product th,
.fs-body-product td,
.product_desc td{
  border: 1px solid #c5c5c5;
}

.fs-body-product th[bgcolor="#347d14"]{

}

.fs-body-product td, .fs-body-product th{
  padding: 7px;
}
.sec_desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.fs-c-productPostage {
  margin-left: 10px;
}

.fs-c-variationAndActions__stockSignLegend p {
  font-size: 10px;
}

/*
.cate_cont a:hover img {
  opacity: 0.7;
}
*/

a.cate_cont:hover img {
    transition: 0.3s;
    filter: brightness(0.7);
}


a.had-bnr:hover img {
    transition: 0.3s;
    filter: brightness(0.7);
}

.drawer__top_link {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}


.drawer__top_link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.drawer__top_link ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 50%;
}
.drawer__top_link ul li a {
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid #000;
  font-size: 14px;
  background-color: #fff;
}
.drawer__top_link ul li a:hover {
  color: #fff;
  background-color: #000;
}
.drawer__search .searchForm {
  margin: 0;
}
.drawer__search .searchForm .searchForm__inner {
  background-color: #f2f2f2;
  border: transparent!important;
}
/*
.drawer__search .keyword {
  display: flex;
  align-items: center;
  overflow: scroll;
  flex-wrap: nowrap;
  margin-top: 20px;
}
*/
.drawer__search .keyword > ul {
  display: flex;
  align-items: center;
  overflow: scroll;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.drawer__search .keyword li {
  margin-right: 10px;
  min-width: fit-content;
  text-align: center;
}
.drawer__search .keyword li a {
  display: block;
  font-size: 12px;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 5px;
line-height:1.4;
}

@media (min-width:767px) {
.fs-body-checkout .fs-l-checkout__mainColumn {
  max-width: 880px;
}
.fs-body-checkout #fs_orderTotalContainer.fixed {
  width: 320px;
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.fs-body-checkout #fs_orderTotalContainer.fixed .fs-c-totalAndActions {
  width: 100%;
}
}

.fs-body-my-coupons .fs-c-couponName__discount {
  max-width: 150px;
  margin-top: 10px;
}
.fs-body-my-coupons .fs-c-coupon__description {
  line-height: 1.8;
}
.fs-body-my-coupons .fs-c-couponAppliedCondition__list > li {
  line-height: 1.4;
  margin-top: 10px;
}

.fs-body-cart .fs-c-cartBundleInfo__title {
  line-height: 1.8;
  margin-bottom: 20px;
}
.fs-body-cart .fs-c-cartBundleInfo__list > li {
  line-height: 1.8;
}

.hdrTop .exNav .exNav_links li a:hover {
  color: #cf162e;
  color: #fff;
}

.fs-body-my-account-delete .fs-c-inputTable th,
.fs-body-my-account-delete .fs-c-inputTable td {
  font-size: 14px;
}
.fs-body-my-points .fs-c-pointSummary {
  line-height: 1.6;
}

@media (min-width:767px) {
.fs-body-checkout #fs_orderTotalContainer {
  position: sticky;
  top: 80px;
  right: 0;
}
.fs-body-checkout .fs-l-page {
  overflow: initial;
}
}
.fs-body-checkout .fs-c-checkout-customerInfo > li {
  line-height: 1.8;
}
.fs-body-checkout .fs-c-checkout-destination__list {
  line-height: 1.8;
}

.hasChildren--over ul {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  left: -300px;
  opacity: 0;
  transition: 0.3s;
  z-index: 9;
  padding: 15px;
}
.hasChildren--over ul.open {
  left: 0px;
  opacity: 1;
  transition: 0.3s;
}
.hasChildren--over ul p.over__ttl {
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #000;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.hasChildren--over ul p.over__ttl:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.hasChildren--over ul li {
  margin-bottom: 0!important;
  align-items: center;
}
.hasChildren--over ul li a {
  border-bottom: transparent;
  padding-left: 0!important;
  display: flex;
  align-items: center;
}
.hasChildren--over ul li a:after {
  content: unset;
}




@import url("https://pjxsvr.biz/code/nikigolf/asset_plus.css");

.shipping_info {
    -ms-grid-column: 3;
    grid-column: 3;
    margin-top: 3px;
    font-size: 12px;
}

span.shipping_note {
    color: #cf162e;
    font-weight: bold;
    font-size: 14px;
}

.shipping_infoList .shipping_info {
    background: #f2f2f2;
    padding: 5px 10px;
    margin: 15px 0 10px;
}

/* 221128 */
@media (max-width: 991px){
  .alignCenter-tab{
    -ms-align-items: center;
    align-items: center;
  }
  .list_top .fs-c-heading{
    padding: 0;
    font-size: 18px;
    font-weight: bold;
  }
  .list_comt__txt .list_comt__txt__txt{
    font-size: 14px;
    line-height: 1.7;
  }
  .list_tag{
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 30px 0 30px 20px;
  }
  .list_tag ul{
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .list_tag ul li{
    flex:0 0 107px
  }
  .list_tag ul li a{
    text-align: center;
    font-size: 12px;
    display: block;
  }
  .fs-c-listControl{
    flex-direction: row;
    align-items: center;
  }
  .fs-c-listControl__status{
    margin-right: 10px;
  }
  .related .related_cont .related_cont__wrap > .related_cont__img{
    max-width: 100px;
    flex-basis: 100px;
    min-width: 100px;
    width: 100px;
  }
  .related .related_cont .related_cont__wrap .related_cont__txt p{
    font-size: 14px;
  }
}

.fs-c-variationCart__image + * + * + * + .shipping_info {
    grid-column: 4;
}

@media (max-width: 1230px) and (min-width: 992px) {
.hdrInner {
    padding: 0 15px;
}
}
@media (max-width: 1366px) and (min-width: 961px) {

.fs-body-product .fs-l-productLayout__item--2 {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
}
.fs-body-product .fs-l-productLayout__item--1 {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
}
body#fs_ProductDetails .fs-l-main .fs-l-pageMain {
    max-width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
    margin: auto;
}
}

span.fs-c-price__currencyMark {
    display: none;
}
span.fs-c-price__value:after {
    content: "円";
    font-size: 13px;
}
div.fs-c-productList__list span.fs-c-price__value:after {
    content: "円（税込）";
    font-size: 13px;
}

.logout.my-false { display: none!important;}
.login.my-true { display: none!important; }

.line_mail_bnr{
    display: flex!important;
}

.iziToast > .iziToast-close{
    background-color: #fff;
    width: 30px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    right: 5px;
    border: 1px solid #333;
}

/* 通信欄 */
.fs-c-checkout-communicationTextarea {
    font-size: 1em;
}

.fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationContent {
    border: 0;
}

.fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationContent:empty {
}

/* フリーページ */
div#freePageContents h3 {
    background-color: #fff;
    border-left: 0px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 0;
    margin: 2em 0 1em;
}

#freePageContents h3:before {
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    line-height: 0.6em;
    background-color: #d0162d;
    border-radius: 50%;
    margin-right: 10px;
}



  .modal-overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: -10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

@media screen and (min-width: 960px){
.itemDetailImg_wrap{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row-reverse;
}

.fs-c-productThumbnail{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 60px;
   margin:0 10px 0 0!important;
}

.fs-c-productMainImage{
  max-width: calc(100% - 70px);
}



.fs-c-productThumbnail__image{
   width: 56px;
   margin:4px 0;
}

}

@media screen and (min-width: 960px){
.fs-body-cart .fs-l-cart__sideColumn{
position: sticky;
    top: 120px;
    right: 0;
}
.fs-body-cart .fs-l-page{
overflow: visible;
}
}

.fs-c-productImageModal__inner{
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  padding: 10px;
}

@media screen and (min-width: 960px){
  .fs-c-productImageModal__inner img{
    max-height: 90vh;
  }
}

.sds__select_check {
  flex-wrap: wrap;
}
.sds__select_check li {
  width: 100%;
}
.sds__select_check li input {
  width: 15px!important;
  height: 15px!important;
}
.sds__select_check li label {
  font-size: 12px!important;
  margin-left: 5px!important;
}

.sds__select_check li ul {
  margin-top: 20px;
}



.fs-body-notfound .fs-l-main {
  max-width: none;
}

.fs-c-noResultMessage {
  padding: 60px 24px;
}

.fs-c-noResultMessage__title {
  line-height: 1.4;
}

.noResultMessage__btn {
  display: flex;
  /* flex-wrap: wrap; */
}

.noResultMessage__btn p {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .noResultMessage__btn {
    display: flex;
    flex-wrap: wrap;
  }
  .noResultMessage__btn p {
  margin-bottom: 24px;
  }
}

.mb24 {
  margin-bottom: 24px;
}


/* レビューページ */
#fs_WriteReview .fs-l-pageMain {
    width: 740px;
    margin: auto;
    max-width: 100%;
}

.fs-c-reveiwNotes {
    padding: 10px 0px;
    line-height: 1.5;
}

textarea#fs_input_reviewContents {
    padding: 12px;
    line-height: 1.5;
}

a.fs-c-button--addReview--detail.fs-c-button--plain {
    display: inline-block;
    width: fit-content;
    padding: 10px !important;
    border: 1px solid #333 !important;
}


/*ドロワー最近チェックした商品　*/
.drawer__itemList .itemList__unit {
    font-size: 0;
}

#_rcmdjp_display_2 .sp-slide {
    font-size: 0;
}



img.itemImg, .itemImg img {
    font-size: 0;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}