/* 管理画面 プレビューヘッダー */
.fs-preview-header{display:none}

h1,h2,h3,h4,h5,h6{font-weight:bold}

/* ログイン・ログアウト */
.is-logout.my-true{display:none!important}
.is-login.my-false{display:none!important}

/* フォーム */
.fs-c-inputTable__headerCell,.fs-c-inputTable__dataCell{padding:0}
.fs-c-inputGroup,.fs-c-inputGroup--vertical,.fs-c-inputGroup--inline{border:none}
.fs-c-inputGroup>button,.fs-c-inputGroup--vertical>button,.fs-c-inputGroup--inline>button{border-radius:0}
.fs-c-dropdown::after {
  box-sizing: border-box;
  bottom: auto;
  width: auto;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.fs-c-radioGroup,.fs-c-checkboxGroup{flex-direction:row}
.fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
  margin-top: 0;
}
.fs-c-radioGroup > *, .fs-c-checkboxGroup > * {
  flex-basis: auto;
}
input::-ms-reveal{visibility:hidden}

/* エラー・サクセスパネル */
/*
.fs-c-panelContainer .fs-c-panel{margin-top:100px;margin-right:20px;margin-left:20px;margin-bottom:-100px}
@media(max-width:768px){.fs-c-panelContainer .fs-c-panel{margin-top:10px;margin-bottom:0;font-size:12px}}
*/
.fs-c-panel{margin-top:100px;margin-right:20px;margin-left:20px;margin-bottom:-100px}
@media(max-width:768px){.fs-c-panel{margin-top:10px;margin-bottom:0;font-size:12px}}

/* 商品 */
.fs-c-price{display:inline-block}

/* 商品詳細 */
.fs-body-product .box-details_price .my-login-true .fs-c-mark--memberPrice {
  display: none
}
.fs-body-product .fs-c-slick.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.fs-body-product .fs-c-slick .slick-dots {
  transform: translateY(30px);
}
.fs-body-product .fs-c-slick .slick-dots li {
  width: 6px;
  height: 6px;
}
.fs-body-product .fs-c-slick .slick-dots li button:before {
  display:none
}
.fs-body-product .fs-c-slick .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: #c2c0c1;
}
.fs-body-product .fs-c-slick .slick-dots li.slick-active button {
  background-color: #db5492;
}
/* パスワード認証ページ */
#fs_ProductAuth .sec-head {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  #fs_ProductAuth .container {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  #fs_ProductAuth .box-auth_page {
    position: relative;
    padding: 80px 0 0 0;
    background-image: url(https://blaze.itembox.design/item/assets/images/common/line-side.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 1px;
  } 
  #fs_ProductAuth .box-auth_page::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    display: block;
    width: 7px;
    height: 12px;
    margin: 0 auto;
    background-image: url(https://blaze.itembox.design/item/assets/images/common/arw-category.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #fs_ProductAuth .box-auth_page_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #fs_ProductAuth .box-auth_page_img {
    margin: 0 auto;
    width: 41.5%;
  }
  #fs_ProductAuth .pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #fs_ProductAuth .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  #fs_ProductAuth .box-auth_page {
    position: relative;
    padding: 60px 0 0 0;
    background-image: url(https://blaze.itembox.design/item/assets/images/common/line-side.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto 1px;
  }
  #fs_ProductAuth .box-auth_page::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 8px;
    margin: 0 auto;
    background-image: url(https://blaze.itembox.design/item/assets/images/common/arw-category.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #fs_ProductAuth .box-auth_page_img {
    width: auto;
    padding: 0 8.2%;
  }  
  #fs_ProductAuth .box-auth_page_wrap {
      display: block;
  }
  #fs_ProductAuth .sp {
    display: none;
  }
}

