/*------追加してほしいcss------*/
/*デフォルトヘッダー非表示*/
.fs-preview-header,
.fs-trial-header,
.fs_preview_header{
display: none;
}
.fs-c-orderTotalTable th, .fs-c-orderTotalTable td {
    border: none;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: none;
}

/*商品詳細内のrecommendation*/
.ecCPage .cBoxAbout .recommendation h2 {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 0.025em;
    font-weight: 500;
    margin-bottom: 1rem;
}
.recommendation li {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.025em;
  font-weight: 700;
  position: relative;
  padding-left: 2.6rem;
}
.recommendation li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.recommendation li::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #262626 url(https://ikor.itembox.design/item/assetsOnline/img/icon_check_white.svg) no-repeat center;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

/*商品詳細内の価格部分*/
.fs-c-price {
  display: inherit;
  justify-content: flex-start;
}
.ecCPage .cBoxMain__rightInner .fs-c-productPointDisplay,
.ecCPage .cBoxMain__rightInner .fs-c-productSalesPeriod,
.ecCPage .cBoxMain__rightInner .fs-c-productPreorderMessage{
    width: 100%;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.025em;
    font-weight: 500;
    text-align: center;
    padding: 1rem 2rem 0.8rem;
    background-color: #fff;
    margin-bottom: 1rem;
}
.ecCPage .cBoxMain__rightInner .fs-c-productPointDisplay,
.ecCPage .cBoxMain__rightInner .fs-c-productSalesPeriod,
.ecCPage .cBoxMain__rightInner .fs-c-productPreorderMessage{
    border: 1px solid #CCCCCC;
}
.ecCPage .cBoxMain__rightInner .fs-c-productPreorderMessage{
    text-align: left;
}
.fs-c-productPrice__main__label{
    background-color: #bfa84a;
    margin-right: 2px;
    padding: 0.7rem 0.4rem;
    font-weight: inherit !important;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #fff;
}
.fs-c-productMarks .fs-c-productMark{
    margin: 5.5rem 0 1.5rem;
}
.fs-c-productMark__mark{
    display: block;
    background-color: #ADA485;
    padding: 0.5rem 0.6rem;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    color: #fff;
    margin: 0 2px 2px 0;
}

/*商品詳細　左下コンテンツ内のh2*/
.ecCPage .cBoxMain__leftBottom h2{
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 500;
    color: #aca279;
    margin: 3rem 0 1.5rem;
}
.ecCPage .cBoxMain__leftBottom .acdBox h2{
    margin: 0 0 1.5rem;
}
.itemTableBox table{
    width: 100%;
    margin-bottom: 2rem;   
}
.itemTableBox tbody td{
    background: none;
}
.itemTableBox tbody tbody th,
.itemTableBox tbody tbody td{
    border: 1px solid #CCCCCC;
    padding: 1.6rem 2.2rem;
    text-align: center;
    background-color: #F7F7F7;
}
.itemTableBox tbody tbody td+td{
    background-color: #ffffff;
}
.itemTableBox table th{
    background-color: #F7F7F7;
}

/*商品一覧*/
.orderList,
.fs-c-sortItems__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
    margin: 2rem auto 0;
}
.orderList li:not(:last-child) ,
.fs-c-sortItems__list li:not(:last-child){
    margin-right: 2rem;
}
.orderList li button,
.fs-c-sortItems__list li a{
    color: #959595;
}
.fs-c-sortItems__label{
    display: none;
}

.fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fs-c-productList__list article {
    width: 32%;
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
.fs-c-productList__list article:not(:nth-child(3n)) {
    margin-right: 2%;
}
}
.fs-c-noResultMessage__title{
margin-top: 2rem; /*一覧ページに該当商品がなかった時のテキスト余白*/
}





/*------商品詳細の既存スタイル反映------*/
.colorBox {
  display: flex;
}
.colorBox li {
  flex: 1;
}
.fr2-listItem__image {
    max-width: 90%;
}
.grpLayout_03 {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
}
.grpLayout_03 div {
width: 25%;
}
.grpLayout_03 a{
display: inline-block;
}
.grpLayout_03 img {
    padding-right: 10px;
    padding-bottom: 10px;
}
.headTitle+img{
margin-top:24px;
}
.box p {
    margin-bottom: 30px;
}


/*商品グループ gift_cateのスタイル 20221003追記*/
@media screen and (max-width: 768px){
.gift_top_nav,
.giftReturn_content_btn,
.embroidery_content_btn,
.embroidery_content_btn a,
.comparison_content_btn,
.comparison_content_btn a{
    width: 100% !important;
max-width: 450px !important;
}
}



.ecCPage .cBoxMain__leftBottom p:not(:last-child) {
    margin-bottom: 1.6rem !important;
}
.ecCPage .cBoxMain__leftBottom #cardlayout-wrap {
    border: none;
    margin: 3rem auto;
    max-width: none;
}
.ecCPage .cBoxMain__leftBottom #cardlayout-wrap .card-list_2 {
    width: calc((100% - 2rem) / 2);
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*margin: 0 0 5rem;*/
}
.ecCPage .cBoxMain__leftBottom  #cardlayout-wrap .card-link .card-figure_2 {
    border: none;
    margin-bottom: 2rem;
}
.ecCPage .cBoxMain__leftBottom  #cardlayout-wrap .card-link {
    padding: 0;
    pointer-events: auto;
    text-decoration: none;
}
.ecCPage .cBoxMain__leftBottom  #cardlayout-wrap .card-list_2:not(:nth-child(2n)) {
    margin-right: 2rem;
}
.ecCPage .cBoxMain__leftBottom  #cardlayout-wrap .card-link .card-figure_2 {
    border: none;
    margin-bottom: 2rem;
}
.ecCPage .cBoxMain__leftBottom .textBox img{
margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
.ecCPage .cBoxMain__leftBottom #cardlayout-wrap{
display: flex;
}
.ecCPage .cBoxMain__leftBottom  #cardlayout-wrap .card-list_2 {
    width: 47%;
  }
}
.cart___btn{
background: #262626 !important;
font-size: 1.4rem !important;
    font-weight: bold !important;
}
.cartPage .fs-l-cart__sideColumn .fs-c-button--primary{
    padding: 1rem 2rem !important;
}
@media screen and (max-width: 767px) {
.cartPage .fs-l-cart__sideColumn .fs-c-button--primary{
    padding: 1.5rem 2rem !important;
}
}
/*------20240305------*/
.itemList__tag__egift{
  background-color: #69c6b2;
}