@charset "utf-8";

/*===== 基本設定 =====*/
:root {
  --color-primary: #555555;
  --color-secondary: #8B6D5E;
  --color-accent: #DCC4B8;
  --color-frame: #CCCCCC;	
  --color-text: #444444;
  --color-back: #E8D5CC;
  --color-light: #F5F5F5;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-sand: #B4A27B;	
  --color-pink: #D8A7A7;
  --color-mint: #A8C3A3;
  --color-blue: #A7C6D8;
  --color-green: #88B175;
  --color-attn: #D59B09;
  --color-sale: #C30002;
  --color-line: #3D863D;	
  --color-rakuten: #BF0000;
  --color-yahoo: #FF0033;
  --transition: all 0.4s ease}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box}

html {
  margin: 0;
  padding: 0}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: var(--color-primary);
  line-height: 1.7;
  max-width: 1080px;
  margin: 0 auto}

main {
  padding: 0;
  background-color: var(--color-light)}

article {
  display: block;
  margin: 0 auto}

section {
  position: relative;
  overflow: hidden}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: var(--transition)}

a {
  color: inherit; 
  text-decoration: none;
  transition: var(--transition)}

a:link {
  
}

a:visited {
  
}

a[href^="mailto:"] {
  color: inherit !important}

a:hover {
  
  
}

a.btn, a.btn:link, a.btn:visited {
  color: var(--color-white)}
/*===== =====*/

/*===== タイポグラフィ =====*/
h1, h2, h4, h3, h5, h6 {
  font-family: 'Noto Serif JP', Georgia, 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'MS P明朝', serif;
  line-height: 1.4}

h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500}

h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  margin-bottom: 1.75rem;
  font-weight: 500}

h3 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  margin-bottom: 1.5rem;
  font-weight: 500}

h4 {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  margin-bottom: 1.25rem;
  font-weight: 400}

h5 {
  font-size: clamp(0.8rem, 2.5vw, 1.25rem);
  margin-bottom: 0.9rem;
  font-weight: 300}

/*===== h2見出し：新作/再販スライダー・ランキング・インスタ・特集バナー =====*/
.new-arrival h2,
.restock h2,
.ranking h2,
.recommend h2,
.instagram h2,
.feature-banner h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 24px}
/*===== =====*/

p {
  font-size: 0.875rem;
  margin-bottom: 20px}

.title-p {
    margin: -22px 0 28px 0;
    font-size: 0.8rem;
    letter-spacing: 0.4rem;
    text-align: center}

/*===== 区切り =====*/
.hr-thin {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  margin: 12px 16px;
}

/*===== シャドウ =====*/
.shadow {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1)}
		
/*===== アンダーバー =====*/
.u_bar {
  padding-bottom: 15px;
  border-bottom: 1.75px solid var(--color-accent)}

/*===== フェードイン＆アップ =====*/
.fade-in {
  opacity: 0.2;
  transform: translateY(20px); 
  transition: all 1s ease}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0)}

/*===== アイコン/矢印：サイズ/高さ調整 =====*/
.icon-adj {
  font-size: 0.8rem;
  vertical-align: 2px}

/*===== 点滅・テキスト =====*/
.blink-text {
  animation: blink 1.75s ease-in-out infinite;
  opacity: 1}

@keyframes blink {
  0, 100% {
    opacity: 1}
  50% {
    opacity: 0.6}
}

/*===== セール・テキスト =====*/
.sale-text {
  color: var(--color-sale)}

/*===== 注目・テキスト =====*/
.attn-text {
  color: var(--color-attn)}

/* ===== 問い合わせ・お買い物ガイド・TOP戻る共通円形ボタン ===== */
.circle-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.2s ease, background-color 0.3s ease;
  z-index: 9999;
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom));
  line-height: normal !important;
  vertical-align: baseline !important;
}

/* ===== TOPに戻る（左下共通） ===== */
.back-to-top {
  left: max(15px, env(safe-area-inset-left));
  background-color: rgba(200,200,200,0.8);
  border: none;
}
.back-to-top:hover { background-color: rgba(150,150,150,0.9); }

