@charset "UTF-8";
/********************************************************************************
page-top.css　トップページ
********************************************************************************/

/*============================================================
 common調整
*============================================================*/
/* 
---------------------------------------- */

/*============================================================
 共通セクション
*============================================================*/
#page-top .sec-common .detail {
    border: solid 6px #DB8083;
    border-radius: 16px;
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#page-top .sec-common .detail .block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-top .sec-common .detail .block *:not(.title, .notice) {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--common-color-text-black);
}
#page-top .sec-common .detail .block li {
    line-height: 180%;
}
#page-top .sec-common .detail .block .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 160%;
}

/*============================================================
 共通ブロック
*============================================================*/
.block-line {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.block-line .line-qr {
    max-width: 334px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.block-line .line-qr .notice {
    flex: 1;
    font-size: 12px;
    text-align: left;
}
.block-line .line-notice {
    display: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: normal;
    color: var(--common-color-text-black);
}

/*============================================================
 CTA LINE
*============================================================*/
#page-top #cta-line {
    width: 220px;
    height: 220px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
}
#page-top #cta-line a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/common/cta-line.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 220px auto;
}

/*============================================================
 Mainvisual
*============================================================*/
#page-top #mainvisual {
    height: var(--common-vh);
    min-height: 830px;
    max-height: 960px;
    background-image: url(../images/top/mainvisual-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
}
#page-top #mainvisual .gnav {
    background-color: transparent;
}
#page-top #mainvisual .mainvisual-inner {
    width: 100%;
    max-width: var(--inner-max-width);
    padding: 0 var(--inner-padding);
    margin: 0 auto;
}
#page-top #mainvisual .catch {
    text-align: center;
}

/*============================================================
 セクション バナー
*============================================================*/
#page-top #sec-bnr {
    padding: 40px 0;
}
#page-top #sec-bnr a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
#page-top #sec-bnr .image {
    text-align: center;
}

/*============================================================
 セクション ポイント
*============================================================*/
#page-top #sec-point {
    padding: 144px 0 80px 0;
    overflow-x: clip;
}

#page-top #sec-point .block-index {
    margin-bottom: 80px;
}
#page-top #sec-point .block-index .inner {
    position: relative;
}
#page-top #sec-point .block-index .momonisa {
    position: absolute;
    top: -96px;
    left: var(--inner-padding);
    transform: rotate(9.86deg);
    z-index: 1;
}
#page-top #sec-point .block-index .sec-title {
    width: 100%;
    padding: 0 24px;
    text-align: center;
    position: absolute;
    top: -102px;
    left: 0;
}
#page-top #sec-point .block-index .point-list {
    padding: 56px 16px 48px 16px;
    background-color: var(--common-color-main);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 48px;
}
#page-top #sec-point .block-index .point-list .point {
    width: calc((100% - (48px * 2)) / 3 );
    max-width: 328px;
    padding: 20px 16px 24px 16px;
    background-color: #fff;
    border-radius: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
#page-top #sec-point .block-index .point-list .point .info {
    display: flex;
    flex-direction: column;
    gap: 8px 12px;
    flex: 1;
}
#page-top #sec-point .block-index .point-list .point .info .image {
}
#page-top #sec-point .block-index .point-list .point .info .title {
    flex: 1;
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.352px;
}
#page-top #sec-point .block-index .point-list .point .link {
    width: fit-content;
    font-weight: bold;
    font-size: 20px;
    line-height: 180%;
    text-decoration-line: underline;
    margin: 0 auto;
    position: relative;
}
#page-top #sec-point .block-index .point-list .point .link::after {
    display: block;
    content: "";
    width: 24px;
    height: 36px;
    background-image: url(../images/common/icon-link.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    position: absolute;
    top: 0;
    right: -24px;
}

#page-top #sec-point .block-detail .point-list {
    display: flex;
    flex-direction: column;
    gap: 82px;
}
#page-top #sec-point .block-detail .point-list .point-detail-anchor {
    padding-top: 44px;
}
#page-top #sec-point .block-detail .point-list .point {
    padding: 56px 16px 48px 16px;
    border: solid 8px var(--common-color-main);
    border-radius: 24px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
