/* === ヘッダー全体 === */
.usm_header {
  background-color: rgb(189, 25, 108);
  color: #333;
  font-family: 'Arial', sans-serif;
}
.usm_header {
  opacity: 1 !important;
}

/* 上段：ロゴ＋ナビ */
.usm_header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  flex-wrap: wrap;

}

/* ロゴ全体（画像＋テキスト） */
.usm_logo {
  display: flex;
  align-items: center;
  gap: 1vw;
  text-decoration: none;
}

/* ロゴ画像 */
.usm_logo img {
  width: 60px;
  height: auto;
  display: block;
}


/* ロゴのテキスト（USM + サブタイトル） */
.usm_logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.usm_logo-text h1 {
  font-size: 1.8vw;
  color: #ffffff;
  margin: 0;
  font-weight: bold;
font-family:sans-serif;
}

/* サブタイトル */
.usm_logo-text .usm_subtitle {
  font-size: 1vw;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
font-family:sans-serif;
  text-align: left;
}

.usm_logo-subtitle {
  font-size: 1vw;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
font-family:sans-serif;
  text-align: left;
}



@media (max-width: 768px) {
.usm_logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.usm_logo-text h1 {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    font-family: sans-serif;
}
.usm_logo-subtitle {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    font-weight: normal;
    font-family: sans-serif;
    text-align: left;
}

}




.usm_nav ul {
  display: flex;
  list-style: none;
  gap: 1.5vw;
  margin: 0;
  padding: 0;
}

.usm_nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4vw;
  font-weight: lighter;
}

.usm_nav a:hover {
  color: #ffffff;
}
/* ------------------------------------------------------------------- */
.usm_user-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

/* 会員登録ボックス */
.usm_user-links .link-register {
  background-color: #2c33dd;
  color: #ffffff;
  font-weight: lighter;
  text-decoration: none;
  padding: 1.5vw 1.5vw;
  border-radius: 0;
  font-size: 1vw;
font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.usm_user-links .link-register:hover {
  background-color: #1a22aa; /* ← 深い青に変化 */
}

/* ログインボックス */
.usm_user-links .link-login {
  background-color: #ed1f38;
  color: #ffffff;
  font-weight: lighter;
  text-decoration: none;
  padding: 1.5vw 1.5vw;
  border-radius: 0;
  font-size: 1vw;
font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.usm_user-links .link-login:hover {
  background-color: #b5182b; /* ← 深い赤に変化 */
}




/* 固定メッセージ */


/* 共通ボックススタイル */
.usm_visitor-box {
  position: fixed;
  left: 0;
  padding: 1.2vw;
  color: #fff;
  font-size: 0.9vw;
  line-height: 1.6;
  box-shadow: none;
  z-index: 9999;
  border-radius: 0;
  border: none;
  writing-mode: vertical-rl;
  text-align: center;
font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  transition: background-color 0.3s ease; /* ← 背景の変化にアニメ */
}

/* 新規登録ボックス */
.usm_box-register {
  bottom: 180px;
  background-color: #2c33dd;
}
.usm_box-register:hover {
  background-color: #404aff; /* ホバー時：青系トーンアップ */
}

/* ログインボックス */
.usm_box-login {
  bottom: 0;
  background-color: #ff0075;
}
.usm_box-login:hover {
  background-color: #ff3385; /* ホバー時：ピンク系トーンアップ */
}

/* リンクスタイル（共通） */
.usm_visitor-box a {
  color: #fff;
  font-weight: lighter;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.usm_visitor-box a:hover {
  opacity: 0.7;
}


/* --------------------フィックスメニュー終わり-------------------------- */





.usm_header {
  opacity: 0;
  transition: opacity 1s ease-out;
}

/* ---------------------------------------ヒーローエリア----------------------------------------------- */

/* === ヒーロー全体 === */
.usm_hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 0;
  background-color:rgb(189, 25, 108);
}

/* === 背景画像5枚横並び === */
/* === 背景画像5枚横並び（縦ずらし）=== */
.usm_hero-gallery {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

/* 共通スタイル */
.usm_hero-gallery .hero-img {
  width: 20%;
  height: 60vh;  /* はみ出してもOKなように */
  object-fit: cover;
  display: block;
}

/* 個別に上下のずれを付ける */
.usm_hero-gallery .hero-img:nth-child(1) {
  margin-top: 2%;
}

.usm_hero-gallery .hero-img:nth-child(2) {
  margin-top: -2%;
}

.usm_hero-gallery .hero-img:nth-child(3) {
  margin-top: 2%;
}

.usm_hero-gallery .hero-img:nth-child(4) {
  margin-top: -2%;
}

.usm_hero-gallery .hero-img:nth-child(5) {
  margin-top: 2%;
}


/* === 前面のテキストとCTA === */
/* ヒーローテキストブロック */
.usm_hero-overlay {
  position: relative;
  z-index: 2;
  background-color: rgba(111, 110, 41, 0.6);
  padding: 1.5vw 2vw;
  line-height: 1.3;
  max-width: 80vw;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  overflow: hidden; /* 擬似要素の光をカットするために必要 */

}

/* 擬似要素による光エフェクト */
.usm_hero-overlay::after {
  content: "";
  position: absolute;
  top: -150%;
  left: -150%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    45deg,
    transparent 40%,
    rgba(254, 232, 88, 0.25) 50%,
    rgba(229, 240, 28, 0.4) 50%,
    rgba(255, 255, 255, 0.25) 20%,
    transparent 60%
  );

  animation: shimmerOverlay 0.1s linear infinite;
  pointer-events: none;
  z-index: 1;
}


/* アニメーション定義 */
@keyframes shimmerOverlay {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 100%);
  }
}


/* タイトル */
.usm_hero-title {
  font-size: 8vw;
  margin-bottom: 0.6vw !important;
  font-weight: lighter;
  font-family: serif;
  letter-spacing: -1rem;
  color:#fff;
}

/* サブタイトル */
.usm_hero-subtitle {
  font-size: 1.1vw;
  margin-bottom: 1.2vw;
}

/* CTAボタン */
 .usm_cta-button {
  display: inline-block;
  padding: 0.6vw 1.8vw;
  background-color: #ff003c;
  color: #fff;
  text-decoration: none;
  font-size: 3vw;
  transition: background-color 0.4s ease-in-out;
  border-radius: 0;
  letter-spacing: 0.05em;
  font-weight: lighter;
  margin-top: 3vh;
  position: relative;
  overflow: hidden;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* 擬似要素：光のエフェクト */
.usm_cta-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    transparent 0%,
    rgba(255, 255, 255, 0.25) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.25) 60%,
    transparent 100%
  );
  pointer-events: none;
  transition: bottom 0.3s ease-in-out; /* ← ゆっくり上昇、覚悟の演出
}

ホバーで光が上へ走る */
.usm_cta-button:hover::after {
  bottom: 100%;
}


}
/* === 初期非表示：ヒーローエリアの画像とテキスト === */
.usm_hero-gallery .hero-img {
  opacity: 0;
  transform: translateY(-50px);
}

/* 初期状態：共通 */
.usm_hero-gallery .hero-img {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* 奇数番目（1,3,5）：上からスライドイン */
.usm_hero-gallery .hero-img:nth-child(odd) {
  transform: translateY(-50px);
}

/* 偶数番目（2,4）：下からスライドイン */
.usm_hero-gallery .hero-img:nth-child(even) {
  transform: translateY(50px);
}
.usm_hero-overlay {
  opacity: 0;
}


@media (max-width: 768px) {
.usm_hero {
    margin-top: -1px;
}
.usm_hero-gallery .hero-img {
    width: 20%;
    height: 30vh;
    object-fit: cover;
    display: block;
}

.usm_hero-gallery .hero-img:nth-child(1) {
    margin-top: 2%;
}
.usm_hero-gallery .hero-img:nth-child(3) {
    margin-top: 2%;
}
.usm_hero-gallery .hero-img:nth-child(5) {
    margin-top: 2%;
}

/* タイトル */
.usm_hero-title {
  letter-spacing: 0;
}
.usm_hero-overlay {
    padding: 3vw 4vw;
}
.usm_hero-subtitle {
    font-size: 15px;
    margin-bottom: 0;
}
.usm_hero {
    height: 30vh;
    overflow: hidden;
}
}












/* -------------------------------------メッセージエリア----------------------------------------- */

/* セクション全体 */
.usm_news-section {
  background-color: rgb(189, 25, 108);
  padding: 5vh 2vw;
  box-sizing: border-box;
  color: #fff;
  /* ↓ 以下が追加プロパティ */
  /* background-image: url("images/IMG_4855-999.png"); /* 適宜パスを変更 */ */
  /* background-repeat: no-repeat;
  background-position: left;
  background-size: contain; /* 必要に応じて cover や auto に変更可能 */ */
}

/* セクションタイトル */
/* ========== 共通タイトルスタイル ========== */
.usm_section-title {
  position: relative;
  text-align: center;
  margin-bottom: 3vw;
  padding: 5vw 0;
  background-color: transparent;
  overflow: hidden;
  min-height: 20vh;
  width: 100%;
}

/* 日本語タイトル */
.usm_title-ja {
  font-size: 2vw;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}

.usm_title-ja::before,
.usm_title-ja::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  margin: 1vw auto;
}

.usm_title-ja::before {
  width: 100%;
}

.usm_title-ja::after {
  width: 100%;
}

