@charset "UTF-8";

#page-lp_bib {
    /* font-family: "DNP ShueiGoGinStd"; */
    font-family: 'Zen Kaku Gothic New' , 'Noto Sans JP', sans-serif;

    --Main: #2C76CD;
    --Black: #353535;
    --Gray: #575757;
    --Red: #FB3D53;
    --White: #FFF;
    --Blue: #029FE4;
    --Yellow: #FDFF00;

    color: var(--Black);
}
/* layout
---------------------------------------- */
#page-lp_bib #fixed-header {
    display: block;
}
#page-lp_bib #main-contents {
}
#page-lp_bib .section {
    margin-bottom: 0;
    padding: 40px 0;
}
#page-lp_bib .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 24px; */
    max-width: 1080px;
}
#page-lp_bib .block {
    width: 100%;
}
#page-lp_bib .mb_none {
    margin-bottom: 0 !important;
}
#page-lp_bib :is(h2,h3) {
    margin-bottom: 0;
}
#page-lp_bib .hamburger {
    top: 6px;
    right: 220px;
}
#page-lp_bib.hamburger-menu-open .hamburger {
    right: 0;
}

/* parts
---------------------------------------- */
#page-lp_bib .sec_title {
    color: var(--Main);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib .cta_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
#page-lp_bib .cta_buttons .cta_button {
    width: 300px;
    border-radius: 100px;
    background-color: var(--Red);
    color: var(--White);
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1.44px;
    padding: 10px;
    transition: all .3s;
}
#page-lp_bib .cta_buttons .cta_button:hover {
    background-color: #FF6D7F;
    transition: all .3s;
}
#page-lp_bib .cta_buttons .cta_button:last-child {
    position: relative;
}
#page-lp_bib .cta_buttons .cta_button:last-child::before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    
    background-image: url(../images/lp_bib/ic_otoku_balloon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    position: absolute;
    bottom: 50%;
    right: calc(100% - 40px);   
}

#page-lp_bib #myaccount-btn {
    display: none;
}

/* mainvisual
---------------------------------------- */
#page-lp_bib #mainvisual {
    background-image: url(../images/lp_bib/mv_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 1980px 100%; */
    background-size: 1980px;
    padding-top: 80px;
    padding-bottom: 72px;
}
#page-lp_bib #mainvisual .inner {
    max-width: 1200px;
    padding: 0;
}
#page-lp_bib #mainvisual .flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#page-lp_bib #mainvisual .flex .mv_text {
    max-width: 450px;
    width: 50%;
}
#page-lp_bib #mainvisual .flex .mv_product {
    max-width: 545px;
    width: 50%;
}

/* about
---------------------------------------- */

#page-lp_bib #sec-about {
    padding-bottom: 0;
    background-color: #F4FCFF;
}
#page-lp_bib #sec-about .block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#page-lp_bib #sec-about h2 {
    color: var(--Main);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
#page-lp_bib #sec-about p {
    color: var(--Black);
    font-size: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}
#page-lp_bib #sec-about span.red {
    color: var(--Red);
}
#page-lp_bib #sec-about p.small {
    font-size: 16px;
}
#page-lp_bib #sec-about .sec_desc {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
}
#page-lp_bib #sec-about .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#page-lp_bib #sec-about .column {
    display: flex;
    flex-direction: column;
    gap: 56px;
    justify-content: space-between;
}
#page-lp_bib #sec-about .column:nth-child(2) {
    justify-content: center;
}
#page-lp_bib #sec-about .column .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
#page-lp_bib #sec-about .column:first-child .item {
    width: 320px;
}
#page-lp_bib #sec-about .column:last-child .item {
    width: 380px;
}

#page-lp_bib #sec-about .column .item p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

#page-lp_bib #sec-about .column .item img {
    width: 200px;
}
#page-lp_bib #sec-about .column .product {
    width: 287px;
}
#page-lp_bib #sec-about .cta_buttons {
    margin-top: 50px;
}

