/** Shopify CDN: Minification failed

Line 65:0 Unexpected "}"

**/
.con_guide_first {
    .box_guide_first {
        padding: 60px 0;
        /* background-image: url(https://cdn.shopify.com/s/files/1/0696/7014/2172/files/bg_first.jpg?v=1715520630); */
      background-image:url(https://cdn.shopify.com/s/files/1/0696/7014/2172/files/top-bnr.jpg?v=1716363578);
        /* background-color:rgba(255,255,255,0.65); */
        background-blend-mode:lighten;
      background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
        .guide_first {
            max-width: 1200px;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            z-index: 10;
        }
        .title , .box_logo , .box_text {
            text-align: center;
        }
        .box_logo {
            img {
                max-width: 350px;
                width: 100%;
            }
        }
        .box_text {
            margin-top: 2em;
            p {
                color: #000;
                font-weight: 600;
            }
        }
        .box_btn {
            margin-top: 2em;
            a {
                display: block;
                max-width: 256px;
                margin-right: auto;
                margin-left: auto;
                padding: .5em 0;
                text-align: center;
                text-decoration: none;
                font-size: 1.4rem;
                color: #fff;
                background-color: #7A8ABB;
                transition: all .4s;
                &:hover {
                    color: #333;
                    background-color: #fff;
                    border: 1px solid #333;
                }
            }
        }
        
        .box_btn a:hover {
        }
    }
}

.first_mt0 .box_guide_first {
    margin-top: 0;
}