@charset "utf-8";
/* ============================================================
TOP / 下層　共通CSS
============================================================ */

/* ------------------------------------------------------------
   デザイントークン
------------------------------------------------------------ */
:root {
  --otc-red: #cf201d;         /* メインの赤 */
  --otc-orange: #eb7d24;      /* アクセントのオレンジ */
  --otc-text: #333333;        /* 基本テキスト */
  --otc-blue: #0060d9;        /* 男性系 */
  --otc-blue-bg: #e9f3fc;
  --otc-price-red: #ea2210;   /* 女性系・価格 */
  --otc-pink-bg: #fdeff2;
  --otc-grey-bg: #f8f8f8;
  --otc-warm-bg: #fdf8f5;     /* 検索ボックス・フッター背景 */
  --otc-border: #e2e2e2;
  --otc-grey-text: #979797;
  --otc-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
              "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --otc-font-en: Avenir, "Avenir Next", Futura, "Helvetica Neue", sans-serif;
  --otc-font-maru: "Zen Maru Gothic", "Hiragino Maru Gothic ProN",
                   "Hiragino Kaku Gothic ProN", sans-serif;
}
body {
  background: #f8f8f8;
  font-family: var(--otc-font);
  color: var(--otc-text);
}


/* ------------------------------------------------------------
   Header 1段目(50px): 料金訴求バー
------------------------------------------------------------ */
.global-header {
  top: 0px;
}
.global-header .header-main-wrapper {
  background: #fff;
  padding: 20px 0;
}
/* 2段目: ロゴ + ボタン群 */
.global-header .header-main {
  width: 700px;
  height: 44px;
  margin: 10px auto 0;
  padding: 0;
  align-items: center;
}
.global-header .site-logo {
  display: none;
}

/* ------------------------------------------------------------
   ロゴ: テキスト"OTOCON"や旧画像ロゴを カラーロゴ画像に置換
   ------------------------------------------------------------ */
.global-header .header-main a[href="/"] {
  display: inline-flex !important;
  align-items: center;
  height: auto;
  text-decoration: none;
}
.global-header .header-main a[href="/"] img.site-logo,
.global-header .header-main a[href="/"] .site-logo {
  display: none !important;
}
.global-header .header-main a[href="/"]::before {
  content: "" !important;
  display: block;
  width: 198px;
  height: 28px;
  background: url("https://image-front.uigrowth.jp/otocon/otocon_logo.png") no-repeat left center / contain;
}

/* ------------------------------------------------------------
   ボタン共通(無料会員登録 / ログイン / マイページ / ログアウト / お問い合わせ)
   ------------------------------------------------------------ */
.global-header .site-links .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.global-header .site-links .buttons > .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-sizing: border-box;
  width: auto;
  min-width: 148px;
  height: 40px;
  margin: 0;
  padding: 0 18px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.global-header .site-links .buttons > .button:hover {
  opacity: 0.85;
  text-decoration: none;
}
/* 旧imgアイコンは隠し、CSSアイコン(::before)に置換 */
.global-header .site-links .buttons > .button img.icon,
.global-header .site-links .buttons > .button > .icon {
  display: none !important;
}
.global-header .site-links .buttons > .button .text {
  font-size: 14px;
  font-weight: 700;
}
.global-header .site-links .buttons > .button::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* --- 無料会員登録: オレンジ塗り・白文字・人物+アイコン(白) --- */
.global-header .site-links .buttons > .register-button {
  background: #e8672a;
  border: 1.5px solid #e8672a;
  color: #ffffff;
}
.global-header .site-links .buttons > .register-button::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23ffffff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='9'%20cy='7'%20r='4'/%3E%3Cpath%20d='M2.5%2021c0-3.9%203-6.5%206.5-6.5%201.6%200%203.1.5%204.3%201.4'/%3E%3Cpath%20d='M18%2014v6M15%2017h6'/%3E%3C/svg%3E");
}

/* --- ログイン: 白地・オレンジ枠・オレンジ文字・人物アイコン(オレンジ) --- */
.global-header .site-links .buttons > .login-button {
  background: #ffffff;
  border: 1.5px solid #e8672a;
  color: #e8672a;
}
.global-header .site-links .buttons > .login-button::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23e8672a'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Ccircle%20cx='12'%20cy='10'%20r='3'/%3E%3Cpath%20d='M6.5%2018.5a5.5%205.5%200%200%201%2011%200'/%3E%3C/svg%3E");
}

/* --- マイページ(ログイン後): オレンジ塗り・白文字 --- */
.global-header .site-links .buttons > .mypage-button {
  background: #e8672a;
  border: 1.5px solid #e8672a;
  color: #ffffff;
}
.global-header .site-links .buttons > .mypage-button::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23ffffff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Ccircle%20cx='12'%20cy='10'%20r='3'/%3E%3Cpath%20d='M6.5%2018.5a5.5%205.5%200%200%201%2011%200'/%3E%3C/svg%3E");
}

/* --- ログアウト(ログイン後): 白地・オレンジ枠 --- */
.global-header .site-links .buttons > .logout-button {
  background: #ffffff;
  border: 1.5px solid #e8672a;
  color: #e8672a;
}
.global-header .site-links .buttons > .logout-button::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23e8672a'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M9%2021H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h4'/%3E%3Cpath%20d='M16%2017l5-5-5-5'/%3E%3Cpath%20d='M21%2012H9'/%3E%3C/svg%3E");
}