/* ===== お問い合わせ（商品ページ用：右下） ===== */
.inquiry-btn {
  right: max(15px, env(safe-area-inset-right));
  background-color: rgba(173,202,227,0.9) !important;
  border: none;
}
.inquiry-btn:hover {
  transform: scale(1.05);
  background-color: rgba(153,182,207,0.9) !important;
}
.inquiry-btn > span {
  font-size: 0.65rem !important;
  font-weight: normal !important;
  line-height: 1.1;
  text-align: center;
  display: block;
  color: var(--color-text);
  pointer-events: none;
  transform: translateY(1px);
}

/* ===== お買い物ガイド（TOPページ用：右下） ===== */
.regina-btn {
  right: max(15px, env(safe-area-inset-right));
  background-color: rgba(234,193,79,0.95); /* 明るめの上品ゴールド */
  border: none;
  color: #fff; /* 白文字で可読性確保 */
  font-weight: bold; /* 高級感と視認性UP */
}
.regina-btn:hover {
  transform: scale(1.05);
  background-color: rgba(213, 155, 9, 0.95); /* 元の#D59B09寄りで落ち着き */
}
.regina-btn > span {
  font-size: 0.65rem !important;
  font-weight: normal !important;
  line-height: 1.1;
  text-align: center;
  display: block;
  color:var(--color-text);
  pointer-events: none;
  transform: translateY(1px);
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .circle-btn { width: 50px; height: 50px; }
  .arrow { font-size: 18px; }
  .text { font-size: 10px; }
  .inquiry-btn > span { font-size: 0.58rem; }
}
@media (max-width: 480px) {
  .circle-btn { width: 45px; height: 45px; bottom: 15px; }
  .back-to-top { left: 15px; }
  .inquiry-btn, .regina-btn { right: 15px; }
}


/*===== ハンバーガーメニューの中身 =====*/
.hamburger-content {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 999}

/*===== ボタン・グループ =====*/
.button-group {
  width: 90%;
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 auto 20px auto}

.button-group a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
  text-decoration: none}

.button-group .mypage-btn {
  background-color: var(--color-white);
  color: var(--color-primary)}

.button-group .mypage-btn:hover {
  background-color: var(--color-text);
  color: var(--color-white);
  border-color: var(--color-text)}

.button-group .signup-btn {
  background-color: var(--color-secondary);
  color: var(--color-white);
  border: 1px solid var(--color-secondary)}

.button-group .signup-btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black)}

/*===== メニュー内：検索フォーム =====*/
.search-box {
  width: 90%;
  position: relative;
  margin: 0 auto 20px auto}
.search-box form {
  position: relative;
  width: 100%;
  display: block}
.search-box input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 40px 12px 15px;
  border: 1px solid var(--color-frame);
  border-radius: 25px;
  font-size: 1rem;
  -webkit-appearance: none}
.search-box i.fas.fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 1rem;
  cursor: pointer}
.search-box i.fas.fa-search:hover {
  color: var(--color-black)}
.search-box button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer}
.search-box button i {
  color: var(--color-primary);
  font-size: 1rem}
.search-box button:hover i {
  color: var(--color-black)}

/*===== メニュー内：SNS =====*/
.menu_sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0}
.menu_sns a {
  color: var(--color-primary);
  font-size: 24px;
  transition: color 0.4s ease}
.menu_sns a:hover {
  color: var(--color-black)}

/*===== メニュー内：カテゴリー =====*/
.menu-category {
  display: flex;
  max-width: 720px;
  flex-direction: column;
  margin: 0 0 20px 20px;
  gap: 10px}

.menu-category a {
  display: inline-block; 
  position: relative; 
  text-align: center;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.4s ease;
  padding-bottom: 5px}

.menu-category a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); 
  width: 80%; 
  border-bottom: 1px dotted var(--color-frame)}

.menu-category a:hover {
  color: var(--color-black)}

.category-links-wrap {
  position: relative;
  overflow: hidden;
  margin: 5px auto;
  padding: 5px 15px;
}