/* パンくずリスト */
.fs-body-auth .fs-l-main .breadcrumb {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 120px;
  }
  .fs-body-auth .fs-l-main .breadcrumb__list {
    list-style: none;
    font-size: 13px;
    line-height: 1.5;
  }
  .fs-body-auth .fs-l-main .breadcrumb__item {
    display: inline-block;
    letter-spacing: 0.2em;
    word-break: break-all;
  }
  .fs-body-auth .fs-l-main .breadcrumb__item:first-child {
    font-family: "EB Garamond",serif;
  }
  .fs-body-auth .fs-l-main .breadcrumb__item + .breadcrumb__item::before {
    content: ">>";
    display: inline-block;
    width: 12px;
    height: 1em;
    margin: 0 1em;
    vertical-align: middle;
    text-indent: -999em;
    background-image: url(https://blaze.itembox.design/item/assets/images/common/arw-w_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .fs-body-auth .fs-l-main .breadcrumb__item a {
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .fs-body-auth .fs-l-main {
      padding-right: 5%;
      padding-left: 5%;
    }
    .fs-body-auth .fs-l-main .breadcrumb {
      padding-top: 20px;
      padding-left: 0;
    }
    .fs-body-auth .fs-l-main .breadcrumb__list {
      padding-left: 0;
      font-size: 10px;
    }
    .fs-body-auth .fs-l-main .breadcrumb__item + .breadcrumb__item::before {
       width: 8px;
    }
  }
  
  /* パスワード認証 */
  .fs-body-auth .fs-l-main .fs-c-inputInformation__message {
    margin: 40px 0 10px;
    text-align: center;
    font-size: 1.2rem;
  }
  .fs-body-auth .fs-l-main form {
    max-width: 520px;
    margin: 0 auto;
  }
  .fs-body-auth .fs-l-main .fs-c-inputField__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-body-auth .fs-l-main .fs-c-inputGroup {
    border: none;
    border-radius: 3px;
    background: #ffffff;
    align-items: stretch;
    min-height: 1.8em;
  }
  .fs-body-auth .fs-l-main .fs-c-inputField__field input {
    min-height: 40px;
    padding: 3px 20px;
    line-height: 1;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-width: 1px;
    border-style: solid none solid solid;
    border-style: solid;
    border-color: #c0c2c1;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 16px;
  }
  .fs-body-auth .fs-l-main .fs-c-inputField__field input:focus {
    border-color: #ebe1e5;
    background-color: #ebe1e5;
  }
  .fs-body-auth .fs-l-main .fs-c-inputField__field button {
    min-width: 40px;
    margin-left: -1px;
    padding: 0;
    cursor: pointer;
    border-style: none;
    border-radius: 0;
    outline: none;
    background-color: #ce95ae;
    background-image: url(https://blaze.itembox.design/item/assets/images/mypage/btn-displayPass.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
  }
  .fs-body-auth .fs-l-main .fs-c-inputInformation__button {
    margin: 20px 0 200px;
  }
  @media (max-width: 768px) {
    .fs-body-auth .fs-l-main .fs-c-blackmarketPasswordField {
      padding: 0.35em 0 0.625em;
    }
    .fs-body-auth .fs-l-main .fs-c-inputField__field input {
      font-size: inherit;
    }
    .fs-body-auth .fs-l-main .fs-c-inputInformation__button {
      margin: 20px 0 140px;
    }
  }

/* マイページトップ */
.fs-body-my-top .fs-c-wishlistProduct{display:none!important}

/* 注文履歴 */
.fs-c-pairList>dt::after{display:none}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 14px
}
@media (max-width:768px) {
  .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
  .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    font-size: 12px
  }
}

