.label-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;justify-content:center;align-items:stretch;z-index:9999;overflow:hidden;padding:60px 16px;opacity:0;pointer-events:none;transition:opacity .3s ease}.label-modal-overlay.is-open{opacity:1;pointer-events:auto}.label-modal-container{background:transparent;width:100%;display:flex;flex-direction:column;gap:5px;position:relative;min-height:0}.label-modal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:8px;background:#fff;min-height:0}.label-modal-close-x{position:sticky;top:10px;z-index:10;margin-left:auto;margin-right:10px;margin-bottom:-38px;width:31px;height:30px;background:#fff;border:1.5px solid #222;border-radius:84px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:9px;flex-shrink:0}.label-modal-close-x:before,.label-modal-close-x:after{content:"";position:absolute;width:13px;height:1.5px;background:#222}.label-modal-close-x:before{transform:rotate(45deg)}.label-modal-close-x:after{transform:rotate(-45deg)}.label-modal-intro{background:#f6f6f2;padding:24px 16px 40px}.label-modal-intro__sub{font-size:13px;font-weight:500;color:#222;margin:0 0 8px;border-bottom:1px solid #000;display:inline-block}.label-modal-intro__title{font-size:32px;font-weight:700;color:#222;margin:0 0 20px;line-height:1.2}.label-modal-steps{display:flex;flex-direction:row;flex-wrap:wrap;gap:14px}.label-modal-step{background:#fff;border-radius:10px;padding:18px 12px;display:flex;flex-direction:column;gap:12px;flex:0 0 calc(50% - 7px)}.label-modal-step--3{flex:0 0 100%;flex-direction:row;align-items:center}.label-modal-step--3 .label-modal-step__body{flex:1}.label-modal-step__badge{display:inline-block;align-self:flex-start;background:#222;color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:100px;flex-shrink:0}.label-modal-step__body{display:flex;flex-direction:column;gap:0;align-items:center}.label-modal-step__action{font-size:20px;font-weight:700;color:#2b97ac;margin:0;text-align:center}.label-modal-step__img-wrap{background:#fff;display:flex;align-items:center;justify-content:center;padding:8px}.label-modal-step__img{width:90px;height:auto;display:block;border-radius:4px}.label-modal-step__desc{font-size:13px;font-weight:500;color:#222;margin:0;line-height:1.6;text-align:center}.label-modal-cta{background:#2b97ac;padding:48px 24px;display:flex;flex-direction:column;gap:20px;align-items:center}.label-modal-cta__text{font-size:14px;font-weight:700;color:#fff;margin:0;text-align:center;line-height:1.6}.label-modal-cta__btns{display:flex;flex-direction:column;gap:12px;width:100%;max-width:280px}.label-modal-cta__btn{display:flex;align-items:center;gap:10px;padding:18px 24px;background:#222;border-radius:1000px;text-decoration:none;color:#f4f4f0;height:66px;box-sizing:border-box}.label-modal-cta__btn-icon{width:32px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.label-modal-cta__btn-icon img{display:block;width:32px;height:30px;object-fit:contain}.label-modal-cta__btn-info{display:flex;flex-direction:column;gap:8px;flex:1}.label-modal-cta__btn-info strong{font-size:17px;font-weight:700;line-height:1;display:block}.label-modal-cta__btn-info small{font-size:11px;font-weight:500;color:#9d9d9d;line-height:1;display:block}.label-modal-cta__btn-arrow{display:flex;align-items:center;flex-shrink:0;opacity:.6}.label-modal-cta__note{font-size:11px;font-weight:500;color:#222;margin:0;text-align:center;line-height:1.8}.label-modal-flow{background:#c2d8dc;padding:48px 20px 28px;display:flex;flex-direction:column;gap:28px}.label-modal-flow__heading{font-size:18px;font-weight:700;color:#222;margin:0;text-align:center;align-self:center;padding-bottom:3px;border-bottom:2px solid #222}.label-modal-flow__steps{display:flex;flex-direction:column;gap:20px}.label-modal-flow-step{background:#f6f6f2;border-radius:8px;padding:24px 20px;display:flex;flex-direction:column;gap:16px}.label-modal-flow-step__label-row{display:flex;align-items:center;gap:4px}.label-modal-flow-step__badge{background:#2b97ac;color:#f6f6f2;font-size:14px;font-weight:700;padding:0 8px;height:20px;display:inline-flex;align-items:center;flex-shrink:0}.label-modal-flow-step__title{font-size:14px;font-weight:500;color:#222;margin:0}.label-modal-flow-step__text{display:flex;flex-direction:column;gap:16px}.label-modal-flow-step__desc{font-size:12px;font-weight:400;color:#222;margin:0;line-height:1.7;white-space:pre-line}.label-modal-flow-step__img-wrap{display:flex;flex-direction:column;gap:0}.label-modal-flow-step__img{width:100%;height:auto;display:block}.label-modal-flow-step__img-note{font-size:10px;font-weight:400;color:#2b97ac;margin:0;padding:4px}.label-modal-flow__note{display:flex;flex-direction:column;gap:0}.label-modal-flow__note p{font-size:10px;font-weight:400;color:#222;margin:0;line-height:1.8;text-indent:-1em;padding-left:1em}.label-modal-close-bottom{width:100%;padding:10px 16px;background:#222;color:#fff;font-size:16px;font-weight:700;border:none;cursor:pointer;text-align:center;letter-spacing:.05em;border-radius:8px;box-sizing:border-box}.label-modal-close-bottom:hover{background:#333}.label-modal-close-bottom-sp{display:block;flex-shrink:0}.label-modal-close-bottom-pc,.br-sp{display:none}@media screen and (min-width:700px){.label-modal-overlay{padding:60px 16px;align-items:center}.label-modal-container{max-width:1100px;max-height:84vh;overflow-y:auto;gap:0}.label-modal-close-bottom-sp{display:none}.label-modal-close-bottom-pc{display:flex;justify-content:center;padding:20px 40px 40px;background:#fff}.label-modal-close-bottom-pc .label-modal-close-bottom{max-width:980px;padding:12px;font-size:16px;border-radius:6px}.label-modal-intro{padding:54px 54px 42px;text-align:center}.label-modal-intro__sub{font-size:20px;text-align:center}.label-modal-intro__title{font-size:42px;margin-bottom:28px;text-align:center}.label-modal-steps{flex-wrap:nowrap;gap:24px}.label-modal-step{flex:1;padding:20px;gap:4px}.label-modal-step--3{flex:1;flex-direction:column}.label-modal-step__badge{font-size:12px}.label-modal-step__action{font-size:28px}.label-modal-step__body{gap:0;margin-bottom:12px}.label-modal-step__img-wrap{padding:0 0 12px}.label-modal-step__img{width:120px}.label-modal-step__desc{font-size:15px}.label-modal-cta{padding:42px 24px}.label-modal-cta__text{font-size:16px}.label-modal-cta__btns{flex-direction:row;gap:16px;max-width:100%;justify-content:center}.label-modal-cta__btn{width:270px;flex-shrink:0}.label-modal-cta__btn-info strong{font-size:16px}.label-modal-flow{padding:72px 54px 54px;gap:28px}.label-modal-flow__heading{font-size:20px}.label-modal-flow__steps{gap:40px}.label-modal-flow-step{flex-direction:row;gap:48px;padding:40px;border-radius:10px}.label-modal-flow-step__text{width:480px;flex-shrink:0;gap:12px;padding:8px 0}.label-modal-flow-step__badge{font-size:16px;height:23px}.label-modal-flow-step__title{font-size:18px;font-weight:700}.label-modal-flow-step__desc{font-size:13px}.label-modal-flow-step__img-wrap{flex:1}.label-modal-flow-step__img{width:100%}.label-modal-flow-step__img-note{font-size:13px;text-align:right}.label-modal-flow__note p{font-size:13px;line-height:1.8}}@media screen and (max-width:699px){.label-modal-intro{padding:40px 16px;text-align:center}.label-modal-intro__sub,.label-modal-intro__title{text-align:center}.label-modal-step__body{margin-bottom:6px}.label-modal-step__badge{align-self:center}.label-modal-step--3{flex-direction:column;align-items:unset}.label-modal-step--3 .label-modal-step__body{flex:unset}.label-modal-cta__note .br-sp{display:inline}.label-modal-cta__note{padding-bottom:16px}.label-modal-flow-step__label-row{order:1}.label-modal-flow-step__img-wrap{order:2}.label-modal-flow-step__desc{order:3}.label-modal-flow-step__img-note{text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/145/assets/label-modal.css.map */