#page-top #sec-point .block-detail .point-list .point .num {
    padding: 20px 16px;
    background-color: #fff;
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 16px;
}
#page-top #sec-point .block-detail .point-list .point .num::before,
#page-top #sec-point .block-detail .point-list .point .num::after {
    display: block;
    content: "";
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
}
#page-top #sec-point .block-detail .point-list .point .num::before {
    background-image: url(../images/top/point-detail-title-left.svg);
}
#page-top #sec-point .block-detail .point-list .point .num::after {
    background-image: url(../images/top/point-detail-title-right.svg);
}
#page-top #sec-point .block-detail .point-list .point .title {
    font-weight: bold;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: -0.528px;
}
#page-top #sec-point .block-detail .point-list .point .lead {
    max-width: 880px;
    margin: 0 auto;
}
#page-top #sec-point .block-detail .point-list .point .block-line {
    justify-content: center;
}

/*============================================================
 セクション 手順はとってもかんたん
*============================================================*/
#page-top #sec-step {
    padding: 0 0 80px 0;
    background-color: #FAEAEA;
    overflow-x: clip;
}
#page-top #sec-step .sec-title {
    padding: 22px 16px 36px 16px;
    background-color: var(--common-color-main);
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin-bottom: 132px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
}
#page-top #sec-step .sec-title::after {
    display: block;
    content: "";
    width: 200px;
    height: 48px;
    background-color: var(--common-color-main);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -47px;
    left: 50%;
    transform: translateX(-50%);
}
#page-top #sec-step .sec-title .dots {
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-repeat: repeat-x;
    background-position: top right;
    background-size: 1em 8px;
    padding-top: 4px;
}
#page-top #sec-step .sec-title .row2 {
    font-size: 48px;
}
#page-top #sec-step .sec-title .bg-white {
    padding: 12px 16px 16px 16px;
    background-color: #fff;
    color: var(--common-color-main);
    border-radius: 8px;
    line-height: 100%;
    display: inline-block;
    margin-right: 16px;
}
#page-top #sec-step .sec-catch {
    width: fit-content;
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: -0.528px;
    text-align: center;
    margin: 0 auto 96px auto;
    position: relative;
}
#page-top #sec-step .sec-catch span {
    display: block;
    width: fit-content;
    padding: 8px 16px;
    background-color: #FBD1D2;
    border-radius: 16px;
    font-size: 32px;
    line-height: 100%;
    margin-top: 22px;
}
#page-top #sec-step .sec-catch::before,
#page-top #sec-step .sec-catch::after {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}
#page-top #sec-step .sec-catch::before {
    width: 178px;
    height: 222px;
    background-image: url(../images/top/step-01.svg);
    background-size: 178px auto;
    bottom: 0;
    left: -212px;
}
#page-top #sec-step .sec-catch::after {
    width: 200px;
    height: 247px;
    background-image: url(../images/common/momonisa.png);
    background-size: 200px auto;
    bottom: -38px;
    right: -216px;
}

#page-top #sec-step .line-setup {
    padding: 56px 0 48px 40px;
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 106px;
    position: relative;
}
/* #page-top #sec-step .line-setup::after {
    display: block;
    content: "";
    width: calc(100vw * 0.4014);
    max-width: 546px;
    height: auto;
    aspect-ratio: 546 / 430;
    background-image: url(../images/top/step-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 88px;
    right: -24px;
    z-index: 1;
} */
#page-top #sec-step .line-setup .info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-right: min(522px + 56px, calc(100vw * 0.3838 + 56px));
}
#page-top #sec-step .line-setup .info .catch {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -0.44px;
}
#page-top #sec-step .line-setup .info .catch span {
    display: inline-block;
}
#page-top #sec-step .line-setup .info .image {
    width: calc(100vw * 0.4014);
    max-width: 546px;
    position: absolute;
    top: 88px;
    right: -24px;
    z-index: 1;
}
#page-top #sec-step .line-setup .info .block-line .line-qr {
    max-width: 304px;
}


