/* MODE-1C */
/* 注意事項 ==================================================
本テンプレートを適用される場合は、プラグインの修正をおこなってください。
修正対象プラグイン：【 リンク 】
 ※未修正のままテンプレート適用されるとリンクバナー画像が見切れる場合がございます。
 ※修正方法は下記ページをご確認ください。
http://help.fc2.com/cart/qa/group177/1825
============================================================*/
/*============================================================
	=version 2.8=
Reset
common - element style
Common - Base layout
Common - headline & title style
Common - table style
Common - formparts style
Common - button style
Common - pager style
Common - items style


Section Style Setting
 - header
 - logo
 - multilingual
 - footer
 - category_tabs
 - topic_path
 - comment
 - shopinfo_top
 - plugin

Each page Setting
 - itemlist
 - itemdetail
 - review list (itemdetail・reviewlist 共通)
 - reviewlist
 - reviewform
 - custompage
 - shopinfo detail
 - checkcart
 - regi_login
 - stockout
 - regi_checkout
 - laws
 - member
 - historylist
 - history
 - login
 - signup
 - pwreissue
 - withdraw
 - inquiry
 - paymentoptions
 - maintenance_page
============================================================*/
/*============================================================
	reset
============================================================*/
html, body, div, nav, section, article,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
blockquote,
table, th, td,
p {
  margin: 0;
  padding: 0;
}

a {
  /*\*/
  overflow: hidden;
  /* for Fx */
  /**/
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

img,
table,
fieldset,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
}

/*============================================================
	common - element style
============================================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #151515;
  background-color: #ffffff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック Medium', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  text-align: center;
  word-break: break-all;
  min-width: 1024px;
  -webkit-text-size-adjust: 100%;
}

/*= IE11 游ゴシックなし =*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

/*= IE10 游ゴシックなし =*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

a {
  color: #008080;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #166cab;
}

th {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.required {
  color: #ff0000;
}

.number {
  text-align: right;
}

.error {
  color: #ffffff;
  background-color: #ff0000;
  text-align: center;
  margin-bottom: 24px;
  padding: 8px;
}

.message {
  margin-bottom: 8px;
}

.content_message {
  text-align: center;
  margin-bottom: 8px;
}

#complete .content_message {
  text-align: left;
  padding: 24px;
}

.regi-confirm-notice {
  background: #fff0f6;
  border: 1px solid #e4007f;
  border-left: 5px solid #e4007f;
  color: #8b004d;
  padding: 14px 18px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}

#regi_checkout .content_header {
  text-align: left;
  font-size: 12px;
  color: #777;
  background: #f7f7f7;
  border-left: 3px solid #bbb;
  padding: 10px 12px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.tax-note {
  font-size: 11px;
  font-weight: normal;
  color: #888;
  margin-left: 4px;
}

.cart-suggest {
  margin: 28px 0 20px;
}

.cart-suggest__heading {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
  text-align: center;
}

.cart-suggest ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-suggest li {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,.14);
}

.cart-suggest a {
  display: block;
  position: relative;
  text-decoration: none;
}

.cart-suggest a:hover {
  opacity: 0.88;
}

.cart-suggest img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  filter: brightness(0.72) saturate(0.75);
}

.cart-suggest .name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 6px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

#checkcart input[type="submit"].button_style:not(.next) {
  background-color: #003136;
  border-radius: 9999px;
}

#checkcart input[type="submit"].button_style:not(.next):hover {
  background-color: #005060;
}

/* カートが空のときの表示（鴨イラスト＋メッセージ＋003136ピルボタン） */
#checkcart .cart-empty {
  text-align: center;
  padding: 48px 16px 56px;
}

#checkcart .cart-empty__image {
  display: block;
  width: 240px;
  max-width: 68%;
  height: auto;
  margin: 0 auto 6px;
  opacity: 0.26;
}

#checkcart .cart-empty__text {
  margin: 0 0 44px;
  color: #9aa5a7;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

#checkcart .cart-empty .return {
  margin: 0;
}

#checkcart .cart-empty .button_style {
  display: inline-block;
  width: auto;
  min-width: 220px;
  background-color: #003136;
  border-radius: 9999px;
  padding: 14px 40px;
}

#checkcart .cart-empty .button_style:hover {
  background-color: #005060;
}

#checkcart .button_style.next,
#regi_checkout .button_style.next,
#regi_checkout input[type="submit"].button_style.next {
  background-color: #e4007f;
  border-radius: 9999px;
}

#checkcart .button_style.next:hover,
#regi_checkout .button_style.next:hover,
#regi_checkout input[type="submit"].button_style.next:hover {
  background-color: #b8006a;
}

/* 会員ログイン（注文情報・通常ログイン）は購入CTAではないのでブランドティールに揃える */
#regi_login .button_style.next,
#regi_login input[type="submit"].button_style.next,
#login .button_style.next,
#login input[type="submit"].button_style.next {
  background-color: #003136;
  border-radius: 9999px;
}

#regi_login .button_style.next:hover,
#regi_login input[type="submit"].button_style.next:hover,
#login .button_style.next:hover,
#login input[type="submit"].button_style.next:hover {
  background-color: #005060;
}

.payment_incomplete {
  display: block;
  margin: 20px 0 12px;
  padding: 14px 18px;
  background: #fff5f5;
  border: 1px solid #e53e3e;
  border-left: 5px solid #c53030;
  border-radius: 4px;
  color: #c53030;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
}

.transfer-notice {
  margin: 20px 0;
  padding: 18px 20px;
  background: #fffbf0;
  border: 1px solid #d69e2e;
  border-left: 5px solid #b7791f;
  border-radius: 4px;
  line-height: 1.7;
}

.transfer-notice p:first-child {
  margin-top: 0;
}

.transfer-notice p:last-child {
  margin-bottom: 0;
}


#complete .formbutton .button_style {
  background-color: #003136;
  border-radius: 9999px;
  padding: 12px 40px;
  font-size: 15px;
  width: auto;
}

#complete .formbutton .button_style:hover {
  background-color: #005060;
}

.content_header {
  margin-bottom: 8px;
}

.point_image,
.limited_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.limited_icon {
  color: #ffffff;
  background-color: #f9563a;
  font-size: 12px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px 0px;
}

.formbutton {
  text-align: center;
  margin-top: 24px;
}

/*============================================================
	Common - Base layout
============================================================*/
#wrap {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}

.contents_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#container {
  text-align: left;
}

.contents {
  min-height: 300px;
}

.contents,
.plugin_contents {
  background-color: #f9f9f9;
  padding-top: 32px;
  padding-bottom: 32px;
}

.contents.top_contents_bgcolor {
  min-height: 0;
}

.top_contents_bgcolor {
  position: relative;
}

#container > .top_contents_bgcolor:nth-child(odd) {
  background-color: #ffffff;
}

/* 改行レイアウト(独自) */

.contents_inner p {
    margin-top: 1.5em;
}

/* =================================================
	Common - headline & title style
================================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 30px;
}

h2,
h3 {
  font-size: 16px;
}

h4,
h5,
h6 {
  font-size: 14px;
}

.contents_title,
.plg_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}

.plg_title {
  text-align: center !important;
}

.contents_subtitle {
  background-color: #f0f0f0;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 8px;
}

/*記事用見出し(独自)*/
.userpage_headline {
  font-size: 25px;
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
  z-index: 2;
  margin-top: 1em;
}
.userpage_headline:before {
  content: "";
  position: absolute;
  background: #F2DEBA;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.userpage_headline_small {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  margin-top: 1.5em;
}

.userpage_headline_small:before {
  font-family: "Font Awesome 5 Free";
  content: "00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #0E5E6F; /*アイコン色*/
}

/*============================================================
	Common - table style
============================================================*/
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
}

th {
  background-color: #f0f0f0;
  text-align: center;
}

table.list th {
  width: 300px;
}

/* =================================================
	Common - formparts style
================================================= */
/*= 基本設定 =*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  border: none;
  font-size: 14px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  border: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}

/*= 入力フィールド スタイル =*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  padding: 8px;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
textarea:disabled {
  color: #cccccc;
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  cursor: not-allowed;
  opacity: 0.5;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  width: 70%;
}

textarea {
  width: 85%;
}

/*= セレクトボックス スタイル =*/
select {
  max-width: 100%;
}

/* =================================================
	Common -  button style
================================================= */
/*= input button style =*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  color: #ffffff;
  background-color: #0d4167;
  text-align: center;
  padding: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="image"]:hover {
  background-color: #135e94;
}

/*= button_style =*/
.button_style,
.sub_button_style {
  color: #ffffff;
  background-color: #0d4167;
  text-align: center;
  padding: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.button_style:hover,
.sub_button_style:hover {
  color: #ffffff;
  background-color: #135e94;
}

.sub_button_style,
input[type="submit"].sub_button_style {
  color: #0d4167;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
}

.button_style.next,
input[type="submit"].button_style.next {
  font-size: 18px;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: block;
}

/* 商品詳細「カートに入れる」: e4007f ベースのピル型（やや幅広・左寄せ） */
.button_cart {
  display: block;
  margin: 16px 0 0;
  text-align: left;
}

#itemdetail .item .item_submit .button_cart input[type="submit"].button_style.next {
  display: inline-block;
  width: auto;
  min-width: 340px;
  max-width: 100%;
  margin: 0;
  padding: 13px 40px;
  font-size: 15px;
  font-weight: bold;
  background-color: #e4007f;
  border: 1px solid #b8006a;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(228, 0, 127, 0.22);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#itemdetail .item .item_submit .button_cart input[type="submit"].button_style.next:hover {
  background-color: #b8006a;
  transform: translateY(-1px);
}

/* カスタマーレビューページ：カートボタンを商品詳細と同じマゼンタピルに統一 */
#reviewlist .item_submit input[type="submit"].button_style {
  display: inline-block;
  width: auto;
  min-width: 280px;
  max-width: 100%;
  margin: 4px 0 0;
  padding: 13px 40px;
  font-size: 15px;
  font-weight: bold;
  background-color: #e4007f;
  border: 1px solid #b8006a;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(228, 0, 127, 0.22);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
#reviewlist .item_submit input[type="submit"].button_style:hover {
  background-color: #b8006a;
  transform: translateY(-1px);
}

/* カスタマーレビューページ：商品ページへ戻る導線（ブランドティール #003136） */
#reviewlist .review-back {
  margin: 0 0 18px;
}
#reviewlist .review-back a.sub_button_style {
  background-color: #003136;
  color: #ffffff;
  border: 1px solid #003136;
  border-radius: 9999px;
  padding: 9px 22px;
  font-weight: bold;
}
#reviewlist .review-back a.sub_button_style:hover {
  background-color: #024b4b;
  color: #ffffff;
}

/* 入荷お知らせ登録ボタン：ブランドティール #003136 のソリッドピル */
a.arrival_notice_request.button_style {
  display: inline-block;
  min-width: 240px;
  max-width: 100%;
  margin: 12px auto 0;
  padding: 13px 36px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  background-color: #003136;
  border: 1px solid #003136;
  border-radius: 9999px;
  box-shadow: 0 4px 12px rgba(0, 49, 54, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

a.arrival_notice_request.button_style:hover {
  background-color: #005060;
  transform: translateY(-1px);
}

/* =================================================
	Common - pager style
================================================= */
.pager {
  text-align: center;
}

.pager a,
.pager span {
  margin: 0 4px 4px;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.pager a {
  color: #ffffff;
  background-color: #0d4167;
}

.pager a:hover {
  background-color: #135e94;
}

.pager span {
  color: #ffffff;
  background-color: #151515;
}

/* =================================================
	Common - items style
================================================= */
.items {
  position: relative;
}

.items:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.items img {
  max-width: none;
}

.items .item_inner {
  width: 12.1%;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.items .item_inner dl {
  position: relative;
}

.items .item_inner a:hover {
  color: #0d4167;
}

.items .item_inner a:hover * {
  opacity: 0.9;
}

.items .item_inner .name {
  font-size: 12px;
  overflow: hidden;
  max-height: 2.56em;
  margin-top: 8px;
}

.items .item_inner .price {
  font-size: 12px;
  margin-top: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.items .item_inner .item_image {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 89px;
}

.items .item_inner .item_image span {
  width: 100%;
  height: 89px;
  position: relative;
  display: block;
}

.items .item_inner .item_image img {
  min-width: 89px;
  min-height: 89px;
}

.items .item_inner .item_image img.nophoto {
  width: auto;
  height: 89px;
}

.items .item_inner .icon {
  margin-top: 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/**********************************************************

         Section Style Setting

***********************************************************/
/* =================================================
	Section - header navi
================================================= */
#header {
  background-color: #003136;
  font-size: 13px;
}

#header .header_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#header .header_inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#header ul {
  float: right;
}

#header li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 4px;
}

#header a,
#header input[type="submit"] {
  color: #d0d0d0;
}

#header a:hover,
#header input[type="submit"]:hover {
  color: #f6f6f6;
  text-decoration: none;
}

#header input[type="submit"] {
  background: none;
  padding: 0;
  margin: 0;
}

#header .header_search {
  text-align: left;
  float: right;
  width: 210px;
  margin-top: 5px;
  margin-left: 4px;
  position: relative;
}

#header .header_search input[type="search"],
#header .header_search input[type="text"] {
  font-size: 13px;
  padding: 2px;
  width: 180px;
}

#header .header_search input[type="submit"].search_icon {
  background-color: transparent;
  background-image: url("https://cart-origin.fc2img.com/template/MODE_1C/image/search_icon.png");
  width: 28px;
  height: 21px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#header .header_search input[type="submit"].search_icon:hover {
  background-image: url("https://cart-origin.fc2img.com/template/MODE_1C/image/search_icon_hover.png");
}

#header .cartcheck {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 9999;
}

.fc2paymentshop_head ~ #wrap #header .cartcheck {
  top: 75px;
}

#header .cartcheck a {
  background-color: #e4007f;
  background-image: url("https://cart-origin.fc2img.com/template/MODE_1C/image/cartimage.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 55px;
  height: 55px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  border-radius: 55px;
}

#header .cartcheck a:hover {
  background-color: #E35BA6;
}

/*============================================================
	PC ナビドロワー
============================================================*/
/* ハンバーガーボタン（ヘッダー内左端） */
#pc-nav-toggle {
  float: left;
  display: block;
  width: 44px;
  height: 33px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  margin-right: 8px;
}

#pc-nav-toggle span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 2px;
  background: #d0d0d0;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  transform-origin: center;
}
#pc-nav-toggle span:nth-child(1) { top: 12px; }
#pc-nav-toggle span:nth-child(2) { top: 21px; }
#pc-nav-toggle span:nth-child(3) { top: 30px; }

#pc-nav-toggle:hover span { background: #fff; }

body.pc-nav-open #pc-nav-toggle span:nth-child(1) { top: 21px; transform: translateX(-50%) rotate(45deg); }
body.pc-nav-open #pc-nav-toggle span:nth-child(2) { opacity: 0; }
body.pc-nav-open #pc-nav-toggle span:nth-child(3) { top: 21px; transform: translateX(-50%) rotate(-45deg); }

/* ドロワー */
#pc-nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 340px;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  overflow-y: auto;
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.25s ease-out, visibility 0s 0.25s;
  box-shadow: none;
}

body.pc-nav-open #pc-nav-drawer {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.25s ease-out, visibility 0s 0s;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
}

/* オーバーレイ */
#pc-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
}

body.pc-nav-open #pc-nav-overlay { display: block; }

/* ドロワーヘッダー */
.pc-nav__header {
  display: flex;
  align-items: center;
  padding: 0 20px 0 68px;
  height: 118px;
  background: #003136;
  position: sticky;
  top: 0;
  z-index: 1;
}

.pc-nav__logo {
  font-family: "Oswald", "Impact", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}

.pc-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  opacity: 0.6;
  transition: opacity 0.15s;
}
.pc-nav__close:hover { opacity: 1; }
.pc-nav__close::before,
.pc-nav__close::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 18px; height: 2px;
  background: #fff;
  transform-origin: center;
}
.pc-nav__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.pc-nav__close::after  { transform: translate(-50%, -50%) rotate(-45deg); }