#page-lp_bib #sec-about .wave {
    background-image: url(../images/lp_bib/wave.png);
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 352px;
    width: 100%;
}

/* point
---------------------------------------- */
#page-lp_bib #sec-point {
    background-color: #F4FCFF;
}
#page-lp_bib #sec-point .inner {
    gap: 40px;
}
#page-lp_bib #sec-point .block {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}
#page-lp_bib #sec-point .sec_title {
    position: relative;
}
#page-lp_bib #sec-point .sec_title span {
    position: relative;
    z-index: 1;
}
#page-lp_bib #sec-point .sec_title.has_drop::after {
    content: '';
    width: 154px;
    height: 245px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/lp_bib/drop.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
#page-lp_bib #sec-point .circles_wrapper {
    margin-bottom: 0;
}
#page-lp_bib #sec-point .circles {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: absolute;
}
#page-lp_bib #sec-point .circles_left {
    top: 50%;
    right: calc(100% + 100px);
    transform: translate(0,-50%);
}
#page-lp_bib #sec-point .circles_right {
    top: 50%;
    left: calc(100% + 100px);
    transform: translate(0,-50%);
}

#page-lp_bib #sec-point .circles > p {
    background-color: var(--White);
    color: var(--Blue);
    border: 1px solid var(--Blue);
    border-radius: 50%;
    width: 152px;
    height: 152px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-point .circles_left > p:nth-child(2) {
    transform: translateX(-50%);
}
#page-lp_bib #sec-point .circles_right > p:nth-child(2) {
    transform: translateX(50%);
}

#page-lp_bib #sec-point .block_title {
    color: var(--Blue);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-point .block .note {
    color: var(--Black);
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0;
}
#page-lp_bib #sec-point .block .block_desc {
    color: var(--Black);
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
}
#page-lp_bib #sec-point .block_cta p.small {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-point .block_cta h2 {
    color: var(--Main);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

#page-lp_bib #sec-point .safety_image {
    position: relative;
    top: -140px;
    width: 100%;
    text-align: right;
    margin-bottom: -80px;
}
#page-lp_bib #sec-point .safety_image img {
    width: 345px;
}

#page-lp_bib #sec-point .drop_images {
    position: absolute;
    width: 300px;
    margin-bottom: 0;
}
#page-lp_bib #sec-point .drop_images_left {
    right: calc(100% + 40px);
    top: 0;
    transform: translate(0,-30%);
}
#page-lp_bib #sec-point .drop_images_right {
    left: calc(100% + 40px);
    top: 0;
    transform: translate(0,-20%);
}
#page-lp_bib #sec-point .drop_images img {
    width: 100%;
}
#page-lp_bib #sec-point .block_cta {
    margin-bottom: 40px;
}
#page-lp_bib #sec-point .cta_buttons {
    margin-top: 80px;
}


/* plan
---------------------------------------- */
#page-lp_bib #sec-plan {
    background: linear-gradient(180deg, #F4FCFF 0%, rgba(226, 246, 254, 0.80) 14%, #E2F6FE 49%, rgba(226, 246, 254, 0.80) 86%, #F3FBFF 100%);
}
#page-lp_bib #sec-plan .inner {
    gap: 40px;
}
#page-lp_bib #sec-plan h3.sec_title {
    font-size: 32px;
}
#page-lp_bib #sec-plan .plan_graph {
    max-width: 792px;
    margin: 0 auto;
}
#page-lp_bib #sec-plan .comparison .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
}
#page-lp_bib #sec-plan .comparison .flex .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 305px;
}
#page-lp_bib #sec-plan .comparison .flex .item:first-child .item_title {
    background-color: var(--Blue);
}
#page-lp_bib #sec-plan .comparison .flex .item:last-child .item_title {
    background-color: var(--Main);
}
#page-lp_bib #sec-plan .comparison .flex .item_title {
    color: var(--White);
    text-align: center;
    width: 100%;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; 
    padding: 8px;
}
#page-lp_bib #sec-plan .comparison .flex .item_content {
    background-color: var(--White);
    width: 100%;
    border-radius: 0 0 20px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 40px 0;
}
#page-lp_bib #sec-plan .comparison .flex .item_price {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-plan .comparison .flex .item_price span.red {
    color: var(--Red);
    font-size: 32px;
}
#page-lp_bib #sec-plan .comparison .flex .item_price span.red > span.small {
    font-size: 16px;
}
#page-lp_bib #sec-plan .comparison .flex .item_price span.small {
    font-size: 14px;
}
#page-lp_bib #sec-plan .comparison .flex .item_circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--Yellow);
    color: var(--Gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;   
}
#page-lp_bib #sec-plan .comparison .note {
    text-align: left;
    margin-top: 16px;

    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