/* --- お問い合わせ(JS生成: icon-wrapper を持たない .button): 白地・オレンジ枠・封筒 --- */
.global-header .site-links .buttons > .button:not(.icon-wrapper) {
  background: #ffffff;
  border: 1.5px solid #e8672a;
  color: #e8672a;
}
.global-header .site-links .buttons > .button:not(.icon-wrapper)::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='18'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23e8672a'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'/%3E%3Cpath%20d='M3.5%207l8.5%206%208.5-6'/%3E%3C/svg%3E");
}

/* 電話バナー画像(JSでお問い合わせに置換される前の一瞬)を隠す */
.global-header .site-links .buttons > img.phone-banner {
  display: none;
}


/* 3段目: グローバルナビ */
.global-header .header-navi-wrapper {
  background: #fff;
  padding-bottom: 0;
}
.global-header .header-navi .navi {
  justify-content: center;
  height: 33px;
}
.global-header .navi > .item {
  width: 150px;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  line-height: 30px;
}
.global-header .navi > .item a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 30px;
}
.global-header .navi .item a.icon-wrapper {
  display: none; /* 先頭項目のアイコン用アンカー(空)を除去 */
}
.global-header .navi > .item img.icon {
  display: none;
}
.global-header .navi > .item:not(:last-child)::before {
  border-right: 1px solid #e2e2e2;
  height: 30px;
}
.global-header .navi > .item.active::after {
  bottom: 0;
  height: 2px;
  background: #cf201d;
}
/* パンくず(新デザインには無い) */
.breadcrumbs {
 margin:30px 0 0 0 ;
}

/* ------------------------------------------------------------
   MV: 写真 + キャッチコピー(擬似要素で追加)
------------------------------------------------------------ */
.main_image {
  top: 0;
  /* Figmaでは写真上端がヘッダー(固定)の背面に50px入り込む */
  margin-top: -50px;
  background: #fff;
}
.main_image .site-content-width {
  width: auto;
  max-width: 1250px;
}
.main_image .imgarea {
  position: relative;
  margin: 0;
  aspect-ratio: 1250 / 667;
  border-radius: 6px;
  background: url(https://image-front.uigrowth.jp/otocon/pca_mv.png) center / cover no-repeat;
}
.main_image .imgarea img {
  display: none;
}
/* キャッチ1行目 */
.main_image .site-content-width::before {
  content: "出会いは、";
  position: absolute;
  left: 10%;
  top: 155px;
  z-index: 2;
  font-family: var(--otc-font-maru);
  font-size: 36px;
  font-weight: 500;
  line-height: 52px;
  color: #000;
}
/* キャッチ2行目(「安心」のみ赤) */
.main_image .site-content-width::after {
  content: "安心できる場所から。";
  position: absolute;
  left: 10%;
  top: 207px;
  z-index: 2;
  font-family: var(--otc-font-maru);
  font-size: 36px;
  font-weight: 500;
  line-height: 52px;
  color: transparent;
  background: linear-gradient(90deg,
    var(--otc-red) 0 20%,
    #000 20%);
  -webkit-background-clip: text;
  background-clip: text;
}
/* サブコピー */
.main_image .imgarea::after {
  content: "一人参加でも安心して楽しめる\A街コン・恋活イベントを探そう";
  white-space: pre;
  position: absolute;
  left: 10%;
  top: 276px;
  z-index: 2;
  font-family: var(--otc-font-maru);
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #000;
}

/* ------------------------------------------------------------
   SEARCH: エリア検索ボックス(MV写真に重ねる)
------------------------------------------------------------ */
.search {
  /* 写真の裾が検索ボックス脇に見えるよう透過に */
  background: transparent;
  position: relative;
  z-index: 2;
  margin-top: -228px;
}
.search .search-innerwrap {
  padding: 0;
  margin: 0;
}
.search .site-content-width {
  width: auto;
}
.search .area_search {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 60px 36px;
  background: var(--otc-warm-bg);
  border: 1px solid var(--otc-orange);
  border-radius: 6px;
}
#top .search .area_search h2 {
  margin-bottom: 14px;
  /* 既存文言「エリアを選択してパーティーを探す」を「パーティーをさがす」に差し替え */
  font-size: 0;
}
#top .search .area_search h2::before {
  content: "パーティーをさがす";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--otc-text);
}
.search .area_search .flex > .imgarea {
  display: none;
}
.search .area_search .flex > div {
  width: 100%;
}
.search .area_search dl {
  display: block;
}
.search .area_search dl > div {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.search .area_search dl > div dt,
.search .area_search dl > div dd {
  display: block;
  border-bottom: none;
}
.search .area_search dl > div dt {
  flex: 0 0 137px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.search .area_search dl > div:nth-of-type(1) dt {
  padding: 0;
}
.search .area_search dl > div dt a {
  color: #393e41;
}
.search .area_search dl > div dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: -1px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2712%27%20height%3D%2712%27%20viewBox%3D%270%200%2012%2012%27%3E%3Cpath%20d%3D%27M%204%202%20L%208%206%20L%204%2010%27%20fill%3D%27none%27%20stroke%3D%27%23cf201d%27%20stroke-width%3D%271.6%27%2F%3E%3C%2Fsvg%3E") center / 12px no-repeat;
}
.search .area_search dl > div dd {
  flex: 1;
}
.search .area_search dl > div dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.search .area_search dl > div dd li {
  display: block;
  box-sizing: border-box;
  min-width: 56px;
  margin: 0;
  padding: 1px 10px;
  border: 1px solid var(--otc-border);
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
}
.search .area_search dl > div dd li a {
  color: var(--otc-text);
  text-decoration: none;
}
.search .area_search dl > div dd li:not(:has(a)) {
  color: #b5b5b5;
}

/* ------------------------------------------------------------
   Banner: 検索ボックス下のバナー列
------------------------------------------------------------ */
.search .bnr_area {
  width: auto;
  margin: 40px auto 0;
  padding-bottom: 40px;
}
.search .bnr_area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 5px;
}
.search .bnr_area ul li {
  display: contents;
}
.search .bnr_area .cont_image {
  margin: 0;
  line-height: 0;
}
.search .bnr_area .cont_image a {
  display: block;
  width: 264px;
  height: 82px;
  border-radius: 4px;
  overflow: hidden;
  background-size: 264px 82px;
  background-repeat: no-repeat;
}
.search .bnr_area .cont_image img {
  display: block;
  width: 264px;
  height: 82px;
  object-fit: cover;
}
/* 新デザインのバナー画像に差し替え(自治体・リブランニング・PA) */
#li_12331 .cont_image { order: -1; }
#li_12331 .cont_image a {
  background-image: url(https://image-front.uigrowth.jp/otocon/pca_bnr_jichitai.jpg);
}
#li_12178 .cont_image:nth-of-type(1) a {
  background-image: url(https://image-front.uigrowth.jp/otocon/pca_bnr_rebranning.png);
}
#li_12179 .cont_image a {
  background-image: url(https://image-front.uigrowth.jp/otocon/pca_bnr_pa.jpg);
}
#li_12331 .cont_image img,
#li_12178 .cont_image:nth-of-type(1) img,
#li_12179 .cont_image img {
  opacity: 0;
}