/* アコーディオン */
.pc-nav__section { border-bottom: 1px solid #ebebeb; }

.pc-nav__section--terms {
  border-top: 4px solid #f0f0f0;
  margin-top: 4px;
}

.pc-nav__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  background: none;
  border: none;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #111;
  cursor: pointer;
}
.pc-nav__heading--small { color: #888; font-size: 11px; min-height: 44px; }
.pc-nav__heading:hover  { background: #f8f8f8; }

.pc-nav__chevron {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #aaa;
  border-bottom: 1.5px solid #aaa;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-top: -2px;
}
.pc-nav__heading[aria-expanded="true"] .pc-nav__chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.pc-nav__list {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  background: #fafafa;
  padding: 0;
  margin: 0;
}
.pc-nav__list.is-open { max-height: 700px; }

.pc-nav__list li a {
  display: block;
  padding: 12px 20px 12px 28px;
  font-size: 13px;
  color: #444;
  text-decoration: none;
  border-top: 1px solid #ebebeb;
}
.pc-nav__list li a:hover { color: #003136; background: #f0f6f6; }

/*============================================================
	Section - logo
============================================================*/
#logo {
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}

#logo h1 a {
  color: #151515;
  word-break: normal;
  max-width: 1024px;
  margin-top: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#logo h1 a.logo_image {
  max-width: none;
}

/*============================================================
	Section - multilingual
============================================================*/
#multilingual {
  float: right;
  margin-left: 16px;
  margin-right: 16px;
}

#multilingual .multilingual_contents {
  color: #d0d0d0;
  position: relative;
  font-size: 0;
  /*下層inline-block隙間reset*/
}

#multilingual #earth_ic {
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 4px;
}

#multilingual .earth_ic_g {
  fill: #d0d0d0;
}

#multilingual .multilingual_name,
#multilingual .multilingual_code {
  display: inline-block;
  min-width: 3.8em;
  height: 30px;
  padding: 10px 8px 0px;
  cursor: pointer;
  line-height: 1;
  vertical-align: top;
  font-size: 11px;
}

#multilingual .multilingual_name::after,
#multilingual .multilingual_code::after {
  display: inline-block;
  content: "bc";
  margin-left: 4px;
  font-size: 10px;
}

#multilingual .multilingual_list_wrap {
  position: absolute;
  right: 0px;
  z-index: 10000;
}

#multilingual .multilingual_list {
  position: relative;
  display: none;
}

#multilingual .multilingual_list.panel_open {
  background-color: #f5f5f5;
  border: 1px solid #666666;
  box-shadow: 0px 1px 5px #cccccc;
  display: block;
  margin-top: 8px;
  padding: 16px 8px 8px;
  width: 300px;
  border-radius: 4px;
  text-align: left;
}

#multilingual .multilingual_list::before,
#multilingual .multilingual_list::after {
  border-bottom: 8px solid #666666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  right: 24px;
}

#multilingual .multilingual_list::after {
  border-bottom: 8px solid #f5f5f5;
  top: -6px;
}

#multilingual #multilingual_list_lang::before,
#multilingual #multilingual_list_lang::after {
  right: 76px;
}

#multilingual .multilingual_list li {
  background: #ffffff;
  border: 1px solid #666666;
  display: inline-block;
  box-sizing: border-box;
  width: 30.8%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 8px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}

#multilingual .multilingual_list li:not(.current):hover {
  background: #f8f8f8;
}

#multilingual .multilingual_list li:first-child:nth-last-child(2),
#multilingual .multilingual_list li:first-child:nth-last-child(2) ~ li {
  width: 47.8%;
}

#multilingual .multilingual_list span {
  display: table;
  width: 100%;
  height: 3em;
}

#multilingual .multilingual_list a {
  color: #333333;
  -webkit-tap-highlight-color: rgba(120, 141, 204, 0.5);
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0 2px;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-decoration: none;
  word-break: normal;
}

#multilingual .multilingual_list .current {
  background-color: #5e99fc;
}

#multilingual .multilingual_list .current a {
  color: #ffffff;
}

/*通貨が1つだけの時*/
#multilingual.single_currency .multilingual_code {
  color: #999999;
  -webkit-tap-highlight-color: transparent;
  cursor: auto;
  padding-left: 0px;
}

#multilingual.single_currency .multilingual_code::before {
  display: inline-block;
  content: "/";
  margin-right: 4px;
}

#multilingual.single_currency .multilingual_code::after {
  display: none;
}

#multilingual.single_currency #multilingual_list_currency.panel_open {
  display: none;
}

/*スマホでPC版表示した時*/
.smartphone_bar ~ #wrap #header .cartcheck {
  top: 40px;
  position: absolute;
}

/*============================================================
	Section - footer
============================================================*/
#footer {
  color: #d0d0d0;
  background-color: #003136;
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 32px 0 16px;
}

#footer a {
  color: #d0d0d0;
}

#footer a:hover {
  color: #f6f6f6;
  text-decoration: none;
}

#footer .footer_inner {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#footer h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

#footer .footer_shopinfo {
  text-align: center;
  margin-bottom: 56px;
}

#footer .footer_shopinfo:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#footer .footer_shopinfo ul {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer_shopinfo li {
  margin: 4px 16px 0px 0px;
  display: inline-block;
}

/*=pagetop=*/
.pagetop {
  position: fixed;
  bottom: -5px;
  right: 18px;
}

.pagetop a {
  background-color: #e4007f;
  background-image: url("https://cart-origin.fc2img.com/template/MODE_1C/image/pagetop.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 35px;
  display: block;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

/*============================================================
	Section - category_tabs
============================================================*/
#category_tabs {
  margin-bottom: 16px;
}

#category_tabs a {
  color: #2a2a2a;
  border: 1px solid #e0e0e0;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#category_tabs a.category_sub {
  background-color: #f0f0f0;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 8px;
}

#category_tabs a:hover {
  background-color: #e0e0e0;
}

/*============================================================
	Section - topic_path (パンくず)
============================================================*/
#topic_path {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 12px;
}

#topic_path li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 8px;
}

#topic_path li span {
  margin-right: 8px;
}

#topic_path a:hover {
  text-decoration: underline;
}

/* =================================================
	Section - comment (コメント)
================================================= */
.comment_header,
.comment_footer {
  color: #999999;
  font-size: 12px;
}

.comment_header {
  padding-bottom: 8px;
}

.comment_footer {
  padding-top: 8px;
}

/*===============================================
  カスタマージャーニー起点カード
================================================= */
.entry-cards {
  display: flex;
  gap: 14px;
  margin: 4px 0 20px;
}

.entry-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  background-color: #003136;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  overflow: hidden;
}

/* 背景画像 */
.entry-card--about  { background-image: url('http://surfront.co.jp/gomrifle_system/imgs/DSC09537_wide900.jpg'); }
.entry-card--what   { background-image: url('http://surfront.co.jp/gomrifle_system/imgs/_1115409_wide900.jpg'); }
.entry-card--lineup { background-image: url('http://surfront.co.jp/gomrifle_system/imgs/_1104656_wide900.jpg'); }

.entry-card__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.82) 100%);
}

.entry-card__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 10px;
}

.entry-card__desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  margin: 0 0 16px;
  flex: 1;
}

.entry-card__cta {
  align-self: flex-start;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}

.entry-card:hover .entry-card__cta {
  background: rgba(255,255,255,0.15);
}

/*===============================================
  現行スリングライフルモデル一覧
================================================= */
.model-lineup {
  margin: 20px 0 32px;
}


.model-card {
  display: flex;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.model-card:last-child {
  border-bottom: none;
}

.model-card__img-wrap {
  flex: 0 0 58%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

.model-card__badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #003136;
  color: #fff;
  font-family: "Oswald","Impact","Haettenschweiler","Arial Narrow",sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
}

.model-card__name-en {
  font-family: "Oswald","Impact","Haettenschweiler","Arial Narrow",sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #003136;
}

.model-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.model-card:hover .model-card__img {
  transform: scale(1.03);
}

.model-card__img-zoom {
  position: absolute;
  inset: 0;
  transition: transform 0.4s ease;
}

.model-card:hover .model-card__img-zoom {
  transform: scale(1.03);
}

.model-card__img--fade1,
.model-card__img--fade2 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.model-card__img--fade1 {
  animation: model-img-fade 8s ease-in-out infinite;
}

.model-card__img--fade2 {
  animation: model-img-fade 8s ease-in-out -4s infinite;
}

@keyframes model-img-fade {
  0%, 40%  { opacity: 1; }
  50%, 90% { opacity: 0; }
  100%     { opacity: 1; }
}

.model-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.model-card__model {
  font-size: 13px;
  font-weight: 700;
  color: #003136;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
}

.model-card__name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0 0 10px;
}

.model-card__desc {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  flex: 1;
  margin: 0 0 16px;
}

.model-card__cta {
  align-self: flex-start;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border: 1px solid #333;
  color: #333;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.model-card:hover .model-card__cta {
  background: #003136;
  border-color: #003136;
  color: #fff;
}

/*===============================================
  トップページ 全幅ブロック（entry-cards・model-lineup）
================================================= */
.top-bleed {
  width: 100%;
}

.top-bleed__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.top-bleed--entry {
  background-color: #f9f9f9;
  padding: 24px 0;
}

.top-bleed--lineup {
  background-color: #ffffff;
  padding: 32px 0;
}

/* カテゴリナビ（コンパクト常時表示） */
.category-nav {
  text-align: center;
  margin-bottom: 16px;
}

.category-nav__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.08em;
  margin-right: 6px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.category-nav__link {
  display: inline-block;
  color: #2a2a2a;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 4px 10px;
  margin: 0 2px 4px 0;
  font-size: 11px;
  vertical-align: middle;
  transition: background 0.15s;
}

.category-nav__link:hover {
  background-color: #e0e0e0;
  text-decoration: none;
}

.category-nav__link--sub {
  background-color: #f0f0f0;
  font-size: 10px;
  padding: 4px 8px;
  color: #555;
}

/* 在庫状況ノーティス */
.stock-notice {
  background: #fffbf0;
  border-left: 3px solid #f5a905;
  padding: 10px 14px;
  margin-bottom: 16px;
}

.stock-notice .stock-notice__text {
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  margin: 0;
  padding: 0;
}

/*===============================================
	News Banner（お知らせフェードバナー）
================================================= */
.news-banner {
  background-color: #003136;
  display: flex;
  align-items: center;
  height: 38px;
  overflow: hidden;
}

.news-banner__label {
  flex-shrink: 0;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-right: 1px solid rgba(255,255,255,0.25);
  white-space: nowrap;
  color: #fff;
}

.news-banner__stage {
  flex: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.news-banner__item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 24px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

.news-banner__item.is-active {
  opacity: 1;
  pointer-events: auto;
}

.news-banner__item:hover {
  text-decoration: underline;
}

/*===============================================
	Section - top_custom
================================================= */
/*===============================================
	Section - recommend & hotitem
================================================= */
/*===============================================
	Section - plugin
================================================= */
.plugin_contents br {
  display: none;
}

.plugin_contents p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.plugin_contents .plg_title,
.plugin_contents .plg_section {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.plugin_contents .plg_top,
.plugin_contents .plg_bottom {
  color: #999999;
  font-size: 12px;
}

.plugin_contents .plg_top {
  margin-bottom: 8px;
}

.plugin_contents .plg_bottom {
  margin-top: 8px;
}

.plugin_contents .plugin-freearea a,
.plugin_contents .submit a {
  color: #ffffff;
  background-color: #0d4167;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.plugin_contents .plugin-freearea a:hover,
.plugin_contents .submit a:hover {
  background-color: #135e94;
}

.plugin_contents .signup {
  color: #0d4167;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  padding: 8px 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.plugin_contents .signup:hover {
  background-color: #fdfdfd;
}

.plugin_contents input {
  vertical-align: middle;
}

.plugin_contents input[type="text"],
.plugin_contents input[type="password"],
.plugin_contents input[type="email"],
.plugin_contents input[type="search"] {
  width: 28%;
}

/*= plugin -- category / menu =*/
.plugin_contents #menu a,
.plugin_contents #category a {
  border-bottom: 1px solid #e0e0e0;
  width: 49%;
  height: 2.5em;
  margin-right: 8px;
  padding: 8px 12px 8px 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*=  plugin -- list(売れ筋商品1 / おすすめ商品1 / 新着商品1 / リンク /お知らせ) =*/
.plugin_contents li {
  border-bottom: 1px solid #e0e0e0;
  width: 49.2%;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}

.plugin_contents li a {
  height: 2.5em;
  padding: 8px 12px 8px 8px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plugin_contents .plugin-link-list li a {
  height: auto;
  min-height: 2.5em;
  white-space: normal;
}

/*=  plugin -- plugin_item(売れ筋商品2 / おすすめ商品2 / 新着商品2 ) =*/
.plugin_contents .plugin_item li {
  padding-bottom: 8px;
  position: relative;
}

.plugin_contents .plugin_item a {
  font-size: 12px;
  height: 68px;
  padding-left: 98px;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
}

.plugin_contents .plugin_item img {
  max-width: 90px;
  max-height: 60px;
  position: absolute;
  top: 8px;
  left: 0;
}

/*=  plugin -- cartin =*/
.plugin_contents .cartin {
  text-align: center;
}

.plugin_contents .cartin .cartin_item {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.plugin_contents .cartin .cartin_item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.plugin_contents .cartin .name,
.plugin_contents .cartin .price,
.plugin_contents .cartin .subtotal {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
}

.plugin_contents .cartin .name {
  width: 50%;
}

.plugin_contents .cartin .price,
.plugin_contents .cartin .subtotal {
  text-align: right;
  width: 25%;
}

.plugin_contents .cartin .total {
  text-align: right;
  padding: 8px;
}

.plugin_contents .cartin .submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**********************************************************

         Each page Setting

***********************************************************/
/*===============================================
	Page - itemlist
================================================= */
#itemlist {
  background-color: #ffffff;
  padding-top: 16px;
}

#itemlist .contents_title span {
  font-size: 14px;
  margin: 0px 8px;
}

#itemlist .sort {
  text-align: center;
  margin-bottom: 8px;
}

#itemlist .sort li {
  display: inline;
}

#itemlist .number_event {
  text-align: right;
}

#itemlist .number_event fieldset {
  display: inline;
}

#itemlist .items {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#itemlist .item_inner {
  width: 32.55%;
  margin-right: 4px;
  margin-left: 4px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: box-shadow 0.15s ease;
}

#itemlist .item_inner:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.10);
}

#itemlist .item_inner a {
  display: block;
  padding-bottom: 12px;
}

#itemlist .item_inner .name,
#itemlist .item_inner .price,
#itemlist .item_inner .icon {
  padding-left: 10px;
  padding-right: 10px;
}

#itemlist .item_inner .item_image,
#itemlist .item_inner .item_image span {
  width: 100%;
  height: 240px;
}

#itemlist .item_inner .item_image img,
#itemlist .item_inner .item_image img.nophoto {
  min-width: 240px;
  min-height: 240px;
}

#itemlist .item_inner .name {
  font-size: 13px;
}

#itemlist .item_inner .price {
  margin-right: 8px;
}

#itemlist .limited_icon {
  position: absolute;
  top: 218px;
  right: 4px;
}

#itemlist #category_tabs {
  text-align: center;
}

#itemlist #category_tabs a {
  margin-left: 4px;
}

/*===============================================
	Page - itemdetail
================================================= */
#itemdetail .content_section {
  margin-bottom: 24px;
}

#itemdetail .item {
  margin-bottom: 32px;
}

#itemdetail .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#itemdetail .itemdetail_info {
  float: right;
  width: 563px;
  overflow: hidden;
}

#itemdetail .itemdetail_image {
  float: left;
  width: 445px;
  overflow: hidden;
}

#itemdetail .itemdetail_image:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#itemdetail .itemdetail_image .thumb {
  text-align: center;
  float: left;
  width: 79px;
  margin: 10px 5px 0 5px;
  overflow: hidden;
}

#itemdetail .itemdetail_image .thumb img {
  height: 79px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

#itemdetail .itemdetail_image .thumb:first-child {
  float: none;
  width: 435px;
  height: auto;
  margin-top: 0;
}

#itemdetail .itemdetail_image .thumb:first-child img {
  width: auto;
  max-width: 435px;
  height: auto;
}

#itemdetail .item .item_name {
  font-weight: bold;
  margin-bottom: 16px;
}

#itemdetail .item .item_name .limited_icon {
  font-weight: normal;
}

#itemdetail .item_comment {
  margin-bottom: 24px;
}

#itemdetail .item_comment .comment1 {
  margin-bottom: 8px;
}

#itemdetail .item_price .item_price_priority {
  font-size: 16px;
}

#itemdetail .item_price_normal {
  font-size: 12px;
  margin-top: 4px;
}

#itemdetail .item_price,
#itemdetail .item .item_type,
#itemdetail .item .item_stock,
#itemdetail .item .item_count {
  margin-bottom: 16px;
}

#itemdetail .item .item_submit {
  margin-bottom: 24px;
}

#itemdetail .item .social {
  margin-bottom: 24px;
}

#itemdetail .item .social .social_buttons > div {
  display: inline-block !important;
  vertical-align: bottom;
}

#itemdetail .item .item_submit input[type="submit"] {
  width: 100%;
  margin: 0;
}

