:root {
  --font-headline: "Orbitron", sans-serif;
  --color-key: #faee00;
	--font-size-headline:4rem;
	--font-size-sectitle:4rem;
	--font-size-subcopy:2.4rem;
	--container-size:calc(100vw - 30px);
}

@media (min-width: 768px) {
	:root {
		--font-size-headline:4rem;
		--font-size-sectitle:4rem;
		--font-size-subcopy:2rem;
		--container-size:1024px;
	}
}
html,body.viblinq{
	overflow-x:hidden;
}
body.viblinq {
  color: #333;
  background:#fff;
line-height: 1.2;
}


.viblinq-header .header__container{
	position:relative;
	background:none;
	z-index:999;
}

.viblinq__container {
  max-width: var(--container-size);
  margin: 0 auto;
	overflow-y:clip;
}

/* HERO */
.viblinq__hero {
  padding: 0;
	height:600px;
  text-align: center;
  background: url('../special-lp/images/viblinq/hero-bg.jpg') center/cover no-repeat;
	position:relative;
}

.viblinq__hero-heading {
	position:absolute;
	margin:0 auto;
	font-size: var(--font-size-headline);
	color: #333;
	text-align:center;
	font-weight:bold;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90vw;
	
}

.viblinq__hero-logo{
	margin:0 auto 40px;
	max-width:50%;
}

/* セクション共通見出し */

.viblinq__section{
	padding:40px 0;
}

.viblinq__section-title {
	margin:1em 0 0.5em;
  font-size: var(--font-size-sectitle);
  text-align: left;
  font-family: var(--font-headline);
background: linear-gradient(45deg, #009fe8 5%, #0068b6 35%, #910782 65%, #e3007f 95%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}

/* CONCEPT */

.viblinq__section--concept{
	background:var(--color-key);
}
.viblinq__section--concept,
.viblinq__section--hero {
  padding: 8rem 0;
}
.viblinq__section-subtitle {
	margin:0 0 1em;
	padding: 0;
  font-size: var(--font-size-subcopy);
  color: #666;
	line-height: 1.1;
}

.viblinq__section-text{
	margin-bottom:40px;
}

@media (min-width: 768px) {
	.viblinq__section-visual{
		position:relative;
		height:100%;
	}
	
	.viblinq__section-visual img{
		position:absolute;
		top:0;
		right:0;
		width:auto;
		height:100%;
		max-width:none;
	}
}

/* outline */
.viblinq__section--outline {
  padding: 80px 0;
}
.viblinq__subtitle {
  font-size: 1rem;
  color: #aaa;
  text-align: center;
  margin-bottom: 1rem;
}

.viblinq__outline-item {
  text-align:none;
  flex: 1;
}
.viblinq__outline-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.viblinq__outline-caption {
  margin-top: 0.5rem;
  color: #333;
}
.viblinq__section-image{
	padding:20px 0;
	text-align:center;
}
.viblinq__section-image img{
	height:200px;
	
}

.viblinq__section--pillars .viblinq__section-title{
	padding:4rem 0;
	text-align:center;
}


.viblinq__face-icon{
	width:100px;
}


.viblinq__cta { text-align: center; margin-top: 28px; }

.viblinq__cta-button {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--color-key);
	width:80%;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: var(--v-shadow-sm);
  transition: transform .12s ease, box-shadow .2s ease;
}
.viblinq__cta-button:hover {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow:#aaa;
}
.viblinq__cta-button--secondary {
  background: var(--v-color-ink-inv);
  color: var(--v-color-text);
  border: 1px solid var(--v-color-line);
}

/* Feature blocks (for director)
------------------------------------- */
.viblinq__feature-visual img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--v-radius);
  box-shadow: var(--v-shadow-sm);
}

.viblinq__feature-title {
  font-size: var(--v-h4);
  margin: 0 0 8px;
  font-weight: 700;
}

.viblinq__feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.viblinq__feature-item {
  position: relative;
  padding-left: 22px;
  margin: 8px 0;
}
.viblinq__feature-item::before {
  content: "";
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--v-color-accent);
}


/* Small Cards (license)
------------------------------------- */
.viblinq__cards { margin-top: 8px; }

.viblinq__card {
  padding: 16px;
  border-radius: var(--v-radius);
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 10px 5px #aaa;
  font-weight: 600;
  text-align: center;
}

/* VOICE */
.viblinq__section--voice {
  padding: 80px 0;
  background: #111;
}
.viblinq__voice-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.viblinq__voice-item {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.viblinq__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}
.viblinq__avatar img {
  width: 100%;
  height: auto;
}
.viblinq__comment p {
  color: #eee;
  margin: 0;
}
.viblinq__comment span {
  display: block;
  margin-top: 0.5rem;
  color: #888;
}

/* WORKS */
.viblinq__section--works {
  padding: 80px 0;
}
.viblinq__works-slider .viblinq__slide {
  padding: 0 10px;
	aspect-ratio:16 / 9;
}
.viblinq__works-slider iframe {
  width: 100%;
  height: 100%;
	aspect-ratio:16 / 9;
}

/* SCHEDULE */

.viblinq__section--schedule {
  padding: 80px 0;
  text-align: center;
}
.viblinq__schedule-list {
	width:100%;
	max-width:740px;
  list-style : none;
  padding: 0;
	margin:0 auto;
}

