/**
Theme Name: AstraChild
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrachild
Template: astra
*/

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* iOS Safari用 */
}

ul{
 margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}
.page .entry-header {
    margin-bottom: 3em;
}
/* --------------------------------
c-title
----------------------------------- */
.c-title01 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 14px;
  line-height: 1.4;
}

.c-title01::before {
  background: #ccc;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-title01::after {
  background: var(--ast-global-color-0);
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.c-title01.small {
  font-size: 21px;
}

.c-title01.medium {
  font-size: 26px;
}

.c-title01 .small {
  font-size: 18px;
}

.c-title02 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
}

.c-title02.bt-0 {
  margin-bottom: 0;
}

.c-title02.mt-30 {
  margin-top: 25px;
}

.c-title03 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.c-title04 {
  background: #f4f4f4;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 14px 12px 12px;
  margin-bottom: 23px;
}

.c-title04.mt-50 {
  margin-top: 50px;
}

.c-title04+.tab-ul {
  margin-top: 20px;
}

/*////////////////////////////////
  c-btn
////////////////////////////////*/

.c-btn01 {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 14px 20px 11px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  max-width: 489px;
  margin: auto;
  text-align: center;
}
.c-btn01.cart-btn {
  padding-left: 54px;
  padding: 19px 20px 18px 54px;
}
.c-btn01.cart-btn::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_cart-btn.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 17px;
  width: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 84px;
  margin: auto;
}

.c-btn01.cart-btn::after {
  content: none;
}

.c-btn01::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-wh.svg") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.c-btn02 {
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 4px;
  position: relative;
  padding: 14px 15px 12px;
  text-align: center;
  margin: 15px auto 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 345px;
  width: 100%;
  margin-bottom: 50px;
}

.c-btn02::after {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-or.svg") no-repeat center center;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.c-btn02.top::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-btn02.bottom::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-btn02 .fs-c-button__label {
  font-size: 14px;
  font-weight: bold;
}

.c-btn02 .sub {
  display: block;
  font-size: 14px;
}

.c-btn03 {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 24px;
  cursor: pointer;
  max-width: 345px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 13px 30px 13px 13px;
  position: relative;
}

.c-btn03::before {
  background: url("https://jamtrading.itembox.design/item/jam/img/common/ico_arrow-bk.svg") no-repeat center center;
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -101px;
  left: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c-btn03.bottom::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*////////////////////////////////
  c-parts
////////////////////////////////*/

#tab-target-div .tab-target:not(.current) {
  display: none;
}

#tab-target-div .tab-target .wrap+.wrap {
  margin-top: 45px;
}

.tab-target-div {
  margin-bottom: 40px;
}

.tab-target-div.mb-0 {
  margin-bottom: 0;
}

/*////////////////////////////////
  colmun
////////////////////////////////*/

/* タブレット以下で２カラム */
@media (max-width: 768px) {
 .wp-block-columns.cols-3-2-switch{
  flex-wrap: wrap !important;
 }
  .wp-block-columns.cols-3-2-switch>.wp-block-column.is-layout-flow {
    flex: 0 0 50% !important;
    max-width: 50% !important;
 flex-basis: 50% !important;
    flex-grow: 0 !important;
  } }

/*////////////////////////////////
  header
////////////////////////////////*/

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.wishlist-icon-menu,
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.cart-icon-menu{
 line-height: 100%
}