#itemdetail .point_image,
#itemdetail .limited_icon {
  margin-left: 4px;
}

#itemdetail .img-comment {
  color: #999999;
  font-size: 11px;
}

#itemdetail input[type="submit"] {
  background-color: #3A8891;
}

#itemdetail input[type="submit"]:hover {
  background-color: #0E5E6F;
}

#form_arrival_notice_request #soldout .soldout_form {
  left: -177px;
  width: 354px;
}

#form_arrival_notice_request #soldout .closer {
  top: 16px;
  right: 16px;
}

/*= limited_notlogin_notice =*/
#itemdetail .limited_notlogin_notice {
  text-align: center;
  margin-bottom: 32px;
}

#itemdetail .limited_notlogin_notice strong {
  font-size: 20px;
  line-height: 2;
}

/*= itemdetail_review =*/
#itemdetail .review_average {
  margin-bottom: 16px;
}

#itemdetail .review_average .average {
  font-size: 20px;
}

#itemdetail .review_average span {
  font-size: 16px;
  vertical-align: middle;
}

#itemdetail .review_link {
  text-align: right;
}

/*= arrival_notice_request_wrap =*/
#arrival_notice_request_wrap {
  display: none;
}

/*===============================================
	Page - review_list(itemdetail・reviewlist 共通)
================================================= */
.review_list li {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.review_list dl {
  position: relative;
}

.review_list dt {
  font-weight: bold;
  margin-left: 100px;
  min-height: 1em;
}

.review_list dt, .review_list dd {
  margin-bottom: 8px;
}

.review_list .evaluation {
  position: absolute;
  top: -2px;
  left: 0;
}

.review_list .info {
  color: #999999;
  font-size: 12px;
}

.review_list .info p {
  display: inline;
}

/*===============================================
	Page - reviewlist
================================================= */
#reviewlist .content_section {
  margin-bottom: 24px;
}

#reviewlist .item {
  margin-bottom: 8px;
}

#reviewlist .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#reviewlist .item_images {
  float: left;
  margin-right: 16px;
}

#reviewlist .item_images img {
  max-width: 240px;
  max-height: 180px;
}

#reviewlist .item_info {
  float: left;
  width: 764px;
}

/* 商品カードの余白を整理（一定リズム・末尾は余白なし） */
#reviewlist .item_info > * {
  margin: 0 0 8px;
}
#reviewlist .item_info > *:last-child {
  margin-bottom: 0;
}

#reviewlist .item_name {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

#reviewlist .item_price {
  margin-bottom: 6px;
}
#reviewlist .item_price p {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}

#reviewlist .item_stock {
  font-size: 13px;
  color: #555555;
}

#reviewlist .item_count {
  font-size: 14px;
}

#reviewlist .item_submit {
  margin-top: 12px;
}

/*===============================================
	Page- reviewform
================================================= */
#reviewform .item {
  margin-bottom: 24px;
}

#reviewform .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#reviewform .item_images,
#reviewform .item_name {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

#reviewform .item_images {
  width: 120px;
  margin-right: 8px;
}

#reviewform .item_name {
  width: 890px;
}

#reviewform .reviewform_header {
  margin-bottom: 16px;
}

#reviewform textarea {
  height: 7em;
}

/*===============================================
	Page - custompage
================================================= */
#custompage .button_custom {
  text-align: center;
}

/*===============================================
	Page - shopinfo detail（お知らせ詳細）
================================================= */
#container > #shopinfo.info_detail {
  background-color: #f9f9f9;
}

#shopinfo.info_detail .shopinfo_title {
  margin-bottom: 16px;
}

#shopinfo.info_detail .news_date,
#shopinfo.info_detail .news_title {
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

#shopinfo.info_detail .news_date {
  width: 10%;
}

#shopinfo.info_detail .news_title {
  font-weight: bold;
  width: 88%;
}

#shopinfo.info_detail .shopinfo_comment {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

/*===============================================
	Page - checkcart
================================================= */
#checkcart .item_name .sub_button_style {
  vertical-align: middle;
}

#checkcart .item_count,
#checkcart .item_price,
#checkcart .total {
  width: 128px;
}

/*===============================================
	Page - regi_login
================================================= */
#regi_login .first {
  margin-top: 40px;
}

/*===============================================
	Page - stockout
================================================= */
/*===============================================
	Page - regi_checkout
================================================= */
#regi_checkout .regi_user,
#regi_checkout .regi_regist,
#regi_checkout .regi_ship,
#regi_checkout .regi_how,
#regi_checkout .regi_point,
#regi_checkout .regi_etc,
#regi_checkout .regi_cartin {
  margin-bottom: 24px;
}

#regi_checkout .postnum {
  width: 200px;
}

#regi_checkout .table .item_name {
  width: 60%;
}

/*===============================================
	Page - laws
================================================= */
#laws .content_laws_image {
  text-align: center;
}

/*===============================================
	Page - member
================================================= */
#member input[type="text"],
#member input[type="email"],
#member input[type="password"] {
  width: 50%;
}

#member input[type="submit"] {
  width: 30%;
}

/*===============================================
	Page - historylist
================================================= */
#historylist .search {
  text-align: center;
  margin-bottom: 16px;
}

#historylist .search select {
  margin-left: 4px;
  margin-right: 4px;
}

#historylist .info {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}

#historylist .order {
  margin-bottom: 16px;
  position: relative;
}

#historylist .date,
#historylist .price_total {
  font-weight: bold;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#historylist .date span,
#historylist .price_total span {
  background-color: #f0f0f0;
  margin-right: 4px;
  padding: 8px;
}

#historylist .history_link {
  position: absolute;
  top: 0;
  right: 0;
}

#historylist .item:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#historylist .item dl {
  margin-bottom: 16px;
  padding-left: 136px;
  min-height: 120px;
  position: relative;
}

#historylist .item dt {
  margin-bottom: 8px;
}

#historylist .item .item_image {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}

#historylist .item_comment p {
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*===============================================
	Page - history
================================================= */
#history .history_order,
#history .history_item,
#history .history_ship,
#history .history_how,
#history .history_etc {
  margin-bottom: 24px;
}

#history .history_order {
  text-align: center;
}

#history .price_total {
  font-size: 18px;
  font-weight: bold;
}

#history .item_image {
  width: 130px;
}

#history .item_count {
  text-align: center;
  width: 80px;
}

#history .item_price,
#history .total {
  width: 150px;
}

#history .history_item tfoot td {
  border: none;
}

/*===============================================
	Page - login
================================================= */
#login .content_section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#login input[type="submit"] {
  margin-bottom: 8px;
}

/*===============================================
	Page - signup
================================================= */
#signup .content_section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#signup #m_postnum {
  width: 200px;
}

#signup .form_signup input[type="submit"] {
  margin-bottom: 8px;
}

/*===============================================
	Page - pwreissue
================================================= */
#pwreissue .content_section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#pwreissue input[type="text"],
#pwreissue input[type="email"] {
  width: 400px;
}

/*===============================================
	Page - withdraw
================================================= */
#withdraw {
  text-align: center;
}

#withdraw input[type="submit"] {
  margin-right: 16px;
}

/*===============================================
	Page- inquiry
================================================= */
#inquiry input[type="text"],
#inquiry input[type="email"] {
  width: 50%;
}

#inquiry textarea {
  height: 7em;
}

/* お問い合わせ完了（MODE_COMPLETE）：中央寄せベタ組みを読みやすいカードに */
#inquiry .content_message {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 32px 36px;
}

#inquiry .content_message .message {
  text-align: left;
  line-height: 1.9;
  margin-bottom: 0;
}

#inquiry .content_message .return {
  text-align: center;
  margin-top: 28px;
}

#inquiry .content_message .return .button_style {
  display: inline-block;
  width: auto;
  background-color: #003136;
  border-radius: 9999px;
  padding: 12px 40px;
  font-size: 15px;
}

#inquiry .content_message .return .button_style:hover {
  background-color: #005060;
}

/*===============================================
	Page - paymentoptions
================================================= */
/*===============================================
	Page - maintenance_page
================================================= */
#maintenance_page {
  text-align: center;
}


/*===============================================
	埋め込み幅設定
================================================= */

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*===============================================
	表
================================================= */

.performance {
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
}

.performance th, .performance td {
  /* １番上の線 */
  /* 色指定#008080*/
  border-top: 1px solid #008080;
}

.performance th, .performance td {
  padding: 10px 20px;
  text-align: left;
  /* ２番目以降の線 */
  /* 色指定#008080 */
  border-bottom: 1px solid #008080;
}

/* スマホ時の横スクロール防止、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {
  .performance th, .performance td {
    padding: 10px 10px;
  }
}

.performance th {
  font-weight: normal;
}


/*===============================================
	スムーススクロール(独自)
================================================= */

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
  margin-bottom: 50px;
}

.hero-swiper {
  margin-bottom: 0;
}

/*===============================================
	引用デザイン(独自)
================================================= */

blockquote {
    position: relative;
    padding: 30px 20px 30px;
    box-sizing: border-box;
    font-style: italic;
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    content: "10d";
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #3A8891;
    font-weight: 900;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
}

blockquote:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #0E5E6F;
    border-right: solid 9px transparent;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/*===============================================
	引用元表示(独自)
================================================= */
blockquote p.reference {
  color: #a9a9a9;
  font-size: 12px;
}

/*===============================================
	記事用目次(独自)
================================================= */

#custompage ol.TOI {
  display: table;
  border: solid 2px #3A8891;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 20px;
  color: #0E5E6F;
}

#custompage ol.TOI li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

#custompage ol.TOI li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #0E5E6F;/*アイコン色*/
  font-weight: 900;
}

#custompage ol.TOI:before{
  content: "INDEX";
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
#custompage ul.sample1 li{
  font-weight: bold;
}

/*===============================================
	記事用リスト(独自)
================================================= */

#custompage ul.userpage_list_positive{
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 10px;
  color: #0E5E6F;
  background: #EAF6F6;
  border-radius: 20px;
  list-style: none;
  -webkit-box-shadow: 1px 1px 5px rgba( 236, 243, 250, 0.7) ;
  -moz-box-shadow: 1px 1px 5px rgba( 236, 243, 250, 0.7) ;
  box-shadow: 1px 1px 5px rgba( 236, 243, 250, 0.7) ;
  margin-top: 20px;
  width: 500px;
}
#custompage ul.userpage_list_positive li{
  position: relative;
  line-height: 25px;
  padding-left: 30px;
  font-weight: bold;
}
#custompage ul.userpage_list_positive li:before{
  content: "・";
  position: absolute;
  left: 7px;
  font-size: 20px;
}

#custompage ul.userpage_list_negative{
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 10px;
  color: #FF4646;
  background: #FFF5C0;
  border-radius: 20px;
  list-style: none;
  -webkit-box-shadow: 1px 1px 5px rgba( 236, 243, 250, 0.7) ;
  -moz-box-shadow: 1px 1px 5px rgba( 236, 243, 250, 0.7) ;
  box-shadow: 1px 1px 5px rgba( 236, 243, 250, 0.7) ;
  margin-top: 20px;
  width: 500px;
}
#custompage ul.userpage_list_negative li{
  position: relative;
  line-height: 25px;
  padding-left: 30px;
  font-weight: bold;
}
#custompage ul.userpage_list_negative li:before{
  content: "・";
  position: absolute;
  left: 7px;
  font-size: 20px;
}

/*===============================================
	記事用上部表示(独自)
================================================= */
#custompage .c_announce{
  color: #a9a9a9;
  font-size: 12px;
  text-align: center;
}

#custompage .update_date{
  color: #a9a9a9;
  font-size: 12px;
  text-align: right;
}

/*===============================================
	記事用まとめ表示(独自)
================================================= */

#custompage ul.userpage_sumlist{
  position: relative;
  padding: 15px 15px 15px 30px;
  font: 14px/1.6 'arial narrow', sans-serif;
  border: solid 2px #3A8891;
  border-radius:8px;
  color: #3A8891;
  width:500px;
  background: #f9f9f9;
  margin-top: 20px;
}
#custompage ul.userpage_sumlist:before{
  content: "POINT";  /* 好きな文字を記述 */
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
#custompage ul.sample1 li{
  font-weight: bold;
}

/*===============================================
	フッター表示(独自)
================================================= */

.footer_grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
  grid-template-columns: repeat(5, minmax(0px, 1fr));
}

.footer__navi-heading {
  font-weight: 600;
  text-align: left;
  margin-bottom: 1rem; 
}

.footer__navi {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__navi li {
  margin-bottom: 0.75rem;
  display: block;
}

.footer__navi a {
  white-space: nowrap;
  display: inline-block;
}

.footer_social {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  align-items: center;
  margin-bottom: 50px;
}

/*===============================================
	ツリー用CSS(独自)
================================================= */
.tree ul {
  padding-top: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.tree li {
  display: block;
  position: relative;
}

.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  left: 50%;
  border: 1px solid #e4007f;
}

.tree li::before {
  top: -20px;
  height: 20px;
  width: 0;
}

.tree li::after {
  top: 50%;
  left: 50%;
  height: 0;
  width: 20px;
  margin-left: -1px;
}

.tree li span {
  border: 1px solid #e4007f;
  background-color: #fff;
  color: #e4007f;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  top: -1px;
}

.tree > ul > li::before,
.tree > ul > li::after {
  content: none;
}

.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #e4007f;
  width: 0;
  height: 20px;
}

.tree li span:hover {
  background-color: #e4007f;
  color: #fff;
  cursor: pointer;
}

/*===============================================
	価格表示テキスト(独自)
================================================= */
.price-text {
  font-size: 0.8em; /* 文字サイズを小さくする */
}

/*===============================================
	LINE問い合わせボタン(独自)
================================================= */

.line-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.line-contact p {
  margin-bottom: 10px;
  color: #888888;
  font-size: 14px;
}

.line-button {
  display: inline-flex;
  align-items: center;
  background-color: #003136;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  height: 50px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.line-button:hover {
    background: #557073;
    color: #FFFFFF;
}

.line-button i {
  margin-right: 10px;
  font-size: 20px;
}

.line-button span {
  font-size: 16px;
}

/*===============================================
	製品詳細v2(独自)
================================================= */

.product-details {
    display: flex;
    flex-wrap: wrap;
    color: #333333;
}

.main_headline {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333333;
}

