/*
Theme Name: Fric Signage
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.8.1763813507
Updated: 2025-11-22 21:11:47

*/
/*----------------------------共通----------------------------*/
.fric-video {
  width: 100%;
	max-width: 900px;
	margin: 50px auto;
  height: auto;
  object-fit: cover;
	text-align: center;
    display: block;

}

.header-container,.article-header {
	display: none;
}
.center {
    text-align: center;
}

a:hover {
    opacity: 0.5;
}

.contact_fix a:hover {
    opacity: 1;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.article,
.footer {
    margin: 0 !important;
}

.content {
    overflow: hidden;
}

.content,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important;
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: #c9020f;
}

p {
    line-height: 2.2;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.single .article-header {
    display: none;
}

.single .content {
    margin: 10px auto !important;
    padding: 10px 20px !important;
}

.sp_on {
    display: none;
}

.md_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .md_on {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .sp_on {
        display: block;
    }

    .pc_on,
    .pc_off {
        display: none;
    }
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* =========================
   FRiC SIGNAGE LP 共通
========================= */
.fric-lp * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    sans-serif;
}

.fric-lp {
  background: #ffffff;
  color: #111827;
  line-height: 1.7;
}

.fric-lp .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.fric-lp section {
  padding: 72px 0;
  border-bottom: 1px solid #e5e7eb;
}

.site_image {
  max-width: 1000px;
  margin: 40px auto;
  width: 90%;
}

/* セクションヘッダ */
.fric-lp .section-head {
  text-align: center;
  margin-bottom: 32px;
}

.fric-lp .section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #6b7280;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.fric-lp .section-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
	line-height: 1.5;
	padding: 10px 0 !important;
}

.fric-lp .section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 60px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
}

.fric-lp .section-lead {
  font-size: 16px;
  color: #4b5563;
  margin-top: 18px;
}

/* =========================
   HERO
========================= */
.fric-lp .hero {
  padding: 88px 0 80px;
  background: radial-gradient(
    circle at top left,
    #7c3aed 0%,
    #5b21b6 30%,
    #4338ca 55%,
    #1e3a8a 85%,
    #0f172a 100%
  );
  color: #e5edff;
  border-bottom: none;
}

.fric-lp .hero .container {
  max-width: 980px;
}
.hero-copy {
	position: relative;
    width: 55%;
    z-index: 2;
}
.fricsignage {
	position: absolute;
    z-index: 1;
    right: -85px;
    max-width: 500px;
}
.fric-lp .hero-inner {
 text-align: left;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.fric-lp .hero-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(191, 219, 254, 0.6);
  font-size: 11px;
  color: #e5edff;
  margin-bottom: 10px;
}

.fric-lp .hero-kicker {
  font-size: 13px;
  color: #bfdbfe;
  margin-bottom: 10px;
}

.fric-lp .hero-title {
  font-size: clamp(26px, 4vw, 30px);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #f9fafb;
}

.fric-lp .hero-title span {
  color: #0f1950;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.75);
  padding: 2px 6px;
  border-radius: 6px;
}

.fric-lp .hero-lead {
  font-size: 18px;
  color: #e5edff;
  margin-bottom: 18px;
}

.fric-lp .hero-bullets {
  font-size: 16px;
  color: #dbeafe;
  margin-bottom: 22px;
  padding-left: 0;
  list-style: none;
}

.fric-lp .hero-bullets li::before {
  content: "●";
  margin-right: 6px;
  font-size: 9px;
  vertical-align: middle;
  color: #facc15;
}

.fric-lp .hero-bullets li {
  margin-bottom: 4px;
}

/* CTAボタン */
.fric-lp .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.fric-lp .btn-primary,
.fric-lp .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
  border: 1px solid transparent;
}

.fric-lp .btn-primary {
  background: #3b82f6;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(59, 130, 246, 0.35);
}

.fric-lp .btn-primary:hover {
  background: #1e40af;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(30, 64, 175, 0.45);
}

.fric-lp .btn-secondary {
  background: transparent;
  color: #e5edff;
  border-color: rgba(191, 219, 254, 0.7);
}

.fric-lp .btn-secondary:hover {
  background: rgba(15, 23, 42, 0.25);
}

.fric-lp .hero-note {
  font-size: 14px;
  color: #bfdbfe;
}

/* =========================
   課題
========================= */
.fric-lp .problem-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fric-lp .problem-item {
  position: relative;
  background: radial-gradient(circle at top left, #eff6ff, #ffffff);
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  text-align: left;
  overflow: hidden;
}

.fric-lp .problem-item::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.12),
    transparent 60%
  );
}

.fric-lp .problem-label {
  display: inline-block;
  font-size: 11px;
  color: #ef4444;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fee2e2;
}

.fric-lp .problem-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111827;
}

.fric-lp .problem-item p {
  font-size: 16px;
  color: #4b5563;
  margin: 0;
}

/* =========================
   機能
========================= */
.fric-lp .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fric-lp .feature-item {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 18px 18px 16px;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.fric-lp .feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.25),
    rgba(124, 58, 237, 0.25)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.fric-lp .feature-tag {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 14px;
  margin-bottom: 6px;
}

.fric-lp .feature-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.fric-lp .feature-item p {
  position: relative;
  font-size: 16px;
  color: #4b5563;
  margin: 0;
}