/* ヘッダーのウィッシュリストアイコン */
.pw-wishlist-header {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  color: #262626;
}
.pw-wishlist-icon {
  font-size: 1.8rem;
  line-height: 1.8;
}
.pw-wishlist-badge {
  position: absolute;
  top: 0px;
  right: -12px;
  background: #B598C6;
  color: #262626;
  font-size: 11px;
  padding: 1px 7px;
  border-radius: 99px;
  font-weight: bold;
 box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

/*.main-header-menu > .menu-item.wishlist-icon-menu .menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
.main-header-menu > .menu-item.wishlist-icon-menu .menu-link::before {
    content: "\f004"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 2px;
    color: #262626;
}*/

/*cart*/
 .ast-menu-cart-outline .ast-addon-cart-wrap {
    border-style: none;
}
 .ast-icon {
  color: #000000;
}
/*
.main-header-menu > .menu-item.cart-icon-menu .menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}
.main-header-menu > .menu-item.cart-icon-menu .menu-link::before {
    content: "\f07a"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 2px;
    color: #262626; 
}*/

/* --- 人気キーワードのスタイル --- */
.popular-keywords {
    display: flex; /* 横並びにする */
    align-items: center;
    gap: 10px; /* 各キーワード間の隙間 */
    margin-left: 15px; /* 検索窓との間の余白 */
    }
 /* 「人気のキーワード:」の文字のスタイル */
.popular-keywords span {
   font-size: 0.9em;
   color: #555;
   font-weight: bold;
   }
/* 各キーワードリンクのスタイル */
.popular-keywords a {
   font-size: 0.9em;
   color: var(--ast-global-color-4);
   text-decoration: none; /* 下線を消す */
   background-color: var(--ast-global-color-0);
   padding: 3px 8px; /* 内側の余白 */
   border-radius: 4px; /* 角の丸み */
   transition: all 0.3s ease;
   }
/* キーワードにマウスを乗せた時のスタイル */
.popular-keywords a:hover {
   background-color: var(--ast-global-color-4);
   color: var(--ast-global-color-0);
   }
/*header-category*/
.ast-below-header-bar{
 background-color: #262626;
}
.ast-below-header-bar .site-below-header-wrap.ast-container{
 min-height: 40px;
}
.menu-category-container ul{
  display: flex;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.menu-category-container ul li{
 display: inline-block;
}
/* 子メニューを縦並び・非表示 */
.menu-category-container ul.sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  list-style: none;
  padding: 10px;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* ホバー時に子メニューを表示 */
.menu-category-container li:hover > ul.sub-menu {
  display: block;
}

/* 子メニューのアイテム配置 */
.menu-category-container ul.sub-menu li {
  padding: 5px 10px;
  white-space: nowrap;
  display: block;
}
.header-widget-area[data-section="sidebar-widgets-header-widget-1"].header-widget-area-inner ul.sub-menu li a{
 color: #262626;
}
.widget_nav_menu ul ul.sub-menu li a{
 color: #262626;
}

/* 親メニューの項目に相対位置を指定 */
.menu-category-container li {
  position: relative;
}
.menu-category-container ul.sub-menu li a{
 color: #262626;
}

/*ハンバーガーメニュー*/
.ast-mobile-header-content .ast-builder-layout-element[data-section="section-hb-social-icons-1"]{
 justify-content: center;
}

/* ブラー効果を適用するためのクラス */
.blur-background main,
.blur-background footer {
  filter: blur(4px);
  transition: filter 0.3s ease;
}

/* スムーズにぼかしが解除されるように */
body:not(.ast-main-header-nav-open) .blur-background {
  filter: none;
}
/* mobail search */
.ast-mobile-header-content .ast-search-menu-icon.slide-search input.search-field{
 width:80%;
}

 /* --- スマホメニューのログインボタンのスタイル --- */
.ast-builder-menu-mobile .main-navigation .login-button a {
    background-color: var(--ast-global-color-0) !important; /* ボタンの背景色 */
    color: #ffffff !important; /* 文字色（!importantで強制上書き） */
    padding: 8px 15px; /* ボタンの余白（上下、左右） */
    border-radius: 4px; /* ボタンの角の丸み */
    margin: 5px 15px; /* ボタンの周囲の余白（上下、左右） */
    text-align: center;
    display: block;
    width: 70% !important;
    transition: background-color 0.3s ease;
    margin: 10px auto;
}
    /* --- ボタンにマウスを乗せた時のスタイル --- */
.ast-header-break-point .ast-mobile-menu-items .login-button a:hover {
    background-color: #005177; /* 少し暗い色に */
    color: #ffffff !important;
   }

/*////////////////////////////////
 スライダー
////////////////////////////////*/
/* Smart Slider 3 カスタマイズ - 無料版対応 */
.n2-ss-slider-2 {
    padding: 0 60px !important;
    overflow: visible !important;
}

.n2-ss-slider-2 .n2-ss-slider-container {
    overflow: visible !important;
}

/* スライド間の間隔 */
.n2-ss-slider-2 .n2-ss-slide {
    margin: 0 12px !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* 前後のスライドを薄く小さく */
.n2-ss-slider-2 .n2-ss-slide:not(.n2-ss-slide-active) {
    opacity: 0.6;
    transform: scale(0.9);
}

/* アクティブなスライド */
.n2-ss-slider-2 .n2-ss-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .n2-ss-slider-2 {
        padding: 0 40px !important;
    }
    
    .n2-ss-slider-2 .n2-ss-slide {
        margin: 0 8px !important;
    }
}

@media (max-width: 480px) {
    .n2-ss-slider-2 {
        padding: 0 20px !important;
    }
    
    .n2-ss-slider-2 .n2-ss-slide {
        margin: 0 5px !important;
    }
}


/*swiper*/

.my-swiper-container {
  width: 1200px;
  height: 540px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* iOS Safari用 */
}
.my-swiper-container .swiper-slide {
 width: 960px;
 max-width: 100%; /* メインスライドの幅を指定 */
  flex-shrink: 0; /* スライドが縮小されないように */
}
.my-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .my-swiper-container {
    width: 100%;
    height: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch; /* iOS Safari用 */
  }
 .my-swiper-container .swiper-slide {
    width: 100%;
 -webkit-flex-shrink: 0; /* iOS Safari用 */
    -ms-flex-negative: 0; /* Android旧版用 */
  }
/* Android Chrome用の追加設定 */
  .my-swiper-container .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*////////////////////////////////
 商品一覧
////////////////////////////////*/
body.post-type-archive-product .page-title {
  display: none;
}
body.post-type-archive-product .ast-archive-description {
  display: none;
}
.woocommerce ul.products li.product .add_to_cart_button {
  display: none;
}
.yes-js.js_active .ast-plain-container.ast-single-post #primary {
 margin: 0 0 4em 0;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.entry-title .ast-blog-single-element,/*検索一覧タイトル*/
.wp-block-woocommerce-product-template li a{
    font-size: 0.8em;
}
 /* --- スマホ専用検索エリアのスタイル --- */
 /* まずPCでは非表示にする */
.mobile-search-section {
      display: none;
  }
/* スマホサイズの画面（幅768px以下）でのみ表示する */
 @media (max-width: 768px) {
   .mobile-search-section {
      display: block; /* 非表示を解除 */
      background-color: #f5f5f5;
      padding: 20px 15px; /* 上下、左右の余白 */
     margin-top: 20px; /* スライダーとの間の余白 */
    }
 /* 検索フォームの入力欄 */
   .mobile-search-section .search-field {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
 /* 検索ボタンは非表示にする（Enterキーで検索） */
   .mobile-search-section .search-submit {
      display: none;
    }
 /* 人気キーワードのエリア */
    .popular-keywords-mobile {
      margin-top: 15px;
      text-align: center;
 }
/* 人気キーワードの各リンク */
  .popular-keywords-mobile a {
      display: inline-block;
      font-size: 0.9em;
      color: #333;
      background-color: #fff;
      padding: 5px 10px;
      border: 1px solid #ddd;
      border-radius: 20px; /* 角を丸くしてタグ風に */
      margin: 4px;
      text-decoration: none;
     }
}
/*
 * スマートフォン表示（画面幅が768px以下）の時、
 * WooCommerceの商品リストを2列にする
 */
@media (max-width: 768px) {
.wc-block-product-template__responsive.columns-5 {
   /* 2つの均等な幅の列を作成する */
    grid-template-columns: repeat(2, 1fr);
    } }

/*検索結果リスト*/
@media (max-width: 921px) {
    .ast-blog-layout-4-grid .ast-article-post {
        width: 50%;
    } }

/*--- 検索結果サムネイル縦横比 ---*/
.ast-article-post .post-thumb-img-content img {
      aspect-ratio: auto;
}
/* --- 検索結果ページの商品表示の調整 --- */
/* 投稿者や日付などの余白を削除 */
.search-results .post-content {
    margin-bottom: 0;
   }
/* 商品価格のスタイル */
.search-results .price {
    margin-top: 0.5em;
    font-weight: bold;
    color: #111;
 }
/* サイズ表示のスタイル */
.search-results .search-result-product-size {
   font-size: 0.9em;
   color: #555;
   margin-top: 0.5em;
 }
/* お気に入りボタンのエリア */
.search-results .search-result-wishlist-button {
   margin-top: 1em;
  }


/*////////////////////////////////
 最近閲覧した商品
////////////////////////////////*/

.bomuru-recently-viewed {
    margin: 40px 0;
}
.recently-viewed-title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #b598c6;
    letter-spacing: 0.05em;
}

.recently-viewed-products {
    display: grid;
    gap: 20px;
}
.recently-viewed-products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.recently-viewed-products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.recently-viewed-products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.recently-viewed-products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.recently-viewed-item {
    background: white;
   /* border-radius: 8px;*/
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
   /* transition: all 0.3s ease;*/
}

.recently-viewed-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(181, 152, 198, 0.2);
}

.recently-viewed-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 10px;
}