/* ------------------------------------------------------------
   セクションタイトル共通
   (英字を上・日本語18px・赤バー38x4)
------------------------------------------------------------ */
#top .section_ttl,
#top .p_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: auto;
  margin: 0 auto 40px;
  padding: 0 0 22px;
  background: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--otc-text);
  text-align: center;
  line-height: 1.5;
}
#top .section_ttl span,
#top .section_ttl span.en {
  order: -1;
  margin: 0 0 8px;
  color: var(--otc-red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}
#top .section_ttl::after,
#top .p_line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  right: auto;
  width: 38px;
  height: 4px;
  margin: 0;
  background: var(--otc-red);
  transform: translateX(-50%) rotate(0);
}
#top .p_line::before {
  content: none;
}

/* ------------------------------------------------------------
   PARTY LIST: パーティー一覧(全幅グレー帯 + カードグリッド)
------------------------------------------------------------ */
/* タイトル文言を「パーティー一覧 / PARTY LIST」に差し替え */
#top .party_lists .section_ttl {
  font-size: 0;
  margin-bottom: 30px;
}
#top .party_lists .section_ttl::before {
  content: "パーティー一覧";
  /* 旧CSSの .p_line:before 装飾(回転・絶対配置)を打ち消す */
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border: none;
  transform: none;
  writing-mode: horizontal-tb;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--otc-text);
}
#top .party_lists .section_ttl span {
  font-size: 0;
}
#top .party_lists .section_ttl span::before {
  content: "PARTY LIST";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.home_main {
  display: block;
  width: 1000px;
  margin-top: 0px;
}
.home_main main.site-main-content-width {
  width: 100%;
}
/* サイドメニューは新デザインでは非表示 */
.home_main aside.side-menu {
  display: none;
}
section.party_lists {
  background: var(--otc-grey-bg);
  box-shadow: 0 0 0 100vmax var(--otc-grey-bg);
  clip-path: inset(0 -100vmax);
  padding: 40px 0 50px;
}
.party_lists_ou {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* サブタイトル(Figma: 今すぐ参加できるパーティー) */
.party_lists_ou::before {
  content: "今すぐ参加できるパーティー";
  grid-column: 1 / -1;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: var(--otc-text);
}
.party_list {
  width: auto;
  margin: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.party_list a,
.party_list a:hover {
  display: inline-block;
  text-decoration: none;
}
.party_list a:hover {
  opacity: 0.85;
}
.party_list .imgarea img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.party_list .party_meta {
  position: static;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 14px 18px;
  background: transparent;
  box-shadow: none;
}
.party_meta h3 {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: var(--otc-text);
}
.party_meta .tag_date {
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin: 10px 0 12px;
}
.tag_date .tag {
  display: flex;
  gap: 7px;
}
.tag_date .tag > div {
  width: 44px;
  margin-right: 0;
  padding: 3px 0;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}
.tag_date .tag .bg_or {
  display: inline-block;
  background: var(--otc-red);
  border-color: var(--otc-red);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.tag_date .tag .bor_or {
  color: var(--otc-red);
  border-color: var(--otc-red);
  background: #fff;
  font-size: 13px;
  font-weight: 500;
}
.tag_date .date {
  font-size: 15px;
  font-weight: 500;
  color: var(--otc-text);
}
.party_meta .now_current {
  gap: 8px;
  margin-bottom: 12px;
}
.party_meta .now_current > div {
  box-sizing: border-box;
  width: calc(50% - 4px);
  padding: 8px 12px 10px;
  border-radius: 6px;
}
.party_meta .now_current > div:nth-of-type(1) {
  margin-right: 0;
}
.party_meta .now_current > div.male {
  background: #eff5fe;
  border: 1px solid #e1edfd;
  border-bottom: 1px solid #e1edfd;
}
.party_meta .now_current > div.famale {
  background: #fef4f4;
  border: 1px solid #fdecee;
  border-bottom: 1px solid #fdecee;
}
.party_meta .now_current > div .cur_title {
  margin-bottom: 4px;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.party_meta .now_current > div.male .cur_title {
  background: none;
  color: var(--otc-blue);
}
.party_meta .now_current > div.famale .cur_title {
  background: none;
  color: var(--otc-price-red);
}
.party_meta .now_current > div > p {
  font-size: 13px;
  text-align: left;
  color: var(--otc-text);
}
.party_meta .now_current > div > p > span {
  font-size: 12px;
  margin-top: 4px;
}
.party_meta .now_current > div.male > p > span {
  color: var(--otc-blue);
}
.party_meta .now_current > div.famale > p > span {
  color: var(--otc-price-red);
}
.party_meta .discription {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  height: auto;
  min-height: 40px;
  padding: 0;
  border-radius: 0;
  background: none;
  color: var(--otc-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
/* Figmaのアイコン枠(38x38・赤枠)を汎用アイコンで再現 */
.party_meta .discription::before {
  content: "";
  flex: 0 0 38px;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border: 1px solid var(--otc-red);
  border-radius: 6px;
  background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27%23cf201d%27%20d%3D%27M18%2013v-2h4v2h-4zm1.2%207L16%2017.6l1.2-1.6l3.2%202.4l-1.2%201.6zM17.2%208L16%206.4L19.2%204l1.2%201.6L17.2%208zM5%2019v-4H4c-.55%200-1.02-.2-1.41-.59C2.2%2014.02%202%2013.55%202%2013v-2c0-.55.2-1.02.59-1.41C2.98%209.2%203.45%209%204%209h4l5-3v12l-5-3H7v4H5zm9-3.65v-6.7c.45.4.81.89%201.09%201.46S15.5%2011.32%2015.5%2012s-.14%201.32-.41%201.89S14.45%2014.95%2014%2015.35z%27%2F%3E%3C%2Fsvg%3E") center / 18px 18px no-repeat;
}

/* ------------------------------------------------------------
   WHO WE ARE: OTOCONとは(左テキスト+右写真)
------------------------------------------------------------ */
section.whats {
  margin-top: 0;
  padding: 40px 0 20px;
}
/* 既存の背景画像帯タイトルを打ち消し */
#top .whats .section_ttl {
  padding: 0 0 22px;
  background: none;
  color: var(--otc-text);
  margin-bottom: 40px;
}
#top .whats .section_ttl span {
  color: var(--otc-red);
}
#top .whats .section_ttl:after {
  background: var(--otc-red);
}
.whats .textarea {
  display: grid;
  grid-template-columns: 1fr 410px;
  column-gap: 40px;
  position: static;
  top: 0;
  width: 100%;
  padding: 0;
  background: none;
  box-shadow: none;
}
.whats .textarea p {
  grid-column: 1;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 28px;
  color: var(--otc-text);
}
.whats .textarea p span {
  color: inherit;
}
.whats .textarea p a {
  color: var(--otc-red);
}
.whats .textarea::after {
  content: "";
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  height: 340px;
  border-radius: 6px;
  background: url(https://image-front.uigrowth.jp/otocon/pca_who.png) center / cover no-repeat;
}

/* ------------------------------------------------------------
   GUIDE: パーティーガイド(写真カード4枚)
------------------------------------------------------------ */
section.guide {
  padding-top: 40px;
}
.guide .section_ttl {
  padding: 0 0 22px;
  background: none;
  margin-bottom: 40px;
}
/* Figmaは1行タイトル */
.guide .section_ttl br {
  display: none;
}
.guide > .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  top: 0;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}
.guide > .flex > .guide_inner_contents {
  width: auto;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
}
.guide > .flex > .guide_inner_contents:nth-of-type(1) {
  background: url(https://image-front.uigrowth.jp/otocon/pca_guide1.png) center / cover no-repeat;
}
.guide > .flex > .guide_inner_contents:nth-of-type(2) {
  background: url(https://image-front.uigrowth.jp/otocon/pca_guide2.png) center / cover no-repeat;
}
.guide > .flex > .guide_inner_contents:nth-of-type(3) {
  background: url(https://image-front.uigrowth.jp/otocon/pca_guide3.png) center / cover no-repeat;
}
.guide > .flex > .guide_inner_contents:nth-of-type(4) {
  background: url(https://image-front.uigrowth.jp/otocon/pca_guide4.png) center / cover no-repeat;
}
.guide > .flex > .guide_inner_contents a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 236px;
  padding: 20px;
  box-shadow: none;
  text-align: center;
}
.guide > .flex > .guide_inner_contents h3 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.guide > .flex > .guide_inner_contents p {
  margin-bottom: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.guide > .flex > .guide_inner_contents .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  height: 48px;
  margin-top: 0;
  padding: 0;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.guide > .flex > .guide_inner_contents .btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.guide .otocon_desc {
  width: auto;
  max-width: 800px;
  margin: 30px auto 0;
  padding: 0;
  background: none;
  font-size: 15px;
  line-height: 28px;
  color: var(--otc-text);
}
.guide .otocon_desc p:nth-of-type(1) {
  margin-bottom: 28px;
}

/* ------------------------------------------------------------
   パートナーエージェント紹介(白カード) + 検索CTA
------------------------------------------------------------ */
/* 「結婚相談所の常識を変えていく…」のインラインstyled pは非表示 */
.home_main main > p[style] {
  display: none;
}
.w_pa {
  display: block;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  max-width: 800px;
  margin: 80px auto 0;
  padding: 30px;
  border: none;
  border-radius: 6px;
  background: none;
  box-shadow: none;
  text-align: center;
}
/* グレー帯(Figma: CompanyCta 1000x384 #f8f8f8)を擬似要素で敷く */
.w_pa::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -40px;
  bottom: -134px; /* ボタン(60) + 上34 + 下40 */
  left: 50%;
  width: 1000px;
  transform: translateX(-50%);
  background: var(--otc-grey-bg);
}
/* 白カード本体 */
.w_pa::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.w_pa .imgarea {
  margin: 0 0 20px;
}
.w_pa .imgarea img {
  width: 280px;
}
.w_pa .textarea {
  width: auto;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  color: var(--otc-text);
}
.btn_area {
  margin-top: 34px;
}
/* ボタン文言をFigmaの「パーティーの検索はこちら」に差し替え */
.btn_area .s_p span {
  font-size: 0;
}
.btn_area .s_p span::before {
  content: "パーティーの検索はこちら";
  font-size: 18px;
  font-weight: 700;
}
.btn_area .s_p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 370px;
  height: 60px;
  margin: 0 auto 80px;
  padding: 0 40px;
  border-radius: 100px;
  background: linear-gradient(90deg, var(--otc-orange), var(--otc-red));
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.btn_area .s_p:hover {
  text-decoration: none;
  opacity: 0.85;
}

/* ------------------------------------------------------------
   Cta: お問い合わせ / 無料会員登録
------------------------------------------------------------ */
.btn_area .contacts {
  align-items: flex-start;
  gap: 60px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  box-shadow: none;
}
.contacts .imgarea {
  margin: 0;
}
/* HTML内インラインstyle(オレンジグラデ)より高詳細度で黒ボタンに */
.btn_area .contacts .imgarea .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 370px;
  height: 60px;
  padding: 0;
  border: 2px solid var(--otc-text);
  border-radius: 100px;
  background: var(--otc-text);
  color: #fff;
  font-size: 0; /* 文言を「お問い合わせ」に差し替え */
  font-weight: 600;
}
.btn_area .contacts .imgarea .button::before {
  content: "お問い合わせ";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.btn_area .contacts .imgarea .button::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.btn_area .contacts .regist_btn {
  width: 370px;
  margin-left: 0;
}
.btn_area .contacts .regist_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 370px;
  height: 60px;
  margin-bottom: 10px;
  padding: 0;
  border: 2px solid var(--otc-text);
  border-radius: 100px;
  background: #fff;
  color: var(--otc-text);
  font-size: 18px;
  font-weight: 600;
}
.btn_area .contacts .regist_btn a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.btn_area .contacts .regist_btn a::before {
  content: none;
}
.btn_area .contacts .regist_btn a::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--otc-text);
  border-right: 2px solid var(--otc-text);
  transform: translateY(-50%) rotate(45deg);
}
.btn_area .contacts .regist_btn p.caption {
  font-size: 14px;
  line-height: 28px;
  color: var(--otc-grey-text);
}
/* aupay/pontaバナーは新デザインでは非表示 */
.btn_area .bnr_area {
  display: none;
}

/* ------------------------------------------------------------
   PageTop
------------------------------------------------------------ */
#global-footer {
  margin-top: 0;
  background: var(--otc-warm-bg);
}
/* ============================================================
   otocon.jp 下層ページPC リニューアルCSS (lower-pc.css)
   既存CSSの後に読み込んで上書きする。Figma: PC-下層 (797:2091)
   /support/ 以外の下層ページでも使える汎用オーバーライド。
   ============================================================ */

/* ------------------------------------------------------------
   0. 全体
   ------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
}
/* 固定告知バナー(既存)は新デザインに無いので非表示。ヘッダーを最上部へ */
.oshirase-head {
  display: none !important;
}
#container.wrapper {
  padding-top: 0;
}

/* ------------------------------------------------------------
   2. コンテンツレイアウト(記事カード)
   ------------------------------------------------------------ */
#contents {
  width: auto;
  background: transparent;
}
#contents > .wrapper {
  width: auto;
  overflow: visible;
}
/* サイド検索カラムは新デザインに無い(検索導線は記事内・ヘッダーに残る) */
#side-C {
  display: none;
}
#main-C:has(>*) {
  float: none;
  display: block;
  box-sizing: border-box;
  width: 900px;
  max-width: calc(100% - 40px);
  margin: 30px auto 0 !important; /* 既存CSSの #main-C{margin:0 20px 0 0 !important} 打ち消し */
  padding: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