/* =========================
   UIショーケース
========================= */
.fric-lp .ui-showcase {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fric-lp .ui-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.fric-lp .ui-card img {
  display: block;
  width: 100%;
	height: 100%;
  border-radius: 8px;
}

.fric-lp .ui-card span {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #6b7280;
}

/* =========================
   比較表（PC）
========================= */
.fric-lp .compare-table-wrap {
  margin-top: 30px;
  overflow-x: auto;
}

.fric-lp table.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
}

/* 外枠 */
.fric-lp table.compare-table::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  pointer-events: none;
}

.fric-lp .compare-table th,
.fric-lp .compare-table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: center;
  background: #ffffff;
}

.fric-lp .compare-table th:first-child,
.fric-lp .compare-table td:first-child {
  text-align: left;
}

/* 角丸セル */
.fric-lp .compare-table tr:first-child th:first-child {
  border-top-left-radius: 14px;
}
.fric-lp .compare-table tr:first-child th:last-child {
  border-top-right-radius: 14px;
}
.fric-lp .compare-table tr:last-child td:first-child {
  border-bottom-left-radius: 14px;
}
.fric-lp .compare-table tr:last-child td:last-child {
  border-bottom-right-radius: 14px;
}

/* ヘッダー */
.fric-lp .compare-table th {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 700;
}

/* FRiC列強調 */
.fric-lp .compare-table th:nth-child(2) {
  background: linear-gradient(90deg, #3b82f6, #7c3aed);
}

.fric-lp .compare-table td:nth-child(2) {
  background: rgba(59, 130, 246, 0.12);
  color: #1e3a8a;
  font-weight: 700;
  border-left: 2px solid #3b82f6;
  border-right: 2px solid #7c3aed;
}

.fric-lp .compare-table tr:hover td:nth-child(2) {
  background: rgba(59, 130, 246, 0.22);
}

/* 他列交互色 */
.fric-lp .compare-table tbody tr:nth-child(odd) td:not(:nth-child(2)) {
  background: #f9fafb;
}

/* =========================
   比較表：スマホ版タブ
========================= */
.fric-lp .compare-mobile {
  display: none;
  margin-top: 24px;
}

.fric-lp .compare-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 16px;
}

.fric-lp .compare-tabs button {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid #bcd2ff;
  background: #ffffff;
  color: #475569;
  cursor: pointer;
}

.fric-lp .compare-tabs button.active {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.fric-lp .compare-content {
  display: none;
}

.fric-lp .compare-content.active {
  display: block;
}

.fric-lp .compare-card {
  background: #ffffff;
  padding: 12px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
}

/* =========================
   導入事例
========================= */
.fric-lp .case-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fric-lp .case-item {
  position: relative;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  padding: 18px 18px 16px;
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.fric-lp .case-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #2563eb, #7c3aed);
}

.fric-lp .case-tag {
  margin-left: 8px;
  font-size: 11px;
  color: #2563eb;
  margin-bottom: 4px;
}

.fric-lp .case-title {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.fric-lp .case-item p {
  margin-left: 8px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 0;
}

/* =========================
   料金
========================= */
.fric-lp .pricing-box {
  margin: 30px auto 0;
  max-width: 650px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: radial-gradient(circle at top left, #eff6ff, #ffffff);
  padding: 22px 22px 18px;
  text-align: left;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.fric-lp .pricing-main {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fric-lp .pricing-note {
  font-size: 12px;
  color: #6b7280;
}

/* =========================
   CTA
========================= */
.fric-lp .cta-final {
  text-align: center;
}

.fric-lp .cta-final .cta-text-main {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.fric-lp .cta-final .cta-text-sub {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 20px;
}

.fric-lp .cta-final-small {
  font-size: 12px;
  color: #6b7280;
  margin-top: 8px;
}

.fric-lp .company-info {
  max-width: 650px;
  margin: 28px auto 0;
  font-size: 12px;
  color: #6b7280;
  text-align: left;
}

.form {
	margin: 0 auto;
    width: 90%;
	max-width: 900px;
}
/* =========================
   Responsive
========================= */
@media (max-width: 900px) {
  .fric-lp .problem-list,
  .fric-lp .feature-grid,
  .fric-lp .case-grid,
  .fric-lp .ui-showcase {
    grid-template-columns: 1fr;
  }
	.hero-copy {
		width: 100%;
	}
	.fricsignage {
		opacity: 0.2;
	}
}

@media (max-width: 768px) {
  /* PC表を隠し、スマホタブを表示 */
  .fric-lp .compare-table-pc {
    display: none;
  }
  .fric-lp .compare-mobile {
    display: block;
  }
}

@media (max-width: 640px) {
  .fric-lp .hero {
    padding: 30px 0 64px;
  }
  .fric-lp .hero-title {
    font-size: 24px;
  }
	.fric-lp .cta-final .cta-text-sub {
    font-size: 15px;
}
	.fric-lp .section-title {
    font-size: 22px;
}
	.fric-lp .hero-lead {
    font-size: 16px;
}
	.fric-lp .problem-title,.fric-lp .feature-title {
    font-size: 17px;
}
	.fric-lp .section-lead {
    font-size: 14px;
}
	.fric-lp .compare-tabs button {
		font-size: 11px;
	}
	.fric-lp .hero-bullets li {
    font-size: 13px;
}
	.fric-lp .pricing-main {
		font-size: 20px;
	}
	.fric-video {
		margin: 0 auto;
	}
}