.recently-viewed-item .product-image {
    margin-bottom: 10px;
}

.recently-viewed-item .product-image img {
    width: 100%;
    height: auto;
   /* border-radius: 4px;*/
}

.recently-viewed-item .product-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
    line-height: 1.3;
}

.recently-viewed-item .product-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ast-global-color-2);
}

/* レスポンシブ対応の調整 */
@media (max-width: 900px) {
    .recently-viewed-products.columns-5 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 740px) {
    .recently-viewed-products.columns-5,
    .recently-viewed-products.columns-4,
    .recently-viewed-products.columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 556px) {
	.recently-viewed-products.columns-5,
    .recently-viewed-products.columns-4,
    .recently-viewed-products.columns-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
/*////////////////////////////////
 blog　ショップブログ
////////////////////////////////*/
/*
 * 「最新の投稿」ブロックのレイアウトとデザインを調整 */
    
/* リスト全体をグリッドコンテナにする */
.wp-block-latest-posts.is-grid,
.wp-block-latest-posts__list { /* is-gridが付かない場合も想定 */
 display: grid;
 grid-template-columns: repeat(5, 1fr); /* 3列のグリッドを作成 */
 gap: 2em; /* 各アイテム間の隙間 */
 list-style: none; /* リストの黒点を消す */
 padding: 0;
}

/* 各リストアイテム */
.wp-block-latest-posts:not(.is-grid) > li:first-child {
    margin-top: 12px;
}
.wp-block-latest-posts__list li {
 margin-bottom: 0;
}

/*
 * 「最新の投稿」ブロックのアイキャッチ画像を円形にする
    */
/* 画像を囲んでいるリンクタグを円形にする */
.wp-block-latest-posts__featured-image {
 border-radius: 50%; /* 正円にするための設定 */
 overflow: hidden; /* はみ出した部分を隠す */
 aspect-ratio: 1 / 1; /* 領域を正方形に保つ */
 display: block;
}

/* 画像自体を調整する */
.wp-block-latest-posts__featured-image img {
 width: 100%;
 height: 100%;
 object-fit: cover; /* 領域に合わせて画像をトリミング */
 transition: transform 0.3s ease; /* アニメーション効果 */
}

/* 画像にマウスを乗せた時に少し拡大するエフェクト（任意） */
.wp-block-latest-posts__featured-image:hover img {
 transform: scale(1.1);
}

/* 記事タイトルのスタイル調整 */
.wp-block-latest-posts__post-title {
    margin-top: 1em;
    text-align: center; /* タイトルを中央揃えに */
    font-size: 1em; /* 文字サイズを調整 */
}

 /* --- スマホ表示の調整 --- */
@media (max-width: 768px) {
 .wp-block-latest-posts.is-grid,
 .wp-block-latest-posts__list {
  grid-template-columns: repeat(2, 1fr); /* スマホでは2列に */
 }
}
/*////////////////////////////////
shopping guide
////////////////////////////////*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.shopping-guide {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.guide-header {
    text-align: center;
    margin-bottom: 60px;
}

.guide-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.guide-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ガイドグリッド */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* ガイドアイテム */
.guide-item {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.guide-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(45deg, #b598c6, #d4c2dc);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.guide-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(181, 152, 198, 0.2);
    border-color: #b598c6;
}

.guide-item:hover::before {
    transform: scaleX(1);
}

/* アイコン */
.guide-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #b598c6, #d4c2dc);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    transition: all 0.3s ease;
}

.guide-item:hover .guide-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(181, 152, 198, 0.3);
}

