@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
img {
  width: 100%;
}

body {
  background-image: url(https://event21.co.jp/pic/influencer_bc.jpg);
  background-color: #ffffffcc;
  background-blend-mode: lighten;
  background-size: cover;
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  color: #2e2e2e;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

.none {
  display: none;
}

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

.klee-one-regular {
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.oooh-baby-regular {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
}

.mate {
  background-color: #c7fde6;
}

.button {
  color: #dffff1e0;
  background-color: #dffff1e0;
}

.alert {
  color: #dffff1e0;
  background: #dffff1e0;
  padding: 1em;
  color: white;
}

/* PC版ヘッダー */
.header_pc {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 15px -5px #d4d4d4;
          box-shadow: 0px 0px 15px -5px #d4d4d4;
  padding: 0 30px;
}

.header_pc .logo-container img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_pc ul {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_pc ul li {
  position: relative;
  margin: 0 5px;
}

.header_pc ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(0.8em, 1vw, 1.2rem);
  font-weight: 600;
  padding: 10px 8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header_pc ul li a:hover {
  color: #67b389;
}

.header_pc ul li .sub-text {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  font-size: clamp(0.4em, 0.6vw, 1rem);
  color: #666;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header_pc ul li:hover .sub-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

/* モバイル版ヘッダー */
.header_mobile {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 15px -5px #d4d4d4;
          box-shadow: 0px 0px 15px -5px #d4d4d4;
  padding: 0 20px;
}

.header_mobile .logo-container img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* おしゃれなハンバーガーメニューボタン */
.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  width: 32px;
  height: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px 0;
}

/* 通常時のスタイル */
.header_mobile .hamburger span {
  height: 2px !important;
  background-color: #333 !important;
  border-radius: 1px !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
  display: block !important;
}

.header_mobile .hamburger span:nth-child(1) {
  width: 100% !important;
}

.header_mobile .hamburger span:nth-child(2) {
  width: 85% !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.header_mobile .hamburger span:nth-child(3) {
  width: 70% !important;
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* activeクラス時のアニメーション - 詳細度を上げる */
.header_mobile .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px) !important;
          transform: rotate(45deg) translate(5px, 5px) !important;
  width: 100% !important;
}

.header_mobile .hamburger.active span:nth-child(2) {
  opacity: 0 !important;
  -webkit-transform: translateX(20px) !important;
          transform: translateX(20px) !important;
}

.header_mobile .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px) !important;
          transform: rotate(-45deg) translate(7px, -6px) !important;
  width: 100% !important;
}

/* モバイルメニュー */
.mobile-menu {
  position: fixed;
  top: 70px;
  left: -100%;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #ffffff;
  z-index: 999;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 20px 0;
}

.mobile-menu ul li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu ul li a {
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.mobile-menu ul li a:hover {
  background-color: #f8f8f8;
}

.mobile-menu ul li .sub-text {
  display: block;
  font-size: 1rem;
  color: #666;
  margin-top: 5px;
}

/* スマホ版：幅599px以下 */
@media screen and (max-width: 599px) {
  .header_pc {
    display: none;
  }
  .header_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* タブレット版：幅 600px～899px */
@media screen and (min-width: 600px) and (max-width: 899px) {
  .header_pc {
    display: none;
  }
  .header_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header_mobile {
    height: 80px;
    padding: 0 30px;
  }
  .header_mobile .logo-container img {
    height: 50px;
  }
  .mobile-menu {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .mobile-menu ul li a {
    font-size: 1.2rem;
    padding: 25px 40px;
  }
}

.heroheader {
  position: relative;
  width: 100%;
  height: 40vw;
  margin: 100px 0 10% 0;
}

.heroheader_textarea {
  width: 50%;
  position: absolute;
  top: 30%;
  left: 8%;
  z-index: 2;
}

.heroheader_textarea p {
  width: 80%;
  padding: 1%;
  text-align: center;
  background-color: #dffff1e0;
  font-size: 1.7vw;
}

.heroheader_textarea p:nth-child(2) {
  margin: 0 0 0 auto;
}

.heroheader_imgarea {
  width: 50%;
  position: absolute;
  top: 15%;
  right: 10%;
}

.heroheader_imgarea img {
  -o-object-fit: cover;
     object-fit: cover;
}

.heroheader_imgarea::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10%;
  right: -10%;
  background-color: #dffff1e0;
  z-index: -1;
}

.heroheader_scrollarea {
  position: absolute;
  bottom: 0;
  left: 20%;
}

.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 87px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 160px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 160px;
  }
  100% {
    bottom: 0px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 160px;
  background: #000;
}

main {
  width: 100%;
}

.ffff {
  width: 100%;
  height: 400px;
}

.h2_title {
  color: #dffff1e0;
  font-size: clamp(0.8rem, 2.4vw, 5rem);
  letter-spacing: .05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

.h3_title {
  margin: 4% 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  border-bottom: 3px dotted #b2d5de;
  letter-spacing: .05em;
}

.about {
  width: 100%;
  position: relative;
  margin: 20% auto;
}

.about_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1fr;
      grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  width: 75%;
  margin: auto;
}

.about_area_imgarea {
  position: relative;
}

.about_area_imgarea img:nth-child(1) {
  width: 90%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_area_imgarea .yhwh {
  position: absolute;
  width: 25%;
  top: -10%;
  left: -10%;
  -webkit-animation: 50s linear infinite rotation;
          animation: 50s linear infinite rotation;
  opacity: .3;
}

.about_area_textarea h2 {
  font-weight: bold;
  font-size: clamp(0.8rem, 2.4vw, 5rem);
  color: #55c796;
  margin-bottom: 20px;
}

.about_area_textarea p {
  line-height: 1.6rem;
  font-size: clamp(0.8rem, 0.95vw, 2.25rem);
}

.kokodake {
  position: absolute;
  width: 100%;
  height: 30vw;
  opacity: .4;
  display: block;
  background-color: #c7fde6;
  z-index: -1;
  top: -30%;
  left: 0;
}

.merit {
  width: 75%;
  margin: 3% auto 15% auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.merit_textarea h2 {
  color: #74dfb0;
}

.merit_textarea p {
  margin-top: 5%;
}

.merit_imgarea {
  width: 90%;
  position: relative;
  -webkit-box-shadow: -3px 6px 14px -5px #c7c7c7;
          box-shadow: -3px 6px 14px -5px #c7c7c7;
  border-radius: 10px;
}

.merit_imgarea::before {
  position: absolute;
  content: "※画像は掲載ページのイメージです";
  bottom: -10%;
  left: 10px;
  font-size: 12px;
  color: #666;
  padding: 2px 4px;
  border-radius: 2px;
}

.merit_imgarea::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 10%;
  right: -10%;
  background-color: #dffff1e0;
  z-index: -1;
}

.subcategory {
  position: relative;
  margin: auto;
}

.subcategory_title {
  width: 22%;
  position: relative;
  top: -50px;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.subcategory_title h2 {
  font-size: clamp(1rem, 5vw, 2.25rem);
  color: #74dfb0;
  font-weight: bold;
  letter-spacing: .05em;
}

.subcategory_title h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  background-image: repeating-linear-gradient(90deg, #74dfb0, #74dfb0 12px, transparent 12px, transparent 16px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  color: #1f1f1f;
  white-space: nowrap;
  padding-bottom: 3%;
}

.bgg {
  background-color: #dffff1e0;
}

.genre {
  width: 100%;
  height: auto;
  background-color: #dffff1e0;
}

.genre_area {
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding: 5% 0;
  gap: 10%;
}

.genre_area_imgarea_main {
  height: 20vw;
  margin-bottom: 5px;
}

.genre_area_imgarea_main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.genre_area_imgarea_sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  height: 12vw;
  gap: 1%;
}

.genre_area_imgarea_sub img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.genre_area_textarea {
  height: auto;
}

.genre_area_textarea_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 4%;
  width: 100%;
}

.genre_area_textarea_list_item {
  width: 100%;
  height: 4vw;
  background-color: #fff;
  padding: .5% 0.5% .1%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.genre_area_textarea_list_item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #333;
}

.genre_area_textarea_list_item img {
  width: 30%;
}

.genre_area_textarea_list_item li {
  margin-left: 2%;
}

.genre_area_textarea_sub {
  margin-top: 10%;
}

.genre_area_textarea_sub h3 {
  font-size: clamp(1rem, 2vw, 2rem);
  color: #74dfb0;
  font-weight: bold;
  margin: 4% 0;
}

.genre_area_textarea_sub p {
  line-height: 1.5rem;
}

.j1::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #8e44ad;
  /* 音楽：パープル */
}

.j2::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #e91e63;
  /* 美容：ローズピンク */
}

.j3::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #27ae60;
  /* スポーツ：グリーン */
}