.product-feature {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.product-feature img {
    width: 50%;
    object-fit: cover;
}

.newitemdetail {
    width: 50%;
    padding: 20px;
    color: #333333;
}

.itemdetail_headline {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

/* 商品説明 折りたたみ（テンプレJSで .spec-fold-ready を付与した時のみ作動。JS無効時は素のまま全表示） */
.spec-fold-ready .spec-fold-head.itemdetail_headline {
    margin-top: 24px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 8px;
}
.spec-fold-ready .spec-fold-head {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.spec-fold-ready .spec-fold-head::after {
    content: "▶";
    margin-left: auto;
    flex-shrink: 0;
    font-size: 13px;
    color: #999999;
    transition: transform .2s;
}
.spec-fold-ready .spec-fold-head.is-open::after { transform: rotate(90deg); }
.spec-fold-ready .spec-fold-panel:not(.is-open) { display: none; }

/* 対象鳥獣BOX (独自・コンパクト) */
.target-game {
    margin: 22px 0;
    padding: 14px 18px;
    border: 1px solid #d7e0e2;
    border-radius: 4px;
    background: #f6f8f8;
    color: #333333;
}
.target-game__title {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #203136;
}
.target-game__lead {
    margin: 0 auto 10px;
    max-width: 660px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}
/* 小・中・大を横3列に並べる */
.target-game__cats {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.target-game__cat-group {
    flex: 1 1 0;
    padding: 0 10px;
}
/* 鳥の数・サイズに応じて列幅を配分（大型鳥の列を広く取り1列に収める） */
.target-game__cat-group:nth-child(1) { flex-grow: 1; }    /* 小型鳥 */
.target-game__cat-group:nth-child(2) { flex-grow: 0.9; }  /* 中型鳥 */
.target-game__cat-group:nth-child(3) { flex-grow: 1.6; }  /* 大型鳥 */
.target-game__cat-group + .target-game__cat-group {
    border-left: 1px solid #dde5e6;
}
.target-game__cat {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: bold;
    color: #203136;
    text-align: center;
}
.target-game__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 6px 12px;
}
.target-game__item {
    text-align: center;
}
.target-game__item img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    /* 黒シルエットを薄いグレーに */
    filter: brightness(0) invert(0.55);
}
.target-game__item p {
    margin: 4px 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #203136;
}
/* 実寸に近い比率（見やすさのため圧縮した目安）。img高さで相対サイズを表現 */
.target-game__item--suzume img   { height: 26px; }
.target-game__item--tashigi img  { height: 34px; }
.target-game__item--hiyodori img { height: 34px; }
.target-game__item--kijibato img { height: 40px; }
.target-game__item--kogamo img   { height: 44px; }
.target-game__item--karasu img   { height: 54px; }
.target-game__item--magamo img   { height: 42px; }
.target-game__item--kiji img     { height: 60px; }
.target-game__note {
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 1.6;
    color: #777777;
}

/*===============================================
    用途リード（欲求ゾーン：実用・体験で開く。PCはコピー左＋動画ポスター右の2カラム）
================================================= */
.use-lead {
    display: flex;
    gap: 22px;
    align-items: center;
    margin: 18px 0 24px;
}
.use-lead__body {
    flex: 1 1 auto;
    min-width: 0;
}
.use-lead__title {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.55;
    color: #203136;
}
.use-lead__text {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.85;
    color: #333333;
}
.use-lead__note {
    font-size: 12px;
    color: #777777;
}
/* 動画スロット（縦長Short＝9:16のポスター。実再生はライトボックス想定。GBE経由で注入）
   row構成：1本なら1枚、複数なら縦に積む（PCはコピー右の固定幅列） */
.use-lead__media {
    flex: 0 0 248px;
    max-width: 248px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.use-lead__media:empty {
    display: none;
}
.use-lead__video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: 6px;
    overflow: hidden;
    background: #1b2326;
}
.use-lead__video-ph {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    letter-spacing: 0.04em;
}

/*===============================================
    対応弾種（鉛規制注記つき）
================================================= */
.spec-ammo {
    margin: 6px 0 18px;
}
.spec-ammo p {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
}
.spec-ammo__note {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #e4d9c2;
    border-radius: 4px;
    background: #fbf7ee;
    font-size: 12px;
    line-height: 1.7;
    color: #6b5a37;
}

.grey-background {
    background-color: #f0f0f0;
}

/*flex-directionを使用した方法はうまく行かないため、保留 */

/*===============================================
	NPDv2 comment2の全幅化 (独自)
================================================= */

#itemdetail .itemdetail_info2 {
  clear: both;
}

/*===============================================
	NPDv2 COMMENT1、２の装飾(独自)
================================================= */

.order_note {
    font-weight: bold;
    margin-bottom: 20px; /* Add appropriate margin */
}

.order_note p {
  border: 2px solid #cccccc;
  border-radius: 5px;
  padding: 10px;
  color: #333333;
  margin: 10px 0;
}

.order_attention {
    font-weight: bold;
    margin-bottom: 20px; /* Add appropriate margin */
    padding: 5px;
}

.order_attention p {
    border: 2px solid #e32d91;/* 薄マゼンタ */
    border-radius: 5px;
    padding: 5px;
    color: #333333;
}

.copy_field {
    padding: 10px;
    margin-bottom: 20px; /* Add appropriate margin */
}

.model_year {
    font-size: 1.2em;
    font-weight: bold;
    color: #e32d91;/* 薄マゼンタ */
}

.model_copy {
    font-size: 1.5em;
    font-weight: bold;
    color: #333333;
}

/* spec_iconsに含まれる画像のスタイル設定 */
/* spec_icons全体のスタイル設定 */
.spec_icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    margin-top: 20px;
}

/* spec_icons内の画像のスタイル設定 */
.spec_icons_images {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.spec_icons img {
    margin: 5px;
}

/* product-feature2 */

.product-feature2 {
    margin-top:50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-feature2 img {
    width: 80%;
    margin: 0 auto;
}

/* product-feature3 */
.product-feature3-container {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #003136;
    padding: 20px;
}

.product-feature3 .itemdetail_headline {
    text-align: center;
    font-size: 20px;
    color: #f5f5f5;
}

.product-feature3 {
    flex: 1;
    margin: 0 25px;
    color: #f5f5f5;
}

@media screen and (max-width: 768px) {
    .product-feature3-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .product-feature3 {
    margin-top: 40px;
    }
}

/* model_field */

.model_field {
    background-color: #f0f0f0;
    padding: 20px;
    margin-top: 20px;
}

.model_field img {
    width: 200px;
    margin: 10px 0;
}

.model_field .modeltext {
    color: #333333;
    font-weight: bold;
}

.model_field .modeltext_sub {
    color: #888888;
    font-weight: bold;
    margin-top: 0;
}

/* リスト形式table */

.table_list {
    border-collapse: collapse;
    width: max-content;
    margin: 0;
    background-color: #f0f0f0;
    border-radius: 10px;
    color: #333333;
}

.table_list tr {
    border: none;
    display: block;
}

.table_list tr:last-child {
    border-bottom: none;
}

.table_list td {
    border: none;
    padding: 5px 10px;
}

/* changelog */

.product_changelog {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #888888;
}

/* FAQ風ブロック */

.staff-faq {
    margin: 18px 0 24px;
    border: 1px solid #d7e0e2;
    background-color: #f6f8f8;
    color: #333333;
}

.staff-faq-item {
    padding: 16px 18px;
}

.staff-faq-item + .staff-faq-item {
    border-top: 1px solid #d7e0e2;
}

.staff-faq-question,
.staff-faq-answer {
    margin: 0;
}

.staff-faq-question {
    color: #203136;
    font-weight: bold;
}

/* FAQ 質問の折りたたみ矢印（.spec-fold-head 共通スタイルに加え、質問用に微調整） */
.spec-fold-ready .staff-faq-question.spec-fold-head {
    align-items: flex-start;
    gap: 10px;
}
.spec-fold-ready .staff-faq-question.spec-fold-head::after {
    font-size: 12px;
}

.staff-faq-answer {
    margin-top: 8px;
    line-height: 1.8;
}

.product-related-notes {
    --guide-brand: #003136;
    --guide-ink: #16363a;
    --guide-line: #d7e0e2;
    margin: 18px 0 24px;
}

.product-info-end {
    margin: 26px 0 22px;
    text-align: center;
}

.product-info-end__line {
    width: 100%;
    height: 1px;
    margin: 0;
    background: linear-gradient(90deg, rgba(0, 49, 54, 0), rgba(0, 49, 54, 0.2), rgba(0, 49, 54, 0));
}

/* performancev2 */

.performancev2 {
    width: auto;
    border-collapse: collapse;
    border: 2px solid #f5f5f5;
    color: #333333;
}

.performancev2 td:first-child {
    background-color: #e0e0e0;
    padding: 10px;
    border: 2px solid #f5f5f5;
}

.performancev2 td:last-child {
    background-color: #f0f0f0;
    padding: 10px;
    border: 2px solid #f5f5f5;
}

/* COMMENT1余白調整 */

.order_note,
.copy_field {
    margin-top: 10px;
    padding: 0;
}

.copy_field .copy_text {
    margin: 5px auto ;
    padding: 0;
}

/*===============================================
  NPDv3 テキスト主体の商品説明
================================================= */

.npdv3 {
  margin-top: 12px;
  color: #203136;
}

.npdv3 .npdv3-section,
.npdv3 .npdv3-card,
.npdv3 .npdv3-info-card,
.npdv3 .npdv3-content-card,
.npdv3 .npdv3-compat-card {
  margin-bottom: 0;
}

.npdv3 a {
  color: #0f6f74;
  text-decoration: underline;
}

.npdv3 a:hover {
  color: #0b555a;
}

.npdv3-note,
.npdv3-lead,
.npdv3-callout,
.npdv3-caution,
.npdv3-history {
  border-radius: 12px;
}

.npdv3-note {
  padding: 6px 16px 8px;
  border: 2px solid #cad5d8;
  background: #f5f7f7;
}

.npdv3-note p {
  margin: 0;
}

.npdv3-lead {
  margin-top: 12px;
  padding: 8px 18px 12px;
  background: linear-gradient(135deg, #eef4f4 0%, #f8fbfb 100%);
  border: 1px solid #d8e4e6;
}

.npdv3-eyebrow {
  margin: 0 0 4px;
  color: #b3276b;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.npdv3-title {
  margin: 0;
  color: #203136;
  font-size: 24px;
  line-height: 1.45;
  font-weight: bold;
}

.npdv3-copy {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.75;
}

.npdv3-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.npdv3-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #003136;
  color: #f5f5f5;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.npdv3-callout {
  padding: 8px 18px 10px;
  background: #fff4f8;
  border: 1px solid #f1bfd4;
}

.npdv3-badges + .npdv3-callout {
  margin-top: 10px;
}

.npdv3-lead + .npdv3-callout {
  margin-top: 10px;
}

.npdv3-callout--soft {
  background: #f1f6f7;
  border-color: #d2e0e3;
}

.npdv3-callout p,
.npdv3-history p {
  margin: 0;
}

.npdv3-section {
  margin-top: 28px;
}

.npdv3-section--lineup,
.npdv3-section--performance,
.npdv3-section--compat,
.npdv3-section--contents {
  margin-top: 18px;
}

.npdv3-section-title {
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d7e1e3;
  color: #203136;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}

.npdv3-section--lineup .npdv3-section-title,
.npdv3-section--performance .npdv3-section-title,
.npdv3-section--compat .npdv3-section-title,
.npdv3-section--contents .npdv3-section-title {
  margin-bottom: 10px;
}

.npdv3-card-grid,
.npdv3-info-grid,
.npdv3-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.npdv3-card,
.npdv3-info-card,
.npdv3-content-card,
.npdv3-compat-card {
  padding: 16px 20px 12px;
  border: 1px solid #d9e3e5;
  border-radius: 12px;
  background: #f8fbfb;
}

.npdv3-section--overview .npdv3-card-grid,
.npdv3-section--lineup .npdv3-info-grid {
  row-gap: 10px;
}

.npdv3-card-title,
.npdv3-info-title,
.npdv3-content-title,
.npdv3-compat-title {
  margin: 0 0 10px;
  color: #203136;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.npdv3-card > p:not([class]),
.npdv3-info-card > p:not([class]),
.npdv3-content-card > p:not([class]),
.npdv3-compat-card > p:not([class]) {
  margin: 0;
}

.npdv3-table {
  width: 100%;
  border-collapse: collapse;
  color: #203136;
}

.npdv3-table th,
.npdv3-table td {
  padding: 12px 14px;
  border: 1px solid #d9e3e5;
  vertical-align: top;
}

.npdv3-table th {
  width: 68%;
  background: #edf3f4;
  text-align: left;
  font-weight: bold;
}

.npdv3-table td {
  background: #f8fbfb;
  font-weight: bold;
}

.npdv3-notes {
  margin: 14px 0 0;
}

.npdv3-notes p + p,
.npdv3-list li + li,
.npdv3-caution-copy + .npdv3-caution-copy {
  margin-top: 6px;
}

.npdv3-compat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.npdv3-compat-copy {
  margin: 0 0 10px;
  color: #5a6a6d;
  font-size: 14px;
}

.npdv3-compat-items,
.npdv3-content-copy,
.npdv3-caution-copy {
  margin: 0;
}

.npdv3-compat-items {
  line-height: 1.7;
}

.npdv3-list {
  margin: 0;
  padding-left: 1.2em;
}

.npdv3-list--compact li {
  line-height: 1.6;
}

.npdv3-caution {
  padding: 10px 18px 12px;
  border: 1px solid #f0c2d4;
  background: #fff7fa;
}

.npdv3-history {
  padding: 10px 18px 12px;
  background: #f6f8f8;
  color: #5d6a6d;
}

#itemdetail .item_comment .comment1,
#itemdetail .item_comment .comment2 {
  margin-top: 0;
}

#itemdetail .item_comment .comment1 .npdv3,
#itemdetail .item_comment .comment2 .npdv3 {
  margin-top: 0;
}

/* 既存の .contents_inner p { margin-top: 1.5em; } を商品説明内では無効化 */
#itemdetail .item_comment .comment1 .npdv3 p,
#itemdetail .item_comment .comment2 .npdv3 p {
  margin: 0;
}

#itemdetail .item_comment .comment1 .npdv3 .npdv3-eyebrow,
#itemdetail .item_comment .comment2 .npdv3 .npdv3-eyebrow {
  margin: 0 0 4px;
}

#itemdetail .item_comment .comment1 .npdv3 .npdv3-copy,
#itemdetail .item_comment .comment2 .npdv3 .npdv3-copy {
  margin: 8px 0 0;
}

#itemdetail .item_comment .comment1 .npdv3 .npdv3-compat-copy,
#itemdetail .item_comment .comment2 .npdv3 .npdv3-compat-copy {
  margin: 0 0 10px;
}

@media screen and (max-width: 900px) {
  .npdv3-card-grid,
  .npdv3-info-grid,
  .npdv3-content-grid,
  .npdv3-compat-grid {
    grid-template-columns: 1fr;
  }
}


/* 対応製品スライダ― */

.slider {
  width: calc(100% - 8rem);  /* Subtract the width of the buttons */
  margin: 20px auto;  /* Add margin at the top */
  position: relative;
  overflow: visible;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #e4007F;
  border: none;
  font-size: 3rem;
  z-index: 1;
  font-family: Arial, sans-serif;
}
.slick-prev {
  left: calc(-2rem - 10px);  /* Move the button outside the slider */
}
.slick-next {
  right: calc(-2rem - 10px);  /* Move the button outside the slider */
}
.slick-prev:before, .slick-next:before {
  content: "";
}
@media screen and (max-width: 600px) {
  .slick-slide {
    display: none;
  }
  .slick-slide.slick-current,
  .slick-slide.slick-center,
  .slick-slide.slick-active {
    display: block;
  }
}

.imagefit01 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* LTM記事 画像キャプション調整 */
.img_caption {
      font-size: 0.7em;
      color: #888888;
      margin-top: 2px;
      margin-bottom: 10px;
    }

/*シークレット商品ｐｗ入力表示画面(V3.1移植)*/
.itemdetail_secret {
    border: 1px solid #ccc;
}
.itemdetail_secret form {
    padding: 40px;
    box-sizing: border-box;
}
p.itemdetail_secret_text {
    margin: 0 0 16px;
    text-align: left;
    margin: 0 auto 16px;
}
.itemdetail_secret_contetnts {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 330px;
    align-items: start;
    margin: 0 auto;
}
.itemdetail_secret_formTitle {
    max-width: 330px;
    margin: 0 auto;
    font-weight: bold;
}
.itemdetail_secret_contetnts input[type="password"] {
    width: 100%;
    margin: 0 0 24px;
    border-radius: 3px;
}
.itemdetail_secret_contetnts input[type="submit"]{
    width: 100%;
}

/*商品ページ 小文字追記*/
.itemdetail_script {
    font-size: 11px;
    color: #000000 !important;
}

/* ===============================
   ヘッダー固定レイアウト（左：ロゴ／中：メニュー／右：検索）
   =============================== */

:root{
  --logo-h: 50px;   /* ★ ロゴの見た目サイズを少し小さく */
  --logo-w: 130px;
  --logo-left: 100px;
  --gap-lm: 12px;
  --pad-y: 34px;
  --pad-x: 116px;
  --search-w: 200px;
  --gap-ms: 28px;
}


/* ハンバーガーボタン：常時fixed白丸、ヘッダー上下中央（(118-44)/2 = 37px） */
#pc-nav-toggle {
  position: fixed !important;
  top: 37px;
  left: 16px;
  transform: none;
  float: none !important;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  z-index: 1002;
  transition: box-shadow 0.2s ease;
}

/* スクロール時：影を強めて浮き上がり感 */
#pc-nav-toggle.is-fixed {
  box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

#pc-nav-toggle span {
  background: #444;
}
#pc-nav-toggle:hover span {
  background: #003136;
}

/* カートボタン：ヘッダー高さ118px内で天地中央（(118-55)/2 = 32px） */
#header .cartcheck {
  top: 32px;
}

/* クリック可能なロゴをヘッダー左に配置 */
#logo{
  position: absolute !important;
  left: var(--logo-left);
  top: var(--pad-y);          /* ← ヘッダーの上端からの余白と同じだけ下げる */
  transform: none;            /* ← 中央寄せはやめる */
  width: var(--logo-w);
  height: var(--logo-h);
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  z-index: 3;                 /* メニューや検索より前で OK */
}

#logo h1{
  margin:0;
  font-size:0;
  line-height:0;
}
#logo a.logo_image{
  display:block;
  width:100%;
  height:100%;
}
#logo a.logo_image img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* ヘッダー構造 */
#header {
  position: relative;
  background-color: #fff;                  /* 白背景 */
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);  /* ほんのり影 */
  line-height: 1;
}
#header .header_inner {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  position:relative;
  display:flex;
  align-items:center;
  min-height: calc(var(--logo-h) + var(--pad-y)*2);
  padding: var(--pad-y) calc(var(--pad-x) + var(--search-w))
           var(--pad-y) calc(var(--logo-left) + var(--logo-w) + var(--gap-lm));
}

