@charset "EUC-JP";
.c-top-firstView{
  --firstViewSlideHeight:100vh;
}
.c-top-firstView.withNews{
  --firstViewSlideHeight:calc(100vh - 70px);
}
.c-top-firstView{
  width:100%;
  height:var(--firstViewSlideHeight);
  overflow:hidden;
}
.c-top-firstView a,
.c-top-firstView img,
.c-top-firstView picture{
  width:100%;
  height:var(--firstViewSlideHeight);
  display:block;
  outline:none;
}
.c-top-firstView img{
  object-fit:cover;
  object-position:center;
}
.c-top-firstView a:hover{
  opacity:1;
}

@media screen and (max-width:1024px){
  .c-top-firstView{
    --firstViewSlideHeight:calc(100vh - 60px);
    --firstViewSlideHeight:calc(100svh - 60px);
  }
  .c-top-firstView.withNews{
    --firstViewSlideHeight:calc(100vh - 60px - 100px);
    --firstViewSlideHeight:calc(100svh - 60px - 100px);
  }
}
.c-top-news{
  --topNewsHeight:70px;
  width:100%;
  height:var(--topNewsHeight);
  position:relative;
  z-index:2;
}
.c-top-news::before{
  content:"";
  width:calc(100% - 120px);
  height:100%;
  left:0;
  top:0;
  position:absolute;
  background:var(--defaultColor);
  opacity:0.05;
}
.c-top-news .l-content{
  height:var(--topNewsHeight);
  overflow:hidden;
  position:relative;
}

@media screen and (min-width:1025px){
  .c-top-news .l-content{
    padding-right:120px;
  }
}
.c-top-news a,.c-top-news span{
  font-size:16px;
  height:var(--topNewsHeight);
  line-height:var(--topNewsHeight);
  white-space:nowrap;
  width:100%;
  text-overflow:ellipsis;
  display:block;
  color:var(--defaultColor);
  overflow:hidden;
}
.c-top-news a:hover{
  text-decoration:underline;
}
.c-top-newsListNext,.c-top-newsListPrev{
  width:60px;
  height:var(--topNewsHeight);
  position:absolute;
  top:0;
  right:0;
  cursor:pointer;
  z-index:3;
}
.c-top-newsListPrev{
  right:60px;
}
.c-top-newsListNext::before,.c-top-newsListPrev::before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:var(--defaultColor);
  opacity:0.05;
}
.c-top-newsListNext::after,.c-top-newsListPrev::after{
  content:"";
  width:10px;
  height:10px;
  position:absolute;
  top:calc(50% - 5px);
  transition:right 0.2s ease-out,left 0.2s ease-out;
}
.c-top-newsListPrev::after{
  right:5px;
  border-top:1px solid var(--defaultColor);
  border-left:1px solid var(--defaultColor);
  transform:rotate(-45deg);
}
.c-top-newsListNext::after{
  left:5px;
  border-top:1px solid var(--defaultColor);
  border-right:1px solid var(--defaultColor);
  transform:rotate(45deg);
}

