* {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0;
}



.firstview {
  position: relative;
  width: 100%;
}

.fv_text {
  width: 100%;
}

.firstview img {
  width: 100%;
  display: block;
}

.fv_text h2 {
  position: absolute;
  top: 14%;
  left: 11%;
  font-family: 'Outfit';
  font-weight: bold;
  color: #f95E5E;
  font-size: 5vw;
}

.fv_text h1 {
}

.fv_text h1 .fv_text_main {
  display: block;
  position: absolute;
  top: 25%;
  left: 0%;
  padding: 0%;
  padding-right: 3%;
  width: 40%;
  height: 16%;
  background-color: #f95E5E;
  font-size: 6.5vw;
  border-radius: 0px 100px 100px 0px;
  color: #fff;
  text-shadow: 3px 3px 3px #777676;
  text-align: right;
  line-height: 100%;
}

.fv_text h1 .fv_text_sub {
  display: block;
  position: absolute;
  top: 25%;
  left: 44%;
  padding: 0%;
  height: 16%;
  font-size: 7vw;
  color: #ffee00;
  text-shadow: 3px 3px 3px #777676;
  text-align: right;
  line-height: 100%;
}

.fv_text h4:nth-of-type(1) {
  position: absolute;
  top: 60%;
  left: 0%;
  padding: 0%;
  padding-top: 0%;
  padding-right: 4%;
  margin-top: 0%;
  width: 39%;
  background-color: #ffc9ba;
  font-size: 2vw;
  border-radius: 0px 100px 100px 0px;
  color: #000;
  text-align: right;
  vertical-align: baseline;
}

.fv_text h4:nth-of-type(1) span {
  font-size: 4.3vw;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Outfit';
}

.fv_text h4:nth-of-type(2) {
  position: absolute;
  top: 75%;
  left: 0%;
  padding: 0%;
  padding-right: 4%;
  margin-top: 0%;
  width: 44%;
  background-color: #ffd084;
  font-size: 2vw;
  border-radius: 0px 100px 100px 0px;
  color: #000;
  text-align: right;
  vertical-align: baseline;
}

.fv_text h4:nth-of-type(2) span:nth-of-type(1) {
  font-size: 4.3vw;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Outfit';
}

.fv_text h4:nth-of-type(2) span:nth-of-type(2) {
  font-size: 1.5vw;
  margin-right: 10px;
}

.fv_text p:nth-of-type(1) {
  position: absolute;
  top: 70%;
  right: 30%;
  padding: 40px 15px 25px 15px;
  color: #fff;
  font-size: 1.5vw;
  border: #fff solid 3px;
  border-radius: 20px;
  text-align: center;
  line-height: 35px;
  height: 100px;
  text-shadow: 3px 3px 3px #535252;
}

.fv_text p:nth-of-type(1) span {
  font-size: 4.3vw;
  font-family: 'Outfit';
  font-weight: bold;
}


.fv_text p:nth-of-type(2) {
  position: absolute;
  top: 70%;
  right: 13%;
  padding: 20px 15px 45px 15px;
  color: #fff;
  font-size: 1.5vw;
  border: #fff solid 3px;
  border-radius: 20px;
  text-align: left;
  line-height: 50px;
  height: 100px;
  text-shadow: 3px 3px 3px #535252;
}

.fv_text p:nth-of-type(2) span {
  font-size: 4.3vw;
  font-family: 'Outfit';
  font-weight: bold;
}

/* ロゴ */
.main_logo {
  text-align: center;
  margin: 4vw;
}

.main_logo img {
  width: 10vw;
}

#signage {
  background-color: #ffc9ba;
}

/* タイトル */

#title_mini {
  text-align: center;
  padding-top: 3vw;
}

#title_mini_r {
  text-align: center;
  padding-top: 3vw;
  margin: 3vw 0vw;
}

#title_mini h3 {
  font-family: 'Pattaya', sans-serif;
  font-weight: 200;
  font-size: 5.5vw;
  color: #fff;
  margin-bottom: 0.4vw;
}

#title_mini_r h3 {
  font-family: 'Pattaya', sans-serif;
  font-weight: 200;
  font-size: 5.5vw;
  color: #ffb39e;
  line-height: 6vw;
}

#title_mini_p p {
  font-size: 1vw;
  font-weight: 500;
}


#title_mini_p {
  border-top: #fff solid 1px;
  text-align: center;
  width: 9vw;
  margin: 0 auto;
  padding-top: 0.2vw;
}

#title_mini_r #title_mini_p {
  border-top: #ffb39e solid 1px;
  text-align: center;
  width: 9vw;
  margin: 0 auto;
  padding-top: 0.2vw;
}



#sinage_text {
  width: 100%;
  /* height: 100vh;              画面全体を親要素の高さにする例 */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* 横方向の中央 */
  align-items: center;
  /* 縦方向の中央 */
  padding: 5vw 0;
}

#sinage_text p {
  line-height: 2rem;
  font-weight: 500;
  max-width: 70%;
  /* 横幅を制限して読みやすく */
  text-align: left;
  /* p内の文字は左揃え */
}