/* 英語背景タイトル */
.usm_title-en {
  font-size: 10vw;
  line-height: 1.2;
  background: linear-gradient(45deg, #f065ee, #d92121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: auto;
  text-align: center;
}




/* セクション内コンテナ：左右カラム6:4で横並び */
.usm_news-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  max-width: 85%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 左カラム（カードが折り返す仕様） */
.usm_news-left {
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  box-sizing: border-box;
}

/* スライダー要素は無効化 */
.usm_news-slider {
  display: contents;
}

/* 各カード（最低3列表示を維持） */
.usm_news-card {
  flex: 1 1 calc(33.333% - 1vw);  /* 3列分 */
  min-width: 100px;               /* 最小幅制限：小さすぎを防止 */
  background-color: #333;
  padding: 0;
  box-sizing: border-box;
  font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  height:auto;
}


.usm_news-card img {
  width: 100%;
  height: auto;
  display: block;
  /*margin-bottom: 0.8vw;*/
  border-radius:0;
}

.usm_card-title {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight:100;
  margin:0 4%;
}

/* 右カラム（ニュースリスト） */
.usm_news-right {
  flex: 0 0 40%;
  max-width: 40%;
  font-size: 0.8rem;
font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 2;
}
.usm_news-list li{list-style:none;}




.usm_news-list a {
  color: #fff;
  text-decoration: none !important;
  font-size: 1.2rem;
  font-family:sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 100;
}

/* もっと見るエリア */
.usm_news-more {
  text-align: right;
  margin-top: 2vw;
  margin-right: 5%;
}

/* ボタンスタイル */
.usm_button-more {
  display: inline-block;
  padding: 0.5vw 1.5vw;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  border: 1px solid #fff;
  border-radius: 0;
  transition: all 0.3s ease;
}

.usm_button-more:hover {
  background-color: #fff;
  color: #000;
}


.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* カード自体＆スライドを枠内に収める */
.swiper-slide,
.usm-news-card { min-width: 0; }

/* タイトル要素のセレクタは実際のHTMLに合わせて */
.usm-news-card .card-title,
.usm-news-card_link,
.usm-news-card_caption {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 念のため：長い単語/URL対策 */
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

/* PC/タブレット：1行で… */
@media (min-width: 768px) {
  .usm-news-card_link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* スマホ：2行まで表示して… */
@media (max-width: 767px) {
  .usm-news-card_link {
    display: -webkit-box;
    -webkit-line-clamp: 2;           /* ← ここで行数調整 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    max-height: calc(1em * 1.4 * 2); /* 非WebKitの保険 */
  }
}

@media (max-width: 768px) {
.usm_news-container {
  display: block;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.usm_news-left {
    flex: 0 0 60%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    box-sizing: border-box;
	min-height:48vh;
}
.usm_news-right {
    flex: 0 0 40%;
    max-width: 100%;
    font-size: 1.25rem;
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 2;
}
.usm_title-ja {
    font-size: 28px;
}
.usm_news-list a {
    font-size: 16px;
}

/* もっと見るエリア */
.usm_news-more {
  text-align: right;
  margin-top: 2vw;
  margin-right: 0;
}
}


/* -------------------------------------------------------------------------------------- */



.usm_products-section {
  background-color: #1a1a1a;
  padding: 5vh 2vw;
  box-sizing: border-box;
  color: #fff;



  /* ↓ 以下が追加プロパティ */
  background-image: url("images/sm.svg"); /* 適宜パスを変更 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* 必要に応じて cover や auto に変更可能 */
}

/* セクションタイトル共通スタイル */
.usm_section-title {
  position: relative;
  text-align: center;
  margin-bottom: 3vw;
  padding: 2vw 0;
  background-color: transparent;
  overflow: hidden;
}

/* 日本語タイトル */
.usm_products-title-ja {
  font-size: 2vw;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 10vh 0;
}

/* 上の罫線 */
.usm_products-title-ja::before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto 1vw auto;
}

/* 下の罫線 */
.usm_products-title-ja::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  margin: 1vw auto 0 auto;
}

/* 英語背景タイトル */
.usm_products-title-en {
  font-size: 10vw;
  line-height: 2;
  background: linear-gradient(45deg, #f065ee, #d92121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  height: auto;
  width: 100%;
}


/* -----------------------------------------------------------単品商品エリア用-------------------- */

/* 単品商品タイトル */
.usm_products-single .usm_subtitle {
  font-size: 1.5vw;
  color: #ffffff;
  margin-bottom: 2vw;
  text-align: left;
font-family:sans-serif;
  font-weight: bold;
  padding-left: 6vw; /* ← フィックスの幅 + 余白分だけずらす */
}


.usm_section-subtitle{
  font-size: 3vw;
  color: #ffffff;
  margin-bottom: 2vw;
  margin-left: 0px;
  font-family: sans-serif;
  font-weight: bold;
  padding-left: 6vw; /* ← 左余白でフィックス対策 */
  margin-top: 5vh;
  background: linear-gradient(90deg, #f00c9b 0%, #9f0975 100%);
  padding: 0.5vw 6vw; /* ← 背景見せるため上下にもパディング追加 */
  display: inline-block; /* ← テキスト幅に合わせる */
  border-radius: 5px;
}


.usm_section-subtitle ruby {
  display: block; /* ruby全体をブロック化して改行 */
}

.usm_section-subtitle rt {
  display: block;              /* 改行して下に配置 */
  font-size: 1.1vw;            /* 英語ルビのサイズ調整 */
font-family:serif;
  color: #f0fb19;                 /* 任意で淡く */
  margin-top: 0.3vw;           /* 上との余白 */
  text-align: left;            /* 左寄せ（text-align: center に変えてもOK） */
  font-weight: normal;
}




/* グリッド全体 */
.usm_products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2vw;
  padding-left: 13vw; /* ← フィックスの幅 + 余白分だけずらす */
    max-width: 1100px;   /* ← 追加：グリッド部分の最大幅 */
}

.usm_product-card {
  background-color: #2a2a2a;
  border: 1px solid #ff04b1; /* ← 追加：白の枠線 */
  border-radius: 6px;
  padding: 1vw;
  box-sizing: border-box;
  color: #fff;
font-family:sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.usm_product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

/* 商品画像（固定サイズ＋マスク） */
.usm_product-card img {
  width: 100%;
  height: 200px; /* 高さを固定 */
  object-fit: cover; /* 画像の比率に関係なくトリミングしてフィット */
  border-radius: 0.3vw;
  /*margin-bottom: 1vw;*/
}

.usm_product-card--set img {
  width: 100%;
  height: 330px; /* 高さを固定 */
  object-fit: cover; /* 画像の比率に関係なくトリミングしてフィット */
  border-radius: 0.3vw;
  /*margin-bottom: 1vw;*/
}



@media (max-width: 768px) {
.usm_products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2vw;
    padding-left: 0;
    max-width: 100%;
}

.usm_section-subtitle{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 2vw;
  margin-left: 0px;
  font-family: sans-serif;
  font-weight: bold;
  padding-left: 6vw; /* ← 左余白でフィックス対策 */
  margin-top: 5vh;
  background: linear-gradient(90deg, #f00c9b 0%, #9f0975 100%);
  padding: 0.5vw 6vw; /* ← 背景見せるため上下にもパディング追加 */
  display: inline-block; /* ← テキスト幅に合わせる */
  border-radius: 5px;
  width:100%;
}
.usm_section-subtitle rt {
    display: block;
    font-size: 16px;
    font-family: serif;
    color: #f0fb19;
    margin-top: 0.3vw;
    text-align: left;
    font-weight: normal;
}
.usm_products-title-ja {
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 50px 0;
}
.usm_products-title-en {
    top:60%;
    font-size: 20vw;
}

}






















/* 商品名 */
.usm_product-name{
  font-size: 1.6vw;
  font-weight: 100;
  /*line-height: 1.5;*/
  letter-spacing: 0.03em;
  font-family:sans-serif;
  text-align: left;
  color:#fff !important;
  margin: 0 4% 1vw;
}

/* 詳しく見るボタン（右寄せ） */
.usm_product-button {
  align-self: flex-end; /* ← 右寄せにする */
  display: inline-block;
  padding: 0.5vw 1.5vw;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  font-weight:lighter;
  border: none;
  border-radius: 0;
  transition: background-color 0.3s ease;
  text-align: right;
  margin: 0 4% 1vw;
  background:linear-gradient(131deg, rgb(228 11 137), rgb(33 10 43) 46%);
}

.usm_product-button:hover {
  background-color: #c80045;
}


/* 共通のサブタイトルスタイル（単品・セット両方） */
.usm_subtitle {
  font-size: 2vw;
  color: #ffffff;
  margin-bottom: 2vw;
  text-align: left;
font-family:sans-serif;
  font-weight: bold;
  padding-left: 6vw; /* ← フィックスコンテンツとのバッティング回避 */
  margin-top: 8vh;
}




/* 見出し共通 */
.usm_heading {
  font-size: 2vw;
  margin-bottom: 1.5vw;
  color: #222;
}

/* フッター */
.usm_footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 2vw 0;
  font-size: 0.9vw;
}





@media (max-width: 768px) {
.usm_product-name {
    font-size: 16px;
    margin: 2% 2% 1vw;
}

.usm_product-button {
    align-self:flex-end;
    padding: 2vw 1.5vw;
    font-size: 14px;
    margin: 0 2% 2%;
    text-align: center;
}

.usm_news-list{
    margin-top: 20px;
    margin-left: 5px;
    list-style: none;
}

}
















/* ------------------------------運営css---------------------------------- */

/* === セクション全体 === */
.usm_about-section {
  background-color: rgb(189, 25, 108);
  color: #fff;
  padding: 6vh 0;
  box-sizing: border-box;
}

/* === セクションタイトル === */
.usm_about-section .usm_section-title {
  position: relative;
  text-align: center;
  margin-bottom: 4vh;
  padding: 2vw 0;
  background-color: transparent;
  overflow: hidden;
}

.usm_about-section .usm_title-ja {
  font-size: 2vw;
  color: #ffffff;
  font-weight: normal;
  font-family:sans-serif;
  margin: 8vh 0 2vh;
  position: relative;
  z-index: 2;
}

.usm_about-section .usm_title-ja::before,
.usm_about-section .usm_title-ja::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  margin: 1vw auto;
}

.usm_about-section .usm_title-ja::before {
  width: 70%;
}

.usm_about-section .usm_title-ja::after {
  width: 60%;
}
.usm_sin-pro-title-en {
  font-size: 6vw;
  background: linear-gradient(45deg, #f065ee, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 100%;
  left:52%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  font-family: "Neonderthaw", cursive;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: auto;
  text-align: center;
}
/*
.usm_about-section .usm_title-en {
  font-size: 10vw;
  background: linear-gradient(45deg, #f065ee, #d92121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: "Neonderthaw", cursive;
  height: 35vh;
  width: 100%;
  height: auto;
}
*/
@media (max-width: 768px) {
.usm_about-section .usm_title-ja {
    font-size: 28px;
    margin: 0;
}
/* 英語背景タイトル */
.usm_title-en {
  font-size: 20vw;
  background: linear-gradient(45deg, #f065ee, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 40%;
}
.usm_sin-pro-title-en {
  font-size: 40px;
  background: linear-gradient(45deg, #f065ee, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 100%;
  left:52%;
}
.usm_sin-news-title-en {
  font-size:20vw;
  background: linear-gradient(45deg, #f065ee, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 100%;
}



}








/* === セクション内共通幅 === */
.usm_about-section > .usm_about-info,
.usm_about-section > .usm_about-dual {
  max-width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* === 共通サブタイトル === */
.usm_about-subtitle {
  font-size: 1.4vw;
  font-weight: bold;
  color: #ffffff;
font-family:sans-serif;
  margin-top: 5vh;
  margin-bottom: 2vw;
}

/* === 店舗情報・特取 共通テーブル === */
.usm_info-table,
.usm_law-table,
.usm_policy-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.7vw;
font-family:sans-serif;
  background-color: #1a1a1a;
  border: 1px solid #444;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.usm_info-table th, .usm_info-table td,
.usm_law-table th, .usm_law-table td,
.usm_policy-table th, .usm_policy-table td {
  padding: 1vw 1.2vw;
  border-bottom: 1px solid #333;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
}

.usm_info-table th,
.usm_law-table th,
.usm_policy-table th {
  width: 28%;
  background-color: #222;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-right: 1px solid #444;
}

.usm_info-table td,
.usm_law-table td,
.usm_policy-table td {
  background-color: #1c1c1c;
  color: #e0e0e0;
}

.usm_info-table a{
  text-decoration: none;
  font-size: 0.8vw;
  color: #fff;
}




@media (max-width: 768px) {
.usm_about-subtitle {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    font-family: sans-serif;
    margin-top: 5vh;
    margin-bottom: 2vw;
}
.usm_about-section > .usm_about-info, .usm_about-section > .usm_about-dual {
    max-width: 94%;
}












}


/* PC用（通常のテーブル表示） */
.usm_info-table {
  width: 100%;
  border-collapse: collapse;
}

.usm_info-table th,
.usm_info-table td {
  border: 1px solid #444;
  padding: 0.5em;
  text-align: left;
}

/* スマホ用（768px以下） */
@media screen and (max-width: 768px) {
  .usm_info-table,
  .usm_info-table tbody,
  .usm_info-table tr,
  .usm_info-table th,
  .usm_info-table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  .usm_info-table tr {
    margin-bottom: 1em;   /* 行ごとに余白 */
    padding: 0.5em;
  }

  .usm_info-table th {
    background: #333;
    color: #fff;
    padding: 0.5em;
  }

  .usm_info-table td {
    padding: 0.5em;
    border: none;
  }


.usm_law-table, 
.usm_law-table tbody,
.usm_law-table tr,
.usm_law-table th,
.usm_law-table td {
    display: block;    
    width: 100%;
    font-size: 14px;
}

.usm_law-table tr {
    margin-bottom: 1em;
    padding: 0.5em;
}
.usm_law-table th {
    background: #333;
    color: #fff;
    padding: 0.5em;
}
.usm_law-table td {
    padding: 0.5em;
    border: none;
}


.usm_policy-table, 
.usm_policy-table tbody,
.usm_policy-table tr,
.usm_policy-table th,
.usm_policy-table td {
    display: block;    
    width: 100%;
    font-size: 14px;

}
.usm_policy-table tr {
    margin-bottom: 1em;
    padding: 0.5em;
}
.usm_policy-table th {
    background: #333;
    color: #fff;
    padding: 0.5em;
}
.usm_policy-table td {
    padding: 0.5em;
    border: none;
}
.usm_info-table a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}







}














/* === 特定商取引法＋プラポリ横並び === */
.usm_about-dual {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  flex-wrap: wrap;
  margin-top: 4vh;
}

.usm_about-block {
  flex: 1 1 48%;
  box-sizing: border-box;
}







@media screen and (max-width: 768px) {
  .usm_about-dual {
    display: block;
}












}


/* ==========================================================================コンテンツページのcss */

/* === 商品ページ：全体コンテナ === */
.usm_product-page {
  max-width: 100%;   /* トップページと統一 */
  margin: 0 auto;
  padding: 5vh 2vw;
  box-sizing: border-box;
  color: #fff;
  background-color: #1a1a1a;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
}

/* === 左カラム：画像ギャラリー === */
.usm_product-gallery {
  flex: 0 0 50%; /* PC時：50%幅 */
  max-width: 50%;
  box-sizing: border-box;
}

/* メイン画像 */
.usm_product-main-wrapper {
  width: 100%;
  height: 400px; /* 高さ固定 */
  border: 1px solid #444;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.usm_thumbnail.active {
  border: 2px solid #f065ee;  /* 選択中は目立つ色の枠 */
  opacity: 1;                 /* 選択中はくっきり表示 */
}

.usm_thumbnail {
  opacity: 0.6;                /* 通常は少し薄く */
  transition: opacity 0.3s ease, border 0.3s ease;
}

/* ---------------------------------ワイプ--------------------------------------- */


/* ---------------------------------ワイプ--------------------------------------- */

.usm_product-main-image {
  width: 80%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* サムネイルエリア */
.usm_product-thumbnails {
  display: flex;
  gap: 0.5vw;
}

.usm_thumbnail {
  width: calc(20% - 0.4vw); /* 5個並ぶ計算 */
  height: 80px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #444;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.usm_thumbnail:hover,
.usm_thumbnail.active {
  opacity: 1;
}

/* === 右カラム：商品説明 === */
.usm_product-details {
  flex: 0 0 45%; /* PC時：45%幅 */
  max-width: 45%;
  box-sizing: border-box;
}

/* タイトル */
.usm_product-title {
  font-size: 3vw;
  /*font-family: "Noto Serif JP", serif;*/
  font-weight: bold;
  /*margin-bottom: 2vh;*/
  color: #fff;
}

/* 説明文 */
.usm_product-description {
  font-size: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #ddd;
}


/* === 商品ページ ヒーローセクション ================================= */
.usm_product-hero-section {
  position: relative;
  background-color: #000;
  overflow: hidden;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.usm_product-hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.usm_product-hero-image {
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  height: 100% !important;
}
.woocommerce img, .woocommerce-page img {
    /*height:100% !important;*/
    max-width: 100%;
}
/* ▼▼ 黒マスクをかぶせる（ワイプ用）▼▼ */
.usm_product-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0; /* 右から出現 */
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  transition: transform 1.2s ease-out;
  transform: translateX(0); /* 初期状態：覆う */
}

.usm_product-hero.wipe-in::before {
  transform: translateX(100%); /* 左へワイプアウト */
}

/* キャッチコピー */
.usm_product-hero-copy {
  position: absolute;
  /*bottom: 16%;*/
  top:65%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  padding: 1vw 2vw;
  font-size: 8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.4;
  max-width: 90vw;
  word-break: break-word;
  text-align: left;
  box-sizing: border-box;
  z-index: 3; /* マスクより上に */
}






@media (max-width: 768px) {
.usm_product-hero-section {
    position: relative;
    background-color: #000;
    overflow: hidden;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/* ----------------------------------------------------- */

.usm_product-info-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  margin-top: 3vh;
}

.usm_product-info-box {
  flex: 1 1 30%;
  background-color: #2a2a2a;
  padding: 1vw;
  border: 1px solid #444;
  border-radius: 0.5vw;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.usm_product-info-box h4 {
  margin-bottom: 0.5vw;
  font-size: 1vw;
  font-weight: bold;
  color: #ddd;
}

.usm_product-info-box p {
  font-size: 0.9vw;
  line-height: 1.6;
}



/* 関連商品セクション */
.usm_related-carousel {

  background-color: #111; /* 控えめな黒背景 */
  padding: 5vh 2vw;
  color: #fff;
}

/* セクションタイトル（既存とトーン統一しつつ控えめ） */
.usm_related-carousel .usm_section-title {
  text-align: center;
  margin-bottom: 4vh;
}

.usm_related-carousel .usm_products-title-ja {
  font-size: 1.8vw;
  font-weight: 500;
  margin: 2vh 0;
  font-family: "Noto Sans JP", sans-serif;
}

.usm_related-carousel .usm_products-title-en {
  opacity: 0.1;
  font-family: "Neonderthaw", cursive;
  margin-top: -2vh;
  width: 100%;
  height: auto;
}

/* カルーセル本体 */
.usm_carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.usm_carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease-in-out;
  gap: 2vw; /* ← カード同士の隙間 */
}

.usm_product-card {
  flex: 0 0 calc(100% - 2vw); /* ← 余白分を引いて調整 */
  box-sizing: border-box;
  padding:1px;
  text-align: center;
}



/* カードの外見（控えめ） */
.usm_carousel-track .usm_product-card {
  flex: 0 0 auto;
  width: 180px;
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  padding: .5%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.05);
  scroll-snap-align: start;
  transition: transform 0.3s ease;
}

.usm_carousel-track .usm_product-card:hover {
  transform: scale(1.03);
}

/* 画像 */
.usm_carousel-track .usm_product-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0.5vw;
}

/* 商品名 */
.usm_carousel-track .usm_product-name {
  font-size: 0.9rem;
  margin: 0.5vh 0;
}

/* ボタン */
.usm_carousel-track .usm_product-button {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.3vw 0.8vw;
  background-color: #444;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.usm_carousel-track .usm_product-button:hover {
  background-color: #666;
}



/* レビューダミー */

/* === レビューセクション === */
.usm_review-section {
  background-color: #24136b;
  color: #fff;
  padding: 6vh 2vw;
  box-sizing: border-box;
}

/* セクションタイトル */
.usm_review-title-ja {
  font-size: 2vw;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1vh;
  color: #fff !important;
}

.usm_review-title-en {
  font-size: 6vw;
  text-align: center;
  opacity: 0.5;
  font-family: "Neonderthaw", cursive;
  margin-bottom: 4vh;
  width: 100%;
  height: auto;
  color:#fff;
  margin-top: -3vw;
}

/* レビューグリッド */
.usm_review-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2vw;
  max-width: 1000px;
  margin: 0 auto;
}

/* カード */
.usm_review-card {
  background-color: #222;
  border: 1px solid #333;
  border-radius:4px;
  padding: 1%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  max-width: 240px;
  flex: 1 1 200px;
  text-align:left;
  box-sizing: border-box;
}

/* 顔写真 */
.usm_review-photo {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 4px;
  /*margin-bottom: 1vh;*/
}

/* ヘッドライン */
.usm_review-headline {
  font-size: 1rem;
  font-weight: 100;
  margin: .5vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff !important;
}

/* テキスト本文 */
.usm_review-text {
font-size: 0.9rem;
margin: .5vw;
font-family: "Noto Sans JP", sans-serif;
color: #ccc;
line-height: 1.5;
font-weight: lighter;
}
.usm_review-text {
color: #ccc;
line-height: 1.5;
font-weight: lighter;
font-size: 0.9rem;
margin: .5vw;
font-family: "Noto Sans JP", sans-serif;
}

/* ---------------------------------------------------------------------stepcss */

/* === ご利用ガイドセクション === */
.usm_guide-section {
  background-color: #cd0d98;
  color: #ffffff;
  padding: 6vh 2vw;
  box-sizing: border-box;
}

.usm_guide-title-wrapper {
  text-align: center;
  margin-bottom: 5vh;
}

.usm_guide-title-ja {
  font-size: 2vw;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1vh;
  color:#fff;
}

.usm_guide-title-en {
  font-size: 7vw;
  font-family: "Neonderthaw", cursive;
  color: rgba(255, 255, 255, 0.05);
  margin-top: -2vh;
  width: 100%;
  height: auto;
}

/* ステップ全体 */
.usm_guide-steps {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4vh;
}

/* ステップ1つ */
.usm_guide-step {
  display: flex;
  align-items: flex-start;
  background-color: #111;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 2vw;
  gap: 2vw;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
  position: relative;
}

/* 番号表示 */
.usm_guide-step-number {
  font-size: 2.5vw;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #d92121;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

/* テキストブロック */
.usm_guide-step-content h3 {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 0.5vh;
  font-family: "Noto Sans JP", sans-serif;
  color:#fff;
}

.usm_guide-step-content p {
  font-size: 1vw;
  line-height: 1.7;
  color: #ccc;
  font-family: "Noto Sans JP", sans-serif;
}
/* ヒーロー内だけ段落の下マージンを消す例 */
.usm_guide-title-en{
  margin-bottom: 0 !important;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .usm_guide-title-ja {
    font-size: 6vw;
  }
  .usm_review-title-ja {
    font-size: 6vw;
    color:#fff;
  }
  .usm_guide-title-en {
    font-size: 12vw;
  }
  .usm_related-carousel .usm_section-title {
    margin-bottom: 0;
  }
  .usm_review-title-en {
    font-size: 10vw;
    text-align: center;
    opacity: 0.5;
    font-family: "Neonderthaw", cursive;
    margin-top: -5vh;
    margin-bottom: 4vh;
    width: 100%;
    height: auto;
  }
  .usm_review-card {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1.5vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 48%;
    flex: 1 1 200px;
    text-align: left;
    box-sizing: border-box;
  }
  .usm_review-headline {
    font-size: 12px;
    font-weight: bold;
    margin: 1.5vh 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
  }
  .usm_review-text {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    color: #ccc;
    line-height: 1.5;
  }
  .usm_guide-step {
    flex-direction: column;
    align-items: flex-start;
    padding: 5vw;
  }

  .usm_guide-step-number {
    font-size: 5vw;
    width: 2.2em;
    height: 2.2em;
    margin-bottom: 1vh;
  }

  .usm_guide-step-content h3 {
    font-size: 4.5vw;
  }

  .usm_guide-step-content p {
    font-size: 3.8vw;
  }
}

/* -------------------------------------------------------------------------------------------QA */

/* === Q&A セクション === */
.usm_faq-section {
  background-color:#bd196c;
  color: #fff;
  padding: 6vh 2vw;
  box-sizing: border-box;
}

.usm_faq-title-wrapper {
  text-align: center;
  /*margin-bottom: 5vh;*/
}

.usm_faq-title-ja {
  font-size: 2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 1vh;
  color:#fff;
}



/* Q&Aカード全体 */
.usm_faq-list {
  max-width: 900px;
  margin: 10vw auto 0;
  display: flex;
  flex-direction: column;
  gap:2vh;
}

.usm_faq-card {
  background-color: #111;
  border: 1px solid #333;
  padding: 2%;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
  margin-bottom:0 !important;
}

/* 質問タイトル */
.usm_faq-question h4 {
  font-size: 3vw;
  color: #f065ee;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5vh;
  border-bottom: 1px solid #444;
  padding-bottom: 3vh;
}

/* 回答タイトル */
.usm_faq-answer h4 {
  font-size: 3vw;
  color: #f065ee;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5vh;
  border-bottom: 1px solid #444;
  padding: 3vh;
}


.usm_faq-question p,
.usm_faq-answer p {
  font-size: 1.5vw;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #ccc;
  margin-left: 2rem;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .usm_faq-title-ja {
    font-size: 6vw;
  }



  .usm_faq-question h4,
  .usm_faq-answer h4 {
    font-size: 4vw;
    border-bottom: 1px solid #444;
    padding-bottom: 1.2vh;
  }

  .usm_faq-question p,
  .usm_faq-answer p {
    font-size: 2.5vw;
  }

  .usm_faq-list {
    max-width: 900px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap:2vh;
  }
}



/* -------------------------------------------------------------------------------about */

.ab_block {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000; /* 万が一画像が出ないときの背景 */
}

.ab_inner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
}

.ab_bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.ab_bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  user-select: none;
}

.ab_bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}





.ab_text-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  padding: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.ab_text-left {
  flex: 1 1 60%;
  min-width: 300px;
}

.ab_text-logo {
  flex: 1 1 30%;
  text-align: center;
}

.ab_text-logo img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
  padding-top: 10%;
}

/* 既存はそのまま維持 */
.ab_title-ja {
  font-size: 4.3rem;
  font-weight: bold;
  margin-bottom: 24px;
  border-left: 4px solid #fff;
  padding-left: 12px;
  color:#fff;
}

.ab_text-line {
  font-size: 19px;
  margin-bottom: 12px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .ab_text-box {
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 30px 20px;
    top: 46%;
    width: 94%;
  }

  .ab_text-logo {
    margin-top: 20px;
    width:30%;
  }

  .ab_title-ja {
    font-size: 3rem;
  }

  .ab_text-line {
    font-size: 17px;
  }
}

@keyframes ab_logoShake {
  0%   { transform: translate(0, 0); }
  10%  { transform: translate(-1px, -1px); }
  20%  { transform: translate(3px, 1px); }
  30%  { transform: translate(-1px, 0); }
  40%  { transform: translate(1px, -1px); }
  50%  { transform: translate(-1px, 2px); }
  60%  { transform: translate(1px, 0); }
  70%  { transform: translate(0, 3px); }
  80%  { transform: translate(-1px, -1px); }
  90%  { transform: translate(1px, 1px); }
  100% { transform: translate(0, 0); }
}

.ab_logo-shake {
  animation: ab_logoShake 0.15s linear infinite;
}




/* ----------------------------------------------------------------------------contact */

.contact_block {
  padding: 80px 20px;
  background-color: #111;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.contact_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.section-title-ja {
  font-size: 2.8rem;
  font-weight: bold;
  border-left: 4px solid #fff;
  padding-left: 12px;
  z-index: 2;
  position: relative;
}

.section-title-en {
  font-size: 5rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 1;
  pointer-events: none;
}




.contact_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap; /* wrapを無効化して崩れ防止 */
  align-items: flex-start;
}

/* 左右幅比 1:3 */
.contact_left {
  width: 25%;
  min-width: 280px;
}

.contact_right {
  width: 75%;
  min-width: 300px;
}

/* 左：内容中央寄せ */
.contact_lead-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.contact_lead {
  font-size: 1rem;
  line-height: 1.8;
  color: #ccc;
}

.contact_logo img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 3vh;
}

/* フォームエリア装飾 */
.contact-form-wrapper {
  background-color:#111;
  padding: 40px;
  border-radius: 8px;
  color: #fff;
}

.form_btn {
    text-align: right;
    margin-right: 18px;
}

.contact_form td{width:70%;}
.contact_form th{vertical-align: top; padding-top: 2%;}





/* モバイル対応：縦並び */
@media (max-width: 768px) {
  .contact_content {
    flex-direction: column;
    gap: 30px;
  }

  .contact_left,
  .contact_right {
    width: 100%;
  }

  .contact_lead {
    text-align: center;
    letter-spacing: -1px;
  }
  .contact-form-wrapper {
    padding: 40px 0;
}
}

/* ===== スマホ時：フォームを2段（ラベル → 入力欄）に ===== */
@media (max-width: 768px) {
  table.contact_form { 
    width: 100%; 
    border-collapse: collapse; 
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    }

  /* 1行＝1ブロック化 */
  table.contact_form tr {
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px solid #fff;*/
  }

  /* ラベル・入力欄を縦積み */
  table.contact_form th,
  table.contact_form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
    border: none;           /* 罫線があれば消す */
    text-align: left;
  }

  /* ラベル（項目）を上段に */
  table.contact_form th {
    font-weight: 700;
    padding-bottom: 4px;
    background: transparent;  /* ラベル側に背景色が付いている場合のリセット */
  }

  /* 入力欄を全幅に */
  table.contact_form input[type="text"],
  table.contact_form input[type="email"],
  table.contact_form input[type="tel"],
  table.contact_form input[type="number"],
  table.contact_form select,
  table.contact_form textarea {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  /* テキストエリア高さ（お好みで） */
  table.contact_form textarea { min-height: 140px; }

  /* 必須マーク「※」などをラベル行に寄せたい場合 */
  table.contact_form th .required,
  table.contact_form th .must {
    margin-left: .5em;
    color: #d33;
    font-weight: 700;
  }

  /* 送信ボタン行（お好みで中央寄せ） */
  table.contact_form tr.submit-row td {
    text-align: center;
  }
}







/* === レスポンシブ === */















@media (max-width: 768px) {
  .usm_product-page {
    flex-direction: column;
    align-items: center;
    padding: 1vh 2vw;
  }

  .usm_product-gallery,
  .usm_product-details {
    flex: 0 0 90%;      /* 画像とテキストを同じ幅に */
    max-width: 100% !important;     /* 画像とテキストを同じ幅に */
    margin: 0 auto;     /* 中央揃え */
  }

  .usm_product-main-wrapper {
    height: 350px; /* モバイル時：高さ調整 */
  }

  .usm_thumbnail {
    width: 60px;  /* 横並びでも小さく */
    height: 60px;
  }

  .usm_product-title {
    font-size: 6vw;
    margin-top:15px;
  }

  .usm_product-description {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .usm_product-hero-copy {
    font-size: 6vw;
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .usm_product-hero-copy {
    font-size: 5.5vw;
    left: 3%;
    bottom: -58%;
    padding: 2vw 3vw;
    max-width: 94vw;
  }
}
@media (max-width: 768px) {
  .usm_carousel-track .usm_product-card {
    width: 49%; /* スマホ画面で1枚だけ見せる */
    margin: 0 auto;
  }

  .usm_related-carousel .usm_products-title-ja {
    font-size: 5vw;
  }

  .usm_related-carousel .usm_products-title-en {
    font-size: 12vw;
    margin-top: -50px;
    opacity:0.5;
  }

  .usm_carousel-track .usm_product-name {
    font-size: 1rem;
  }

  .usm_carousel-track .usm_product-button {
    font-size: 1rem;
    padding: 1vw 2vw;
  }
}



@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.usm_cart-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
.usm_add-to-cart-button {
  background-color: #cc0000;
  color: white;
  padding: 0.75em 1.5em;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}
.usm_add-to-cart-button:hover {
  background-color: #a00000;
}




/* ===== News 共通色 ===== */
:root {
  --usm-magenta: #b0126a;     /* 背景のマゼンタ */
  --usm-magenta-dark: #9a0f5c;
  --usm-card: #2e2e2e;        /* カードのダーク */
  --usm-text: #ffffff;
  --usm-subtext: #cfcfcf;
  --usm-border: rgba(255,255,255,0.25);
}

/* ===== ヒーロー ===== */
.usm-news-hero {
  background: #bd196c;
  color: var(--usm-text);
  padding: 48px 0 24px;
  margin-top:-4em;
  position: relative;
}
.usm-news-hero__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
  position: relative;
}
.usm-news-hero__title {
  text-align: center;
  font-size: clamp(24px, 3.2vw, 36px);
  letter-spacing: .08em;
  margin: 0;
  color: #fff;
}
.usm-news-hero__bg {
  text-align: center;
}

/* ===== アーカイブレイアウト ===== */
.usm-news-archive {
  background: #bd196c;
  color: var(--usm-text);
  padding: 10%;
}
.usm-news-archive__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
  /*display: grid;*/
  grid-template-columns: 1fr 360px; /* 左グリッド + 右サイド */
  gap: 32px;
}

/* カードグリッド */
.usm-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.usm-news-card {
  background: var(--usm-card);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
  transition: transform .2s ease;
}
.usm-news-card:hover { transform: translateY(-2px); }
.usm-news-card__link { display: block; color: inherit; text-decoration: none; }
.usm-news-card__thumb img,
.usm-news-card__noimg { width: 100%; display: block; aspect-ratio: 16/14; object-fit: cover; }
.usm-news-card__noimg { background: linear-gradient(135deg, #555, #333); }
.usm-news-card__body { padding:0; }
.usm-news-card__label { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.usm-news-card__label img { width: 20px; height: 20px; object-fit: contain; filter: brightness(1.2); }
.usm-news-card__title { font-size: 1rem; line-height: 1.5; margin: 8px 0 0; color: #fff; }
.usm-news-card__date { display: block; color: var(--usm-subtext); font-size: .875rem; margin-top: 6px; padding: 0 4% 4%; }

/* 右サイド：最新リスト＋もっと見る */
.usm-news-aside { align-self: start; }
.usm-news-list { list-style: disc; padding-left: 1.2em; margin: 0 0 24px; }
.usm-news-list li { margin: .6em 0; }
.usm_news-date { font-size: 1.2rem; font-weight: 100; }

/* ボタン／ページ送り */
.usm_button-more {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 18px;
  border-radius:0;
  color: #fff;
  text-decoration: none;
  font-size: 1vw;
  font-weight: 100;
  width: 15vw;
  text-align: center;
}
.usm_button-more:hover { background: #fff; color: var(--usm-magenta); }

.usm_pagination { text-align: center; margin-top: 32px; }
.usm_pagination .page-numbers { display: inline-block; margin: 0 6px; padding: 6px 10px; border: 1px solid #fff; color: #fff; text-decoration: none; }
.usm_pagination .current { background: #fff; color: var(--usm-magenta); }

/* ===== シングル ===== */
.usm-news-single {
  background-color: #bd196c !important;
  color: var(--usm-text);
  padding: 24px 0 60px;
}
.usm-news-single__header,
.usm-news-single__content{width: min(900px, 96%); margin: 0 auto; padding: 2%; background: var(--usm-card);}
.usm-news-single__footer{width: min(900px, 96%); margin: 0 auto; padding: 2%;}
.usm-news-single__title { font-size: clamp(20px, 3vw, 28px); margin: 0 0 6px; color:#fff;}
.usm-news-single__meta { color: var(--usm-subtext); margin-bottom: 18px; }
.usm-news-single__thumb img { width: 100%; height: auto; border-radius:4px; }
.usm-news-single__content { background: var(--usm-card); padding:2%; border-radius:0;}
.usm_entry-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; }
.usm_back-to-archive { text-align: center; margin-top:6vw; }
.usm_entry-nav a{color:#fff; font-size:12px;}

.ast-separate-container {
    background-color: rgb(189, 25, 108) !important;
}
/* ===== レスポンシブ ===== */
@media (max-width: 1024px) {
  .usm-news-archive__inner { grid-template-columns: 1fr; }
  .usm-news-aside { order: 2; }
}
@media (max-width: 921px) {
    .ast-separate-container #primary, .ast-separate-container #secondary {
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
  .usm-news-grid { grid-template-columns: repeat(2, 1fr);}
  .usm_button-more{ font-size: 16px;}
  .usm-news-archive { padding: 10% 0;}
  .usm-news-hero { margin-top: -1px; margin-bottom: 10%;}
  .usm-news-hero__title {
    font-size: 28px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}
.usm-news-card__title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    padding-left: 1rem;
}
.usm-news-card__date {
    display: block;
    color: var(--usm-subtext);
    font-size: .875rem;
    margin-top: 6px;
    padding-left: 1rem;
}

.usm-news-hero__bg {
    top:70%;
    left:48%;
}














}
@media (max-width: 520px) {
  .usm-news-grid { grid-template-columns: 1fr; }
  .usm-news-hero__bg { font-size: 15vw; bottom: -44px; font-family: "Neonderthaw", cursive; }
}

/* ─────────────────────────────
   news カテゴリのシングルだけ背景をマゼンタへ
   ───────────────────────────── */
body.single-post.category-news {
  --usm-magenta: #b0126a;
  --usm-text: #ffffff;
  background-color: #bd196c !important;
  color: var(--usm-text);
}

/* ページ全体のラッパー類をマゼンタに（テーマ差異を吸収） */
body.single-post.category-news #page,
body.single-post.category-news #content,
body.single-post.category-news .site,
body.single-post.category-news .site-content,
body.single-post.category-news .content-area,
body.single-post.category-news .site-main,
body.single-post.category-news .wrap,
body.single-post.category-news .container,
body.single-post.category-news .ast-container,
body.single-post.category-news .ast-plain-container,
body.single-post.category-news .ast-separate-container,
body.single-post.category-news .ast-separate-container #primary,
body.single-post.category-news .ast-separate-container #content,
body.single-post.category-news .l-container,
body.single-post.category-news .l-inner {
  background: var(--usm-magenta) !important;
}

/* フッターの白地もマゼンタに */
body.single-post.category-news .site-footer,
body.single-post.category-news footer#colophon {
  background: var(--usm-magenta) !important;
  color: var(--usm-text);
  border-top: 1px solid rgba(255,255,255,0.25);
}

/* ページ内の通常リンク色（青リンク対策） */
body.single-post.category-news a {
  color: var(--usm-text);
  text-decoration: underline;
}
body.single-post.category-news .usm_button-more {
  border-color: #fff;
  color: #fff;
}

/* 記事カード（本文ボックス）は“黒っぽい箱”のまま保持
   → ここは触らないので現状デザインが維持されます。
   もし周囲と溶け込ませたい場合は別途指示ください。 */




/* ==== new-product 用ヒーロー例 ==== */
.usm-product-hero { background: #bd196c; color: #fff; padding: 64px 0; position: relative; }
.usm-product-hero__inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; position: relative; }
.usm-product-hero__title { 
  font-size: clamp(28px, 4vw, 40px); 
  font-weight: 700; 
  letter-spacing: .05em; 
  color: #fff; 
  text-align: center; 
  }
.usm-product-hero__bg {
  position: absolute;
  inset: auto 0 -85px 0;
  margin: 0 auto;
  text-align: center;
  font-family:"Neonderthaw", cursive;
  font-style: italic;
  font-size: clamp(64px, 10vw, 120px);
  line-height: 1;
  color: rgba(255,255,255,0.15);
  pointer-events: none;
}

/* 本文ブロック（余白などカテゴリ別に） */

.usm-product-single {
  background-color:rgb(189, 25, 108) !important;
  color: var(--usm-text);
  padding: 24px 0 60px;
}
.usm-product-single__content {
  background: var(--usm-card);
  padding: 24px;
  border-radius:0;
}
.usm-product-single__header { max-width: 900px; margin: 0 auto; padding: 20px; background: var(--usm-card); }
.usm-product-single__content { max-width: 900px; margin: 0 auto; padding: 2%; }
.usm-product-single__footer { max-width: 900px; margin: 0 auto; padding: 20px 0 40px; }
.usm-product-single__title { font-size: clamp(22px, 3.2vw, 30px); font-weight: 700; color: #fff;}
.usm-product-single__thumb { margin:0 0 4% 0; }


@media (max-width: 768px) {
.usm-product-single__header, .usm-product-single__content, .usm-product-single__footer {
    padding: 2%;
    margin:0 2%;
}
.usm-product-single__content {
    border-radius: 4px;
}
.usm-product-single__thumb {
    margin: 0px 0 24px;
}









}











































/* スライダーの横幅調整 */
.usm_news-left .usm_news-slider { width: 100%; }
.usm_news-left .swiper-slide { height: auto; }

/* カード体裁（必要なら） */
.usm_news-card { border-radius: 10px; overflow: hidden; max-width: 240px; max-height:240px;}
/*.usm_news-card__link { display: block; color: inherit; text-decoration: none; }*/
.usm_news-card__link{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  gap:2px;                     /* 画像と帯の間隔 */
}
.usm_news-card__thumb img,
.usm_news-card__noimg { width: 100%; display: block; aspect-ratio: 16/14; object-fit: cover; }
.usm_news-card__noimg { background: rgba(255,255,255,0.15); }
.usm_card-title {
  min-height: calc(1.4em * 2 + 16px); /* 行高×2 + 上下padding */
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;       /* 2行まで表示して省略 */
  overflow:hidden;
}

/* Swiperのナビ位置（任意） */
.usm-news-prev, .usm-news-next { color: #fff; }
.usm-news-pagination .swiper-pagination-bullet { background: rgba(255,255,255,0.6); }
.usm-news-pagination .swiper-pagination-bullet-active { background: #fff; }



@media (max-width: 768px) {
.usm_news-card { 
    border-radius: 10px; 
	overflow: hidden; 
	max-width: 100%; 
	max-height:380px;
}
.usm_news-card {
  background-size:cover;
  height:auto;
}
.usm_section-title { margin-bottom: 0;}

.usm_button-more {
  width: 70%;
  margin: 4% 0;
}
}

/*--------------------------------------------myaccount--*/

.usm-myaccount-wrap {
  background-color: #111;
  color: #fff;
  padding: 60px 20px;
}

.usm-title {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  color: #ff0099;
  margin-bottom: 40px;
}

.usm-account-forms {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.usm-login-box, .usm-register-box {
  background: #222;
  padding: 30px;
  border: 2px solid #ff0099;
  border-radius: 12px;
  width: 400px;
}

.usm-form-title {
  color: #ff0099;
  font-family: 'Dancing Script', cursive;
  font-size: 2rem;
  margin-bottom: 20px;
}

.usm-button {
  background-color: #ff0099;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
}

.usm-button:hover {
  background-color: #ff33aa;
}

/*--------------------------------*/


.usm_account-section {
  background-color: #000;  /* 黒背景で全体を統一 */
  padding: 60px 0;
  color: #fff;
}

.usm_container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.woocommerce-account-area {
  background-color: #111;
  border: 1px solid #e91e63;  /* マゼンタのボーダー */
  padding: 30px;
  border-radius: 10px;
}
/*--------------------------------*/

.usm_account-section {
  background-color: #000;
  padding: 60px 20px;
  color: #fff;
}

.usm_myaccount-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.usm_myaccount-nav {
  flex: 0 0 200px;
}

.usm_myaccount-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usm_myaccount-nav-list li {
  margin-bottom: 10px;
}

.usm_myaccount-nav-list li a {
  display: block;
  padding: 12px 15px;
  background-color: #111;
  border: 1px solid #e91e63;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.usm_myaccount-nav-list li.is-active a,
.usm_myaccount-nav-list li a:hover {
  background-color: #e91e63;
  color: #fff;
}

.usm_myaccount-content {
  flex: 1;
  background-color: #111;
  border: 1px solid #e91e63;
  padding: 30px;
  border-radius: 8px;
  min-width: 0;
}

/*--------------------------------*/


.usm_account-section {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
}

.usm_account-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.usm_account-sidebar {
  flex: 0 0 40%;
  min-width: 250px;
}

.usm_account-main {
  flex: 0 0 60%;
  min-width: 300px;
  background-color: #111;
  border: 1px solid #e91e63;
  padding: 30px;
  border-radius: 8px;
  box-sizing: border-box;
}

/* ナビの見た目も調整 */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  background: #111;
  color: #fff;
  padding: 12px 20px;
  border-left: 5px solid transparent;
  text-decoration: none;
  border: 1px solid #e91e63;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #e91e63;
  color: #fff;
  border-left-color: #fff;
}

/*--------------------------------------cart+checkout--*/
.container{padding:10% 5%;}

.restore-item{display: none;}

.button alt usm_add-to-cart-button{padding: 2vw;}

.woocommerce-cart-form__cart-item.cart_item{border:1px solid #ccc; margin-bottom: 2%; background: #eeeeee70;}

/* Wooのメッセージ（追加完了）を整える */
.woocommerce-notices-wrapper ul.woocommerce-message{
  list-style: none;
  margin: 16px 0;
  padding: 0;
}

/* ボタン：右側に寄せ、2つを横に並べる */
.woocommerce-notices-wrapper ul.woocommerce-message > li a.button.checkout{
  order: 1;                      /* 「購入手続きへ」を先に表示 */
  margin-left: auto;             /* ここでボタングループを右寄せ */
}
.woocommerce-notices-wrapper ul.woocommerce-message > li a.button.wc-forward:not(.checkout){
  order: 2;                      /* 「カートを見る」をその右に */
}

/* 見た目（任意で調整） */
.woocommerce-notices-wrapper ul.woocommerce-message > li a.button{
  padding: 12px 10px;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.1;
}
.woocommerce-notices-wrapper ul.woocommerce-message > li a.button.checkout{
  background: #1e73be;           /* メイン色 */
  color: #fff;
}
.woocommerce-notices-wrapper ul.woocommerce-message > li a.button.wc-forward:not(.checkout){
  background: #f1f5f9;           /* サブボタン */
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

/* スマホ：縦並び・フル幅ボタン */
@media (max-width: 600px){
  .woocommerce-notices-wrapper ul.woocommerce-message > li{
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .woocommerce-notices-wrapper ul.woocommerce-message > li a.button{
    width: 100%;
  }
  .woocommerce-notices-wrapper ul.woocommerce-message > li a.button.checkout{
    margin-left: 0;              /* 右寄せ解除（縦並び時） */
  }
}


/* 通知エリアのボタン行をフレックスで制御 */
#usm-bulk-notices .woocommerce-message > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  width: 40vw;
  border-radius: 0;
  padding: 20px;
}

/* 既存テーマの float/並び操作を打ち消し */
#usm-bulk-notices .woocommerce-message a.button {
  float: none !important;
  order: 0; /* いったんリセット */
}

/* 並び順：買い物を続ける(左) → 購入手続きへ(右) */
#usm-bulk-notices .woocommerce-message a.button.wc-forward:not(.checkout) { order: 1; font-size: 1.2vw;}
#usm-bulk-notices .woocommerce-message a.button.checkout.wc-forward      { order: 2; width:100%; padding: 3%; }

/* 以前の「全部 margin-left:.5rem」を無効化して、見た目の間隔は gap に任せる */
#usm-bulk-notices .button { margin-left: 0 !important; }


.wc-forward{width:11vw; text-align: center;}

/* 通知エリアの行をフレックスにして順序を固定 */
#usm-bulk-notices .woocommerce-message > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;               /* ボタン間の余白 */
}

/* 既存テーマのfloatや余白を打ち消し */
#usm-bulk-notices .woocommerce-message a.button {
  float: none !important;
  margin: 0 !important;
}

/* 並び順：左→右 = 続ける → カートを見る → 購入手続きへ */
#usm-bulk-notices .woocommerce-message a.usm-btn-continue { order: 1; }
#usm-bulk-notices .woocommerce-message a.usm-btn-viewcart { order: 2; }
#usm-bulk-notices .woocommerce-message a.usm-btn-checkout { order: 3; }

/* （任意）強弱：続ける/カート=セカンダリ、購入手続き=プライマリ */
#usm-bulk-notices .woocommerce-message a.usm-btn-continue,
#usm-bulk-notices .woocommerce-message a.usm-btn-viewcart {
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}
#usm-bulk-notices .woocommerce-message a.usm-btn-checkout {
  /* Astra/Wooのprimaryが効いていれば不要。上書きしたい場合だけ指定 */
  /* background: #0ea5e9; color:#fff; border-color:#0ea5e9; */
}

/* （任意）モバイルで縦積みしたいとき */
@media (max-width: 480px) {
  #usm-bulk-notices .woocommerce-message > li { flex-direction: column; align-items: stretch; }
}






.woocommerce-js table.shop_table thead, .woocommerce-page table.shop_table thead {
    background-color: #bd196c;
}


.shipping-calculator-button {
    font-size: 1.2rem;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    width: 100%;
}
@media (max-width: 768px) {
/* 通知エリアのボタン行をフレックスで制御 */
#usm-bulk-notices .woocommerce-message > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  width: 100%;
  border-radius: 0;
  padding: 20px;
}
#usm-bulk-notices .woocommerce-message a.button.wc-forward:not(.checkout) { 
  order: 1; 
  font-size:14px;
  }
}
















/* ====== Product gallery polish ====== */

/* 左カラムの土台（任意：ページ全体レイアウトにも効く） */
.usm_product-page{
  /*display:grid;*/ gap: clamp(16px,2.4vw,32px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
}
@media (max-width: 960px){ .usm_product-page{ grid-template-columns: 1fr; } }


/* メイン画像：常にフィット＆クロスフェード */
.usm_product-main-image{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: opacity .25s ease;
}

/* サムネ列：横スクロール可、隙間・高さを統一 */
.usm_product-thumbnails{
  display: flex; gap: 10px; align-items: center;
  overflow-x: auto; overflow-y: hidden;
  padding: 8px 2px; margin-top: 10px;
  scrollbar-width: thin;
}
.usm_product-thumbnails::-webkit-scrollbar{ height: 8px; }
.usm_product-thumbnails::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.25); border-radius: 4px; }

/* サムネ画像：サイズ固定・角丸・枠 */
.usm_thumbnail{
  width: 100px; height: 80px !important;   /* 必要なら微調整 */
  object-fit: cover; flex: 0 0 auto;
  border-radius: 0; cursor: pointer;
  border: 2px solid rgba(255,255,255,.2);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  background:#222;
}
.usm_thumbnail:hover{ transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.22); }
.usm_thumbnail.active{ border-color: #1677ff; box-shadow: 0 0 0 3px rgba(22,119,255,.22); }

/* 右の詳細カラムと重なってクリックできない事故の予防 */
.usm_product-gallery{ position: relative; z-index: 2; }
.usm_product-details{ position: relative; z-index: 1; max-width: 100%; }

/* もしヒーローと被って下に黒い余白が出る場合の保険 */
.usm_product-hero-section{ margin-bottom:0; }





/* 既存に追加（置き換え不要） */
.usm_product-main-wrapper{ overflow:hidden; } /* はみ出し隠す */
.usm_product-main-image{
  transition: transform .25s ease, opacity .25s ease; /* 既存のopacityにtransformを追加 */
  transform-origin: 50% 50%;
  will-change: transform;
}

/* PCのみホバーズーム（モバイルでは発火しない） */
@media (hover:hover) and (pointer:fine){
  .usm_product-main-wrapper:hover .usm_product-main-image{
    transform: scale(1.15);   /* 好みで 1.1〜1.3 などに調整 */
    cursor: zoom-in;
  }
}


/* 枠（メイン画像コンテナ） */
.usm_product-main-wrapper{
  position: relative;
  width:46vw;
  aspect-ratio: 4 / 3;     /* 好みで 1/1, 3/2 などに変更OK */
  overflow: hidden;
  border-radius:0;
}

/* テーマの img{height:auto} に勝つため強めに指定 */
.usm_product-main-wrapper > img.usm_product-main-image{
  position: absolute; inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-position: center center;
  display: block;
}





















/* カート：ボタンの上に他要素が被らないようにレイヤー調整 */
.usm_cart-form{ position: relative; z-index: 2; }          /* 左カラム（テーブル）を前面に */
.usm_cart-aside{ position: sticky; top: 90px; z-index: 1; } /* 右カラムは一段下げる */

/* 念のため、アクション行（更新ボタンのセル）を最前面に */
.usm_cart-actions-row .actions{ position: relative; z-index: 3; background:#fff; }

/* モバイルでは sticky をやめて事故防止（任意） */
@media (max-width: 900px){
  .usm_cart-aside{ position: static; }
}





/* 2カラムレイアウト（親 info 用） */
.usm-news-archive__inner.usm-info-split{
  display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:28px;
}
@media (max-width: 960px){
  .usm-news-archive__inner.usm-info-split{ grid-template-columns:1fr; }
  .usm_product-main-wrapper {
    width:100%;
  }
}

/* セクションヘッダ */
.usm-block{ margin-bottom:32px; }
.usm-block__head{ display:flex; justify-content:space-between; align-items:center; margin:4px 0 10px; }
.usm-block__title{ font-size:22px; font-weight:800; letter-spacing:.04em; }
.usm-block__more{ font-weight:700; text-decoration:none; }

.usm-side-block{margin-bottom: 27%;}
.usm-news-card__label{display:none;}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comment-respond {
    padding: 0 !important;
    border: 1px solid #ff04b1;
    border-radius: 6px;
    border-bottom: 1px solid #ff04b1 !important;
}
.ast-separate-container .ast-article-single{border: 1px solid rgb(189, 25, 108);}




@media (min-width: 1201px) {
    .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-author-box, .ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
        padding: 0 !important;
    }
}

.usm-info-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px; /* 左可変 / 右固定 */
  grid-template-areas:
    "new       new-side"
    "news      news-side";
  gap:28px;
}
.grid-new{grid-area:new;}
.grid-new-side{grid-area:new-side;}
.grid-news{grid-area:news;}
.grid-news-side{grid-area:news-side;}

/* サイド内ボタンを下に寄せたい時 */
.usm-side-block{display:flex; flex-direction:column;}
.usm-side-block .usm_button-more{margin-top:auto;}
.ast-separate-container .ast-article-post {
    background-color: #333 !important;
}


@media (max-width:960px){
  .usm-info-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "new" "new-side" "news" "news-side";
  }
  .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    border-bottom: none !important;
    margin: 0;
    padding:0 !important;
}
}
@media (min-width: 993px) {
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 4em 0 0 !important;
        padding: 0;
    }
}







/** ========== お客様の声：CPT & Taxonomy ========== */


/* 背景用（必要に応じてラッパーに付与） */
.section-voices { background:#120f5a; padding:60px 20px; color:#fff; }

/* グリッド */
.voice-grid { display:grid; gap:28px; max-width:1200px; margin:0 auto; }
.voice-grid.cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.voice-grid.cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.voice-grid.cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
@media (max-width: 1024px){ .voice-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 640px){ .voice-grid { grid-template-columns: 1fr; } }

/* カード */
.voice-card { background:#0f0f1b; border-radius:14px; box-shadow:0 10px 30px rgba(0,0,0,.4);
  transition:transform .2s ease, box-shadow .2s ease; }
.voice-card:hover { transform: translateY(-3px); box-shadow:0 16px 36px rgba(0,0,0,.55); }
.voice-card__inner { padding:22px; position:relative; }

.voice-card__head { font-size:13px; opacity:.9; margin-bottom:8px; }
.voice-person::before { content:"👤"; margin-right:.35em; }

.voice-card__thumb { margin:6px 0 12px; border-radius:10px; overflow:hidden; }
.voice-card__thumb img { display:block; width:100%; height:auto; }

.voice-card__title { font-size:18px; line-height:1.5; margin:8px 0 10px; font-weight:700; }
.voice-card__excerpt { font-size:14px; line-height:1.9; color:#d8d8e8; min-height:3.5em; }
.voice-card__more { position:absolute; inset:auto 12px 10px auto; text-decoration:none; color:#9aa0ff; font-weight:700; }





/* 仕様カード：グリッド */
.usm_specs-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px;
  margin:24px 0 8px;
}
.usm_spec-card{
  grid-column:span 2;
  background:#2a2a2a;
  border:1px solid rgba(255,255,255,.12);
  border-radius:2px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  padding:10px;
  color:#fff;
}
.usm_spec-card.wide{ grid-column:span 3; display:none; }

.usm_spec-title{ font-weight:800; font-size:18px; margin:0 0 8px; color:#fff; }
.usm_spec-text{ margin:0; line-height:1.9; color:#e6e6e6; }

@media (max-width:1024px){
  .usm_specs-grid{ grid-template-columns:repeat(4,1fr); gap:10px;}
  .usm_spec-card{ grid-column:span 2; }
  .usm_spec-card.wide{ grid-column:span 4; }
}
@media (max-width:640px){
  .usm_specs-grid{ grid-template-columns:1fr; }
  .usm_spec-card,.usm_spec-card.wide{ grid-column:auto; }
  .usm_spec-title{ font-weight:800; font-size:16px; margin:0 0 8px; color:#fff; }
  .usm-bulk-variations__title{color:#fff;}
}


/* このカードだけ装飾オフ */
.usm-spec--product .usm_spec-title::before,
.usm-spec--product .usm_spec-title::after{
  content: none !important;
  display: none !important;
  background: none !important;
}
/* 「商品」カードだけ見出しのストライプ装飾を消す */
.usm-spec--product .usm_spec-title::before,
.usm-spec--product .usm_spec-title::after,
.usm-spec--product::before,
.usm-spec--product .usm_spec-card::before{
  content: none !important;
  display: none !important;
  background: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* 万一、背景画像で付いているテーマにも効かせる */
.usm-spec--product .usm_spec-title{
  background-image: none !important;
}





.usm_footer-nav ul {
  display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    justify-content: center;
    gap: 6vw;
}
.usm_footer-nav li {
  padding:2% 0;
}
.usm_footer-nav a {
  color:#fff;
  text-decoration:none !important;
  font-family: sans-serif;
  font-size: 1.4vw;
  font-weight: lighter;
}
.usm_footer-nav a:hover {
  opacity:1;
  text-decoration:underline;
}

@media (max-width:640px){
.usm_footer {
  background:#000;
  padding: 32px 16px;
  color:#fff;
  text-align:center;
}
.usm_footer-nav ul {
  display:block;
  list-style:none;
  padding:0;
  margin:0 0 16px;
}
.usm_footer-nav li {
  padding:2% 0;
}
.usm_footer-nav a {
  color:#fff;
  text-decoration:none;
  font-size:16px;
}
.usm_footer-nav a:hover {
  opacity:1;
  text-decoration:underline;
}
.footer_copy{
  font-size:12px;}
}

/* ---------- レイアウト切替 ---------- */
.usm_burger { display:none; }
@media (max-width: 1024px){
  .usm_nav { display:none; }          /* PCナビ隠す */
  .usm_burger { display:inline-flex; }
}

/* ---------- ハンバーガーボタン ---------- */
.usm_burger{
  position: relative;
  width: 42px; height: 42px;
  border: none; background: transparent; cursor: pointer;
  align-items:center; justify-content:center;
  border-radius: 10px;
  transition: background .2s ease;
}
.usm_burger:hover{ background: rgba(255,255,255,.08); }
.usm_burger-line{
  position: absolute; width: 26px; height: 2px; background:#fff; border-radius:2px;
  transition: transform .35s ease, opacity .25s ease, top .35s ease, bottom .35s ease;
  z-index: 9999999999999999999999999999999999999999999999;
}
.usm_burger-line:nth-child(1){ top: 13px; }
.usm_burger-line:nth-child(2){ top: 20px; }
.usm_burger-line:nth-child(3){ top: 27px; }
/* 開いたときに×へ変形 */
.usm_burger.is-open .usm_burger-line:nth-child(1){ transform: rotate(45deg); top: 20px; }
.usm_burger.is-open .usm_burger-line:nth-child(2){ opacity:0; }
.usm_burger.is-open .usm_burger-line:nth-child(3){ transform: rotate(-45deg); top: 20px; }

/* ---------- フルスクリーンメニュー ---------- */
.usm_mobile-menu{
  position: fixed; inset: 0; z-index: 999; display: grid; place-items: center;
  backdrop-filter: blur(12px);
  background:
    radial-gradient(1200px 800px at 10% 10%, rgba(255,0,128,.18), transparent 60%),
    radial-gradient(1200px 800px at 90% 90%, rgba(0,128,255,.18), transparent 60%),
    rgba(15,15,20,.86);
  opacity: 0; pointer-events: none; transform: scale(1.02);
  transition: opacity .35s ease, transform .35s ease;
}
.usm_mobile-menu.is-open{
  opacity: 1; pointer-events: auto; transform: scale(1);
}

.usm_mobile-nav{margin-top: -70vw;}
.usm_mobile-nav ul{
  list-style:none; 
  padding:0; 
  margin:50vw 0 0; 
  text-align:center;
  display:flex; 
  flex-direction:column; 
  gap: 35px;
}
.usm_mobile-nav a{
  font-family: san-serif;
  font-weight:lighter;
	font-size: 2vw;
  letter-spacing: .02em; color:#fff; text-decoration:none;
  opacity: 0; transform: translateY(12px);
  animation: usm-fadeUp .5s ease forwards;
  animation-delay: calc(var(--i) * 60ms + 120ms);
}
@keyframes usm-fadeUp{
  to{ opacity:1; transform: translateY(0); }
}

/* フッターの上に被るので、フッターのz-indexは小さめに */
.usm_footer{ position: relative; z-index: 1; }

/* モバイル時ヘッダーバー整列（お好みで） */
.usm_header-top{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}


/* ---------------------------------------------------
   SPだけ：カートボタン右寄せ & 通知ボックスをスマート配置
   --------------------------------------------------- */

/* 追加通知（Woo標準）を、.usm_product-details 内だけ整える */
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-message,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-info,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-error {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding:0 0 0 1rem;
  border-radius: 0;
  line-height: 1.6;
  margin-top: .6rem;
  border-top: none;
}
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-message::before,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-info::before,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none !important; /* 左の丸アイコンを消してスッキリ */
}
/* PC/タブレット：ボタン群を右へ寄せる（1個目を右端に押し出し） */
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-message a.button:first-of-type,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-info  a.button:first-of-type,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-error a.button:first-of-type {
  margin-left: auto;
}
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-message a.button + a.button,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-info  a.button + a.button,
.single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-error a.button + a.button {
  margin-left: .5rem;
}





/* ====== まとめてカートに入れる：常に右寄せ＋改行防止 ====== */
.usm-bulk-variations_actions,
.usm-bulk__actions {              /* 念のため別表記もケア */
  display: flex;                  /* 横並びレイアウトにして */
  justify-content: flex-end;      /* 右端に寄せる */
  align-items: center;
}

/* ボタン自体の体裁調整（右寄せ・改行禁止） */
.usm-bulk-variations_actions .button,
.usm-bulk-variations_actions button,
.usm-bulk-variations_actions input[type="submit"],
.usm-bulk__actions .button,
.usm-bulk__actions button,
.usm-bulk__actions input[type="submit"] {
  margin: 0 !important;           /* 既存の margin をリセット */
  margin-inline-start: auto;      /* 右端へ押し出す（flex時の決め手） */
  white-space: nowrap;            /* テキストを1行固定に */
  display: inline-flex;           /* 高さが潰れないように */
  align-items: center;
  max-width: 100%;                /* はみ出し防止（親より広がらない） */
}

/* 画面が極端に狭い時は、文字が入るように微調整（任意） */
@media (max-width: 360px) {
  .usm-bulk-variations_actions .button,
  .usm-bulk__actions .button {
    font-size: 0.95rem;
    padding: 0.6rem 0.9rem;
  }
}

/* もし既存CSSに float や text-align が強く入っている場合の保険（必要時のみ）
.usm-bulk-variations_actions { text-align: right !important; }
.usm-bulk-variations_actions .button { float: none !important; }
*/


.woocommerce-message{
    border-radius:0 !important;
}
.usm-bulk-variations__actions {
    margin-top: 1rem;
    text-align: right;
}
/* ===== スマホ最適化（768px以下） ===== */
@media (max-width: 768px) {

  /* 変数商品セレクトは上段に幅100%で */
  .single-product .usm_product-details .variations_form .variations {
    width: 100%;
    margin-bottom: .5rem;
  }
  .single-product .usm_product-details .variations td,
  .single-product .usm_product-details .variations th {
    display: block;
    width: 100%;
  }
  .single-product .usm_product-details .variations select {
    width: 100%;
  }

  /* 数量は左、ボタンは右端へ */
  .single-product .usm_product-details .usm_product-buy form.cart .quantity { order: 1; }
  .single-product .usm_product-details .usm_product-buy form.cart .single_add_to_cart_button,
  .single-product .usm_product-details .usm_product-buy form.cart input[type="submit"] {
    order: 2;
    display: inline-flex;
    margin-left: auto;         /* ← 右端に寄せる決め手 */
  }

  /* “追加しました”通知：テキスト左／ボタン右で整然と並ぶ */
  .single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-message,
  .single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-info,
  .single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-error {
    flex-wrap: wrap;
    row-gap: .5rem;
  }
  .single-product .usm_product-details .woocommerce-notices-wrapper a.button {
    flex: 1 1 calc(50% - .25rem);
    text-align: center;
    margin: 0;                /* 余白をリセット */
    padding: .55rem .9rem;
    border-radius: 2px;
  }
  .single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-message a.button:first-of-type,
  .single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-info  a.button:first-of-type,
  .single-product .usm_product-details .woocommerce-notices-wrapper .woocommerce-error a.button:first-of-type {
    margin-left: 0;           /* 行折り返し時はリセット */
  }
	.usm_mobile-nav a{
	font-size: 6vw;
}
}

/* さらに狭い端末はボタンを縦1列でフル幅 */
@media (max-width: 380px) {
  .single-product .usm_product-details .woocommerce-notices-wrapper a.button {
    flex-basis: 100%;
  }
}

/* 万一テーマの強い指定に負ける場合の保険（必要時だけ有効化）
.single-product .usm_product-details .usm_product-buy form.cart .single_add_to_cart_button { float: right !important; }
*/




/* ---------------------------------------------------- */

.swiper-pagination {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    display:none !important;
}
/* ---------------------------------------------------- */
a:hover{color:#fff !important;}

.usm_spec-card.wide.usm-spec--product,
.usm_spec-card.wide:has(.usm_spec-title:contains("バリエーション")) {
  display: none !important;
}
/* ---------------------------------------------------- */

.usm_voice-nav {
  text-align: center;         /* 中央寄せ */
  margin: 4rem 0 0;             /* 上下に余白 */
}

/* リンクのスタイル */
.usm_voice-nav a.to-archive {
  display: inline-block;        /* 背景を黒に（好みに応じて変更可） */
  color: #333;                /* 白文字 */
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
span.prev a{color:#333;}
span.next a{color:#333;}

/* ホバー時の演出 */
.usm_voice-nav a.to-archive:hover {
  background: #444;           /* 濃いグレーに */
}
/* ---------------------------------------------------- */



.anser {
  display: flex;
  align-items: flex-start; /* 上揃え */
}

.answer-label {
  flex: 0 0 3em;     /* ラベルの幅を固定（お好みで調整） */
  font-weight: bold; /* 太字に */
  font-size: 3vw;
  color: #f065ee;
  font-family: "Noto Sans JP", sans-serif;
}

.answer-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 4rem;
}



.usm_product-pricexxx{    
    background: #2a2a2a;
    width: auto;
    margin: 3% 0 0 auto;
    border-radius: 2px;
    border: 1px solid #666;
}

.usm_product-price{font-size:3rem; text-align:center; margin-bottom:0;}

.usm-bulk-variations__table .col-qty input {
    width: 100% !important;
    text-align: right;
    padding: .45rem .5rem;
}

.usm-bulk-variations__table{
    text-align:center;
}



/* 価格の下の注意書き */
.single-product .usm-price-note{
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #ccc;         /* 背景が暗いなら薄いグレーなどに */
}


/* 単一商品ページの価格のすぐ下に表示 */
.single-product .entry-summary .price::after{
  content: "※税込み価格";
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #ccc;          /* 背景が暗いなら薄いグレー */
}



table, td, th {
    border:0 solid var(--ast-border-color) !important;
}


.usm-bulk-variations__table th, .usm-bulk-variations__table td {
    border: 1px solid #e5e5e5 !important;
}
.usm-bulk-variations__table th, .usm-bulk-variations__table td {
    border: 1px solid #e5e5e5 !important;
}
.usm-bulk-variations__table {
    border: 1px solid #fff !important;
}

/* ---------------------------------------------------- */

.agreements-box{}
.agreements-box .agree-line{
  display:flex;
  align-items:center;
  gap:.55em;
  margin:8px 0;
  line-height:1.7;
}

/* MW WP Form の「同意する」(children) テキストを非表示に */
.agreements-box .mwform-checkbox-field > span{
  display:none;
}

/* チェックボックスの位置・間隔 */
.agreements-box input[type="checkbox"]{
  margin-right:.25em;
  transform:translateY(1px);
}

/* リンクの見た目（画像の雰囲気） */
.agreements-box a{
  color:#fff;
  font-size:1rem;
  font-weight:500;
  text-decoration:none;
}
.agreements-box a:hover{ text-decoration:underline; }


/* 例: ヘッダーの通知だけ消す（あなたのラッパクラスに合わせて） */
.site-header .woocommerce-message,
.site-header .woocommerce-info,
.site-header .woocommerce-error { display:none!important; }


#usm-bulk-notices .woocommerce-message,
#usm-bulk-notices .woocommerce-info,
#usm-bulk-notices .woocommerce-error { display:block !important; }


@media (max-width: 768px) {
.answer-text {
    flex: 1;
    margin-top: 0;
    margin-left: 0;
}
}




.usm-breadcrumbs{
  position:absolute; right:2rem; bottom:2rem; z-index:5;
  color:#fff; background:rgba(0,0,0,.35); padding:.4rem .8rem; border-radius:2px; line-height:1.4; font-size: 16px;
}
.usm-breadcrumbs a{ color:#fff; font-weight:100; font-size:12px;}

.crumbs{list-style: none; display: flex; letter-spacing: 0.2rem; margin: 0; align-items: center;}




@media (max-width:767px){
.usm-breadcrumbs{ right:1rem; bottom:1rem; font-size:11px; }
}




@media (max-width: 767px){
  .usm_specs-grid .usm_spec-card{
    display:flex;                /* 横並びに */
    align-items:center;          /* 縦センター */
    gap:.6em;
  }
  .usm_specs-grid .usm_spec-card .usm_spec-title{
    flex:0 0 auto;               /* 見出しは縮まない */
    margin:0;
  }
  .usm_specs-grid .usm_spec-card .usm_spec-text{
    flex:1 1 auto;               /* 値は可変 */
    margin:0;
    white-space:nowrap;          /* 折り返さない＝1行 */
    overflow:hidden;             /* はみ出し防止 */
    text-overflow:ellipsis;      /* 長いと… */
  }
}

@media (max-width: 767px){
  /* wide 以外だけ横並び */
  .usm_specs-grid .usm_spec-card:not(.wide){
    display:flex;
    align-items:center;
    gap:.6em;
  }

  /* wide は消す（保険） */
  .usm_specs-grid .usm_spec-card.wide{
    display:none;
  }
}


/*-----------------------------------------------------------------------------------------qa--*/


/* セクション基本 */
.usm_faq-section { padding: 40px 16px; }
.usm_faq-title-wrapper { text-align: center; margin-bottom: 140px; }
.usm_title-ja { font-size: clamp(22px, 2.5vw, 28px); margin: 0 0 6px; }
.usm_faq-title-en { 
  opacity: .7;
  background: linear-gradient(45deg, #f065ee, #d92121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: "Neonderthaw", cursive;
  font-size: 10vw;
  width: 100%;
  height: auto;
}

/* グリッド：PC=2列 / SP=1列 */
.usm_faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px){
  .usm_faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
}  
  
  
  
@media (max-width: 767px){
  .usm_faq-title-en { 
    opacity: .7;
    background: linear-gradient(45deg, #f065ee, #d92121);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "Neonderthaw", cursive;
    font-size: 80px;
    width: 100%;
    height: auto;
	  top: 120px;
}
}

/* カード */
.usm_faq-card details {
  background: #121212;           /* サイトに合わせて色調整 */
  color: #fff;
  /*border: 1px solid rgba(255,255,255,.12);*/
  /*border-radius: 12px;*/
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  overflow: hidden;
}
.usm_faq-card summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  position: relative;
  font-size: 18px;
  font-weight: 100;
}
.usm_faq-card summary::-webkit-details-marker { display: none; }
.usm_faq-card .q-badge {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px; margin-right: 10px;
  border-radius: 999px; background: #e91e63; color: #fff; font-size: 12px;
}
.usm_faq-card[open] summary { background: rgba(255,255,255,.04); }

.usm_faq-card .usm_faq-a {
  padding: 16px 18px 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  line-height: 1.8;
}
.usm_faq-card .usm_faq-a p { margin: 0 0 1em; }

/* ページネーション（任意） */
.usm_pagination { margin: 24px auto 0; display: grid; place-items: center; }
.usm_pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.usm_pagination a, .usm_pagination span {
  display: inline-block; padding: 6px 10px; border: 1px solid rgba(255,255,255,.2);
  color: inherit; text-decoration: none; border-radius: 6px;
}
.usm_pagination .current { background: rgba(255,255,255,.12); }

/* Q行を2カラム化：左=バッジ 幅、右=テキスト */
.usm_faq-card summary{
  display: grid;
  grid-template-columns: 28px 1fr; /* ←バッジ幅＋テキスト */
  gap: 10px;
  align-items: center;
}

/* 既存のバッジ装飾そのまま使ってOK */
.usm_faq-card .q-badge{
  width: 24px; height: 24px;   /* ここはサイトの値に合わせて */
  display: inline-grid; place-items: center;
  border-radius: 999px;
}


/* 常時開く用：矢印などのトグル感を消す＆クリックで閉じられないように */
.usm_faq-card details.usm-faq--always-open summary {
  cursor: default;
  pointer-events: none;                  /* ← クリック無効（選択だけならOK） */
}
.usm_faq-card details.usm-faq--always-open summary::-webkit-details-marker { display: none; }
/* 自作の▼アイコンを summary::after で出している場合は消す */
.usm_faq-card details.usm-faq--always-open summary::after { content: none !important; }


@media (max-width: 767px){
.usm_faq-title-wrapper {
    margin-bottom: 50px;
}

}


.usm-color.is-red  { color: #e53935; }
.usm-color.is-blue { color: #1e90ff; }


/* === 数量( number )のスピンボタンを復活：この表だけ === */
.usm-bulk-variations input[type="number"]{
  appearance: auto !important;           /* 共通 */
  -moz-appearance: number-input !important; /* Firefox */
}

/* Chrome / Edge / Safari */
.usm-bulk-variations input[type="number"]::-webkit-outer-spin-button,
.usm-bulk-variations input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: auto !important;
  margin: 0;
}


.usm_product-hero-copy{font-size:6vw;}

@media (max-width: 767px){
.usm_hero-sub{font-size:9vw;}
}






/* === Newsカードのキャプションを確実に表示（iOS対策込み） === */
.usm_news-card a.usm_news-card_link{          /* 親を基準にする */
  position: relative;
  display: block;
  overflow: hidden;                            /* 角丸がある場合 */
  border-radius: 4px;                         /* 任意：カードの角丸 */
}

.usm_news-card .usm_news-card_thumb img{
  display: block;
  width: 100%;
  height: auto;
}

/* 黒帯 */
.usm_news-card .usm_news-card_caption{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: .6rem .8rem;
  background: rgba(0,0,0,.75);
  color: #fff;
  line-height: 1.4;
  z-index: 2;                                  /* 画像より前へ */
  transform: translateZ(0);                    /* iOS描画バグ回避 */
  -webkit-transform: translateZ(0);
}

/* 以前の“2行省略”指定が潰しに来ている場合をリセット */
@media (max-width: 767px){
  .usm_news-card .usm_news-card_caption{
    display: block !important;
    white-space: normal !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
    max-height: none !important;
  }
.usm_card-title {
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 100;
    margin: 0 4% 1vw;
    padding-bottom: 1vw;
}
}

/* 必要な時だけ：スライドのオーバーフローを可視に（副作用が出たら戻す） */
.usm_news-slider .swiper-slide{ overflow: visible !important; }





/* 親リンクを重ね用のGridにする（iOSでも安定して重なる） */
.usm_news-card a.usm_news-card_link{
  display: grid;
  grid-template-areas: "stack";
  border-radius: 10px;          /* 角丸は任意 */
  overflow: hidden;             /* はみ出し防止 */
  position: relative;           /* スタッキング基準 */
  -webkit-transform: translateZ(0); /* iOS再描画の呼び水 */
  transform: translateZ(0);
}

/* 画像 */
.usm_news-card .usm_news-card_thumb{
  grid-area: stack;
}
.usm_news-card .usm_news-card_thumb img{
  display:block; width:100%; height:auto; object-fit: cover;
}

/* 黒帯キャプション（画像の上に重ねる） */
.usm_news-card .usm_news-card_caption{
  grid-area: stack;             /* ← 画像と同じグリッドに重ねる */
  align-self: end;              /* 下端に寄せる */
  justify-self: stretch;
  padding: .6rem .8rem;
  background: rgba(0,0,0,.78);
  color:#fff;
  line-height:1.4;
  z-index: 2;
  -webkit-transform: translateZ(0); /* iOSでの描画抜け対策 */
  transform: translateZ(0);
}

/* このセクションに限り、スライドのオーバーフローを可視に（必要なら） */
.usm_news-slider .swiper-slide{ overflow: visible; }

/* もし前に入れた“2行省略”で潰れている場合はSPだけ解除 */
@media (max-width: 767px){
  .usm_news-card .usm_news-card_caption{
    display:block !important;
    white-space: normal !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: initial !important;
    max-height: none !important;
  }
}
@media (max-width: 480px){
  .usm_news-card a.usm_news-card_link{ display:block; }
  .usm_news-card .usm_news-card_caption{
    position: static !important;   /* 重ねるのをやめる */
    grid-area: auto !important;
    background:#333;
  }
}








.usm_review-photo{padding:0 0 4%;}

.site-title{color:#fff !important;}

/* ============================================================================================================================= Reset CSS (rscss.css) ===== */
/* リセットCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
}

a {
    color: inherit;
    font-size: 1.5vw;
    font-weight: bold;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



p,h1,h2,nav{
font-family:sans-serif;
  font-optical-sizing: auto;
  /* font-weight: lighter; */
  font-style: normal;
}
