@charset "utf-8";
/* CSS Document */

.varie_menu {
display: flex;
justify-content: center;
}

.varie_menu li {
	width: 12%;
	padding: 20px;
	margin: 5px;
	line-height: 1.6;
}

   *, *::before, *::after {
      margin: 0;
      padding: 0;
    }

 /* ========================================
       セクション共通
    ======================================== */
    .section {
      padding: 0;
      max-width: 1100px;
      margin: 0 auto;
      text-align: center;
    }

    .section__heading {
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 800;
      color: #222;
      letter-spacing: 0.04em;
      margin-bottom: 16px;
    }

    .section__sub {
      font-size: 14px;
      color: #888;
      margin-bottom: 56px;
      letter-spacing: 0.03em;
    }

.section2_bg {
	width: 100%;
	background: url(../../menu/images/varie_bg.png) center;
	background-size: cover;
}
    .section2 {
      padding: 80px 40px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .section__label {
      text-align: center;
      font-size: clamp(20px, 4vw, 50x);
      font-weight: 900;
      color: #222;
      letter-spacing: 0.05em;
      margin-bottom: 64px;
    }

    /* 左オレンジボーダー見出し */
    .feature-heading {
      display: flex;
      align-items: center;
      gap: 0;
      font-size: clamp(36px, 5.5vw, 64px);
      font-weight: 900;
      line-height: 1.5;
      margin-bottom: 24px;
	  background: linear-gradient(135deg, #ff8300 0%, #ff4d00 100%);
	  color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
    }

    .feature-heading::before {
      content: '';
      display: inline-block;
      width: 7px;
      height: 0.9em;
      background: #FF5500;
      margin-right: 14px;
      border-radius: 2px;
      flex-shrink: 0;
    }

    .section1 {
      background: linear-gradient(135deg, #FF8C00 0%, #FF5500 50%, #FF3300 100%);
      padding: 72px 40px 80px;
      text-align: center;
    }

    .section__heading {
      font-size: clamp(32px, 5vw, 52px);
      font-weight: 900;
      color: #fff;
      letter-spacing: 0.05em;
      margin-bottom: 24px;
      line-height: 1.2;
    }

    .section__lead {
      font-size: clamp(13px, 1.5vw, 16px);
      font-weight: 400;
      color: #fff;
      line-height: 2;
      margin-bottom: 56px;
      letter-spacing: 0.03em;
	font-weight: bold;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .card {
      background: #fff;
      border-radius: 16px;
      padding: 48px 28px;
      text-align: left;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .card__sub {
      font-size: 15px;
      font-weight: 400;
      color: #333;
      line-height: 1.6;
    }

    .card__title {
      font-size: clamp(22px, 2.5vw, 28px);
      font-weight: 900;
      color: #222;
      line-height: 1.3;
      letter-spacing: 0.02em;
    }

    .card__accent {
      font-size: 16px;
      font-weight: 800;
      color: #FF5500;
      line-height: 1.6;
    }

    .card__body {
      font-size: clamp(15px, 1.8vw, 18px);
      font-weight: 700;
      color: #222;
      line-height: 1.7;
    }

    /* カード1：左揃えレイアウト調整 */
    .card--left .card__title {
      margin-top: 4px;
    }

    /* カード2・3：中央揃え */
    .card--center {
      text-align: center;
    }

   
    /* ========================================
       Block 1: 10pack
    ======================================== */
    .block-10pack {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
      margin-bottom: 60px;
    }

    .block-10pack__text {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .block-10pack__subtitle {
　　　font-size: 20px;
      font-weight: 900;
      color: #222;
      margin-bottom: 16px;
    }

    .block-10pack__body {
      line-height: 2;
      margin-bottom: 18px;
		font-weight: 800;
    }

    .block-10pack__note {
      font-size: 14px;
      line-height: 1.8;
    }


    .block-10pack__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* ========================================
       Block 2: Speed
    ======================================== */
    .block-speed {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: center;
      margin-bottom: 60px;
      padding-top: 80px;
      position: relative;
    }

    .bubbles {
      position: relative;
      width: 100%;
      aspect-ratio: 1 / 0.9;
      z-index: 1;
    }

    .bubble {
      position: absolute;
      border-radius: 50%;
      background: #FF5500;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
    }

    .bubble--top {
      width: 28%;
      aspect-ratio: 1;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      font-size: clamp(14px, 1.4vw, 18px);
      font-weight: 700;
      padding: 10%;
      line-height: 1.6;
    }

    .bubble--left {
      width: 32%;
      aspect-ratio: 1;
      bottom: 0;
      left: 0;
      font-size: clamp(14px, 1.4vw, 18px);
      font-weight: 700;
      padding: 8%;
      line-height: 1.5;
    }

    .bubble--left .bubble__title {
      font-size: 1.1em;
      font-weight: 900;
    }

    .bubble--left .bubble__sub {
      font-size: 0.82em;
      font-weight: 400;
      margin-top: 4px;
      opacity: 0.9;
    }

    .bubble--right {
      width: 32%;
      aspect-ratio: 1;
      bottom: 0;
      right: 0;
      font-size: clamp(14px, 1.4vw, 18px);
      font-weight: 700;
      padding: 8%;
      line-height: 1.5;
    }

    .bubble--right .bubble__sub {
      font-size: 0.82em;
      font-weight: 400;
      margin-top: 4px;
      opacity: 0.9;
    }

    .block-speed__text {
      display: flex;
      flex-direction: column;
      gap: 0;
      z-index: 1;
    }

    .block-speed__subtitle {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .block-speed__body {
      line-height: 2;
    }

    .block-speed__body strong {
      font-weight: 900;
    }

    /* ========================================
       Block 3: Design
    ======================================== */
    .block-design {
      padding-top: 80px;
    }

    .block-design__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 56px;
      align-items: flex-start;
    }

    .block-design__text {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .block-design__subtitle {
      font-size: 14px;
      font-weight: 700;
      color: #222;
      margin-bottom: 16px;
    }

    .block-design__body {
      font-size: 14px;
      color: #555;
      line-height: 2;
      margin-bottom: 24px;
    }

    /* タグリスト */
    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag {
      background: #f5f5f5;
      border: 1px solid #ddd;
      color: #222;
      font-size: 14px;
      padding: 5px 12px;
      border-radius: 999px;
    }

    /* バナーギャラリー */
    .banner-gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }

    .banner-item {
      border-radius: 8px;
      overflow: hidden;
      aspect-ratio: 3/4;
      background: #e8e8e8;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .banner-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .banner-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color: #999;
      text-align: center;
      padding: 8px;
      line-height: 1.5;
    }
/* ========================================
       レスポンシブ
    ======================================== */
    @media (max-width: 768px) {
      .section {
        padding: 56px 24px 64px;
      }

      .cards {
        grid-template-columns: 1fr;
        max-width: 480px;
      }

      .card--center {
        text-align: left;
      }


      .block-10pack,
      .block-speed,
      .block-design__inner {
        grid-template-columns: 1fr;
        gap: 32px;
      }

      .block-speed::before {
        display: none;
      }

      .bubbles {
        max-width: 320px;
        margin: 0 auto;
      }

      .block-10pack__img {
        order: -1;
      }
    }
		
    }
table.varie_t {
  border-collapse: collapse;
}

/* 2行目のすべてのセル：上下の線だけつける（左右は消す） */
.varie_t tr:nth-child(2) td,
.varie_t tr:nth-child(2) th {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  border-left: none;
  border-right: none;
}

/* 2行目の「一番左」のセル：左側に線を足す */
.varie_t tr:nth-child(2) td:first-child,
.varie_t tr:nth-child(2) th:first-child {
  border-left: 2px solid red;
}

/* 2行目の「一番右」のセル：右側に線を足す */
.varie_t tr:nth-child(2) td:last-child,
.varie_t tr:nth-child(2) th:last-child {
  border-right: 2px solid red;
}

  /* ========================================
       10種の視点テーブル
    ======================================== */
#varie_bg_gray {
    padding: 40px 0;
    background-color: #f7f7f7;
	margin: 80px 0;
}

    .view-table {
      width: 100%;
      border-collapse: collapse;
    }

    .view-table thead tr {
      background: #FF5500;
      color: #fff;
    }

    .view-table thead th {
      padding: 14px 20px;
      font-weight: 700;
      text-align: left;
      letter-spacing: 0.03em;
    }

    .view-table thead th:first-child {
      width: 30%;
      border-radius: 6px 0 0 0;
    }

    .view-table thead th:last-child {
      border-radius: 0 6px 0 0;
    }

    .view-table tbody tr {
      border-bottom: 1px solid #999;
	　background-color: #FFF !important;
    }

    .view-table tbody tr:nth-child(even) {
      background: #FFF;
    }
    .view-table .bgc {
      background: #000;
    }
    .view-table tbody tr:last-child {
      border-bottom: none;
    }

    .view-table tbody td {
      padding: 14px 20px;
      vertical-align: top;
      color: #444;
      line-height: 1.8;
	  font-size: 14px;
    }

    .view-table tbody td:first-child {
      font-weight: 700;
      color: #222;
      white-space: nowrap;
    }

.varie_jirei {
  display: flex;
  flex-wrap: wrap;
justify-content: center;
}
.varie_jirei {
	font-size: 14px;
}
.varie_jirei .item {
	margin: 5px;
}
.width1050 {
	width: 1050px;
	margin: 0 auto;
}


   /* ========================================
       納品物スペック
    ======================================== */
    .spec-section {
      background: rgb(255 246 240 / 98%);
      border-radius: 16px;
      padding: 10px;
      margin-bottom: 0;
	　border:#666 2px solid !important；
    }

    .spec-table {
      width: 100%;
      border-collapse: collapse;
    }

    .spec-table tr {
      border-bottom: 1px solid #999;
    }

    .spec-table tr:last-child {
      border-bottom: none;
    }

    .spec-table td {
      padding: 20px 16px;
      vertical-align: top;
      font-size: 16px;
      line-height: 1.8;
    }

    .spec-table td:first-child {
      width: 18%;
      font-weight: 700;
      white-space: nowrap;
    }

    .spec-table td:nth-child(2) {
      width: 28%;
      font-weight: 900;
      font-size: 16px;
      color: #222;
    }

    .spec-table td:last-child {
      font-size: 16px;
    }

    .spec-note {
      font-size: 12px;
      color: #999;
      margin-top: 4px;
      display: block;
    }

   /* ========================================
        FAQ
    ======================================== */
    .faq-section {
      padding: 0 40px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .faq-item {
      border-bottom: 1px solid #e8e8e8;
      padding: 28px 0;
    }

    .faq-q {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      margin-bottom: 14px;
    }

    .faq-q__icon {
      font-size: 20px;
      font-weight: 900;
      color: #222;
      flex-shrink: 0;
      line-height: 1.6;
    }

    .faq-q__text {
      font-weight: 700;
      line-height: 1.7;
    }

    .faq-a {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      padding-left: 0;
    }

    .faq-a__icon {
      font-size: 18px;
      font-weight: 900;
      color: #FF5500;
      flex-shrink: 0;
      line-height: 1.6;
    }

    .faq-a__text {
      color: #666666;
      line-height: 1.9;
    }



  /* ステップ全体 */
    .flow {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
    }

    /* カード */
    .flow-card {
      flex: 1;
      border: 2px solid #FF5500;
      border-radius: 16px;
      padding: 32px 20px 28px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      min-height: 220px;
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
	　background-color: #FFF;
    }

    .flow-card__number {
      font-size: clamp(36px, 4vw, 52px);
      font-weight: 900;
      color: #FF5500;
      line-height: 1;
    }

    .flow-card__title {
      font-size: clamp(14px, 1.6vw, 18px);
      font-weight: 900;
      color: #222;
      line-height: 1.5;
    }

    .flow-card__body {
      font-size: clamp(12px, 1.3vw, 14px);
      color: #555;
      line-height: 1.9;
    }

    /* 矢印 */
    .flow-arrow {
      flex-shrink: 0;
      width: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FF5500;
      font-size: 30px;
      font-weight: 900;
      padding: 0 4px;
    }

    /* レスポンシブ */
    @media (max-width: 700px) {
      .flow {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
      }

      .flow-card {
        min-height: auto;
      }

      .flow-arrow {
        transform: rotate(90deg);
        width: 100%;
        height: 36px;
        padding: 4px 0;
      }
    }

    /* 料金カード */

    .price_2col {
	  width: 900px;
	  margin: 0 auto 40px;
      display: flex;
	justify-content: space-around;
    }

    .price-card {
	width: 44%;
      border: 2px solid #FF5500;
      border-radius: 16px;
      padding: 32px 20px 28px;
	  text-align: center;
    }

    .price-card__number {
      font-size: clamp(26px, 3vw, 42px);
      font-weight: 900;
      color: #FF5500;
      line-height: 1;
    }

    .price-card__title {
      font-size: clamp(14px, 1.6vw, 18px);
      font-weight: 900;
      color: #222;
      line-height: 1.5;
    }

    .price-card__body {
      font-size: clamp(12px, 1.3vw, 14px);
      color: #555;
      line-height: 1.9;
    }

.jireikeisaiwari {
	width: 900px;
	padding: 10px;
	border: #FF0004 5px solid;
}
.ttl_keisaiwari {
	color: red;
	font-weight: bold;
	font-size: 20px;
	
}
.utikeshi {
	text-decoration: line-through;
	font-size: 24px;
	color: #666;
}

/* ========================================
       FV ボタン
======================================== */
.btn_variefv  {
	width:60%;
	background:url(../images/arrow_whi.png) 96% no-repeat;
	padding:14px;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	border-radius:30px;
	color:#FFF;
	margin: 40px 1px;
	background-color: rgba(255, 85, 0, 1.0);
  -webkit-transition-duration: 1s;
   transition-duration: 1s;
}
.btn_variefv a {
	display:block;
}
.btn_variefv:hover{
    background-color: rgba(255, 155, 3, 1.0);
}
.btn_variefv a:link {
color:#FFF;
text-decoration:none;
}
.btn_variefv a:visited {
text-decoration:none;
color:#FFF;
}
.btn_variefv a:hover {
color:#FFF;
text-decoration:none;
}
.btn_variefv a:active {
color:#FFF;
text-decoration: none;
}


    /* ========================================
       レスポンシブ
    ======================================== */
    @media (max-width: 768px) {
      .section,
      .flow-section,
      .faq-section {
        padding: 56px 20px;
      }

      .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .gallery-grid:last-child {
        grid-template-columns: repeat(2, 1fr);
      }

      .flow-steps {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .flow-arrow {
        transform: rotate(90deg);
        justify-content: center;
        padding: 4px 0;
      }

      .spec-section {
        padding: 10px;
      }

      .spec-table td:first-child {
        width: auto;
      }

      .spec-table td {
        display: block;
        padding: 8px 0;
      }

      .spec-table tr {
        padding: 16px 0;
        display: block;
      }
	 .price_2col {
	  width: 90%;
	  margin: 0 auto 40px;
      display: flex;
	justify-content: space-around;
    }
		
		.spec-table td:nth-child(2) {
			width: 100%
		}
		
    }