#zoom_images {
  text-align: center;
  padding: 8vw 0 0 0;
}

#zoom_images img {
  width: 70%;
}




/*  */

.merit-list {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1vw;
}

.merit {
  display: flex;
  position: relative;
  overflow: hidden;
}

.left {
  width: 20%;
}

.right {
  flex: 1;
  padding: 0vw 0vw 0vw 10vw;
  height: 23vw;
}

.merit1 .right p:nth-of-type(1) {
  margin-top: 3vw;
}

.badge {
  position: absolute;
  top: 50%;
  left: 20%;
  /* 左領域の幅と同じ位置に */
  transform: translate(-50%, -50%);
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  background: white;
  color: #ffa78f;
  font-weight: bold;
  font-size: 4vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  font-family: 'Pattaya', sans-serif;
  font-weight: 300;
  line-height: 5vw;
}

.badge span {
  font-size: 6vw;
  font-family: 'Pattaya', sans-serif;
}

/* テキスト装飾 */
.merit1 .title {
  background-color: #fff;
  width: 25vw;
  height: 5vw;
  font-size: 3vw;
  border-radius: 3vw;
  text-align: center;
  font-weight: 500;
  line-height: 5vw;
}

.merit1 p:nth-of-type(2) {
  padding-left: 2vw;

}


.text .title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.price {
  font-size: 10vw;
  color: #f95e5e;
  font-weight: bold;
  font-family: 'Outfit';

}

.merit2 .price {
  line-height: 8vw;
}

.right p:nth-of-type(2) {
  font-size: 3.5vw;
  font-weight: 500;
}

.merit2 .title {
  font-size: 3.5vw;
  font-weight: 500;
}

.merit2 .title .bold {
  font-size: 4vw;
  font-weight: 800;
}

.merit2 .right {
  display: flex;
  align-items: center;
}

.merit3 .title {
  font-size: 4vw;
  font-weight: 800;

}

.merit3 .right {
  display: flex;
  align-items: center;
}

.merit4 .title {
  font-size: 4vw;
  font-weight: 800;

}

.merit4 .right {
  display: flex;
  align-items: center;
}

.merit5 .title {
  font-size: 4vw;
  font-weight: 800;

}

.merit5 .right {
  display: flex;
  align-items: center;
}


/* === 色設定（左：濃い / 右：薄い） === */
.merit1 .left {
  background: #ffd084;
}

.merit1 .right {
  background: #ffe5ba;
}

.merit2 .left {
  background: #79e0ff;
}

.merit2 .right {
  background: #baefff;
}

.merit3 .left {
  background: #89da94;
}

.merit3 .right {
  background: #bbf2c3;
}

.merit4 .left {
  background: #b099f5;
}

.merit4 .right {
  background: #ddd9ea;
}

.merit5 .left {
  background: #ffcccd;
}

.merit5 .right {
  background: #ffe0e0;
}


/* 特徴 */

#feature {
  font-size: 1.2vw;
  font-weight: 500;
}

#ft_1,
#ft_2 {
  display: flex;
  gap: 5vw;
  justify-content: center;
  margin: 5vw 0;
}

#ft_a,
#ft_b,
#ft_c,
#ft_d,
#ft_e,
#ft_f {
  background-color: #ffc9ba;
  width: 20vw;
  height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#feature span {
  font-size: 4vw;
  color: #f95e5e;
  font-weight: bold;
  font-family: 'Outfit';
}

#ft_a .img,
#ft_b .img,
#ft_c .img,
#ft_d .img,
#ft_e .img,
#ft_f .img {
  display: flex;
  align-items: center;
}

#ft_a p:nth-of-type(1),
#ft_b p:nth-of-type(1),
#ft_c p:nth-of-type(1),
#ft_d p:nth-of-type(1),
#ft_e p:nth-of-type(1),
#ft_f p:nth-of-type(1) {
  margin: 3vw 0vw 0vw 0vw;

}

#ft_j {
  display: flex;
  text-align: center;
}

#ft_j span {
  font-size: 4vw;
}

.men,
.woman {
  margin: 0vw 0.5vw;
}



/* 料金 */

table {
  display: flex;
  justify-content: center;
  border-collapse: separate;
  /* デフォルトだが明示すると良い */
  border-spacing: 0.8vw;
  /* セルの間を10px空ける */
  font-size: 1.2vw;
  font-weight: 500;
}

tr {
  text-align: center;
}

td {
  width: 15vw;
  height: 3vw;
}

.gr {
  background-color: #d9d9d9;
}

.re {
  background-color: #f95e5e;
  color: #fff;
}

.or {
  background-color: #ffa78f;
}

.ort {
  background-color: #ffc9ba;
}

.ortt {
  background-color: #ffe2da;
}

td span {
  font-size: 1.6vw;
}

#price_dis {
  padding: 0vw 18.3vw;
  font-size: 1vw;
}

/* 問い合わせ */

#contact {
  text-align: center;
  margin: 8vw 0vw;
}

