@charset "UTF-8";.cms-section{width:100%;max-width:1200px;margin:0 auto;padding:var(--card_padding_top_pc) var(--card_padding_x_pc) var(--card_padding_bottom_pc);display:flex;align-items:stretch;justify-content:center;flex-flow:var(--iswrap);gap:var(--gap_column_pc) var(--gap_row_pc);border-radius:12px;background:var(--card_bg_style)}@media screen and (max-width:960px){.cms-section{padding:var(--card_padding_top_mobile) var(--card_padding_x_mobile) var(--card_padding_bottom_mobile);gap:var(--gap_column_mobile) var(--gap_row_mobile);border-radius:8px}}.cms-modal{width:100%;max-width:100dvw;box-sizing:border-box;margin:0 auto;padding:var(--padding_top_pc) var(--padding_x_pc) var(--padding_bottom_pc);background:var(--bg_style)}.cms-modal img{max-width:100%;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media screen and (max-width:960px){.cms-modal{padding:var(--padding_top_mobile) var(--padding_x_mobile) var(--padding_bottom_mobile)}}.cms-title{line-height:1.2;font-weight:var(--font-weight);font-family:Helvetica Neue ForEco Md;text-align:var(--title_align_pc);font-size:var(--font_size_pc);margin-top:var(--margin_top_pc);margin-bottom:var(--margin_bottom_pc);color:var(--color)}@media screen and (max-width:960px){.cms-title{text-align:var(--title_align_mobile);font-size:var(--font_size_mobile);margin-top:var(--margin_top_mobile);margin-bottom:var(--margin_bottom_mobile)}}.cms-description{line-height:1.2;font-weight:var(--font-weight);font-family:Helvetica Neue ForEco Md;text-align:var(--title_align_pc);font-size:var(--font_size_pc);margin-top:var(--margin_top_pc);margin-bottom:var(--margin_bottom_pc)}.cms-description .cms-highlight{line-height:1.2;font-weight:var(--highlight_font-weight);font-family:Helvetica Neue ForEco Md;font-size:var(--highlight_font_size_pc)}.cms-description .cms-description__inline-img{display:inline-block;width:auto;height:var(--inline-img-height-pc, 1em);margin:0 var(--inline-img-gap, 4px);vertical-align:-.2em;-o-object-fit:contain;object-fit:contain;background:none;background-clip:border-box;-webkit-text-fill-color:initial;color:initial}@media screen and (max-width:960px){.cms-description{text-align:var(--title_align_mobile);font-size:var(--font_size_mobile);margin-top:var(--margin_top_mobile);margin-bottom:var(--margin_bottom_mobile)}.cms-description .cms-highlight{font-size:var(--highlight_font_size_mobile)}.cms-description .cms-description__inline-img{height:var(--inline-img-height-mobile, 1em)}}.cms-btn-wrap{margin:0;display:flex;align-items:center}.cms-modal-btn{font-size:var(--font_size_pc);margin-top:var(--margin_top_pc);margin-bottom:var(--margin_bottom_pc)}.cms-modal-btn--filled{line-height:1.2;font-weight:var(--font-weight, 500);font-family:Helvetica Neue ForEco Md;height:calc(2em + 12px);min-height:calc(2em + 12px);padding:0 8px;display:flex;align-items:center;justify-content:center;border:none;border-radius:32px;cursor:pointer;transition:opacity .2s ease}.cms-modal-btn--filled:hover{opacity:.9}.cms-modal-btn--text{line-height:1.2;font-weight:var(--font-weight, 500);font-family:Helvetica Neue ForEco Md;display:inline-block;padding:0;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.cms-modal-btn--text:hover{opacity:.9}@media screen and (max-width:960px){.cms-modal-btn{font-size:var(--font_size_mobile);margin-top:var(--margin_top_mobile);margin-bottom:var(--margin_bottom_mobile)}}.cms-link-btn,.cms-link-text{font-size:var(--font_size_pc);margin-top:var(--margin_top_pc);margin-bottom:var(--margin_bottom_pc)}@media screen and (max-width:960px){.cms-link-btn,.cms-link-text{font-size:var(--font_size_mobile);margin-top:var(--margin_top_mobile);margin-bottom:var(--margin_bottom_mobile)}}.cms-link-btn{line-height:1.2;font-weight:var(--font-weight, 500);font-family:Helvetica Neue ForEco Md;height:calc(2em + 12px);min-height:calc(2em + 12px);padding:0 8px;display:flex;align-items:center;justify-content:center;border:none;border-radius:32px;cursor:pointer;transition:opacity .2s ease;text-decoration:none}.cms-link-btn:hover{opacity:.9}.cms-link-text{text-decoration:underline;font-size:.95rem;transition:opacity .2s ease}.cms-link-text:hover{opacity:.9}.cms-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000008c;align-items:center;justify-content:center}.cms-modal-overlay.is-open{display:flex}.cms-modal-box{position:relative;background:#fff;border-radius:8px;padding:40px 32px;max-width:560px;width:90%;box-shadow:0 8px 32px #0000002e}@media(max-width:768px){.cms-modal-box{padding:32px 20px}.cms-modal-box .cms-modal-content{max-height:calc(80dvh - 64px)}}.cms-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.6rem;line-height:1;cursor:pointer;color:#666;transition:color .2s ease;outline:none!important}.cms-modal-close:hover{color:#000}.cms-modal-content{overflow-y:auto;max-height:calc(80dvh - 80px)}.cms-modal-content,.cms-modal-content *{font-size:14px;font-weight:400;line-height:1.7;color:#333}.cms-modal-content *{margin:4px 0}.cms-modal-content b,.cms-modal-content strong{font-weight:500;color:#000}.cms-modal-content::-webkit-scrollbar{display:none}.content-card{display:flex;flex-wrap:wrap;gap:16px;max-width:var(--card_width_pc);width:100%;padding:var(--padding_top_pc) var(--padding_x_pc) var(--padding_bottom_pc);border:var(--border_width) var(--border_style) var(--border_color);border-radius:var(--border_radius1_pc) var(--border_radius2_pc) var(--border_radius3_pc) var(--border_radius4_pc);background:var(--content-card-bg-image-pc) center/var(--content-card-bg-size-pc) no-repeat,var(--content-card-background)}.content-card>*{position:relative;width:100%}@media screen and (max-width:960px){.content-card{max-width:var(--card_width_mobile);padding:var(--padding_top_mobile) var(--padding_x_mobile) var(--padding_bottom_mobile);border-radius:var(--border_radius1_mobile) var(--border_radius2_mobile) var(--border_radius3_mobile) var(--border_radius4_mobile);background:var(--content-card-bg-image-mobile) center/var(--content-card-bg-size-mobile) no-repeat,var(--content-card-background)}.content-card>.cms-title:has(+.cms-timer_shaft){display:none}}.cms-image{width:100%;max-width:var(--cms-image-width_pc)}@media screen and (max-width:960px){.cms-image{max-width:var(--cms-image-width_mobile)}}.cms-timer_shaft{margin-top:var(--margin_top_pc);margin-bottom:var(--margin_bottom_pc)}.cms-timer_shaft,.cms-timer_shaft>div{width:100%}.cms-timer_shaft__layout,.cms-timer_shaft__scroller{position:relative;width:100%}.cms-timer_shaft__track{position:relative;z-index:1;display:grid;grid-template-columns:repeat(var(--step-block, 1),minmax(0,1fr));gap:var(--timeline_gap_pc, 16px);align-items:stretch;width:100%}.cms-timer_shaft__rail{position:absolute;left:calc((100% - (var(--step-block, 1) - 1) * var(--timeline_gap_pc, 16px)) / var(--step-block, 1) / 2);right:calc((100% - (var(--step-block, 1) - 1) * var(--timeline_gap_pc, 16px)) / var(--step-block, 1) / 2);top:0;bottom:0;pointer-events:none;z-index:0}.cms-timer_shaft__rail-line{position:absolute;left:0;right:0;top:var(--cms-timer-rail-top, 34px);height:var(--timeline_line_thickness, 4px);background:var(--timeline_color, #eb6b09);border-radius:999px;transform:translateY(-50%)}.cms-timer_shaft__rail-img{position:absolute;left:0;right:0;top:var(--cms-timer-rail-top, 34px);width:100%;height:auto;transform:translateY(-50%);-o-object-fit:fill;object-fit:fill}.cms-timer_shaft__rail-img--mobile{display:none}.cms-timer_shaft__step{position:relative;z-index:1;display:flex;flex-direction:column;min-width:0;align-self:stretch}@media screen and (max-width:960px){.cms-timer_shaft{margin-top:var(--margin_top_mobile);margin-bottom:var(--margin_bottom_mobile)}.cms-timer_shaft .cms-timer_shaft__track{grid-template-columns:minmax(0,1fr);grid-template-rows:repeat(var(--step-block, 1),1fr);gap:var(--timeline_gap_mobile, 20px)}.cms-timer_shaft .cms-timer_shaft__step{width:100%;min-height:0;height:auto}.cms-timer_shaft .cms-timer_shaft__rail{left:calc(var(--cms-timer-mobile-meta-width, 84px) + 12px + var(--timer-item-marker-size, 16px) / 2);right:auto;width:0}.cms-timer_shaft .cms-timer_shaft__rail-line,.cms-timer_shaft .cms-timer_shaft__rail-img{left:0;right:auto;top:calc((100% - (var(--step-block, 1) - 1) * var(--timeline_gap_mobile, 20px)) / var(--step-block, 1) / 2);bottom:calc((100% - (var(--step-block, 1) - 1) * var(--timeline_gap_mobile, 20px)) / var(--step-block, 1) / 2);width:var(--timeline_line_thickness, 4px);height:auto;transform:translate(-50%)}.cms-timer_shaft .cms-timer_shaft__rail-line{background:var(--timeline_color_mobile, var(--timeline_color, #eb6b09))}.cms-timer_shaft .cms-timer_shaft__rail:has(.cms-timer_shaft__rail-img--mobile) .cms-timer_shaft__rail-img--pc{display:none}.cms-timer_shaft .cms-timer_shaft__rail-img--mobile{display:block}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe::-webkit-scrollbar{display:none}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__scroller{width:calc(100% * var(--step-block, 1) / var(--mobile-swipe-columns, 1.8));min-width:100%}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__track{grid-template-columns:repeat(var(--step-block, 1),minmax(0,1fr));grid-template-rows:none;gap:var(--timeline_gap_mobile, 10px);width:100%}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__step{width:auto;height:auto;align-self:stretch}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__rail{left:calc((100% - (var(--step-block, 1) - 1) * var(--timeline_gap_mobile, 10px)) / var(--step-block, 1) / 2);right:calc((100% - (var(--step-block, 1) - 1) * var(--timeline_gap_mobile, 10px)) / var(--step-block, 1) / 2);width:auto}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__rail-line,.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__rail-img{left:0;right:0;top:var(--cms-timer-rail-top-mobile, var(--cms-timer-rail-top, 34px));bottom:auto;width:100%;height:auto;transform:translateY(-50%)}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__rail-line{height:var(--timeline_line_thickness, 4px);background:var(--timeline_color_mobile, var(--timeline_color, #eb6b09))}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__rail-img--pc{display:block}.cms-timer_shaft .cms-timer_shaft__layout--mobile-swipe .cms-timer_shaft__rail-img--mobile{display:none}}.cms-timer_item{display:flex;flex:1;flex-direction:column;width:100%;min-height:0;margin-top:var(--margin_top_pc);margin-bottom:var(--margin_bottom_pc)}.cms-timer_item,.cms-timer_item>.cms-timer_item__inner{width:100%}.cms-timer_item>.cms-timer_item__inner,.cms-timer_item__inner{display:flex;flex:1;flex-direction:column;align-items:center;gap:var(--meta_gap_pc, 10px);width:100%;min-height:0}.cms-timer_item__meta{display:contents}.cms-timer_item__date{order:1;color:var(--timer-item-date-color, #000);font-family:Helvetica Neue ForEco Md;font-size:var(--timer-item-date-size-pc, 20px);font-style:normal;font-weight:500;line-height:normal;text-align:center}.cms-timer_item__marker{order:2;display:flex;align-items:center;justify-content:center;width:var(--timer-item-marker-size, 16px);height:var(--timer-item-marker-size, 16px);flex:none;z-index:1}.cms-timer_item__marker-dot{display:block;width:100%;height:100%;border-radius:50%;box-sizing:border-box;background:var(--timer-item-marker-fill, #fff);border:var(--timer-item-marker-border-width, 3px) solid var(--timer-item-marker-border-color, #eb6b09)}.cms-timer_item__marker-img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cms-timer_item__badge{order:3;display:inline-flex;align-items:center;justify-content:center;padding:6px 24px;border-radius:17px;background:var(--timer-item-badge-bg, #eb6b09);color:var(--timer-item-badge-color, #fff);font-family:Helvetica Neue ForEco Md;font-size:var(--timer-item-badge-size-pc, 14px);font-style:normal;font-weight:500;line-height:normal;text-align:center;text-transform:uppercase;white-space:nowrap}.cms-timer_item__card{order:4;display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:space-between;align-self:stretch;width:100%;box-sizing:border-box;padding:var(--timer-item-padding-top-pc, 16px) var(--timer-item-padding-x-pc, 12px) var(--timer-item-padding-bottom-pc, 16px);border:var(--timer-item-border-width, 1px) var(--timer-item-border-style, solid) var(--timer-item-border-color, #f0b56a);border-radius:var(--timer-item-border-radius-pc, 12px);background:var(--timer-item-card-bg-image-pc, none) center/var(--timer-item-card-bg-size-pc, cover) no-repeat,var(--timer-item-card-background, linear-gradient(180deg, #ffe7c2 0%, #fff7eb 100%))}.cms-timer_item__card>*{width:100%}.cms-timer_item__card .cms-description{min-height:2.4em}@media screen and (max-width:960px){.cms-timer_item{margin-top:var(--margin_top_mobile);margin-bottom:var(--margin_bottom_mobile)}.cms-timer_item>.cms-timer_item__inner,.cms-timer_item .cms-timer_item__inner{display:grid;flex:none;align-items:center;gap:unset;grid-template-columns:var(--cms-timer-mobile-meta-width, 84px) var(--timer-item-marker-size, 16px) minmax(0,1fr);-moz-column-gap:12px;column-gap:12px;width:100%;height:100%;min-height:0}.cms-timer_item .cms-timer_item__meta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--meta_gap_mobile, 8px);grid-column:1;align-self:center;justify-self:stretch;width:100%}.cms-timer_item .cms-timer_item__date{font-size:var(--timer-item-date-size-mobile, 14px)}.cms-timer_item .cms-timer_item__marker{grid-column:2;align-self:center;justify-self:center}.cms-timer_item .cms-timer_item__badge{font-size:var(--timer-item-badge-size-mobile, 10px);padding:6px 12px;max-width:100%;white-space:normal}.cms-timer_item .cms-timer_item__card{grid-column:3;justify-self:stretch;align-self:stretch;flex:none;width:auto;min-width:0;height:auto;min-height:100%;padding:var(--timer-item-padding-top-mobile, 12px) var(--timer-item-padding-x-mobile, 10px) var(--timer-item-padding-bottom-mobile, 12px);border-radius:var(--timer-item-border-radius-mobile, 10px);background:var(--timer-item-card-bg-image-mobile, none) center/var(--timer-item-card-bg-size-mobile, cover) no-repeat,var(--timer-item-card-background, linear-gradient(180deg, #ffe7c2 0%, #fff7eb 100%))}.cms-timer_shaft__layout--mobile-swipe .cms-timer_item>.cms-timer_item__inner,.cms-timer_shaft__layout--mobile-swipe .cms-timer_item .cms-timer_item__inner{display:flex;flex:1;flex-direction:column;gap:var(--meta_gap_mobile, 8px);grid-template-columns:unset;height:auto;min-height:0}.cms-timer_shaft__layout--mobile-swipe .cms-timer_item .cms-timer_item__meta{display:contents}.cms-timer_shaft__layout--mobile-swipe .cms-timer_item .cms-timer_item__marker{grid-column:unset;align-self:auto;justify-self:auto}.cms-timer_shaft__layout--mobile-swipe .cms-timer_item .cms-timer_item__badge{white-space:nowrap}.cms-timer_shaft__layout--mobile-swipe .cms-timer_item .cms-timer_item__card{grid-column:unset;justify-self:auto;flex:1 1 auto;width:100%;min-height:0;height:auto}}
/*# sourceMappingURL=/cdn/shop/t/663/assets/custom-modal-section.css.map */