/* 右端検索窓 */
#header .header_search {
  position: absolute !important;
  right: var(--pad-x);
  top: 50%;
  transform: translateY(-50%);
  width: var(--search-w);
  margin: 0 !important;
  float: none !important;
  z-index: 2;
}
#header .header_search input[type="search"],
#header .header_search input[type="text"] {
  width: calc(var(--search-w) - 30px) !important;
  color: #111;
  border: 1px solid #ccc;
  background-color: #fff;
}
#header .header_search input::placeholder { color:#888; }
#header .header_search button {
  background: #fff;
  border: 1px solid #ccc;
}

/* 中央メニュー */
/* 中央メニュー（flex＋折り返し対応） */
#header ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(var(--logo-left) + var(--logo-w) + var(--gap-lm));
  right: calc(var(--pad-x) + var(--search-w) + var(--gap-ms));
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;  /* 右寄せ */
  flex-wrap: nowrap;          /* ← 通常は1段 */
  list-style: none;
  z-index: 1;
}

#header li {
  padding: 8px 6px;
  white-space: nowrap;        /* 各項目名は1行に収める */
}

#header a,
#header ul li a {
  color: #111 !important;
  text-decoration: none;
}
#header a:hover { color:#555 !important; }

/* 余白とバー高さを増量 */
:root{
  /* 検索窓まわりの右端余白：+100px → 16px → 116px */
  --pad-x: 116px;

  /* バー上下の内側余白：少し厚めに（10→16px 目安） */
  --pad-y: 34px;
}

/* 念のためバーの最小高さをロゴにフィットさせる */
.header,
.site-header{ /* 実際のクラス名に合わせて */
  min-height: calc(var(--logo-h) + var(--pad-y) * 2);
  display: flex;
  align-items: center;
}


/* ===============================
   検索窓＆虫眼鏡ボタン（高さを完全同期）
   =============================== */

/* 一括調整ポイント */
:root{
  --search-w: 200px;   /* 入力欄の幅（テキスト部分+アイコン余白） */
  --search-h: 32px;    /* 入力欄＆ボタンの高さを完全統一 */
  --accent:   #e4007f; /* ホバー時のアクセント色 */
}

/* コンテナを基準箱に */
#header .header_search{
  position: absolute !important;
  right: var(--pad-x, 10px);
  top: 50%;
  transform: translateY(-50%);
  width: var(--search-w);
  height: var(--search-h);         /* ← ここで高さを拘束 */
  margin: 0 !important;
  float: none !important;
  z-index: 2;
}

/* テキスト入力：高さ＆右側にアイコンぶんの余白を確保 */
#header .header_search input[type="search"],
#header .header_search input[type="text"]{
  height: var(--search-h) !important;
  line-height: var(--search-h) !important;
  padding: 0 34px 0 8px !important;        /* 右：アイコン(28px)+余白6px */
  width: 100% !important;                  /* コンテナ幅いっぱい */
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  color: #111;
  -webkit-appearance: none;
}

/* 送信ボタン（虫眼鏡）を右端に重ねる。入力と高さ・位置を完全一致 */
#header .header_search input[type="submit"].search_icon{
  position: absolute !important;
  top: 0; right: 0;
  width: 34px !important;                 /* 28pxアイコン + 余白 */
  height: var(--search-h) !important;     /* ← 高さを入力と同じに */
  margin: 0 !important;
  border: 1px solid #ccc !important;
  border-left: none !important;           /* 入力とボーダーが重ならないように */
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
  cursor: pointer;
  /* 既存PNG指定の完全上書き */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<circle cx='11' cy='11' r='7' fill='none' stroke='%23111' stroke-width='2'/>\
<line x1='16.5' y1='16.5' x2='22' y2='22' stroke='%23111' stroke-width='2' stroke-linecap='round'/>\
</svg>") !important;
}

/* ホバーでアクセント色に */
#header .header_search input[type="submit"].search_icon:hover{
  border-color: var(--accent) !important;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<circle cx='11' cy='11' r='7' fill='none' stroke='%23e4007f' stroke-width='2'/>\
<line x1='16.5' y1='16.5' x2='22' y2='22' stroke='%23e4007f' stroke-width='2' stroke-linecap='round'/>\
</svg>") !important;
}

/* 押下時の視覚フィードバック（任意） */
#header .header_search input[type="submit"].search_icon:active{
  filter: brightness(.92);
}


/*===============================================
	スライダーV3
================================================= */

/* 画面端までブリード（任意） */
.hero-bleed{
  width: 100%;
}

/* ▼ 第2白銀比：横:縦 = 1 : 2.414 */
.hero-swiper{
  width: 100%;
  aspect-ratio: 2.414 / 1;
  overflow: hidden;
  background: #000;            /* 画像遅延時の下地 */
}

/* スライドは“面”で高さ継承 */
.hero-swiper .swiper-wrapper{ height: 100%; }
.hero-swiper .swiper-slide{
  position: relative;
  height: 100%;
}

/* 画像：全面表示（切れてOK→cover）。切らせたくないなら contain に変更 */
.hero__img{
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;           /* ← contain にすれば全体表示（余白が出ます） */
  object-position: center;
  display: block; max-width: none;
}

/* クリック可能面（任意） */
.hero__link{ position: relative; display: block; height: 100%; }

/* テキストオーバーレイ */
.hero__content{
  position: absolute; inset: 0 auto 0 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(20px, 5vw, 64px);
  color:#fff; z-index:2;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 65%);
}
.hero__ttl{ font-size: clamp(24px, 4vw, 48px); line-height: 1.1; margin: 0 0 .35em; font-weight: 700; }
.hero__txt{ font-size: clamp(14px, 1.6vw, 18px); opacity: .9; margin: 0; }

/* 英字/和文フォント（任意） */
.hero__ttl .en{
  font-family: "Oswald","Impact","Haettenschweiler","Arial Narrow",sans-serif;
  letter-spacing:.02em; font-weight:700; font-stretch: condensed;
  transform: scaleX(.92); transform-origin:left center;
}
.hero__ttl .jp{
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic","メイリオ",Meiryo,sans-serif;
  font-weight:700;
}

/* Swiper UI（色味の微調整） */
.hero-swiper .swiper-pagination-bullet{ background: rgba(255,255,255,.7); }
.hero-swiper .swiper-pagination-bullet-active{ background:#fff; }
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next{
  color:#fff; text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* 基本（左寄せ：既定） */
.hero__content{
  position: absolute;
  top: 0; bottom: 0; left: 0; right: auto;
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;                /* ← 左寄せ */
  text-align: left;                       /* ← 左揃え */
  padding: clamp(20px, 5vw, 64px);
  color:#fff; z-index:2;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 65%);
}

/* 右寄せバリアント */
.hero__content--right{
  left: auto; right: 0;                   /* 右側に寄せる */
  align-items: flex-end;                  /* ← 右寄せ */
  text-align: right;                      /* ← 右揃え */
  background: linear-gradient(270deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,0) 65%);
}

/* （任意）小さな画面では中央寄せにして読みやすく */
@media (max-width: 600px){
  .hero__content,
  .hero__content--right{
    left: 0; right: 0;
    align-items: center;
    text-align: center;
    background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 60%);
  }
}

/* ヒーローテキスト　強制改行したい箇所に <span class="br"></span> を置く */
.hero__ttl .br,
.hero__txt .br{
  display: block;
}



:root{
  --hero-ease: cubic-bezier(.22,.61,.36,1);
  --hero-speed: .9s;       /* Swiperのspeedと合わせる（今 900ms）*/
  --hero-stagger-title: .03s;
  --hero-stagger-text:  .08s;
  --hero-enter: .45s;      /* ふわっと演出の所要時間（短め）*/
}

/* スワイプの動きはしっとり */
.hero-swiper .swiper-wrapper{
  transition-timing-function: var(--hero-ease) !important;
  will-change: transform;
}

/* 初期は隠す */
.hero-swiper .swiper-slide .hero__content{
  opacity: 0;
  transform: translateY(8px);
}

/* ←ここが肝！
   スワイプ中に左右のスライドも“見えたまま”にする */
.hero-swiper .swiper-slide-prev .hero__content,
.hero-swiper .swiper-slide-next .hero__content{
  opacity: 1;
  transform: translateY(0);
  transition: none;                  /* 余計なフェードをしない */
  animation: none !important;        /* 入場アニメもしない */
}

/* アクティブになったら、スライド移動が終わって少しだけ遅れて入場 */
.hero-swiper .swiper-slide-active .hero__content{
  animation: heroFadeUp var(--hero-enter) var(--hero-ease)
             calc(var(--hero-speed) + .06s) both;
}
.hero-swiper .swiper-slide-active .hero__ttl{
  animation: heroFadeUp var(--hero-enter) var(--hero-ease)
             calc(var(--hero-speed) + .06s + var(--hero-stagger-title)) both;
}
.hero-swiper .swiper-slide-active .hero__txt{
  animation: heroFadeUp var(--hero-enter) var(--hero-ease)
             calc(var(--hero-speed) + .06s + var(--hero-stagger-text)) both;
}

/* 退場側はサッと隠す（prev/nextには適用されないので追随表示を維持） */
.hero-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .hero__content{
  transition: opacity .15s linear, transform .15s linear;
  opacity: 0;
  transform: translateY(8px);
}

/* キーフレーム（短め） */
@keyframes heroFadeUp{
  from{ opacity:0; transform: translateY(10px); }
  to  { opacity:1; transform: translateY(0); }
}

/* ロゴ画像のサイズを変数で制御する */
#logo a.logo_image img{
  display: block;
  height: var(--logo-h);   /* ★ 高さを変数にする */
  width: auto;             /* 縦基準で横を自動調整 */
  object-fit: contain;
}

/* ロゴリンクの上マージンを消す */
#logo h1 a,
#logo h1 a.logo_image {
  margin: 0 !important;
}



/* 20251116 */
/* 画面が少し狭くなったら、メニューを2段OKに＆余白を少し詰める */
@media (max-width: 1180px) {

  /* ロゴ～メニュー～検索窓のスペース調整 */
  :root{
    --pad-x: 80px;    /* 右端の余白を少しだけ削る（116→80など） */
    --gap-ms: 16px;   /* メニューと検索窓の間も少し詰める */
    --search-w: 180px;/* 検索窓の幅も少しだけ細く */
  }

  #header ul{
    flex-wrap: wrap;  /* ★ ここで複数段を許可 */
    row-gap: 4px;     /* 段と段の間隔 */
  }

  #header li{
    padding: 4px 6px; /* 行の高さを少し詰める */
  }
}

/* さらに狭くなったら、文字サイズも少しだけ小さくして詰める例 */
@media (max-width: 1024px){
  #header ul{
    font-size: 13px;
  }
}

/* フッターロゴのサイズ調整 */
#footer .footer_shopinfo img {
  max-width: 260px;  /* お好みで 200～300px くらいに調整 */
  height: auto;
}

/* =========================================
   FC2 Custom Page / content_section only
   Scope: #fn-fieldnotes 内だけ
   Brand reference: base #003136 / accent #e4007f
   ========================================= */

#fn-fieldnotes{
  --brand:#003136;
  --accent:#e4007f;

  --ink:#0c1516;
  --muted:rgba(12,21,22,.62);
  --line:rgba(12,21,22,.14);
  --paper:#ffffff;

  --radius:18px;
  --radius-sm:12px;

  --shadow:0 10px 28px rgba(0,0,0,.06);
  --lh:1.86;

  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI",
               "Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",
               "Yu Gothic","Meiryo",sans-serif;
  color:var(--ink);
}

#fn-fieldnotes a{ color:inherit; text-decoration: underline; text-underline-offset:3px; }
#fn-fieldnotes a:hover{ opacity:.9; }

#fn-fieldnotes .fn-article{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: var(--shadow);
  overflow:hidden;
}

#fn-fieldnotes .fn-top{
  padding: 18px 18px 14px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 380px at 10% 0%, rgba(0,49,54,.12), transparent 60%),
    radial-gradient(900px 380px at 90% 0%, rgba(228,0,127,.10), transparent 62%),
    #fff;
}

#fn-fieldnotes .fn-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight: 900;
  letter-spacing:.02em;
  color: var(--brand);
}
#fn-fieldnotes .fn-badge::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(228,0,127,.12);
}

#fn-fieldnotes .fn-rule{
  height:1px;
  margin: 12px 0 0;
  background: linear-gradient(90deg, rgba(0,49,54,.35), rgba(228,0,127,.30), rgba(0,0,0,0));
}

#fn-fieldnotes .fn-body{ padding: 18px 18px 26px; }

#fn-fieldnotes .fn-sec{ padding: 18px 0 0; }
#fn-fieldnotes .fn-sec + .fn-sec{ margin-top: 6px; }

#fn-fieldnotes .fn-h2{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing:.02em;
  color: var(--brand);
  display:flex;
  align-items: baseline;
  gap: 12px;
}
#fn-fieldnotes .fn-h2::after{
  content:"";
  flex:1;
  height:1px;
  background: linear-gradient(90deg, rgba(0,49,54,.20), rgba(228,0,127,.18), transparent);
  transform: translateY(-3px);
}

#fn-fieldnotes .fn-h3{
  margin: 18px 0 10px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing:.02em;
  color: var(--ink);
}

#fn-fieldnotes .fn-p{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: var(--lh);
}
#fn-fieldnotes .fn-muted{ color: var(--muted); }

#fn-fieldnotes .fn-photo{
  margin: 14px 0 18px;
  border-radius: 0;
  overflow: visible;
  border: 0;
  box-shadow: none;
  background: none;
}
#fn-fieldnotes .fn-photo .fn-phbox{
  display:block;
  padding: 0;
  text-align:left;
  color: inherit;
  font-weight: inherit;
  letter-spacing: 0;
}
#fn-fieldnotes .fn-photo .fn-caption{
  margin-top: 6px;
  padding: 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--muted);
  border-top: 0;
  background: none;
}

#fn-fieldnotes .fn-kv{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 12px 0 4px;
}
#fn-fieldnotes .fn-kv .fn-kvitem{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 12px 14px;
  border:1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(0,49,54,.03);
}
#fn-fieldnotes .fn-kv .k{
  font-weight: 900;
  color: var(--brand);
  white-space: nowrap;
}
#fn-fieldnotes .fn-kv .v{
  text-align:right;
  line-height: 1.55;
}

#fn-fieldnotes .fn-callout{
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(228,0,127,.28);
  background: linear-gradient(180deg, rgba(228,0,127,.11), rgba(228,0,127,.04));
}
#fn-fieldnotes .fn-callout strong{ color: var(--brand); }

#fn-fieldnotes .fn-list{
  margin: 0 0 14px;
  padding-left: 20px;
  line-height: var(--lh);
}
#fn-fieldnotes .fn-list li{ margin: 0 0 6px; }

#fn-fieldnotes .fn-menu{
  list-style:none;
  padding:0;
  margin: 12px 0 0;
  display:grid;
  gap: 10px;
}
#fn-fieldnotes .fn-menu li{
  border:1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  background:#fff;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 10px;
}
#fn-fieldnotes .fn-menu strong{ font-weight: 900; }
#fn-fieldnotes .fn-menu span{ color: var(--muted); font-size: 13px; }

/* =========================================
   FC2 Service Page / guide-service
   Scope: #guide-service only
   Brand reference: base #003136 / accent #e2004f
   ========================================= */

#guide-service{
  --guide-brand:#003136;
  --guide-accent:#e2004f;
  --guide-accent-soft:#fff1f5;
  --guide-ink:#162326;
  --guide-muted:#607279;
  --guide-line:#d7e0e3;
  --guide-panel:#ffffff;
  --guide-panel-soft:#f5f8f9;
  --guide-radius:18px;
  --guide-shadow:0 14px 34px rgba(0, 49, 54, .08);
  color:var(--guide-ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", sans-serif;
  word-break:normal;
}

#guide-service a{
  color:inherit;
  text-decoration:none;
}

#guide-service .guide-service__hero{
  padding:22px 26px 20px;
  margin-bottom:24px;
  border:1px solid var(--guide-line);
  border-radius:20px;
  box-shadow:none;
  background:linear-gradient(180deg, rgba(0, 49, 54, .05), rgba(0, 49, 54, .02));
  color:var(--guide-ink);
}

#guide-service .guide-service__lead{
  max-width:780px;
}

#guide-service .guide-service__announce{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(0, 49, 54, .12);
  font-size:13px;
  font-weight:700;
  color:var(--guide-brand);
}

#guide-service .guide-service__intro{
  margin:18px 0 0;
  font-size:16px;
  line-height:1.9;
  color:var(--guide-ink);
}