.category-links {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-links::-webkit-scrollbar {
  display: none;
}

.category-links ul {
  display: flex;
  gap: 0.55rem;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
}

.category-links li {
  flex: 0 0 auto;
  position: relative;
  padding-right: 1.2rem;
}

.category-links li::after {
  content: "│";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(30%, -50%);
  color: #ccc;
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}

.category-links li:last-child::after {
  content: "";
  display: none;
}

.category-links a {
  display: block;
  padding: 8px 4px;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.category-links a:hover {
  color: var(--color-black);
}

@media (max-width: 767px) {
  .category-links a {
    font-size: 1rem;
  }
}

.category-links-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 125px;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.0));
  pointer-events: none;
  z-index: 2;
}

.category-links-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text);
  z-index: 3;
  pointer-events: none;
  user-select: none;
  cursor: pointer;
}

.category-links.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/*===== =====*/

/*===== ハッシュタグ・ウインドウ =====*/
.hashtag-section {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  margin-top: 10px}

.hashtag-category {
  margin-bottom: 20px}

.hashtag-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px}

.hashtag-category ul li a {
  background: var(--color-light);
  color: var(--color-primary);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  text-decoration: none;
  border: 1px solid var(--color-frame);
  transition: 0.3s}

.hashtag-category ul li a:hover {
  background: var(--color-accent);
  color: var(--color-white)}
/*===== =====*/

/*===== ヘッダー1段目 =====*/
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 18px;
  background-color: rgba(255, 255, 255, 0.9);
  position: sticky;
  top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)}

.brand-logo {
  width: 30%;
  max-width: 115px;
  height: auto;
  max-height: 28px;
  margin-left: 0.45rem;
  margin-bottom: 0.25rem;
  position: relative; 
  top: 0}

.brand-logo img {
  width: 100%;
  transition: opacity 0.4s ease}

.brand-logo img:hover {
  opacity: 0.8
}

.header-right {
  display: flex;
  gap: 17px;
  align-items: center
}

.header-right img, .header-right svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
}

.header-right i {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
/*=====  =====*/

.cart-icon,
.hamburger-menu {
  font-size: 20px;
  color: var(--color-text);
  transition: color 0.4s ease}

.hamburger-menu i {
  transition: all 0.3s ease}

.hamburger-menu.active i::before {
  content: "\f00d"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900}

.cart-icon:hover,
.hamburger-menu:hover {
  color: var(--color-black)}
/*===== =====*/


/*===== 250609：CLS対策追加 =====*/
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/fa-solid-900.woff2') format('woff2'); /* あなたのパスに合わせて */
  font-display: swap; /* ←これが超重要！ */
}
/*===== =====*/

/*===== ヘッダー2段め =====*/
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 18px;
  background-color: var(--color-light);
  border-top: 1px solid #eee}

/*===== shopping guide ボタン =====*/
.shopping-guide {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--color-text);
  text-decoration: none;
  letter-spacing: 0.04em;
  padding: 5px 15px;
  border-radius: 25px;

  /* 白背景でも見えるリキッド感（影控えめ） */
  background: linear-gradient(145deg, rgba(255,255,255,0.7), rgba(240,240,240,0.4));
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.3),
              0 2px 6px rgba(0,0,0,0.15); /* ←影を短め＆控えめ */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shopping-guide:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.4),
              0 1px 4px rgba(0,0,0,0.2); /* 押し込み時も小さめ影 */
}

/*===== 250616：.icons CLS対策追加 =====*/
.header-bottom .icons i {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
/*===== =====*/

.icons {
  display: flex;
  gap: 17px}

.icons a {
  color: var(--color-primary);
  font-size: 20px;
  transition: color 0.4s ease}

.icons a:hover {
  color: var(--color-black)}
/*===== =====*/


/* ===== ヘッダー用アコーディオン ===== */
.hdr-accordion-box {
  border-bottom: 1px solid #ddd;
}

.hdr-accordion-header {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 14px 16px;
  background-color: #f9f9f9;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center; 
}

.hdr-accordion-header::after {
  content: '＋';
  position: absolute;
  right: 1rem;
  font-weight: 500;
}
.hdr-accordion-box.open .hdr-accordion-header::after {
  content: '－';
}

.hdr-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.hdr-accordion-box.open .hdr-accordion-content {
  max-height: 1000px;
}

/* 中のリンク部分：2カラム */
.hdr-accordion-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
  padding: 8px 16px 12px 16px;
}