.btn {
  display: inline-block;
  background-color: #f55b5b;
  color: #fff;
  font-weight: bold;
  padding: 1.5vw 9vw;
  border-radius: 3vw;
  text-decoration: none;
  font-size: 2vw;
  transition: all 0.3s ease;
}


.btn:hover {
  background-color: #ff6f6f;
  transform: translateY(-3px) scale(1.05);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}


/* 導入事例 */

#case {
  background-color: #fff4e3;

}

#case #title_mini {
  text-align: left;
  border-left: 7px solid #ffb39e;
  padding-top: 0vw;
  height: 13vw;
}

#case #title_mini h3 {
  color: #ffb39e;
  line-height: 5vw;
  padding-left: 2vw;
}

#case #title_mini p {
  margin-top: 1vw;
  margin-left: 2vw;
  font-size: 1.8vw;
  font-weight: bold;
  background-image: linear-gradient(transparent 70%, #FFD699 70%);
  background-repeat: no-repeat;
  background-size: 72% 3vw;
  /* 線の高さ */
  background-position: 0 100%;
  /* 下に配置 */
  padding-left: 1vw;
}
#case #title_mini p.highlight-bg {
  background-size: 60% 4vw;
  /* 好きなサイズに変更 */
}
    #case #title_mini p.highlight-bg1 {
  background-size: 29% 4vw;
  /* 好きなサイズに変更 */
}

#case_1 {
  padding: 4vw 16vw 10vw 16vw;
  position: relative;
  width: 70vw;
}


#case_1_title {
  text-align: center;
}

#case_1_dis {
  position: relative;
}

.case1_p {
  font-size: 1.1vw;
  width: 42%;
  padding: 2vw 15vw 2vw 3vw;
  background-color: #fff;
  margin-top: 2vw;
}

#case_dis img {
  position: absolute;
  right: 4vw;
  top: -2vw;
  width: 30vw;
}

.case1_pp {
  position: absolute;
  right: 4vw;
  top: 17.3vw;
}

/* 出稿業種事例 */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3vw;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto;
}

.card {
  border: 2px solid #FFB6A9;
  border-radius: 2vw;
  padding: 5vw 1vw 3vw 4vw;
  position: relative;
  margin-top: 5vw;
}

.card-header {
  width: 8vw;
  background: #FFB6A9;
  color: white;
  font-weight: bold;
  padding: 1vw 2vw;
  border-radius: 2.6vw 0px 2.6vw 0;
  position: absolute;
  top: -2vw;
  left: 50%;
  transform: translateX(-50%);
  /* 中央に揃える */
  text-align: center;
  font-size: 1vw;
}

.card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card li {
  margin: 6px 0;
}

/* 放映までの流れ */







/* GPT */

.limit {
  writing-mode: vertical-rl;
  /* 縦書き（右から左へ） */
  text-orientation: upright;
  /* 文字を立てて表示 */
  background-color: #d9d9d9;
  height: 8vw;
  display: flex;
  justify-content: center;
  /* 横方向の中央揃え */
  align-items: center;
  /* 縦方向の中央揃え */
  width: 2.5vw;
  font-size: 1.2vw;
  position: absolute;
  bottom: 0vw;
  left: -3vw;
}

p.subtitle {
  font-size: 1vw;
  margin-bottom: 40px;
}

.flow-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1vw;
  padding: 3vw 0vw 0vw 0vw;
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.step {
  flex: 1;
  border-radius: 6px;
  position: relative;
  width: 5vw;
}

.steptop {
  background-color: #ffa78f;
}

.stepbtm {
  background-color: #ffe2da;
  height: 8vw;
  display: flex;
  justify-content: center;
  /* 横方向の中央揃え */
  align-items: center;
  /* 縦方向の中央揃え */
}

.step h2 {
  font-size: 4vw;
  margin: 0;
  padding: 2vw 0 0 0;
  font-weight: bold;
  color: #fff;
  font-family: 'Pattaya', sans-serif;
  font-weight: 200;
  text-align: center;
}

.step-title {
  font-size: 1.2vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-bottom: 2vw;
}

.step p {
  font-size: 1.2vw;
  padding: 1vw 0;
  text-align: center;

}

.arrow {
  align-self: center;
  font-size: 24px;
  color: #f69c93;
}

.note {
  text-align: left;
  font-size: 1vw;
  font-weight: 500;
  margin-top: 3vw;
  margin-left: 10vw;
  color: #000;
  line-height: 1.6;
}

.note span {
  color: #f95e5e;
}

/* aigeo */
.aigeo {
  margin-top: 8vw;
}

.aigeo h2 {
  font-family: 'outfit';
  text-align: center;
  font-size: 5vw;
  color: #f95e5e;

}

.aigeo h3 {
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  margin-top: 2vw;
}

.aigeo p {
  font-weight: 500;
  text-align: center;
  line-height: 3vw;
  margin-top: 2vw;
}


.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2vw;
  width: 80vw;
  font-weight: 500;
  margin-top: 15vw;
  height: auto;
}