#guide-service .guide-service__toc{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  list-style:none;
  padding:0;
  margin:0 0 32px;
}

#guide-service .guide-service__toc li{
  margin:0;
}

#guide-service .guide-service__toc a{
  display:flex;
  align-items:center;
  min-height:58px;
  padding:0 18px;
  border-radius:16px;
  border:1px solid var(--guide-line);
  background:linear-gradient(180deg, #fff, #f9fbfb);
  box-shadow:0 10px 24px rgba(0, 49, 54, .05);
  color:var(--guide-brand);
  font-weight:700;
  line-height:1.5;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#guide-service .guide-service__toc a::before{
  content:"";
  width:10px;
  height:10px;
  margin-right:12px;
  border-radius:50%;
  background:var(--guide-accent);
  flex:0 0 auto;
}

#guide-service .guide-service__toc a:hover{
  transform:translateY(-2px);
  border-color:rgba(226, 0, 79, .28);
  box-shadow:0 16px 32px rgba(0, 49, 54, .09);
}

#guide-service .guide-service__section{
  margin:0 0 24px;
  padding:28px 30px;
  scroll-margin-top:120px;
  border:1px solid var(--guide-line);
  border-radius:22px;
  background:var(--guide-panel);
  box-shadow:var(--guide-shadow);
}

#guide-service .guide-service__title{
  margin:0 0 18px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(0, 49, 54, .12);
  color:var(--guide-brand);
  font-size:26px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.02em;
}

#guide-service .guide-service__subtitle{
  margin:24px 0 12px;
  padding-left:16px;
  border-left:4px solid var(--guide-accent);
  color:var(--guide-brand);
  font-size:18px;
  font-weight:700;
  line-height:1.5;
}

#guide-service .guide-service__text{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.9;
}

#guide-service .guide-service__media{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:14px 0 16px;
  padding:20px;
  border:1px solid var(--guide-line);
  border-radius:18px;
  background:var(--guide-panel-soft);
}

#guide-service .guide-service__media img{
  display:block;
  max-width:100%;
  height:auto;
}

#guide-service .guide-service__media--compact{
  justify-content:flex-start;
  padding:16px 18px;
}

#guide-service .guide-service__media--wide img{
  width:auto;
  max-width:100%;
}

#guide-service .guide-service__icon-list{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:18px;
}

#guide-service .guide-service__icon-list--fit{
  align-items:start;
}

#guide-service .guide-service__icon-card{
  padding:22px 20px 18px;
  border:1px solid var(--guide-line);
  border-radius:18px;
  background:linear-gradient(180deg, #fff, #f7fafb);
}

#guide-service .guide-service__icon-card .guide-service__subtitle{
  margin-top:0;
}

#guide-service .guide-service__icon-card .guide-service__text:last-child,
#guide-service .guide-service__payment-card .guide-service__text:last-child,
#guide-service .guide-service__payment-card .guide-service__meta:last-child{
  margin-bottom:0;
}

#guide-service .guide-service__note-list{
  list-style:none;
  margin:18px 0 0;
  padding:18px 20px;
  border-radius:18px;
}

#guide-service .guide-service__note-list li{
  position:relative;
  margin:0;
  padding:0 0 0 22px;
  font-size:14px;
  line-height:1.85;
}

#guide-service .guide-service__note-list li + li{
  margin-top:10px;
}

#guide-service .guide-service__note-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:currentColor;
}

#guide-service .guide-service__note-list--accent{
  color:var(--guide-brand);
  background:linear-gradient(180deg, rgba(0, 49, 54, .06), rgba(0, 49, 54, .03));
  border:1px solid rgba(0, 49, 54, .12);
}

#guide-service .guide-service__note-list--warning{
  color:#7a223d;
  background:linear-gradient(180deg, rgba(226, 0, 79, .08), rgba(226, 0, 79, .03));
  border:1px solid rgba(226, 0, 79, .18);
}

#guide-service .guide-service__note-list--plain{
  color:var(--guide-brand);
  background:var(--guide-panel-soft);
  border:1px solid var(--guide-line);
}

#guide-service .guide-service__table{
  width:100%;
  margin:14px 0 0;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--guide-line);
  border-radius:18px;
  overflow:hidden;
}

#guide-service .guide-service__table th,
#guide-service .guide-service__table td{
  padding:18px 20px;
  font-size:14px;
  line-height:1.85;
  vertical-align:top;
  text-align:left;
  border-top:1px solid var(--guide-line);
}

#guide-service .guide-service__table tr:first-child th,
#guide-service .guide-service__table tr:first-child td{
  border-top:0;
}

#guide-service .guide-service__table th{
  width:180px;
  background:rgba(0, 49, 54, .05);
  color:var(--guide-brand);
  font-weight:700;
}

#guide-service .guide-service__table td{
  background:#fff;
}

#guide-service .guide-service__payment-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

#guide-service .guide-service__payment-grid--duo{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  max-width:880px;
  margin-left:auto;
  margin-right:auto;
}

#guide-service .guide-service__payment-card{
  padding:22px 20px 20px;
  border:1px solid var(--guide-line);
  border-radius:18px;
  background:linear-gradient(180deg, #fff, #f8fbfb);
}

#guide-service .guide-service__payment-card .guide-service__subtitle{
  margin-top:0;
}

#guide-service .guide-service__meta{
  margin:12px 0 0;
  font-size:12px;
  line-height:1.7;
  color:var(--guide-muted);
  overflow-wrap:break-word;
}

#itemdetail .product-related-notes .guide-service__related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

#itemdetail .product-related-notes .guide-service__related-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid var(--guide-line);
  border-radius:3px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 28px rgba(0, 49, 54, .06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#itemdetail .product-related-notes .guide-service__related-card:hover{
  transform:translateY(-2px);
  border-color:rgba(226, 0, 79, .22);
  box-shadow:0 18px 34px rgba(0, 49, 54, .1);
}

#itemdetail .product-related-notes .guide-service__related-thumb{
  display:block;
  aspect-ratio:16 / 9;
  background:linear-gradient(180deg, rgba(0, 49, 54, .08), rgba(0, 49, 54, .03));
  overflow:hidden;
}

#itemdetail .product-related-notes .guide-service__related-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

#itemdetail .product-related-notes .guide-service__related-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:18px 18px 20px;
}

#itemdetail .product-related-notes .guide-service__related-title{
  display:block;
  color:var(--guide-brand);
  font-size:17px;
  font-weight:700;
  line-height:1.5;
}

#itemdetail .product-related-notes .guide-service__related-text{
  display:block;
  margin-top:10px;
  color:var(--guide-ink);
  font-size:14px;
  line-height:1.85;
}

#guide-service .guide-service__cta-card{
  margin-top:18px;
  padding:20px 22px;
  border:1px solid rgba(0, 49, 54, .14);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(0, 49, 54, .04), rgba(0, 49, 54, .02));
  box-shadow:0 10px 24px rgba(0, 49, 54, .06);
}

#guide-service .guide-service__cta-card .guide-service__subtitle{
  margin-top:0;
}

#guide-service .guide-service__cta-card .guide-service__text:last-of-type{
  margin-bottom:0;
}

#guide-service .guide-service__announce,
#guide-service .guide-service__intro,
#guide-service .guide-service__toc a,
#guide-service .guide-service__title,
#guide-service .guide-service__subtitle,
#guide-service .guide-service__text,
#guide-service .guide-service__note-list li{
  word-break:normal;
  overflow-wrap:break-word;
}

#guide-service .guide-service__actions,
#reasons-page .guide-service__actions,
#company-page .guide-service__actions,
#bc-intro-page .guide-service__actions{
  display:flex;
  gap:14px;
  justify-content:center;
  margin-top:28px;
}

#guide-service .guide-service__button,
#reasons-page .guide-service__button,
#company-page .guide-service__button,
#bc-intro-page .guide-service__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  min-height:54px;
  padding:0 26px;
  border-radius:999px;
  background:var(--guide-brand);
  border:1px solid var(--guide-brand);
  color:#fff;
  font-size:14px;
  font-weight:700;
  letter-spacing:.04em;
  box-shadow:0 10px 24px rgba(0, 49, 54, .16);
}

#guide-service .guide-service__button--ghost,
#reasons-page .guide-service__button--ghost,
#company-page .guide-service__button--ghost,
#bc-intro-page .guide-service__button--ghost{
  background:#fff;
  color:var(--guide-brand);
}

#guide-service .guide-service__button--inline{
  min-width:0;
  margin-top:14px;
  padding:0 22px;
}

#guide-service .guide-service__note-list--compact-top{
  margin-top:2px;
}

#guide-service .guide-service__note-list--relaxed-bottom{
  margin-bottom:18px;
}

#guide-service + .button_custom,
#company-page + .button_custom{
  display:none;
}

@media (max-width: 980px){
  #guide-service .guide-service__toc,
  #guide-service .guide-service__icon-list,
  #guide-service .guide-service__payment-grid,
  #itemdetail .product-related-notes .guide-service__related-grid{
    grid-template-columns:1fr;
  }

  #guide-service .guide-service__table th{
    width:150px;
  }
}

/* =====================================================
   #reasons-page — 選ばれる3つの理由ページ専用スタイル
   Scope: #reasons-page only
===================================================== */
#reasons-page{
  --rp-brand:#003136;
  --rp-accent:#e2004f;
  --rp-ink:#162326;
  --rp-muted:#607279;
  --rp-line:#d7e0e3;
  --rp-panel:#ffffff;
  --guide-brand:#003136;
  --guide-accent:#e2004f;
  color:var(--rp-ink);
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Sans",sans-serif;
}

#reasons-page a{
  color:var(--rp-brand);
  text-decoration:none;
}

#reasons-page a:hover{
  text-decoration:underline;
}

#reasons-page .reasons-page__hero{
  padding:22px 26px 20px;
  margin-bottom:28px;
  border:1px solid var(--rp-line);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(0, 49, 54, .05), rgba(0, 49, 54, .02));
}

#reasons-page .reasons-page__tagline{
  margin:0 0 8px;
  font-size:15px;
  font-weight:700;
  color:var(--rp-brand);
}

#reasons-page .reasons-page__lead{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:var(--rp-ink);
}

#reasons-page .reasons-page__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:18px;
}

#reasons-page .reasons-page__item{
  display:grid;
  grid-template-columns:88px 1fr;
  border:1px solid var(--rp-line);
  border-radius:18px;
  background:var(--rp-panel);
  box-shadow:0 10px 24px rgba(0, 49, 54, .05);
  overflow:hidden;
}

#reasons-page .reasons-page__badge{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:20px 0;
  background:var(--rp-brand);
  color:#fff;
  text-align:center;
  flex-shrink:0;
}

#reasons-page .reasons-page__badge-label{
  display:block;
  margin-bottom:4px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
  opacity:.75;
}

#reasons-page .reasons-page__badge-num{
  font-family:"Montserrat","Arial",sans-serif;
  font-size:32px;
  font-weight:700;
  line-height:1;
  letter-spacing:.02em;
}

#reasons-page .reasons-page__body{
  padding:22px 26px;
}

#reasons-page .reasons-page__title{
  margin:0 0 12px;
  font-size:18px;
  font-weight:700;
  line-height:1.4;
  color:var(--rp-brand);
}

#reasons-page .reasons-page__text{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.9;
  color:var(--rp-ink);
}

#reasons-page .reasons-page__links{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

#reasons-page .reasons-page__links li a{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding-bottom:2px;
  border-bottom:1px solid var(--rp-line);
  font-size:13px;
  font-weight:600;
  color:var(--rp-brand);
}

#reasons-page .reasons-page__links li a::before{
  content:"›";
  font-size:15px;
  color:var(--rp-accent);
}

#reasons-page .reasons-page__links li a:hover{
  color:var(--rp-accent);
  border-bottom-color:var(--rp-accent);
  text-decoration:none;
}

#reasons-page + .button_custom{
  display:none;
}

/* =====================================================
   #company-page — 運営会社についてページ専用スタイル
   Scope: #company-page only
===================================================== */
#company-page{
  --cp-brand:#003136;
  --cp-accent:#e2004f;
  --cp-ink:#162326;
  --cp-muted:#607279;
  --cp-line:#d7e0e3;
  --cp-panel:#ffffff;
  --cp-panel-soft:#f5f8f9;
  --guide-brand:#003136;
  --guide-accent:#e2004f;
  color:var(--cp-ink);
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Sans",sans-serif;
}

#company-page a{
  color:var(--cp-brand);
  text-decoration:none;
}

#company-page a:hover{
  text-decoration:underline;
}

#company-page .company-page__intro{
  display:flex;
  align-items:center;
  gap:24px;
  padding:22px 26px 20px;
  margin-bottom:22px;
  border:1px solid var(--cp-line);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(0, 49, 54, .05), rgba(0, 49, 54, .02));
}

#company-page .company-page__intro-brand{
  flex:0 0 auto;
}

#company-page .company-page__intro-copy{
  flex:1 1 auto;
}

#company-page .company-page__lead{
  margin:0;
  font-size:15px;
  line-height:1.9;
}

#company-page .company-page__updated{
  display:inline-flex;
  margin:14px 0 0;
  padding:10px 16px;
  border:1px solid rgba(0, 49, 54, .12);
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  color:var(--cp-brand);
}

#company-page .company-page__section{
  margin:0 0 20px;
}

#company-page .company-page__section-title{
  margin:0 0 12px;
  padding-left:14px;
  border-left:4px solid var(--cp-accent);
  color:var(--cp-brand);
  font-size:22px;
  font-weight:700;
  line-height:1.45;
}

#company-page .company-page__table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--cp-line);
  border-radius:18px;
  overflow:hidden;
}

#company-page .company-page__table th,
#company-page .company-page__table td{
  padding:18px 20px;
  border-top:1px solid var(--cp-line);
  text-align:left;
  vertical-align:top;
  font-size:14px;
  line-height:1.85;
}

#company-page .company-page__table tr:first-child th,
#company-page .company-page__table tr:first-child td{
  border-top:0;
}

#company-page .company-page__table th{
  width:220px;
  background:rgba(0, 49, 54, .05);
  color:var(--cp-brand);
  font-weight:700;
}

#company-page .company-page__table td{
  background:#fff;
}

#company-page .company-page__logo-link{
  display:inline-block;
  vertical-align:top;
}

#company-page .company-page__logo{
  display:block;
  max-width:108px;
  width:100%;
  height:auto;
}

@media (max-width: 980px){
  #company-page .company-page__intro{
    gap:18px;
  }

  #company-page .company-page__table th{
    width:170px;
  }
}

#fn-fieldnotes .fn-end{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(12,21,22,.10);
}

@media (min-width: 820px){
  #fn-fieldnotes .fn-top{ padding: 20px 22px 16px; }
  #fn-fieldnotes .fn-body{ padding: 18px 22px 34px; }
  #fn-fieldnotes .fn-kv{ grid-template-columns: 1fr 1fr; }
}

/* === ① ブロック下の余白（ボタンとの距離を確保） === */
#fn-fieldnotes{
  display:block;
  margin: 0 0 28px;  /* ←ここで下に余白が出ます */
}
@media (min-width: 820px){
  #fn-fieldnotes{ margin-bottom: 40px; }
}

/* もし環境によって margin が潰れる場合の保険 */
#fn-fieldnotes::after{
  content:"";
  display:block;
  height: 1px;
  margin-top: 28px;
}

/* === ② 見出しをもっと大きく（思い切り） === */
#fn-fieldnotes .fn-h2{
  font-size: 26px;     /* 18px → 26px */
  margin: 0 0 14px;
  line-height: 1.25;
}
#fn-fieldnotes .fn-h2::after{
  transform: translateY(-4px);
}

#fn-fieldnotes .fn-h3{
  font-size: 18px;     /* 15px → 18px */
  margin: 22px 0 12px;
  line-height: 1.3;
}

/* PCではさらに大きく */
@media (min-width: 820px){
  #fn-fieldnotes .fn-h2{ font-size: 30px; }
  #fn-fieldnotes .fn-h3{ font-size: 19px; }
}

