@charset "UTF-8";
/* 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;
}

.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: "\f00c";/*アイコンのユニコード*/
  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;
}

/* =================================================
	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.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.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.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;
}

/*============================================================
	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: "\025bc";
  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.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;
}

/*===============================================
	Section - shopinfo top（お知らせトップページ）
================================================= */
#shopinfo.info_top li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

#shopinfo.info_top .news_date,
#shopinfo.info_top .news_title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#shopinfo.info_top .news_date {
  width: 100px;
}

#shopinfo.info_top .news_title {
  width: 910px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*===============================================
	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;
}

#itemlist .item_inner {
  width: 32.55%;
  margin-right: 4px;
  margin-left: 4px;
}

#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-bottom: 8px;
}

#reviewlist .tortalaverage span {
  font-size: 16px;
  vertical-align: middle;
}

#reviewlist .item_price p {
  display: inline-block;
}

/*===============================================
	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;
}

/*===============================================
	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;
}

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

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: "\f10d";
    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: "\f138";/*アイコンの種類*/
  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;
}

.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;
}

/* 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;
}


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

.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: 62px;
  --gap-lm: 12px;
  --pad-y: 34px;
  --pad-x: 116px;
  --search-w: 200px;
  --gap-ms: 28px;
}


/* クリック可能なロゴをヘッダー左に配置 */
#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{
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@supports (width: 100dvw){
  .hero-bleed{ margin-left:-50dvw; margin-right:-50dvw; width:100dvw; }
}

/* ▼ 第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; }

#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;
}