.box {
  width: 20vw;
  border: 1px solid #ddd;
  height: 23vw;
  border-radius: 12px;
  padding: 1vw 2vw 1vw 2vw;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 1vw;
  line-height: 1.6;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* 縦並び */
  justify-content: center;
}

.box img {
  width: 100%;
  border-radius: 8px;
  margin-top: 8px;
}

.arrow {
  font-size: 2vw;
  color: #e74c3c;
  line-height: 15vw;
}

.phone {
  width: 25vw;
  text-align: center;
  font-size: 1vw;
  line-height: 1.6;
  height: 30vw;
  display: flex;
  flex-direction: column;
  /* 縦並び */
  justify-content: flex-end;
  /* 下に詰める */
}

.phone img {
  width: 20vw;
}

.right-side {
  width: 20vw;
  height: 30vw;
  display: flex;
  flex-direction: column;
  /* 縦並び */
  justify-content: flex-end;
  /* 下に詰める */
  gap: 20px;
}

.right-box {
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.right-box img {

  border-radius: 8px;
  max-height: 15vw;
}

.arrow-vertical {
  font-size: 28px;
  color: #e74c3c;
  transform: rotate(90deg);
  /* 縦矢印に見せる */
}

.LAST {
  margin: 3VW 0VW 15VW 0VW;
}

/* ブレイクポイント */
@media (max-width: 750px) {

  html {
    width: 100%;
  }

  .firstview {
    width: 100%;
    height: 400px;
    /* 表示したい高さを指定 */
    overflow: hidden;
    /* はみ出した部分を隠す */
    position: relative;
  }

  .firstview img {
    width: 100%;
    /* 横幅は画面幅に合わせる */
    height: auto;
    transform: scale(2) translate(+10%, 0);
    /* 1.2倍に拡大 */
    object-fit: cover;
    /* はみ出しを自然にトリミング */
    position: absolute;
    top: 24%;
    left: 0;
  }

  .fv_text h2 {
    left: 3vw;
  }




 .fv_text h1 .fv_text_main {
  display: block;
  position: absolute;
  top: 19%;
  left: 0%;
  padding-right: 3%;
  width: 40%;
  height: 10vw;
  background-color: #f95E5E;
  font-size: 7vw;
  border-radius: 0px 100px 100px 0px;
  color: #fff;
  text-shadow: 5px 5px 5px #777676;
  text-align: center;
  line-height: 120%;
}

.fv_text h1 .fv_text_sub {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0%;
  height: 16%;
  font-size: 11vw;
  color: #ffee00;
  text-shadow: 5px 5px 5px #777676;
  text-align: center;
  line-height: 100%;
  white-space: nowrap;
}

  .fv_text h4:nth-of-type(1) {
    position: absolute;
    top: 48%;
    left: 0%;
    padding: 0%;
    padding-top: 0%;
    padding-right: 2%;
    margin-top: 0%;
    width: 55%;
    height: 9vw;
    background-color: #ffc9ba;
    font-size: 4vw;
    border-radius: 0px 100px 100px 0px;
    color: #000;
    text-align: center;
    line-height: 10vw;
  }

  .fv_text h4:nth-of-type(1) span {
    font-size: 8vw;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Outfit';
  }

  .fv_text h4:nth-of-type(2) {
    position: absolute;
    top: 60%;
    left: 0%;
    height: 9vw;
    padding: 0%;
    padding-right: 2%;
    margin-top: 0%;
    width: 65%;
    background-color: #ffd084;
    font-size: 4vw;
    border-radius: 0px 100px 100px 0px;
    color: #000;
    text-align: center;
    line-height: 10vw;
    white-space: nowrap;
  }

  .fv_text h4:nth-of-type(2) span:nth-of-type(1) {
    font-size: 8vw;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Outfit';
  }

  .fv_text h4:nth-of-type(2) span:nth-of-type(2) {
    font-size: 3vw;
    margin-right: 10px;

  }

  .fv_text p:nth-of-type(1) {
    position: absolute;
    top: 72%;
    right: 55%;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 4vw;
    border: #fff solid 3px;
    border-radius: 12px;
    text-align: center;
    line-height: 6vw;
    height: 14vw;
    text-shadow: 1px 1px 1px #535252;
  }

  .fv_text p:nth-of-type(1) span {
    font-size: 8vw;
    font-family: 'Outfit';
    font-weight: bold;
  }


  .fv_text p:nth-of-type(2) {
    position: absolute;
    top: 72%;
    right: 15%;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 3.8vw;
    border: #fff solid 3px;
    border-radius: 12px;
    text-align: center;
    line-height: 6vw;
    height: 14vw;
    text-shadow: 1px 1px 1px #535252;
  }

  .fv_text p:nth-of-type(2) span {
    font-size: 8vw;
    font-family: 'Outfit';
    font-weight: bold;
  }



















  /* ロゴ */
  .main_logo {
    text-align: center;
    margin: 4vw;
  }

  .main_logo img {
    width: 20vw;
  }

  #signage {
    background-color: #ffc9ba;
  }

  /* タイトル */

  #title_mini {
    text-align: center;
    padding-top: 3vw;
  }

  #title_mini_r {
    text-align: center;
    padding-top: 3vw;
    margin: 3vw 0vw;
  }

  #title_mini h3 {
    font-family: 'Pattaya', sans-serif;
    font-weight: 200;
    font-size: 10vw;
    color: #fff;
    margin-bottom: 0.4vw;
  }

  #title_mini_r h3 {
    font-family: 'Pattaya', sans-serif;
    font-weight: 200;
    font-size: 10vw;
    color: #ffb39e;
    line-height: 6vw;
  }

  #title_mini_p p {
    font-size: 2vw;
    font-weight: 500;
  }


  #title_mini_p {
    border-top: #fff solid 1px;
    text-align: center;
    width: 20vw;
    margin: 0 auto;
    padding-top: 0.2vw;
  }

  #title_mini_r #title_mini_p {
    border-top: #ffb39e solid 1px;
    text-align: center;
    width: 15vw;
    margin: 0 auto;
    margin-top: 2.2vw;
  }



  #sinage_text {
    width: 100vw;
    margin: 0 auto;
  }

  #sinage_text p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    width: 100%;
  }

  #zoom_images {
    text-align: center;
    padding: 4vw;
  }

  #zoom_images img {
    width: 100%;
  }




  /*  */

  .merit-list {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1vw;
  }

  .merit {
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .left {
    width: 20%;
  }

  .right {
    flex: 1;
    padding: 0vw 0vw 0vw 10vw;
    height: 23vw;
  }

  .merit1 .right p:nth-of-type(1) {
    margin-top: 3vw;
  }

  .badge {
    position: absolute;
    top: 50%;
    left: 20%;
    /* 左領域の幅と同じ位置に */
    transform: translate(-50%, -50%);
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    background: white;
    color: #ffa78f;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    font-family: 'Pattaya', sans-serif;
    font-weight: 300;
    line-height: 5vw;
  }

  .badge span {
    font-size: 6vw;
    font-family: 'Pattaya', sans-serif;
  }

  /* テキスト装飾 */
  .merit1 .title {
    background-color: #fff;
    width: 25vw;
    height: 5vw;
    font-size: 3vw;
    border-radius: 3vw;
    text-align: center;
    font-weight: 500;
    line-height: 5vw;
  }

  .merit1 p:nth-of-type(2) {
    padding-left: 2vw;

  }


  .text .title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .price {
    font-size: 10vw;
    color: #f95e5e;
    font-weight: bold;
    font-family: 'Outfit';

  }

  .merit2 .price {
    line-height: 8vw;
  }

  .right p:nth-of-type(2) {
    font-size: 3.5vw;
    font-weight: 500;
  }

  .merit2 .title {
    font-size: 3.5vw;
    font-weight: 500;
  }

  .merit2 .title .bold {
    font-size: 4vw;
    font-weight: 800;
  }

  .merit2 .right {
    display: flex;
    align-items: center;
  }

  .merit3 .title {
    font-size: 4vw;
    font-weight: 800;

  }

  .merit3 .right {
    display: flex;
    align-items: center;
  }

  .merit4 .title {
    font-size: 4vw;
    font-weight: 800;

  }

  .merit4 .right {
    display: flex;
    align-items: center;
  }

  .merit5 .title {
    font-size: 4vw;
    font-weight: 800;

  }

  .merit5 .right {
    display: flex;
    align-items: center;
  }


  /* === 色設定（左：濃い / 右：薄い） === */
  .merit1 .left {
    background: #ffd084;
  }

  .merit1 .right {
    background: #ffe5ba;
  }

  .merit2 .left {
    background: #79e0ff;
  }

  .merit2 .right {
    background: #baefff;
  }

  .merit3 .left {
    background: #89da94;
  }

  .merit3 .right {
    background: #bbf2c3;
  }

  .merit4 .left {
    background: #b099f5;
  }

  .merit4 .right {
    background: #ddd9ea;
  }

  .merit5 .left {
    background: #ffcccd;
  }

  .merit5 .right {
    background: #ffe0e0;
  }


  /* 特徴 */

  #feature {
    font-size: 1.2vw;
    font-weight: 500;
  }

  #ft_1,
  #ft_2 {
    display: flex;
    gap: 5vw;
    justify-content: center;
    margin: 5vw 0;
  }

  #ft_a,
  #ft_b,
  #ft_c,
  #ft_d,
  #ft_e,
  #ft_f {
    background-color: #ffc9ba;
    width: 20vw;
    height: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #feature span {
    font-size: 4vw;
    color: #f95e5e;
    font-weight: bold;
    font-family: 'Outfit';
  }

  #ft_a .img img,
  #ft_b .img img,
  #ft_c .img img,
  #ft_d .img img,
  #ft_e .img img,
  #ft_f .img img {
    width: 12vw;
  }

  #ft_a p:nth-of-type(1){
  margin: 8vw 0 0 0; 
  }