.j4::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #2980b9;
  /* モデル：ブルー */
}

.j5::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f39c12;
  /* ファッション：オレンジ */
}

.j6::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #9b59b6;
  /* ゲーム：バイオレット */
}

.j7::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #f5cba7;
  /* 動物：ベージュ */
}

.j8::after {
  content: "";
  display: inline-block;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #e74c3c;
  /* 食べ物：レッド */
}

.contact {
  width: 100%;
  height: auto;
  margin-bottom: 10%;
}

.contact_wrapper {
  width: 80%;
  margin: auto;
  padding: 0 0 10% 0;
  display: -ms-grid;
  display: grid;
  gap: 3.33%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contact_wrapper_flow {
  width: 85%;
  margin: 0 auto;
  height: 24vw;
  position: relative;
}

.contact_wrapper_flow_area {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50% 50% 0 0/25% 25% 0 0;
  /* vertical   radii for TL, TR, BR, BL */
}

.contact_wrapper_flow_area_img {
  width: 100%;
  height: 100%;
}

.contact_wrapper_flow_area_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_wrapper_flow_area_dummy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
}

.contact_wrapper_flow_area_textarea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  color: #ffffff;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.contact_wrapper_flow_area_textarea h3 {
  font-size: clamp(1rem, 2vw, 2.4rem);
  font-weight: bold;
  letter-spacing: .1em;
  margin: 16% 0 2% 0;
}

