@charset "UTF-8";
/* ============================================== */
/*                    共通設定                    */
/* ============================================== */
@media screen and (max-width: 768px) {
  :root {
    --headerHeight: 44px;
    --baseMargin: 55px;
  }
  html,
  body {
    min-width: 1px;
  }
  .inner {
    padding: 0 16px;
    min-width: 1px;
  }
  a[href*="tel"] {
    pointer-events: auto;
  }
  .pc_cont {
    display: none !important;
  }
  .sp_cont {
    display: block !important;
  }
  /* =========== /max-width:767px =========== */
}

/* -----------------------------------------------------------
common_parts
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* テキスト類 */
  .cap,
  figure figcaption {
    font-size: 10px;
  }
  figure .ml_img {
    margin-left: 0;
  }
  /* btn */
  .btn a {
    min-width: 315px;
    min-height: 60px;
    font-size: 1.6rem !important;
  }
  /* アクセシビリティ */
  .a11y.sp_cont {
    display: flex !important;
  }
}
/* ============================================== */
/* ヘッダー下アンカーリンク */
/* ============================================== */
@media screen and (max-width: 768px) {
  .anc_area {
    height: fit-content;
    padding-top: 4em;
    clip-path: inset(0 0 100%);
    transition: clip-path 0.5s;
  }
  .anc_area ul {
    flex-direction: column;
  }
  .ham.open + .anc_area {
    clip-path: inset(0);
  }
}
/* ============================================== */
/* ハンバーガーメニュー */
/* ============================================== */
@media screen and (max-width: 768px) {
  .ham {
    display: block;
  }
  .ham_bg {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 100vh;
    background: var(--textColor);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .ham.open + .anc_area + .ham_bg {
    opacity: 0.35;
    visibility: visible;
  }
}
/* -----------------------------------------------------------
KV
----------------------------------------------------------- */
@media screen and (min-width: 1950px) {
  .kv_ttl {
    position: relative;
    z-index: 0;
    top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    aspect-ratio: 375 / 600;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/lp_st_private_equity251015_kv_bg_sp.png);
  }
  .kv_ttl {
    padding: 10px 0 0 0;
  }
  .kv_ttl p:not(.bg_deco) {
    width: 100%;
    max-width: 275px;
    margin: 0 0 0.5em;
  }
  .kv_ttl h1 {
    font-size: 3.6rem !important;
  }
  .kv_ttl .bg_deco {
    font-size: 1.5rem;
  }
  .kv .inner > p {
    inset: auto 5px 5px auto;
    max-width: 150px;
  }
  .kv_txt p:first-of-type {
    text-align: center;
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
=== セクション共通 ===
----------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 970px) {
  .sec_p1::before,
  .sec_p2::before,
  .sec_p3::before,
  .sec_details::before,
  .sec_p5::before,
  .sec_disclaimer::before {
    inset: calc(-1.58vw - 62px) 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /* 見出し - h2 */
  section h2 {
    font-size: 2.6rem !important;
    line-height: 1.54;
    text-align: center;
  }
  section .type_h2 span:nth-of-type(1) {
    font-size: 3.6rem;
  }
  section .type_h2 span:nth-of-type(2) {
    font-size: 7.2rem;
  }
  section .type_h2::before,
  section .type_h2::after {
    width: calc(50% - 6em);
  }
  /* 見出し - h3 */
  section > h3,
  section .type_h3 {
    font-size: 2.2rem !important;
    line-height: 1.4545;
  }
  section > h3 + p,
  section .type_h3 + p {
    font-size: 1.5rem !important;
  }
  /* 見出し - h4 */
  section > h4,
  section .type_h4 {
    font-size: 1.6rem !important;
  }
  /* 見出し - ttl_cont */
  section .ttl_cont ul li {
    font-size: 1.5rem;
  }
  .sp_alignr {
    display: inline-block;
    width: 100%;
    margin: 0.2em 0 0 auto;
    text-align: right;
  }
  /* .bg_area */
  .bg_area {
    padding: 40px 20px;
  }
  /* アコーディオン */
  .ac > div > p {
    font-size: 1.5rem;
  }
  .ac > div > ol > li {
    font-size: 1.5rem;
  }
  .ac > div > ol > li span {
    font-size: 1.5rem;
  }
  /* アコーディオン - 青 */
  .ac {
    margin-bottom: 3.5rem;
  }
  .ac .ac_head {
    font-size: 1.6rem !important;
    line-height: 1.375;
    min-height: 60px;
  }
  .ac .ac_head::before,
  .ac .ac_head::after {
    width: 20px;
  }
  /* アコーディオン - 白 */
  .ac.wht {
    margin-bottom: 3rem;
  }
  .ac.wht .ac_head {
    font-size: 1.5rem !important;
  }
  .ac.wht .ac_head::before,
  .ac.wht .ac_head::after {
    width: 18px;
  }
  /* slick */
  .slider img {
    touch-action: pinch-zoom;
    margin-bottom: 60px;
  }
  .slick-dots {
    inset: 0;
    margin: auto !important;
    height: 10px;
    transform: translateY(calc(14.7vw * 330 / 165 + -93px)) !important;
  }
  .slick-dots li,
  .slick-dots li button {
    width: 10px !important;
    height: auto !important;
    aspect-ratio: 1;
  }
  .slick-dots li button:before {
    width: 10px !important;
    height: auto !important;
    aspect-ratio: 1;
    opacity: 1 !important;
    content: "" !important;
    background: #9fa0a0;
  }
  .slick-dots li.slick-active button:before {
    background: var(--mainBlue);
  }
  .slick-arrow {
    width: 1rem !important;
    /* transform: translateY(calc(-65px + 30vw)) !important; */
    transform: translateY(calc(-63px + 29.4vw)) !important;
  }
  .slick-prev,
  .slick-next {
    left: 0;
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    z-index: 1;
  }
  .slick-arrow::before {
    width: 1rem !important;
    opacity: 1 !important;
    color: var(--textColor) !important;
    background: transparent;
    font-size: 1.2rem !important;
  }
  .slick-prev::before {
    transform: translateX(-1.1em);
    content: "＜" !important;
  }
  .slick-next::before {
    transform: translateX(1.1em);
    content: "＞" !important;
  }

  /* modal */
  .modal_cont {
    padding: 35px 20px;
  }
  .modal_cont p {
    font-size: 1.6rem;
  }
  .modal_cont ul li {
    font-size: 1.4rem;
  }
  /* table */
  section table {
    --thWidth: 150px !important;
  }
  section table tr th,
  section table tr td {
    padding-inline: 1.4em;
    font-feature-settings: "halt";
  }
  /* 横フリック */
  .scroll_wrapper {
    overflow: auto;
  }
  .scroll_wrapper img,
  .scroll_wrapper table {
    width: 150%;
    min-width: 680px;
  }
  .simplebar-wrapper {
    padding-bottom: 20px;
  }
  .simplebar-scrollbar:before {
    opacity: 1 !important;
    background: #9fa0a0 !important;
  }
}
/* -----------------------------------------------------------
本商品の魅力
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec_points {
    padding-top: 60px !important;
  }
  .sec_points .bg_area {
    padding: 45px 18px;
  }
  .sec_points .bg_area h2 {
    margin-bottom: 55px;
  }
  .sec_points .bg_area ul {
    flex-direction: column;
    row-gap: 70px;
  }
  .sec_points .bg_area ul li {
    width: 100%;
    max-width: 100%;
  }
  .sec_points .bg_area ul li .type_h2 {
    padding: 0 0.8em;
  }
  .sec_points .bg_area ul li picture {
    max-width: 140px;
  }
  .sec_points .bg_area ul li .cap {
    min-height: 0;
    margin-bottom: 2rem;
  }
  /* Coming Soon */
  .video_wrapper.disabled::before {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------
POINT01
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec_p1 section > h4 {
    font-size: 1.4rem !important;
  }
}
/* -----------------------------------------------------------
POINT02
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec_p2 .bg_wht .inner {
    min-width: initial;
    max-width: initial;
  }
  .sec_p2 .bg_wht h3 {
    font-size: 2.2rem !important;
  }
  .sec_p2 .bg_wht ul li p:not(.a11y) {
    min-height: 4rem;
    padding: 0 1em;
  }
  .sec_p2 .bg_wht ul li p span:nth-of-type(1) {
    font-size: 1.2rem !important;
    min-width: 132px;
  }
  .sec_p2 .bg_wht ul li p span:nth-of-type(2) {
    font-size: 2.2rem !important;
  }
  .sec_p2 .bg_wht ul li.second p span:nth-of-type(2) {
    font-size: 1.7rem !important;
  }
}
/* -----------------------------------------------------------
POINT03
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec_p3 .ttl_cont + figure img {
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
  }
  .sec_p3 .bg_area.blue .mb_l {
    margin-bottom: 5rem;
  }
  .sec_p3 .token_list {
    flex-direction: column;
    row-gap: 0.75em;
    margin: 0 auto 1.5rem;
  }
  .sec_p3 .token_list li {
    width: 100%;
    font-size: 1.6rem;
  }
  figure + .box {
    flex-direction: column;
    row-gap: 1rem;
    padding: 1.5rem 1.5rem 0.8rem;
  }
  figure + .box > p {
    width: 100% !important;
  }
  figure + .box > p:has(img) {
    max-width: 105px;
  }
  figure + .box > .cap {
    font-size: 1.2rem !important;
  }
}
/* -----------------------------------------------------------
お申込みについて
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* お申込みについて */
  .sec_p4 .sec_apply {
    background: url(https://sbisec.akamaized.net/sbisec/images/static/2025/lp_st_private_equity251015_p4_bg_sp.png) no-repeat center bottom -1.5vw / calc(100% + 2.9vw) auto;
  }
  .sec_p4 .sec_apply::before {
    background: #d2d9ea;
  }
  .box_head:has(+ .bg_area) {
    border-radius: 5px 5px 0 0;
  }
  .box_head.large {
    font-size: 2.2rem !important;
    min-height: 50px;
  }
  .box_head.large + .bg_area > p:first-child {
    font-size: 1.5rem;
  }
  .box_head.large::before {
    height: 4px;
  }
  /* 募集要項 */
}
/* -----------------------------------------------------------
よくある質問
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec_p5 section > h3 {
    margin-bottom: 1em;
  }
}
/* -----------------------------------------------------------
ディスクレーマー
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .sec_disclaimer .bg_area .disc_ttl {
    font-size: 1.6rem !important;
  }
  .sec_disclaimer .bg_area {
    padding-inline: 18px;
  }
  .sec_disclaimer .scroll_wrapper {
    height: 75vh;
  }
  .sec_disclaimer .scroll_wrapper + .a11y {
    margin-bottom: 1em;
  }
}
/* -----------------------------------------------------------
aside
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  aside .flex {
    flex-direction: column;
    row-gap: 1.5em;
  }
  aside .flex > div {
    width: 100%;
    max-width: 100% !important;
  }
  aside .flex > div > p:nth-of-type(1) {
    min-height: 1px;
  }
  aside .flex > div:nth-of-type(1) > p:nth-of-type(1) {
    margin-bottom: 5px;
  }
  aside .flex > div:nth-of-type(3) > p:nth-of-type(1) {
    margin-bottom: 1px;
  }
}