#ft_b p:nth-of-type(1),
#ft_c p:nth-of-type(1),
#ft_d p:nth-of-type(1),
#ft_e p:nth-of-type(1),
#ft_f p:nth-of-type(1) {
  margin: 2vw 0 0 0;

}

#ft_j {
  display: flex;
  text-align: center;
}

#ft_j span {
  font-size: 4vw;
}

.men,
.woman {
  margin: 0vw 0.5vw;
}



/* 料金 */

table {
  display: flex;
  justify-content: center;
  border-collapse: separate;
  /* デフォルトだが明示すると良い */
  border-spacing: 0.8vw;
  /* セルの間を10px空ける */
  font-size: 12px;
  font-weight: 500;
}

tr {
  text-align: center;
}

td {
  width: 20vw;
  height: 8vw;
}
.td_fs {
  font-size: 10px;
}

.gr {
  background-color: #d9d9d9;
}

.re {
  background-color: #f95e5e;
  color: #fff;
}

.or {
  background-color: #ffa78f;
}

.ort {
  background-color: #ffc9ba;
}

.ortt {
  background-color: #ffe2da;
}

td span {
  font-size: 12px;
}

#price_dis {
  padding: 0vw 9vw;
  font-size: 2vw;
}

/* 問い合わせ */

#contact {
  text-align: center;
  margin: 8vw 0vw;
}