#page-lp_bib #sec-plan .comparison .note a {
    text-decoration: underline;
    color: var(--Blue);
}
#page-lp_bib #sec-plan .comparison .note a:visited {
    color: var(--Blue);
}

#page-lp_bib #sec-plan .estimated_card {
    background-color: var(--White);
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px;
    border-radius: 20px;
    max-width: 823px;
    margin: 0 auto;
}
#page-lp_bib #sec-plan .estimated_card .top {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
#page-lp_bib #sec-plan .estimated_card .top .item {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-self: center;
}
#page-lp_bib #sec-plan .estimated_card .top .item_heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-plan .estimated_card .top .item_heading span:first-child {
    font-size: 16px;
}
#page-lp_bib #sec-plan .estimated_card .top .item_heading span:last-child {
    font-size: 18px;
    color: var(--Main);
}
#page-lp_bib #sec-plan .estimated_card .top .item_heading span.border {
    width: 42px;
    height: 2px;
    border: 10px;
    background-color: var(--Main);
}
#page-lp_bib #sec-plan .estimated_card .top .item_image {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#page-lp_bib #sec-plan .estimated_card .top .item_image .people {
    max-width: 154px;
}
#page-lp_bib #sec-plan .estimated_card .top .item:nth-child(1) .product {
    width: 154px;
}
#page-lp_bib #sec-plan .estimated_card .top .item:nth-child(2) .product {
    width: 163px;
}
#page-lp_bib #sec-plan .estimated_card .top .item:nth-child(3) .product {
    width: 185px;
}


#page-lp_bib #sec-plan .estimated_card .bottom {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
#page-lp_bib #sec-plan .estimated_card .bottom .image {
    width: 48px;
}
#page-lp_bib #sec-plan .estimated_card .bottom .text {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}


/* cta
---------------------------------------- */
#page-lp_bib #sec-cta {
    background-color: #F4FCFF;
    background-image: url(../images/lp_bib/hamon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px;
}
#page-lp_bib #sec-cta .block_cta .image {
    max-width: 413px;
    margin: 40px auto 0 auto;
}
#page-lp_bib #sec-cta .block_cta .cta_buttons {
    margin-top: 80px;
    margin-bottom: 80px;
}


/* step
---------------------------------------- */
#page-lp_bib #sec-step {
    background-color: #F4FCFF;
    padding-bottom: 80px;
}
#page-lp_bib #sec-step .inner {
    gap: 40px;
}
#page-lp_bib #sec-step .flex {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px 32px;
    margin-top: 90px;
    width: 100%;
}
#page-lp_bib #sec-step .flex .item {
    width: 320px;
    background-color: var(--White);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
    padding: 32px 24px;
    border-radius: 20px;
}
#page-lp_bib #sec-step .flex .item .step_drop {
    position: absolute;
    width: 73px;
    bottom: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
}
#page-lp_bib #sec-step .flex .item_title {
    font-size: 20px;
    font-weight: 700;
}
#page-lp_bib #sec-step .flex .item_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