#main-C a {
  color: inherit;
}

/* ページタイトル(h2)はカードの上に浮かせて中央配置 */
#lower .cont_h2,
#lower .h2_verlower h2 {
  /* position: absolute; */
  top: -70px;
  left: 0;
  right: 0;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 20px;
}
#lower .cont_h2::before {
  content: "";
  flex: none;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'><circle cx='25' cy='25' r='24.5' fill='%23ffffff' stroke='%23eb7d24'/><circle cx='19' cy='25' r='3' fill='none' stroke='%23333333' stroke-width='1.6'/><path d='M13 40 q0 -9 6 -9 q6 0 6 9' fill='none' stroke='%23333333' stroke-width='1.6'/><circle cx='31' cy='25' r='3' fill='none' stroke='%23333333' stroke-width='1.6'/><path d='M25 40 q0 -9 6 -9 q6 0 6 9' fill='none' stroke='%23333333' stroke-width='1.6'/><path d='M25 19.5 L20.9 15.4 A2.9 2.9 0 1 1 25 11.3 A2.9 2.9 0 1 1 29.1 15.4 Z' fill='%23eb7d24' stroke='%23333333' stroke-width='1.2'/></svg>") no-repeat center / contain;
}

.cont_h2,
.h2_verlower h2 {
  /* position: absolute; */
  top: -70px;
  left: 0;
  right: 0;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 20px;
}
.cont_h2::before {
  content: "";
  flex: none;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'><circle cx='25' cy='25' r='24.5' fill='%23ffffff' stroke='%23eb7d24'/><circle cx='19' cy='25' r='3' fill='none' stroke='%23333333' stroke-width='1.6'/><path d='M13 40 q0 -9 6 -9 q6 0 6 9' fill='none' stroke='%23333333' stroke-width='1.6'/><circle cx='31' cy='25' r='3' fill='none' stroke='%23333333' stroke-width='1.6'/><path d='M25 40 q0 -9 6 -9 q6 0 6 9' fill='none' stroke='%23333333' stroke-width='1.6'/><path d='M25 19.5 L20.9 15.4 A2.9 2.9 0 1 1 25 11.3 A2.9 2.9 0 1 1 29.1 15.4 Z' fill='%23eb7d24' stroke='%23333333' stroke-width='1.2'/></svg>") no-repeat center / contain;
}