/* ポイント履歴 */
@media (max-width: 768px) {
  .fs-c-listTable > thead {
    display: table-header-group;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    display: table-cell;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td::before {
    display: none;
  }
  .fs-c-listTable > tbody {
    display: table-row-group;
  }
  .fs-c-listTable > tbody > tr {
    display: table-row;
  }
  .fs-c-pointListTable.fs-c-listTable > tbody > tr td {
    display: table-cell;
  }
}

/* カートバッジ */
.fs-client-cart-count--0{display:none!important}

/* ショッピングカート */
.fs-body-cart .fs-c-wishlistProduct{display:none}
.fs-c-checkout-destination__body{display:block}
.fs-c-checkout-destination__control{flex-direction:row}

/* ログインせずに購入 */
.fs-body-cart-login .fs-c-guestPurchase {
  display: none !important
}

/* overwrite */
.box-qa_ttlJa{font-weight:bold}
.box-news_txt h3{font-weight:bold}

/* Amazonアカウント ログイン後（会員未登録の場合） */
.fs-c-otherServiceLoginCompleted {
  text-align: center;
  margin-top: 130px;
  margin-bottom: -70px;
  font-weight: 900;
}

@media (max-width:768px) {
  .fs-c-otherServiceLoginCompleted {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 11px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.purchase-process-column .fs-c-otherServiceLoginCompleted {
  margin-bottom: 40px;
  margin-top: 0;
  width: 100%;
}

@media (max-width:768px) {
  .purchase-process-column .fs-c-otherServiceLoginCompleted {
    margin-bottom: 60px;
    font-size: 12px
  }
}

/* 商品グループ */
.fs-body-category .fs-c-productListItem__control,.fs-body-search .fs-c-productListItem__control{display:none}


/* 会員登録ページの、メールマガジン登録の右側にあるアスタリスクの削除 */
.sec-user_info .fs-c-inputInformation__field .fs-c-inputTable .fs-c-inputTable__label .fs-c-requiredMark {
  position: relative;
  width: 3.3em;
  min-width: 3.3em;
  height: auto;
  font-size: 12px;
  text-align: center;
  text-indent: -999em;
  color: #fff;
  background-color: #B95F86;
  float: right;
}
.sec-user_info .fs-c-inputInformation__field .fs-c-inputTable th .fs-c-inputTable__label .fs-c-requiredMark::before {
 content: "必須";
 position: absolute;
 display: block;
 width: 100%;
 font-size: inherit;
 text-indent: 0.2em
}

/* トップページ h1 */
.top-hl {
  position: relative;
  z-index: 1;
  text-align: center;
}

br.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .top-hl {
    font-size: 16px;
  }

  br.sp {
    display: block;
  }
}

/* フッター 会社概要 */
.footerMenu_col.-companyInfo {
  width: 100%;
  max-width: 26%;
}

.footerBottom p {
  font-size: 13px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .footerMenu_col.-companyInfo {
      max-width: 100%;
  }

  .footerMenu_col.-companyInfo p {
      margin: 20px 0;
  }
}

/* 商品グループページ h1 */
.cate_hl {
  text-align: center;
  margin: -50px auto 50px;
}
@media only screen and (max-width: 768px) {
  .cate_hl {
    margin: -25px auto 30px;
    font-size: 20px;
  }
}

/* ジェルネイルページ 商品名表示 */
.col.gel_product {
  word-break: keep-all;
  font-size: 12px;
}

/*--start 20240118 制作事例情報掲載--*/
.cmn-style-collection-area {
  margin: 35px auto 80px;
}
.cmn-style-collection-link {
  text-align: right;
  background: url('https://blaze.itembox.design/item/assets/images/common/line-side.png') no-repeat center bottom;
  padding: 5px 0px;
  background-size: 100%;
}
.cmn-style-collection-link a {
  text-decoration: none;
}
.cmn-style-collection-link a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1em;
  margin: 0 1em;
  vertical-align: middle;
  background-image: url(https://blaze.itembox.design/item/assets/images/common/arw-w_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* 20240325 フッター 料金コンテンツ追加 */
.footerMenu.footerInfo {
  padding-bottom: 120px;
  position: relative;
  justify-content: space-between;
}    
.footerInfo .footerInfo_col {
  width: 440px;
  max-width: 32%;
}    
.footerInfo .footerMenu_list li {
  margin-top: 1.2em;
}    
.footerInfo .footerMenu_list .arrow {
  position: relative;
  padding-left: 22px;
}    
.footerInfo .footerMenu_list .arrow::before {
  content: "";
  position: absolute;
  top: 5.75px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 6.9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}    
.footerInfo .footerInfo_list {
  margin-top: 1.2em;
}    
.footerInfo .footerInfo_list li {
  list-style: disc inside;
  margin-top: 0.5em;
  margin-left: 0.5em;
}    
.footerInfo .payment_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}    
.footerInfo .payment_list ul {
  width: 68%;
}    
.footerInfo .payment_list ul+ul {
  width: 28%;
}    
.footerInfo .payment_list .payment_img {
  margin-top: 1.2em;
}    
.footerInfo .payment_list ul+ul .payment_img {
  background: #fff;
  max-width: 80px;
}    
.footerInfo .box-deliveryTime_list {
  margin-top: 1.2em;
}    
.footerInfo .box-deliveryTime_txt {
  font-size: 12px;
}    
.footerInfo .footerInfo_btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 320px / 2);
}    
@media only screen and (max-width: 768px) {
  .footerMenu.footerInfo  {
    display: block;
    padding-bottom: 30px;
  }    
  .footerInfo .footerMenu_list {
    margin: 0 3%;
    text-align: left;
  }    
  .footerInfo .footerInfo_col {
    width: auto;
    max-width: none;
  }    
  .footerInfo .box-deliveryTime_list {
    margin: 1.2em 0 0;
  }    
  .footerInfo .footerInfo_btn {
    position: static;
    margin: 30px auto 0;
    max-width: 90%;
  }
}