/* reason
---------------------------------------- */
#page-lp_bib #sec-reason {
    background-color: #F4FCFF;
}
#page-lp_bib #sec-reason .inner {
    gap: 40px;
}
#page-lp_bib #sec-reason .inner > div {
    width: 100%;
}
#page-lp_bib #sec-reason .sec_title {
    border-radius: 4px;
    background-color: var(--Blue);
    color: var(--White);
    position: relative;
    width: 100%;
    padding: 24px;
    font-size: 32px;
}
#page-lp_bib #sec-reason .sec_title .check {
    position: absolute;
    bottom: 100%;
    left: -40px;
    transform: translateY(50%);
}
#page-lp_bib #sec-reason .sec_heading {
    margin-bottom: 16px;
    color: var(--Main);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
}
#page-lp_bib #sec-reason .sec_heading--dotted {
    border-bottom: 4px dotted var(--Main);
    padding-bottom: 8px;
}
#page-lp_bib #sec-reason .sec_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

#page-lp_bib #sec-reason .card {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
#page-lp_bib #sec-reason .card_image {
    width: 250px;
}
#page-lp_bib #sec-reason .card_text {
    flex: 1;

    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

#page-lp_bib #sec-reason .card_text .note {
    font-weight: 400;
}
#page-lp_bib #sec-reason .card_text .note--small {
    font-size: 14px;
}

#page-lp_bib #sec-reason .product_summary {
    padding: 40px 16px;
    background-color: var(--White);
    border-radius: 4px;
}
#page-lp_bib #sec-reason .product_summary h3 {
    color: var(--Main);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 40px;
}
#page-lp_bib #sec-reason .product_summary .flex {
    display: flex;
    flex-direction: row;
    gap: 80px;
    max-width: 752px;
    margin: 0 auto;
}
#page-lp_bib #sec-reason .product_summary .flex_image {
    width: 220px;
}
#page-lp_bib #sec-reason .product_summary .flex_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-lp_bib #sec-reason .product_summary .flex_table {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#page-lp_bib #sec-reason .product_summary .flex_table_row {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
#page-lp_bib #sec-reason .product_summary .flex_table_heading {
    width: 90px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-reason .product_summary .flex_table_data {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
#page-lp_bib #sec-reason .product_summary .flex_table_data .note {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
#page-lp_bib #sec-reason .product_summary .flex_note {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
}
/* faq
---------------------------------------- */
#page-lp_bib #sec-faq {
    background-color: #F4FCFF;
}
#page-lp_bib #sec-faq .inner {
    gap: 40px;
}
#page-lp_bib #sec-faq .parts-accordions {
    width: 100%;
}

#page-lp_bib #sec-faq .parts-accordions .accordion-content {
    /* padding: 0 74px 24px 24px; */
    padding: 0 24px 24px 24px;
}
#page-lp_bib #sec-faq .parts-accordions .accordion-sw {
    padding: 24px;
}

#page-lp_bib #sec-faq .accordion .accordion-sw-title {
    color: var(--Black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
#page-lp_bib #sec-faq .accordion .accordion-content p {
    color: var(--Black);
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}



/* faq
---------------------------------------- */
#page-lp_bib #site-footer {
    background-color: #F4FCFF;
    padding: 0;
}
#page-lp_bib #site-footer .footer_wrapper {
    background-image: url(../images/lp_bib/footer_wave.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1920px 408px;
    padding: 72px 0 64px;
}
#page-lp_bib #site-footer .block {
    max-width: 706px;
    margin: 0 auto 160px auto;
}
#page-lp_bib #site-footer .block .text h2 {
    color: var(--Main);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;    
}
#page-lp_bib #site-footer .block .text p {
    color: var(--Blue);
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}
#page-lp_bib #site-footer .block .cta_buttons {
    margin-top: 80px;
}
#page-lp_bib #site-footer .inner {
    gap: 32px;
}
#page-lp_bib #site-footer .inner ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
#page-lp_bib #site-footer .inner ul li a {
    color: var(--Black);
}
#page-lp_bib #site-footer #copyright {
    color: var(--Gray);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}