/* 既存カスタムパーツ(ベージュ枠)の打ち消し */
#main-C .text-A,
#main-C .section .text-A {
  /* margin: auto 50px; */
  background: #FFFF;
  padding: 50px;
  border: 1px solid #DDDD;
  border-radius: 6px;
}
#main-C .text_A01,
#main-C .text_A02 {
  border: none;
  background: transparent;
  padding: 0;
}

/*カスタムパーツ*/
.text_A,.point_text_A {
	border: #e2e2e2 solid 1px;
    border-radius:6px;
	background-color: #fff;
	padding: 22px;
	margin:0 0 20px 0;
}

.text_A01{
	border: #efe8d7 solid 1px;
	padding:
}
.text_A02{
	border: #f3ede0 solid 1px;
	background-color: #f4efe3;
	padding: 22px;
}

.point_icon{
	display:none;
}

/*pagetop*/

/* ページ内リンク */
#main-C .pagelinks {
  margin-top: 20px;
}
#main-C ul.page_link {
  padding: 0;
  margin: 0;
}
#main-C ul.page_link li {
  background: none;
  padding-left: 0;
  margin: 0 0 20px;
  list-style: none;
  line-height: 1.25;
}
#main-C ul.page_link li:last-child {
  margin-bottom: 0;
}
#main-C ul.page_link li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
#main-C ul.page_link li a::before {
  content: "";
  flex: none;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><circle cx='10' cy='10' r='10' fill='%23eb7d24'/><path d='M8 5.5 L12.5 10 L8 14.5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
}
#main-C ul.page_link li a:hover {
  color: #cf201d;
  text-decoration: none;
}

