/* .bg-brown-red {
    background-color: #772319;
}

.bg-cream {
    background: linear-gradient(180deg, #FFFFFF 30%, #FFF6E5 100%);
}

.bg-cream2 {
    background-color: #fff6e5;
}

.bg-cream3 {
    background: linear-gradient(180deg, #FFF6DB 14.05%, #FFE45C 100%);
}

.bg-red {
    background-color: #ee4531;
}

.bg-red2 {
    background-color: #f87378;
}

.bg-yellow {
    background-color: #fff6db;
}

.bg-yellow2 {
    background-color: #ffe45c;
}

.bg-yellow3 {
    background-color: rgba(255, 246, 219, .5019607843);
}

.bg-yellow4 {
    background-color: #f5ae4a;
}

.bg-white {
    background-color: #fff;
}

.bg-white2 {
    background-color: #fff0f0;
}

.bg-white3 {
    background-color: #ffe4e4;
}

.bg-kabu-present-web-multiple-roulette {
    background: url("/images/content/kabu-present-web-multiple/background_roulet.png");
    background-size: cover;
}

.bg-kabu-present-web-multiple-result {
    background: url("/images/content/kabu-present-web-multiple/background_result.png");
    background-size: 100% 812px;
    background-repeat: no-repeat;
}

.bg-kabu-present-web-multiple-result2 {
    background: url("/images/content/kabu-present-web-multiple/background_result.png");
    background-size: cover;
}

.blur-8-px {
    filter: blur(8px);
}

.border-1px-solid-black {
    border: 1px solid #333;
}

.border-1px-solid-red {
    border: solid 1px red;
}

.border-1px-solid-red2 {
    border: solid 1px #ee4531;
}

.border-2px-solid-green {
    border: 2px solid #05aa8b;
}

.border-2px-solid-yellow {
    border: 2px solid #fae47d;
}

.border-b-1px-dotted-yellow {
    border-bottom: 1px dotted #fae47d;
}

.border-b-1\.5px-dotted-yellow {
    border-bottom: 1.5px dotted #fae47d;
}

@media(min-width: 750px) {
    .w-750\:border-b-none {
        border-bottom: none;
    }

    .w-750\:border-r-1\.5px-dotted-yellow {
        border-right: 1.5px dotted #fae47d;
    }
}

.bottom-0 {
    bottom: 0;
}

.color-black {
    color: #333;
}

.color-black2 {
    color: #585858;
}

.color-blue {
    color: #007cff;
}

.color-brown {
    color: #573007;
}

.color-gray {
    color: gray;
}

.color-green {
    color: #01aca4;
}

.color-green2 {
    color: #05aa8b;
}

.color-red {
    color: #ee4531;
}

.color-red2 {
    color: #f63027;
}

.color-red3 {
    color: red;
}

.color-red4 {
    color: #f87378;
}

.color-red5 {
    color: #ff6847;
}

.color-white {
    color: #fff;
}

.placeholder\:color-gray::placeholder {
    color: #999;
}

.placeholder\:color-red::placeholder {
    color: #ee4531;
}

.decoration-none {
    text-decoration: none;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.inline-block {
    display: inline-block;
}

.none {
    display: none;
}

@media(min-width: 750px) {
    .w-750\:flex {
        display: flex;
    }
}

.font-300 {
    font-weight: 300;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.font-900 {
    font-weight: 900;
}

.h-16-px {
    height: 16px;
}

.h-22-px {
    height: 22px;
}

.h-30-px {
    height: 30px;
}

.h-175-px {
    height: 175px;
}

@media(min-width: 750px) {
    .w-750\:h-55-px {
        height: 55px;
    }
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.leading-none {
    line-height: 1;
}

.m-0 {
    margin: 0;
}

.m-0-auto {
    margin: 0 auto;
}

.ml-4-px {
    margin-left: 4px;
}

.ml-6-px {
    margin-left: 6px;
}

.ml-10-px {
    margin-left: 10px;
}

.mb-2-px {
    margin-bottom: 2px;
}

.mb-4-px {
    margin-bottom: 4px;
}

.mb-8-px {
    margin-bottom: 8px;
}

.mb-12-px {
    margin-bottom: 12px;
}

.mb-14-px {
    margin-bottom: 14px;
}

.mb-16-px {
    margin-bottom: 16px;
}

.mb-20-px {
    margin-bottom: 20px;
}

.mb-24-px {
    margin-bottom: 24px;
}

.mb-32-px {
    margin-bottom: 32px;
}

.mb-36-px {
    margin-bottom: 36px;
}

.mb-48-px {
    margin-bottom: 48px;
}

.mb-64-px {
    margin-bottom: 64px;
}

@media(min-width: 750px) {
    .w-750\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .w-750\:m-0-auto {
        margin: 0 auto;
    }

    .w-750\:mb-16-px {
        margin-bottom: 16px;
    }

    .w-750\:mb-24-px {
        margin-bottom: 24px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.p-4-px {
    padding: 4px;
}

.p-16-px {
    padding: 16px;
}

.pt-10-px {
    padding-top: 10px;
}

.pt-12-px {
    padding-top: 12px;
}

.pt-16-px {
    padding-top: 16px;
}

.pt-24-px {
    padding-top: 24px;
}

.pl-38-px {
    padding-left: 38px;
}

.pb-6-px {
    padding-bottom: 6px;
}

.pb-8-px {
    padding-bottom: 8px;
}

.pb-12-px {
    padding-bottom: 12px;
}

.pb-16-px {
    padding-bottom: 16px;
}

.pb-20-px {
    padding-bottom: 20px;
}

.pb-24-px {
    padding-bottom: 24px;
}

.pb-32-px {
    padding-bottom: 32px;
}

.px-8-px {
    padding-left: 8px;
    padding-right: 8px;
}

.px-12-px {
    padding-left: 12px;
    padding-right: 12px;
}

.px-16-px {
    padding-left: 16px;
    padding-right: 16px;
}

.px-18-px {
    padding-left: 18px;
    padding-right: 18px;
}

.px-20-px {
    padding-left: 20px;
    padding-right: 20px;
}

.px-24-px {
    padding-left: 24px;
    padding-right: 24px;
}

.px-36-px {
    padding-left: 36px;
    padding-right: 36px;
}

.py-4-px {
    padding-top: 4px;
    padding-bottom: 4px;
}

.py-5-px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-8-px {
    padding-top: 8px;
    padding-bottom: 8px;
}

.py-12-px {
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-16-px {
    padding-top: 16px;
    padding-bottom: 16px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
} */

body {
    /* background: linear-gradient(90deg, #FFED91 0%, #FFDAC3 100%); */
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #573007;
    /* レンダリングの最適化（可読性優先） */
    text-rendering: optimizeLegibility;
    /* background-color: #FFF9F1; */
    background-color: #FFF;
}

footer {
    background: #f5ae4a;
    color: #fff;
}

@media(min-width: 750px) {

    /* footer {
        width: 750px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    } */
    footer {
        background: #01ACA4;
        padding: 40px 0;
        font-size: 18px;
    }
}

