 @charset "utf-8";
 
/* PC下空間パーツ */
.bodyspace_box { width: 1000px; height: 250px; margin: 0 auto;}

/* =========================================
   PCトップスライダー
   ========================================= */

/* slick初期化前は完全非表示ではなく透明で隠す */
.fs-pt-carousel__track {
  opacity: 0;
  min-height: 440px; /* 必須：縦並び防止 */
  transition: opacity .15s ease;
}

/* slickが初期化されたら表示 */
.slick-initialized.fs-pt-carousel__track {
  opacity: 1;
}

/* slickドットの間隔 */
.fs-c-slick .slick-dots li {
  margin: 5px;
}

/* トップスライダー幅と高さ確保 */
.new-slide .fs-pt-carousel__track {
  width: 100%;
  min-height: 440px; /* 読み込み時の縦ずれ防止 */
  margin: 10px auto 0;
}

/* スライド画像デザイン */
.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
  display: block;
  width: 550px;
  height: 440px;       /* 仮の高さでガタつき防止 */
  object-fit: cover;   /* 画像比率を維持して枠に収める */
  border-radius: 10px;
  margin: 0 15px;
  filter: drop-shadow(3px 3px 4px #ccc);
}

/* slick矢印共通スタイル */
.slick-arrow {
  border-radius: 50%;
}

/* メイン商品スライダーの高さ確保 */
.fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {
  display: block;
  min-height: 440px;
}

/* スライドバナー下の中央コンテンツ グリッドレイアウト */
#container{ width:1000px; display: grid; grid-template-rows: auto; grid-template-columns: 200px 780px; height:auto; background-color: #ffffff; margin:0 auto;}
/* 右側のコンテンツグリッドレイアウト */
#right-main { grid-row: 1 / 2; grid-column: 2 / 3; margin-left: 20px; }
/* 右側のメインコンテンツグリッドレイアウト */
.pc-cate-body-content_center_all {-ms-grid-row: 1;-ms-grid-row-span: 1;grid-row: 1 / 2; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-column: 2 / 3; margin-left: 20px;}

/* レフトナビグリッドレイアウト  */
#left-side { grid-row: 1 / 2; grid-column: 1 / 2; font-size: 14px; }
/* レフトナビ部分グリッドレイアウト  */
#left-side_body {-ms-grid-row: 1;-ms-grid-row-span: 1;grid-row: 1 / 2; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; font-size: 14px;}
#left-side_body a { color: #000000;}