#page-top #sec-step .chugin-nisa {
    border-radius: 24px;
    border: solid 6px #DB8083;
    /* overflow: hidden; */
}
#page-top #sec-step .chugin-nisa .title {
    background-color: #DB8083;
    padding: 15px 0 14px 0;
    border-radius: 12px 12px 0 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 2.56px;
    text-align: center;
    color: #fff;
}
#page-top #sec-step .chugin-nisa .info {
    background-color: #fff;
    padding: 40px 40px 72px 72px;
    border-radius: 0 0 24px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 88px;
    align-items: center;
}
#page-top #sec-step .chugin-nisa .info .lead {
    flex: 1;
}

/*============================================================
 セクション キャンペーン概要
*============================================================*/
#page-top #sec-campaign-summary {
    padding: 80px 0;
}
#page-top #sec-campaign-summary .inside-symbols-num li span {
    padding-right: 4px;
    color: #DB8083;
}

/*============================================================
 セクション 投資信託のお取引にあたりご注意いただきたい事項
*============================================================*/
#page-top #sec-investment-trust-important {
    padding: 0 0 80px 0;
}
#page-top #sec-investment-trust-important .author {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
}
#page-top #sec-investment-trust-important .author span {
    font-weight: bold;
}

/*============================================================
 セクション FAQ
*============================================================*/
#page-top #sec-faq {
    padding: 80px 0;
}


/* 
---------------------------------------- */


/********************************************************************************

for Tablet

********************************************************************************/
@media screen and (max-width: 1359px) {

    /*============================================================
     Mainvisual
    *============================================================*/
    @media screen and (max-width: 880px) {
        #page-top #mainvisual {
            background-size: 1440px auto;
        }
    }

    /*============================================================
     セクション ポイント
    *============================================================*/
    @media screen and (max-width: 1080px) {
        #page-top #sec-point .block-index .point-list {
            flex-direction: column;
        }
        #page-top #sec-point .block-index .point-list .point {
            width: 100%;            
            max-width: 480px;
            margin: 0 auto;
        }
    }

    /*============================================================
     セクション 手順はとってもかんたん
    *============================================================*/
    @media screen and (max-width: 1320px) {
        #page-top #sec-step .line-setup {
            margin-bottom: 0;
        }
        #page-top #sec-step .line-setup .info .block-line .line-qr {
            max-width: 334px;
        }
    }
    @media screen and (max-width: 960px) {
        #page-top #sec-step .chugin-nisa .info {
            flex-direction: column;
            gap: 40px;
        }
    }

}