.btn {
  display: inline-block;
  background-color: #f55b5b;
  color: #fff;
  font-weight: bold;
  padding: 1.5vw 20vw;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}


.btn:hover {
  background-color: #ff6f6f;
  transform: translateY(-3px) scale(1.05);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}


/* 導入事例 */

#case {
  background-color: #fff4e3;

}

#case #title_mini {
  text-align: left;
  border-left: 7px solid #ffb39e;
  padding-top: 0vw;
  height: 20vw;
}

#case #title_mini h3 {
  color: #ffb39e;
  line-height: 10vw;
  padding-left: 2vw;
}

#case #title_mini p {
  margin-top: 1vw;
  margin-left: 2vw;
  font-size: 10px;
  font-weight: bold;
  background-image: linear-gradient(transparent 70%, #FFD699 70%);
  background-repeat: no-repeat;
  background-size: 77% 3vw;
  /* 線の高さ */
  background-position: 0 100%;
  /* 下に配置 */
  padding-left: 1vw;
  width: 100%;
}

#case #title_mini p.highlight-bg {
  background-size: 65% 4vw;
  /* 好きなサイズに変更 */
}
    #case #title_mini p.highlight-bg1 {
  background-size: 30% 4vw;
  /* 好きなサイズに変更 */
}



#case_1 {
  
  padding: 4vw 0vw 10vw 0vw;
  position: relative;
  width: 100%;
}


#case_1_title {
  text-align: center;
  margin-bottom: 4vw;
  margin-left: 10vw;
}

#case_1_dis {
  position: relative;
}

.case1_p {
  font-size: 16px;
  width: 70%;
  padding: 25vw 3vw 2vw 3vw;
  background-color: #fff;
  margin-top: 2vw;
  margin: 0 auto;
}

#case_dis img {
  position: absolute;
  left: 35%;
        transform: translateX(-50%);
  top: -2vw;
  width: 40%;
}

.case1_pp {
  position: absolute;
  right: 18vw;
  top: 15vw;
  font-size: 10px;
}

/* 出稿業種事例 */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3vw;
  max-width: 80%;
  margin: 5vw 10vw;
  text-align: center;
}

.card {
  border: 2px solid #FFB6A9;
  border-radius: 2vw;
  padding: 1vw;
  position: relative;
  margin-top: 5vw;
}

.card-header {
  width: 25vw;
  background: #FFB6A9;
  color: white;
  font-weight: bold;
  padding: 2vw 2vw;
  border-radius: 6vw 0px 6vw 0;
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  /* 中央に揃える */
  text-align: center;
  font-size: 2.5vw;
}

.card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 3vw;
  padding: 4vw 0 0 0;
}

.card li {
  margin: 6px 0;

}

/* 放映までの流れ */







/* GPT */

.limit {
  writing-mode: vertical-rl;
  /* 縦書き（右から左へ） */
  text-orientation: upright;
  /* 文字を立てて表示 */
  background-color: #d9d9d9;
  height: 8vw;
  display: flex;
  justify-content: center;
  /* 横方向の中央揃え */
  align-items: center;
  /* 縦方向の中央揃え */
  width: 5vw;
  font-size: 1.5vw;
  position: absolute;
  bottom: 27vw;
  left: 7vw;
}

p.subtitle {
  font-size: 1vw;
  margin-bottom: 40px;
}

.flow-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1vw;
  padding: 3vw 10vw 0vw 10vw;
  margin: 0 2vw;
  position: relative;
}

.step {
  flex: 1;
  border-radius: 6px;
  min-width: 20vw;
  max-width: 20vw;
}

.steptop {
  background-color: #ffa78f;
}