/*============================================================
    TB
*============================================================*/
@media screen and (max-width: 1080px) {
    /* about
    ---------------------------------------- */
    #page-lp_bib #sec-about .flex {
        gap: 16px;
        justify-content: center;
    }
    #page-lp_bib #sec-about .column:first-child .item {
        width: 230px;
    }
    #page-lp_bib #sec-about .column:last-child .item {
        width: 230px;
    }
    /* point
    ---------------------------------------- */
    #page-lp_bib #sec-point .circles_left {
        right: calc(100% + 10px);
    }
    #page-lp_bib #sec-point .circles_right {
        left: calc(100% + 10px);
    }
    #page-lp_bib #sec-point .circles > p {
        width: 105px;
        height: 105px;
        font-size: 12px;
    }
}
/*============================================================
    SP
*============================================================*/
@media screen and (max-width: 767px) {
    /* layout
    ---------------------------------------- */
    #page-lp_bib .block {
        /* margin-bottom: 56px !important; */
    }
    /* parts
    ---------------------------------------- */
    #page-lp_bib .cta_buttons {
        flex-direction: column;
    }
    #page-lp_bib .cta_buttons .cta_button:last-child::before {
        background-image: url(../images/lp_bib/ic_otoku_balloon_sp.svg);
        width: 188px;
        height: 40px;
        bottom: calc(100% + 4px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    #page-lp_bib .sec_title {
        font-size: 24px;
    }


    /* mainvisual
    ---------------------------------------- */
    #page-lp_bib #mainvisual {
        padding-top: 40px;
        background-position-x: 51%;
    }
    #page-lp_bib #mainvisual .flex {
        flex-direction: column;
    }
    #page-lp_bib #mainvisual .flex .mv_text_wrap {
        position: relative;
    }
    #page-lp_bib #mainvisual .flex .mv_text {
        width: 100%;
        max-width: 364px;
        position: relative;
        z-index: 1;
    }
    #page-lp_bib #mainvisual .flex .mv_text_circle {
        z-index: 0;
        position: absolute;
        top: 35%;
        left: -32px;
    }
    #page-lp_bib #mainvisual .flex .mv_product {
        width: 100%;
        max-width: 340px;
        margin: 0 24px;
    }
    /* about
    ---------------------------------------- */
    #page-lp_bib #sec-about h2 {
        font-size: 24px;
    }
    #page-lp_bib #sec-about h2 span.big {
        font-size: 36px;
    }
    #page-lp_bib #sec-about p {
        font-size: 18px;
    }
    #page-lp_bib #sec-about p.small {
        font-size: 14px;
    }
    #page-lp_bib #sec-about .block {
        gap: 32px;
        margin-bottom: 56px !important;
    }
    #page-lp_bib #sec-about .block.block--sp_gap_16 {
        gap: 16px;
    }
    #page-lp_bib #sec-about .text {
        margin-bottom: 0;
    }
    #page-lp_bib #sec-about .cta_buttons {
        margin-top: 0;
    }
    #page-lp_bib #sec-about .wave {
        height: 140px;
        background-image: url(../images/lp_bib/wave_sp.png);
        background-size: 767px 100%;
    }
    #page-lp_bib #sec-about .column:nth-child(2) {
        width: 100px;
    }
    #page-lp_bib #sec-about .column:first-child .item {
        /* width: 100px; */
        width: auto;
        max-width: 163px;
    }
    #page-lp_bib #sec-about .column:last-child .item {
        /* width: 100px; */
        width: auto;
        max-width: 163px;
    }
    #page-lp_bib #sec-about .column .item p {
        font-size: 15px;
    }
    #page-lp_bib #sec-about .flex {
        flex-direction: column;
        align-items: center;
    }
    #page-lp_bib #sec-about .column {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
    }
    
    /* point
    ---------------------------------------- */    
    #page-lp_bib #sec-point {
        padding-top: 0;
    }
    #page-lp_bib #sec-point .inner {
        gap: 32px;
    }
    #page-lp_bib #sec-point .block_title {
        font-size: 20px;
    }
    #page-lp_bib #sec-point .circles_wrapper {
        display: flex;
        flex-direction: row;
        gap: 11px;
        align-items: center;
        justify-content: center;
    }
    #page-lp_bib #sec-point .circles {
        position: static;
        transform: none;
        gap: 10px;
    }
    #page-lp_bib #sec-point .circles_left > p:nth-child(2) {
        transform: translateX(-60px);
    }
    #page-lp_bib #sec-point .circles_right > p:nth-child(2) {
        transform: translateX(60px);
    }
    
    #page-lp_bib #sec-point .block_cta {
        margin-bottom: 0;
    }
    #page-lp_bib #sec-point .block_cta h2 {
        font-size: 24px;
    }
    #page-lp_bib #sec-point .block_cta p.small {
        font-size: 14px;
    }
    #page-lp_bib #sec-point .cta_buttons {
        margin-top: 32px;   
    }

    /* plan
    ---------------------------------------- */   
    #page-lp_bib #sec-plan .plan_graph {
        max-width: 342px;
    }
    #page-lp_bib #sec-plan .comparison .flex {
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }
    #page-lp_bib #sec-plan .estimated_card {
        padding: 40px 16px;
    }
    #page-lp_bib #sec-plan .estimated_card .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #page-lp_bib #sec-plan .estimated_card .top .item {
        width: 100%;
    }
    /* cta
    ---------------------------------------- */   
    #page-lp_bib #sec-cta {
        /* background-position: right; */
        /* background-position: right; */
        background-size: 1200px;
    }
    #page-lp_bib #sec-cta .block_cta .image {
        max-width: 210px;
    }
    #page-lp_bib #sec-cta .block_cta .cta_buttons {
        margin-top: 32px;
        margin-bottom: 0;
    }
    /* step
    ---------------------------------------- */   
    #page-lp_bib #sec-step .flex {
        flex-direction: column;
        gap: 96px 16px;
        justify-content: center;
        align-items: center;
    }
    /* reason
    ---------------------------------------- */   
    #page-lp_bib #sec-reason .inner {
        gap: 32px;
    }
    #page-lp_bib #sec-reason .sec_title {
        font-size: 24px;
        padding: 12px;
    }
    #page-lp_bib #sec-reason .sec_title .check {
        height: 34px;
    }
    #page-lp_bib #sec-reason .sec_heading {
        font-size: 20px;
    }
    #page-lp_bib #sec-reason .card {
        flex-direction: column;
        align-items: center;
    }
    #page-lp_bib #sec-reason .product_summary h3 {
        margin-bottom: 16px;    
    }
    #page-lp_bib #sec-reason .product_summary .flex {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    #page-lp_bib #sec-reason .product_summary .flex_content {
        width: 100%;
    }
    /* faq
    ---------------------------------------- */   
    #page-lp_bib #sec-faq .parts-accordions .accordion-sw {
        padding: 24px 24px 32px 24px;   
    }
    #page-lp_bib #sec-faq .accordion .accordion-sw-title {
        font-size: 18px;
    }
    #page-lp_bib #sec-faq .parts-accordions .accordion-content .accordion-content-inner {
        padding-left: 0;
    }
    #page-lp_bib #sec-faq .parts-accordions .accordion-content {
        padding: 0 16px 24px 16px;
    }
    /* footer
    ---------------------------------------- */   
    #page-lp_bib #site-footer .footer_wrapper {
        background-size: 767px;
    }
    #page-lp_bib #site-footer .block {
        margin-bottom: 56px;
    }
    #page-lp_bib #site-footer .block .text p {
        font-size: 20px;
    }
    #page-lp_bib #site-footer .block .text h2 {
        font-size: 32px;
    }
    #page-lp_bib #site-footer .block .cta_buttons {
        margin-top: 32px;
    }
    
}
@media screen and (max-width: 480px) { 
    #page-lp_bib .gnav .gnav-main .gnav-right-top .btn-list {
        gap: 0 8px;
    }
    #page-lp_bib .hamburger {
        top: 4px;
        right: 140px;
    }
}