/* テキスト */
.guide-title-text {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.02em;
}

.guide-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* サポートセクション */
.support-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-top: 40px;
}

.support-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.support-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.7;
}

.support-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(45deg, #b598c6, #d4c2dc);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.support-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(181, 152, 198, 0.3);
}
 /* 改行 */
.guide-title-text .br-pc::before {
	content: '\A';
	white-space: pre;
}

/* タブレットレイアウト */
@media (max-width: 1024px) and (min-width: 769px) {
    .guide-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .guide-item {
        padding: 25px 15px;
    }

    .guide-icon {
        width: 70px;
        height: 70px;
        font-size: 2rem;
    }

    .guide-title-text {
        font-size: 1.1rem;
    }
}

/* スマホレイアウト */
@media (max-width: 768px) {
    .shopping-guide {
        padding: 60px 0;
    }

    .guide-title {
        font-size: 2rem;
    }

    .guide-header {
        margin-bottom: 40px;
    }

    .guide-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .guide-item {
        padding: 25px 15px;
    }

    .guide-icon {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .guide-title-text {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .guide-description {
        font-size: 0.85rem;
    }

    .support-section {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .support-title {
        font-size: 1.3rem;
    }

    .support-button {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .guide-grid {
        gap: 15px;
    }

    .guide-item {
        padding: 20px 10px;
    }

    .guide-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .guide-title-text {
        font-size: 0.95rem;
    }

    .guide-description {
        font-size: 0.8rem;
    }
}

/* アニメーション */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.guide-item {
    animation: fadeInUp 0.6s ease forwards;
}

.guide-item:nth-child(1) { animation-delay: 0.1s; }
.guide-item:nth-child(2) { animation-delay: 0.2s; }
.guide-item:nth-child(3) { animation-delay: 0.3s; }
.guide-item:nth-child(4) { animation-delay: 0.4s; }
.guide-item:nth-child(5) { animation-delay: 0.5s; }
.guide-item:nth-child(6) { animation-delay: 0.6s; }
/*////////////////////////////////
 item-page　商品ページ
////////////////////////////////*/
/* --- コンディションガイド全体のスタイル --- */
.condition-guide {
 margin-bottom: 1em;
 display: flex;
 align-items: center;
 text-align: center;
 gap: 8px;
}
/* --- 各ランクのスタイル --- */
.condition-guide-item {
 display: inline-block;
 font-weight: bold;
 padding: 8px 16px;
 border: 2px solid #ccc;
 border-radius: 5px;
 background-color: #ffffff;
 transition: all 0.3s ease;
 text-decoration: none;
}
/* --- 区切り文字のスタイル --- */
.separator {
  display: none;
}
/* ★★★ ハイライト用のスタイル ★★★ */
.condition-guide-item.highlight {
 border-color: var(--ast-global-color-0);
 background-color: var(--ast-global-color-0);
 color: #ffffff; /* 文字色（好きな色に変更してください） */
}
/* 商品コンディション */
.custom-attribute-display {
        margin-bottom: 1em;
}
.attribute-item {
 margin-bottom: 0.5em;
}

/* 商品ページのフォームコンテナ */
@media screen and (min-width: 768px) {
#inquiry-form {
  width: 100%;
  max-width: 600px;
  margin: 30px auto; /* 上下30px、左右中央 */
  padding: 0 15px; /* スマホでも余白を持たせる */
  box-sizing: border-box;
 } }
/* --- サイズ注意文とボタンのエリア --- */
 .size-notice-wrapper {
   background-color: #f7f7f7; /* 背景色 */
   border: 1px solid #e0e0e0; /* 枠線 */
   border-radius: 4px; /* 角の丸み */
   padding: 15px; /* 内側の余白 */
   margin-top: 1em;
   margin-bottom: 1em;
}
   
/* --- 注意文のテキスト --- */
.size-notice-text {
   font-size: 0.9em; 
   color: #555; 
   margin-top: 0;
   margin-bottom: 15px; 
   line-height: 1.6; 
}
/* --- サイズガイドボタン --- */
.size-guide-button {
   width: 100%; 
   text-align: center; 
}
/* 商品詳細テーブルのスタイル */
.product-details-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	background: white;
	box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.product-details-table th,
.product-details-table td {
	padding: 15px 20px;
	text-align: left;
	border-bottom: 1px solid #e9ecef;
}

.product-details-table th {
	background: linear-gradient(45deg, #b598c6, #d4c2dc);
	color: white;
	font-weight: 600;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
	width: 30%;
	position: relative;
}

.product-details-table th::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
}

.product-details-table td {
	background: #fafafa;
	color: #333;
	font-size: 0.95rem;
	line-height: 1.5;
}

.product-details-table tbody tr:nth-child(even) td {
	background: #f8f9fa;
}

.product-details-table tbody tr:hover td {
	background: #f0f4ff;
	transition: background-color 0.3s ease;
}

.product-details-table tr:last-child th,
.product-details-table tr:last-child td {
	border-bottom: none;
}

/* 商品番号（SKU）のスタイル */
.product-sku {
	font-family: 'Courier New', monospace;
	font-weight: 600;
	color: #b598c6;
	background: white;
	padding: 4px 8px;
	border: 1px solid #e9ecef;
}

/* 特別な項目のスタイル */
.highlight-value {
	font-weight: 600;
	color: #b598c6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.product-details-table {
		font-size: 0.9rem;
	}

	.product-details-table th,
	.product-details-table td {
		padding: 12px 15px;
	}

	.product-details-table th {
		width: 35%;
		font-size: 0.85rem;
	}

	.product-details-table td {
		font-size: 0.85rem;
	}
}

@media (max-width: 480px) {
	.product-details-table {
		margin: 20px 0;
	}

	.product-details-table th,
	.product-details-table td {
		padding: 10px 12px;
	}

	.product-details-table th {
		width: 40%;
		font-size: 0.8rem;
	}

	.product-details-table td {
		font-size: 0.8rem;
	}
}

/* テーブルヘッダー */
.product-details-header {
	text-align: center;
	margin: 30px 0 20px;
}

.product-details-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}

.product-details-subtitle {
	font-size: 0.95rem;
	color: #666;
}

/*////////////////////////////////
 return 返品について
////////////////////////////////*/
.anchor-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 81px;
  justify-content: center; 
}
@media(min-width: 600px){
.anchor-wrap {
  justify-content: flex-start;
 } }