.campaign-title::before {
    content: "";
    position: absolute;
    background-image: url("../images/content/kabu-present-web-multiple/title-before.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
}

.campaign-title::after {
    content: "";
    position: absolute;
    background-image: url("../images/content/kabu-present-web-multiple/title-after.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
}

.campaign-underline {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #01aca4
}

.campaign-arrow-down::after {
    background-image: url("../images/content/kabu-present-web-multiple/icon-arrow--bottom.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 32px;
    height: 20px;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
}

.campaign-cv-btn-animation {
    animation: campaign-cv-btn-animation 3s ease-in-out infinite;
}

@keyframes campaign-cv-btn-animation {
    0% {
        transform: translateY(3px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(3px);
    }
}

.qa__summary::before {
    position: absolute;
    content: "";
    background-image: url("../images/content/kabu-present-web-multiple/icon-q.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.qa__summary.is-active .qa__btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 37%;
}

.qa__summary.is-active .qa__btn::before {
    content: none;
}

.qa__summary .qa__btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transition-duration: .2s;
}

.qa__summary .qa__btn::before {
    content: "";
    background-color: #05aa8b;
    border-radius: 10px;
    width: 2px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.qa__summary .qa__btn::after {
    content: "";
    background-color: #05aa8b;
    border-radius: 10px;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.rounded-2-px {
    border-radius: 2px;
}

.rounded-5-px {
    border-radius: 5px;
}

.rounded-8-px {
    border-radius: 8px;
}

.rounded-20-px {
    border-radius: 20px;
}

.rounded-100-px {
    border-radius: 100px;
}

.rounded-999-px {
    border-radius: 999px;
}

.rounded-top-left-20-px {
    border-top-left-radius: 20px;
}

.rounded-top-right-20-px {
    border-top-right-radius: 20px;
}

.rounded-bottom-left-20-px {
    border-bottom-left-radius: 20px;
}

.rounded-bottom-right-20-px {
    border-bottom-right-radius: 20px;
}

.select-none {
    user-select: none;
}

.shadow-black {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1019607843);
}

.shadow-red {
    box-shadow: 0 0 5px rgba(255, 0, 0, .5);
}

.shrink-0 {
    flex-shrink: 0;
}

.text-10-px {
    font-size: 10px;
}

.text-11-px {
    font-size: 11px;
}

.text-12-px {
    font-size: 12px;
}

.text-12\.5-px {
    font-size: 12.5px;
}

.text-13-px {
    font-size: 13px;
}

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

.text-18-px {
    font-size: 18px;
}

.text-20-px {
    font-size: 20px;
}

.text-22-px {
    font-size: 22px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.w-18-px {
    width: 18px;
}

.w-19-px {
    width: 19px;
}

.w-22-px {
    width: 22px;
}

.w-40-px {
    width: 40px;
}

.w-80-px {
    width: 80px;
}

.w-95-px {
    width: 95px;
}

.w-100-px {
    width: 100px;
}

.w-232-px {
    width: 232px;
}

.w-250-px {
    width: 250px;
}

.w-270-px {
    width: 270px;
}

.w-330-px {
    width: 330px;
}

.w-100\%-80px-12px {
    width: calc(100% - 80px - 12px);
}

.w-full {
    width: 100%;
}

@media(min-width: 750px) {
    .w-750\:w-50-\% {
        width: 50%;
    }

    .w-750\:w-375-px {
        width: 375px;
    }

    .w-750\:w-558-px {
        width: 558px;
    }

    .w-750\:w-638-px {
        width: 638px;
    }

    .w-750\:w-750-px {
        width: 750px;
    }
}

.z-9999 {
    z-index: 9999;
}

/* ===============================================
# 全体共通クラス
=============================================== */
.u-desktop {
    display: none;
}

.l-inner {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.l-inner-wide {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

img {
    margin: 0;
    vertical-align: middle;
}

@media (min-width: 750px) {
    .u-mobile {
        display: none;
    }

    .u-desktop {
        display: block;
    }

    .l-inner {
        max-width: 1000px;
    }

    .l-inner-wide {
        max-width: 1400px;
    }
}

.section-title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.section-title::before {
    content: "";
    position: absolute;
    background-image: url(../images/content/kabu-present-web-multiple/title-before.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
    top: 50%;
    left: -44px;
    transform: translateY(-50%);
}

.section-title::after {
    content: "";
    position: absolute;
    background-image: url(../images/content/kabu-present-web-multiple/title-after.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 28px;
    top: 50%;
    right: -44px;
    transform: translateY(-50%);
}

.section-title__subText {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.section-title__subText span {
    font-size: 18px;
    font-weight: 900;
    color: #E6251D;
}

.section-title__text {
    color: #01ACA4;
    font-size: clamp(0px, 5.867vw, 22px);
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 6px;
}

.section-title__underbar {
    width: 80px;
    height: 2px;
    background-color: #01ACA4;
    margin: 0 auto;
}

@media (min-width: 750px) {
    .section-title__text {
        /* font-size: clamp(16px, 5vw, 50px); */
        font-size: clamp(0px, 4.237vw, 50px);
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .section-title::before {
        width: 59px;
        height: 49.5px;
        left: -80px;
        top: 45%;
    }

    .section-title::after {
        width: 59px;
        height: 49.5px;
        right: -80px;
        top: 45%;
    }

    .section-title__underbar {
        height: 3.5px;
        width: 290px;
    }

    .section-title__subText {
        font-size: clamp(0px, 2.8vw, 28px);
    }

    .section-title__subText span {
        font-size: clamp(0px, 3.3vw, 33px);
    }
}


/* ===============================================
# mv
=============================================== */
.pc-mv {
    background-image: url("../images/content/kabu-present-web-multiple/mv-bg--new.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 2049 / 840;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
}

.pc-mv::after {
    content: "PR";
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 18px;
    color: #5E5E5E;
    border: 1px solid #5E5E5E;
    background-color: #fff;
    line-height: 1;
    padding: 2px 4px;
}

.pc-mv::before {
    content: "";
    background-image: url("../images/content/kabu-present-web-multiple/mv-bg--bottom.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.pc-mv__bottomStar {
    content: "";
    position: absolute;
    bottom: -260px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    aspect-ratio: 1928 / 470;
    background-image: url("../images/content/kabu-present-web-multiple/mv-star.png");
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.pc-mv__confetti {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    z-index: 1;
}

.pc-mv__content {
    width: 68%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.pc-mv__box--left {
    width: 311px;
    height: auto;
    position: absolute;
    bottom: -12px;
    left: 53px;
    z-index: 2;
}

.pc-mv__box--right {
    width: 337px;
    height: auto;
    position: absolute;
    bottom: -12px;
    right: 16px;
    z-index: 2;
}

.pc-mv__bottomText {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
    z-index: 1;
}

@media (min-width: 1100px) {
    .pc-mv__content {
        /* width: 800px; */
        height: auto;
        bottom: 0px;
    }
}

@media (min-width: 1400px) {
    .pc-mv__content {
        width: 60%;
        max-width: 902px;
        height: auto;
        bottom: 75px;
    }

    .pc-mv__box--left {
        width: 380px;
        bottom: 50px;
        left: 140px;
    }

    .pc-mv__box--right {
        width: 387px;
        bottom: 50px;
        right: 80px;
    }
}

/* ===============================================
# pc-mvBottom
=============================================== */
.pc-mvBottom {
    background-color: #fff;
    padding-top: 124px;
    padding-bottom: 120px;
}

.pc-mvButton__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1142px;
    padding: 0 24px;
    margin: 0 auto;
    gap: 26px;
}

.pc-mvButton__text {
    font-size: 19px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

.pc-mvButton__icon {
    width: 79px;
    height: auto;
    flex-shrink: 0;
}

.pc-mvBottom__button a {
    display: block;
    width: 600px;
    height: 100%;
    margin: 0 auto 45px;
    border-radius: 200px;
    box-shadow: 0px 16px 0 #B92413;
    transition: all 0.3s ease;

    /* 以下2行を追加 */
    position: relative;
    /* 光の基準位置にする */
    overflow: hidden;
    /* 光がボタンの丸みの外にはみ出さないようにする */
}

.pc-mvBottom__button a:hover {
    box-shadow: 0px 4px 0 #B92413;
    transform: translateY(12px);
}

.pc-mvBottom__button a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.pc-mvBottom__button a:hover::after {
    animation: shine 0.7s ease-in-out;
    /* 0.7秒かけて光らせる */
}

/* アニメーション定義 */
@keyframes shine {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

@media (min-width: 750px) {
    .pc-mvBottom__bubble {
        width: 664px;
        margin: 0 auto;
    }
}


.sp-mv {
    background-image: url("../images/content/kabu-present-web-multiple/mv-bg--sp.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    aspect-ratio: 375/316;
    margin-bottom: -10px;
}

.sp-mv__content {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 91%;
    height: auto;
    z-index: 1;
}

.sp-mv__confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sp-mv__text {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 92%;
    height: auto;
}

.sp-mv-bottom {
    position: relative;
}


/* ===============================================
# about
=============================================== */
.about {
    background-color: #FFF9F1;
    /* padding-bottom: 25px; */
}

.about__supplement {
    padding-top: 12px;
    font-size: 9px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 12px;
}

.about__topContent {
    position: relative;
    margin-bottom: 15px;
}

.about__title {
    margin-bottom: 12px;
}

.about__roulette {
    width: 150px;
    height: auto;
    margin: 0 auto 12px;
}

.about__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.64;
    margin-bottom: 5px;
}

.about__text span {
    font-size: 16px;
    font-weight: 700;
    color: #E6251D;
}

.about__subText {
    font-size: 10px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 24px;
}

.about__banner {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
}

.about__company {
    padding: 12px 0;
    border-top: 1px solid #FFEED7;
    border-bottom: 1px solid #FFEED7;
}

.about__company--text {
    font-size: 10px;
    color: #573007;
    margin-bottom: 12px;
}

.about__company--icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.about__company--icon {
    width: 46px;
    height: auto;
}

@media (min-width: 750px) {
    .about {
        position: relative;
        padding-bottom: 32px;
    }

    .about::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url("../images/content/kabu-present-web-multiple/about-banner-bg.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 295px;
        width: 100%;
    }

    .about__title {
        margin-bottom: 40px;
    }

    .about__topContent {
        top: -54px;
    }

    .about__content {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 36px;
        justify-content: center;
    }

    .about__roulette {
        width: 300px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .about__text {
        font-size: clamp(12px, 2.4vw, 24px);
    }

    .about__text span {
        font-size: clamp(12px, 3.0vw, 30px);
    }

    .about__subText {
        font-size: clamp(12px, 1.8vw, 18px);
    }

    .about__content {
        margin-bottom: 75px;
    }

    .about__banner {
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 2;
    }
}

/* ===============================================
# point
=============================================== */
.point {
    padding: 15px 0 25px;
    background-color: #FFF9F1;
}

.point__title {
    margin-bottom: 15px;
}

.point__title--red {
    font-size: 24px;
    color: #F15B04;
}

.point__item {
    padding-bottom: 25px;
    border-bottom: 1px solid #FFEED7;
    margin-bottom: 25px;
}

.point__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.point__icon {
    width: 155px;
    height: auto;
    margin: 0 auto 15px;
}

.point__itemTitle {
    font-size: clamp(0px, 4.8vw, 18px);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.point__itemTitle span {
    width: 22px;
    height: 22px;
}

.point__itemTitle span img {
    vertical-align: top;
}

.point__itemText {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.point__itemText span {
    font-weight: 700;
}

.point__subText {
    font-size: 10px;
    color: #585858;
    font-weight: 400;
    line-height: 1.6;
}

.point__link {
    font-size: 12px;
    color: #007AFF;
}

@media (min-width: 750px) {
    .point {
        padding: 75px 0 48px;
    }

    .point__title--small {
        font-size: clamp(0px, 4vw, 40px);
    }

    .point__title--red {
        font-size: clamp(0px, 4.915vw, 58px);
    }

    .point__item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(0px, 3.6vw, 36px);
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    .point__item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .point__item:nth-child(even) {
        /* flex-direction: row-reverse;
        justify-content: flex-end; */
    }

    .point__icon {
        width: 240px;
        height: auto;
        margin: 0;
        flex-shrink: 0;
    }

    .point__itemTitle {
        font-size: clamp(0px, 3.2vw, 35px);
        gap: 10px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .point__itemTitle span {
        width: 45px;
        height: 45px;
    }

    .point__itemText {
        font-size: clamp(0px, 2.4vw, 24px);
        margin-bottom: 20px;
    }

    .point__subText {
        font-size: clamp(0px, 1.8vw, 18px);
    }

    .point__link {
        font-size: clamp(0px, 2.4vw, 24px);
    }
}


/* ===============================================
# why
=============================================== */
.why {
    padding: 24px 0 20px;
    background-color: #fff;
}

.why__title {
    margin-bottom: 15px;
}

.why__items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.why__icon {
    width: 180px;
    height: auto;
    margin: 0 auto 15px;
}

.why__content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.why__number {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.why__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    margin-bottom: 5px;
}

.why__text span {
    font-size: 16px;
    font-weight: 700;
    color: #E6251D;
}


@media (min-width: 750px) {
    .why {
        padding: 50px 0 40px;
    }

    .why__title {
        margin-bottom: 45px;
    }

    .why__number {
        width: 45px;
        height: 45px;
    }

    .why__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 36px;
    }

    .why__icon {
        width: 618px;
    }

    .why__content {
        gap: 25px;
    }

    .why__text {
        font-size: clamp(0px, 2.4vw, 24px);
        margin-bottom: 12px;
    }

    .why__text span {
        font-size: clamp(0px, 3.0vw, 30px);
    }
}

/* ===============================================
# before
=============================================== */
.before {
    padding: 25px 0 25px;
    background-color: #FFF9F1;
}

.before__title {
    margin-bottom: 15px;
}

.before__description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.before__description span {
    font-size: 16px;
    font-weight: 700;
    color: #E6251D;
}

.before__checkList {
    padding: 15px 20px 20px;
    background-color: #fff;
    border: 2px solid #FCE5C0;
    border-radius: 20px;
}

.before__checkList--title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 900;
}

.before__checkList--title span {
    font-weight: 400;
}

.before__icon {
    width: 150px;
    height: auto;
    margin: 0 auto 15px;
}

.before__checkList--item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #FAE47D;
}

.before__checkList--item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.before__checkList--icon {
    width: 19px;
    height: 19px;
}

.before__checkList--icon img {
    vertical-align: top;
}

.before__checkList--text {
    font-size: 12px;
    line-height: 1.65;
}

.before__checkList--text span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 1px;
}

@media (min-width: 750px) {
    .before {
        padding: 50px 0 45px;
    }

    .before__title {
        margin-bottom: 45px;
    }

    .before__description {
        font-size: clamp(0px, 2.4vw, 24px);
        width: fit-content;
        margin: 0 auto 15px;
    }

    .before__description span {
        font-size: clamp(0px, 3.0vw, 30px);
    }

    .before__content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 20px;
    }

    .before__icon {
        width: clamp(0px, 40vw, 400px);
        height: auto;
        flex-shrink: 0;
    }

    .before__checkList {
        padding: 30px 30px;
    }

    .before__checkList--title {
        font-size: clamp(0px, 3.0vw, 30px);
        margin-bottom: 20px;
    }

    .before__checkList--item {
        gap: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .before__checkList--icon {
        width: 40px;
        height: 40px;
    }

    .before__checkList--text {
        font-size: 18px;
        width: clamp(0px, 40vw, 400px);
    }

    .before__checkList--text span {
        /* font-size: clamp(0px, 3.0vw, 30px); */
        font-size: 22px;
        font-weight: 700;
        /* color: #E6251D; */
    }
}

/* ===============================================
# flow
=============================================== */
.flow {
    background-color: #fff;
    position: relative;
    margin-top: 48px;
    padding-top: 68px;
    padding-bottom: 25px;
}

.flow::before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 32px;
    background-image: url('/images/content/kabu-present-web-multiple/flow-topBg--sp.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.flow__title {
    margin-bottom: 15px;
}

.flow__topContent {
    position: absolute;
    width: clamp(0px, 57.333vw, 215px);
    height: auto;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.flow__topContent::before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: -58px;
    width: 47px;
    height: 64px;
    background-image: url('/images/content/kabu-present-web-multiple/flow-top--left.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.flow__topContent::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: -58px;
    width: 47px;
    height: 64px;
    background-image: url('/images/content/kabu-present-web-multiple/flow-top--right.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.flow__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 16px;
}

.flow__subText {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    color: #585858;
    margin-bottom: 15px;
    text-align: center;
}

.flow__item {
    background-color: #FFF9F1;
    border-radius: 20px;
    border: 1px solid #FCE5C0;
    padding: 12px 15px 20px;
    margin-bottom: 26px;
    position: relative;
}

.flow__item:last-child {
    margin-bottom: 0;
}

.flow__item::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    background-image: url('/images/content/kabu-present-web-multiple/icon-arrow--bottom.png');
    background-position: center;
    background-size: contain;
}

.flow__item:last-child::after {
    display: none;
}

.flow__icon {
    width: 95px;
    height: auto;
    margin-bottom: 4px;
    margin: 0 auto;
}

.flow__itemTitle {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 12px;
}

.flow__itemText {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 8px;
}

.flow__itemSubText {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    color: #585858;
}

.flow__itemSubText a {
    color: #007AFF;
    text-decoration: underline;
}

.flow__itemText--small {
    font-size: 13px;
}

@media (min-width: 750px) {
    .flow {
        margin-top: 138px;
        padding-top: clamp(0px, 21vw, 210px);
        padding-bottom: 75px;
    }

    .flow__title {
        margin-bottom: 35px;
    }

    .flow::before {
        top: -120px;
        height: 120px;
        background-image: url('/images/content/kabu-present-web-multiple/flow-topBg--pc.png');
    }

    .flow__topContent {
        width: clamp(0px, 59.6vw, 596px);
        top: -72px;
    }

    .flow__text {
        font-size: 20px;
        line-height: 1.65;
        margin-bottom: 42px;
    }

    .flow__subText {
        font-size: clamp(0px, 1.8vw, 18px);
        line-height: 1.65;
        margin-bottom: 48px;
    }

    .flow__items {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 42px;
    }

    .flow__item {
        display: flex;
        flex-direction: column;
        padding: 30px;
        padding-top: 28px;
        margin-bottom: 0;
        width: calc(100% / 3 - 84px / 3);
    }

    .flow__item::before {
        content: '';
        position: absolute;
        top: -27px;
        left: -12px;
        width: 146px;
        height: 57px;
        z-index: -1;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .flow__item:nth-child(1)::before {
        background-image: url('/images/content/kabu-present-web-multiple/flow-step1.png');
    }

    .flow__item:nth-child(2)::before {
        background-image: url('/images/content/kabu-present-web-multiple/flow-step2.png');
    }

    .flow__item:nth-child(3)::before {
        background-image: url('/images/content/kabu-present-web-multiple/flow-step3.png');
    }

    .flow__icon {
        margin: 0 auto 12px;
        /* width: clamp(0px, 19vw, 190px); */
        width: 150px;
        flex-shrink: 0;
    }

    .flow__itemTitle {
        font-size: 28px;

        line-height: 1.5;
        margin-bottom: 20px;
        text-align: left;
    }

    .flow__itemText {
        font-size: 18px;
        text-align: left;
    }

    .flow__itemText--small {
        font-size: 15px;
        color: #585858;
    }

    .flow__itemSubText {
        font-size: clamp(0px, 1.8vw, 18px);
    }

    .flow__item::after {
        bottom: 50%;
        transform: translateY(50%) rotate(-90deg);
        left: auto;
        right: -43px;
        width: 38px;
        height: 24px;
    }
}

/* ===============================================
# select-broker（証券会社タブ）
=============================================== */
.broker-title {
    margin-bottom: 16px;
}

.select-broker {
    padding: 24px 0 0;
    background-color: #FFF7ED;
}

@media (min-width: 750px) {
    .select-broker {
        padding: 36px 0 0;
    }

    .broker-title {
        margin-bottom: 49px;
    }
}

.select-broker__title {
    margin-bottom: 12px;
}

.select-broker__text {
    font-size: 16px;
    color: #482805;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
}

.select-broker__subText {
    font-size: 10px;
    color: #AE9988;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 24px;
}

@media (min-width: 750px) {
    .select-broker__text {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .select-broker__subText {
        font-size: 18px;
        margin-bottom: 48px;
    }
}


.broker-tabs__tablist {
    display: flex;
    align-items: flex-end;
    gap: 0;
    position: relative;
    z-index: 1;
}

.broker-tabs__tab {
    flex: 1;
    margin: 0;
    padding: 14px 0 16px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    border: 2px solid #F1E0D1;
    border-bottom: none;
    border-radius: 18px 18px 0 0;
    background-color: #fff;
    color: #0d4a5c;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.broker-tabs__tab+.broker-tabs__tab {
    margin-left: -1px;
}

.broker-tabs__tab:focus-visible {
    outline: 2px solid #ff5e00;
    outline-offset: 2px;
}

.broker-tabs__tab--matsui.is-active {
    z-index: 2;
    position: relative;
    background-color: #1CC59C;
    color: #fff;
    border-color: #1CC59C;
    transform: translateY(0);
    padding-bottom: 18px;
    font-size: 21px;
    font-weight: bold;
}

.broker-tabs__tab--gmo.is-active {
    z-index: 2;
    position: relative;
    background-color: #009DFF;
    color: #fff;
    border-color: #009DFF;
    transform: translateY(0);
    padding-bottom: 18px;
    font-size: 20px;
    font-weight: bold;
}

.broker-tabs__tab:not(.is-active) {
    color: #0d4a5c;
    padding-bottom: 12px;
    opacity: 0.98;
}

.broker-tabs[data-active="gmo"] .broker-tabs__tab--matsui:not(.is-active) {
    color: #1F7165;
}

.broker-tabs[data-active="matsui"] .broker-tabs__tab--gmo:not(.is-active) {
    color: #1357AC;
}

.broker-tabs__shell {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    /* padding: 20px 16px 22px;
    border-radius: 0 0 18px 18px; */
    overflow: hidden;
}

.broker-tabs[data-active="matsui"] .broker-tabs__shell {
    /* background-color: #3db89a;
    background-image: repeating-linear-gradient(-36deg,
            rgba(255, 255, 255, 0.07) 0,
            rgba(255, 255, 255, 0.07) 10px,
            transparent 10px,
            transparent 20px); */
}

.broker-tabs[data-active="gmo"] .broker-tabs__shell {
    /* background-color: #2276e8;
    background-image: repeating-linear-gradient(-36deg,
            rgba(255, 255, 255, 0.08) 0,
            rgba(255, 255, 255, 0.08) 10px,
            transparent 10px,
            transparent 20px); */
}

.broker-tabs__panel--hidden {
    display: none !important;
}

.broker-tabs__card {
    background-color: #fff;
    border-radius: 14px;
    padding: 18px 16px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.broker-tabs__lead {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    color: #482805;
    margin: 0 0 16px;
}

.broker-tabs__cta {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 14px 20px;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    background-color: #f63027;
    color: #fff !important;
    box-shadow: 0 5px 0 0 #be0800;
}

.broker-tabs__cta--link {
    text-decoration: none;
    box-sizing: border-box;
}

.broker-tabs__cta:hover {
    opacity: 0.95;
}

.broker-tabs__cta:active {
    transform: translateY(2px);
    box-shadow: 0 3px 0 0 #be0800;
}

.matsui-point {
    position: relative;
    background-color: #E4F8EF;
    padding-top: 16px;
}

.matsui-point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/content/kabu-present-web-multiple/matsui-receive-bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (min-width: 750px) {
    .matsui-point::before {
        background-image: url(../images/content/kabu-present-web-multiple/broker-point-bg--pc.png);
        width: 1000px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.matsui-point__title {
    position: relative;
    z-index: 1;
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 24px;
}

@media (min-width: 750px) {
    .matsui-point__title {
        max-width: 418px;
    }
}

.matsui-point__items {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px 28px;
    max-width: 550px;
    margin: 0 auto;
}

.matsui-acc {
    margin: 0;
    background-color: #fff;
    overflow: hidden;
}

.matsui-acc__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.45;
    color: #333333;
    border: 1px solid #6DC99F;
    border-radius: 5px;
}

.matsui-acc__summary:focus {
    outline: none;
}

.matsui-acc__summary:focus-visible {
    outline: 2px solid #6DC99F;
    outline-offset: 2px;
}

.matsui-acc__icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #6DC99F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matsui-acc__check {
    display: block;
    margin-top: 1px;
}

.matsui-acc__title {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.matsui-acc__chev {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6DC99F;
    border-bottom: 2px solid #6DC99F;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.2s ease;
}

.matsui-acc[open] .matsui-acc__chev {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.matsui-acc__body.js-details-content {
    display: none;
    padding: 24px 16px 20px;
    border-left: 1px solid #D7F3E7;
    border-right: 1px solid #D7F3E7;
    border-bottom: 1px solid #D7F3E7;
}

.matsui-acc__text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #333333;
}

@media (min-width: 750px) {
    .matsui-acc__text {
        font-size: 18px;
    }
}

.matsui-cv {
    background-color: #fff;
}

.matsui-cv-fixed {
    background-color: #fff;
    padding-bottom: 28px;
}

.gmo-cv-fixed {
    background-color: #fff;
    padding-bottom: 28px;
}

.matsui-cv.is-sticky,
.gmo-cv.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    /* padding: 8px 12px 12px; */
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    background-color: #ffffff77;
    padding-bottom: 0;
}

.matsui-cv.is-sticky .matsui-cv__button,
.gmo-cv.is-sticky .gmo-cv__button {
    pointer-events: auto;
}

.matsui-cv.is-sticky.is-hidden,
.gmo-cv.is-sticky.is-hidden {
    opacity: 0;
    transform: translateY(16px);
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 750px) {

    .matsui-cv.is-sticky,
    .gmo-cv.is-sticky {
        padding-bottom: 30px;
    }
}

.has-broker-sticky-cv {
    padding-bottom: 140px;
}

.matsui-cv__bubble {
    width: 100%;
    max-width: 375px;
    margin: 0 auto -16px;
}

@media (min-width: 750px) {
    .matsui-cv__bubble {
        max-width: 664px;
    }
}

.matsui-cv__button {
    display: block;
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
}


@media (min-width: 750px) {
    .matsui-point__items {
        padding: 0 24px 32px;
        max-width: 100%;
    }

    .matsui-acc__summary {
        font-size: 20px;
        padding: 16px 18px 14px;
    }

    .matsui-acc__body.js-details-content {
        padding: 16px 20px 18px 56px;
    }

    .matsui__banner {
        background-color: #1CC59C;
    }

    .matsui__banner img {
        max-width: 1000px;
        height: auto;
        margin: 0 auto;
    }

    .gmo__banner {
        background-color: #009DFF;
    }

    .gmo__banner img {
        max-width: 1000px;
        height: auto;
        margin: 0 auto;
    }

    .matsui-cv__button {
        max-width: 600px;
        border-radius: 200px;
        box-shadow: 0px 16px 0 #B92413;
        transition: all 0.3s ease;
    }

    .matsui-cv__button:hover {
        box-shadow: 0px 4px 0 #B92413;
        transform: translateY(12px);
    }

    .gmo-cv__button {
        max-width: 600px;
        border-radius: 200px;
        box-shadow: 0px 16px 0 #B92413;
        transition: all 0.3s ease;
    }

    .gmo-cv__button:hover {
        box-shadow: 0px 4px 0 #B92413;
        transform: translateY(12px);
    }
}

.gmo-point {
    /* background: linear-gradient(to bottom,
            #FFFFFF 45%,
            #E3FBFF 100%); */
    background-color: #E3FBFF;
    position: relative;
}

.gmo-point::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/content/kabu-present-web-multiple/gmo-receive-bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (min-width: 750px) {
    .gmo-point::before {
        background-image: url(../images/content/kabu-present-web-multiple/broker-point-bg--pc.png);
        width: 1000px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.gmo-point__title {
    position: relative;
    z-index: 1;
    max-width: 240px;
    margin: 0 auto;
    padding-bottom: 24px;
}

@media (min-width: 750px) {
    .gmo-point__title {
        max-width: 418px;
    }
}

.gmo-point__items {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px 28px;
    max-width: 550px;
    margin: 0 auto;
}

.gmo-acc {
    margin: 0;
    /* border: 1px solid #7eb8ee; */
    /* border-radius: 10px; */
    background-color: #fff;
    overflow: hidden;
}

.gmo-acc__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.45;
    color: #333333;
    border: 1px solid #66B7F1;
    border-radius: 5px;
}

@media (min-width: 750px) {
    .gmo-acc__summary {
        font-size: 20px;
    }
}

.gmo-acc__summary:focus {
    outline: none;
}

.gmo-acc__summary:focus-visible {
    outline: 2px solid #7eb8ee;
    outline-offset: 2px;
}

.gmo-acc__icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #66B7F1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gmo-acc__check {
    display: block;
    margin-top: 1px;
}

.gmo-acc__title {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.gmo-acc__chev {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7eb8ee;
    border-bottom: 2px solid #7eb8ee;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.2s ease;
}

.gmo-acc[open] .gmo-acc__chev {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.gmo-acc__body.js-details-content {
    display: none;
    padding: 24px 16px 20px;
    border-left: 1px solid #D6ECF9;
    border-right: 1px solid #D6ECF9;
    border-bottom: 1px solid #D6ECF9;
}

.gmo-acc__text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #333333;
}

.gmo-acc__text+.gmo-acc__text {
    /* margin-top: 0.65em; */
}

.gmo-acc__note {
    font-size: 13px;
    color: #333333;
}

@media (min-width: 750px) {
    .gmo-acc__text {
        font-size: 18px;
    }

    .gmo-acc__note {
        font-size: 14px;
    }
}

.gmo-cv {
    background-color: #fff;
}

.gmo-cv__bubble {
    width: 100%;
    max-width: 375px;
    margin: 0 auto -16px;
}

@media (min-width: 750px) {
    .gmo-cv__bubble {
        max-width: 664px;
    }
}

.gmo-cv__button {
    display: block;
    width: 100%;
    max-width: 354px;
    margin: 0 auto;
}

@media (min-width: 750px) {
    .gmo-cv__button {
        max-width: 600px;
    }
}

@media (min-width: 750px) {
    .broker-tabs__tablist {
        width: 70vw;
        max-width: 980px;
        margin: 0 auto;
    }

    .gmo-point__items {
        padding: 0 24px 32px;
        max-width: 100%;
    }

    .gmo-acc__summary {
        padding: 16px 18px 14px;
    }

    .gmo-acc__body.js-details-content {
        padding: 16px 20px 18px 56px;
    }

    .broker-tabs__tab {
        font-size: 20px;
        padding: 16px 0 18px;
    }

    .broker-tabs__tab--matsui.is-active,
    .broker-tabs__tab--gmo.is-active {
        padding-bottom: 20px;
        font-size: 32px;
    }

    .broker-tabs__shell {
        padding: 0;
    }

    .broker-tabs__lead {
        font-size: 14px;
    }
}

.matsui-receive {
    padding-top: 20px;
    background: linear-gradient(to bottom,
            #FFFFFF 45%,
            #E4F8EF 100%);
    padding-bottom: 12px;
}

.matsui-receive__inner {
    position: relative;
}

.matsui-receive__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/content/kabu-present-web-multiple/broker-point-bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (min-width: 750px) {
    .matsui-receive__inner::before {
        background-image: url(../images/content/kabu-present-web-multiple/broker-point-bg--pc.png);
        top: -46px;
    }
}

.matsui-receive__title {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}

@media (min-width: 750px) {
    .matsui-receive__title {
        max-width: 506px;
    }
}

.matsui-receive__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

@media (min-width: 750px) {
    .matsui-receive__text {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

.matsui-receive__content {
    position: relative;
    z-index: 1;
    width: 98%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 750px) {
    .matsui-receive__content {
        max-width: 100%;
    }
}

.matsui-receive__annotation-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 16px;

}

.matsui-receive__annotation {
    /* text-align: center; */
    display: inline-block;
    text-align: left;
    font-size: 10px;
    line-height: 1.6;
    color: #585858;
}

.gmo-receive {
    padding-top: 20px;
    padding-bottom: 12px;
    background: linear-gradient(to bottom,
            #FFFFFF 45%,
            #E3FBFF 100%);
}

.gmo-receive__inner {
    position: relative;
}

.gmo-receive__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/content/kabu-present-web-multiple/broker-point-bg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media (min-width: 750px) {
    .gmo-receive__inner::before {
        background-image: url(../images/content/kabu-present-web-multiple/broker-point-bg--pc.png);
        top: -46px;
    }
}

.gmo-receive__title {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 24px;
}

@media (min-width: 750px) {
    .gmo-receive__title {
        max-width: 506px;
    }
}

.gmo-receive__text {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

@media (min-width: 750px) {
    .gmo-receive__text {
        font-size: 24px;
        margin-bottom: 32px;
    }
}

.gmo-receive__content {
    position: relative;
    z-index: 1;
    width: 98%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 750px) {
    .gmo-receive__content {
        max-width: 100%;
    }
}

.gmo-receive__content2 {
    position: relative;
    z-index: 1;
    /* width: 100%; */
    max-width: 400px;
    margin: -16px auto 0;
    padding: 0px 14px;
}

.matsui-apply {
    padding-top: 20px;
    background-image: url(../images/content/kabu-present-web-multiple/matsui-apply-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.matsui-apply__title {
    width: 100%;
    max-width: 305px;
    margin: 0 auto 16px;
}

.matsui-apply__text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
}

.matsui-apply__text::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 1px;
    width: 190px;
    height: 5px;
    background-image: url(../images/content/kabu-present-web-multiple/matsui-apply-textUnderLine.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.matsui-apply__content {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 24px;
}

.matsui-apply__button {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 24px;
}

.gmo-apply {
    padding-top: 20px;
    background-image: url(../images/content/kabu-present-web-multiple/gmo-apply-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gmo-apply__title {
    width: 100%;
    max-width: 305px;
    margin: 0 auto 16px;
}

.gmo-apply__text {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    text-align: center;
}

.gmo-apply__text::after {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 1px;
    width: 260px;
    height: 5px;
    background-image: url(../images/content/kabu-present-web-multiple/gmo-apply-textUnderLine.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.gmo-apply__content {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 24px;
}

.gmo-apply__button {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 24px;
}

/* 松井証券：応募要項アコーディオン */
.matsui-requirement {
    padding: 24px 0 28px;
    background-color: #fff;
}

.matsui-requirement .l-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* max-width: 550px; */
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.matsui-requirement__title {
    /* font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    color: #1F7165;
    text-align: center; */
    margin-bottom: 8px;
}

.matsui-req-acc {
    margin: 0;
    /* border-radius: 8px; */
    overflow: hidden;
    background-color: #fff;
}

.matsui-req-acc__summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background-color: #CBF6EB;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border: 2px solid #EEEEEE;
    border-radius: 10px;
}

.matsui-req-acc__summary:focus {
    outline: none;
}

.matsui-req-acc__summary:focus-visible {
    outline: 2px solid #6dc99f;
    outline-offset: 2px;
}

.matsui-req-acc__dot {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #92E2CF;
}

.matsui-req-acc__title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #054831;
    text-align: left;
}

@media (min-width: 750px) {
    .matsui-req-acc__title {
        font-size: 20px;
    }
}

.matsui-req-acc__toggle {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.matsui-req-acc__toggle::before,
.matsui-req-acc__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #333;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.matsui-req-acc__toggle::before {
    width: 12px;
    height: 2px;
}

.matsui-req-acc:not([open]) .matsui-req-acc__toggle::after {
    width: 2px;
    height: 12px;
}

.matsui-req-acc[open] .matsui-req-acc__toggle::after {
    display: none;
}

.matsui-req-acc__body.js-details-content {
    display: none;
    padding: 16px 18px 18px;
    background-color: #fff;
    border-left: 2px solid #EEEEEE;
    border-right: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    border-radius: 0 0 10px 10px;
}

.matsui-req-acc__text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
}

.matsui-req-acc__note {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.65;
    color: #585858;
}

@media (min-width: 750px) {
    .matsui-req-acc__text {
        font-size: 18px;
    }

    .matsui-req-acc__note {
        font-size: 14px;
    }
}

.matsui-req-acc__text--lead {
    margin-bottom: 8px;
}

.matsui-req-acc__text+.matsui-req-acc__text {
    margin-top: 0.5em;
}


.matsui-req-acc__note:first-of-type {
    margin-top: 10px;
}

@media (min-width: 750px) {
    .matsui-requirement {
        padding: 56px 0 36px;
    }

    .matsui-requirement .l-inner {
        padding-left: 24px;
        padding-right: 24px;
        /* max-width: 100%; */
    }

    .matsui-req-acc__summary {
        padding: 16px 20px;
    }

    .matsui-req-acc__body.js-details-content {
        padding: 18px 22px 20px;
    }

    .matsui-receive__inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .matsui-point__inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .gmo-receive__inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .gmo-point__inner {
        max-width: 1000px;
        margin: 0 auto;
    }
}

/* GMOクリック証券：応募要項アコーディオン */
.gmo-requirement {
    padding: 24px 0 28px;
    background-color: #fff;
}

.gmo-requirement .l-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* max-width: 550px; */
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.gmo-requirement__title {
    /* font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    color: #1357AC;
    text-align: center; */
    margin-bottom: 8px;
}

.gmo-req-acc {
    margin: 0;
    overflow: hidden;
    background-color: #fff;
}

.gmo-req-acc__summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background-color: #C3F6FF;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
}

.gmo-req-acc__summary:focus {
    outline: none;
}

.gmo-req-acc__summary:focus-visible {
    outline: 2px solid #66b7f1;
    outline-offset: 2px;
}

.gmo-req-acc__dot {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #A0DEF4;
}

.gmo-req-acc__title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #0c2d45;
    text-align: left;
}

@media (min-width: 750px) {
    .gmo-req-acc__title {
        font-size: 20px;
    }
}

.gmo-req-acc__toggle {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #8ebdd4;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.gmo-req-acc__toggle::before,
.gmo-req-acc__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #0c4a6e;
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.gmo-req-acc__toggle::before {
    width: 12px;
    height: 2px;
}

.gmo-req-acc:not([open]) .gmo-req-acc__toggle::after {
    width: 2px;
    height: 12px;
}

.gmo-req-acc[open] .gmo-req-acc__toggle::after {
    display: none;
}

.gmo-req-acc__body.js-details-content {
    display: none;
    padding: 16px 18px 18px;
    background-color: #fff;
    border-left: 2px solid #EEEEEE;
    border-right: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    border-radius: 0 0 10px 10px;
}

.gmo-req-acc__text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
}

@media (min-width: 750px) {
    .gmo-req-acc__text {
        font-size: 18px;
    }
}

.gmo-req-acc__text--lead {
    margin-bottom: 8px;
}

.gmo-req-acc__text+.gmo-req-acc__text {
    margin-top: 0.5em;
}

.gmo-req-acc__note {
    margin: 8px 0 0;
    font-size: 10px;
    line-height: 1.65;
    color: #585858;
}

.gmo-req-acc__note a {
    color: #007AFF;
    text-decoration: underline;
}

.gmo-req-acc__note:first-of-type {
    margin-top: 10px;
}

@media (min-width: 750px) {
    .gmo-requirement {
        padding: 56px 0 36px;
    }

    .gmo-requirement .l-inner {
        padding-left: 24px;
        padding-right: 24px;
        /* max-width: 100%; */
    }

    .gmo-req-acc__summary {
        padding: 16px 20px;
    }

    .gmo-req-acc__body.js-details-content {
        padding: 18px 22px 20px;
    }
}

/* ===============================================
# requirements：応募要項
=============================================== */
.requirements {
    padding: 24px 0;
    /* background-color: #FFF9F1; */
    background-color: #fff;
}


.requirements__container {
    padding: 16px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px #F8D8BF;
    height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 750px) {
    .requirements__container {
        padding: 32px 40px;
        height: 620px;
    }
}

/* .requirements__items {
    padding: 16px;
    border-radius: 10px;
    border: 2px solid #A9D8CF;
    background-color: #fff;
    margin-bottom: 12px;
}

.requirements__item {
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #05AA8B;
}

.requirements__item--last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.requirements__item--title {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #160556;
    font-weight: 700;
    margin-bottom: 8px;
}

.requirements__item--icon {
    width: 18px;
    height: 16px;
    flex-shrink: 0;
    line-height: 0;
}

.requirements__item--text {
    font-size: 12px;
}

.requirements__item--text span {
    margin-top: 8px;
    font-size: 10px;
    display: block;
    line-height: 1.5;
    color: #585858;
} */

.requirements__box {
    border-radius: 10px;
    margin-bottom: 16px;
}

.requirements__box--last {
    margin-bottom: 0;
}

.requirements__box--title {
    color: #FF5E00;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding-left: 17px;
}

.requirements__box--title::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #FF5E00;
    border-radius: 50%;
}

.requirements__small {
    font-size: 10px;
    color: #482805;
}

@media (min-width: 750px) {
    .requirements__box--title {
        font-size: 24px;
        padding-left: 20px;
    }

    .requirements__box--title::before {
        top: 12px;
    }

    .requirements__small {
        font-size: 12px;
    }
}


.requirements__box--content {
    font-size: 12px;
}

.requirements__box--content a {
    color: #007AFF;
    text-decoration: underline;
}

/* .requirements__box--content--flow div {
    height: 392px;
    overflow-y: scroll;
} */

.requirements__item {
    /* margin-bottom: 12px; */
    position: relative;
    padding-left: 14px;
}

@media (min-width: 750px) {
    .requirements__item {
        padding-left: 20px;
        font-size: 20px;
    }

    .requirements__box--content {
        font-size: 20px;
    }
}

.requirements__item span {
    position: absolute;
    left: 0;
    top: 0;
}

.requirements__title {
    margin-bottom: 16px;
}

@media (min-width: 750px) {
    .requirements {
        padding: 24px 0;
    }

    .requirements__inner {
        padding: 0 32px;
    }

    .requirements__title {
        margin-bottom: 24px;
    }

    /* .requirements__items {
        margin-bottom: 24px;
    } */

    .requirements__box {
        margin-bottom: 24px;
    }

    .requirements__box--last {
        margin-bottom: 0;
    }
}

/* ===============================================
# sponsor：主催企業について
=============================================== */
.sponsor {
    padding: 24px 0 36px;
    background-color: #fff;
}

.sponsor__title {
    margin-bottom: 16px;
}

.sponsor__container {
    padding: 16px;
    border: 2px solid #FCE5C0;
    background: linear-gradient(to bottom, #ffffff 30%, #FFF6E5 100%);
    border-radius: 20px;
}

.sponsor__subTitle {
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.sponsor__logo {
    width: 164px;
    height: auto;
    margin: 0 auto 16px;
}

.sponsor__text {
    font-size: 12px;
    line-height: 1.6;
}

@media (min-width: 750px) {
    .sponsor__title {
        margin-bottom: 32px;
    }

    .sponsor__container {
        padding: 32px 40px;
        border-radius: 35px;
    }

    .sponsor__subTitle {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .sponsor__logo {
        width: 200px;
        margin: 0 auto 32px;
    }

    .sponsor__text {
        font-size: 20px;
    }
}

/* ===============================================
# qa：よくある質問
=============================================== */
.qa {
    padding: 24px 0 36px;
    background-color: #FFF9F1;
}

.qa__summary {
    position: relative;
    display: block;
    padding: 12px 26px 12px 44px;
    color: #482805;
    text-align: left;
    background-color: #fff;
    margin-top: 12px;
    border-radius: 10px;
    line-height: 1.6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 750px) {
    .qa__summary {
        padding: 16px 0 16px 56px;
        font-size: 20px;
    }
}

.qa__summary::before {
    position: absolute;
    content: "";
    background-image: url(../images/content/kabu-present-web-multiple/icon-q.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 750px) {
    .qa__summary::before {
        width: 28px;
        height: 28px;
        left: 16px;
    }
}

.qa__summary--top {
    margin-top: 0;
}

.qa__summary:hover {
    cursor: pointer;
    opacity: 0.8;
}

.qa__summary .qa__btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    transform-origin: center center;
    transition-duration: 0.2s;
}

.qa__summary .qa__btn::before,
.qa__summary .qa__btn::after {
    content: "";
    background-color: #EDCBB1;
    border-radius: 10px;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

.qa__summary .qa__btn::before {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qa__summary.is-active .qa__btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 37%;
}

.qa__summary.is-active .qa__btn::before {
    content: none;
}

.qa__summary::-webkit-details-marker {
    display: none;
}

/* qa__content */
.qa__content {
    padding: 16px 14px 20px;
    display: none;
    background-color: #fff;
    border-left: 1px solid #F1E0D1;
    border-right: 1px solid #F1E0D1;
    border-bottom: 1px solid #F1E0D1;
}

@media (min-width: 750px) {
    .qa__content {
        padding: 24px 20px 32px;
    }
}

.qa__content--inner {
    display: flex;
}

.qa__content--icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-right: 9px;
}

@media (min-width: 750px) {
    .qa__content--icon {
        width: 28px;
        height: 28px;
    }
}

.qa__content--text {
    font-size: 14px;
    color: #482805;
}

@media (min-width: 750px) {
    .qa__content--text {
        font-size: 20px;
    }
}

.qa__content a {
    color: #007AFF;
    text-decoration: underline;
}

.qa__content p:last-of-type {
    margin: 0 0 0;
}

.qa__contact {
    padding: 0 12px;
}

.qa__contact--inner {
    border-bottom: 1px solid #160556;
}

.qa__subTitle {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #160556;
    margin-bottom: 16px;
}

.qa__subTitle::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(50% - 70px);
    background-color: #160556;
}

.qa__subTitle::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(50% - 70px);
    background-color: #160556;
}

.qa__subText {
    text-align: center;
    font-size: 12px;
    color: #160556;
    margin-bottom: 12px;
}

.qa__button a {
    display: block;
    width: fit-content;
    color: #05AA8B;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #05AA8B;
    padding: 8px 20px;
    text-decoration: none;
    margin: 0 auto 20px;
}

.qa__title {
    margin-bottom: 16px;
}

@media (min-width: 750px) {
    .qa {
        padding: 24px 0 36px;
    }

    .qa__title {
        margin-bottom: 24px;
    }

    .qa__inner {
        max-width: 736px;
        margin: 0 auto;
    }

    .qa__contact {
        padding: 0 56px;
    }
}


/* ===============================================
# privacy：グリーンモンスター株式会社のプライバシーポリシー
=============================================== */
.privacy {
    padding: 16px;
    background-color: #fff;
}

.privacy__inner {
    padding: 0 18px;
}

.privacy__title {
    margin-bottom: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: #727272;
}

.privacy__url a {
    font-size: 10px;
    color: #727272 !important;
    text-decoration: none;
}

@media (min-width: 750px) {
    .privacy {
        padding: 20px 32px 24px;
    }

    .privacy__title {
        font-size: 18px;
    }

    .privacy__url a {
        font-size: 12px;
    }
}

footer {
    background-color: #01ACA4;
    color: #fff;
}

.banner-receive {
    background-color: #FFF9F1;
}

/* ===============================================
# sp-select-broker：FV〜証券会社選択までの追従ボタン（SPのみ）
=============================================== */
:root {
    --sp-select-broker-safe-space: 120px;
    --pc-select-broker-safe-space: 180px;
}

.select-broker-cv__bubble {
    width: 100%;
    max-width: 354px;
    margin: 0 auto -16px;
}

@media (max-width: 749px) {
    body.has-sp-select-broker {
        padding-bottom: var(--sp-select-broker-safe-space);
    }

    .sp-select-broker {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 8px 12px 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        background-color: #ffffff77;
    }

    .sp-select-broker a {
        display: block;
        width: min(360px, 100%);
        pointer-events: auto;
    }

    .sp-select-broker .matsui-cv__bubble {
        width: min(360px, 100%);
        pointer-events: none;
    }

    .sp-select-broker.is-hidden {
        opacity: 0;
        transform: translateY(16px);
        visibility: hidden;
        pointer-events: none;
    }

}

@media (min-width: 750px) {
    body.has-pc-select-broker {
        padding-bottom: 245px;
    }

    .pc-select-broker {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
        background-color: #ffffff77;
        padding-bottom: 30px;
    }

    .pc-select-broker.is-hidden {
        opacity: 0;
        transform: translateY(16px);
        visibility: hidden;
        pointer-events: none;
    }

    .pc-select-broker__bubble {
        width: 664px;
        margin: 0 auto -13px;
    }

    .pc-select-broker a {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        display: block;
        box-shadow: 0px 16px 0 #B92413;
        transition: all 0.3s ease;
        border-radius: 200px;
        pointer-events: auto;

    }

    .pc-select-broker a:hover {
        /* transition: all 0.3s ease; */
        box-shadow: 0px 4px 0 #B92413;
        transform: translateY(12px);
    }



    .pc-select-broker a img {
        width: 100%;
        height: 100%;
    }
}

.requirement-sp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 750px) {
    .requirement-sp {
        display: none;
    }
    
    .requirement-pc {
        border: 2px solid #FCE5C0;
        border-radius: 35px;
        padding: 40px;
    }

    .requirement-pc__block {
        padding-bottom: 25px;
        margin-bottom: 32px;
        border-bottom: 1.5px dashed #FAE47D;
    }

    .requirement-pc__block:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .requirement-pc__subTitle {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 1;
    }
    
    .requirement-pc__subTitle span {
        width: 34px;
        height: auto;
    }

    .requirement-pc__text {
        font-size: 18px;
        margin-bottom: 1em;
    }

    .requirement-pc__text a {
        color: #007AFF;
        text-decoration: underline;
    }

    .requirement-pc__bold {
        font-weight: bold;
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 1em;
    }

    .requirement-pc__annotation {
        font-size: 16px;
        margin-bottom: 1em;
        line-height: 1.6;
    }
}