.stepbtm {
  background-color: #ffe2da;
  height: 15vw;
  display: flex;
  justify-content: center;
  /* 横方向の中央揃え */
  align-items: center;
  /* 縦方向の中央揃え */
}

.step h2 {
  font-size: 4vw;
  margin: 0;
  padding: 2vw 0 0 0;
  font-weight: bold;
  color: #fff;
  font-family: 'Pattaya', sans-serif;
  font-weight: 200;
  text-align: center;
}

.step-title {
  font-size: 1.2vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-bottom: 2vw;
}

.step p {
  font-size: 2vw;
  padding: 1vw 0;
  text-align: center;

}

.arrow {
  align-self: center;
  font-size: 2vw;
  color: #f69c93;
}

.note {
  text-align: left;
  font-size: 2vw;
  font-weight: 500;
  margin-top: 3vw;
  margin-left: 10vw;
  color: #000;
  line-height: 1.6;
}

.note span {
  color: #f95e5e;
}

/* aigeo */
.aigeo {
  margin-top: 8vw;
}

.aigeo h2 {
  font-family: 'outfit';
  text-align: center;
  font-size: 5vw;
  color: #f95e5e;

}

.aigeo h3 {
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  margin-top: 2vw;
}

.aigeo p {
  font-size: 2vw;
  font-weight: 500;
  text-align: center;
  line-height: 4vw;
  margin-top: 2vw;
}


.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2vw;
  width: 80vw;
  font-weight: 500;
  margin-top: 15vw;
  height: 30vw;
}

.box {
  width: 20vw;
  border: 1px solid #ddd;
  height: 23vw;
  border-radius: 12px;
  padding: 1vw 2vw 1vw 2vw;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 1vw;
  line-height: 1.6;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* 縦並び */
}

.box img {
  width: 100%;
  border-radius: 8px;
  margin-top: 8px;
}

.arrow {
  color: #e74c3c;
  line-height: 15vw;
}

.phone {
  width: 25vw;
  text-align: center;
  font-size: 1vw;
  line-height: 1.6;
  height: 30vw;
  display: flex;
  flex-direction: column;
  /* 縦並び */
  justify-content: flex-end;
  /* 下に詰める */
}

.phone img {
  width: 20vw;
}

.right-side {
  width: 20vw;
  height: 30vw;
  display: flex;
  flex-direction: column;
  /* 縦並び */
  justify-content: flex-end;
  /* 下に詰める */
  gap: 20px;
}

.right-box {
  width: 15vw;
  text-align: center;
  font-size: 1.5vw;
  line-height: 1.0;
}

.right-box img {
  width: 100%;
  border-radius: 8px;
}

.arrow-vertical {
  font-size: 28px;
  color: #e74c3c;
  transform: rotate(90deg);
  /* 縦矢印に見せる */
}

.LAST {
  margin: 3VW 0VW 15VW 0VW;
}







/* GPT追加 */
/* 全体設定 */
html,
body {

  overflow-x: hidden;
  box-sizing: border-box;
  width: 100vw;
}



/* ==================== FV テキスト ==================== */
.fv_text h4:nth-of-type(1),
.fv_text h4:nth-of-type(2),
.fv_text p:nth-of-type(1),
.fv_text p:nth-of-type(2) {
  position: absolute;
  max-width: 95%;
  overflow-wrap: break-word;
}

/* h4 span調整 */
.fv_text h4 span,
.fv_text h4:nth-of-type(2) span:nth-of-type(2),
.fv_text p span {
  display: inline-block;
  word-break: break-word;
}

/* ==================== ロゴ ==================== */

.main_logo img {
  max-width: 20vw;
  height: auto;
  margin: 0 auto;
}

/* ==================== タイトル ==================== */
#title_mini,
#title_mini_r {
  text-align: center;
  padding-top: 3vw;
}

#title_mini h3,
#title_mini_r h3 {
  font-family: 'Pattaya', sans-serif;
  font-weight: 200;
  font-size: 10vw;
  line-height: 1.1;
  word-break: break-word;
}

/* ==================== 特徴 ==================== */
#feature {
  font-size: 2vw;
  font-weight: 500;
}

#ft_1,
#ft_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  justify-content: center;
  margin: 5vw 0;
}

#ft_a,
#ft_b,
#ft_c,
#ft_d,
#ft_e,
#ft_f {
  width: 30vw;
  height: 35vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#ft_a img,
#ft_b img,
#ft_c img,
#ft_d img,
#ft_e img,
#ft_f img {
  max-width: 13vw;
}

/* ==================== メリットリスト ==================== */
.merit-list {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1vw;
  overflow: hidden;
}

.merit {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.merit .left,
.merit .right {
  min-width: 20vw;
  flex: 1;
}

/* バッジの位置調整 */


/* ==================== フロー ==================== */
.flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
  padding: 3vw 10vw 0 10vw;
  margin: 0 auto;
  max-width: 100%;
}

/* ==================== 画像 ==================== */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==================== ボックス ==================== */


.box,
.right-box {
  max-width: 100%;
}

/* ==================== テーブル ==================== */
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.8vw;
}