/* 20240725 PC ハンバーガーメニュー追加 */
.l-header .gnav_item.-spmenu.cmn-spmenu {
  display: block;
  margin-left: 2.1%;
}

@media(max-width:768px) {
  .l-header .gnav_item.-spmenu.cmn-spmenu {
      margin-left: 0;
  }
}

/* 20240725 天然石パーツ・グリッター FAQレイアウト修正 */
.section-faqAdd .ttl-secMain {
  margin-bottom: 1.5em;
}

.section-faqAdd-lists {
  margin-top: 30px;
}



.section-faqAdd-lists dl {
  margin: 0;
  width: 100%;
}

.section-faqAdd-lists dl dt {
  background-color: #f7e8f0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  padding: 20px 60px 20px 12%;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-faqAdd-lists dl dt:hover,
.section-faqAdd-lists dl.is-active dt {
  color: #fff
}

.section-faqAdd-lists dl dt:hover::before,
.section-faqAdd-lists dl.is-active dt::before {
  color: #fff
}

.section-faqAdd-lists dl dt:hover::after,
.section-faqAdd-lists dl.is-active dt::after {
  background-color: #fff
}

.section-faqAdd-lists dt::before,
.section-faqAdd-lists dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.section-faqAdd-lists dt::before {
  content: "Q";
  left: 3.4%;
  height: 1em;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #AC6A83;
}

.section-faqAdd-lists dt::after {
  left: 8.9%;
  width: 1px;
  height: 37.5%;
  height: calc(100% - 40px);
  background-color: #595757;
}

.section-faqAdd-lists dd p::before {
  content: "A, ";
}

.section-faqAdd-lists dl dt:hover,
.section-faqAdd-lists dl.is-active dt {
  background-color: #ce95ae
}

.section-faqAdd-lists dl dd {
  overflow: hidden;
  height: 0;
  margin: 0;
  padding: 0 30px;
  transition: 0.52s ease height;
  background-color: #f5eaef;
  transition: all .5s;
}

.section-faqAdd-lists dl dd p {
  padding: 1em 1.5em;
}

.section-faqAdd-lists dl.is-active dd {
  padding: 30px;
  height: auto !important;
}

.section-faqAdd-lists dl.is-active dt .section-faqAdd-slide:before {
  transform: rotate(90deg);
  transition: all .5s;
}

.section-faqAdd-slide {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}

.section-faqAdd-slide:before,
.section-faqAdd-slide:after {
  margin: 0;
  padding: 0;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #ce95ae;
  z-index: 10;
  transition: all .5s;
  top: 25%;
}

.section-faqAdd-slide:after {
  transform: rotate(90deg);
}

.section-faqAdd-lists dl dt:hover .section-faqAdd-slide:before,
.section-faqAdd-lists dl dt:hover .section-faqAdd-slide:after,
.section-faqAdd-lists dl.is-active dt .section-faqAdd-slide:before,
.section-faqAdd-lists dl.is-active dt .section-faqAdd-slide:after {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .section-faqAdd-lists {
    display: block;
  }

  .section-faqAdd-lists dl {
    margin-bottom: 20px;
    width: 100%;
  }

  .section-faqAdd-lists dl dt {
    padding: 1em 2em;
    text-align: left;
  }

  .section-faqAdd-lists dl dt {
    padding: 1em 3em 1em 4em;
    text-align: left;
  }

  .section-faqAdd-lists dt::after {
    left: 11%;
  }

  .section-faqAdd-lists dl dd p {
    padding: 0;
  }
}

.section-faqAttach{
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .section-faqAttach{
    padding-bottom: 40px;
  }
}

.sec-seller.category-sec-seller {
  background: none;
  padding-bottom: 0;
}

.fs-body-category-stone .sec-productList::before {
    height: 850px;
}
@media only screen and (max-width: 768px) {
  .fs-body-category-stone .sec-productList::before {
    height: 750px;
  }
}

/* 20240725 フッター レイアウト修正 */
.footerBottom_list_addition {
  width:100%;
  margin-left:450px;
}

@media only screen and (max-width: 768px) {
  .footerBottom_list_addition {
    margin-left:0;
  }
}

.cmn_footerBottom_cr {
  width: 100%;
}

/* 20250521 制作事例情報コンテンツ */
.product_description {
  margin: 40px 0;
  text-align: center;
}