/* === ③ 著者情報カード（SEO + 見た目） === */
#fn-fieldnotes .fn-author{
  margin-top: 18px;
  border: 1px solid rgba(12,21,22,.14);
  border-radius: var(--radius);
  background:
    radial-gradient(520px 200px at 10% 0%, rgba(0,49,54,.08), transparent 60%),
    #fff;
  box-shadow: var(--shadow);
  overflow:hidden;
}
#fn-fieldnotes .fn-author-head{
  padding: 14px 16px 10px;
  border-bottom: 1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
}
#fn-fieldnotes .fn-author-label{
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--brand);
  display:inline-flex;
  align-items:center;
  gap:10px;
}
#fn-fieldnotes .fn-author-label::before{
  content:"";
  width:10px; height:10px;
  border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(228,0,127,.12);
}
#fn-fieldnotes .fn-author-body{
  padding: 14px 16px 16px;
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#fn-fieldnotes .fn-byline{
  margin:0;
  font-size: 16px;
  font-weight: 950;
  letter-spacing:.02em;
  color: var(--ink);
}
#fn-fieldnotes .fn-author-meta{
  margin:0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 13px;
}
#fn-fieldnotes .fn-author-tags{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
  margin-top: 6px;
}
#fn-fieldnotes .fn-tag{
  display:inline-flex;
  align-items:center;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(0,49,54,.03);
  font-size: 12px;
  font-weight: 900;
  color: var(--brand);
}

/* 告知＆日付ブロックの下に少し余白 */
.content_section .fn-pre { 
  margin-bottom: 14px; 
}

/* Field Notes上の余白（必要なら） */
#fn-fieldnotes { 
  margin-top: 10px;
}

#fn-fieldnotes{
  /* 既存の変数定義などはそのまま */

  font-family:
    "Yu Gothic",
    "Yu Gothic UI",
    "游ゴシック体",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Noto Sans JP",
    "Meiryo",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}

#fn-fieldnotes .fn-photo--inset{
  display:block;
  width: 52%;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 720px){
  #fn-fieldnotes .fn-photo--inset{ width: 100%; max-width: none; }
}

/* 細い写真ボックスを左寄せにする */
#fn-fieldnotes .fn-photo--left{
  margin-left: auto !important;
  margin-right: auto !important;
}
/* === Field Notes #01 additions / fixes (2026-02-22) === */
#fn-fieldnotes .fn-phbox{ padding: 0; }
#fn-fieldnotes .fn-phbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

/* Hero */
#fn-fieldnotes .fn-hero{
  margin: 4px 0 18px;
  border-radius: calc(var(--radius) + 6px);
  overflow:hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background:#fff;
}
#fn-fieldnotes .fn-hero-media{ aspect-ratio: 21/9; }
#fn-fieldnotes .fn-hero-cap{
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.78);
}

/* MENU: one "sheet" */
#fn-fieldnotes .fn-menubox{
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(720px 240px at 0% 0%, rgba(0,49,54,.06), transparent 55%),
    #fff;
  box-shadow: var(--shadow);
  overflow:hidden;
}
#fn-fieldnotes .fn-menubox-title{
  padding: 12px 14px 10px;
  font-weight: 950;
  letter-spacing: .12em;
  font-size: 12px;
  color: var(--brand);
  border-bottom: 1px solid var(--line);
}
#fn-fieldnotes .fn-menubox .fn-menu{
  margin: 0;
  padding: 8px 14px 12px;
  width: min(760px, 100%);
  gap: 0;
}
#fn-fieldnotes .fn-menubox .fn-menu li{
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  border-bottom: 1px dashed rgba(12,21,22,.18);
}
#fn-fieldnotes .fn-menubox .fn-menu li:last-child{ border-bottom: 0; }

/* Today's Conditions: one block */
#fn-fieldnotes .fn-kvbox{
  margin: 12px auto 4px;
  padding: 8px 14px 12px;
  width: min(760px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0,49,54,.03);
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 1fr;
  gap: 0;
}
#fn-fieldnotes .fn-kvrow{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(12,21,22,.18);
}
#fn-fieldnotes .fn-kvrow:last-child{ border-bottom:0; }
#fn-fieldnotes .fn-kvrow .k{
  font-weight: 950;
  color: var(--brand);
  white-space: nowrap;
}
#fn-fieldnotes .fn-kvrow .v{
  text-align:right;
  line-height: 1.55;
}

@media (min-width: 820px){
  #fn-fieldnotes .fn-kvbox{ grid-template-columns: 1fr; }
  #fn-fieldnotes .fn-kvrow{ padding: 10px 0; }
}

/* Inset photo sizing */
#fn-fieldnotes .fn-photo--inset{
  width: 100%;
  max-width: 560px;
}


#fn-fieldnotes .fn-photo img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

/* --- Images: no rounding --- */
#fn-fieldnotes img{ border-radius: 0; }

/* --- Product block (Amazon-like embed) --- */
#fn-fieldnotes .fn-productwrap{ margin: 26px 0 34px; }
#fn-fieldnotes .fn-products{
  width: min(560px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
  justify-items: stretch;
}
#fn-fieldnotes .fn-product{
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #fff;
}
#fn-fieldnotes .fn-product-media{
  display:block;
  text-decoration:none;
}
#fn-fieldnotes .fn-product-media img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
#fn-fieldnotes .fn-product-name{
  font-weight: 900;
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 6px;
  color: var(--text);
}
#fn-fieldnotes .fn-product-price{
  font-weight: 900;
  font-size: 14px;
  color: var(--brand);
  margin: 0 0 10px;
}
#fn-fieldnotes .fn-product-btn{
  display: inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 10px 12px;
  min-height: 40px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .01em;
  border: 0;
}
#fn-fieldnotes .fn-product-btn:hover{ filter: brightness(0.96); }

@media (max-width: 720px){
  #fn-fieldnotes .fn-product{
    grid-template-columns: 1fr;
    text-align: center;
  }
  #fn-fieldnotes .fn-product-media img{
    max-width: 360px;
    margin: 0 auto;
  }
  #fn-fieldnotes .fn-product-btn{ width: 100%; }
}


/* --- Today’s Conditions: centered single-column box --- */
.fn-kvbox--center{
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.fn-kvbox--center .fn-kvrow{
  flex-wrap: wrap;
}
.fn-kvbox--center .fn-kvrow .k{
  min-width: 9.5em;
}
@media (max-width: 720px){
  .fn-kvbox--center{
    max-width: 100%;
  }
  .fn-kvbox--center .fn-kvrow .k{
    min-width: 8.5em;
  }
}
/* ---- Field Notes: Warning note (outside main note frame) ---- */
#fn-fieldnotes + .fn-warning,
.fn-warning{
  width: min(760px, 100%);
  margin: 14px auto 18px;
  padding: 14px 16px;
  background: #fff6c8;
  border: 1px solid rgba(0,0,0,.10);
  border-left-width: 6px;
  border-left-color: rgba(0,0,0,.22);
  color: rgba(0,0,0,.82);
}

.fn-warning-title{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .02em;
  margin: 0 0 8px;
}

.fn-warning-list{
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.55;
}

.fn-warning-list li{
  margin: 6px 0;
}

/* ==========================================
   一般記事系ページ
   Scope: #article-page only
   ========================================== */
#article-page{
  --article-bg:#f4f7f7;
  --article-panel:#ffffff;
  --article-panel-soft:#f7fbfb;
  --article-line:rgba(0, 49, 54, .12);
  --article-brand:#003136;
  --article-accent:#e4007f;
  --article-text:#16363a;
  --article-muted:#5b7477;
  color:var(--article-text);
  font-family:'Noto Sans JP', sans-serif;
  line-height:1.85;
}

#article-page .article-page__hero,
#article-page .article-page__section{
  margin:0 0 28px;
  padding:32px;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:linear-gradient(180deg, #fff, var(--article-panel-soft));
  box-shadow:0 18px 40px rgba(0, 49, 54, .07);
}

#article-page .article-page__hero{
  background:
    radial-gradient(circle at top right, rgba(228, 0, 127, .08), transparent 34%),
    radial-gradient(circle at top left, rgba(0, 49, 54, .07), transparent 38%),
    linear-gradient(180deg, #fff, var(--article-panel-soft));
}


#article-page .article-page__title{
  margin:0;
  color:var(--article-brand);
  font-size:34px;
  line-height:1.3;
  letter-spacing:.03em;
}

#article-page .article-page__lead,
#article-page .article-page__section-text{
  margin:16px 0 0;
  font-size:15px;
  color:var(--article-muted);
}

#article-page .article-page__notice{
  margin-top:24px;
  padding:22px 24px;
  border:1px solid rgba(228, 0, 127, .16);
  border-radius:3px;
  background:linear-gradient(180deg, rgba(228, 0, 127, .08), rgba(228, 0, 127, .03));
}

#article-page .article-page__notice-title{
  margin:0;
  color:var(--article-brand);
  font-size:15px;
  font-weight:700;
}

#article-page .article-page__list{
  margin:14px 0 0;
  padding-left:1.4em;
}

#article-page .article-page__list li{
  margin:0;
}

#article-page .article-page__list li + li{
  margin-top:8px;
}

#article-page .article-page__summary{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  margin-top:24px;
}

#article-page .article-page__summary-card,
#article-page .article-page__card{
  padding:24px;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:var(--article-panel);
  box-shadow:0 10px 22px rgba(0, 49, 54, .05);
}

#article-page .article-page__summary-label{
  display:block;
  color:var(--article-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

#article-page .article-page__summary-value{
  display:block;
  margin-top:10px;
  color:var(--article-brand);
  font-size:30px;
  line-height:1.2;
}

#article-page .article-page__summary-text{
  margin:10px 0 0;
  font-size:13px;
  color:var(--article-muted);
}

/* 選び方3点：全幅・縦積みカード（本文を読みやすく） */
#article-page .article-page__summary--stack{
  grid-template-columns:1fr;
  gap:18px;
}

#article-page .article-page__summary--stack .article-page__summary-text{
  margin-top:14px;
  font-size:15px;
  line-height:1.95;
  color:var(--article-text);
}

/* おすすめ3選カード内：おすすめポイント箇条書き */
#article-page .article-page__rank-points{
  margin:14px 0 0;
}

#article-page .article-page__rank-points-title{
  margin:0;
  color:var(--article-brand);
  font-size:13px;
  font-weight:800;
}

#article-page .article-page__rank-points .article-page__list{
  margin-top:8px;
}

#article-page .article-page__rank-points .article-page__list li{
  font-size:13px;
  line-height:1.7;
  color:var(--article-text);
}

/* 比較表の横スクロール案内（モバイルのみ表示） */
#article-page .article-page__scroll-hint{
  display:none;
  margin:18px 0 -8px;
  color:var(--article-brand);
  font-size:12px;
  font-weight:700;
  text-align:right;
}

#article-page .article-page__section-head{
  margin-bottom:22px;
}

#article-page .article-page__section-title{
  margin:0;
  color:var(--article-brand);
  font-size:28px;
  line-height:1.35;
}

#article-page .article-page__subheading{
  position:relative;
  margin:30px 0 0;
  padding-top:18px;
  color:var(--article-brand);
  font-size:18px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:.04em;
}

#article-page .article-page__subheading::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:42px;
  height:2px;
  background:rgba(0, 49, 54, .22);
}

#article-page .article-page__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

#article-page .article-page__card--feature{
  display:grid;
  grid-template-columns:minmax(0, 280px) minmax(0, 1fr);
  gap:22px;
  grid-column:1 / -1;
  align-items:start;
}

#article-page .article-page__media{
  padding:18px;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:linear-gradient(180deg, #fff, #f5f8f8);
}

#article-page .article-page__media img{
  display:block;
  width:100%;
  height:auto;
}

/* 記事画像：PCは中央寄せで控えめ幅（モバイルCSS側で全幅に出し分け） */
#article-page .article-page__media--narrow{
  max-width:82%;
  margin-left:auto;
  margin-right:auto;
}

#article-page .article-page__header{
  margin-bottom:16px;
}

#article-page .article-page__phase{
  display:inline-flex;
  align-items:center;
  margin-bottom:12px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

#article-page .article-page__phase--progress{
  color:#7a223d;
  background:rgba(228, 0, 127, .1);
}

#article-page .article-page__phase--test{
  color:#0a5a5c;
  background:rgba(0, 126, 128, .12);
}

#article-page .article-page__phase--hold{
  color:#6a4d13;
  background:rgba(182, 135, 29, .16);
}

#article-page .article-page__phase--concept{
  color:var(--article-brand);
  background:rgba(0, 49, 54, .08);
}

#article-page .article-page__card-title{
  margin:0;
  color:var(--article-brand);
  font-size:24px;
  line-height:1.35;
}

#article-page .article-page__card-subtitle{
  margin:8px 0 0;
  color:var(--article-muted);
  font-size:12px;
  line-height:1.7;
}

#article-page .article-page__meta,
#article-page .article-page__status{
  margin:0;
}

#article-page .article-page__meta{
  display:grid;
  gap:10px;
}

#article-page .article-page__meta-row,
#article-page .article-page__status-row{
  display:grid;
  grid-template-columns:110px minmax(0, 1fr);
  gap:12px;
}

#article-page .article-page__meta-row dt,
#article-page .article-page__status-row dt{
  margin:0;
  color:var(--article-muted);
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
}

#article-page .article-page__meta-row dd,
#article-page .article-page__status-row dd{
  margin:0;
  font-size:14px;
}

#article-page .article-page__text{
  margin:14px 0 0;
  font-size:14px;
}

#article-page .article-page__status{
  display:grid;
  gap:10px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid var(--article-line);
}

#article-page .article-page__section--concept{
  background:
    radial-gradient(circle at top right, rgba(0, 49, 54, .06), transparent 40%),
    linear-gradient(180deg, #fff, #f6f9f9);
}

#article-page .article-page__actions{
  display:flex;
  gap:14px;
  margin-top:18px;
}

#article-page .article-page__button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-width:220px;
  padding:14px 24px;
  border:1px solid var(--article-accent);
  border-radius:999px;
  background:var(--article-accent);
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  box-shadow:0 10px 22px rgba(228, 0, 127, .18);
}

#article-page .article-page__button:hover{
  opacity:1;
  transform:translateY(-1px);
}

#article-page .article-page__button--ghost{
  background:#fff;
  color:var(--article-accent);
  box-shadow:none;
}

#article-page.article-page--brand{
  max-width:1080px;
  --guide-brand:#003136;
  --guide-ink:#162326;
  --guide-line:#d7e0e3;
  margin:0 auto;
}

#article-page.article-page--brand a.guide-service__related-card{
  color:inherit;
  text-decoration:none;
}

#article-page.article-page--brand .article-page__hero,
#article-page.article-page--brand .article-page__section{
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
}

#article-page.article-page--brand .article-page__hero{
  padding:8px 0 44px;
}

#article-page.article-page--brand .article-page__section{
  margin-top:44px;
  padding-top:44px;
  border-top:1px solid rgba(0, 49, 54, .16);
}

#article-page.article-page--brand .article-page__section-divider{
  height:1px;
  margin:34px 0 0;
  background:rgba(0, 49, 54, .14);
}

#article-page.article-page--brand .article-page__section--related{
  padding:32px;
  border:1px solid rgba(0, 49, 54, .12);
  border-radius:3px;
  background:linear-gradient(180deg, #fff, #f8fbfb);
  box-shadow:0 16px 32px rgba(0, 49, 54, .07);
}


#article-page.article-page--brand .article-page__title{
  font-size:42px;
  line-height:1.22;
  letter-spacing:.02em;
}

#article-page.article-page--brand .article-page__lead{
  font-size:17px;
  line-height:2;
  color:var(--article-text);
}

#article-page.article-page--brand .article-page__section-title{
  margin:0 0 26px;
  font-size:31px;
  line-height:1.32;
}

#article-page.article-page--brand .article-page__section--related .article-page__section-title{
  margin-bottom:22px;
}

#article-page.article-page--brand .article-page__subheading{
  margin:34px 0 0;
  padding-top:16px;
  font-size:20px;
  line-height:1.55;
  letter-spacing:.03em;
}

#article-page.article-page--brand .article-page__subheading::before{
  width:48px;
  background:rgba(0, 49, 54, .2);
}

#article-page.article-page--brand .article-page__section-text{
  margin:18px 0 0;
  font-size:16px;
  line-height:2.05;
  color:var(--article-text);
}

#article-page.article-page--brand .article-page__section > .article-page__section-text:first-child{
  margin-top:0;
}

#article-page.article-page--brand .article-page__media{
  margin:34px 0 36px;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
}

#article-page.article-page--brand .article-page__media img{
  border-radius:3px;
  box-shadow:0 22px 38px rgba(0, 49, 54, .12);
}

#article-page.article-page--brand + .button_custom,
#story-page + .button_custom,
.story-page-related-outer + .button_custom{
  display:none;
}

/* Article Page: comparison / recommendation parts */
#article-page .article-page__updated{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}

#article-page .article-page__updated li{
  padding:8px 12px;
  border:1px solid var(--article-line);
  border-radius:999px;
  background:#fff;
  color:var(--article-muted);
  font-size:12px;
  font-weight:700;
}

#article-page .article-page__toc{
  margin:28px 0 0;
  padding:2px 0 2px 18px;
  border:none;
  border-left:2px solid rgba(0, 49, 54, .2);
  border-radius:0;
  background:none;
}