/* 記事セクション */
#main-C .party_h3_box {
  /* margin-top: 70px; */
}
.cont_h4 {
  width: fit-content;
  padding-left: 0px !important;
  border-left: none !important;
  color: var(--Text-Dark, #333) !important;
  font-weight: 600;
  border-bottom: 1px dashed var(--Primary-Orange, #E0331B);
}

h4{
  width: fit-content;
  padding-left: 0px !important;
  border-left: none !important;
  color: var(--Text-Dark, #333) !important;
  font-weight: 600;
  border-bottom: 1px dashed var(--Primary-Orange, #E0331B);
}

#lower h3.cont_h3 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 6px;
}
#lower h3.cont_h3::before {
  content: "";
  flex: none;
  width: 16px;
  height: 4px;
  border-radius: 10px;
  background: #cf201d;
}
#main-C .party_h3_box .text-A {
  margin-top: 20px;
}
/* 記事画像: 回り込みをやめて見出し下に配置 */
#main-C .cont_image_text img {
  float: none !important;
  display: block;
  margin: 0 auto 20px !important;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
#main-C .cont_image_text a {
  color: inherit;
}

/* ------------------------------------------------------------
   7. 前後記事ナビ (.link_box2 = 前 / .link_box = 次)
      ベース CSS の赤枠 pill ではなく、Figma の
      「左右連結ボックス (article-navigation)」スタイルにする
   ------------------------------------------------------------ */
.link_wrap {
	display: flex;
	max-width: 800px;
	margin: 30px auto 0;
}

.link_box2,
.link_box {
	width: auto;
	flex: 1 1 0;
	min-width: 0;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 400px;
}

.link_box2 {
	border: 1px solid #e0331b;
	border-radius: 4px 0 0 4px;
}

.link_box {
	border: 1px solid #e0331b;
	/* border-left: none; */
	border-radius: 0 4px 4px 0;
	min-width: 50%;
}

.link_box p.cont_link,
.link_box2 p.cont_link {
	margin: 0;
	line-height: 1;
}