.viblinq__schedule-desc{
	padding:10px;
	text-align:left;
	background:white;
}
.viblinq__schedule-step{
	padding-top:calc(50% - 1em);
	font-family:var(--font-headline);
	background:var(--color-key)
}
.viblinq__schedule-desc-title{
	margin:0 0 0.3em;
	font-size:2.4rem;
	font-weight:bold
}

.viblinq__schedule-item {
  margin: 0.75em 0;
	color:#333;
}

/* PLAN */
.viblinq__section--plan {
  padding: 80px 0;
}
.viblinq__plan-table {
  width: 100%;
	color:#333;
	border-spacing : 10px 5px;
        border-collapse : separate ;
}

.viblinq__plan-head-cell.viblinq__plan-recommend{	
	color:#333;
background:var(--color-key);
	transform:scale(1.1);
}

.viblinq__plan-table th,
.viblinq__plan-table td {
  border: 1px solid #333;
  padding: 0.75em;
	background:white;
  text-align: center;
	font-family:var(--font-headline);
}


.viblinq__plan-row{
	background:white;
}

.viblinq__plan-name{
	margin:0 0 0.2em;
	font-family:var(--font-headline);
	color:#0089FF;
	
}
.viblinq__plan-recommend .viblinq__plan-name{
font-size:var(--font-size-mid-01);
}
.viblinq__plan-cell.viblinq__plan-recommend{
	border-right:5px solid #0089FF;
	border-left:5px solid #0089FF;
}
.viblinq__plan-price{
	font-family:var(--font-headline);
}
.viblinq__plan-price .viblinq__plan-recommend{
	font-size:var(--font-size-mid-02);
	color:#0089FF;
}

.viblinq__plan-note{
	font-size:var(--font-size-small);
}



.plan-cell__on{
	font-size:4rem;
}

/* FAQ */
.viblinq__section--faq {
  padding: 80px 0;
}
.faq-section {
  margin-bottom: 2em;
}
.faq-item {
  margin-bottom: 0.5em;
}
.faq-item .question {
  cursor: pointer;
  padding: 0.75em;
  background: #222;
  color: #333;
}
.faq-item .answer {
  display: none;
  padding: 0.75em;
  border: 1px solid #333;
  background: #111;
  color: #ddd;
}

/* CONTACT */
.viblinq__section--contact {
  padding: 80px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .viblinq__outline-list,
  .viblinq__voice-list {
    flex-direction: column;
    gap: 1rem;
  }
	
  .viblinq__plan-table,
  .viblinq__plan-table tbody,
  .viblinq__plan-table th,
  .viblinq__plan-table td,
  .viblinq__plan-table tr {
    display: block;
  }
  .viblinq__plan-table tr {
    margin-bottom: 1rem;
  }
  .viblinq__plan-table td {
    text-align: center;
    position: relative;
    padding-left: 50%;
  }
  .viblinq__plan-table td::before {
    position: absolute;
    top: 0;
    left: 0;
	  height:100%;
    width: 45%;
    padding-left: 0.75em;
    font-weight: bold;
    white-space: nowrap;
  }
	.viblinq__plan-head{
		display:none;
	}
  .viblinq__plan-table td:nth-of-type(1)::before {
    content: '項目';
  }
  .viblinq__plan-table td:nth-of-type(2)::before {
    content: 'Entryプラン';
  }
  .viblinq__plan-table td:nth-of-type(3)::before {
    content: 'Proプラン';
	background: var(--color-key);
  }
  .viblinq__plan-table td:nth-of-type(4)::before {
    content: 'Platinumプラン';
  }
}


.faq-section__title {
  font-size: 1.25rem;
  color: #0ff;
  margin-bottom: 1rem;
  border-bottom: 1px solid #444;
  padding-bottom: .25rem;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  padding: .75rem 1rem;
  background: #222;
  color: #333;
  border: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}

.faq-question::before {
  content: '▶';
  margin-right: .5em;
  color: #0ff;
}

.faq-question.active::before {
  content: '▼';
}

.faq-answer {
  display: none;
  background: #111;
  padding: 1rem;
  color: #ccc;
  border-left: 3px solid #0ff;
  margin-top: .25rem;
}

.viblinq-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none; /* JSで display: block に */
}

.viblinq-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.viblinq-modal__content {
  position: relative;
  max-width: 600px;
  margin: 10% auto;
	color:#fff;
  background: #333;
  padding: 2rem;
  z-index: 10000;
  border-radius: 8px;
}

.viblinq-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}


/* =========================================================
   FIXED LINE CONTACT BUTTON
   .viblinq__fixed-contact.contact-line
========================================================= */

.viblinq__fixed-contact.contact-line {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #06C755; /* LINE公式カラー */
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 8px 22px rgba(6, 199, 85, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;

  text-decoration: none;
}

/* ホバー：浮く */
.viblinq__fixed-contact.contact-line:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(6, 199, 85, 0.45);
  text-decoration: none;
}

/* 内部のアイコン画像にも使用可 */
.viblinq__fixed-contact.contact-line img {
  width: 60%;
  height: auto;
}

/* =============================
   RESPONSIVE（スマホ最適化）
============================= */
@media (max-width: 640px) {
  .viblinq__fixed-contact.contact-line {
    width: 54px;
    height: 54px;
    font-size: 11px;
    right: 14px;
    bottom: 14px;
  }
  .viblinq__fixed-contact.contact-line img {
    width: 58%;
  }
}

@media (max-width: 400px) {
  .viblinq__fixed-contact.contact-line {
    width: 48px;
    height: 48px;
    font-size: 10px;
    right: 12px;
    bottom: 12px;
  }
}