#article-page .article-page__toc-title{
  margin:0 0 10px;
  color:var(--article-muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

#article-page .article-page__toc-list{
  display:block;
  margin:0;
  padding:0;
  list-style:none;
}

#article-page .article-page__toc-list > li + li{
  margin-top:2px;
}

#article-page .article-page__toc-list a{
  display:block;
  min-height:auto;
  padding:5px 0;
  border:none;
  border-radius:0;
  background:none;
  color:var(--article-brand);
  font-size:14px;
  font-weight:700;
  line-height:1.55;
  text-decoration:none;
  transition:color .15s;
}

#article-page .article-page__toc-list a:hover{
  color:var(--article-accent);
  opacity:1;
}

#article-page .article-page__toc-list ol{
  margin:2px 0 6px 16px;
  padding:0;
  list-style:none;
}

#article-page .article-page__toc-list ol a{
  padding:3px 0;
  color:var(--article-muted);
  font-size:13px;
  font-weight:500;
}

#article-page .article-page__table-wrap{
  overflow-x:auto;
  margin:24px 0 0;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:#fff;
}

#article-page .article-page__table{
  width:100%;
  min-width:860px;
  border-collapse:collapse;
}

#article-page .article-page__table th,
#article-page .article-page__table td{
  padding:14px 16px;
  border-top:1px solid var(--article-line);
  border-left:1px solid var(--article-line);
  font-size:13px;
  line-height:1.65;
  vertical-align:top;
}

#article-page .article-page__table tr:first-child th{
  border-top:0;
}

#article-page .article-page__table th:first-child,
#article-page .article-page__table td:first-child{
  border-left:0;
}

#article-page .article-page__table th{
  background:rgba(0, 49, 54, .06);
  color:var(--article-brand);
  font-weight:800;
  white-space:nowrap;
}

#article-page .article-page__table td strong{
  color:var(--article-brand);
}

#article-page .article-page__note{
  margin:14px 0 0;
  color:var(--article-muted);
  font-size:12px;
  line-height:1.8;
}

#article-page .article-page__rank-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin:24px 0 0;
}

#article-page .article-page__rank-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:22px;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:#fff;
  box-shadow:0 10px 22px rgba(0, 49, 54, .05);
}

#article-page .article-page__rank-card--primary{
  border-color:rgba(228, 0, 127, .24);
  box-shadow:0 14px 28px rgba(228, 0, 127, .08);
}

#article-page .article-page__rank-number{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  min-height:30px;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(0, 49, 54, .08);
  color:var(--article-brand);
  font-size:12px;
  font-weight:800;
  line-height:1;
}

#article-page .article-page__rank-card--primary .article-page__rank-number{
  background:rgba(228, 0, 127, .1);
  color:#9a174d;
}

#article-page .article-page__rank-image{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:4 / 3;
  margin:0 0 16px;
  padding:16px;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:linear-gradient(180deg, #fff, var(--article-panel-soft));
}

#article-page .article-page__rank-image img{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
}

#article-page .article-page__badge-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 0;
}

#article-page .article-page__badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0, 49, 54, .08);
  color:var(--article-brand);
  font-size:12px;
  font-weight:700;
  line-height:1.2;
}

#article-page .article-page__recommend-for{
  margin:16px 0 0;
  padding:16px;
  border:1px solid var(--article-line);
  border-radius:3px;
  background:var(--article-panel-soft);
}

#article-page .article-page__recommend-title{
  margin:0 0 8px;
  color:var(--article-brand);
  font-size:13px;
  font-weight:800;
}

#article-page .article-page__actions--compact{
  flex-direction:column;
  gap:10px;
  margin-top:auto;
  padding-top:18px;
}

#article-page .article-page__actions--compact .article-page__button{
  min-width:0;
  width:100%;
  padding:12px 18px;
  font-size:13px;
}

#article-page .article-page__section--muted{
  background:linear-gradient(180deg, #fff, #f7faf9);
}

@media screen and (max-width: 559px) {
  #article-page .article-page__rank-grid{
    grid-template-columns:1fr;
  }

  #article-page .article-page__table{
    min-width:760px;
  }

  /* 比較表：横スクロール案内をモバイルで表示 */
  #article-page .article-page__scroll-hint{
    display:block;
  }
}

/* ============================================================
   #story-page — 写真主体のストーリー系レイアウト
   (製造工程・製品開発ストーリー等に使用)
   ============================================================ */
#story-page{
  max-width:none;
  padding:0;
  margin:0;
  background:#fff;
  color:#1c1c1c;
  font-family:'Noto Sans JP',sans-serif;
}

.story-page__hero{
  width:100%;
  overflow:hidden;
  line-height:0;
}
.story-page__hero img{
  width:100%;
  height:62vh;
  min-height:280px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.story-page__lead{
  max-width:640px;
  margin:0 auto;
  padding:64px 24px 56px;
  text-align:center;
}
.story-page__lead-title{
  font-size:1.45rem;
  font-weight:700;
  letter-spacing:0.04em;
  color:#003136;
  margin:0 0 20px;
  line-height:1.5;
}
.story-page__lead-byline{
  font-size:0.72rem;
  letter-spacing:0.18em;
  color:#aaa;
  margin:0 0 28px;
}
.story-page__lead-text{
  font-size:0.92rem;
  line-height:2.0;
  color:#555;
  margin:0;
}

.story-page__chapter{
  margin:0 0 96px;
}
.story-page__chapter-meta{
  max-width:640px;
  margin:0 auto;
  padding:52px 24px 36px;
}
.story-page__chapter-label{
  display:block;
  font-size:0.68rem;
  letter-spacing:0.22em;
  color:#aaa;
  text-transform:uppercase;
  margin:0 0 10px;
}
.story-page__chapter-title{
  font-size:1.2rem;
  font-weight:700;
  color:#003136;
  margin:0 0 18px;
  line-height:1.45;
}
.story-page__chapter-body{
  font-size:0.9rem;
  line-height:2.0;
  color:#444;
}
.story-page__chapter-body p{
  margin:0 0 1em;
}
.story-page__chapter-body p:last-child{
  margin:0;
}

.story-page__chapter-images{
  display:flex;
  flex-direction:column;
  gap:3px;
  line-height:0;
}
.story-page__img-full img{
  width:100%;
  display:block;
  height:auto;
}
.story-page__img-full--tall img{
  height:60vh;
  min-height:260px;
  object-fit:cover;
  object-position:center;
}
.story-page__img-grid{
  display:grid;
  gap:3px;
}
.story-page__img-grid--2{
  grid-template-columns:1fr 1fr;
}
.story-page__img-grid--3{
  grid-template-columns:repeat(3,1fr);
}
.story-page__img-grid img{
  width:100%;
  height:340px;
  object-fit:cover;
  display:block;
}
.story-page__img-grid--portrait img{
  height:520px;
  object-position:center top;
}

.story-page-related-outer{
  background:#f4f7f7;
  padding:52px 32px 56px;
  margin-top:0;
}
.story-page-related-outer__title{
  font-size:0.92rem;
  letter-spacing:0.12em;
  color:#555;
  text-transform:uppercase;
  margin:0 0 28px;
  font-weight:600;
}
.story-page-related-outer .guide-service__related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:960px;
  margin:0 auto;
}
.story-page-related-outer .guide-service__related-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid rgba(0,49,54,.12);
  border-radius:0;
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 28px rgba(0,49,54,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  text-decoration:none;
}
.story-page-related-outer .guide-service__related-card:hover{
  transform:translateY(-2px);
  border-color:rgba(226,0,79,.22);
  box-shadow:0 18px 34px rgba(0,49,54,.1);
}
.story-page-related-outer .guide-service__related-thumb{
  display:block;
  aspect-ratio:16/9;
  background:linear-gradient(180deg,rgba(0,49,54,.08),rgba(0,49,54,.03));
  overflow:hidden;
}
.story-page-related-outer .guide-service__related-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.story-page-related-outer .guide-service__related-body{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:18px 18px 20px;
}
.story-page-related-outer .guide-service__related-title{
  display:block;
  color:#003136;
  font-size:17px;
  font-weight:700;
  line-height:1.5;
}
.story-page-related-outer .guide-service__related-text{
  display:block;
  margin-top:10px;
  color:#5b7477;
  font-size:14px;
  line-height:1.85;
}

/* =====================================================
   #bc-intro-page — BALLISTIC COMPANION™ 紹介ページ
   ===================================================== */
#bc-intro-page{
  --guide-brand:#003136;
  --guide-line:#d7e0e3;
  --bc-brand:#003136;
  --bc-ink:#162326;
  --bc-muted:#607279;
  --bc-line:#d7e0e3;
  --bc-panel:#f5f8f9;
  --bc-radius:14px;
  color:var(--bc-ink);
  font-size:16px;
  line-height:1.8;
  word-break:normal;
  overflow-wrap:break-word;
}

#bc-intro-page + .button_custom{
  display:none;
}

/* Hero */
#bc-intro-page .bc-intro__hero{
  padding:52px 40px 48px;
  background:var(--bc-panel);
  border-radius:var(--bc-radius);
  text-align:center;
  margin-bottom:48px;
}
#bc-intro-page .bc-intro__tagline{
  display:block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--bc-muted);
  margin:0 0 14px;
}
#bc-intro-page .bc-intro__heading{
  font-size:26px;
  font-weight:700;
  line-height:1.4;
  color:var(--bc-brand);
  margin:0 0 20px;
}
#bc-intro-page .bc-intro__lead{
  font-size:16px;
  line-height:1.9;
  color:var(--bc-ink);
  max-width:680px;
  margin:0 auto 32px;
}
#bc-intro-page .bc-intro__hero-figure{
  max-width:760px;
  margin:36px auto 0;
}
#bc-intro-page .bc-intro__hero-img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--bc-radius);
  border:1px solid var(--bc-line);
}
#bc-intro-page .bc-intro__hero-caption{
  font-size:13px;
  line-height:1.7;
  color:var(--bc-muted);
  margin:12px 0 0;
  text-align:left;
}

/* Section common */
#bc-intro-page .bc-intro__section{
  margin-bottom:48px;
}
#bc-intro-page .bc-intro__section-title{
  font-size:20px;
  font-weight:700;
  color:var(--bc-brand);
  padding-bottom:10px;
  border-bottom:2px solid var(--bc-brand);
  margin:0 0 24px;
}
#bc-intro-page .bc-intro__text{
  color:var(--bc-ink);
  margin:0 0 14px;
}
#bc-intro-page .bc-intro__text:last-child{
  margin-bottom:0;
}

/* Use-case cards */
#bc-intro-page .bc-intro__card-list{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}
#bc-intro-page .bc-intro__card{
  padding:24px 20px;
  background:#fff;
  border:1px solid var(--bc-line);
  border-radius:var(--bc-radius);
}
#bc-intro-page .bc-intro__card-text{
  font-size:15px;
  line-height:1.75;
  color:var(--bc-ink);
  margin:0;
}

/* Feature list */
#bc-intro-page .bc-intro__feature-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:20px;
}
#bc-intro-page .bc-intro__feature{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding:24px;
  background:#fff;
  border:1px solid var(--bc-line);
  border-radius:var(--bc-radius);
}
#bc-intro-page .bc-intro__feature-num{
  flex-shrink:0;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--bc-brand);
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  border-radius:50%;
}
#bc-intro-page .bc-intro__feature-body{
  flex:1 1 auto;
}
#bc-intro-page .bc-intro__feature-title{
  font-size:16px;
  font-weight:700;
  color:var(--bc-brand);
  margin:0 0 8px;
}
#bc-intro-page .bc-intro__feature-text{
  font-size:15px;
  line-height:1.8;
  color:var(--bc-ink);
  margin:0;
}

/* Specs grid */
#bc-intro-page .bc-intro__specs-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px;
  margin-bottom:14px;
}
#bc-intro-page .bc-intro__spec-item{
  padding:20px;
  background:#fff;
  border:1px solid var(--bc-line);
  border-radius:var(--bc-radius);
}
#bc-intro-page .bc-intro__spec-title{
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  color:var(--bc-muted);
  margin:0 0 8px;
}
#bc-intro-page .bc-intro__spec-text{
  font-size:15px;
  line-height:1.75;
  color:var(--bc-ink);
  margin:0;
}
#bc-intro-page .bc-intro__spec-note{
  font-size:13px;
  color:var(--bc-muted);
  margin:0;
}

/* Flow steps */
#bc-intro-page .bc-intro__flow-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}
#bc-intro-page .bc-intro__flow-step{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding:22px 24px;
  background:#fff;
  border:1px solid var(--bc-line);
  border-radius:var(--bc-radius);
}
#bc-intro-page .bc-intro__flow-num{
  flex-shrink:0;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--bc-panel);
  border:2px solid var(--bc-brand);
  color:var(--bc-brand);
  font-size:14px;
  font-weight:700;
  border-radius:50%;
}
#bc-intro-page .bc-intro__flow-body{
  flex:1 1 auto;
}
#bc-intro-page .bc-intro__flow-title{
  font-size:15px;
  font-weight:700;
  color:var(--bc-brand);
  margin:0 0 6px;
}
#bc-intro-page .bc-intro__flow-text{
  font-size:15px;
  line-height:1.8;
  color:var(--bc-ink);
  margin:0;
}

/* FAQ */
#bc-intro-page .bc-intro__faq-list{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin:0;
}
#bc-intro-page .bc-intro__faq-item{
  background:#fff;
  border:1px solid var(--bc-line);
  border-radius:var(--bc-radius);
  overflow:hidden;
}
#bc-intro-page .bc-intro__faq-q{
  font-size:15px;
  font-weight:700;
  color:var(--bc-brand);
  padding:18px 20px;
  margin:0;
  background:var(--bc-panel);
  border-bottom:1px solid var(--bc-line);
}
#bc-intro-page .bc-intro__faq-q::before{
  content:"Q. ";
  opacity:.6;
}
#bc-intro-page .bc-intro__faq-a{
  font-size:15px;
  line-height:1.85;
  color:var(--bc-ink);
  padding:18px 20px;
  margin:0;
}

/* Product grid */
#bc-intro-page .bc-intro__product-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  margin-bottom:24px;
}
#bc-intro-page .bc-intro__product-card{
  background:#fff;
  border:1px solid var(--bc-line);
  border-radius:var(--bc-radius);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
#bc-intro-page .bc-intro__product-img{
  background:var(--bc-panel);
  padding:24px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:160px;
}
#bc-intro-page .bc-intro__product-img img{
  max-width:100%;
  max-height:140px;
  object-fit:contain;
}
#bc-intro-page .bc-intro__product-body{
  padding:20px;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
}
#bc-intro-page .bc-intro__product-type{
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  color:var(--bc-muted);
  margin:0 0 4px;
}
#bc-intro-page .bc-intro__product-badge{
  display:inline-block;
  padding:2px 8px;
  background:rgba(0,49,54,.08);
  color:var(--bc-muted);
  border-radius:4px;
  font-size:11px;
  font-weight:700;
  margin-bottom:6px;
}
#bc-intro-page .bc-intro__product-name{
  font-size:17px;
  font-weight:700;
  color:var(--bc-brand);
  margin:0 0 10px;
}
#bc-intro-page .bc-intro__product-desc{
  font-size:14px;
  line-height:1.75;
  color:var(--bc-ink);
  flex:1 1 auto;
  margin:0 0 16px;
}
#bc-intro-page .bc-intro__product-links{
  display:flex;
  flex-direction:column;
  gap:8px;
}
#bc-intro-page .bc-intro__product-links .bc-intro__product-link{
  width:100%;
}
#bc-intro-page .bc-intro__product-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  background:var(--bc-brand);
  color:#fff;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-decoration:none;
  border:1px solid var(--bc-brand);
}
#bc-intro-page .bc-intro__product-link--ghost{
  background:#fff;
  color:var(--bc-brand);
}

/* Other products list */
#bc-intro-page .bc-intro__product-others{
  background:var(--bc-panel);
  border-radius:var(--bc-radius);
  padding:18px 24px;
}
#bc-intro-page .bc-intro__product-others-title{
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  color:var(--bc-muted);
  margin:0 0 10px;
}
#bc-intro-page .bc-intro__product-others-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:6px 24px;
}
#bc-intro-page .bc-intro__product-others-list li{
  font-size:14px;
  color:var(--bc-ink);
}
#bc-intro-page .bc-intro__product-others-list li::before{
  content:"·";
  margin-right:6px;
  color:var(--bc-muted);
}

@media (max-width:980px){
  #bc-intro-page .bc-intro__card-list,
  #bc-intro-page .bc-intro__specs-grid,
  #bc-intro-page .bc-intro__product-grid{
    grid-template-columns:1fr;
  }
}