.hdr-accordion-links a {
  font-size: 0.75rem;
  padding: 6px 0;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
  color: var(--color-text);
  display: block;
  line-height: 1.4;
  text-align: left;
}

/* ===== ヘッダー用カテゴリ直リンク（＋無し） ===== */
.category-text {
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  padding: 14px 16px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.category-text a {
  display: block;
  color: var(--color-text);
  text-decoration: none;
  padding: 6px 0;
}

.category-text a:hover {
  color: var(--color-black);
}

.category-border {
  border-bottom: 1px solid #ddd;  /* 下線を追加して区切る */
}
/* */

/*===== お詫びインフォメーション =====*/
.ap-text {
  color: var(--color-primary, #555555);
  text-align: center;
  text-decoration: underline;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 0.5em 0}
/*===== =====*/

/*===== 特報インフォメーション =====*/
.sp-text {
  color: var(--color-white)!important;
  text-align: center;
  text-decoration: underline;
  background: linear-gradient(
    135deg,
    #e3a6b6 0%,
    #c88b9c 100%
  ); /* ローズベージュ～アンティークピンク */
  padding: 6px 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* ほんのり陰影で高見え */
}

.sp-text a {
  color: white !important;
}

/*===== =====*/

/*===== モーダルウィンドウ =====*/
.modal-container {
  position: fixed;
  bottom: 12px; 
  right: 12px; 
  width: 32%;             
  max-width: 260px;       
  box-sizing: border-box; 
  background-color: rgba(255,255,255,0.9); 
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); /* 影も少し軽めに */
  padding: 3px;           /* パディング細め */
  border-radius: 3px;     /* 角丸も小さく */
  opacity: 0;             
  visibility: hidden; 
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 999;
  backdrop-filter: blur(3px);
}

.modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  font-size: 1.2rem;     /* 少しだけ小さく */
  line-height: 1.25; 
  font-weight: bold;
  color: var(--color-white);
  opacity: 0.75; 
  z-index: 2; 
  text-align: center;
  pointer-events: none;
}

.close {
    position: absolute;
    top: -14px;   
    right: 10px; 
    font-size: 36px;   /* 大きさは維持 */
    color: #ffffff; 
    cursor: pointer;
    z-index: 100; 
    background: none; 
    border: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.modal-container.show {
  opacity: 1;
  visibility: visible;
}

.modal-container.hide {
  opacity: 0;
  visibility: hidden;
}
/*===== =====*/


/* ===== 問い合わせボタン（円形モーダル風） ===== */
.inquiry-btn {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  width: 50px;       /* 大きさは自由に調整 */
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.3); /* 縁を1px */
  background-color: rgba(255,255,255,0.9); 
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.2s ease, background-color 0.3s ease;
}

.inquiry-btn:hover {
  transform: scale(1.05);
  background-color: rgba(255,255,255,1);
}

/* ボタン内のアイコンやテキスト */
.inquiry-btn span {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-text);
  pointer-events: none;
}


/*===== more info ボタン =====*/
.more-info {
  display: block; 
  width: fit-content; 
  margin: 32px auto; 
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-text);
  text-decoration: none;
  padding: 7px 25px; 
  border-radius: 25px;

  /* ▼リキッド感（影控えめ） */
  background: linear-gradient(145deg, rgba(255,255,255,0.7), rgba(240,240,240,0.4));
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.3),
              0 2px 6px rgba(0,0,0,0.15); /* ←広がりすぎない程度に短く */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.more-info:active {
  transform: scale(0.95);
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.4),
              0 1px 4px rgba(0,0,0,0.2); /* 押した時もコンパクト影 */
}
/*===== =====*/

/*===== 特集バナー =====*/
.feature-banner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box}
/*===== =====*/

/*===== 特集バナー：上段1カラム =====*/
.feature-banner .top-banner img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.4s ease}