td {
  word-break: break-word;
}

/* ==================== 縦書き ==================== */
.limit {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 10vw;
}

/* ==================== レスポンシブ ==================== */

  .fv_text h4,
  .fv_text p {
    font-size: 6vw;
    line-height: 7vw;
    max-width: 90%;
  }



  .merit .left {
    max-width: 5vw;
  }



  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3vw;
    max-width: 75%;
    margin: 5vw;
    text-align: center;
    margin: 0 auto;
  }

  /* スマホサイズ（例: 768px以下） */
  @media (max-width: 768px) {
    .cards {
      grid-template-columns: repeat(2, 1fr);
      /* 最大2列 */
    }

    .cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      /* スマホでも最大2列に */
    }
  }
}



.formrun-embed {
  margin: 8vw 0vw;
}


.font_sm {
  font-size: 12px!important;
}
@media (max-width: 768px) {
  .font_sm {
    font-size: 10px!important;
  }
}

/* 続きを読むボタン - PC */
.more_text {
  display: inline !important;
}
.read_more_btn {
  display: none !important;
}

/* 続きを読むボタン - PC */
.more_text {
  display: inline !important;
}
.read_more_btn {
  display: none !important;
}

/* 続きを読むボタン - スマホ */
@media (max-width: 750px) {
  #sinage_text {
    flex-direction: column !important;
  }
  #sinage_text p {
    max-width: 100% !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
  .more_text {
    display: none !important;
  }
  .more_text.open {
    display: inline !important;
  }
  .read_more_btn {
    display: block !important;
    width: fit-content !important;
    margin: 4vw auto !important;
    padding: 2vw 5vw;
    background-color: #f95e5e;
    color: #fff;
    border: none;
    border-radius: 5vw;
    font-size: 3.5vw;
    cursor: pointer;
  }
  .read_more_btn.hidden {
    display: none !important;
  }
}

/* FAQ */
#faq {
  padding: 5vw 0;
}
.faq_list {
  max-width: 70%;
  margin: 0 auto;
}
.faq_item {
  margin-bottom: 3vw;
}
.faq_q {
  font-size: 1.2vw;
  font-weight: bold;
  color: #f95e5e;
  margin-bottom: 1vw;
}
.faq_a {
  font-size: 1vw;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .faq_list {
    max-width: 90%;
  }
  .faq_item {
    margin-bottom: 8vw;
  }
  .faq_q {
    font-size: 4vw;
    margin-bottom: 2vw;
    line-height: 1.6;
  }
  .faq_a {
    font-size: 3.5vw;
    line-height: 2;
  }
}

/* フローティングバナーのスタイル */
.floating-banner {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 160px;
    height: 160px;
    background-color: #f95E5E;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0; /* 最初は隠しておく（JSで表示） */
    pointer-events: none;
}

.floating-banner.show {
    opacity: 1;
    pointer-events: auto;
    animation: bounce 2s infinite; /* 注意を引くためのアニメーション */
}

.floating-banner:hover {
    transform: scale(1.1);
    background-color: #ff0015;
}

.banner-content {
    line-height: 1.4;
}

.banner-icon {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.banner-text {
    font-size: 14px;
}

.banner-text b {
    font-size: 16px;
    display: block;
}

/* 弾むアニメーション */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* スマホ表示の調整 */
@media screen and (max-width: 750px) {
    .floating-banner {
        width: 120px;
        height: 120px;
        bottom: 20px;
        right: 15px;
    }
    .banner-text { font-size: 11px; }
    .banner-text b { font-size: 13px; }
    .banner-icon { font-size: 20px; }
}

/* フローティングバナーのスタイル */
.floating-banner {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 180px; 
    height: 180px;
    background-color: #f95E5E; /* SIGNAGEの文字色 */
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    padding: 20px; /* 内側の余白を増やして中央に寄せる */
}

.floating-banner.show {
    opacity: 1;
    pointer-events: auto;
    animation: banner-bounce 2s infinite;
}

.banner-content {
    line-height: 1.2; /* 行間をさらに詰める */
}

/* 1行目：サブテキスト */
.banner-subtext {
    display: block;
    font-size: 10px; /* 12pxから縮小 */
    margin-bottom: 10px;
    letter-spacing: -0.02em; /* 文字間をわずかに詰める */
}

/* 2行目：メインテキスト */
.banner-text {
    font-size: 12px; /* 15pxから縮小 */
    font-weight: 500;
}

/* 3行目：太字部分 */
.banner-text b {
    font-size: 13px; /* 18pxから縮小 */
    display: block;
    font-weight: bold;
    margin-top: 3px;
}

/* 弾むアニメーション */
@keyframes banner-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* スマホ表示の調整 */
@media screen and (max-width: 750px) {
    .floating-banner {
        width: 130px;
        height: 130px;
        bottom: 20px;
        right: 15px;
        padding: 15px;
    }
    .banner-subtext { font-size: 9px; margin-bottom: 2px; }
    .banner-text { font-size: 10px; }
    .banner-text b { font-size: 10px; }
}