.anchor-wrap .anchor-link {
  background: #f4f4f4;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px 12px 10px;
  position: relative;
  letter-spacing: 0.04em;
  width: calc((100% - 30px) / 2);
}
@media(min-width: 600px){
 .anchor-wrap .anchor-link {
  font-size: 16px;
  width: calc((100% - 30px) / 3);
 } }
.anchor-wrap .anchor-link::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 6px;
  margin: auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.anchor {
  position: relative;
  top: -100px;
}

/*////////////////////////////////
 BOMURU ABOUT
////////////////////////////////*/

/* ヒーローセクション */
.hero-section {
 position: relative;
 height: 70vh;
 background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(181, 152, 198, 0.4)),
  url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 color: white;
}

.hero-content h1 {
 font-size: 4rem;
 font-weight: 900;
 letter-spacing: 0.1em;
 margin-bottom: 1rem;
 text-transform: uppercase;
}

.hero-subtitle {
 font-size: 1.5rem;
 font-weight: 300;
 margin-bottom: 2rem;
 letter-spacing: 0.05em;
}

.hero-tagline {
 font-size: 1.2rem;
 font-weight: 400;
 max-width: 800px;
 margin: 0 auto;
 border-left: 4px solid #b598c6;
 padding-left: 20px;
 text-align: left;
}

/* メインコンテンツ */
.main-content {
 padding: 80px 0;
}

.section {
 margin-bottom: 100px;
}
.woocommerce-js h2.section-title{
 margin-bottom: 3rem;
}
.section-title {
 font-size: 2.5rem;
 font-weight: 700;
 text-align: center;
 letter-spacing: 0.05em;
 position: relative;
 text-transform: uppercase;
}