.contact_wrapper_flow_area_textarea h4 {
  font-size: clamp(1rem, 1vw, 1.7rem);
  font-weight: bold;
}

.contact_wrapper_flow_area_textarea p {
  font-size: clamp(0.8rem, 0.9vw, 1.25rem);
  text-align: left;
  width: 80%;
  margin: 8% auto;
}

.contact_button {
  background-color: #7bbdb3;
  width: 18%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .3% 1%;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.contact_button img {
  width: 30%;
}

.contact_button p {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(0.8rem, 1.2vw, 1.7rem);
}

.contact_button:hover {
  opacity: .7;
}

.item {
  width: 100%;
  padding: 16% 0 0 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step {
  /* 色を変えるときに参照する変数 */
  --step-color: #ffffff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3vw;
  font-size: clamp(0.8rem, 1vw, 1.25rem);
  aspect-ratio: 1 / 1;
  font-weight: bold;
  color: var(--step-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 6;
}

/* ② 円（線）は before で */
.step::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; と同じ */
  border: 2px solid var(--step-color);
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* ③ ホバー時に変数を一括上書き */
.contact_wrapper_flow_area:hover .step, .contact_wrapper_flow_area:hover .contact_wrapper_flow_area_textarea {
  --step-color: #a6ffe9;
  color: #a6ffe9;
  /* お好みのハイライト色 */
}

.stepcolor1 {
  background-color: rgba(132, 189, 154, 0.6);
}

.stepcolor2 {
  background-color: rgba(97, 155, 148, 0.6);
}

.stepcolor3 {
  background-color: rgba(104, 159, 167, 0.6);
}

.stepcolor4 {
  background-color: rgba(104, 146, 156, 0.6);
}

.ideal {
  background-color: #dffff1e0;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 5%;
}

.ideal_area {
  width: 80%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 3.2% 2.4%;
}

.ideal_area_list {
  width: 100%;
  height: 100%;
}

.ideal_area_list ul {
  margin: 4% 3.2%;
}

.ideal_area_list ul li {
  margin: 4% 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-indent: -1em;
  padding-left: 1em;
}

.ideal_area_list ul li span {
  color: #ad80ff;
  margin: 0 20px;
}

.ideal_area_list:nth-child(1) {
  border-right: .5px solid #333;
}

.ideal::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(https://event21.co.jp/pic/INmaterial_phone.png);
  right: 2%;
  bottom: 2%;
  width: 14%;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
}

.qa {
  width: 100%;
  height: auto;
}

.qa_title {
  margin: 7.2% 0;
  text-align: center;
}

.qa_title h2 {
  font-size: clamp(1rem, 5vw, 2.25rem);
  color: #74dfb0;
  font-weight: bold;
  letter-spacing: .05em;
}

.qa_title h3 {
  width: 15%;
  text-align: center;
  margin: 10px auto;
  font-size: clamp(1rem, 2vw, 1.25rem);
  background-image: repeating-linear-gradient(90deg, #74dfb0, #74dfb0 12px, transparent 12px, transparent 16px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  color: #1f1f1f;
  white-space: nowrap;
  padding-bottom: 2%;
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-header {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  color: #52aa84;
  border-bottom-color: #74dfb0;
}

.accordion-header.active {
  color: #52aa84;
  border-bottom-color: #74dfb0;
}

.accordion-header::after {
  content: '▼';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #74dfb0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.accordion-header.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
  padding: 0;
  display: none;
  color: #333;
}

.accordion-content p {
  padding: 20px 0;
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  color: #555;
}

.q-label {
  display: inline-block;
  color: #73b197;
  font-weight: bold;
  margin-right: 10px;
}

.a-label {
  display: inline-block;
  color: #73b197;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sns {
  width: 80%;
  position: relative;
  margin: 10% auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1fr;
      grid-template-columns: 1fr 1.1fr;
  gap: 40px 8%;
}

.sns_img {
  width: 80%;
  margin: 0 0 0 10%;
  position: relative;
}

.sns_img img {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 4px #d2ffd9;
          box-shadow: 0px 0px 15px 4px #d2ffd9;
  border-radius: 10px;
  border-radius: 50% 50% 0 0/25% 25% 0 0;
  /* vertical   radii for TL, TR, BR, BL */
}

.sns_linkarea .subcategory_title {
  top: 0;
  left: 6%;
}

.sns_linkarea_text {
  padding-left: 8%;
  margin: 8% 0;
}

.sns_linkarea_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 30px;
}

.sns_linkarea_link_box_img {
  display: block;
  width: 60%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 1px solid #333;
}

.sns_linkarea_link_box_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sns_linkarea_link_box_text {
  text-align: center;
  margin: 10px 0;
}

.sns_linkarea_link_box_text h4 {
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
  color: #ad80ff;
}

.sns_linkarea_link_box_button {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  gap: 0 1rem;
}

.sns_linkarea_link_box_button div {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  border: 1px solid #333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* 親幅で伸び縮みさせない */
  width: 2vw;
  /* 円の直径を固定 */
  aspect-ratio: 1 / 1;
}

.sns_linkarea_link_box_button div:hover {
  opacity: .7;
}

.sns_linkarea_link_box_button div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.footer {
  background-color: #7bbdb3;
  color: #fff;
  padding: 40px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.4fr 1fr;
      grid-template-columns: 2fr 1.4fr 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer-spacer {
  /* 右側のスペーサー */
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.logo-placeholder {
  width: 160px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
}

.company-info {
  font-size: 14px;
  line-height: 1.5;
}

.footer-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.link-column h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}

.link-column ul {
  list-style: none;
}

.link-column li {
  margin-bottom: 8px;
}

.link-column a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.link-column a:hover {
  opacity: .7;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .footer {
    padding: 30px 16px 16px;
  }
  .footer-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-logo {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo-placeholder {
    margin: 0 auto;
  }
  .footer-links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 24px;
  }
  .link-column {
    text-align: center;
  }
  .footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .footer-links {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: left;
  }
  .link-column {
    text-align: left;
  }
  .link-column h3 {
    font-size: 15px;
  }
  .link-column a {
    font-size: 13px;
  }
}

.none {
  display: none;
}

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

@media screen and (max-width: 599px) {
  /* --- スマホ用スタイル --- */
  .heroheader {
    position: relative;
    height: 400px;
    margin: 70px 0;
  }
  .heroheader_textarea {
    width: 100%;
    position: absolute;
    top: 280px;
    left: 0%;
    z-index: 2;
  }
  .heroheader_textarea p {
    width: 80%;
    padding: 1%;
    text-align: center;
    background-color: #dffff1e0;
    font-size: .9rem;
    white-space: nowrap;
  }
  .heroheader_textarea p:nth-child(2) {
    margin: 0 0 0 auto;
  }
  .heroheader_imgarea {
    width: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
    height: 400px;
  }
  .heroheader_imgarea img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .heroheader_imgarea::after {
    display: none;
  }
  .scroll_down {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: none;
  }
  .h2_title {
    font-size: 1.4rem;
    letter-spacing: .05em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 5%;
  }
  .h3_title {
    margin: 4% 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    border-bottom: 3px dotted #b2d5de;
    letter-spacing: .05em;
  }
  .about {
    width: 100%;
    margin: 10% auto;
  }
  .about .npone {
    top: 0;
    left: 0;
  }
  .about_area {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 60px;
    width: 90%;
    margin: auto;
  }
  .about_area_imgarea {
    position: relative;
  }
  .about_area_imgarea img:nth-child(1) {
    width: 100%;
    height: 250px;
    /* --- avout写真 --- */
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -10px;
  }
  .about_area_imgarea .yhwh {
    position: absolute;
    width: 25%;
    top: 80%;
    left: 75%;
    -webkit-animation: 50s linear infinite rotation;
            animation: 50s linear infinite rotation;
    opacity: .4;
  }
  .about_area_textarea h2 {
    display: none;
  }
  .kokodake {
    position: absolute;
    width: 100%;
    height: 150px;
    opacity: .4;
    display: block;
    top: 0;
    left: 0;
  }
  .merit {
    width: 90%;
    margin: 50px auto 100px auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 100px;
    height: 100%;
  }
  .merit_imgarea {
    width: 90%;
    position: relative;
    -webkit-box-shadow: -3px 6px 14px -5px #c7c7c7;
            box-shadow: -3px 6px 14px -5px #c7c7c7;
    border-radius: 10px;
  }
  .merit_imgarea::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 10%;
    right: -10%;
    background-color: #dffff1e0;
    z-index: -1;
  }
  .subcategory {
    position: relative;
    margin: auto;
  }
  .subcategory_title {
    width: 22%;
    top: -30px;
    left: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .subcategory_title h2 {
    font-size: clamp(1rem, 5vw, 2.25rem);
    color: #74dfb0;
    font-weight: bold;
    letter-spacing: .05em;
  }
  .subcategory_title h3 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    background-image: repeating-linear-gradient(90deg, #74dfb0, #74dfb0 12px, transparent 12px, transparent 16px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #1f1f1f;
    white-space: nowrap;
    padding-bottom: 3%;
  }
  .bgg {
    background-color: #dffff1e0;
  }
  .genre {
    width: 100%;
    height: 850px;
    background-color: #dffff1e0;
  }
  .genre_area {
    width: 90%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin: 0 auto 0 auto;
    padding: 0;
    gap: 10%;
  }
  .genre_area_imgarea {
    margin-bottom: 30px;
  }
  .genre_area_imgarea_main {
    height: 150px;
    margin-bottom: 4px;
  }
  .genre_area_imgarea_sub {
    display: -ms-grid;
    display: grid;
    height: 80px;
    gap: 1%;
  }
  .genre_area_textarea {
    height: auto;
  }
  .genre_area_textarea_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px 4%;
    width: 100%;
  }
  .genre_area_textarea_list_item {
    width: 100%;
    height: 40px;
    background-color: #fff;
    padding: .5% 0.5% .1%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .genre_area_textarea_list_item img {
    width: 30%;
  }
  .genre_area_textarea_list_item li {
    margin-left: 2%;
  }
  .genre_area_textarea_sub {
    margin-top: 10%;
  }
  .genre_area_textarea_sub h3 {
    font-size: clamp(1rem, 2vw, 2rem);
    color: #74dfb0;
    font-weight: bold;
    margin: 4% 0;
  }
  .genre_area_textarea_sub p {
    line-height: 1.5rem;
  }
  .contact {
    margin-bottom: 70px;
  }
  .contact_wrapper {
    width: 90%;
    margin: auto;
    padding: 10px 0;
    gap: 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact_wrapper_flow {
    width: 90%;
    margin: 0 auto;
    height: auto;
    position: relative;
  }
  .contact_wrapper_flow_area {
    width: 100%;
    height: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 50% 50% 0 0 / 25% 25% 0 0;
  }
  .contact_wrapper_flow_area_img {
    width: 100%;
    height: 100%;
  }
  .contact_wrapper_flow_area_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact_wrapper_flow_area_dummy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 2;
  }
  .contact_wrapper_flow_area_textarea h3 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 20px 0;
  }
  .contact_wrapper_flow_area_textarea h4 {
    font-size: 1.5rem;
  }
  .contact_wrapper_flow_area_textarea p {
    width: 70%;
    font-size: 1rem;
    text-align: center;
    margin-top: 40px;
  }
  .item {
    width: 100%;
    padding: 16% 0 0 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .step {
    /* 色を変えるときに参照する変数 */
    --step-color: #ffffff;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 65px;
    font-size: 1.5rem;
    aspect-ratio: 1 / 1;
    font-weight: bold;
    color: var(--step-color);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 6;
  }
  /* ② 円（線）は before で */
  .step::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; と同じ */
    border: 2px solid var(--step-color);
    border-radius: 50%;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  /* ③ ホバー時に変数を一括上書き */
  .contact_wrapper_flow_area:hover .step, .contact_wrapper_flow_area:hover .contact_wrapper_flow_area_textarea {
    --step-color: #a6ffe9;
    color: #a6ffe9;
    /* お好みのハイライト色 */
  }
  .stepcolor1 {
    background-color: rgba(132, 189, 154, 0.6);
  }
  .stepcolor2 {
    background-color: rgba(97, 155, 148, 0.6);
  }
  .stepcolor3 {
    background-color: rgba(104, 159, 167, 0.6);
  }
  .stepcolor4 {
    background-color: rgba(104, 146, 156, 0.6);
  }
  .ideal {
    background-color: #dffff1e0;
    width: 100%;
    height: auto;
    padding-bottom: 5%;
  }
  .ideal_area {
    width: 90%;
    height: 100%;
    margin: auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 3.2% 2.4%;
  }
  .ideal_area_list {
    width: 100%;
    height: 100%;
  }
  .ideal_area_list ul {
    margin: 4% 3.2%;
  }
  .ideal_area_list ul li {
    margin: 4% 0;
    font-size: .9rem;
  }
  .ideal_area_list ul li span {
    color: #ad80ff;
    margin: 0 0px;
  }
  .ideal_area_list:nth-child(1) {
    border-right: 0px solid #333;
  }
  .ideal::after {
    display: block;
    content: "";
    position: absolute;
    background-image: url(https://event21.co.jp/pic/INmaterial_phone.png);
    right: 2%;
    bottom: 2%;
    width: 14%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
  }
  .qa {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .qa_title {
    width: 100%;
    margin: 7.2% auto;
    text-align: center;
  }
  .qa_title h2 {
    font-size: clamp(1rem, 5vw, 2.25rem);
    color: #74dfb0;
    font-weight: bold;
    letter-spacing: .05em;
  }
  .qa_title h3 {
    width: 110px;
    text-align: center;
    margin: 10px auto;
    font-size: clamp(1rem, 2vw, 1.25rem);
    background-image: repeating-linear-gradient(90deg, #74dfb0, #74dfb0 12px, transparent 12px, transparent 16px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
    color: #1f1f1f;
    white-space: nowrap;
    padding-bottom: 2%;
  }
  .accordion {
    max-width: 800px;
    margin: 0 auto 60px auto;
  }
  .accordion-item {
    margin-bottom: 20px;
  }
  .accordion-header {
    padding: 10px 0;
    font-size: 13px;
  }
  .accordion-header::after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    color: #74dfb0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .accordion-header.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .accordion-content {
    padding: 0;
    display: none;
    color: #333;
  }
  .accordion-content p {
    padding: 20px 0;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    color: #555;
  }
  .q-label {
    display: inline-block;
    color: #73b197;
    font-weight: bold;
    margin-right: 10px;
  }
  .a-label {
    display: inline-block;
    color: #73b197;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sns {
    width: 90%;
    margin: 10% auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px 8%;
  }
  .sns_img {
    width: 80%;
    margin: 0 0 0 10%;
    position: relative;
  }
  .sns_img img {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 4px #d2ffd9;
            box-shadow: 0px 0px 15px 4px #d2ffd9;
    border-radius: 10px;
    border-radius: 50% 50% 0 0/25% 25% 0 0;
    /* vertical   radii for TL, TR, BR, BL */
  }
  .sns_linkarea .subcategory_title {
    display: none;
  }
  .sns_linkarea_text {
    padding-left: 8;
  }
  .sns_linkarea_link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .sns_linkarea_link_box_img {
    display: block;
    width: 60%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #333;
  }
  .sns_linkarea_link_box_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .sns_linkarea_link_box_text {
    text-align: center;
    margin: 10px 0;
  }
  .sns_linkarea_link_box_text h4 {
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
    font-style: normal;
    color: #ad80ff;
  }
  .sns_linkarea_link_box_button {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    gap: 0 1rem;
  }
  .sns_linkarea_link_box_button div {
    width: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    border: 1px solid #333;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    /* 親幅で伸び縮みさせない */
    width: 30px;
    /* 円の直径を固定 */
    aspect-ratio: 1 / 1;
  }
  .sns_linkarea_link_box_button div:hover {
    opacity: .7;
  }
  .sns_linkarea_link_box_button div a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
  }
  p {
    font-size: .9rem;
  }
}

/* タブレット版：幅 600px～899px */
@media screen and (min-width: 600px) and (max-width: 899px) {
  /* --- タブレット用スタイル --- */
}
/*# sourceMappingURL=influencer.css.map */