<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*230731è¿½åŠ&nbsp;*/
.itemPrice{
  font-size:14px !important;
 }
 .mare-recommend2-list-inner .FS2_itemPrice_addition{
  font-size: 14px !important;
 }
 .box-ranking .price{
  font-size: 14px !important;
 }
 .box-ranking .tax{
  font-size: 14px !important;
 }
 .fs-c-productPrice__addon{
  font-size: 14px !important;
 }

 .linkBlue{
  /* color:blue !important; */
  text-decoration:underline !important;
 }
.detailBtn{
   text-align: center;
   color: #fff !important;
   background: #918263;
   width: 100%;
   border-radius: 5px;
   margin-top: 5px;
   padding: 3px 0;
}

/*2309å…±é€šãƒ¡ãƒ‹ãƒ¥ãƒ¼æ”¹ä¿®*/
@media (max-width: 991px) {
  .pcOnly {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .spOnly {
    display: none !important;
  }
}
.dsearch_sp .sds__select select{
	width: 100%;
    padding: 6px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background:#fff;
    font-size:12px;
    font-weight:500;
}
.dsearch_sp .sds__select select:not(:-internal-list-box) {
    overflow: visible !important;
}
.dsearch_sp .sds__select{
	display:flex;
    align-items: center;
}
.dsearch_sp .box p{
	margin-bottom:0;
    max-width: 25%;
    flex: 0 0 25%;
    font-weight:bold;
    font-size:12px;
}

.dsearch_sp .searchForm.searchFormA .searchForm__inner {
    border: 1px solid #dfdfdf;
}
.dsearch_sp .searchForm .searchForm__inner {
    position: relative;
    height: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
}
.dsearch_sp .searchForm.searchFormA .searchForm__inner input[type="text"]{
	border-radius: 6px;
}
.dsearch_sp .searchForm input[type="text"] {
    padding: 10px 45px 10px 14px;
    background: transparent;
    border: none;
    line-height: 1;
    width: 100%;
    display: block;
    font-size: 16px;
    transform: scale(0.8);
    transform-origin: center left;
}
.dsearch_sp .searchForm .searchForm__submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    line-height: 1;
    padding: 0 6px;
}
.dsearch_sp .sds__hotword {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.dsearch_sp .sds__hotword .sideTitle {
    width: 18%;
    font-size: 10px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}
.dsearch_sp .sds__hotword ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dsearch_sp .sds__hotword ul li {
    margin: 0 5px 5px 0;
    list-style: none;
}
.dsearch_sp .sds__hotword ul li a {
    display: block;
    font-size: 10px;
    background: #f2f2f2;
    padding: 5px 3px;
    border-radius: 5px;
    color: #333;
font-weight: 500;
}
.dsearch_sp .form-colors{
max-width: 52%;
    margin-left: auto;
    margin-right: 23%;
    margin-top: -6%;
    margin-bottom: 0;
}
.dsearch_sp .btn-1-extended{
    background-color: #c46b3a;
    margin-top: -10px;
}
.footer_dsearch_sp{
padding:30px 15px;
}
.snsNav {
    list-style: none;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.snsNav li {
    list-style: none;
}
@media (max-width: 991px){
.snsNav {
    margin-bottom: 30px;
    justify-content: center;
    padding: 0;
}
.snsNav li {
    margin: 0 10px;
}
.snsNav.spOnly{
display:flex;
}
}
@media (max-width: 767px){
#fixedcart_popupbtn {
    bottom: 55px !important;
}
}

.sds__color {
-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    max-width: 191px;
    margin-left: 23%;
    margin-top: -20px;
    margin-bottom: 0;
}

.sds__color ul {
  display: -ms-flex;
  display: flex;
  margin: 5px -5px -10px;
  flex-wrap: wrap;
  gap: 15px 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.sds__color ul input[type="checkbox"] {
  display: none;
}

.sds__color ul li {
  position: relative;
  flex-basis: 25%;
  list-style: none;
  box-sizing: border-box;
  padding: 0 7.5px;
}


.sds__color label {
  border-radius: 50%;
  position: relative;
  height: 34px;
  width: 34px;
  cursor: pointer;
}

.sds__color label:before, .sds__color label &gt; div {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.sds__color label &gt; div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-size: cover;
  border: 1px solid #0002;
}

.sds__color label:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 1px solid #dfdfdf;
  background: #fff;
  z-index: 2;
}

.sds__color label span {
  display: none;
}

.sds__color input[type=checkbox]:checked + label:before {
    border-color: #ccc !important;
    transition: 0.05s;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  transition: 0.05s;
}

@media(max-width:991px){
#FreesSpark_03pu{
bottom:55px !important;
}
._fs_chat{
z-index: 999 !important;
}
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a{
z-index: 99 !important;
}

/* 202309 */
.newArrButton {display: none;}
@media (max-width: 767px) {
 .fs-body-top #new .mare-recommend2-newitem ul&gt;li {
  width: 50%;
 }
 .fs-body-top #new .mare-recommend2-newitem ul&gt;li:nth-child(n + 5) {display: none;}
 .newArrButton {
  display: block;
  margin-top: -30px;
  margin-bottom: 30px;
  text-align: center;
 }
 .newArrButton .button {
  position: relative;
    background: #000;
    color: #fff;
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 2% 0px 2% 15%;
    font-size: 12px;
 }
 .newArrButton .button::after {
  position: absolute;
    content: "ï¼ž";
    right: 10%;
 }
}

/* 231005è¿½åŠ&nbsp; */
body.fs-body-product .fs-c-variationList__item__title{
  font-weight: bold;
}

body.fs-body-product .fs-c-button--primary{
  background-color: #c46b3a;
}

/* 231201è¿½åŠ&nbsp; */
#fs_ShoppingCart .fixedCart{
  bottom: 0;
}
@media (max-width: 767px){
  #fs_ShoppingCart .box .box-shop-info{
    display: none;
  }
  #fs_ShoppingCart .footer-category-links:first-child{
    display: none;
  }
  #fs_ShoppingCart .footer_dsearch_sp{
    display: none;
  }
  #fs_ShoppingCart #fixedNav{
    display: none;
  }
}

/* 231204 */
.m-b{
margin-bottom:30px;
}
@media screen and (min-width: 992px){
.m-b{
margin-bottom:60px;
}
}

.textLink{
  text-decoration: underline;
  color: #333;
}
.textLink:hover{
  text-decoration: none;
}

.text--center{
    text-align: center!important;
}

/* 240123 */
.sec_column {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-bottom: 30px;
}
.column_area {
  display: block;
  margin: 0;
  padding: 0;
}
.column_area li {
  list-style: none;
  padding: 15px 0;
}
.column_area li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.column_area li a {
  display: flex;
  color: #333;
}
.column_area li a .articleList__img_wrap {
  width: 20%;
  margin-right: 5%;
}
.column_area li a .articleList__img_wrap img {
  width: 100%;
  max-width: 100%;
}
.column_area li a .articleList__txt {
  width: 75%;
}
.column_area li a .articleList__txt .articleList__title {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.label-item-rank1,
.label-item-rank2,
.label-item-rank3 {
  background-color: #fed66b;
}

/* 240215è¿½åŠ&nbsp; */
.mare-recommend2-newitem.mare-recommend-for-group{
  border-bottom: none !important;
  padding: 30px 0 0;
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px){
  .mare-recommend2-newitem.mare-recommend-for-group{
    display: none;
  }
}

body.fs-body-top .newArrButton{
  display: block !important;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px){
  body.fs-body-top .mare-recommend2-newitem{
    margin-bottom: 30px;

  }
}
</pre></body></html>