.section-title::after {
 content: '';
 width: 80px;
 height: 3px;
 background: linear-gradient(45deg, #b598c6, #d4c2dc);
 position: absolute;
 bottom: -20px;
 left: 50%;
 transform: translateX(-50%);
}

/* ブランド紹介セクション */
.brand-intro {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 80px;
 align-items: center;
 margin-bottom: 80px;
}

.intro-text {
 font-size: 1.1rem;
 line-height: 1.8;
 color: #555;
}

.intro-text h3 {
 font-size: 1.5rem;
 font-weight: 600;
 margin-bottom: 20px;
 color: #333;
}

.intro-text p {
 margin-bottom: 20px;
}

.brand-highlight {
 background: linear-gradient(45deg, #b598c6, #d4c2dc);
 color: white;
 padding: 3px 8px;
 border-radius: 4px;
 font-weight: 600;
}

.intro-image {
 aspect-ratio: 4/3;
 background: url('https://images.unsplash.com/photo-1441986300917-64674bd600d8?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover;
 border-radius: 12px;
 box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ステップセクション */
.steps-container {
 position: relative;
}

.step-item {
 display: grid;
 grid-template-columns: 1fr 2fr;
 gap: 60px;
 align-items: center;
 margin-bottom: 80px;
 position: relative;
}

.step-item:nth-child(even) {
 grid-template-columns: 2fr 1fr;
}

.step-item:nth-child(even) .step-content {
 order: 2;
}

.step-item:nth-child(even) .step-visual {
 order: 1;
}

.step-number {
 display: inline-block;
 width: 60px;
 height: 60px;
 background: linear-gradient(45deg, #b598c6, #d4c2dc);
 color: white;
 border-radius: 50%;
 text-align: center;
 line-height: 60px;
 font-size: 1.5rem;
 font-weight: 700;
 margin-bottom: 20px;
}

.step-title {
 font-size: 1.8rem;
 font-weight: 600;
 margin-bottom: 15px;
 color: #333;
}

.step-subtitle {
 font-size: 1.2rem;
 font-weight: 500;
 color: #b598c6;
 margin-bottom: 20px;
}

.step-description {
 font-size: 1rem;
 line-height: 1.7;
 color: #666;
}

.step-description p {
 margin-bottom: 15px;
}

.step-visual {
 aspect-ratio: 16/10;
 border-radius: 12px;
 overflow: hidden;
 box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.step1-visual {
 background: url('https://images.unsplash.com/photo-1586953208448-b95a79798f07?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover;
}

.step2-visual {
 background: url('https://images.unsplash.com/photo-1558769132-cb1aea458c5e?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover;
}

.step3-visual {
 background: url('https://images.unsplash.com/photo-1515886657613-9f3515b0c78f?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover;
}

.step4-visual {
 background: url('https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') center/cover;
}

/* 特徴セクション */
.features-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 40px;
 margin-top: 60px;
}

.feature-card {
 background: #f8f9fa;
 padding: 40px 30px;
 border-radius: 12px;
 text-align: center;
 transition: all 0.3s ease;
 border: 2px solid transparent;
}

.feature-card:hover {
 transform: translateY(-8px);
 border-color: #b598c6;
 box-shadow: 0 20px 40px rgba(181, 152, 198, 0.15);
}

.feature-icon {
 width: 80px;
 height: 80px;
 background: linear-gradient(45deg, #b598c6, #d4c2dc);
 border-radius: 16px;
 margin: 0 auto 25px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2rem;
}

.feature-card h4 {
 font-size: 1.3rem;
 font-weight: 600;
 margin-bottom: 15px;
 color: #333;
}

.feature-card p {
 color: #666;
 line-height: 1.6;
}

/* 会社情報セクション */
.company-info {
 background: linear-gradient(135deg, #1a1a1a, #333);
 color: white;
 padding: 80px 0;
 border-radius: 20px;
 margin-top: 80px;
}

.company-content {
 text-align: center;
 max-width: 800px;
 margin: 0 auto;
}

.company-info h3 {
 font-size: 2rem;
 font-weight: 600;
 margin-bottom: 30px;
 color: #b598c6;
}

.company-info p {
 font-size: 1.1rem;
 line-height: 1.8;
 margin-bottom: 20px;
}

.company-link {
 display: inline-block;
 margin-top: 20px;
 padding: 12px 30px;
 background: linear-gradient(45deg, #b598c6, #d4c2dc);
 color: white;
 text-decoration: none;
 border-radius: 25px;
 transition: all 0.3s ease;
 font-weight: 500;
}

.company-link:hover {
 transform: translateY(-2px);
 box-shadow: 0 10px 20px rgba(181, 152, 198, 0.3);
}

/* CTAセクション */
.cta-section {
 background: linear-gradient(135deg, #b598c6, #d4c2dc);
 color: white;
 padding: 80px 0;
 text-align: center;
 margin-top: 100px;
}

.cta-title {
 font-size: 2.5rem;
 font-weight: 700;
 margin-bottom: 20px;
 text-transform: uppercase;
 letter-spacing: 0.05em;
}

.cta-text {
 font-size: 1.2rem;
 margin-bottom: 40px;
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
}

.cta-button {
 display: inline-block;
 padding: 18px 50px;
 background-color: white;
 color: #b598c6;
 text-decoration: none;
 border-radius: 30px;
 font-size: 1.1rem;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 0.05em;
 transition: all 0.3s ease;
}

.cta-button:hover {
 transform: translateY(-3px);
 box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
 .hero-content h1 {
  font-size: 2.5rem;
 }

 .hero-subtitle {
  font-size: 1.2rem;
 }

 .hero-tagline {
  font-size: 1rem;
  text-align: center;
  border-left: none;
  padding-left: 0;
  border-top: 4px solid #b598c6;
  padding-top: 15px;
 }

 .brand-intro,
 .step-item,
 .step-item:nth-child(even) {
  grid-template-columns: 1fr;
  gap: 40px;
 }

 .step-item:nth-child(even) .step-content,
 .step-item:nth-child(even) .step-visual {
  order: unset;
 }

 .section-title {
  font-size: 2rem;
 }

 .features-grid {
  grid-template-columns: 1fr;
 }

 .company-info {
  padding: 60px 20px;
 }

 .cta-section {
  padding: 60px 0;
 }

 .cta-title {
  font-size: 2rem;
 }
}

@media (max-width: 480px) {
 .hero-section {
  height: 60vh;
 }

 .hero-content h1 {
  font-size: 2rem;
 }

 .section {
  margin-bottom: 60px;
 }

 .main-content {
  padding: 60px 0;
 }
}
/*////////////////////////////////
  カテゴリーから探す
////////////////////////////////*/

/* ヘッダーセクション */
.page-header {
 background-color: #f8f9fa;
 padding: 60px 0 40px;
 text-align: center;
 border-bottom: 1px solid #e9ecef;
}

.page-title {
 font-size: 2.5rem;
 font-weight: 300;
 margin-bottom: 15px;
 color: #333;
 letter-spacing: 0.05em;
}

.page-description {
 font-size: 1.1rem;
 color: #666;
 max-width: 650px;
 margin: 0 auto;
}

/* パンくずリスト */
.breadcrumb {
 padding: 20px 0;
 font-size: 0.9rem;
 color: #666;
}

.breadcrumb a {
 color: #b598c6;
 text-decoration: none;
}

.breadcrumb a:hover {
 text-decoration: underline;
}

.breadcrumb-separator {
 margin: 0 8px;
 color: #ccc;
}

/* メインコンテンツ */
.main-content {
 padding: 40px 0 80px;
}

/* タブナビゲーション */
.tab-navigation {
 display: flex;
 justify-content: center;
 margin-bottom: 50px;
 border-bottom: 2px solid #f0f0f0;
}

.tab-button {
 padding: 15px 30px;
 background: none;
 border: none;
 font-size: 1.1rem;
 font-weight: 500;
 color: #666;
 cursor: pointer;
 transition: all 0.3s ease;
 border-bottom: 3px solid transparent;
 margin: 0 10px;
 text-transform: uppercase;
 letter-spacing: 0.05em;
}

.tab-button:hover {
 color: #b598c6;
}

.tab-button.active {
 color: #b598c6;
 border-bottom-color: #b598c6;
}

/* タブコンテンツ */
.tab-content {
 display: none;
}

.tab-content.active {
 display: block;
 animation: fadeInUp 0.5s ease forwards;
}

/* カテゴリグリッド */
.category-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 30px;
 margin-bottom: 40px;
}

/* カテゴリカード */
.category-card {
 background: #fff;
 border-radius: 12px;
 overflow: hidden;
 box-shadow: 0 4px 20px rgba(0,0,0,0.08);
 transition: all 0.3s ease;
 border: 1px solid #f0f0f0;
}

.category-card:hover {
 transform: translateY(-5px);
 box-shadow: 0 8px 30px rgba(181, 152, 198, 0.15);
}

/* 単一カテゴリ表示用 */
.single-category {
 max-width: 600px;
 margin: 0 auto;
}

/* カテゴリヘッダー */
.category-header {
 position: relative;
 height: 200px;
 background: linear-gradient(135deg, #b598c6, #d4c2dc);
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}

.category-header::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-size: cover;
 background-position: center;
 opacity: 0.2;
}

.mens-header::before {
 background-image: url('https://images.unsplash.com/photo-1516826957135-700dedea698c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
}

.womens-header::before {
 background-image: url('https://images.unsplash.com/photo-1483985988355-763728e1935b?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
}

.kids-header::before {
 background-image: url('https://images.unsplash.com/photo-1471286174890-9c112ffca5b4?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
}

.category-title {
 position: relative;
 z-index: 2;
 font-size: 2rem;
 font-weight: 600;
 color: white;
 text-transform: uppercase;
 letter-spacing: 0.1em;
}

/* カテゴリボディ */
.category-body {
 padding: 30px;
}

.category-description {
 font-size: 0.95rem;
 color: #666;
 margin-bottom: 25px;
 line-height: 1.6;
}

/* サブカテゴリリスト */
.subcategory-list {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 12px;
}

.subcategory-item {
 display: block;
 padding: 12px 16px;
 background-color: #f8f9fa;
 border-radius: 8px;
 text-decoration: none;
 color: #333;
 transition: all 0.3s ease;
 font-size: 0.95rem;
 text-align: center;
 border: 1px solid transparent;
}

.subcategory-item:hover {
 background-color: #b598c6;
 color: white;
 transform: translateY(-2px);
 box-shadow: 0 4px 12px rgba(181, 152, 198, 0.3);
}

.subcategory-item::before {
 content: '';
 display: inline-block;
 width: 6px;
 height: 6px;
 background-color: #b598c6;
 border-radius: 50%;
 margin-right: 8px;
 transition: all 0.3s ease;
}

.subcategory-item:hover::before {
 background-color: white;
}

/* 全体ビューリンク */
.view-all-link {
 display: block;
 margin-top: 20px;
 padding: 12px 0;
 text-align: center;
 color: #b598c6;
 text-decoration: none;
 font-weight: 500;
 border-top: 1px solid #e9ecef;
 transition: all 0.3s ease;
}

.view-all-link:hover {
 color: #9683a8;
 background-color: #f8f9fa;
}

/* 特集セクション */
.featured-section {
 background-color: #f8f9fa;
 padding: 60px 0;
 margin-top: 60px;
 border-radius: 12px;
}

.featured-title {
 font-size: 2rem;
 font-weight: 300;
 text-align: center;
 margin-bottom: 40px;
 color: #333;
 letter-spacing: 0.05em;
}

.featured-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 gap: 30px;
}

.featured-item {
 background: white;
 border-radius: 8px;
 overflow: hidden;
 box-shadow: 0 2px 15px rgba(0,0,0,0.1);
 transition: all 0.3s ease;
 text-decoration: none;
 color: inherit;
}

.featured-item:hover {
 transform: translateY(-3px);
 box-shadow: 0 8px 25px rgba(181, 152, 198, 0.2);
}

.featured-image {
 height: 180px;
 background-size: cover;
 background-position: center;
}
.featured-brand {
	background-image: url('https://images.unsplash.com/photo-1523381210434-271e8be1f52b?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
}

.featured-new {
	background-image: url('https://images.unsplash.com/photo-1445205170230-053b83016050?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
}

.featured-sale {
	background-image: url('https://images.unsplash.com/photo-1607345366928-199ea26cfe3e?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
}
.featured-content {
 padding: 20px;
 text-align: center;
}

.featured-content h3 {
 font-size: 1.2rem;
 font-weight: 600;
 margin-bottom: 8px;
 color: #333;
}

.featured-content p {
 font-size: 0.9rem;
 color: #666;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
 .page-title {
  font-size: 2rem;
 }

 .tab-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-items: center;
  max-width: 400px;
  margin: 0 auto 50px;
 }

 .tab-button {
  margin: 0;
  padding: 12px 20px;
  font-size: 0.95rem;
  width: 100%;
  text-align: center;
 }

 .category-grid {
  grid-template-columns: 1fr;
  gap: 25px;
 }

 .category-header {
  height: 150px;
 }

 .category-title {
  font-size: 1.5rem;
 }

 .subcategory-list {
  grid-template-columns: 1fr;
 }

 .featured-grid {
  grid-template-columns: 1fr;
 }

 .main-content {
  padding: 30px 0 60px;
 }

 .featured-section {
  padding: 40px 0;
  margin-top: 40px;
 }
}

@media (max-width: 480px) {
 .page-header {
  padding: 40px 0 30px;
 }

 .page-title {
  font-size: 1.8rem;
 }

 .category-body {
  padding: 20px;
 }

 .container {
  padding: 0 15px;
 }
}

/* アニメーション */
@keyframes fadeInUp {
 from {
  opacity: 0;
  transform: translateY(30px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
    }
}

.category-card {
 animation: fadeInUp 0.6s ease forwards;
}

.category-card:nth-child(1) { animation-delay: 0.1s; }
.category-card:nth-child(2) { animation-delay: 0.2s; }
.category-card:nth-child(3) { animation-delay: 0.3s; }
/*////////////////////////////////
  brandから探す
////////////////////////////////*/
/* ヘッダーセクション */
    .page-header {
        background: linear-gradient(135deg, #b598c6, #d4c2dc);
        padding: 60px 0 40px;
        text-align: center;
        color: white;
    }

    .page-title {
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 15px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .page-description {
        font-size: 1.1rem;
        max-width: 650px;
        margin: 0 auto;
        opacity: 0.9;
    }

    /* パンくずリスト */
    .breadcrumb {
        padding: 20px 0;
        font-size: 0.9rem;
        color: #666;
    }

    .breadcrumb a {
        color: #b598c6;
        text-decoration: none;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

    .breadcrumb-separator {
        margin: 0 8px;
        color: #ccc;
    }

    /* メインコンテンツ */
    .main-content {
        padding: 40px 0 80px;
    }

    .content-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .content-title {
        font-size: 2rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
        letter-spacing: 0.02em;
    }

    .content-subtitle {
        font-size: 1rem;
        color: #666;
        max-width: 500px;
        margin: 0 auto;
    }

    /* ブランドグリッド */
    .brand-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 60px;
    }

    /* ブランドアイテム */
    .brand-item {
        position: relative;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        text-decoration: none;
        color: inherit;
        aspect-ratio: 1081/307;
    }

    .brand-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(181, 152, 198, 0.2);
    }

    .brand-banner {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    /* オーバーレイ効果 */
    .brand-banner::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(181, 152, 198, 0.8), rgba(212, 194, 220, 0.8));
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .brand-item:hover .brand-banner::after {
        opacity: 1;
    }

    /* ブランド情報 */
    .brand-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
        color: white;
        padding: 20px 15px 15px;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .brand-item:hover .brand-info {
        transform: translateY(0);
    }

    .brand-name {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    .brand-description {
        font-size: 0.85rem;
        opacity: 0.9;
        line-height: 1.4;
    }

    /* ダミーバナー用のスタイル */
    .brand-banner.dummy {
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #f8f9fa, #e9ecef);
        font-size: 1.2rem;
        font-weight: 600;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    /* 人気ブランドセクション */
    .popular-brands {
        background-color: #f8f9fa;
        padding: 60px 0;
        margin-top: 60px;
        border-radius: 12px;
    }

    .popular-title {
        font-size: 2rem;
        font-weight: 300;
        text-align: center;
        margin-bottom: 40px;
        color: #333;
        letter-spacing: 0.05em;
    }

    .popular-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .popular-item {
        background: white;
        padding: 30px 20px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        text-decoration: none;
        color: inherit;
    }

    .popular-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(181, 152, 198, 0.15);
    }

    .popular-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(45deg, #b598c6, #d4c2dc);
        border-radius: 50%;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: white;
    }

    .popular-item h3 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .popular-item p {
        font-size: 0.9rem;
        color: #666;
    }

    /* レスポンシブデザイン */
    @media (max-width: 768px) {
        .page-title {
            font-size: 2rem;
        }

        .brand-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .popular-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .main-content {
            padding: 30px 0 60px;
        }

        .popular-brands {
            padding: 40px 0;
            margin-top: 40px;
        }

        .content-title {
            font-size: 1.5rem;
        }

        .brand-info {
            padding: 15px 10px 10px;
        }

        .brand-name {
            font-size: 1rem;
        }

        .brand-description {
            font-size: 0.8rem;
        }
    }

    @media (max-width: 480px) {
        .page-header {
            padding: 40px 0 30px;
        }

        .page-title {
            font-size: 1.8rem;
        }

        .container {
            padding: 0 15px;
        }

        .brand-grid {
            gap: 12px;
        }
    }

    /* アニメーション */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .brand-item {
        animation: fadeInUp 0.6s ease forwards;
    }

    .brand-item:nth-child(1) { animation-delay: 0.1s; }
    .brand-item:nth-child(2) { animation-delay: 0.2s; }
    .brand-item:nth-child(3) { animation-delay: 0.3s; }
    .brand-item:nth-child(4) { animation-delay: 0.4s; }
    .brand-item:nth-child(5) { animation-delay: 0.5s; }
    .brand-item:nth-child(6) { animation-delay: 0.6s; }
    .brand-item:nth-child(7) { animation-delay: 0.7s; }
    .brand-item:nth-child(8) { animation-delay: 0.8s; }
/*////////////////////////////////
  tokusyo
////////////////////////////////*/
.tokusho-table{
  width:100%;
  border-collapse:collapse;
  margin-top:20px;
}
.tokusho-table th,
.tokusho-table td{
  border:1px solid #ddd;
  padding:10px;
  vertical-align:top;
}
.tokusho-table th{
  background:#f8f8f8;
  font-weight:bold;
  width:25%;
}

/*////////////////////////////////
  footer
////////////////////////////////*/
@media(max-width: 921px){
 .ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row {
 grid-template-columns: 1fr;
 } }

/*sns*/
.footer-sns-icons {
  display: flex;
  justify-content: center;
  gap: 16px; /* アイコン間の余白 */
  margin-bottom: 10px;
}
.footer-sns-icons a img {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}
.footer-sns-icons a img:hover {
  opacity: 0.7;
}

/*logo*/
.site-above-footer-wrap,
.site-primary-footer-wrap{
 padding-top: 0;
 padding-bottom: 0;
}
.site-footer-primary-section-2 img{
 max-width: 200px;
}