/* カスタマイズ用CSS */
/* ボタン色 */
.commonProductList-product-point{
    width: auto;
    margin: auto 0;
}

.ec-blockBtn--action,.ec-inlineBtn--action{
    background: linear-gradient(135deg, #F73D20 0%, #D71E0E 50%, #B91A0C 100%);
    box-shadow: 0 6px 20px rgb(18 17 17 / 40%);
}

/* 商品説明にあるアイコン画像*/
.ec-productRole .productDetail-bottomArea .wt-product-icon{
    width:50px;
    display:initial;
}
/* 商品詳細にあるリンク先の商品画像*/
.ec-productRole .productDetail-bottomArea .wt-product-img{
    width:200px ;
}

/* スマホ 商品画像　折り返し*/
.ec-productRole .ec-sliderItemRole .item_nav {
    flex-wrap: wrap;
}
/* カテゴリ 文字幅*/
.productMenuBlock-linkList-item > .is-btn > .is-text {
   letter-spacing: 0px;
}

/* 商品仕様 Table */
.ec-productRole .productDetail-bottomArea-specBlock{
	font-size: 1.4rem;
}
.productDetail-bottomArea-specBlock .specBlock-swipe {
    display: table;
    white-space: nowrap;
}
.ec-productRole .productDetail-bottomArea-specBlock .specTable th,
.ec-productRole .productDetail-bottomArea-specBlock .specTable td,
.ec-productRole .productDetail-bottomArea-specBlock .specBlock-swipe th,
.ec-productRole .productDetail-bottomArea-specBlock .specBlock-swipe td {
    padding: 5px 10px;
    width:auto;
    max-width:initial;
    min-width:initial;
}
/* PAGETOP 前面へ*/
.ec-blockTopBtn{
    z-index:11;
}

/* 商品詳細 タイトル等を上へ*/
.productDetail-topArea {
    width:100%;
}
.productDetail-topArea .ec-productRole__code{
    width: auto;
}
.productDetail-topArea  .ec-productRole__priceArea-reviewBlock{
    margin: 3px 5px 0;
    width: auto;
}
/* スクロール時 カートボタンホバー */
.ec-productRole .ec-productRole__btn .ec-blockBtn--action.hover-cartBtn:not([disabled]){
      position:fixed;
      right: 50px;
      bottom: 15px;
      transform: translateX(-50%);
      z-index:100;
      width: 45px;
      height: 45px;
      line-height: initial;
      opacity: 0.9;
}
/* 即日発送、翌日発送*/
.product-shipping-span{
    display: flex;
}
.product-shipping-span img{
    width:auto;
    height:65px
}
.ec-productRole .parts_list {
    width: 800px;
    height: auto;
}
@media print, screen and (min-width: 960px){
    .ec-productRole .ec-productRole__btn .ec-blockBtn--action.hover-cartBtn:not([disabled]){
          bottom:20px;
          width: 52px;
          height: 51px;
    }
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action.hover-cartBtn span{
     font-size:0px;
     vertical-align: middle;
}
@media only screen and (max-width: 959px){
.ec-productRole .ec-productRole__btn .ec-blockBtn--action.add-cart.hover-cartBtn .is-inner::before {
    bottom: -9px;
    left: -3px;
}
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action.hover-cartBtn:hover{
  opacity: 1;
}

/* 商品ページiframe */
.product_iframe{
    width:100%;
    height:800px;
}

/* PCのみ */
@media print, screen and (min-width: 960px){
    .ec-productRole .productDetail-bottomArea-specBlock .specTable tbody th {
        width: 250px;
        max-width: 250px;
        min-width: 250px;
    }
    /* カテゴリ一覧　画像サイズ*/
    .productListPage-childCategoryList-item .is-inner {
        padding: 12px;
    }
    .productListPage-childCategoryList-item .is-inner .is-icon {
        width: 80px;
        height: 80px;
    }
}
/* スマホのみ */
@media only screen and (max-width: 959px){
    /* 商品ページ スライダーオフセット */
    .ec-productRole .ec-sliderItemRole .item_visual .slick-prev {
    left: -15px;
    }
    .ec-productRole .ec-sliderItemRole .item_visual .slick-next {
        right: -15px;
    }
    /* スマホ ログイン画面*/
    .ec-headerNav-item.navi-mypage .is-inner .ec-headerNav-btn {
	    padding-top: 84%;
	    background-image: url(../img/common/header_navi_mypage_sp.png);
	}
	/* ログアウト非表示 */
	.ec-headerNav-item.navi-logout{
	    display: none;
	}
	.ec-headerNav-item.navi-mypage {
	    width: 13.26vw;
	    display: flex;
	}
	/* スペック表 スワイプ */
	.productDetail-bottomArea-specBlock .specBlock-swipe {
        display: block;
    }
    /* 即日発送、翌日発送*/
    .product-shipping-span img{
        height:50px
    }
    /* 横スワイプ　表示方法変更 st */
    .is-commonProductSwipeSP{
        background: white;
    }
    .is-commonProductSwipeSP .commonProductList-product{
        border-radius: 8px;
        border: 1px solid #E2E0E0;
    }
    /* 横スワイプ　表示方法変更 ed */
    /* TOP スライド 余白小さく*/
    .is-commonProductSwipeSP .commonProductList-list, .is-commonProductSwipeSP .ec-shelfRole .ec-shelfGrid, .ec-shelfRole .is-commonProductSwipeSP .ec-shelfGrid {
        padding: 2vw 0 8vw 2vw;
    }
    .is-commonProductSwipeSP .commonProductList-product-wrap-main {
        padding: 0;
    }
    .productDetail-pageBottomArea-historyBlock .is-commonProductSwipeSP .commonProductList-list-item{
        margin-right:5px;
    }
    /* SPでもレビュー表示 st */
    .is-commonProductSwipeSP .commonProductList-product-statusBlock{
        display: inline;
    }
    .is-commonProductSwipeSP .commonProductList-product-statusBlock-review{
        display: inline;
    }
    .is-commonProductSwipeSP .commonProductList-product-statusBlock-stock{
        display: none;
    }
    /* SPでもレビュー表示 ed */
    .commonProductList-product-wrap-head {
        margin: 0;
    }
    .is-commonProductSwipeSP .commonProductList-list .commonProductList-list-item, .is-commonProductSwipeSP .ec-shelfRole .ec-shelfGrid .commonProductList-list-item, .ec-shelfRole .is-commonProductSwipeSP .ec-shelfGrid .commonProductList-list-item, .is-commonProductSwipeSP .commonProductList-list .ec-shelfRole .ec-shelfGrid__item, .ec-shelfRole .is-commonProductSwipeSP .commonProductList-list .ec-shelfGrid__item, .is-commonProductSwipeSP .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item, .ec-shelfRole .is-commonProductSwipeSP .ec-shelfGrid .ec-shelfGrid__item {
        width: 38.66vw;
        max-width: 38.66vw;
        min-width: 38.66vw;
    }
    .is-commonProductSwipeSP .commonProductList-product {
        padding: 2.66vw 2.66vw;
    }
    /* カートバッジ 表示 */
    .ec-headerNaviRole_naviArea_cart .ec-cartNavi .ec-cartNavi__badge {
        display: block;
        min-width: 18px;
        height: 18px;
        line-height: 18px;
    }
    /* 商品詳細 カテゴリ 横スクロール*/
    .ec-searchnavRole__topicpath .ec-topicpath {
        white-space: nowrap;
        overflow-x: auto;
    }
    
    /* 商品ページiframe */
    .product_iframe{
        width:100vw;
        margin-left:-15px;
    }
}
/* スマホのみ 終わり*/
   .ec-productRole .productDetail-bottomArea-specBlock .specTable thead th {
        width: auto;
        max-width: none;
        min-width: 0px;
        
    }
.ec-productRole .productDetail-bottomArea-specBlock ul{
	font-size: 1.4rem;
}

.ec-productRole .productDetail-bottomArea-specBlock li{
	padding-left: 10px;
}


.text-impact{
    font-weight: bold;
    color: red;
}

/* YouTube*/
.youtubeFrame{
    width:320px;
    height:240px;
}
.iframe-wrapper.youtubeshortsFrame{
    height:600px;
}
.youtubeshortsFrame{
    width:350px;
}
/* サイドメニュー　数字 */
.detailSearchArea-popup-mainWrap-inner .is-num,
.sideNavi-searchArea .is-num {
    color: #9d9c9c;
}
.sideNavi-searchArea .ec-blockCheckbox input[type=checkbox] + label,
.sideNavi-searchArea .ec-checkbox input[type=checkbox] + label {
    font-size: 1.2rem;
}

/* カートページバナー */
.ec-cartRole__recommend .wt-cart-recommend{
    width: 90%;
    margin: auto;
}

.ec-cartRole__shipping .wt-cart-shipping{
    width: 90%;
     margin: 10px auto;
}

.ec-cartRole__hours .wt-cart-hours{
    width: 90%;
     margin: 10px auto;
}

/* 発送アイコン */
.ec-productRole__wtShipping{
    display:none;
    margin-left: 30px;
}
.ec-productRole__wtShipping .wt-shipping-icon{
    width: 100%;
    display:inline-block;
}
.ec-productRole__wtShipping .wt-shipping-icon:hover{
    opacity: 0.7;
}

/* お届け指定日　上から３つ */
/*.ec-select__delivery > select option:nth-child(n+5) {*/
/*  display: none;*/
/*}*/
.af-kobox.af-astroproducts {
  text-align: center;
}
.column_tbl_wrapper {
  margin: 15px auto;
}
@media only screen and (max-width: 767px) {
  .column_tbl_wrapper {
    overflow-x: scroll;
  }
}
.column_tbl {
  padding: 15px 0;
}
.tbl2 .column_tbl_ttl,
.tbl2.column_tbl table {
  width: 600px;
}
.tbl4 .column_tbl_ttl,
.tbl4.column_tbl table {
  width: 564px;
}
.column_tbl_ttl {
  margin: 0 auto;
  white-space: nowrap;
}
.column_tbl table {
  margin: 0 auto;
  text-align: left;
}
.column_tbl td {
  border: solid 1px grey;
  padding: 5px;
}
.txt_c {
  text-align: center;
  border: solid 1px grey;
}
/* ここから */
.product-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  text-align: center;
  max-width: 300px;
  margin: 16px auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}
.product-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.product-title {
  font-size: 1.1rem;
  margin: 12px 0 6px;
  font-weight: bold;
}
.product-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
}
.product-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e53935;
  margin: 10px 0;
}
.product-btn {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.product-btn:hover {
  background: #0056b3;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

/* ここまで */





  .table-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  /*table {*/
  /*  width: 100%;*/
  /*  border-collapse: collapse;*/
  /*  min-width: 280px;*/
  /*  flex: 1 1 320px;*/
  /*}*/

  /*caption {*/
  /*  font-weight: bold;*/
  /*  margin-bottom: 8px;*/
  /*}*/

  /*th, td {*/
  /*  border: 1px solid #444;*/
  /*  padding: 10px;*/
  /*  vertical-align: middle;*/
  /*}*/

  /* Aグループ内の商品行を横並びに */
  .prod-row {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .prod-row img {
    width: 75px;
    height: auto;
    border: 0;
    flex-shrink: 0;
  }

  .prod-row a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
  }

  .prod-row a:hover {
    text-decoration: underline;
  }

  /* スマホ対応：画像と商品名を縦積み */
  @media screen and (max-width: 600px) {
    .table-container {
      flex-direction: column;
    }
    .prod-row {
      flex-direction: column;
      align-items: flex-start;
    }
  }


/* フッターアイコン */
.ec-footerRole .ec-footerSNS-linkList-item .is-inner.icon-x {
    background-image: url(https://astro-p.mom/html/user_data/assets/img/common/icon-X.png);
}
.guideArea-contents-title .is-icon.icon-box{
    background-image: url(/html/user_data/assets/img/icon/box-solid.svg);
    background-size: auto 30px;
}
/* インフォメーション */
.informationDetailPage-mainArea {
    font-size: 1.4rem;
}

/*reCAPTCHA v3 バッジを左下に移動*/
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}