/* information */
.cam_info_box { width: 780px; margin: 10px auto 15px; font-size: 12px; border: solid 1px #cccccc; padding: 5px 0 5px 10px; border-radius: 8px; text-align: center; }

/* #slider_main トップページスライダー用css始まり*/
.top_banner{ width:1000px; height:620px; background-color: #ffffff;  margin: 20px auto 20px auto; padding: 0px 0px 0px 0px; }

/*サムネイルボタン*/
.sp-button { border:1px solid #ccc;}
.sp-selected-button { background-color: #ccc; }

/* 以下right-main右側のコンテンツ中身 */

/* ランキング部分 */
.ranking_ber{width:780px; background-color: #000000; color: #ffffff; font-size:14px;  text-align: left; padding: 3px 0px 3px 10px; margin: 0 auto; position: relative;}
.ranking_ber_sub{width:780px; text-align: right; color: #ffffff; font-size:13px; position: absolute; right:10px;}
.ranking_ber_sub a{color: #ffffff; font-size:13px; position: absolute; right:10px;}
.ranking_container{width:780px; height:auto; background-color: #ffffff; font-size:13px; text-align:center; padding: 10px auto; margin: 10px auto; }

div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] h2.fs-p-heading--lv2 { display: none;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] .fr3-productListStatic__responsive_4 { grid-template-columns: repeat(5, 1fr); width: 780px; margin-top: 20px; margin-bottom: 20px; padding: 0; column-gap: 10px;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] article.fr3-item { position: relative;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] .fr3-item__rankContainer { height: 32px; position: absolute; top: 3px; left: 3px;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] .fr3-item__rank { width: 22px; height: 22px; font-size: 12px; line-height: 20px; z-index:1;}
.fr3-item__rank { background-color: #fff; color: #000;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] .fr3-item__productName { display: block; width: 148px; margin: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] .fr3-item__link { margin: 0; padding: 0; display: block;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] .fr3-item__productPrice__addon { display: none;}
div.flywheel-recommend__frame[data-frame-id="item_ranking50_7day"] span.fr3-item__productPrice__price { font-size: 12px; font-weight: bold; display: block; text-align: center; width: 100%; line-height: 1;}

span[data-item-rank="1"] { background-color: #dbbd6a; color: #000; !important}
span[data-item-rank="2"] { background-color: #c0c0c0; color: #000; !important}
span[data-item-rank="3"] { background-color: #c47222; color: #000; !important}

/*先行予約一覧PC(見えている部分)用*/
.pre_ber{width:780px; background-color: #000000; color: #ffffff; font-size:14px; text-align: left; padding: 3px 0px 3px 10px; margin: 0 auto;}
.pre_grid{ display: flex; background-color: #f2f2f2; width: 780px; padding-top: 10px; flex-wrap: wrap;}
.pre_grid_box { position: relative; height: 145px; width: 370px; background-color: #fff;
    border-radius: 10px; margin: 1px 10px 10px auto; padding: 5px 0;
    display: flex; justify-content: space-between; align-items: flex-start; font-size: 13px; color: #000000; box-sizing: border-box;}
.pre_grid_box a { text-decoration: none; color: #000000;}
.pre_grid_box2 { width: 265px; margin: 3px 10px 3px 5px;}
.pre_grid_title { font-weight: bold; line-height: 1.3; font-size: 13px; padding: 13px 3px 5px 0;}
.pre_grid_topic { padding: 3px; line-height: 1.5; font-size: 12px;}
.pre_grid_update { height: auto; width: 100%; text-align: right; padding-right: 5px;}
.pre_grid_img { padding: 8px; max-width: 100%; margin: 10px 0;}
.pre_grid_img img { width: 100px; height: 100px; max-width: none;}

/*先行予約一覧PC開閉用*/
a#pre_title{ pointer-events: none;}
.pre_grid { overflow: hidden; transition: height 0.7s ease-in-out; height: 635px; scroll-behavior: smooth;}
.pre_grid.open { height: 2200px;}
.preopenbtn_box { width: 780px; margin: 0 auto; height: 50px; background-color: #f2f2f2;}
button#pre_open { margin: 0 auto; display: block; width: 45px; height: 45px; padding: 0; background: rgba(0,0,0,0.1); border-radius: 50%; margin-top: -20px; border: #fff; position: relative; outline: none;}
button#pre_close { margin: 0 auto; display: none; width: 45px; height: 45px; padding: 0; background: rgba(0,0,0,0.1); border-radius: 50%; margin-top: -20px; border: #fff; position: relative; outline: none;}
button#pre_:active { filter: opacity(100%);　outline: none }
.pre_gridopenv { display: inline-block; vertical-align: middle; color: #333; line-height: 1; width: 1em; height: 1em;
  border: 0.1em solid currentColor; border-left: 0; border-bottom: 0; box-sizing: border-box; transform: translateY(-25%) rotate(135deg); }
.pre_gridclosev { display: inline-block; vertical-align: middle; color: #333; line-height: 1; width: 1em; height: 1em;
  border: 0.1em solid currentColor; border-left: 0; border-bottom: 0; box-sizing: border-box; transform: translateY(25%) rotate(-45deg); }

/* ヒストリー部分 */
.history_ber{width:780px; background-color: #000000; color: #ffffff; font-size:14px;  text-align: left; padding: 3px 0px 3px 10px; margin: 0 auto; margin-top: 10px; position: relative; }
.history_ber_sub{width:780px; text-align: right; color: #ffffff; font-size:13px; position: absolute; right:10px;}
.history_ber_sub a{color: #ffffff; font-size:13px; position: absolute; right:10px;}
.history_container{width:780px; height:auto; background-color: #ffffff; font-size:13px; text-align:center; padding: 0px auto; margin: 10px auto; }

/*閲覧履歴(カルーセル)新レコメンド用*/
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel__slide { flex: 0 0 calc((100% ) / 5);}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel__slides { gap: 0;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel.fr3-productListCarousel__responsive_4 { width: 780px; margin-top: 20px; margin-bottom: 20px;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fs-p-heading--lv2 { display:none; }
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-item__productName { display: none; }
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-item__productPrice__addon { display: none; }
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-item__productPrice { margin: 0 auto;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] span.fr3-item__productPrice__value { font-size: 12px; font-weight: bold;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel__slides::-webkit-scrollbar  { -ms-overflow-style: none;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel__slides::-webkit-scrollbar { display: none; }
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel__slides::-webkit-scrollbar { scrollbar-width: none; }
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] button.fr3-productListCarousel__Button.fr3-productListCarousel__prevButton { outline: none;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] button.fr3-productListCarousel__Button.fr3-productListCarousel__nextButton { outline: none;}

/*閲覧履歴新レコメンド用*/
div.flywheel-recommend__frame[data-frame-id="item_history"] .fr3-item__productPrice__price { font-size: 12px; font-weight: bold; text-align: center; width: 100%;}
div.flywheel-recommend__frame[data-frame-id="item_history"] .fr3-item__productName { display: none;}
div.flywheel-recommend__frame[data-frame-id="item_history"] span.fr3-item__productPrice__addon { display: none;}
div.flywheel-recommend__frame[data-frame-id="item_history"] h2.fs-p-heading--lv2 { display: none; }
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel.fr3-productListCarousel__responsive_4 {
    width: 780px; margin-top: 20px; margin-bottom: 40px; position: relative;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] .fr3-productListCarousel { 
  display: grid; grid-template-columns: 0 1fr 0;}
.fr3-productListCarousel__prevButton img { display: none;}
.fr3-productListCarousel__nextButton img { display: none;}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] button.fr3-productListCarousel__Button.fr3-productListCarousel__prevButton {
    outline: none;
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    top: 75px;
    left: 5px;
    content: "";
    display: inline-block;
    background-image: url(https://cambio.itembox.design/item/img/pctop_prev.png);
    background-size: contain;
    opacity: 0.6;
&:disabled {
        opacity: 0;
    }
&:not([disabled]) {
        opacity: 0.6;        
      }
}
div.flywheel-recommend__frame[data-frame-id="pc_top_item_history"] button.fr3-productListCarousel__Button.fr3-productListCarousel__nextButton {
    outline: none;
    width: 50px;
    height: 50px;
    z-index: 1;
    position: absolute;
    top: 75px;
    right: 5px;
    content: "";
    display: inline-block;
    background-image: url(https://cambio.itembox.design/item/img/pctop_next.png);
    background-size: contain;
    opacity: 0.6;
&:disabled {
        opacity: 0;
    }
&:not([disabled]) {
        opacity: 0.6;        
      }
}

/* 新着アイテム */
div.flywheel-recommend__frame[data-frame-id="pickup_item"] { width: 780px;}
div.flywheel-recommend__frame[data-frame-id="pickup_item"] h2.fs-p-heading--lv2 { display: none;}
div.flywheel-recommend__frame[data-frame-id="pickup_item"] .flywheel-recommend__frame { position: relative;}
div.flywheel-recommend__frame[data-frame-id="pickup_item"] .fr3-productListStatic__responsive_3 { width: 780px; margin-top: 20px; margin-bottom: 40px; position: relative; padding: 0;}
div.flywheel-recommend__frame[data-frame-id="pickup_item"] .fr3-item__productName { display: block; width: 183px; margin: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px;}
div.flywheel-recommend__frame[data-frame-id="pickup_item"] .fr3-item__productPrice__price { font-size: 12px; font-weight: bold; display: block; text-align: center; width: 100%;}
div.flywheel-recommend__frame[data-frame-id="pickup_item"] span.fr3-item__productPrice__addon { display: none;}

/* UGCタイトルバー */
.ucg_ber { width: 780px; background-color: #000000; color: #ffffff; font-size: 14px; text-align: left; padding: 3px 0px 3px 10px; margin: 0 auto; margin-top: 10px; position: relative;}

/* 以下レフトナビ部分中身 */ 
.member_banner {width:200px; height:auto; margin: 0 0 10px 0;}
.line_banner {width:200px; height:auto; margin: 0 0 10px 0;}
.category_1 {width:100%; height:30px; margin: 0; background-color: #000000; color: #ffffff; text-align: center; vertical-align: middle; padding-top:5px;} 
.category_2 {width:100%; height:30px; margin: 0; background-color: #000000; color: #ffffff; text-align: center; vertical-align: middle; padding-top:5px;} 
.category_3 {width:100%; height:30px; margin: 0; background-color: #000000; color: #ffffff; text-align: center; vertical-align: middle; padding-top:5px;}
.category_mail {width:100%; height: auto; margin: 15px 0; padding: 5% 0; background-color: #ffffff; color: #ffffff; font-size:12px; text-align: center; line-height: 1.5; border: solid 1px #000000;}

.mail_support {color: #000000; font-size:12px; text-align: center; padding-top:25px ;}

.mail_icon {
    margin: 0 auto ;
    font-size: 35px;
    position: relative;
    width: 0;
    height: 0;
    border-right: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
    border-top: 0.6em solid #666666;
    border-radius: 0.1em;
  }

.mail_icon:hover { opacity: 0.6; filter: brightness(110%);}

  /* 下 */
.mail_icon::before {
    position: absolute;
    content: "";
    top: -0.5em;
    left: -0.8em;
    width: 0;
    height: 0;
    border-top: 0.6em solid transparent;
    border-bottom: 0.5em solid #666666;
    border-left: 0.8em solid #666666;
    border-right: 0.8em solid #666666;
    border-radius: 0 0 0.1em 0.1em;
  }

#left-side ul,#left-side_body ul { border: solid 1px #000000; padding: 0 0.5em; position: relative; list-style-type: none;}
#left-side li{ padding: 5px 0; line-height: 1.5;}
.category_1_menu li { border-bottom: 1px dashed; list-style-type: none;}
.category_1_menu li:last-of-type { border-bottom: none;}
.category_2_menu li { border-bottom: 1px dashed; list-style-type: none;}
.category_2_menu li:last-of-type { border-bottom: none;}
.category_3_menu li { border-bottom: 1px dashed; list-style-type: none;}
.category_3_menu li:last-of-type { border-bottom: none;}
#left-side_body ul li { padding: 5px 0; line-height: 1.5; list-style-type: none; }
#left-side_body ul li:last-of-type { border-bottom: none; }
.left li:hover { opacity: 0.6; filter: brightness(110%); }
.category_rubi { font-size: 10px;}
.category_sns{width:100%; height: 60px; margin: 5px 0 20px 0; padding: 5% 0; background-color: #ffffff; color: #ffffff; font-size:12px; text-align: center;}
.sns_icon{ display: inline-block; width:30%; margin: 0 auto;}
.icon_size{width:40px;}