.link_box .cont_link a,
.link_box2 .cont_link a {
	display: flex !important;
	width: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 0;
	height: 58px;
	padding: 0 12px;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #e0331b !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}

.link_box .cont_link a:hover,
.link_box2 .cont_link a:hover {
	background: #fdf2f1;
	color: #e0331b;
}



/* 「パーティーの検索はこちら」グラデーションボタン */
#main-C .s_display {
  margin-top: 70px;
  text-align: center;
}
#main-C .cont_image {
  line-height: 1.4;
  text-align: center;
}
#main-C .cont_image:has(> a[href="/search/"])::before {
  content: "＼まずは空席状況をチェック／";
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
}
#main-C .cont_image a[href="/search/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  width: 340px;
  height: 60px;
  border-radius: 100px;
  background: linear-gradient(90deg, #eb7d24, #cf201d);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
  line-height: 60px;
}
#main-C .cont_image a[href="/search/"]:hover {
  opacity: 0.85;
}
#main-C .cont_image a[href="/search/"] img {
  display: none !important;
}
#main-C .cont_image a[href="/search/"]::before {
  content: "";
  flex: none;
  width: 18px;
  height: 19px;
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19'><circle cx='7.5' cy='7.5' r='6.3' fill='none' stroke='%23ffffff' stroke-width='2.2'/><path d='M12.2 12.7 L17 17.5' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round'/></svg>") no-repeat center / contain;
}
#main-C .cont_image a[href="/search/"]::after {
  content: "パーティーの検索はこちら";
}
/* 画像リンク → グラデーションのピルボタン化 */
a.overimg[href="/search/"] {
  display: flex !important;         /* インラインの inline-block を打ち消し */
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 340px;
  height: 60px;
  margin: 0 auto;
  padding: 0 24px;
  border-radius: 100px;
  background: linear-gradient(90deg, #eb7d24, #cf201d);
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
a.overimg[href="/search/"] img {
  display: none !important;         /* 旧バナー画像を隠す(インラインstyle対策で!important) */
}
a.overimg[href="/search/"]::before {
  content: "";
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%3E%3Ccircle%20cx='7.5'%20cy='7.5'%20r='6.3'%20fill='none'%20stroke='%23fff'%20stroke-width='2'/%3E%3Cpath%20d='m12.5%2012.5%204.5%204.5'%20stroke='%23fff'%20stroke-width='2.6'%20stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
a.overimg[href="/search/"]::after {
  content: "パーティーの検索はこちら";
}

/* ------------------------------------------------------------
   3. CTA(お問い合わせ / 無料会員登録)
   ------------------------------------------------------------ */
#main-C .btn_area {
  margin-top: 70px;
  padding-bottom: 0 !important;
  margin: 30px auto 0 !important;
}
#main-C .btn_area .contacts {
  box-shadow: none;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
#main-C .btn_area .contacts .imgarea {
  margin: 0;
}
#main-C .btn_area .contacts .imgarea a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 370px;
  height: 60px;
  padding: 0 20px 0 0;
  border: 2px solid #333;
  border-radius: 100px;
  background: #333;
  color: #fff;
  font-size: 0px !important;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}
#main-C .btn_area .contacts .imgarea a.button:hover {
  opacity: 0.8;
}
#main-C .btn_area .contacts .imgarea a.button.arrow::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 28px;
}
#main-C .btn_area .contacts .regist_btn {
  margin-left: 0;
  width: 370px;
}
#main-C .btn_area .contacts .regist_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  margin: 0;
  padding: 0 20px 0 0;
  border: 2px solid #333;
  border-radius: 100px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
#main-C .btn_area .contacts .regist_btn a:hover {
  background: #333;
  color: #fff;
}
#main-C .btn_area .contacts .regist_btn a::before {
  content: none;
}
#main-C .btn_area .contacts .regist_btn a.arrow::after {
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  right: 28px;
}
#main-C .btn_area .contacts .regist_btn p.caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #979797;
  margin-top: 10px;
  text-align: left;
}

/* ------------------------------------------------------------
   4. ページトップへ
   ------------------------------------------------------------ */
#global-footer .page-top-link-wrapper {
  background: #f8f8f8;
  display: block;
  text-align: center;
  padding: 58px 0;
}
#global-footer .page-top-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  color: #333;
  text-decoration: none;
}
#global-footer .page-top-link::before {
  content: "ページトップへ";
  display: inline-block;
  border: none;
  transform: none;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1;
}
#global-footer .page-top-link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #cf201d;
}


/* ------------------------------------------------------------
   Footer
------------------------------------------------------------ */
#global-footer .global-footer-logo {
  width: auto;
  max-width: 1148px;
  margin: 0 auto;
  padding: 60px 20px 0;
  box-sizing: border-box;
}
#global-footer .global-footer-logo img {
  display: none;
}
#global-footer .global-footer-logo a {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
}
#global-footer .global-footer-logo a::before {
  content: "" !important;
  display: block;
  width: 198px;
  height: 28px;
  background: url("https://image-front.uigrowth.jp/otocon/otocon_logo.png") no-repeat left center / contain;
}
#global-footer .footer-section-wrapper {
  width: auto;
  max-width: 1148px;
  margin: 0 auto;
  padding: 40px 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
