/*　商品エラーエリアの位置調整　*/
div.iziToast-wrapper {
    top: 40vh;
    text-align: center;
}

.fs-l-header{background: #e4fdfc;}




/*スマホ商品画像調整*/
@media screen and (max-width: 959px) {
.fs-l-page .global-wrapper {
 position: sticky;
}
.fs-system-product .fs-c-productCarouselMainImage__image > img {
 max-width: 100vw;
 max-height: 100vh;
}
}


/* 予定在庫カート付近の文字サイズ */

.fs-body-product .fs-c-productShippingDateNote {
    font-size: 16px;
    color: black; /* テキストの色を黒に設定 */
    background-color: #FFFDD0; /* 背景色を薄いクリーム色に設定 */
    border: 2px solid orange; /* ボーダーをオレンジに設定 */
    padding: 10px; /* パディング */
    margin: 10px 0; /* マージン */
    border-radius: 5px; /* ボーダーの角を丸くする */
    text-align: center; /* テキストをセンターに配置 */
}



/* カテゴリーページ商品一覧 */
.category_itemlist_wrap{
max-width: 980px;
margin:0 auto 120px;
}

@media screen and (max-width: 959px){
.category_itemlist_wrap{
margin:0 auto 80px;
}
}

/* トップページ　カテゴリナビ */
.cjp{
    font-size: 1.2rem;
    display: block;
}
.category-nav{
    padding: 10px 0;
    position: relative;
    margin-bottom: 10px;
}
.global-c-nav{
    display: flex;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
}
.global-c-nav__list{
    text-align: center;
    width: 12%;
}
.global-c-nav__list:not(:last-child){
    margin-right:20px;
}

@media screen and (max-width: 959px){
.category-nav{
    margin-bottom: 0;
    width: 100vw;
    overflow:scroll;
}
.global-c-nav{
    justify-content: flex-start;
    width: 700px;
}
.global-c-nav__list{
    width: 16%;
}
.global-c-nav__list:not(:last-child){
    margin-right:10px;
}
.free-wrapper{padding-top: 100px!important;}
}

.category-wrapper{
/* padding-top:119px!important /* 告知を非表示にするときはこちらを有効化 */
  padding-top:20px!important /* 告知を表示するときはこちらを有効化  */
}

/* トップページ　告知用バー を使うときはここから★までを有効化する */
 @media (max-width: 767px){
  .slide-wrapper{
      height: calc(100% - 10px)!important;
      padding-top: 10px!important;
  }
  .free-wrapper{padding-top: 100px!important;}
 }
.headline{
    max-width: 900px;
    margin: auto;
    padding: 4px 2% 1% 2%;
}
@media screen and (max-width: 959px){
// .headline{padding: 119px 2% 1% 2%;}
.headline{padding: 68px 2% 1% 2%;}
#single {margin: 108px auto 80px!important}
#single > .headline{padding: 4px 2% 1% 2%;}
.fs-l-productLayout__item--1{margin:10px auto 0 auto!important}
}
.headline-box{
    display: flex;
    justify-content: center;
}

/* ★ */

.fs-c-productList__list .fs-c-productListItem button:nth-child(1)>.fs-c-button__label {
    display: block;
    margin-bottom: 1rem;
}
.fs-c-productList__list .fs-c-productListItem button:nth-child(2)>.fs-c-button__label {
  display: none;
}

#fs_ProductDetails .-cart_custom{
flex-direction: column;
gap: 1rem;
}

.fs-c-button--linkCopyBtn span{
    font-size: 1.3rem;
    background: url(https://komeko.itembox.design/item/re_common/img/icon_foot-orange.svg) no-repeat 10% 50% / 20px 14px;
    padding: 10px 0;
    display: block;
    border: 1px solid #ff6805;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    color: #ff6805;
    width: 100%;
}

/*カート下の着日目安の文字を大きめにする*/
.fs-c-estimatedDeliveryDate
{
  font-size: 1.6rem;
}

/*20240318　ショート動画用*/
.short-movie-wrap{
    max-width: 678px;
    margin: 0 auto 60px;
    text-align: center;
}
.short-movie-wrap > iframe{
    width: 100%;
}

/*20250519　賞味期限表示*/
.expiration-date p {
    background: #3d2120;
    color: #fff;
    margin-bottom: 4px;
    padding: 4px 12px;
    border-radius: 4px;
    width: fit-content;
    font-size: 13px;
}
@media screen and (max-width: 959px) {
    .expiration-date {
        width: 90%;
        margin: 0 auto;
    }
}


.mainview2 {
    width: 100%;
    aspect-ratio: 980 / 510;
    min-height: 510px;
    padding: 24px 48px;
}