/********************************************************************************

for SP

********************************************************************************/
@media screen and (max-width: 767px) {
    /*============================================================
     セクション共通
    *============================================================*/
    #page-top .section .btn-list {
        justify-content: center;
    }

    /*============================================================
     共通セクション
    *============================================================*/
    #page-top .sec-common .detail {
        padding: 24px;
        border-width: 4px;
    }
    #page-top .sec-common .detail .block *:not(.title, .notice) {
        font-size: 14px;
    }
    #page-top .sec-common .detail .block .title {
        font-size: 20px;
        line-height: 160%;
    }
    
    /*============================================================
     共通ブロック
    *============================================================*/
    .block-line .line-qr {
        display: none;
    }
    .block-line .line-notice {
        display: block;
    }

    /*============================================================
     CTA LINE
    *============================================================*/
    #page-top #cta-line {
        width: 100%;
        height: 90px;
        bottom: 0;
        right: 0;
    }
    #page-top #cta-line a {
        background-image: url(../images/common/cta-line-sp.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 767px auto;
    }

    /*============================================================
     Mainvisual
    *============================================================*/
    #page-top #mainvisual {
        min-height: calc(658px - 82px);
        max-height: unset;
        /* max-height: calc(720px - 82px); */
        background-image: url(../images/top/mainvisual-bg-sp.jpg);
        background-size: 767px auto;
    }
    #page-top #mainvisual .mainvisual-inner {
    }

    /*============================================================
     セクション ポイント
    *============================================================*/
    #page-top #sec-point {
        padding: 44px 0 48px 0;
    }
    #page-top #sec-point .block-index {
        margin-bottom: 24px;
    }
    #page-top #sec-point .block-index .inner {
        padding: 0;
    }
    #page-top #sec-point .block-index .momonisa {
        display: none;
    }
    #page-top #sec-point .block-index .sec-title {
        top: -48px;
        padding: 0;
    }
    #page-top #sec-point .block-index .sec-title img {
        width: 342px;
    }
    #page-top #sec-point .block-index .point-list {
        padding: 56px 32px 48px 32px;
        flex-direction: column;
        align-items: center;
    }
    #page-top #sec-point .block-index .point-list .point {
        width: 100%;
        max-width: 328px;
        padding: 24px 16px 16px 24px;
        gap: unset;
    }
    #page-top #sec-point .block-index .point-list .point .info {
        flex-direction: row;
        align-items: center;
    }
    #page-top #sec-point .block-index .point-list .point .info .title {
        font-size: 20px;
        letter-spacing: -0.22px;
        text-align: left;
    }
    #page-top #sec-point .block-index .point-list .point .link {
        font-size: 16px;
    }
    #page-top #sec-point .block-index .point-list .point .link::after {
        height: 28px;
        right: -32px;
    }
    
    #page-top #sec-point .block-detail .point-list {
        gap: 48px;
    }
    #page-top #sec-point .block-detail .point-list .point  {
        border-width: 4px;
    }
    #page-top #sec-point .block-detail .point-list .point .num  {
        width: max-content;
        font-size: 32px;
        top: -48px;
    }
    #page-top #sec-point .block-detail .point-list .point .title {
        font-size: 28px;
        line-height: 140%;
        letter-spacing: -0.308px;
    }
    #page-top #sec-point .block-detail .point-list .point .lead {
        font-size: 16px;
    }

    /*============================================================
     セクション 手順はとってもかんたん
    *============================================================*/
    #page-top #sec-step {
        padding: 0 0 48px 0;
    }
    #page-top #sec-step .sec-title {
        padding: 24px 8px 20px 8px;
        font-size: 24px;
        gap: 12px;
        margin-bottom: 56px;
    }
    #page-top #sec-step .sec-title .row2 {
        font-size: 32px;
    }
    #page-top #sec-step .sec-title .bg-white {
        margin-bottom: 4px;
    }
    #page-top #sec-step .sec-title::after {
        width: 140px;
        height: 33px;
        bottom: -32px;
    }
    #page-top #sec-step .sec-catch {
        font-size: 24px;
        letter-spacing: -0.264px;
        margin: 0 auto 48px auto;
    }
    #page-top #sec-step .sec-catch span {
        font-size: 16px;
        width: 275px;
    }
    #page-top #sec-step .sec-catch::before {
        width: 78px;
        height: 98px;
        background-size: 78px auto;
        bottom: -16px;
        left: -44px;
    }
    #page-top #sec-step .sec-catch::after {
        width: 88px;
        height: 109px;
        background-size: 88px auto;
        bottom: -20px;
        right: -50px;
    }

    #page-top #sec-step .line-setup {
        padding: 24px 16px;
        margin-bottom: 32px;
    }
    #page-top #sec-step .line-setup .info {
        gap: 24px;
        margin-right: 0;
    }
    #page-top #sec-step .line-setup .info .catch {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0;
        width: fit-content;
        margin: 0 auto;
    }
    #page-top #sec-step .line-setup .info .lead {
        font-size: 14px;
        line-height: 180%;
    }
    #page-top #sec-step .line-setup .info .image {
        position: static;
        width: 100%;
        margin: 0 auto;
    }
    #page-top #sec-step .line-setup .info .parts-btn {
        margin: 0 auto;
    }

    #page-top #sec-step .chugin-nisa {
        border-width: 4px;
    }
    #page-top #sec-step .chugin-nisa .title {
        padding: 12px 16px;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 1.6px;
    }
    #page-top #sec-step .chugin-nisa .info {
        padding: 12px 16px 16px 16px;
        flex-direction: column;
        gap: 8px;
    }
    #page-top #sec-step .chugin-nisa .info .lead {
        font-size: 14px;
        line-height: 180%;        
    }
    
    /*============================================================
     セクション FAQ
    *============================================================*/
    #page-top #sec-faq {
        padding: 48px 0;
    }


}