@media screen and (max-width:1024px){
  .c-top-news{
    --topNewsHeight:100px;
    display:flex;
    align-items:center;
  }
  .c-top-news::before{
    width:100%;
  }
  .c-top-news a,.c-top-news span{
    font-size:14px;
    line-height:20px;
    height:60px;
    white-space:normal;
    width:100%;
    padding-right:0;
    margin-top:20px;
    display:-webkit-box;
    display:box;
    overflow:hidden;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
    box-orient:vertical;
  }
  .c-top-newsListNext,.c-top-newsListPrev{
    width:35px;
    height:35px;
  }
  .c-top-newsListPrev{
    right:37px;
  }
  .c-top-newsListNext::before,.c-top-newsListPrev::before{
    content:none;
  }
  .c-top-newsListNext::after,.c-top-newsListPrev::after{
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    top:calc(50% - 3px);
    transition:right 0.2s ease-out,left 0.2s ease-out;
  }
  .c-top-newsListPrev::after{
    right:5px;
    border-top:1px solid var(--defaultColor);
    border-left:1px solid var(--defaultColor);
    transform:rotate(-45deg);
  }
  .c-top-newsListNext::after{
    left:5px;
    border-top:1px solid var(--defaultColor);
    border-right:1px solid var(--defaultColor);
    transform:rotate(45deg);  
  }
}
.c-top-information{
  margin-top:60px;
}
.c-top-informationImage{
  width:100%;
  position:relative;
  background-image: url(<{$conceptimg}>);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-top-informationImage::before{
  content:"";
  padding-top:59.61%;
  display:block;
}
.c-top-informationMessage{
  width:680px;
  max-width:80%;
  padding:60px 60px 0 60px;
  line-height:200%;
  margin:-100px 0 0 auto;
  background:var(--defaultBackgroundColor);
  position:relative;
  z-index:3;
}

@media screen and (max-width:1024px){
  .c-top-informationMessage{
    width:calc(100% - 8vw);
    max-width:100%;
    padding:30px 4vw 0 4vw;
    line-height:180%;
    margin:-4vw auto 0 auto;
  }
}
.c-top-interval,
.c-top-ranking,
.c-top-message,
.c-top-freespace{
  margin-top:30px;
}

@media screen and (max-width:1024px){
  .c-top-interval,
  .c-top-ranking,
  .c-top-message,
  .c-top-freespace{
    margin-top:90px;
  }
}
.c-top-intervalImage{
  width:100%;
  max-height: 40vw;
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-top-intervalImage img{
  position:static;
}
.c-top-ranking .c-sliderPrev{
  position:absolute;
  right:52px;
  top:50%;
  transform:translatey(-50%);
}
.c-top-ranking .c-sliderNext{
  position:absolute;
  right:0;
  top:50%;
  transform:translatey(-50%);
}

@media screen and (max-width:1024px){
  .c-top-ranking .c-sliderPrev{
    right:37px;
  }
}
.c-top-messageImage{
  width:100%;
  position:relative;
}
.c-top-messageImage::before{
  content:"";
  padding-top:48.08%;
  display:block;
}
.c-top-message .l-content{
  width:100%;
  margin-top:40px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.c-top-messageManager{
  width:33%;
}
.c-top-messageComment{
  width:calc(100% - 33% - 40px);
  line-height:200%;
}
.c-top-messageManagerName{
  font-family:var(--boldfont);
  font-weight:bold;
  font-size:24px;
  line-height:150%;
}
.c-top-messageLink{
  display:inline-block;
  margin-top:1em;
  color:var(--defaultColor);
  font-size:16px;
  line-height:150%;
  position:relative;
}
.c-top-messageLink::before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  background:var(--defaultColor);
  opacity:0.5;
}

@media screen and (max-width:1024px){
  .c-top-messageImage{
    width:100%;
    position:relative;
  }
  .c-top-message .l-content{
    display:block;
  }
  .c-top-messageManager{
    width:100%;
    text-align:center;
  }
  .c-top-messageComment{
    width:100%;
    line-height:180%;
    margin-top:40px;
  }
  .c-top-messageManagerName{
    font-size:20px;
  }
  .c-top-messageLink{
    display:inline-block;
    margin-top:1em;
    color:var(--defaultColor);
    font-size:16px;
    line-height:150%;
    position:relative;
  }
}

.top-bnr{
	text-align:center;
}
.top-bnr img{
 	 margin-top:15px;
}
.top-cat ul{
list-style-type:none;
  padding:0;
 text-align:center;
}
.top-cat li{
display:inline-block;
}


/* ============================================================
   ▼▼ 以下、トップHTML内にあった<style>ブロックを統合 ▼▼
   配色：サンワウェブ配色ガイド v2（セイノー風 ブルー#003C8F × レッド#E60012）
============================================================ */

/* ---- トップCTAボタン・目的別導線・選ばれる理由 ---- */
.sw-topCtaBtn {
	display: inline-block;
	background: #003C8F;
	color: #FFFFFF !important;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	padding: 14px 32px;
	transition: opacity 0.2s ease;
}
.sw-topCtaBtn:hover { opacity: 0.85; }
.sw-topCtaBtn--sub {
	background: #FFFFFF;
	color: #003C8F !important;
	border: 2px solid #003C8F;
}

/* フレコン目的別導線 */
.sw-topPurpose {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-bottom: 16px;
}
.sw-topPurpose a {
	display: block;
	border: 1px solid #D9E0E8;
	border-radius: 8px;
	padding: 14px 16px;
	text-decoration: none;
	color: #333;
	background: #FFFFFF;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.sw-topPurpose a:hover {
	border-color: #003C8F;
	box-shadow: 0 2px 8px rgba(0, 60, 143, 0.15);
}
.sw-topPurpose strong {
	display: block;
	font-size: 15px;
	color: #003C8F;
	margin-bottom: 4px;
}
.sw-topPurpose span {
	display: block;
	font-size: 12px;
	color: #5A6572;
	line-height: 1.6;
}

/* カテゴリのグループ見出し */
.sw-topCatGroupTitle {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	border-left: 4px solid #003C8F;
	padding-left: 10px;
	margin: 24px 0 12px;
}

/* 選ばれる理由 */
.sw-topTrust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}
.sw-topTrust > div {
	background: #F2F5F9;
	border-radius: 8px;
	padding: 18px 16px;
}
.sw-topTrust strong {
	display: block;
	font-size: 15px;
	color: #003C8F;
	margin-bottom: 8px;
}
.sw-topTrust p {
	font-size: 13px;
	color: #333333;
	line-height: 1.7;
	margin: 0;
}

@media (max-width: 768px) {
	.sw-topHero { padding: 20px 16px; gap: 16px; }
	.sw-topHero__image { order: -1; }
	.sw-topHero__image img { max-width: 320px; }
	.sw-topHero__title { font-size: 20px; }
	.sw-topCtaBtn { font-size: 15px; padding: 12px 20px; white-space: normal; }
	.sw-topPurpose { grid-template-columns: repeat(2, 1fr); }
	.sw-topTrust { grid-template-columns: 1fr; }
}
	
	.sw-topPurpose,
.sw-topTrust {
  margin-top: 20px;
}

/* ---- フレコンバッグ かんたん検索ヒーロー（fcbs2026a） ---- */
.fcbs2026a-hero{box-sizing:border-box;font-family:inherit;background:#F2F5F9;border:1px solid #E8EDF3;border-radius:14px;padding:28px 24px 24px;margin-bottom:28px;display:grid;grid-template-columns:1.15fr 1fr;grid-template-areas:"text image" "search search";gap:20px 28px;align-items:center}
.fcbs2026a-hero *,.fcbs2026a-hero *::before,.fcbs2026a-hero *::after{box-sizing:border-box}

/* ── キャッチコピー ── */
.fcbs2026a-hero-text{grid-area:text}
.fcbs2026a-eyebrow{font-size:13px;font-weight:bold;letter-spacing:.12em;color:#003C8F;margin:0 0 10px}
.fcbs2026a-hero-title{font-size:32px;font-weight:bold;line-height:1.4;margin:0 0 12px;color:#003C8F}
.fcbs2026a-hero-title em{font-style:normal;color:#E60012}
.fcbs2026a-hero-lead{font-size:14.5px;line-height:1.9;margin:0 0 14px;color:#333333}

/* セールスポイント（キャッチ直下） */
.fcbs2026a-usp{display:flex;flex-wrap:wrap;gap:6px 18px;list-style:none;margin:0;padding:0}
.fcbs2026a-usp li{font-size:13.5px;font-weight:bold;color:#003C8F;display:flex;align-items:center;gap:6px}
.fcbs2026a-usp li::before{content:"\2713";width:16px;height:16px;flex-shrink:0;border-radius:50%;background:#003C8F;color:#fff;font-size:10px;font-weight:bold;display:inline-flex;align-items:center;justify-content:center}

/* ── 商品イメージ ── */
.fcbs2026a-hero-img{grid-area:image;text-align:center;margin:0}
.fcbs2026a-hero-img img{max-width:100%;height:auto;border-radius:10px}

/* ── 検索カード ── */
.fcbs2026a-search{grid-area:search;background:#fff;border:1px solid #D9E0E8;border-radius:14px;padding:18px 20px 16px;box-shadow:0 4px 18px rgba(10,30,60,.08);margin:0}

/* ヘッダー行：タイトル＋品番検索 */
.fcbs2026a-search-hd{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;margin:0 0 4px}
.fcbs2026a-search-title{font-size:17px;font-weight:bold;color:#003C8F;margin:0;display:flex;align-items:center;gap:8px}
.fcbs2026a-search-title .fcbs2026a-ic{width:16px;height:16px;flex-shrink:0;position:relative;display:inline-block}
.fcbs2026a-search-title .fcbs2026a-ic::before{content:"";position:absolute;top:0;left:0;width:11px;height:11px;border:2.5px solid #003C8F;border-radius:50%}
.fcbs2026a-search-title .fcbs2026a-ic::after{content:"";position:absolute;bottom:0;right:0;width:7px;height:2.5px;background:#003C8F;border-radius:2px;transform:rotate(45deg)}

/* 品番・キーワード検索 */
.fcbs2026a-kw{display:flex;align-items:stretch;gap:0;flex:0 1 360px;min-width:220px}
.fcbs2026a-kw input[type="text"]{flex:1;min-width:0;height:auto !important;min-height:42px;line-height:1.5 !important;padding:8px 12px !important;border:1px solid #D9E0E8;border-right:none;border-radius:8px 0 0 8px;font-size:14.5px !important;color:#333;font-family:inherit;background:#fff}
.fcbs2026a-kw input[type="text"]:focus{outline:2px solid #E60012;outline-offset:-1px}
.fcbs2026a-kw button{padding:0 18px;background:#003C8F;color:#fff;border:none;border-radius:0 8px 8px 0;font-size:14px;font-weight:bold;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .2s}
.fcbs2026a-kw button:hover{background:#002B66}
.fcbs2026a-kw button:focus-visible{outline:3px solid #003C8F;outline-offset:2px}

.fcbs2026a-search-note{font-size:13px;color:#7C8794;margin:0 0 14px}

/* ── ビジュアルピッカー ── */
.fcbs2026a-vp{display:flex;flex-wrap:wrap;gap:16px 24px;margin:0 0 16px}
.fcbs2026a-vp-grp{border:0;margin:0;padding:0;min-width:0}
.fcbs2026a-vp-grp legend{font-size:13px;font-weight:bold;color:#5A6572;letter-spacing:.05em;padding:0;margin:0 0 8px;display:block}
.fcbs2026a-vp-row{display:flex;flex-wrap:wrap;gap:8px}
.fcbs2026a-vp-opt{position:relative;cursor:pointer;margin:0;display:block}
.fcbs2026a-vp-opt input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
.fcbs2026a-vp-card{display:flex;flex-direction:column;align-items:center;gap:3px;width:88px;padding:10px 4px 8px;border:2px solid #D9E0E8;border-radius:10px;background:#fff;text-align:center;transition:border-color .15s,background .15s,box-shadow .15s}
.fcbs2026a-vp-card svg{width:42px;height:42px;display:block;color:#A0A8B3;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transition:color .15s}
.fcbs2026a-vp-card svg .fcbs2026a-acc{stroke:#E60012}
.fcbs2026a-vp-name{font-size:13px;font-weight:bold;color:#5A6572;line-height:1.3}
.fcbs2026a-vp-sub{font-size:10.5px;line-height:1.4;color:#7C8794;min-height:2.8em;display:flex;align-items:flex-start;justify-content:center}
.fcbs2026a-vp-opt:hover .fcbs2026a-vp-card{border-color:#003C8F}
.fcbs2026a-vp-opt input:checked+.fcbs2026a-vp-card{border-color:#003C8F;background:#E8F0FB;box-shadow:0 0 0 1px #003C8F inset}
.fcbs2026a-vp-opt input:checked+.fcbs2026a-vp-card svg{color:#003C8F}
.fcbs2026a-vp-opt input:checked+.fcbs2026a-vp-card .fcbs2026a-vp-name{color:#003C8F}
.fcbs2026a-vp-opt input:focus-visible+.fcbs2026a-vp-card{outline:3px solid #003C8F;outline-offset:2px}

/* 容量・用途セレクト＋検索ボタン */
.fcbs2026a-search-row{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin:0 0 14px}
.fcbs2026a-field{display:flex;flex-direction:column;gap:5px;min-width:0}
.fcbs2026a-lbl{font-size:13px;font-weight:bold;color:#5A6572;letter-spacing:.03em}
/* height/line-height はサイト共通CSSの固定値で文字が切れるため !important で上書き */
.fcbs2026a-search select{width:100%;height:auto !important;min-height:46px;line-height:1.5 !important;padding:10px 8px !important;border:1px solid #D9E0E8;border-radius:8px;font-size:15px !important;color:#333;background:#fff;cursor:pointer;font-family:inherit;box-sizing:border-box}
.fcbs2026a-search select:focus{outline:2px solid #E60012;outline-offset:1px}
.fcbs2026a-btn{padding:13px 32px;background:#003C8F;color:#fff;border:none;border-radius:28px;font-size:16px;font-weight:bold;cursor:pointer;font-family:inherit;letter-spacing:.04em;white-space:nowrap;transition:background .2s,transform .15s}
.fcbs2026a-btn:hover{background:#002B66;transform:translateY(-1px)}
.fcbs2026a-btn:focus-visible{outline:3px solid #003C8F;outline-offset:2px}

/* よく選ばれる条件＋補助リンク */
.fcbs2026a-presets{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;border-top:1px dashed #D9E0E8;padding-top:12px}
.fcbs2026a-presets-lbl{font-size:13px;font-weight:bold;color:#7C8794;margin:0}
.fcbs2026a-presets a{display:inline-block;padding:6px 14px;background:#EDF3FA;border:1px solid #C9D8EC;border-radius:16px;font-size:13px;font-weight:bold;color:#003C8F;text-decoration:none;transition:background .2s,border-color .2s}
.fcbs2026a-presets a:hover{background:#DFE9F6;border-color:#003C8F}
.fcbs2026a-presets .fcbs2026a-spacer{flex:1}
.fcbs2026a-links{display:flex;flex-wrap:wrap;gap:6px 20px;font-size:13px}
.fcbs2026a-links a{color:#0056B3;font-weight:bold;text-decoration:underline}
.fcbs2026a-links a:hover{color:#002B66}

/* ── レスポンシブ ── */
@media (max-width:768px){
  .fcbs2026a-hero{grid-template-columns:1fr;grid-template-areas:"text" "search" "image";padding:20px 14px 18px;gap:16px}
  .fcbs2026a-eyebrow{text-align:center;font-size:11px}
  .fcbs2026a-hero-title{font-size:25px;text-align:center}
  .fcbs2026a-hero-lead{font-size:13.5px;text-align:center}
  .fcbs2026a-hero-lead br{display:none}
  .fcbs2026a-usp{justify-content:center;gap:5px 12px}
  .fcbs2026a-usp li{font-size:12.5px}
  .fcbs2026a-search{padding:14px 12px 12px}
  .fcbs2026a-search-hd{flex-direction:column;align-items:stretch}
  .fcbs2026a-kw{flex:1 1 auto;width:100%}
  /* ピッカーは横スクロール */
  .fcbs2026a-vp{gap:12px}
  .fcbs2026a-vp-grp{width:100%}
  .fcbs2026a-vp-row{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}
  .fcbs2026a-vp-opt{flex:0 0 84px}
  .fcbs2026a-vp-card{width:100%;padding:8px 3px 6px}
  .fcbs2026a-vp-card svg{width:36px;height:36px}
  .fcbs2026a-vp-name{font-size:12px}
  .fcbs2026a-vp-sub{font-size:10px}
  .fcbs2026a-search-row{grid-template-columns:1fr 1fr}
  .fcbs2026a-btn{grid-column:1/-1;padding:14px}
  .fcbs2026a-presets{justify-content:center}
  .fcbs2026a-links{justify-content:center}
}

/* ---- 主要カテゴリカード ---- */
.sw-topMainCats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: -8px 0 40px;
}
.sw-topMainCat {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #D9E0E8;
	background: #fff;
	text-decoration: none;
	color: #333;
	transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.sw-topMainCat:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
	opacity: 1;
}
.sw-topMainCat img {
	display: block;
	width: 100%;
	height: auto;
}
.sw-topMainCatLabel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	padding: 9px 12px;
	font-size: 13.5px;
	font-weight: bold;
}
.sw-topMainCatLabel::after {
	content: "\25B6";
	font-size: 9px;
	color: #003C8F;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.sw-topMainCats {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin: -4px 0 32px;
	}
	.sw-topMainCatLabel { font-size: 12.5px; padding: 8px 10px; }
}

/* ---- 旧インラインstyleのクラス化 ---- */
.fcbs2026a-vh{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.sw-topCtaWrap{text-align:center;margin:8px 0 32px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.articleTemplate,.taxonomyTemplate{display:none !important}
.sw-articleCardImage{background:#F2F5F9}