#global-footer .footer-section {
  margin-top: 0;
}
/* 1・2番目(パーティー/街コンをさがす)はカード化 */
#global-footer .footer-section:nth-of-type(1),
#global-footer .footer-section:nth-of-type(2) {
  box-sizing: border-box;
  width: calc(50% - 30px);
  padding: 20px 10px 20px 20px;
  background: #fefcfa;
  border: 1px solid #ffe2e2;
  border-radius: 6px;
}
#global-footer .footer-section:nth-of-type(3),
#global-footer .footer-section:nth-of-type(4) {
  width: 100%;
}
#global-footer .title-text {
  border-bottom: none;
  margin: 0 0 14px;
  padding: 0;
  background: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--otc-text);
}
/* 見出し左のアイコン(虫めがね等)はFigmaにないため非表示 */
#global-footer .title-text::before,
#global-footer .title-text::after {
  content: none;
}
#global-footer .title-text a {
  color: var(--otc-text);
}
/* カード内見出しは14px */
#global-footer .footer-section:nth-of-type(1) .title-text,
#global-footer .footer-section:nth-of-type(2) .title-text {
  font-size: 14px;
  margin-bottom: 16px;
}
#global-footer .sub-title-text::before {
  content: none;
}
#global-footer .region {
  align-items: baseline;
  margin-bottom: 0;
  padding: 10px 0;
}
#global-footer .region-text {
  width: 140px;
  flex: none;
  font-size: 14px;
  font-weight: 500;
}
#global-footer .region-text a {
  color: var(--otc-text);
}
#global-footer .city-list {
  flex-wrap: wrap;
  gap: 4px 0;
}
#global-footer .city {
  padding: 0 10px;
}
#global-footer .city:first-child {
  padding-left: 0;
}
/* 都市リンク間の縦罫線(Figma): 元CSSのabsolute罫線を調整 */
#global-footer .city-list .city + .city::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 12px;
  border-left: 1px solid var(--otc-border);
}
#global-footer .city .link-text {
  color: var(--otc-text);
  font-size: 14px;
}
#global-footer .city .link-text:hover {
  color: var(--otc-red);
}
#global-footer .region.area-introduction {
  margin-top: 0;
}
#global-footer .region.area-introduction .sub-title-text a {
  color: var(--otc-text);
  font-size: 14px;
  font-weight: 500;
}
/* 年代別ブロック(Figmaは背景なし・罫線区切り) */
#global-footer .region.age {
  flex-wrap: wrap;
  margin-top: 0;
  padding: 10px 0;
  background: none;
  border-radius: 0;
}
#global-footer .region.age .city-list {
  width: calc(100% - 140px);
}
#global-footer .region.age .city-list.age-list {
  margin-left: 140px;
  margin-top: 10px;
}
#global-footer .region.age .city {
  padding: 0 8px;
}
#global-footer .region.age .city:first-child {
  padding-left: 0;
}
/* コンテンツ一覧: 1段に横並び(Figma) */
#global-footer .content-navi {
  gap: 0 24px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#global-footer .content-group {
  width: auto;
  min-width: 0;
  max-width: none;
  margin: 0;
  flex: 0 1 auto;
}
#global-footer .content-group .sub-title-text,
#global-footer .content-group .sub-title-text a {
  color: var(--otc-text);
  font-size: 14px;
  font-weight: bold;
}
#global-footer .content-group .sub-title-text a:hover {
  color: var(--otc-red);
  text-decoration:none;
}
#global-footer .contents {
  margin: 0.6em 0 0 0;
}
#global-footer .content::before {
  content: none;
}
#global-footer .content .link-text {
  font-size: 12px;
  color: var(--otc-text);
}
#global-footer .content a.link-text:hover {
  color: var(--otc-red) !important;
  text-decoration: none;
}
/* 安心の証(左)・運営会社(右)を横並びに(Figma) */
#global-footer .footer-section:nth-of-type(4) {
  display: grid;
  grid-template-columns: 298px 1fr;
  column-gap: 70px;
  align-items: start;
}
#global-footer .footer-section:nth-of-type(4) > h2.icon-heart {
  grid-column: 1;
  grid-row: 1;
}
#global-footer .footer-section:nth-of-type(4) > .proof-list {
  grid-column: 1;
  grid-row: 2 / 4;
}
#global-footer .footer-section:nth-of-type(4) > h2:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0 !important;
}
#global-footer .footer-section:nth-of-type(4) > .stock-market {
  grid-column: 2;
  grid-row: 2;
}
#global-footer .footer-section:nth-of-type(4) > .firstview-note {
 display:none;
}
#global-footer .footer-section:nth-of-type(4) > h2:nth-of-type(3) {
  grid-column: 1 / -1;
  grid-row: 4;
  margin-top: 30px !important;
}
#global-footer .footer-section:nth-of-type(4) > .group-servicesite {
  grid-column: 1 / -1;
  grid-row: 5;
}
#global-footer .proof-list {
  justify-content: flex-start;
  align-items: center;
}
#global-footer .proof-list-item,
#global-footer .proof-list-item:nth-child(2) {
  width: auto;
  margin: 0 30px 10px 0;
}
#global-footer .proof-list-item img {
  height: 72px;
  width: auto;
}
/* 運営会社: アイコン + テキスト横並び */
#global-footer .stock-market {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#global-footer .stock-market-image {
  width: 46px;
  height: 60px;
  object-fit: contain;
}
#global-footer .stock-text {
  max-width: 330px;
  font-size: 12px;
  line-height: 24px;
  color: var(--otc-text);
}
#global-footer .firstview-note {
  font-size: 11px;
  line-height: 18px;
  color: var(--otc-text);
}
#global-footer .group-servicesite {
  gap: 16px 24px !important;
}
#global-footer .group-servicesite .group-link {
  font-size: 14px;
  color: var(--otc-text);
}
/* 法的リンク(Figma: 白帯・縦罫線区切り) */
#global-footer .special-page-list-wrapper {
  margin-top: 40px;
  padding: 40px 0;
  background: #fff;
}
#global-footer .special-page-list {
  justify-content: center;
}
#global-footer .special-page-list + .special-page-list {
  margin-top: 14px;
}
#global-footer .special-page + .special-page {
  margin-left: 29px;
}
#global-footer .special-page + .special-page::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  height: 13px;
  transform: translateY(-50%);
  border-left: 1px solid var(--otc-grey-text);
}
#global-footer .special-page-link-text {
  font-size: 12px;
  color: var(--otc-text);
}
/* コピーライト */
#global-footer .copyright {
  margin-top: 0;
  padding: 15px 0;
  background: var(--otc-red);
}
#global-footer .copyright-text {
  font-size: 0;          /* 元テキスト「Tameny, inc.…」を消す */
  color: #fff;
}
#global-footer .copyright-text::before {
  content: "Partner Agent,inc. All rights Reserved.";
  font-size: 10px;
  color: #fff;
}

/* TOPICS */

.info_box_date{
	line-height:40px;
	height: 100%;
}
.info_box_txt{
	line-height:40px;
	height: 100%;  
}
.oddN{
  margin:20px 0 0 20p;
  border-bottom: 1px solid #E2E2E2;
}
.evenN{
  border-bottom: 1px solid #E2E2E2;
}
.infolist_pager{
  text-align:center;
}