.feature-banner .top-banner img:hover {
  transform: scale(1.02)}
/*===== =====*/

/*===== 特集バナー：下段2カラム =====*/
.feature-banner .bottom-2banners {
  display: flex;
  flex-wrap: wrap; 
  gap: 16px; 
  padding: 0; 
  list-style: none}

.feature-banner .bottom-2banners li {
  flex: 1 1 calc(50% - 10px); 
  box-sizing: border-box; 
  min-width: calc(50% - 10px)}

.feature-banner .bottom-2banners img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.4s ease}

.feature-banner .bottom-2banners img:hover {
  transform: scale(1.02)}
/*===== =====*/

/*===== 特集バナー：下段3カラム =====*/
.feature-banner .bottom-3banners {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; 
  gap: 8px; 
  padding: 0; 
  list-style: none}

.feature-banner {
  overflow: visible}

.feature-banner .bottom-3banners li {
  flex: 1 1 calc(33.333% - 8px); 
  box-sizing: border-box; 
  min-width: calc(33.333% - 8px)}

.feature-banner .bottom-3banners img {
  width: 100%;
  height: auto;
  padding: 0 5px;
  margin: 0;
  border-radius: 8px;
  transition: transform 0.4s ease}

.feature-banner .bottom-3banners img:hover {
  transform: scale(1.02)}

/*===== 特集バナー：下段4カラム =====*/
.feature-banner .bottom-4banners {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  max-width: 1080px;
  margin: 0 auto}

.feature-banner .bottom-4banners li {
  flex: 1 1 calc(25% - 9px); 
  box-sizing: border-box;
  min-width: calc(25% - 9px)}

.feature-banner .bottom-4banners img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.4s ease}

.feature-banner .bottom-4banners img:hover {
  transform: scale(1.02)}

/*===== 特集バナー：下段5カラム =====*/
.feature-banner .bottom-5banners {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  max-width: 1080px;
  margin: 0 auto}

.feature-banner .bottom-5banners li {
  flex: 1 1 calc(20% - 8px); 
  box-sizing: border-box;
  min-width: calc(20% - 8px)}

.feature-banner .bottom-5banners img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.4s ease}

.feature-banner .bottom-5banners img:hover {
  transform: scale(1.02)}

.feature-banner .bottom-3banners li {
  position: relative}

.brand-banner-scroll-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: var(--color-white)}

.brand-banner-scroll {
  display: flex;
  gap: 0.8rem; 
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
  -ms-overflow-style: none}

.brand-banner-scroll::-webkit-scrollbar {
  display: none}

.brand-banner-scroll li {
  flex: 0 0 auto;
  width: 25%; 
  height: 100%}

.brand-banner-scroll img {
  display: block;
  width: 80%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 2 / 1;
  margin-left: 10px}

.brand-banner-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 100%;
  background: linear-gradient(to left, white, transparent);
  pointer-events: none;
  z-index: 2}

.brand-banner-white-top {
  width: 100%;
  height: 10px;
  background-color: var(--color-white); 
  position: relative;
  z-index: 3}

.brand-banner-scroll.dragging {
  cursor: grabbing}
.brand-banner-scroll {
  cursor: grab}

@media (max-width: 767px) {
  .brand-banner-scroll li {
    flex: 0 0 25%; 
    min-width: 25%}

  .brand-banner-scroll {
    gap: 0.2rem; 
    padding: 0}
}

/*===== ランキング・バッジ =====*/
.rank-badge {
  position: absolute;
  top: -5px;
  left: -4px;
  width: 35px;
  height: 35px;
  background: rgba(128, 128, 128, 0.7); 
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 1}
/*===== =====*/

/*===== ランキングバッジ［レスポンシブ～767px］ =====*/
@media screen and (max-width: 767px) {
.rank-badge {
  position: absolute;
  top: -4px;
  left: -2px;
  width: 28px;
  height: 28px}
}

/*===== 特集バナー［レスポンシブ～480px］ =====*/
@media screen and (max-width: 480px) {
.feature-banner {
  padding: 0 10px}

.feature-banner .bottom-banners {
  flex-direction: row; 
  gap: 10px}

.feature-banner .bottom-banners li {
  flex: 1 1 calc(50% - 5px); 
  min-width: calc(50% - 5px)}
}
/*===== =====*/

