.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{height:15px;bottom:0}.ps__rail-x,.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;position:absolute}.ps__rail-y{width:15px;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style: none){.ps{overflow:auto !important}}@media(-ms-high-contrast: none),screen and (-ms-high-contrast: active){.ps{overflow:auto !important}}.ps{position:relative}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:rgba(0, 0, 0, 0)}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu::after{box-sizing:border-box}.dp__menu::before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;inset:0;z-index:999999}.dp__menu_disabled{background:rgba(255, 255, 255, 0.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0, 0, 0, 0);cursor:default}.dp-menu-loading{background:rgba(255, 255, 255, 0.5);cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:rgba(0, 0, 0, 0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.dp__arrow_top{left:var(--dp-arrow-left);top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%, -50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}@media only screen and (width <= 600px){.dp--preset-dates{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}}.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}@media only screen and (width <= 600px){.dp--preset-range{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range:first-child{margin-left:0}.dp--preset-range:last-child{margin-right:0}}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}@media only screen and (width <= 600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:bold}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0, 0, 0, 0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translateX(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width <= 600px){.dp__flex_display{flex-direction:column}}.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:rgba(0, 0, 0, 0);border:1px solid rgba(0, 0, 0, 0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__btn,.dp--time-overlay-btn,.dp--time-invalid,.dp--qr-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}:root{--dp-common-transition: all 0.1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: 0.1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all 0.2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: 0.1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: 0.5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: 0.8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translateX(var(--dp-transition-length))}.calendar-next-leave-to{opacity:0;transform:translateX(calc(var(--dp-transition-length) * -1))}.calendar-prev-enter-from{opacity:0;transform:translateX(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translateX(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}body{margin:0;padding:0;border:none}img,div,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,textarea,address,main,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-size:100%;text-decoration:none;list-style-type:none}main,article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}h1,h2,h3,h4,h5,h6{font-weight:inherit}table{border:none;border-collapse:collapse;border-spacing:0}th,td{text-align:left;vertical-align:top}caption{text-align:left}a,a:focus,a:hover,a:active{outline:0}input,input:focus,input:hover,input:active,textarea,textarea:focus,textarea:hover,textarea:active{outline:0}img{vertical-align:top}html{font-size:10px}@media screen and (min-width: 1500px){html{font-size:12.5px}}@media screen and (max-width: 849px){html{font-size:2.5642vw}}body{font-size:1.4rem;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;line-height:1.72;color:#fff;background:#000;overscroll-behavior:none;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-moz-selection{background:#fff;color:#000}::selection{background:#fff;color:#000}a{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border,background,color;color:currentColor}@media(hover){a:hover{text-decoration:none}}picture{display:block;line-height:1}img{width:100%;height:auto;pointer-events:none}input[type=text],input[type=tel],input[type=email],input[type=password],textarea{color:#fff;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;box-sizing:border-box;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=text]::placeholder,input[type=text]:placeholder-shown,input[type=text]::-webkit-input-placeholder,input[type=text]:-moz-placeholder,input[type=text]::-moz-placeholder,input[type=text]:-ms-input-placeholder,input[type=tel]::placeholder,input[type=tel]:placeholder-shown,input[type=tel]::-webkit-input-placeholder,input[type=tel]:-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=tel]:-ms-input-placeholder,input[type=email]::placeholder,input[type=email]:placeholder-shown,input[type=email]::-webkit-input-placeholder,input[type=email]:-moz-placeholder,input[type=email]::-moz-placeholder,input[type=email]:-ms-input-placeholder,input[type=password]::placeholder,input[type=password]:placeholder-shown,input[type=password]::-webkit-input-placeholder,input[type=password]:-moz-placeholder,input[type=password]::-moz-placeholder,input[type=password]:-ms-input-placeholder,textarea::placeholder,textarea:placeholder-shown,textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder{color:#757575}input::-ms-clear{visibility:hidden}input::-ms-reveal{visibility:hidden}select{box-sizing:border-box;margin:0;padding:0;color:#fff;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;outline:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}button{font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;color:#fff;box-sizing:border-box;outline:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.symbols{display:none;position:absolute;top:0;left:0}.header__logo{transition:all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,visibility;position:fixed;top:2rem;left:1.5rem;width:26rem;z-index:5}.header__logo a{display:block;text-decoration:none}.header__menu{background:none;position:fixed;top:2rem;right:2rem;display:grid;place-items:center;width:6.2rem;height:6.2rem;font-size:0;border:2px solid #fff;border-radius:50%;padding:0;margin:0;z-index:6}.header__menu .txt{color:#fff;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-style:italic;font-weight:700;font-size:1.3rem}@media(hover){.header__menu:hover{background:rgba(62,66,89,.6)}.header__menu:hover .line-1{transform:translateY(-1.2rem)}.header__menu:hover .line-2{transform:translateY(0)}.header__menu:hover .txt{inset:auto 0 1.1rem}}.header__nav{transition:all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,visibility;position:fixed;top:2rem;right:2rem;background:rgba(15,20,45,.86);padding:3rem 6.2rem 3.5rem 4rem;z-index:6;opacity:0;visibility:hidden}.header__nav:before{position:absolute;inset:0;display:block;content:"";border:2px solid rgba(0,0,0,0);border-radius:.4rem;background:linear-gradient(rgba(255, 255, 255, 0.35), #fff, rgba(255, 255, 255, 0.25)) border-box border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0) border-box;-webkit-mask-composite:xor;mask-composite:exclude;z-index:-1}.header__nav__list{display:grid;gap:3.4rem;font-size:1.8rem;font-weight:700;letter-spacing:.02em;line-height:1.445}.header__nav__list a{transition-property:color,background-size;position:relative;display:block;width:-moz-fit-content;width:fit-content;text-decoration:none;background-repeat:no-repeat;background-position:right bottom;background-size:0 1px;background-image:linear-gradient(currentColor, currentColor);margin:-0.8rem 0 -0.5rem}.header__nav__list a.is-current{color:#f7cd60;background-size:100% 1px;background-position:left bottom}.header__nav__list a.is-current:before{position:absolute;top:1rem;left:-1.9rem;display:block;content:"";width:1rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem .3rem rgba(255,237,73,.4)}@media(hover){.header__nav__list a:hover{color:#f7cd60;background-size:100% 1px;background-position:left bottom}}.header__nav__close{transition:background-color .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;top:1.4rem;right:1.4rem;width:3.8rem;aspect-ratio:1/1;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:50%}.header__nav__close .line{position:absolute;inset:0 0 1px;display:block;width:2.2rem;height:.1rem;background:#fff;margin:auto}.header__nav__close .line-1{rotate:30deg}.header__nav__close .line-2{rotate:-30deg}@media(hover){.header__nav__close:hover{background:rgba(62,66,89,.6)}}html.nav-open .header__menu{opacity:0;visibility:hidden}html.nav-open .header__nav{opacity:1;visibility:visible}@media screen and (max-width: 849px){.header__logo{top:2.1rem;left:1rem;width:20rem}.header__menu{top:.8rem;right:1rem;width:5rem;height:5rem;border-width:1px}.header__nav{top:.8rem;right:1rem}}#wrapper{position:relative}#wrapper:after{position:fixed;inset:auto 0 0;display:block;content:"";height:12rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);pointer-events:none;z-index:2}[class^=page-]:not(.page-top) #wrapper{background:url(../imgs/common/lower-bg.webp) no-repeat center top/100% fixed}@media screen and (max-width: 849px){#wrapper:before{position:fixed;inset:0 0 auto;display:block;content:"";height:6rem;background:linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);pointer-events:none;z-index:2}#wrapper:after{height:6rem}}.main{position:relative}.p-pagetitle{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .1s;position:relative;padding:13rem 0 6rem;opacity:0}.p-pagetitle__en{font-size:1rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:700;font-style:italic;letter-spacing:.51em;line-height:1;text-align:center;padding-left:.51em;margin:-0.1rem 0 2.5rem}.p-pagetitle__ttl{display:grid;place-items:center;width:-moz-fit-content;width:fit-content;font-size:7.1rem;font-weight:700;line-height:1;margin:0 auto;overflow:hidden;background:linear-gradient(180deg, rgba(255, 255, 255, 0.23) 5%, #FFF 27.1%, #FFF 51.32%, #FFF 86.41%, rgba(255, 255, 255, 0.23) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.p-pagetitle__ttl span span{font-size:7.5rem}.p-pagetitle__lead{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:2.067;text-align:center;color:#757575;margin:11.1rem 2rem 0 0}.p-pagetitle.is-visible{opacity:1}@media screen and (max-width: 849px){.page-marksheet .p-pagetitle__ttl{font-size:3.65rem}.p-pagetitle{padding:8rem 0 10.5rem;margin-bottom:-2.7rem}.p-pagetitle:before{inset:8rem 0 0;width:29.2rem;aspect-ratio:292/161;background-image:url(../imgs/common/pagetitle-bg_sp.webp)}.p-pagetitle__en{scale:.8;letter-spacing:.31em;padding-left:.31em;margin:0 0 1.4rem}.p-pagetitle__ttl{font-size:4.3rem}.p-pagetitle__ttl span span{font-size:4.5rem}.p-pagetitle__lead{font-size:1.3rem;line-height:1.462;margin:7.6rem 0 -0.4rem}}.p-section__body{max-width:117rem;box-sizing:border-box;padding:0 3rem;margin:0 auto}@media screen and (max-width: 849px){.p-section__body{padding:0 2rem}}@keyframes voteBtn-rotate-right{0%{rotate:0deg}100%{rotate:-360deg}}@keyframes voteBtn-rotate-left{0%{rotate:0deg}100%{rotate:360deg}}.fixed-voteBtn{transition:bottom .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,box-shadow .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,opacity .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,visibility .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:fixed;right:2rem;bottom:2rem;display:block;height:19.2rem;width:19.2rem;aspect-ratio:1/1;text-decoration:none;z-index:5;border-radius:50%}.fixed-voteBtn__outer{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1}.fixed-voteBtn__outer:before{animation:voteBtn-rotate-right 16s linear infinite;position:absolute;inset:-1px;display:block;content:"";background:url(../imgs/common/vote-btn-outer.svg) no-repeat center;background-size:contain;pointer-events:none}.fixed-voteBtn__wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:18.3rem;width:18.3rem;aspect-ratio:1/1}.fixed-voteBtn__wrapper:after{animation:voteBtn-rotate-right 4s ease infinite paused;position:absolute;inset:0;display:block;content:"";width:18.3rem;aspect-ratio:1/1;background:url(../imgs/common/vote-btn-inner.svg) no-repeat center;background-size:contain;margin:auto;pointer-events:none}.fixed-voteBtn__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:16.3rem;width:16.3rem;aspect-ratio:1/1}.fixed-voteBtn__inner:before,.fixed-voteBtn__inner:after{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:0;display:block;content:"";border-radius:50%;z-index:-1}.fixed-voteBtn__inner:before{background:linear-gradient(152deg, #B41695 14.05%, #2524A1 90.95%)}.fixed-voteBtn__inner:after{background:linear-gradient(152deg, #2524A1 14.05%, #B41695 90.95%);opacity:0}.fixed-voteBtn__label{width:5.7rem;height:.5rem;margin:.3rem .1rem 1.1rem 0}.fixed-voteBtn__ttl{width:13.6rem;filter:drop-shadow(0 0 1rem rgba(0, 0, 0, 0.35))}@media(hover){.fixed-voteBtn:hover .fixed-voteBtn__wrapper:after{animation-play-state:running}.fixed-voteBtn:hover .fixed-voteBtn__inner:after{opacity:1}}@media screen and (max-width: 849px){.fixed-voteBtn{right:1rem;bottom:1rem;height:9.2rem;width:9.2rem}html.footer-scrolled .fixed-voteBtn{opacity:0;visibility:hidden}html.intermediate-nav-scrolled .fixed-voteBtn{bottom:6rem}.fixed-voteBtn__wrapper{height:9.2rem;width:9.2rem}.fixed-voteBtn__wrapper:after{width:8.7rem}.fixed-voteBtn__inner{height:7.8rem;width:7.8rem}.fixed-voteBtn__label{display:none}.fixed-voteBtn__ttl{width:6.5rem}}@keyframes footer-loop-text{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.footer{position:relative;overflow-x:clip;z-index:1;margin:14rem 0 0}.footer__wrapper{position:relative;padding:0 3rem 14.8rem}.footer__lineText{position:absolute;inset:0 0 auto;display:flex;overflow:hidden;margin-top:45.07692%;z-index:1}.footer__lineText .text{flex-shrink:0;width:461rem;animation:footer-loop-text 24s linear infinite}.footer__voteArea{position:relative;margin-bottom:2rem}.footer__catch-phrase{position:absolute;inset:0;width:70rem;margin:min(30.76923%,40rem) auto 0}.footer-voteBtn{transition:box-shadow .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:0;display:block;width:28rem;aspect-ratio:1/1;border-radius:50%;margin:min(39.6923%,51.6rem) auto 0;z-index:5}.footer-voteBtn__outer{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1}.footer-voteBtn__outer:before{animation:voteBtn-rotate-right 16s linear infinite;position:absolute;inset:-1px;display:block;content:"";background:url(../imgs/common/vote-btn-outer.svg) no-repeat center;background-size:contain;pointer-events:none}.footer-voteBtn__wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:27rem;aspect-ratio:1/1}.footer-voteBtn__wrapper:after{animation:voteBtn-rotate-right 4s ease infinite paused;position:absolute;inset:0;display:block;content:"";width:26rem;aspect-ratio:1/1;background:url(../imgs/common/vote-btn-inner.svg) no-repeat center;background-size:contain;margin:auto;pointer-events:none}.footer-voteBtn__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:24rem;aspect-ratio:1/1}.footer-voteBtn__inner:before,.footer-voteBtn__inner:after{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:0;display:block;content:"";border-radius:50%;z-index:-1}.footer-voteBtn__inner:before{background:linear-gradient(152deg, #B41695 14.05%, #2524A1 90.95%)}.footer-voteBtn__inner:after{background:linear-gradient(152deg, #2524A1 14.05%, #B41695 90.95%);opacity:0}.footer-voteBtn__ttl{width:18.7rem}@media(hover){.footer-voteBtn:hover .footer-voteBtn__wrapper:after{animation-play-state:running}.footer-voteBtn:hover .footer-voteBtn__inner:after{opacity:1}}.footer__circle{width:min(100%,130rem);margin:0 auto}.footer__ttl{width:min(100%,42rem);margin:0 auto}.footer__links{display:grid;grid-template-columns:repeat(3, 1fr);gap:5rem;width:min(100%,121rem);margin:4.2rem auto 0}.footer__links .item{position:relative;display:flex;flex-direction:column;align-items:center;min-height:23.5rem;background:rgba(11,18,41,.4);box-sizing:border-box;border-radius:.3rem;padding:2.8rem 3rem 3.8rem}.footer__links .item.hakodate{box-shadow:0 0 1.9rem .7rem rgba(47,118,255,.45)}.footer__links .item.utsunomiya{box-shadow:0 0 1.9rem .7rem rgba(255,228,19,.35)}.footer__links .item.girls-keirin{box-shadow:0 0 1.9rem .7rem rgba(249,30,198,.46)}.footer__links .item:before{position:absolute;inset:.3rem;display:block;content:"";border:1px solid rgba(255,255,255,.3);border-radius:.3rem;z-index:-1}.footer__links .item__logo.hakodate{width:23.1rem;margin:auto 0 2.4rem 0}.footer__links .item__logo.utsunomiya{width:18.9rem;margin:auto 0 2.2rem 0}.footer__links .item__logo.girls-keirin{width:17.05rem;margin:auto 0 2.3rem}.footer__links .item__textlink{display:inline-flex;font-size:1.5rem;font-weight:500;line-height:1.2;margin-left:1.8rem}.footer__links .item__textlink span{display:contents}.footer__links .item__textlink .icon{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;width:1.8rem;opacity:.6;margin:0 0 -0.2rem .2rem}@media(hover){.footer__links .item__textlink:hover .icon{opacity:1}}.footer__links .item__sns{display:flex;justify-content:center;gap:0 1.3rem;margin-top:1.8rem}.footer__links .item__sns a{position:relative;display:flex;align-items:center;justify-content:center;width:4rem;aspect-ratio:1/1;border:1px solid #fff;box-sizing:border-box;border-radius:50%;z-index:0}@media(hover){.footer__links .item__sns a:hover{background:#fff}.footer__links .item__sns a:hover .icon{fill:#000}}.footer__links .item__sns .icon{transition:fill .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}.footer__links .item__sns .icon--x{width:1.6rem}.footer__links .item__sns .icon--instagram{width:1.8rem}.footer__links .item__sns .icon--youtube{width:2.1rem}.footer__logo{display:flex;place-content:center;gap:3rem;margin-top:6.3rem}.footer__copyright{font-size:1.2rem;letter-spacing:.04em;line-height:1;text-align:center;margin-top:2.1rem}.footer__jka{margin:4rem 0 0}.footer__jkaInner{border:1px solid #424867;margin:0 auto;text-align:center;width:min(33.84615%,44rem);padding:4rem 0}.footer__jkaInner strong{font-size:1.6rem;font-weight:600;letter-spacing:.04em}.footer__jkaInner p{font-size:1.4rem;line-height:1.4;letter-spacing:.04em}.footer__jkaCaption{margin:4rem 0 0;font-size:1.4rem;letter-spacing:.04em;line-height:1.73;text-align:center}.footer__caption{font-size:1.4rem;letter-spacing:.04em;line-height:1.73;text-align:center;margin-top:4.4rem}.footer__caption br:first-child{display:none}@media screen and (max-width: 849px){.footer{margin-top:13rem}.footer__wrapper{padding:0;padding-bottom:5rem}.footer__lineText{margin-top:33rem}.footer__lineText .text{width:-moz-fit-content;width:fit-content;height:8rem}.footer__lineText .text img{width:auto;height:100%}.footer__voteArea{margin-left:.3rem}.footer__catch-phrase{width:32rem;margin-top:20rem}.footer-voteBtn{width:21.4rem;margin-top:26rem}.footer-voteBtn__wrapper{width:20rem}.footer-voteBtn__wrapper:after{width:20rem}.footer-voteBtn__inner{width:18rem}.footer-voteBtn__ttl{width:15.2rem}.footer__circle{width:min(192.30769%,75rem);margin:0 0 0 -46%}.footer__ttl{width:26rem}.footer__links{grid-template-columns:auto;gap:1.56rem;width:33rem;margin-top:3.5rem}.footer__links .item{flex-direction:row;min-height:auto;padding:2.9rem 2rem 3.2rem 2.5rem}.footer__links .item__logo{flex-shrink:0}.footer__links .item__logo.hakodate{width:7.5rem;margin:.4rem 2.2rem 0 0}.footer__links .item__logo.utsunomiya{width:7.5rem;margin:.4rem 2.2rem 0 0}.footer__links .item__logo.girls-keirin{width:7rem;margin:0 2.4rem .4rem .3rem}.footer__links .item__textlink{display:flex;margin-left:0}.footer__links .item__textlink span{display:none}.footer__links .item__sns{justify-content:flex-start;margin-top:2.1rem}.footer__logo{gap:2.5rem;margin-top:5rem}.footer__logo1{width:6rem}.footer__logo2{width:12rem}.footer__jka{margin:5rem 0 0;padding:0 2rem}.footer__jkaInner{width:100%;padding:2.5rem 0}.footer__jkaInner strong{font-size:1.5rem}.footer__jkaInner p{font-size:1.3rem}.footer__jkaCaption{font-size:1.3rem;line-height:1.44;margin:2rem 0 0}.footer__caption{line-height:1.637;margin-top:4rem;font-size:1.3rem}.footer__caption br:first-child{display:inline}}.icon{display:block;fill:currentColor}.icon--x{aspect-ratio:1/1}.icon--instagram{aspect-ratio:1/1}.icon--youtube{aspect-ratio:21/15}.icon--blank{aspect-ratio:1/1}.icon--btn{aspect-ratio:22/16}.icon--search{aspect-ratio:20/19}.icon--male{aspect-ratio:18/40}.icon--female{aspect-ratio:19/39}.c-btn{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border-color,background,box-shadow,opacity;position:relative;display:block;width:min(100%,45rem);font-size:2.1rem;font-weight:500;letter-spacing:.02em;line-height:1.429;text-decoration:none;text-align:center;border:1px solid #fff;background:linear-gradient(to right, transparent 8.06%, #5C4800 30.37%, #5C4800 32.24%, transparent 72.54%, #5C4800 96.72%);background-size:300%;border-radius:10rem;box-sizing:border-box;box-shadow:0 0 4rem .3rem rgba(255,255,255,.25);padding:2.5rem 0 2.9rem;z-index:1}.c-btn:disabled{opacity:.5;pointer-events:none}.c-btn .icon{position:absolute;inset:0 3rem 0 auto;margin:auto}.c-btn .icon--btn{width:2.2rem}@media(hover){.c-btn:hover{border-color:#bdae60;background-position:right;box-shadow:0 0 4rem .3rem rgba(255,219,127,.55)}}@media screen and (max-width: 849px){.c-btn{width:27rem;font-size:1.6rem;line-height:1.4375;text-align:left;padding:1.6rem 0 1.9rem 2.5rem}.c-btn .icon{inset:0 1.8rem .1rem auto}.c-btn .icon--btn{width:1.8rem}}.c-form__names:has(.js-form-error) .empty,.c-form__kana:has(.js-form-error) .empty,.c-form__tel:has(.js-form-error) .empty{border-color:#ff5a5a}.c-form__tel .c-form__body{align-items:end;gap:0 2rem}.c-form__tel .c-form__error{width:100%}.c-form__address{display:flex;flex-wrap:wrap;gap:2rem}.c-form__address>.c-form__group{width:100%}.c-form__address .c-form__address>.c-form__group{width:auto}.c-form__body{display:flex;gap:2rem}.c-form__group.--address{flex-grow:1}.c-form__group dt{display:flex;align-items:center;font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;margin:-1rem 0 -0.8rem}.c-form__group dt span{font-size:1.3rem}.c-form__group dd{margin-top:1.4rem}.c-form__group:has(.js-form-error) input{border-color:#ff5a5a}.c-form__group:has(.js-form-error) .c-radio__txt:before{border-color:#ff5a5a}.c-form__radios{display:flex;flex-wrap:wrap;gap:0 3.1rem;margin:1.9rem 0 .1rem}.c-form__caption{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;color:#757575;margin:.8rem 0 -0.5rem}.c-form__error{display:block;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#ff5a5a;margin-top:1rem}@media screen and (max-width: 849px){.c-form__address>.c-form__group{width:auto}.c-form__address .c-form__group:nth-of-type(1){width:calc(50% - 1rem)}.c-form__address .c-form__group:nth-of-type(1) dt{letter-spacing:-0.02em}.c-form__address .c-form__group:nth-of-type(1) dt span{font-size:1rem}.c-form__address .c-form__address{display:contents}.c-form__body{gap:2.8rem 2rem}.c-form__group{width:100%}.c-form__group dt{font-size:1.4rem;line-height:.715;margin:-0.1rem 0 0}.c-form__group dt span{font-size:1.1rem}.c-form__group dd{margin-top:1rem}.c-form__radios{gap:2rem 4.3rem;margin:1.7rem 0 1.3rem}.c-form__caption{font-size:1.3rem;line-height:1.693;margin:.5rem 0 -0.6rem}.c-form__error{font-size:1.4rem}}.c-optional{display:block;width:-moz-fit-content;width:fit-content;font-size:1.3rem;letter-spacing:.02em;line-height:1;background:#1f3e79;border-radius:.2rem;padding:.3rem .4rem .4rem;margin:.1rem 0 0 .8rem}@media screen and (max-width: 849px){.c-optional{font-size:1.1rem}}.c-input{height:6rem;font-size:1.8rem;font-weight:500;letter-spacing:.02em;background:#000;border:1px solid #474747;border-radius:.3rem;padding:0 1.8rem}.c-input--name,.c-input--kana{width:29rem}.c-input--mail{width:44rem}.c-input--tel{width:14rem}.c-input--zipcode,.c-input--pref{width:17rem}.c-input--address{width:100%}.c-input--ctc{width:17rem}.dp--header-wrap{color:#000}.dp__main{width:25rem}.dp__input{height:6rem;width:25rem;font-size:1.8rem;font-weight:500;letter-spacing:.02em;background:#000;border:1px solid #474747;border-radius:.3rem;padding:0 1.8rem 0 3rem;color:#fff}.dp__icon{width:1.5rem;height:1.5rem}.dp__btn,.dp__action_button{font-weight:700;font-size:1.3rem}.dp__calendar_header_item,.dp__calendar_item,.dp__selection_preview,.dp__overlay_cell{font-size:1.4rem}.dp__today{border-color:#f7cd60}.dp__overlay_cell_active,.dp__range_end,.dp__range_start,.dp__active_date{background-color:#f7cd60;color:#000}.dp__overlay_cell_active{font-size:1.4rem;font-weight:700}.dp__month_year_select{text-decoration:underline}@media screen and (max-width: 849px){.c-input{height:5rem;font-size:1.5rem;padding:0 1.4rem}.c-input--name,.c-input--kana,.c-input--mail,.c-input--tel,.c-input--zipcode,.c-input--pref{width:100%}.c-input--ctc{width:14rem}.dp__input{height:5rem;font-size:1.5rem;padding:0 1.4rem 0 3rem;width:100%}.dp__selection_preview{font-size:1.2rem}.dp__overlay_cell_active{font-size:1.3rem}}.c-radio{position:relative;display:block;cursor:pointer}.c-radio__input{position:absolute;inset:0;padding:0;margin:0;opacity:0}.c-radio__input:checked+.c-radio__txt:after{opacity:1}.c-radio__txt{position:relative;display:block;font-size:1.8rem;line-height:1.334;padding-left:3.3rem}.c-radio__txt:before{position:absolute;top:.1rem;left:0;display:block;content:"";width:2.4rem;aspect-ratio:1/1;border:1px solid #bcbcbc;border-radius:50%;box-sizing:border-box}.c-radio__txt:after{position:absolute;top:.7rem;left:.6rem;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:#bcbcbc;border-radius:50%;opacity:0}@media screen and (max-width: 849px){.c-radio__txt{font-size:1.5rem;line-height:1.8rem;padding-left:2.7rem}.c-radio__txt:before{width:1.8rem}.c-radio__txt:after{top:.6rem;left:.5rem;width:.8rem}}.c-privacy{position:relative;display:block;cursor:pointer}.c-privacy__input{position:absolute;inset:0;padding:0;margin:0;opacity:0}.c-privacy__input:checked+.c-privacy__txt:after{opacity:1}.c-privacy__txt{position:relative;display:block;font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.334;padding-left:3.6rem}.c-privacy__txt:before{position:absolute;top:.1rem;left:0;display:block;content:"";width:2.4rem;aspect-ratio:1/1;border:1px solid #bcbcbc;border-radius:.3rem;box-sizing:border-box}.c-privacy__txt:after{position:absolute;top:.9rem;left:.6rem;display:block;content:"";width:1.2rem;height:.6rem;border-bottom:2px solid #fff;border-left:2px solid #fff;box-sizing:border-box;rotate:-45deg;opacity:0}@media screen and (max-width: 849px){.c-privacy__txt{font-size:1.5rem;line-height:1.8rem;padding-left:3rem}.c-privacy__txt:before{width:1.8rem}.c-privacy__txt:after{top:.6rem;left:.4rem;width:1rem;height:.5rem}}.c-confirm__group:not(:first-child){padding-top:2.9rem}.c-confirm__group:not(:last-child){border-bottom:1px solid #424866;padding-bottom:2.9rem}.c-confirm__group dt{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;color:#757575;margin:-0.5rem 0 -0.6rem}.c-confirm__group dd{font-size:2rem;font-weight:500;letter-spacing:.02em;line-height:1.45;margin:.8rem 0 -0.6rem}@media screen and (max-width: 849px){.c-confirm__group:not(:first-child){padding-top:1.9rem}.c-confirm__group:not(:last-child){padding-bottom:2.2rem}.c-confirm__group dt{font-size:1.3rem;line-height:1.462;margin:-0.3rem 0 -0.6rem}.c-confirm__group dd{font-size:1.6rem;line-height:1.4375;margin:.7rem 0 -0.5rem}}@media screen and (min-width: 850px){.js-fv-scale-effect{scale:var(--scale)}.is-scrolled .js-fv-scale-effect{transition-delay:0s !important;opacity:0 !important;filter:blur(20px)}.is-scrolling .js-fv-scale-effect{transition-delay:0s !important}.is-scrolling .js-fv-scale-effect img{transition-delay:0s !important}}.js-scroll-meteor{opacity:0;scale:.8;filter:blur(20px)}.js-scroll-meteor--left{translate:-2rem -2rem;transform-origin:left top}.js-scroll-meteor--right{translate:2rem -2rem;transform-origin:right top}.js-scroll-meteor.is-visible{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,scale,translate,filter;opacity:1;scale:1;translate:0 0;filter:blur(0)}.js-scroll-parallax img{transition:transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}.js-scroll-parallax[data-parallax-unit] img{translate:0 -60px}@media screen and (max-width: 849px){.js-scroll-parallax img{transform:translateY(0) !important}.js-scroll-parallax[data-parallax-unit] img{translate:0}}@media screen and (max-width: 849px){body.page-top .footer{margin-top:8rem}}.p-top-fv{position:relative;overflow-x:clip}.p-top-fv::after{position:absolute;inset:auto 0 0;display:block;content:"";height:12rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);pointer-events:none;z-index:2}.p-top-fv__body{position:sticky;top:0;height:140rem}.p-top-fv__body:before{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:0;display:block;content:"";background-image:url(../imgs/top/fv-bg.webp);background-repeat:no-repeat;background-position:center 1px;background-size:100% auto;opacity:0}.p-top-fv__ttl{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,scale .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:relative;z-index:2;transform-origin:center bottom;scale:var(--scale)}.p-top-fv__ttl .ttl{position:relative}.p-top-fv__ttl .ttl-1{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .2s,translate .8s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;width:min(79.193%,55.5rem);padding-top:13rem;margin:0 auto;opacity:0;translate:0 1rem}.p-top-fv__ttl .ttl-2{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s,translate .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;width:min(76.92307%,100rem);margin:4rem auto 0;opacity:0;translate:0 1rem}.p-top-fv__text{position:relative}.p-top-fv__period{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s,translate .8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s,scale .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:relative;width:min(58.46153%,76rem);margin:6rem auto 0;padding-bottom:min(7%,9rem);z-index:2;opacity:0}.p-top-fv__period img{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}.p-top-fv__lottery{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .84s,translate .8s cubic-bezier(0.215, 0.61, 0.355, 1) .84s,scale .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:auto 0 0 -2rem;width:min(68.46153%,89rem);margin:0 auto;z-index:2;opacity:0}.p-top-fv__lottery img{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}.p-top-fv__kaitenkun{position:absolute;z-index:0;top:-4.4rem;width:min(78.53846%,1021rem);animation:kaitenkun 32s linear infinite}@keyframes kaitenkun{0%{transform:rotate(0)}100%{transform:rotate(-1turn)}}.p-top-fv__kaitenkun1{left:min(-35.84615%,466rem)}.p-top-fv__kaitenkun2{right:min(-35.84615%,466rem)}.is-visible .p-top-fv__body:before{opacity:1}.is-visible .p-top-fv__ttl .ttl-1,.is-visible .p-top-fv__ttl .ttl-2{opacity:1;translate:0 0}.is-visible .p-top-fv__period{opacity:1;translate:0 0}.is-visible .p-top-fv__lottery{opacity:1;translate:0 0}@media screen and (min-width: 850px){.is-scrolling .p-top-fv__ttl{opacity:0}.is-scrolling .p-top-fv__period img{opacity:0}.is-scrolling .p-top-fv__lottery img{opacity:0}}@media screen and (max-width: 849px){.p-top-fv__body{position:relative;height:101rem}.p-top-fv__body:before{background-image:url(../imgs/top/fv-bg_sp.webp);background-position:center top}.p-top-fv__ttl .ttl-1{width:35.2rem;padding-top:13.3rem}.p-top-fv__ttl .ttl-2{right:.5rem;width:40.2rem;margin-top:2.5rem}.p-top-fv__period{width:min(100%,39rem);margin-top:7.9rem;padding:0}.p-top-fv__lottery{position:relative;left:-1rem;width:30rem;margin:-2.1rem auto 0}.p-top-fv__copy{position:relative;left:auto;width:min(100%,29rem);margin:-0.1rem auto 0}.p-top-fv__kaitenkun{top:10rem;width:min(89.23076%,34.8rem);animation-duration:20s}.p-top-fv__kaitenkun1{left:min(-49.23076%,19.2rem)}.p-top-fv__kaitenkun2{right:min(-49.23076%,19.2rem)}}.p-top-section__body{max-width:130rem;box-sizing:border-box;padding:0 3rem;margin:0 auto}@media screen and (max-width: 849px){.p-top-section__body{padding:0}}.p-top-about{position:relative;z-index:2;margin-top:calc(min(34.61538%,45rem)*-1)}.p-top-about::after{position:absolute;display:block;content:"";pointer-events:none;inset:0;height:204rem;background-position:top;background-image:url(../imgs/top/about-bg.webp);background-size:cover;z-index:-2;margin:0 0 0 -45.6923%}.p-top-about .p-top-section__body{padding:0}.p-top-about__head{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,translate;position:relative;opacity:0;translate:0 2rem}.p-top-about__head.is-visible{opacity:1;translate:0 0}.p-top-about__ttl{width:min(84.61538%,110rem);margin:0 auto;mix-blend-mode:color-dodge}.p-top-about__lead{position:relative;display:grid;place-items:center;margin:15rem auto 0}.p-top-about__lead .lead{height:7rem;overflow:hidden}.p-top-about__lead .lead span{display:block;transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,translate;height:100%;opacity:0;translate:0 100%;font-size:4.2rem;font-weight:700}.p-top-about__lead .lead-line{display:flex;justify-content:center;gap:0 .1rem}.p-top-about__lead .lead-1 span,.p-top-about__lead .lead-2 span{transition-delay:.2s}.p-top-about__lead .lead-3 span,.p-top-about__lead .lead-4 span{transition-delay:.4s}.p-top-about__lead.is-visible .lead span{opacity:1;translate:0 0}.p-top-about__imgs{position:relative;margin-top:12.9rem;overflow-x:clip}.p-top-about__imgs .img{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,transform .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,filter .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;position:relative;opacity:0;filter:brightness(200%)}.p-top-about__imgs .img-1{width:90.76923%;transform:translateX(-4rem)}.p-top-about__imgs .img-1.is-visible{opacity:1;filter:brightness(100%);transform:translateX(0)}.p-top-about__imgs .img-2{text-align:right;width:90.76923%;margin:1rem 0 0 9.23076%;transform:translateX(4rem)}.p-top-about__imgs .img-2.is-visible{opacity:1;filter:brightness(100%);transform:translateX(0)}.p-top-about__text{position:relative;display:grid;place-items:center;padding-right:.1rem;margin-top:13.5rem;z-index:2}.p-top-about__text .text{height:4.6rem;overflow:hidden}.p-top-about__text .text p{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,translate;height:100%;opacity:0;translate:0 100%;font-size:3.2rem;font-weight:700}.p-top-about__text .text-line{display:flex;justify-content:center;gap:0 .1rem}.p-top-about__text .text-1 p,.p-top-about__text .text-2 p{transition-delay:.2s}.p-top-about__text .text-3 p,.p-top-about__text .text-4 p{transition-delay:.3s}.p-top-about__text .text-5 p,.p-top-about__text .text-6 p{transition-delay:.4s}.p-top-about__text .text-7 p{transition-delay:.5s}.p-top-about__text .text-8 p,.p-top-about__text .text-9 p{transition-delay:.6s}.p-top-about__text .text-10{margin:5rem 0 0}.p-top-about__text .text-10 p{transition-delay:.7s}.p-top-about__text .text-11 p{transition-delay:.8s}.p-top-about__text.is-visible .text p{opacity:1;translate:0 0}@media screen and (max-width: 849px){.p-top-about{margin:-35rem 0 0}.p-top-about::after{height:106.3rem;margin:10rem 0 0 -134.10256%}.p-top-about__ttl{padding-right:0;width:min(94.87179%,37rem)}.p-top-about__lead{margin-top:7rem}.p-top-about__lead .lead{height:3rem}.p-top-about__lead .lead span{font-size:2.2rem;text-align:center}.p-top-about__lead .lead-line{display:contents}.p-top-about__lead .lead-2{margin-top:.7rem}.p-top-about__lead .lead-3{margin-top:.7rem}.p-top-about__lead .lead-4{margin-top:.7rem}.p-top-about__lead .lead-1 span{transition-delay:0.2s}.p-top-about__lead .lead-2 span{transition-delay:0.4s}.p-top-about__lead .lead-3 span{transition-delay:0.6s}.p-top-about__lead .lead-4 span{transition-delay:0.8s}.p-top-about__imgs{margin-top:4rem}.p-top-about__imgs .img-1{transform:translateX(-3rem)}.p-top-about__imgs .img-2{margin:.3rem 0 0 9.23076%;transform:translateX(3rem)}.p-top-about__text{margin-top:6rem}.p-top-about__text .text{height:3rem}.p-top-about__text .text p{font-size:1.7rem;text-align:center}.p-top-about__text .text-line{display:contents}.p-top-about__text .text-10{margin-top:2.5rem}}.p-top-present{position:relative;z-index:1;padding:26.2rem 0 0;margin-top:14.3rem}.p-top-present:before,.p-top-present:after{position:absolute;display:block;content:"";background-repeat:no-repeat;background-size:100% auto}.p-top-present:before{inset:0 0 auto;aspect-ratio:1300/1416;background-position:top;background-image:url(../imgs/top/present-bg-top.webp);z-index:-1}.p-top-present:after{inset:auto 0 0;height:322.9rem;background-position:bottom;background-image:url(../imgs/top/present-bg-bottom.webp);background-size:cover;z-index:-2}.p-top-present__head{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:opacity,translate;position:relative;opacity:0}.p-top-present__head.is-visible{opacity:1}.p-top-present__en{font-weight:700;font-style:italic;font-size:1rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;letter-spacing:.51em;line-height:1;text-align:center;padding-left:.51em;margin:-0.1rem 0 2.9rem}.p-top-present__ttl{position:relative;right:.3rem;width:min(100%,33.5rem);margin:0 auto}.p-top-present__img{width:min(100%,76rem);margin:6.1rem auto 0}.p-top-present__lead{width:min(100%,54.6rem);margin:0 auto}.p-top-present__text{font-size:2rem;font-weight:500;letter-spacing:.02em;line-height:1.75;text-align:center;margin:.3rem 0 -0.9rem}.p-top-present__ttl2{margin:10rem 0 4rem}.p-top-present__ttl2-1 .p-top-present__ttl2Inner{width:min(28.92307%,37.6rem)}.p-top-present__ttl2-2 .p-top-present__ttl2Inner{width:min(35.38461%,46rem)}.p-top-present__ttl2-3 .p-top-present__ttl2Inner{width:min(42.92307%,55.8rem)}.p-top-present__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:3.5rem 1.5rem;width:min(100%,120rem);margin:0 auto}.p-top-present__list .item{margin:0 -1px}.p-top-present__w{width:min(100%,120.15rem);margin:10rem auto 0}.p-top-present__ctc{width:min(100%,120.15rem);margin:4rem auto 0}.p-top-present__infos{width:min(100%,96rem);margin:10.9rem auto 0;overflow:hidden}.p-top-present__infos .info{position:relative;text-align:center;padding:4.3rem 0 5.8rem}.p-top-present__infos .info:first-child{padding:4.3rem 0 5.4rem}.p-top-present__infos .info:first-child:before{position:absolute;inset:0 0 auto;display:block;content:"";height:1px;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 1.35%, #946042 16.94%, #FFDF8E 50.54%, #946042 83.65%, rgba(0, 0, 0, 0) 98.75%);opacity:.7}.p-top-present__infos .info:after{position:absolute;inset:auto 0 0;display:block;content:"";height:1px;background:linear-gradient(90deg, rgba(0, 0, 0, 0) 1.35%, #946042 16.94%, #FFDF8E 50.54%, #946042 83.65%, rgba(0, 0, 0, 0) 98.75%);opacity:.7}.p-top-present__infos .info__ttl{font-size:1.8rem;font-weight:500;letter-spacing:.51em;line-height:1.445;color:#ffda7b;margin:-0.4rem 0 1.6rem .8rem}.p-top-present__infos .info__text{font-size:2.1rem;font-weight:500;letter-spacing:.02em;line-height:1.429;margin:-0.5rem 0}.p-top-present__more{display:grid;place-items:center;margin-top:11rem}@media screen and (max-width: 849px){.p-top-present{padding:12.7rem 0 0;margin-top:2rem}.p-top-present:before{aspect-ratio:390/3638;background-image:url(../imgs/top/present-bg-top_sp.webp)}.p-top-present:after{display:none}.p-top-present__en{letter-spacing:.31em;padding-left:.31em;margin:0 0 1.6rem;transform-origin:center bottom;scale:.8}.p-top-present__ttl{right:.2rem;width:20.3rem}.p-top-present__img{width:34rem;margin-top:2.6rem}.p-top-present__lead{width:34.5rem;margin:-0.9rem auto 0}.p-top-present__text{font-size:1.5rem;letter-spacing:0;line-height:1.8;margin:.5rem 0 -0.7rem}.p-top-present__ttl2{margin:5rem 0 2.5rem}.p-top-present__ttl2-1 .p-top-present__ttl2Inner{width:min(68.97435%,26.9rem);margin:auto}.p-top-present__ttl2-2 .p-top-present__ttl2Inner{width:min(84.35897%,32.9rem);margin:auto}.p-top-present__ttl2-3 .p-top-present__ttl2Inner{width:min(91.02564%,35.5rem);margin:auto}.p-top-present__list{grid-template-columns:auto;gap:2.1rem 0;width:auto;margin:0 .9rem}.p-top-present__list .item{margin:0}.p-top-present__w{width:auto;margin:2.1rem .9rem 0}.p-top-present__ctc{width:auto;margin:2.1rem .9rem 0}.p-top-present__infos{margin-top:6rem}.p-top-present__infos .info{padding:3.5rem 0}.p-top-present__infos .info:first-child{padding:3.5rem 0}.p-top-present__infos .info:first-child:before{inset:0 -2.5rem auto}.p-top-present__infos .info:first-child .info__text{letter-spacing:.02em;line-height:1.6;margin:-0.7rem 0 -0.6rem}.p-top-present__infos .info:after{inset:auto -2.5rem 0}.p-top-present__infos .info__ttl{font-size:1.6rem;line-height:1.4375;margin:-0.6rem 0 1.5rem .8rem}.p-top-present__infos .info__text{font-size:1.5rem;letter-spacing:0;line-height:1.467;margin:-0.5rem 0 -0.5rem}.p-top-present__more{margin-top:5.1rem}}.vote-modal{position:fixed;inset:0;z-index:12;background:#000;overflow:auto;overscroll-behavior:none}.vote-modal.v-leave-active,.vote-modal.v-enter-active{transition:opacity .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s}.vote-modal.v-enter-from,.vote-modal.v-leave-to{opacity:0}.vote-modal__close{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:background-color,box-shadow;position:fixed;top:1.7rem;right:1.7rem;display:block;width:6.4rem;aspect-ratio:1/1;background:#1d336c;border-radius:50%;border:none;padding:0;z-index:2}.vote-modal__close:before,.vote-modal__close:after{position:absolute;inset:0;display:block;content:"";width:3.7rem;height:.1rem;background:#fff;margin:auto}.vote-modal__close:before{rotate:-45deg}.vote-modal__close:after{rotate:45deg}@media(hover){.vote-modal__close:hover{background:#3358b8;box-shadow:0 0 2rem .3rem rgba(47,118,255,.65)}}.vote-modal__wrapper{display:flex;gap:0 6rem;padding:6rem 5.5rem 13.3rem}.vote-modal__head{flex-shrink:0;width:36.5rem}.vote-modal__ttl{font-size:3.5rem;font-weight:700;letter-spacing:.02em;line-height:1;margin:-0.7rem 0 6.9rem}.vote-modal__aside{position:sticky;top:3rem}.vote-modal__body{flex-grow:1}.vote-modal__sortttl{font-size:2.5rem;font-weight:700;letter-spacing:.02em;line-height:1.44;margin:-1.1rem 0 3.3rem}.vote-modal__list{display:grid;grid-template-columns:repeat(auto-fill, minmax(18rem, 1fr));gap:4rem 1.5rem}.vote-modal__list .player{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:background-color,border-color,box-shadow;position:relative;display:grid;place-items:center;background:#000;border:1px solid #424867;box-sizing:border-box;border-radius:.3rem;padding:2.4rem 0;cursor:pointer}.vote-modal__list .player:has(input:checked){background:#392e06;border-color:rgba(255,218,123,.8);box-shadow:0 0 1rem .4rem rgba(255,218,123,.3) inset}.vote-modal__list .player:has(input:checked) .player__details{color:#a8a8a8}.vote-modal__list .player:has(input:checked) .player__select{color:#000;background:#fff}.vote-modal__list .player:has(input:disabled){pointer-events:none}.vote-modal__list .player:has(input:disabled) .player__select{opacity:.5}@media(hover){.vote-modal__list .player:hover .player__select{color:#000;background:#fff}}.vote-modal__list .player input{position:absolute;inset:0;margin:0;opacity:0;z-index:-1}.vote-modal__list .player__img{width:8.5rem;aspect-ratio:1/1;border-radius:50%;overflow:hidden}.vote-modal__list .player__infos{display:grid;place-items:center}.vote-modal__list .player__name{display:inline-flex;align-items:center;gap:0 .7rem;font-size:1.9rem;font-weight:700;letter-spacing:.02em;line-height:1.474;margin:1.4rem 0 -0.5rem}.vote-modal__list .player__rank{display:block;width:-moz-fit-content;width:fit-content;font-size:1.3rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#000;background:#f7cd61;border-radius:.2rem;padding:.2rem .4rem .3rem;margin-top:.2rem}.vote-modal__list .player__details{transition:color .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 0;font-size:1.4rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin-top:1.8rem}.vote-modal__list .player__number{display:flex;justify-content:center;gap:0 .4rem;width:100%}.vote-modal__list .player__pref{position:relative;margin-right:2.3rem;margin-left:.5rem}.vote-modal__list .player__pref:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";width:1px;background:#757575}.vote-modal__list .player__select{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:color,background-color,opacity;position:relative;display:flex;align-items:center;justify-content:center;gap:0 .6rem;width:min(100%,11.8rem);font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.334;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:10rem;box-sizing:border-box;padding:.8rem 0 1.1rem;margin-top:2.2rem}.vote-modal__list .player__select .icon{transition:background .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:relative;top:0;width:1.6rem;aspect-ratio:1/1;background:#000;border-radius:50%}.vote-modal__list .player__select .icon:before,.vote-modal__list .player__select .icon:after{transition:background .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:0;display:block;content:"";width:.8rem;height:.1rem;background:#fff;margin:auto}.vote-modal__list .player__select .icon:before{rotate:45deg}.vote-modal__list .player__select .icon:after{rotate:-45deg}.vote-modal__error{font-size:1.7rem;font-weight:500;letter-spacing:.02em}.vote-modal__foot{display:grid;place-items:end;margin-top:8rem}.vote-modal__headBack{display:none}.vote-modal__footClose{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:background-color,box-shadow;display:flex;align-items:center;gap:0 .6rem;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1;background:#1d336c;border:none;border-radius:10rem;box-sizing:border-box;box-shadow:0 0 3.3rem .3rem rgba(0,0,0,.15);padding:1.6rem 3.9rem 1.8rem 3.8rem}.vote-modal__footClose .icon{transition:background .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:relative;top:.1rem;width:1.6rem;aspect-ratio:1/1;background:#fff;border-radius:50%}.vote-modal__footClose .icon:before,.vote-modal__footClose .icon:after{transition:background .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:.1rem 0 0;display:block;content:"";width:1rem;height:.1rem;background:#000;margin:auto}.vote-modal__footClose .icon:before{rotate:45deg}.vote-modal__footClose .icon:after{rotate:-45deg}@media(hover){.vote-modal__footClose:hover{background:#3358b8;box-shadow:0 0 2rem .3rem rgba(47,118,255,.65)}}.vote-modal__caption{width:-moz-fit-content;width:fit-content;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;color:#757575;margin:1.4rem 0 0}@media screen and (max-width: 849px){.vote-modal__close{top:1.1rem;right:1.4rem;width:4.5rem}.vote-modal__close:before,.vote-modal__close:after{width:2.6rem}.vote-modal__wrapper{display:block;padding:4.8rem 2rem 5.8rem}.vote-modal__head{width:auto}.vote-modal__ttl{font-size:2.2rem;line-height:1.364;margin:-0.9rem 0 3.4rem}.vote-modal__aside{position:relative;top:auto}.vote-modal__body{margin-top:4rem}.vote-modal__sortttl{font-size:1.6rem;line-height:1.375;margin:-0.6rem 0 1.2rem}.vote-modal__list{grid-template-columns:auto;gap:0;margin:0 -2rem}.vote-modal__list .player{display:flex;gap:0 1.4rem;align-items:center;border-right:none;border-left:none;border-radius:0;padding:1.9rem 1.5rem 1.8rem}.vote-modal__list .player:not(:first-child){margin-top:-1px}.vote-modal__list .player:has(input:checked){border-color:#e1c069;box-shadow:0 0 1rem .3rem rgba(255,218,123,.2) inset;z-index:1}.vote-modal__list .player__img{flex-shrink:0;width:5rem}.vote-modal__list .player__infos{display:block;flex-grow:1;margin-top:-0.8rem}.vote-modal__list .player__name{font-size:1.7rem;line-height:1.4706;margin:-0.4rem 0}.vote-modal__list .player__rank{font-size:1.2rem;padding:.1rem .2rem .2rem;margin-top:.4rem}.vote-modal__list .player__details{justify-content:flex-start;gap:1rem 1.5rem;font-size:1.3rem;margin:.4rem 0 -0.1rem}.vote-modal__list .player__number{position:relative;gap:0;width:auto}.vote-modal__list .player__number:after{position:absolute;inset:0 -0.8rem 0 auto;display:block;content:"";width:1px;background:#757575}.vote-modal__list .player__pref{margin:0}.vote-modal__list .player__pref:after{inset:0 -0.8rem 0 auto}.vote-modal__list .player__select{width:8.4rem;line-height:1.467;padding:.7rem 0 .9rem;margin:0 0 0 auto}.vote-modal__list .player__select .icon{display:none}.vote-modal__error{font-size:1.5rem}.vote-modal__foot{margin-top:2.5rem}.vote-modal__headBack{display:flex;align-items:center;gap:0 .7rem;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;background:rgba(0,0,0,0);border:none;text-decoration:underline;text-underline-offset:.2rem;padding:0;margin:-0.1rem -0.2rem 0 0}.vote-modal__headBack .icon{position:relative;top:.2rem;display:block;width:1.6rem;aspect-ratio:1/1;background:#fff;border-radius:50%}.vote-modal__headBack .icon::before{position:absolute;inset:.2rem 0 0;display:block;content:"";width:.5rem;height:.5rem;border-top:.1rem solid #000;border-left:.1rem solid #000;box-sizing:border-box;rotate:45deg;margin:auto}.vote-modal__footClose{font-size:1.5rem;line-height:1.47;padding:1.4rem 4.2rem 1.4rem;margin:6.2rem auto 0}.vote-modal__caption{width:100%;font-size:1.3rem;line-height:1.693;text-align:center}}.vote-modal-area__ttl{display:flex;align-items:center;gap:0 .6rem;font-size:1.7rem;font-weight:500;letter-spacing:.02em;line-height:1.471;margin:-0.6rem 0 1.4rem}.vote-modal-area__ttl .icon{width:1.7rem;opacity:.4;margin-top:.3rem}.vote-modal-area__radios{display:flex;gap:.5rem}.vote-modal-area__radios .all{flex-shrink:0;width:6.9rem}.vote-modal-area__radios .list{display:grid;grid-template-columns:repeat(4, 1fr);gap:.5rem;width:100%}.vote-modal-area__radios label{position:relative;display:block}.vote-modal-area__radios input{position:absolute;inset:0;margin:0;opacity:0;cursor:pointer}.vote-modal-area__radios input:checked+.txt{color:#000;background:#fff;border-color:#fff}@media(hover){.vote-modal-area__radios input:hover+.txt{border-color:#fff}}.vote-modal-area__radios .txt{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:color,background,border-color;display:flex;align-items:center;justify-content:center;height:100%;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.5;background:#000;border:1px solid #474747;box-sizing:border-box;border-radius:.3rem;padding:.3rem 0 .5rem}@media screen and (max-width: 849px){.vote-modal-area__ttl{gap:0 .7rem;font-size:1.6rem;line-height:1.4375;margin:-0.3rem 0 1.2rem}.vote-modal-area__ttl .icon{margin-top:.1rem}.vote-modal-area__radios{flex-direction:column;gap:1.4rem 0}.vote-modal-area__radios .all{width:9.6rem}.vote-modal-area__radios .all .txt{padding:.8rem 0}.vote-modal-area__radios .list{grid-template-columns:repeat(5, 1fr);gap:.6rem}.vote-modal-area__radios .txt{font-size:1.5rem;line-height:1.467;padding:.8rem 0 .7rem}}.vote-modal-search{display:flex;align-items:flex-end;gap:0 1.1rem;margin-top:2.8rem}.vote-modal-search__ttl{display:flex;align-items:center;gap:0 .7rem;font-size:1.7rem;font-weight:500;letter-spacing:.02em;line-height:1.471;margin:-0.6rem 0 .9rem}.vote-modal-search__ttl .icon{width:1.7rem;opacity:.4;margin-top:.3rem}.vote-modal-search__name{width:12rem;height:5rem;font-size:1.6rem;font-weight:500;letter-spacing:.02em;background:#000;border:1px solid #474747;border-radius:.3rem;padding:0 1.3rem}.vote-modal-search__period{position:relative;width:13rem}.vote-modal-search__period:after{position:absolute;inset:0 1.3rem 0 auto;display:block;content:"";width:.9rem;height:1.7rem;aspect-ratio:9/17;background:url(../imgs/common/icon-select.svg) no-repeat;background-size:contain;margin:auto 0;pointer-events:none}.vote-modal-search__period select{width:100%;height:5rem;font-size:1.6rem;font-weight:500;letter-spacing:.02em;background:#262626;border:1px solid #474747;border-radius:.3rem;padding:0 1.3rem}.vote-modal-search__reset{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:color,background;width:8.4rem;display:block;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:10rem;padding:1.1rem 0 1.3rem;margin:0 0 .3rem auto}@media(hover){.vote-modal-search__reset:hover{color:#000;background:#fff}}@media screen and (max-width: 849px){.vote-modal-search{gap:0 1rem;margin-top:3rem}.vote-modal-search__ttl{gap:0 .7rem;font-size:1.6rem;line-height:1.4375;margin:-0.3rem 0 .5rem}.vote-modal-search__ttl .icon{margin-top:.1rem}.vote-modal-search__name{width:11rem;font-size:1.5rem}.vote-modal-search__period{width:12rem}.vote-modal-search__period select{font-size:1.5rem}.vote-modal-search__reset{width:9rem;padding:1.1rem 0 1.2rem;margin:0 0 .5rem auto}}.vote-modal-selected{display:flex;background:rgba(71,57,4,.8);border-radius:.6rem;padding:.8rem 0;margin-top:2.5rem}.vote-modal-selected__body{flex-grow:1;border-right:1px solid #675f42;padding:1.1rem 1.7rem 1rem 2.4rem}.vote-modal-selected__ttl{font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.765;margin:-1rem 0 .9rem}.vote-modal-selected__text{font-size:1.4rem;font-weight:500;letter-spacing:.02em;line-height:1.43;margin:-0.6rem 0 -0.1rem}.vote-modal-selected__list{counter-reset:select-number;display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem 1.3rem;margin-left:-0.1rem}.vote-modal-selected__list li{counter-increment:select-number;display:flex;align-items:flex-start;gap:0 .8rem;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.125}.vote-modal-selected__list li:before{display:flex;align-items:center;justify-content:center;content:counter(select-number);flex-shrink:0;width:1.8rem;aspect-ratio:1/1;font-size:1.3rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;line-height:1;color:#000;background:#e6be55;border-radius:50%;box-sizing:border-box;padding-top:.1rem}.vote-modal-selected__count{position:relative;align-self:center;display:grid;font-size:2.1rem;font-weight:700;letter-spacing:.02em;line-height:1;margin:0 2.2rem 0 2rem}.vote-modal-selected__count:before{position:absolute;inset:0;display:block;content:"";width:4.4rem;height:1px;background:#fff;margin:auto;rotate:-45deg;translate:-4px 1px}.vote-modal-selected__count .count{margin-right:2.4rem;margin:0 2.4rem -0.1rem 0}.vote-modal-selected__count .max{margin-left:auto}.vote-modal-selected__reset{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:color,background-color;display:flex;align-items:flex-start;gap:0 .3rem;width:-moz-fit-content;width:fit-content;font-size:1.4rem;font-weight:500;letter-spacing:.02em;line-height:1.43;border:1px solid #fff;background:rgba(0,0,0,0);border-radius:10rem;padding:.3rem .9rem .5rem .8rem;margin:1.8rem 0 .1rem -0.1rem}.vote-modal-selected__reset .icon{transition:background-color .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:relative;top:.3rem;display:block;width:1.6rem;aspect-ratio:1/1;background:#fff;border-radius:50%}.vote-modal-selected__reset .icon:before,.vote-modal-selected__reset .icon:after{transition:background-color .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:.1rem 0 0;display:block;content:"";width:1rem;height:.1rem;background:#000;margin:auto}.vote-modal-selected__reset .icon:before{rotate:45deg}.vote-modal-selected__reset .icon:after{rotate:-45deg}@media(hover){.vote-modal-selected__reset:hover{color:#000;background:#fff}.vote-modal-selected__reset:hover .icon{background:#000}.vote-modal-selected__reset:hover .icon:before,.vote-modal-selected__reset:hover .icon:after{background:#fff}}@media screen and (max-width: 849px){.vote-modal-selected{padding:1rem 0;margin-top:3.1rem}.vote-modal-selected__body{padding:1rem 2rem .5rem 1.8rem}.vote-modal-selected__ttl{font-size:1.6rem;line-height:1.875;margin:-0.9rem 0 .8rem}.vote-modal-selected__list{gap:.9rem 1.6rem;margin-left:0}.vote-modal-selected__list li{font-size:1.5rem;line-height:1}.vote-modal-selected__list li:before{font-size:1.2rem;padding-top:0}.vote-modal-selected__count{margin:0 1.7rem 0 1.7rem}.vote-modal-selected__reset{margin:1.5rem 0 .5rem}}.vote-modal-close{border-top:1px solid #424866;padding-top:1.5rem;margin-top:4rem}.vote-modal-close__btn{display:flex;gap:0 .6rem;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1;border:none;background:rgba(0,0,0,0);padding:0}.vote-modal-close__btn .icon{position:relative;top:.1rem;display:block;width:1.6rem;aspect-ratio:1/1;background:#fff;border-radius:50%}.vote-modal-close__btn .icon:before,.vote-modal-close__btn .icon:after{position:absolute;inset:.1rem 0 0;display:block;content:"";width:1rem;height:.1rem;background:#000;margin:auto}.vote-modal-close__btn .icon:before{rotate:45deg}.vote-modal-close__btn .icon:after{rotate:-45deg}.vote-modal-close__btn .txt{display:block;text-decoration:underline;text-underline-offset:.2rem}@media(hover){.vote-modal-close__btn:hover .txt{text-decoration:none}}.vote-modal-close__caption{font-size:1.3rem;font-weight:500;letter-spacing:.02em;line-height:1.462;color:#757575;margin-top:1.5rem}@media screen and (max-width: 849px){.vote-modal-close{display:none}}.p-vote-rule{margin-top:3.6rem}.p-vote-rule__inner{background:rgba(11,18,41,.8);border-radius:.6rem;box-shadow:0 0 2.3rem .8rem rgba(47,118,255,.45);padding:8.8rem 5.4rem 8.7rem}.p-vote-rule__ttl{font-size:3.8rem;font-weight:700;letter-spacing:.02em;line-height:.7895;text-align:center;margin:-0.2rem 0 6.4rem}.p-vote-rule__sttl{font-size:2.5rem;font-weight:700;letter-spacing:.02em;line-height:1.2;text-align:center;margin-top:8rem;margin:7.2rem 0 -0.5rem}.p-vote-rule__lead{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;margin:-0.9rem 0}.p-vote-rule__lead .textline{text-decoration:underline;text-underline-offset:.3rem}.p-vote-rule__text{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;margin:2.1rem 0 -0.8rem}.p-vote-rule__example{margin-top:3.5rem}.p-vote-rule__caption{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;text-align:center;color:#757575;margin:1.4rem 0 -0.5rem}.p-vote-rule__btn{transition-property:background-color,box-shadow;display:block;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;text-decoration:none;background:#1d336c;border-radius:10rem;box-shadow:0 0 3.3rem .3rem rgba(0,0,0,.15);padding:1.2rem 3.2rem 1.5rem 3.3rem;margin:4.1rem auto 0}@media(hover){.p-vote-rule__btn:hover{background:#3358b8;box-shadow:0 0 2rem .3rem rgba(47,118,255,.65)}}@media screen and (max-width: 849px){.p-vote-rule{margin-top:0}.p-vote-rule__inner{box-shadow:0 0 2rem .7rem rgba(47,118,255,.45);padding:5rem 2.2rem 4.2rem 2.3rem}.p-vote-rule__ttl{font-size:2.6rem;line-height:1.154;margin:-0.6rem 0 3.2rem}.p-vote-rule__sttl{font-size:2rem;line-height:1.5;margin:4.5rem 0 -0.7rem}.p-vote-rule__lead{font-size:1.5rem;line-height:1.734;margin:-0.7rem 0}.p-vote-rule__text{font-size:1.5rem;line-height:1.734;margin:1.9rem 0 -0.7rem}.p-vote-rule__example{margin-top:2.9rem}.p-vote-rule__caption{font-size:1.3rem;line-height:1.693;text-align:left;text-indent:-1em;padding-left:1em;margin:1.2rem 0 -0.6rem}.p-vote-rule__btn{font-size:1.5rem;line-height:1.467;padding:.8rem 3rem 1rem 2.9rem;margin-top:3rem}}.p-vote-step{margin-top:8rem}.p-vote-step__arws{display:grid;place-items:center;margin-bottom:8rem}.p-vote-step__arws .arw{opacity:0}.p-vote-step__arws .arw-1{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;width:7rem;margin-bottom:.9rem}.p-vote-step__arws .arw-2{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;width:11rem;margin-bottom:.5rem}.p-vote-step__arws .arw-3{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;width:16.1rem}.p-vote-step__arws.is-visible .arw-1{opacity:.2}.p-vote-step__arws.is-visible .arw-2{opacity:.4}.p-vote-step__arws.is-visible .arw-3{opacity:1}.p-vote-step__label{position:relative;width:-moz-fit-content;width:fit-content;font-size:1.5rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;letter-spacing:.12em;line-height:.667;white-space:nowrap;color:#f7cd60;border-top:1px solid #f7cd60;border-bottom:1px solid #f7cd60;padding:.6rem 0 .5rem;margin:0 auto 2.7rem}.p-vote-step__ttl{font-size:4.2rem;font-weight:700;letter-spacing:.02em;line-height:.7143;text-align:center;margin:-0.2rem 0 6.6rem}.p-vote-step__sttl{font-size:3.8rem;font-weight:700;letter-spacing:.02em;line-height:.7895;text-align:center;margin:-0.1rem 0}.p-vote-step__lead{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;margin:6.1rem 0 -0.9rem}.p-vote-step__caption{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;text-align:center;color:#757575;margin:2rem 0 -0.5rem}.p-vote-step__select{display:grid;grid-template-columns:repeat(2, 1fr);gap:0 7rem;margin-top:8.1rem}.p-vote-step__select .item__gender{font-size:3.2rem;font-weight:700;letter-spacing:.2em;line-height:.9375;text-align:center;padding-left:.2em}.p-vote-step__select .item__ttl{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;text-align:center;margin:1.2rem 0 -0.5rem}.p-vote-step__select .item__selectBtn{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border-color,background,box-shadow;display:flex;align-items:center;justify-content:center;gap:0 1rem;width:min(100%,26rem);font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.445;border:1px solid #fff;background:linear-gradient(to right, transparent 8.06%, #5C4800 30.37%, #5C4800 32.24%, transparent 72.54%, #5C4800 96.72%);background-size:300%;border-radius:10rem;box-shadow:0 0 3rem .3rem rgba(255,255,255,.25);padding:1.9rem 0 2.3rem;margin:5rem auto 0}.p-vote-step__select .item__selectBtn .icon{width:2rem;margin-top:.4rem}@media(hover){.p-vote-step__select .item__selectBtn:hover{border-color:#bdae60;background-position:right;box-shadow:0 0 4rem .3rem rgba(255,219,127,.55)}}.p-vote-step__select .item__selectVote{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:normal;text-align:center;margin:5rem 0 -0.6rem}.p-vote-step__select .item__selectVote .emp{font-size:2.2rem;font-weight:700;letter-spacing:.02em;color:#ffda7b}.p-vote-step__select .item__error{display:block;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#ff5a5a;text-align:center;margin-top:1.5rem}.p-vote-step__select .item__selectList{counter-reset:select-number 0;display:grid;gap:1.8rem 0;margin-top:2.9rem}.p-vote-step__select .item__selectList .empty{position:relative;display:grid;place-items:center;aspect-ratio:520/124;background:#000;border-radius:.3rem;overflow:hidden}.p-vote-step__select .item__selectList .empty:before{position:absolute;inset:0;display:block;content:"";border:1px dashed #424867;border-radius:.3rem}.p-vote-step__select .item__selectList .empty:after{counter-increment:select-number;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;content:counter(select-number);width:2.2rem;aspect-ratio:1/1;font-size:1.4rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;line-height:1;color:#000;background:#fff;box-sizing:border-box;padding-top:.2rem}.p-vote-step__select .item__selectList .empty .icon{fill:#6b6b6b}.p-vote-step__select .item__selectList .empty .icon--male{width:1.8rem}.p-vote-step__select .item__selectList .empty .icon--female{width:1.9rem}.p-vote-step__select .item__selectList .player{position:relative;display:grid;grid-template-columns:auto 13rem;background:#000;border-radius:.3rem;overflow:hidden}.p-vote-step__select .item__selectList .player:before{position:absolute;inset:0;display:block;content:"";border:1px solid rgba(255,218,123,.5);border-radius:.3rem;pointer-events:none}.p-vote-step__select .item__selectList .player:after{counter-increment:select-number;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;content:counter(select-number);width:2.2rem;aspect-ratio:1/1;font-size:1.4rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;line-height:1;color:#000;background:#f7cd60;box-sizing:border-box;padding-top:.2rem}.p-vote-step__select .item__selectList .player__body{display:flex;align-items:center;gap:0 2.2rem;padding:2.2rem}.p-vote-step__select .item__selectList .player__img{flex-shrink:0;width:23.122%;aspect-ratio:1/1;border-radius:50%;overflow:hidden}.p-vote-step__select .item__selectList .player__name{display:inline-flex;align-items:center;font-size:2.3rem;font-weight:700;letter-spacing:.02em;line-height:1.435;margin-top:-1rem}.p-vote-step__select .item__selectList .player__rank{display:block;width:-moz-fit-content;width:fit-content;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#000;background:#f7cd61;border-radius:.2rem;padding:.2rem .4rem .4rem;margin:.2rem 0 0 1rem}.p-vote-step__select .item__selectList .player__details{display:flex;flex-wrap:wrap;gap:.6rem 2rem;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin:.8rem 0 0 .1rem}.p-vote-step__select .item__selectList .player__number{position:relative;display:flex}.p-vote-step__select .item__selectList .player__number:after{position:absolute;inset:.1rem -1.1rem -0.1rem auto;display:block;content:"";width:1px;background:rgba(255,255,255,.3)}.p-vote-step__select .item__selectList .player__pref{position:relative}.p-vote-step__select .item__selectList .player__pref:after{position:absolute;inset:.1rem -1.1rem -0.1rem auto;display:block;content:"";width:1px;background:rgba(255,255,255,.3)}.p-vote-step__select .item__selectList .player__foot{display:grid;place-items:center;border-left:1px solid rgba(255,218,123,.5);padding-top:.1rem}.p-vote-step__select .item__selectList .player__delete{position:relative;transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:color,background;display:flex;align-items:center;gap:0 .6rem;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1;background:#000;border:1px solid #fff;border-radius:10rem;padding:1rem 1.6rem 1.3rem;cursor:pointer}.p-vote-step__select .item__selectList .player__delete input{position:absolute;inset:0;margin:0;opacity:0;z-index:-1}.p-vote-step__select .item__selectList .player__delete .icon{transition:background .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:relative;top:.1rem;width:1.6rem;aspect-ratio:1/1;background:#fff;border-radius:50%}.p-vote-step__select .item__selectList .player__delete .icon:before,.p-vote-step__select .item__selectList .player__delete .icon:after{transition:background .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:.1rem 0 0;display:block;content:"";width:1rem;height:.1rem;background:#000;margin:auto}.p-vote-step__select .item__selectList .player__delete .icon:before{rotate:45deg}.p-vote-step__select .item__selectList .player__delete .icon:after{rotate:-45deg}@media(hover){.p-vote-step__select .item__selectList .player__delete:hover{color:#000;background:#fff}.p-vote-step__select .item__selectList .player__delete:hover .icon{background:#000}.p-vote-step__select .item__selectList .player__delete:hover .icon:before,.p-vote-step__select .item__selectList .player__delete:hover .icon:after{background:#fff}}.p-vote-step__inputArea{display:grid;gap:4.8rem 0;width:min(100%,94rem);background:#000;border:1px solid #424867;border-radius:.3rem;box-sizing:border-box;padding:4.9rem;margin:4.1rem auto 0}.p-vote-step__privacy{width:min(100%,94rem);background:#000;border:1px solid #424867;border-radius:.3rem;box-sizing:border-box;margin:3.1rem auto 0}.p-vote-step__privacy__body{position:relative;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.75}.p-vote-step__privacy__body:after{position:absolute;inset:auto 6.9rem 0 0;display:block;content:"";height:3.4rem;background:#000}.p-vote-step__privacy__body .ps__rail-y{width:.4rem;background:rgba(0,0,0,0) !important;opacity:1 !important;margin:3.9rem 2.4rem 3.9rem auto}.p-vote-step__privacy__body .ps__thumb-y{right:0;width:.4rem !important;background:#1d336c !important}.p-vote-step__privacy__body p{margin:-0.8rem 0}.p-vote-step__privacy__body dl{margin-top:4.7rem}.p-vote-step__privacy__body dt{font-weight:700;margin:-0.8rem 0}.p-vote-step__privacy__body dd{margin:1.5rem 0 -0.8rem}.p-vote-step__privacy__inner{position:relative;height:35rem;box-sizing:border-box;padding:4.2rem 6.9rem 4.2rem 3.9rem}.p-vote-step__privacy__foot{display:grid;place-items:center;border-top:1px solid #424867;padding:2.5rem 0 2.8rem}.p-vote-step__note{margin-top:9rem;font-size:1.8rem;color:#ff5a5a;text-align:center}.p-vote-step__submit{display:grid;place-items:center;margin-top:4rem}@media screen and (max-width: 849px){.p-vote-step{margin-top:4rem}.p-vote-step__arws{font-size:0;margin-bottom:4.1rem}.p-vote-step__arws .arw{line-height:1}.p-vote-step__arws .arw-1{width:3.9rem;margin-bottom:.6rem}.p-vote-step__arws .arw-2{width:6.2rem;margin-bottom:.3rem}.p-vote-step__arws .arw-3{width:9rem}.p-vote-step__label{font-size:1.1rem;line-height:.6364;padding:.4rem 0 .4rem .12em;margin-bottom:1.4rem}.p-vote-step__ttl{font-size:3rem;letter-spacing:.02em;line-height:1;margin:-0.4rem 0 3rem}.p-vote-step__sttl{font-size:3rem;line-height:.734;margin:0 0 3.9rem}.p-vote-step__lead{font-size:1.5rem;line-height:1.734;margin:3.5rem 0 -0.7rem}.p-vote-step__caption{font-size:1.3rem;line-height:1.693;margin:1.4rem 0 -0.6rem}.p-vote-step__select{grid-template-columns:auto;gap:5.2rem 0;margin-top:5rem}.p-vote-step__select .item__gender{font-size:2.5rem;line-height:.72}.p-vote-step__select .item__ttl{font-size:1.4rem;line-height:1.43;margin:1.4rem 0 -0.4rem}.p-vote-step__select .item__selectBtn{width:23rem;font-size:1.6rem;line-height:1.4375;padding:1.6rem 0 1.9rem .1rem;margin-top:3rem}.p-vote-step__select .item__selectBtn .icon{width:1.5rem;margin-top:.1rem}.p-vote-step__select .item__selectVote{font-size:1.6rem;margin:3.2rem 0 -0.6rem}.p-vote-step__select .item__selectVote .emp{font-size:2rem}.p-vote-step__select .item__error{font-size:1.4rem}.p-vote-step__select .item__selectList{grid-template-columns:repeat(2, 1fr);gap:2rem;margin-top:2.4rem}.p-vote-step__select .item__selectList .empty{aspect-ratio:165/210}.p-vote-step__select .item__selectList .player{grid-template-columns:auto;padding:1.5rem 0 2rem}.p-vote-step__select .item__selectList .player__body{display:grid;place-items:center;gap:0;padding:0}.p-vote-step__select .item__selectList .player__img{width:5rem}.p-vote-step__select .item__selectList .player__infos{display:grid;place-items:center}.p-vote-step__select .item__selectList .player__name{font-size:1.7rem;line-height:1.471;margin:.9rem 0 0}.p-vote-step__select .item__selectList .player__rank{font-size:1.2rem;padding:.1rem .2rem .2rem;margin:.3rem 0 0 .7rem}.p-vote-step__select .item__selectList .player__details{justify-content:center;font-size:1.3rem;margin-top:.7rem}.p-vote-step__select .item__selectList .player__number{justify-content:center;gap:0 .4rem;width:100%}.p-vote-step__select .item__selectList .player__foot{padding-top:0;margin-top:1.6rem}.p-vote-step__select .item__selectList .player__delete{gap:0 .65rem;font-size:1.5rem;line-height:1.467;padding:.5rem 1.5rem .7rem}.p-vote-step__select .item__selectList .player__delete .icon{top:0}.p-vote-step__inputArea{gap:2.8rem 0;padding:2.4rem;margin-top:3.9rem}.p-vote-step__privacy{margin-top:2rem}.p-vote-step__privacy__body{font-size:1.4rem;line-height:1.72}.p-vote-step__privacy__body:after{inset:auto 3.4rem 0 0;height:2rem}.p-vote-step__privacy__body .ps__rail-y{width:.3rem;margin:2.4rem 1.3rem 2.4rem auto}.p-vote-step__privacy__body .ps__thumb-y{width:.3rem !important}.p-vote-step__privacy__body p{margin:-0.7rem 0}.p-vote-step__privacy__body dl{margin-top:4.8rem}.p-vote-step__privacy__body dt{margin:-0.7rem 0}.p-vote-step__privacy__body dd{margin:1.6rem 0 -0.7rem}.p-vote-step__privacy__inner{height:32.9rem;padding:2.5rem 3.4rem 2.5rem 2.4rem}.p-vote-step__privacy__foot{padding:2.4rem 0 2.5rem}.p-vote-step__note{font-size:1.5rem}.p-vote-step__submit{margin-top:4rem}.p-vote-step__submit .c-btn{width:29rem;padding-left:2.7rem}.p-vote-step__submit .c-btn:not(:disabled){text-align:center;padding-left:0}}.p-vote-confirm{max-width:91rem;padding:13rem 0 0;margin:0 auto}.p-vote-confirm__ttl{font-size:4.2rem;font-weight:700;letter-spacing:.02em;line-height:.953;text-align:center;margin:-0.2rem 0}.p-vote-confirm__lead{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;margin:5.4rem 0 -0.6rem}.p-vote-confirm__select{display:grid;grid-template-columns:repeat(2, 1fr);gap:0 7rem;margin-top:11.8rem}.p-vote-confirm__select .item__ttl{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;margin:-0.7rem 0 1.4rem}.p-vote-confirm__select .item__selected{display:flex;align-items:center;gap:0 1.4rem;font-size:2.5rem;font-weight:700;letter-spacing:.02em;line-height:1.44;margin:-1.3rem 0 -0.8rem}.p-vote-confirm__select .item__selected .count{display:block;font-size:2.2rem;letter-spacing:.02em;line-height:1.455;color:#ffda7b}.p-vote-confirm__select .item__selectVote{display:flex;align-items:center;gap:0 .4rem;margin:1rem 0 0;font-size:1.6rem;font-weight:700}.p-vote-confirm__select .item__selectVote .emp{display:block;font-size:1.8rem;letter-spacing:.02em;line-height:1.455;color:#ffda7b}.p-vote-confirm__select .item__list{counter-reset:select-number 0;margin-top:2.7rem}.p-vote-confirm__select .item__list .player{counter-increment:select-number;position:relative;display:grid;grid-template-columns:5.5rem 1fr;gap:0 1.5rem;border-bottom:1px solid #424866;padding:1.6rem 0 1.5rem}.p-vote-confirm__select .item__list .player:first-child{border-top:1px solid #424866}.p-vote-confirm__select .item__list .player:after{position:absolute;inset:0 1.1rem 0 auto;display:flex;align-items:center;justify-content:center;content:counter(select-number);height:2.3rem;width:2.3rem;aspect-ratio:1/1;font-size:1.5rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;line-height:1;color:#000;background:#fff;box-sizing:border-box;padding-top:.1rem;margin:auto 0}.p-vote-confirm__select .item__list .player__img{aspect-ratio:1/1;border-radius:50%;overflow:hidden}.p-vote-confirm__select .item__list .player__body{padding-right:4.5rem}.p-vote-confirm__select .item__list .player__name{display:flex;align-items:center;font-size:1.9rem;font-weight:700;letter-spacing:.02em;line-height:1.474}.p-vote-confirm__select .item__list .player__rank{display:block;width:-moz-fit-content;width:fit-content;font-size:1.3rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#000;background:#f7cd61;border-radius:.2rem;padding:.2rem .4rem .3rem;margin:.2rem 0 0 1rem}.p-vote-confirm__select .item__list .player__details{display:flex;flex-wrap:wrap;gap:.5rem 2.9rem;font-size:1.4rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin:.4rem 0 0 .1rem}.p-vote-confirm__select .item__list .player__number{position:relative;display:flex;gap:0 .4rem}.p-vote-confirm__select .item__list .player__number:after{position:absolute;inset:.1rem -1.6rem -0.1rem auto;display:block;content:"";width:1px;background:rgba(255,255,255,.3)}.p-vote-confirm__select .item__list .player__pref{position:relative}.p-vote-confirm__select .item__list .player__pref:after{position:absolute;inset:.1rem -1.6rem -0.1rem auto;display:block;content:"";width:1px;background:rgba(255,255,255,.3)}.p-vote-confirm__back{display:flex;gap:0 .6rem;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1;text-decoration:underline;text-underline-offset:.2rem;background:none;border:none;border-radius:10rem;box-shadow:0 0 3.3rem .3rem rgba(0,0,0,.15);padding:0;margin:3.9rem 0 0}.p-vote-confirm__back .icon{position:relative;top:.1rem;display:block;width:1.6rem;aspect-ratio:1/1;background:#fff;border-radius:50%}.p-vote-confirm__back .icon:before{position:absolute;inset:0 0 0 2px;display:block;content:"";width:.5rem;height:.5rem;border-top:1px solid #000;border-left:1px solid #000;box-sizing:border-box;rotate:-45deg;margin:auto}@media(hover){.p-vote-confirm__back:hover{text-decoration:none}}.p-vote-confirm__sttl{font-size:2.5rem;font-weight:700;letter-spacing:.02em;line-height:1.44;text-align:center;margin:12rem 0 -0.7rem}.p-vote-confirm__form{background:#000;border:1px solid #424866;padding:7rem 8.4rem 7.1rem;margin-top:3.2rem}.p-vote-confirm__form+.p-vote-confirm__back{margin-top:2.9rem}.p-vote-confirm__submit{display:grid;place-items:center;margin-top:10rem}@media screen and (max-width: 849px){.p-vote-confirm{padding-top:9.8rem}.p-vote-confirm__ttl{font-size:3rem;line-height:.967;margin:-0.1rem 0 0}.p-vote-confirm__lead{font-size:1.5rem;line-height:1.734;margin:3.5rem 0 -0.6rem}.p-vote-confirm__select{grid-template-columns:auto;gap:4.2rem 0;margin:5.6rem -2rem 0}.p-vote-confirm__select .item__head{display:grid;place-items:center}.p-vote-confirm__select .item__ttl{margin:-0.5rem 0 .9rem}.p-vote-confirm__select .item__selected{font-size:2rem;line-height:1.45;margin:-0.7rem 0}.p-vote-confirm__select .item__selected .count{font-size:2rem;line-height:1.45}.p-vote-confirm__select .item__list{margin-top:2.6rem}.p-vote-confirm__select .item__list .player{grid-template-columns:5rem 1fr;gap:0 1.45rem;padding:1.9rem 0 1.8rem 1.5rem}.p-vote-confirm__select .item__list .player:after{inset:.1rem 2rem 0 auto}.p-vote-confirm__select .item__list .player__body{padding-right:6rem}.p-vote-confirm__select .item__list .player__name{font-size:1.7rem;line-height:1.471}.p-vote-confirm__select .item__list .player__rank{font-size:1.2rem;padding:.1rem .2rem .2rem;margin:.3rem 0 0 .7rem}.p-vote-confirm__select .item__list .player__details{gap:0 1.4rem;font-size:1.3rem;margin:.4rem 0 0 0}.p-vote-confirm__select .item__list .player__number{gap:0}.p-vote-confirm__select .item__list .player__number:after{inset:.1rem -0.8rem -0.1rem auto}.p-vote-confirm__select .item__list .player__pref:after{inset:.1rem -0.8rem -0.1rem auto}.p-vote-confirm__back{margin-top:2rem}.p-vote-confirm__sttl{font-size:2rem;line-height:1.45;margin:6.5rem 0 -0.6rem}.p-vote-confirm__form{padding:2.4rem 2.4rem 2.6rem;margin-top:2rem}.p-vote-confirm__form+.p-vote-confirm__back{margin-top:1.9rem}.p-vote-confirm__submit{margin-top:6.1rem}.p-vote-confirm__submit .c-btn{width:29rem;text-align:center;padding:1.7rem 1rem 1.8rem 0}}.p-vote-completed{margin-top:.3rem}.p-vote-completed__logo{width:42rem;margin:0 auto}.p-vote-completed__ttl{font-size:2.5rem;font-weight:700;letter-spacing:.02em;line-height:1.24;text-align:center;margin:3.6rem 0 -0.5rem}.p-vote-completed__schedule{display:grid;grid-template-columns:repeat(2, 1fr);width:min(100%,80rem);background:rgba(11,18,41,.8);border-radius:.6rem;box-sizing:border-box;box-shadow:0 0 2.3rem .8rem rgba(47,118,255,.45);margin:9.7rem auto 0}.p-vote-completed__schedule .item{position:relative;display:grid;place-items:center;padding:5.1rem 0}.p-vote-completed__schedule .item:not(:first-child):before{position:absolute;inset:3.5rem 0;display:block;content:"";width:1px;background:#424866;margin:auto 0}.p-vote-completed__schedule .item__ttl{font-size:1.8rem;font-weight:500;letter-spacing:.15em;line-height:1.445;color:#ffda7b;margin:-0.8rem 0 -0.5rem .15em}.p-vote-completed__schedule .item__text{font-size:2.1rem;font-weight:500;letter-spacing:.02em;line-height:1.43;margin:1.1rem 0 -0.6rem}.p-vote-completed__share{display:grid;place-items:center;margin-top:11rem}.p-vote-completed__share .c-btn{width:min(100%,41rem)}.p-vote-completed__back{display:grid;place-items:center;margin-top:6.8rem}.p-vote-completed__back .textlink{display:block;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;margin:-0.6rem 0 -0.5rem}@media screen and (max-width: 849px){.p-vote-completed{margin-top:1.6rem}.p-vote-completed__logo{width:25rem}.p-vote-completed__ttl{font-size:2rem;line-height:1.55;margin:1.9rem 0 -0.7rem}.p-vote-completed__schedule{display:block;padding:5.1rem 2.9rem;margin-top:5rem}.p-vote-completed__schedule .item{padding:0}.p-vote-completed__schedule .item:not(:first-child){padding-top:4.1rem;margin-top:3.9rem}.p-vote-completed__schedule .item:not(:first-child):before{inset:0 0 auto;width:auto;height:1px}.p-vote-completed__schedule .item__ttl{font-size:1.5rem;line-height:1.467;margin:-0.6rem 0 -0.5rem .15em}.p-vote-completed__schedule .item__text{margin:.9rem 0 -0.6rem}.p-vote-completed__schedule .item.--result .item__ttl{font-size:1.6rem;margin-bottom:-0.7rem}.p-vote-completed__share{margin-top:6rem}.p-vote-completed__share .c-btn{width:23rem;text-align:center;padding:1.7rem 0 1.8rem}.p-vote-completed__back{margin-top:4rem}.p-vote-completed__back .textlink{font-size:1.5rem;line-height:1.467}}.p-vote-end{margin-top:2rem}.p-vote-end__lead{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;margin:-0.9rem 0}.p-vote-end__logo{width:42rem;margin:12rem auto 0}.p-vote-end__ttl{font-size:2.5rem;font-weight:700;letter-spacing:.02em;line-height:1.4;text-align:center;margin:6rem 0 0}.p-vote-end__body{margin:3rem 0 -0.5rem;font-size:3.2rem;font-weight:700;line-height:1.4;text-align:center}.p-vote-end__back{display:grid;place-items:center;margin-top:6rem}.p-vote-end__back .textlink{display:block;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;margin:-0.6rem 0 -0.5rem}@media screen and (max-width: 849px){.p-vote-end{margin-top:-3.5rem}.p-vote-end__lead{font-size:1.5rem;line-height:1.734;margin:-0.8rem 1.1rem -0.7rem 0}.p-vote-end__logo{width:33.5rem;margin-top:12.5rem}.p-vote-end__ttl{font-size:1.8rem;line-height:1.55;margin:4.9rem 0 0}.p-vote-end__body{margin:3rem 0 0;font-size:2.4rem}.p-vote-end__back{margin-top:6rem}.p-vote-end__back .textlink{font-size:1.5rem;line-height:1.467}}body.page-about .p-pagetitle__ttl{padding-right:.4rem}@media screen and (max-width: 849px){body.page-about .p-pagetitle__ttl{padding-right:0}}.p-about{margin-top:3.7rem}.p-about__anchors{display:flex;gap:0 2.2rem;margin:0 -0.2rem 11.6rem 0}.p-about__anchors a{position:relative;flex:1;display:block;font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;text-decoration:none;border-bottom:1px solid #424866;padding-bottom:2.4rem;margin-top:-0.9rem}.p-about__anchors a:after{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border-color,translate;position:absolute;inset:auto 0 1.2rem;display:block;content:"";width:0;height:0;border-style:solid;border-color:#1f3e79 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.6rem 1.1rem 0 1.1rem;margin:auto}.p-about__anchors a span{display:inline-block}@media(hover){.p-about__anchors a:hover{border-bottom-color:#f7cd60}.p-about__anchors a:hover:after{border-top-color:#f7cd60;translate:0 .2rem}}@media screen and (max-width: 849px){.p-about{margin-top:-2.8rem}.p-about__anchors{display:block;margin:0 0 5rem}.p-about__anchors a{font-size:1.5rem;line-height:2.067;text-align:left;padding:.9rem 0 1rem 1rem;margin-top:0}.p-about__anchors a:first-child{border-top:1px solid #424866}.p-about__anchors a:after{inset:.1rem 1.2rem 0 auto}}.p-about-block{background:rgba(11,18,41,.8);border-radius:.6rem;box-shadow:0 0 2.3rem .8rem rgba(47,118,255,.45);padding:6rem;scroll-margin-top:9.2rem}.p-about-block:not(:first-of-type){margin-top:9.2rem}.p-about-block .underline{text-decoration:underline;text-underline-offset:.3rem}.p-about-block__ttl{position:relative;font-size:3.1rem;font-weight:700;letter-spacing:.02em;line-height:1;padding-left:2.5rem;margin:-0.6rem 0 -0.2rem}.p-about-block__ttl:before{position:absolute;top:1.2rem;left:0;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem #ffdd2a}.p-about-block__text{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;margin:3rem 0 -0.8rem}.p-about-block__list{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:2.1112;margin:2.6rem 0 -1.1rem}.p-about-block__list li{text-indent:-1em;padding-left:1em}.p-about-block__list li span{display:block;font-size:1.4rem;line-height:1.8;text-indent:0;margin:0 0 1rem}.p-about-block__blockList{counter-reset:block-number 0;display:grid;gap:1.6rem 0;margin-top:4rem}.p-about-block__blockList .item{counter-increment:block-number;background:rgba(0,0,0,.4);border:1px solid #424867;border-radius:.3rem;padding:2.9rem 2.9rem 3.4rem}.p-about-block__blockList .item__ttl{display:flex;align-items:flex-start;font-size:2.2rem;font-weight:700;letter-spacing:.02em;line-height:1.364;margin:-0.2rem 0 -0.5rem}.p-about-block__blockList .item__ttl:before{position:relative;top:.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;content:counter(block-number);width:3rem;aspect-ratio:1/1;font-size:1.7rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;line-height:1;color:#000;background:#f7cd60;border-radius:50%;box-sizing:border-box;padding-top:.1rem;margin-right:1.2rem}.p-about-block__blockList .item__txt{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.6875;margin:2.2rem 0 -0.7rem .3rem}.p-about-block__blockList .item__empTxt{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.5;margin:2.4rem 0 -0.7rem .3rem}.p-about-block__blockList .item__list{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.5;margin:1.7rem 0 -0.6rem .3rem}.p-about-block__blockList .item__list li{display:flex}.p-about-block__blockList .item__list .mark{display:block}.p-about-block__blockList .item__numList{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.6875;margin:2.2rem 0 -0.7rem .3rem}.p-about-block__blockList .item__numList li{display:flex}.p-about-block__blockList .item__numList .num{display:block}.p-about-block__blockList .item__btn{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:background-color,box-shadow;display:flex;justify-content:center;min-width:20rem;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;text-decoration:none;background:#1d336c;border-radius:10rem;box-sizing:border-box;box-shadow:0 0 3.3rem .3rem rgba(0,0,0,.15);padding:1.2rem 3.5rem 1.5rem;margin:3rem 0 0 .3rem}@media(hover){.p-about-block__blockList .item__btn:hover{background:#3358b8;box-shadow:0 0 2rem .3rem rgba(47,118,255,.65)}}.p-about-block__2colList{counter-reset:col-number 0;display:grid;grid-template-columns:repeat(auto-fill, minmax(39rem, 1fr));gap:1.6rem 3rem;margin-top:4rem}.p-about-block__2colList .item{counter-increment:col-number;display:grid;place-items:center;background:rgba(0,0,0,.4);border:1px solid #424867;border-radius:.3rem;padding:4.3rem .9rem 4.9rem 0}.p-about-block__2colList .item__ttl{display:flex;align-items:flex-start;font-size:2.2rem;font-weight:700;letter-spacing:.02em;line-height:1.364;margin:-0.2rem 0 -0.5rem}.p-about-block__2colList .item__ttl:before{position:relative;top:.2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;content:counter(col-number);width:3rem;aspect-ratio:1/1;font-size:1.7rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;color:#000;background:#f7cd60;border-radius:50%;box-sizing:border-box;padding-top:.1rem;margin-right:1.2rem}.p-about-block__2colList .item__txt{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.5;margin:2.2rem 0 -0.6rem}.p-about-block__capList{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;color:#757575;margin:2.4rem 0 -0.4rem}.p-about-block__capList li{display:flex}.p-about-block__capList li:before{content:"※";margin-right:.2rem}.p-about-block__btn{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:background-color,box-shadow;display:flex;gap:0 .5rem;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.4375;text-decoration:none;background:#1d336c;border-radius:10rem;box-shadow:0 0 3.3rem .3rem rgba(0,0,0,.15);padding:1.2rem 2.7rem 1.5rem 3.4rem;margin-top:4rem}.p-about-block__btn .icon{width:2rem;opacity:.6;margin-top:.1rem}@media(hover){.p-about-block__btn:hover{background:#3358b8;box-shadow:0 0 2rem .3rem rgba(47,118,255,.65)}}@media screen and (max-width: 849px){.p-about-block{box-shadow:0 0 2rem .7rem rgba(47,118,255,.45);padding:3rem 2.5rem;scroll-margin-top:6.7rem}.p-about-block:not(:first-of-type){margin-top:6rem}.p-about-block .underline{text-underline-offset:.2rem}.p-about-block__ttl{font-size:2rem;line-height:1.5;padding-left:2.25rem;margin:-0.6rem 0 -0.4rem}.p-about-block__ttl:before{top:1rem}.p-about-block__text{font-size:1.5rem;line-height:1.734;margin:1.1rem 0 -0.7rem}#about-2 .p-about-block__text{margin-top:1.7rem}#about-7 .p-about-block__text{margin-top:1.7rem}.p-about-block__list{font-size:1.5rem;line-height:1.734;margin:1.1rem 0 -0.7rem}.p-about-block__list li span{font-size:1.2rem;line-height:1.4;margin:0 0 .5rem}.p-about-block__list li span br{display:none}.p-about-block__blockList{gap:1.2rem 0;margin-top:2.6rem}.p-about-block__blockList .item{padding:1.7rem 1.1rem 1.7rem 1.7rem}.p-about-block__blockList .item__ttl{font-size:1.6rem;line-height:1.375;margin:-0.3rem 0 -0.4rem}.p-about-block__blockList .item__ttl:before{top:.3rem;width:2rem;font-size:1.3rem;margin-right:.7rem}.p-about-block__blockList .item__txt{font-size:1.5rem;line-height:1.734;margin:1.2rem 0 -0.7rem}#about-6 .p-about-block__blockList .item__txt{font-size:1.4rem;line-height:1.86;margin:1.6rem 0 -0.7rem}.p-about-block__blockList .item__empTxt{font-size:1.5rem;line-height:1.734;margin:1.7rem 0 -0.7rem}.p-about-block__blockList .item__list{font-size:1.5rem;line-height:1.734;margin:1.2rem 0 -0.7rem 0}.p-about-block__blockList .item__list .mark{margin-right:-0.2rem}.p-about-block__blockList .item__numList{display:grid;gap:.6rem 0;font-size:1.5rem;line-height:1.6;margin:1.3rem 0 -0.6rem}.p-about-block__blockList .item__numList li{gap:0 .5rem}.p-about-block__blockList .item__btn{font-size:1.5rem;line-height:1.467;min-width:inherit;padding:1.3rem 3rem 1.5rem;margin:2rem 0 0}.p-about-block__2colList{grid-template-columns:auto;gap:1.2rem 0;margin-top:2.6rem}.p-about-block__2colList .item{display:block;padding:1.7rem 1.1rem 1.7rem 1.7rem}.p-about-block__2colList .item__ttl{font-size:1.6rem;line-height:1.375;margin:-0.2rem 0 0}.p-about-block__2colList .item__ttl:before{top:.2rem;width:2rem;font-size:1.3rem;margin-right:.7rem}.p-about-block__2colList .item__txt{font-size:1.5rem;line-height:1.734;margin:1.2rem 0 -0.7rem}.p-about-block__capList{font-size:1.3rem;line-height:1.693;margin:2rem 0 -0.6rem}.p-about-block__capList li:before{margin-right:.3rem}.p-about-block__btn{font-size:1.5rem;line-height:1.467;padding:1.3rem 3rem 1.5rem 3rem;margin-top:2.6rem}}body.page-marksheet .p-pagetitle{padding-bottom:17.1rem}body.page-marksheet .p-pagetitle:before{inset:22.6rem 1.8rem 0 0}body.page-marksheet .p-pagetitle__ttl{height:14.7rem;padding-right:.2rem}@media screen and (max-width: 849px){body.page-marksheet .p-pagetitle{padding-bottom:11rem}body.page-marksheet .p-pagetitle:before{inset:12.1rem 0 0}body.page-marksheet .p-pagetitle__ttl{height:7.7rem;padding-left:.2rem}}.p-marksheet{margin-top:-0.1rem}.p-marksheet__anchors{display:flex;gap:0 2.2rem;margin-bottom:11.4rem}.p-marksheet__anchors a{position:relative;flex:1;display:block;font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;text-decoration:none;border-bottom:1px solid #424866;padding-bottom:2.4rem;margin-top:-0.9rem}.p-marksheet__anchors a:after{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border-color,translate;position:absolute;inset:auto 0 1.2rem;display:block;content:"";width:0;height:0;border-style:solid;border-color:#1f3e79 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.6rem 1.1rem 0 1.1rem;margin:auto}@media(hover){.p-marksheet__anchors a:hover{border-bottom-color:#f7cd60}.p-marksheet__anchors a:hover:after{border-top-color:#f7cd60;translate:0 .2rem}}.p-marksheet__caption{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;color:#757575;margin:10.4rem 0 -0.5rem}@media screen and (max-width: 849px){.p-marksheet{margin-top:.3rem}.p-marksheet__anchors{display:none}.p-marksheet__caption{font-size:1.3rem;line-height:1.539;margin-top:3.5rem}}.p-marksheet-block{scroll-margin-top:11rem}.p-marksheet-block:not(:first-of-type){margin-top:11.1rem}.p-marksheet-block__ttl{position:relative;font-size:3.1rem;font-weight:700;letter-spacing:.02em;line-height:1;padding-left:2.6rem;margin:-0.6rem 0 -0.2rem}.p-marksheet-block__ttl:before{position:absolute;top:1.2rem;left:0;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem #ffdd2a}.p-marksheet-block__date{width:-moz-fit-content;width:fit-content;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;color:#757575;margin:1.4rem 0 -0.5rem auto}.p-marksheet-block__list{display:grid;grid-template-columns:repeat(2, 1fr);align-items:start;gap:0 4rem;margin-top:4.3rem}.p-marksheet-block__list.--sales .item__table th:first-child,.p-marksheet-block__list.--sales .item__table td:first-child{width:48.422%}.p-marksheet-block__list.--sales .item__table th:not(:first-child),.p-marksheet-block__list.--sales .item__table td:not(:first-child){padding-left:2.5rem}.p-marksheet-block__items{display:grid;gap:2rem 0}.p-marksheet-block__items .item{background:#000;border:1px solid #424867;border-radius:.3rem;padding:2.3rem 2.9rem 2.5rem}.p-marksheet-block__items .item[open] .item__toggle:after{opacity:0}.p-marksheet-block__items .item__head{position:relative;display:flex;align-items:center;cursor:pointer}.p-marksheet-block__items .item__head::-webkit-details-marker{display:none}.p-marksheet-block__items .item__ttl{flex-shrink:0;font-size:2.2rem;font-weight:700;letter-spacing:.02em;line-height:1.364;margin-top:-0.1rem}.p-marksheet-block__items .item__prefs{position:relative;display:flex;flex-wrap:wrap;font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1.467;color:#757575;margin:0 auto 0 5.7rem}.p-marksheet-block__items .item__prefs:before{position:absolute;inset:.1rem auto 0 -2.8rem;display:block;content:"";width:1px;background:#757575}.p-marksheet-block__items .item__prefs li:not(:last-child):after{content:"・"}.p-marksheet-block__items .item__toggle{flex-shrink:0;position:relative;width:2.6rem;height:2.6rem;background:#1f3e79;border-radius:50%;margin:.2rem 0 0 1rem}.p-marksheet-block__items .item__toggle:before,.p-marksheet-block__items .item__toggle:after{position:absolute;inset:0;display:block;content:"";width:1.3rem;height:.1rem;background:#fff;margin:auto}.p-marksheet-block__items .item__toggle:after{rotate:-90deg}.p-marksheet-block__items .item__body{margin-top:3.7rem}.p-marksheet-block__items .item__table{width:100%}.p-marksheet-block__items .item__table thead tr{border-bottom:1px solid #424866}.p-marksheet-block__items .item__table tbody tr:last-child td{padding-bottom:0}.p-marksheet-block__items .item__table tbody tr:not(:last-child){border-bottom:1px solid #424866}.p-marksheet-block__items .item__table th:first-child,.p-marksheet-block__items .item__table td:first-child{width:15rem}.p-marksheet-block__items .item__table th:not(:first-child),.p-marksheet-block__items .item__table td:not(:first-child){padding-left:1.5rem}.p-marksheet-block__items .item__table th{font-size:1.5rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;padding:0 0 .8rem}.p-marksheet-block__items .item__table td{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.7223;padding:1.8rem 0 1.6rem}@media screen and (max-width: 849px){.p-marksheet-block:not(:first-of-type){margin-top:4rem}.p-marksheet-block__ttl{font-size:2rem;padding-left:2.2rem;margin:-0.7rem 0 0}.p-marksheet-block__ttl:before{top:.5rem}.p-marksheet-block__date{font-size:1.3rem;line-height:1.693}.p-marksheet-block__list{grid-template-columns:auto;gap:.8rem 0;margin-top:2rem}.p-marksheet-block__list.--sales{gap:.5rem 0}.p-marksheet-block__list.--sales .p-marksheet-block__items{gap:.5rem 0}.p-marksheet-block__items{gap:.8rem 0}.p-marksheet-block__items .item{padding:1.8rem 2.4rem}.p-marksheet-block__items .item__head{display:block;padding-right:3.4rem}.p-marksheet-block__items .item__ttl{font-size:1.6rem;line-height:1.875;margin:-1rem 0 -0.8rem}.p-marksheet-block__items .item__prefs{font-size:1.3rem;line-height:1.693;margin:.6rem 0 -0.6rem}.p-marksheet-block__items .item__prefs:before{display:none}.p-marksheet-block__items .item__toggle{position:absolute;inset:.3rem 0 0 auto;width:2.4rem;height:2.4rem;margin:auto 0}.p-marksheet-block__items .item__toggle:before,.p-marksheet-block__items .item__toggle::after{width:1.2rem}.p-marksheet-block__items .item__body{margin-top:2.4rem}.p-marksheet-block__items .item__table thead{display:none}.p-marksheet-block__items .item__table tr{display:block}.p-marksheet-block__items .item__table tr:not(:first-child){margin-top:1.5rem}.p-marksheet-block__items .item__table tr:not(:last-child){padding:0 0 1.7rem}.p-marksheet-block__items .item__table tr:last-child{padding-bottom:.3rem}.p-marksheet-block__items .item__table td{display:block;width:100% !important;font-size:1.5rem;line-height:1.734;padding:0 !important;margin:-0.8rem 0 -0.7rem}.p-marksheet-block__items .item__table td:not(:first-child){margin-top:.3rem}}body.page-intermediate .p-pagetitle{padding-bottom:10.1rem}body.page-intermediate .p-pagetitle__ttl{height:6.8rem;padding-right:.3rem;margin:-0.9rem auto 0}@media screen and (max-width: 849px){body.page-intermediate .p-pagetitle{padding-bottom:8.7rem}body.page-intermediate .p-pagetitle:before{inset:12.1rem 0 0}body.page-intermediate .p-pagetitle__ttl{width:15.9rem;height:auto;padding-right:0;margin:-0.6rem auto -0.4rem}body.page-intermediate .p-pagetitle__ttl picture{width:100%}}.fixed-intermediate-nav{display:none}@media screen and (max-width: 849px){.fixed-intermediate-nav{transition:translate .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:fixed;inset:auto 0 0;display:grid;grid-template-columns:repeat(2, 1fr);z-index:3;translate:0 100%}.fixed-intermediate-nav:before{position:absolute;inset:0;display:block;content:"";width:1px;background:#424866;margin:auto}.fixed-intermediate-nav a{position:relative;display:flex;align-items:center;height:4.9rem;font-size:1.3rem;font-weight:500;letter-spacing:.02em;text-decoration:none;background:rgba(11,18,41,.4);border-top:1px solid #424866;box-sizing:border-box;padding:0 1rem}.fixed-intermediate-nav a:after{transition:transform .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:.1rem 1.1rem 0 auto;display:block;content:"";width:0;height:0;border-style:solid;border-color:#1f3e79 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.4rem .9rem 0 .9rem;margin:auto}html.intermediate-nav-scrolled .fixed-intermediate-nav{translate:0 0}html.footer-scrolled .fixed-intermediate-nav{translate:0 100%}.fixed-intermediate-nav.boys-scrolled .boys:after{transform:scaleY(-1)}.fixed-intermediate-nav.girls-scrolled .girls:after{transform:scaleY(-1)}}.p-intermediate__ttl{position:relative;font-size:3.1rem;font-weight:700;letter-spacing:.02em;line-height:1;padding-left:2.6rem;margin:-0.2rem 0 4.1rem 0}.p-intermediate__ttl:before{position:absolute;top:1.2rem;left:0;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem #ffdd2a}.p-intermediate__total{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem 7.2rem;border:1px solid rgba(255,218,123,.5);border-radius:.3rem;padding:4.9rem 4.9rem 6rem}.p-intermediate__total dl{display:flex;align-items:flex-end;gap:0 .5rem;line-height:1}.p-intermediate__total dt{font-size:2.7rem;font-weight:700;letter-spacing:.02em}.p-intermediate__total dd{display:flex;align-items:flex-end}.p-intermediate__total .num{font-size:5rem;font-weight:700;letter-spacing:.02em;color:#ffda7b;margin-bottom:-0.4rem}.p-intermediate__total .suffix{font-size:2.7rem;font-weight:700;letter-spacing:.02em;margin-left:.5rem}.p-intermediate__caption{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.6875;color:#757575;margin:2.2rem 0 -0.8rem}.p-intermediate__anchors{display:flex;gap:0 2.2rem;margin:11rem 0}.p-intermediate__anchors a{position:relative;flex:1;display:block;font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;text-decoration:none;border-bottom:1px solid #424866;padding-bottom:2.4rem;margin-top:-0.9rem}.p-intermediate__anchors a:after{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border-color,translate;position:absolute;inset:auto 0 1.2rem;display:block;content:"";width:0;height:0;border-style:solid;border-color:#1f3e79 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.6rem 1.1rem 0 1.1rem;margin:auto}@media(hover){.p-intermediate__anchors a:hover{border-bottom-color:#f7cd60}.p-intermediate__anchors a:hover:after{border-top-color:#f7cd60;translate:0 .2rem}}.p-intermediate-block{scroll-margin-top:11rem}.p-intermediate-block:not(:first-of-type){margin-top:11rem}.p-intermediate-block__ttl{position:relative;font-size:3.1rem;font-weight:700;letter-spacing:.02em;line-height:1;padding-left:2.6rem;margin:-0.2rem 0 4.1rem 0}.p-intermediate-block__ttl:before{position:absolute;top:1.2rem;left:0;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem #ffdd2a}.p-intermediate-block__3column{display:grid;grid-template-columns:repeat(3, 1fr);gap:6rem 4.5rem}.p-intermediate-block__4column{display:grid;grid-template-columns:repeat(4, 1fr);gap:3rem;margin-top:6rem}.p-intermediate-block__5column{display:grid;grid-template-columns:repeat(5, 1fr);gap:2.5rem;margin-top:6rem}.p-intermediate-block__5column .player{display:flex;flex-direction:column;align-items:center;background:#000;border:1px solid #424866;border-radius:.3rem;padding:2rem 0 2.4rem}.p-intermediate-block__5column .player__inner{display:contents}.p-intermediate-block__5column .player__head{order:1;display:flex;align-items:flex-end;gap:0 1.7rem;margin-bottom:1.9rem}.p-intermediate-block__5column .player__ranking{position:relative;line-height:1;margin-top:-0.3rem}.p-intermediate-block__5column .player__ranking:after{position:absolute;inset:.3rem -0.9rem .1rem auto;display:block;content:"";width:1px;background:#424866}.p-intermediate-block__5column .player__ranking .num{display:inline-block;font-size:2.6rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600}.p-intermediate-block__5column .player__ranking .suffix{display:inline-block;font-size:1.2rem;font-weight:700;margin-left:.1rem}.p-intermediate-block__5column .player__vote{line-height:1}.p-intermediate-block__5column .player__vote .num{font-size:1.8rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600}.p-intermediate-block__5column .player__vote .suffix{font-size:1rem;font-weight:700;margin-left:.3rem}.p-intermediate-block__5column .player__img{order:2;width:min(60%,12rem);aspect-ratio:1/1;border-radius:50%;overflow:hidden}.p-intermediate-block__5column .player__name{order:3;display:flex;align-items:center;font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.471;margin:1.5rem 0 -0.4rem}.p-intermediate-block__5column .player__rank{display:block;width:-moz-fit-content;width:fit-content;font-size:1.3rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#000;background:#f7cd61;border-radius:.2rem;padding:.2rem .4rem .3rem;margin:.2rem 0 0 .5rem}.p-intermediate-block__5column .player__details{order:4;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 0;font-size:1.2rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin-top:1.5rem}.p-intermediate-block__5column .player__number{display:flex;justify-content:center;gap:0 .4rem;width:100%}.p-intermediate-block__5column .player__pref{position:relative;margin-right:2rem}.p-intermediate-block__5column .player__pref:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";width:1px;background:rgba(117,117,117,.7)}.p-intermediate-block__3list{display:grid;grid-template-columns:repeat(3, 1fr);gap:0 5.1rem;margin:6rem .3rem 0 0}.p-intermediate-block__3listTitle{display:none}.p-intermediate-block__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-areas:"ttl ttl ttl" ". . .";gap:0 5.1rem;margin:6rem .3rem 0 0}.p-intermediate-block__listTitle{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:5;grid-area:ttl;position:relative;font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.471;padding-left:1.3rem;margin:-0.3rem 0 1.7rem}.p-intermediate-block__listTitle:before{position:absolute;inset:.3rem auto 0 0;display:block;content:"";width:.3rem;background:#1f3e79}.p-intermediate-block__itemTitle{position:relative;font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.471;padding-left:1.3rem;margin:-0.3rem 0 1.7rem}.p-intermediate-block__itemTitle:before{position:absolute;inset:.3rem auto 0 0;display:block;content:"";width:3px;background:#1f3e79}.p-intermediate-block__itemList{border-top:1px solid #424866}.p-intermediate-block__itemList .player{display:flex;border-bottom:1px solid #424866;padding:1.3rem 0 1.6rem}.p-intermediate-block__itemList .player__head{position:relative;min-width:8rem;flex-shrink:0;position:relative;box-sizing:border-box;padding-right:2.1rem;margin-right:2.2rem}.p-intermediate-block__itemList .player__head:before{position:absolute;inset:0 0 0 auto;display:block;content:"";border-right:1px solid #424866;opacity:.6}.p-intermediate-block__itemList .player__ranking{line-height:1}.p-intermediate-block__itemList .player__ranking .num{font-size:2rem;font-weight:600;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;margin-right:.3rem}.p-intermediate-block__itemList .player__ranking .suffix{font-size:1.2rem;font-weight:700}.p-intermediate-block__itemList .player__ranking .same{position:absolute;top:.8rem;left:3.4rem;font-size:1rem;font-weight:700}.p-intermediate-block__itemList .player__vote{line-height:1;margin:.6rem 0 0 .1rem}.p-intermediate-block__itemList .player__vote .num{font-size:1.6rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;margin-right:.5rem}.p-intermediate-block__itemList .player__vote .suffix{font-size:1.1rem;font-weight:700}.p-intermediate-block__itemList .player__name{font-size:1.5rem;font-weight:700;letter-spacing:.02em;line-height:1.467;margin:-0.1rem 0 -0.6rem}.p-intermediate-block__itemList .player__details{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 2rem;font-size:1.2rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin-top:1rem}.p-intermediate-block__itemList .player__number{position:relative;display:flex;align-items:center}.p-intermediate-block__itemList .player__number:after{position:absolute;inset:.1rem -1.1rem 0 auto;display:block;content:"";border-right:1px solid rgba(117,117,117,.7)}.p-intermediate-block__itemList .player__number dd{font-size:1.3rem;letter-spacing:.02em}.p-intermediate-block__itemList .player__pref{position:relative}.p-intermediate-block__itemList .player__pref:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";border-right:1px solid rgba(117,117,117,.7)}@media screen and (max-width: 849px){.p-intermediate__ttl{font-size:2rem;line-height:1.5;padding-left:2.6rem;margin:0 0 2rem}.p-intermediate__ttl:before{top:1rem}.p-intermediate__total{gap:3.5rem 0;padding:3.7rem 0 4.6rem}.p-intermediate__total dl{gap:0 1rem}.p-intermediate__total dt{font-size:1.5rem}.p-intermediate__total .num{font-size:3rem;margin-bottom:-0.5rem}.p-intermediate__total .suffix{font-size:1.5rem}.p-intermediate__caption{font-size:1.3rem;line-height:1.462;margin:1.5rem 0 -0.5rem}.p-intermediate__anchors{display:block;margin:6rem 0}.p-intermediate__anchors a{font-size:1.5rem;line-height:2.067;text-align:left;padding:.9rem 0 1rem 1rem;margin-top:0}.p-intermediate__anchors a:first-child{border-top:1px solid #424866}.p-intermediate__anchors a:after{inset:.1rem 1.2rem 0 auto}.p-intermediate-block{scroll-margin-top:6rem;margin:0 .5rem}.p-intermediate-block:not(:first-of-type){margin-top:6rem}.p-intermediate-block__ttl{font-size:2rem;line-height:1.5;padding-left:2.6rem;margin:0 0 2rem}.p-intermediate-block__ttl:before{top:1rem}.p-intermediate-block__3column{grid-template-columns:auto;gap:2rem 0}.p-intermediate-block__4column{grid-template-columns:auto;gap:2rem 0;margin-top:2rem}.p-intermediate-block__5column{grid-template-columns:auto;gap:1rem 0;margin-top:2rem}.p-intermediate-block__5column .player{flex-direction:row;gap:0 2rem;padding:2rem 2rem 2.4rem 2.2rem}.p-intermediate-block__5column .player__inner{order:2;display:block}.p-intermediate-block__5column .player__img{width:8rem}.p-intermediate-block__5column .player__head{margin:0}.p-intermediate-block__5column .player__name{margin:.9rem 0 -0.4rem}.p-intermediate-block__5column .player__rank{font-size:1.2rem;padding:.1rem .2rem .2rem;margin:.3rem 0 0 .7rem}.p-intermediate-block__5column .player__details{justify-content:flex-start;margin-top:.9rem}.p-intermediate-block__5column .player__number{position:relative;align-items:center;gap:0;width:auto;margin-right:2rem}.p-intermediate-block__5column .player__number:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";width:1px;background:rgba(117,117,117,.7)}.p-intermediate-block__3list{grid-template-columns:auto;margin-top:3rem}.p-intermediate-block__3listTitle{position:relative;display:block;font-size:1.5rem;font-weight:700;letter-spacing:.02em;line-height:1.467;padding-left:1.3rem;margin-bottom:1.7rem}.p-intermediate-block__3listTitle:before{position:absolute;inset:0 auto -0.1rem 0;display:block;content:"";width:.3rem;background:#1f3e79}.p-intermediate-block__list{grid-template-columns:auto;grid-template-areas:none;margin-top:3rem}.p-intermediate-block__listTitle{grid-area:auto;font-size:1.5rem;line-height:1.467;margin:0 0 1.7rem}.p-intermediate-block__listTitle:before{inset:0 auto -0.1rem 0}.p-intermediate-block__item:not(:first-of-type) .p-intermediate-block__itemList{border-top:none}.p-intermediate-block__itemTitle{display:none}.p-intermediate-block__itemList .player__head{margin-right:2.3rem}.p-intermediate-block__itemList .player__vote .num{margin-right:.6rem}.p-intermediate-block__itemList .player__details{margin-left:.1rem}}.fixed-results-nav{display:none}@media screen and (max-width: 849px){.fixed-results-nav{transition:translate .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:fixed;inset:auto 0 0;display:grid;grid-template-columns:repeat(2, 1fr);z-index:3;translate:0 100%}.fixed-results-nav:before{position:absolute;inset:0;display:block;content:"";width:1px;background:#424866;margin:auto}.fixed-results-nav a{position:relative;display:flex;align-items:center;height:4.9rem;font-size:1.3rem;font-weight:500;letter-spacing:.02em;text-decoration:none;background:rgba(11,18,41,.4);border-top:1px solid #424866;box-sizing:border-box;padding:0 1rem}.fixed-results-nav a:after{transition:transform .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:.1rem 1.1rem 0 auto;display:block;content:"";width:0;height:0;border-style:solid;border-color:#1f3e79 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.4rem .9rem 0 .9rem;margin:auto}html.results-nav-scrolled .fixed-results-nav{translate:0 0}html.footer-scrolled .fixed-results-nav{translate:0 100%}.fixed-results-nav.boys-scrolled .boys:after{transform:scaleY(-1)}.fixed-results-nav.girls-scrolled .girls:after{transform:scaleY(-1)}}.page-results .header__logo{display:none}.p-results-fv{position:relative;overflow-x:clip;display:flex;flex-direction:column;align-items:center;height:76.8rem}.p-results-fv:before{transition:opacity .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;position:absolute;inset:0;display:block;content:"";background-image:url(../imgs/top/fv-bg.webp);background-repeat:no-repeat;background-position:center 1px;background-size:100% auto;-webkit-mask-image:linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);mask-image:linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);mask-mode:match-source;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.p-results-fv__logo{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .2s;transition-property:opacity,translate;width:25.462%;margin:10.41666% 0 0;opacity:0;translate:0 1rem;z-index:1}.p-results-fv__ttl{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;transition-property:opacity,translate;width:39.231%;padding-top:5rem;opacity:0;translate:0 1rem;z-index:1}.p-results-fv__period{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;transition-property:opacity,translate;position:relative;width:min(100%,66rem);box-sizing:border-box;margin:7.5rem 0 0;opacity:0;translate:0 1rem;z-index:1}.p-results-fv__kaitenkun{position:absolute;z-index:0;top:-4.4rem;width:min(78.53846%,1021rem);animation:kaitenkun 32s linear infinite}@keyframes kaitenkun{0%{transform:rotate(0)}100%{transform:rotate(-1turn)}}.p-results-fv__kaitenkun1{left:min(-35.84615%,466rem)}.p-results-fv__kaitenkun2{right:min(-35.84615%,466rem)}.p-results-fv.is-visible:before{opacity:1;translate:0 0}.p-results-fv.is-visible .p-results-fv__logo{opacity:1;translate:0 0}.p-results-fv.is-visible .p-results-fv__ttl{opacity:1;translate:0 0}.p-results-fv.is-visible .p-results-fv__period{opacity:1;translate:0 0}@media screen and (max-width: 1023px){.p-results-fv{height:60rem}}@media screen and (max-width: 849px){.p-results-fv:before{background-image:url(../imgs/top/fv-bg_sp.webp);background-position:center top}.p-results-fv__logo{width:23.6rem;margin:7.5rem 0 0}.p-results-fv__ttl{width:34.8rem;padding-top:2rem}.p-results-fv__period{width:36.5rem;padding:0;margin:4.8rem .1rem 0 0}.p-results-fv__kaitenkun{top:10rem;width:min(89.23076%,34.8rem);animation-duration:20s}.p-results-fv__kaitenkun1{left:min(-49.23076%,19.2rem)}.p-results-fv__kaitenkun2{right:min(-49.23076%,19.2rem)}}.p-results{margin-top:25rem}.p-results__ttl{position:relative;font-size:3.1rem;font-weight:700;letter-spacing:.02em;line-height:1;padding-left:2.6rem;margin:-0.3rem 0 4rem 0}.p-results__ttl:before{position:absolute;top:1.2rem;left:0;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem #ffdd2a}.p-results__lead{font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;margin:-0.9rem 0}.p-results__total{display:flex;flex-wrap:wrap;justify-content:center;gap:5rem;border:1px solid rgba(255,218,123,.5);border-radius:.3rem;padding:5.9rem 1.9rem;margin-top:4.1rem}.p-results__total .item{font-weight:700}.p-results__total .item__total{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:2.7rem;letter-spacing:.02em;line-height:1.1112;margin-bottom:3rem}.p-results__total .item__total .ttl{position:relative;top:.5rem;display:block}.p-results__total .item__total .num{display:block;font-size:5rem;letter-spacing:.02em;line-height:1;color:#ffda7b;margin:-1rem .4rem -0.3rem}.p-results__total .item__total .suffix{position:relative;top:.5rem;display:block}.p-results__total .item__supple{display:flex;flex-wrap:wrap;justify-content:center;gap:0 1.5rem;margin-top:1.4rem}.p-results__total .item__supple dl{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:1.4rem;letter-spacing:.02em;line-height:1;margin:-0.8rem 0 -0.7rem}.p-results__total .item__supple dt{position:relative;top:.2rem}.p-results__total .item__supple .num{display:inline-block;font-size:2rem;letter-spacing:.02em;line-height:1.5;margin:0 .3rem 0 0}.p-results__total .item__supple .suffix{display:inline-block}.p-results__caption{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.6875;color:#757575;margin:2.2rem 0 -0.8rem}.p-results__caption+.p-results__caption{margin:4rem 0 0}.p-results__caption+.p-results__caption span{display:block;text-indent:-1em;padding:0 0 0 1em}.p-results__anchors{display:flex;gap:0 2.2rem;margin:11rem 0}.p-results__anchors a{position:relative;flex:1;display:block;font-size:1.8rem;font-weight:500;letter-spacing:.02em;line-height:1.723;text-align:center;text-decoration:none;border-bottom:1px solid #424866;padding-bottom:2.4rem;margin-top:-0.9rem}.p-results__anchors a:after{transition:all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition-property:border-color,translate;position:absolute;inset:auto 0 1.2rem;display:block;content:"";width:0;height:0;border-style:solid;border-color:#1f3e79 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:.6rem 1.1rem 0 1.1rem;margin:auto}@media(hover){.p-results__anchors a:hover{border-bottom-color:#f7cd60}.p-results__anchors a:hover:after{border-top-color:#f7cd60;translate:0 .2rem}}.p-results-block{scroll-margin-top:11rem}.p-results-block:not(:first-of-type){margin-top:11rem}.p-results-block__ttl{position:relative;font-size:3.1rem;font-weight:700;letter-spacing:.02em;line-height:1;padding-left:2.6rem;margin:-0.2rem 0 4.1rem 0}.p-results-block__ttl:before{position:absolute;top:1.2rem;left:0;display:block;content:"";width:1.2rem;aspect-ratio:1/1;background:url(../imgs/common/icon-current.svg) no-repeat;background-size:contain;border-radius:50%;box-shadow:0 0 .4rem #ffdd2a}.p-results-block__3column{display:grid;grid-template-columns:repeat(3, 1fr);gap:6rem 4.5rem}.p-results-block__4column{display:grid;grid-template-columns:repeat(4, 1fr);gap:3rem;margin-top:6rem}.p-results-block__5column{display:grid;grid-template-columns:repeat(5, 1fr);gap:2.5rem;margin-top:6rem}.p-results-block__5column .player{display:flex;flex-direction:column;align-items:center;background:#000;border:1px solid #424866;border-radius:.3rem;padding:2rem 0 2.4rem}.p-results-block__5column .player__inner{display:contents}.p-results-block__5column .player__head{order:1;display:flex;align-items:flex-end;gap:0 1.7rem;margin-bottom:1.9rem}.p-results-block__5column .player__ranking{position:relative;line-height:1;margin-top:-0.3rem}.p-results-block__5column .player__ranking:after{position:absolute;inset:.3rem -0.9rem .1rem auto;display:block;content:"";width:1px;background:#424866}.p-results-block__5column .player__ranking .num{display:inline-block;font-size:2.6rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600}.p-results-block__5column .player__ranking .suffix{display:inline-block;font-size:1.2rem;font-weight:700;margin-left:.1rem}.p-results-block__5column .player__vote{line-height:1}.p-results-block__5column .player__vote .num{font-size:1.8rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600}.p-results-block__5column .player__vote .suffix{font-size:1rem;font-weight:700;margin-left:.3rem}.p-results-block__5column .player__img{order:2;width:min(60%,12rem);aspect-ratio:1/1;border-radius:50%;overflow:hidden}.p-results-block__5column .player__name{order:3;display:flex;align-items:center;font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.471;margin:1.5rem 0 -0.4rem}.p-results-block__5column .player__rank{display:block;width:-moz-fit-content;width:fit-content;font-size:1.3rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#000;background:#f7cd61;border-radius:.2rem;padding:.2rem .4rem .3rem;margin:.2rem 0 0 .5rem}.p-results-block__5column .player__details{order:4;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 0;font-size:1.2rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin-top:1.5rem}.p-results-block__5column .player__number{display:flex;justify-content:center;gap:0 .4rem;width:100%}.p-results-block__5column .player__pref{position:relative;margin-right:2rem}.p-results-block__5column .player__pref:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";width:1px;background:rgba(117,117,117,.7)}.p-results-block__3list{display:grid;grid-template-columns:repeat(3, 1fr);gap:0 5.1rem;margin:6rem .3rem 0 0}.p-results-block__3listTitle{display:none}.p-results-block__list{margin:6rem .3rem 0 0}.p-results-block__listTitle{position:relative;font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.471;padding-left:1.3rem;margin:-0.3rem 0 1.7rem}.p-results-block__listTitle:before{position:absolute;inset:.3rem auto 0 0;display:block;content:"";width:.3rem;background:#1f3e79}.p-results-block__list .p-results-block__itemList{display:grid;grid-template-columns:repeat(3, 1fr);gap:0 5.1rem}.p-results-block__list .p-results-block__itemList .player:nth-child(-n+3){border-top:1px solid #424866}.p-results-block__itemTitle{position:relative;font-size:1.7rem;font-weight:700;letter-spacing:.02em;line-height:1.471;padding-left:1.3rem;margin:-0.3rem 0 1.7rem}.p-results-block__itemTitle:before{position:absolute;inset:.3rem auto 0 0;display:block;content:"";width:3px;background:#1f3e79}.p-results-block__itemList .player{display:flex;border-bottom:1px solid #424866;padding:1.3rem 0 1.6rem}.p-results-block__itemList .player:first-child{border-top:1px solid #424866}.p-results-block__itemList .player__head{position:relative;min-width:8rem;flex-shrink:0;position:relative;box-sizing:border-box;padding-right:2.1rem;margin-right:2.2rem}.p-results-block__itemList .player__head:before{position:absolute;inset:0 0 0 auto;display:block;content:"";border-right:1px solid #424866;opacity:.6}.p-results-block__itemList .player__ranking{line-height:1}.p-results-block__itemList .player__ranking .num{font-size:2rem;font-weight:600;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;margin-right:.3rem}.p-results-block__itemList .player__ranking .suffix{font-size:1.2rem;font-weight:700}.p-results-block__itemList .player__ranking .same{position:absolute;top:.8rem;left:3.4rem;font-size:1rem;font-weight:700}.p-results-block__itemList .player__vote{line-height:1;margin:.6rem 0 0 .1rem}.p-results-block__itemList .player__vote .num{font-size:1.6rem;font-family:"Roboto","Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:600;margin-right:.5rem}.p-results-block__itemList .player__vote .suffix{font-size:1.1rem;font-weight:700}.p-results-block__itemList .player__name{font-size:1.5rem;font-weight:700;letter-spacing:.02em;line-height:1.467;margin:-0.1rem 0 -0.6rem}.p-results-block__itemList .player__details{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 2rem;font-size:1.2rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#757575;margin-top:1rem}.p-results-block__itemList .player__number{position:relative;display:flex;align-items:center}.p-results-block__itemList .player__number:after{position:absolute;inset:.1rem -1.1rem 0 auto;display:block;content:"";border-right:1px solid rgba(117,117,117,.7)}.p-results-block__itemList .player__number dd{font-size:1.3rem;letter-spacing:.02em}.p-results-block__itemList .player__pref{position:relative}.p-results-block__itemList .player__pref:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";border-right:1px solid rgba(117,117,117,.7)}.p-results__foot{margin-top:11rem}.p-results__foot__lead{font-size:1.8rem;font-weight:700;line-height:1.389;text-align:center;margin:-0.7rem 0 -0.5rem}.p-results__foot__logo{width:46.6rem;margin:4rem auto 0}.p-results__foot__btn{width:min(100%,41rem)}.p-results__foot__text{font-size:1.6rem;font-weight:500;letter-spacing:.02em;line-height:1.6875;text-align:center;margin:3.2rem 0 -0.6rem}.p-results__foot__2clm{margin:10rem auto 0;display:flex;gap:8rem;place-content:center}.p-results__foot__2clmItemTitle{font-size:2.2rem;font-weight:700;text-align:center;margin:0 0 4rem}@media screen and (max-width: 849px){.p-results{margin-top:11.7rem}.p-results__ttl{font-size:2rem;line-height:1.5;padding-left:2.6rem;margin:0 0 2rem}.p-results__ttl:before{top:1rem}.p-results__lead{font-size:1.3rem;letter-spacing:0;line-height:1.693;margin:-0.6rem 0}.p-results__total{gap:3rem;padding:3.9rem 2.9rem;margin-top:2rem}.p-results__total .item__total{font-size:1.5rem;line-height:2;margin-bottom:1rem}.p-results__total .item__total .ttl{top:.1rem}.p-results__total .item__total .prefix{display:none}.p-results__total .item__total .num{font-size:3rem;margin:-1.2rem .4rem 0 0}.p-results__total .item__total .suffix{top:.1rem}.p-results__total .item__total+.item__supple{margin-top:0}.p-results__total .item__supple{gap:1.2rem 1.5rem;margin-top:1.2rem}.p-results__total .item__supple dl{font-size:1.2rem;margin:0}.p-results__total .item__supple dt{top:0}.p-results__total .item__supple .num{font-size:1.6rem;line-height:1;margin:-0.4rem .3rem 0 0}.p-results__caption{font-size:1.3rem;line-height:1.462;margin:1.5rem 0 -0.5rem}.p-results__caption+.p-results__caption{margin:3rem 0 0}.p-results__anchors{display:block;margin:6rem 0}.p-results__anchors a{font-size:1.5rem;line-height:2.067;text-align:left;padding:.9rem 0 1rem 1rem;margin-top:0}.p-results__anchors a:first-child{border-top:1px solid #424866}.p-results__anchors a:after{inset:.1rem 1.2rem 0 auto}.p-results-block{scroll-margin-top:6rem;margin:0 .5rem}.p-results-block:not(:first-of-type){margin-top:6rem}.p-results-block__ttl{font-size:2rem;line-height:1.5;padding-left:2.6rem;margin:0 0 2rem}.p-results-block__ttl:before{top:1rem}.p-results-block__3column{grid-template-columns:auto;gap:2rem 0}.p-results-block__4column{grid-template-columns:auto;gap:2rem 0;margin-top:2rem}.p-results-block__5column{grid-template-columns:auto;gap:1rem 0;margin-top:2rem}.p-results-block__5column .player{flex-direction:row;gap:0 2rem;padding:2rem 2rem 2.4rem 2.2rem}.p-results-block__5column .player__inner{order:2;display:block}.p-results-block__5column .player__img{width:8rem}.p-results-block__5column .player__head{margin:0}.p-results-block__5column .player__name{margin:.9rem 0 -0.4rem}.p-results-block__5column .player__rank{font-size:1.2rem;padding:.1rem .2rem .2rem;margin:.3rem 0 0 .7rem}.p-results-block__5column .player__details{justify-content:flex-start;margin-top:.9rem}.p-results-block__5column .player__number{position:relative;align-items:center;gap:0;width:auto;margin-right:2rem}.p-results-block__5column .player__number:after{position:absolute;inset:0 -1.1rem 0 auto;display:block;content:"";width:1px;background:rgba(117,117,117,.7)}.p-results-block__3list{grid-template-columns:auto;margin-top:3rem}.p-results-block__3listTitle{position:relative;display:block;font-size:1.5rem;font-weight:700;letter-spacing:.02em;line-height:1.467;padding-left:1.3rem;margin-bottom:1.7rem}.p-results-block__3listTitle:before{position:absolute;inset:0 auto -0.1rem 0;display:block;content:"";width:.3rem;background:#1f3e79}.p-results-block__list{margin-top:3rem}.p-results-block__list .p-results-block__itemList{grid-template-columns:auto}.p-results-block__list .p-results-block__itemList .player:not(:first-child):nth-child(-n+3){border-top:none}.p-results-block__listTitle{font-size:1.5rem;line-height:1.467;margin:0 0 1.7rem}.p-results-block__listTitle:before{inset:0 auto -0.1rem 0}.p-results-block__item:not(:first-of-type) .p-intermediate-block__itemList{border-top:none}.p-results-block__itemTitle{display:none}.p-results-block__itemList .player__head{margin-right:2.3rem}.p-results-block__itemList .player__vote .num{margin-right:.6rem}.p-results-block__itemList .player__details{margin-left:.1rem}.p-results__foot{margin-top:8rem}.p-results__foot__lead{font-size:1.4rem;line-height:1.429;margin:-0.6rem 0 -0.3rem}.p-results__foot__logo{width:25rem;margin-top:3rem}.p-results__foot__btn{width:min(29rem,100%);margin:0 auto}.p-results__foot__btn .c-btn{width:100%;text-align:center;padding:1.7rem 1rem 1.8rem 0}.p-results__foot__text{font-size:1.5rem;line-height:1.8;margin:3.1rem 0 -0.7rem}.p-results__foot__2clm{margin-top:6rem;flex-wrap:wrap;flex-direction:column-reverse;gap:6rem}.p-results__foot__2clmItemTitle{font-size:1.8rem;margin:0 0 3rem}}.pc-hidden{display:none}.pctb-hidden{display:none}@media screen and (max-width: 1023px){.tb-hidden,.tbsp-hidden{display:none}.pc-hidden{display:block}br.pc-hidden{display:inline-block}}@media screen and (max-width: 849px){.sp-hidden{display:none}.tb-hidden,.pctb-hidden{display:block}br.tb-hidden,br.pctb-hidden{display:inline-block}}