/*===== Instagram自動更新 =====*/
.insta_main {
  padding: 0 20px;
  margin: 40px auto;
  text-align: center;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box}

.insta_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.insta_list li {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  flex: 1 1 calc(33.333% - 8px);
  box-sizing: border-box;
  min-width: calc(33.333% - 8px);
}

.insta_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0 5px;
  margin: 0;
  border-radius: 8px;
  transition: transform 0.4s ease;
  display: block;
  object-fit: cover;
}

.insta_list li img:hover {
  transform: scale(1.02);
}
/*===== =====*/


/* ================================
   サポート・ガイド
================================ */
.support-guide {
  padding: 40px 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.support-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.support-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.support-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #333;
  margin-right: 16px;
}

.support-text h3 {
  font-size: 1.1rem;
  margin: 0 0 5px;
  font-weight: 600;
  color: #222;
}

.support-text p {
  font-size: 0.875rem;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* SP対応 */
@media (max-width: 768px) {
  .support-grid {
    grid-template-columns: 1fr;
  }
}
/*===== =====*/


/*===== フッター =====*/
footer {
  background-color: var(--color-text);
  color: var(--color-white); 
  padding: 15px;
  text-align: center}

.footer-info h6 {
  font-size: 1.0rem;
  letter-spacing: 0.5em;
  margin: 30px 0 0 0}

.footer-logo {
  width: 150px;
  margin: 16px 0 8px}

.footer-info {
  margin-bottom: 18px}

.footer-info p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  margin: 30px 0 0 0}

.footer-logo {
  width: 150px;
  margin: 16px 0 8px}

.footer-info {
  margin-bottom: 18px}

.footer-info p {
  font-size: 0.8rem;
  margin-bottom: 1rem}

/*===== ヘッダー2段め in フッター =====*/
.footer-bottom-wrap {
	width: 328px;
	max-width: 100%;
	margin: 15px auto}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px 0 10px;
  background-color: var(--color-text)}

.icons-white {
  display: flex;
  gap: 20px}

.icons-white a {
  color: var(--color-white);
  font-size: 20px;
  transition: color 0.4s ease}

.icons-white a:hover {
  color: var(--color-primary)}
/*===== =====*/


/*===== PC/タブレット・マージン =====*/
.mb-10 {
  margin-bottom: 10px}

.mb-20 {
  margin-bottom: 20px}

.mb-30 {
  margin-bottom: 30px}

.mb-40 {
  margin-bottom: 40px}

.mb-50 {
  margin-bottom: 50px}

.mb-75 {
  margin-bottom: 75px}

.mb-100 {
  margin-bottom: 100px}

.mb-125 {
  margin-bottom: 125px}

.mb-150 {
  margin-bottom: 150px}

.mb-200 {
  margin-bottom: 200px}
/*===== =====*/

/*===== マイナス・マージン =====*/
.mb-n10 {
  margin-bottom: -10px}

.mb-n20 {
  margin-bottom: -20px}

.mb-n30 {
  margin-bottom: -30px}

.mb-n40 {
  margin-bottom: -40px}

.mb-n50 {
  margin-bottom: -50px}
/*===== =====*/

/*===== レスポンシブ対応 =====*/
@media (max-width: 767px) {

/*===== スマホ マージン =====*/
.mb-10 {
  margin-bottom: 0.625rem}

.mb-20 {
  margin-bottom: 1.25rem}

.mb-30 {
  margin-bottom: 1.875rem}

.mb-40 {
  margin-bottom: 2.5rem}

.mb-50 {
  margin-bottom: 3.125rem}

.mb-75 {
  margin-bottom: 4.6875rem}

.mb-100 {
  margin-bottom: 6.25rem}

.mb-125 {
  margin-bottom: 7.8125rem}

.mb-150 {
  margin-bottom: 9.375rem}

.mb-200 {
  margin-bottom: 12.5rem}
}
/*===== =====*/