﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{min-height:100vh;background-color:var(--col_back);font-family:var(--font_sans);font-weight:500;color:var(--col_text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.home){padding-top:104px}@media screen and (max-width: 1000px){body:not(.home){padding-top:80px}}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:700;color:var(--col_primary)}button{background:none;border:none;cursor:pointer}html{--screen_sm: 640px;--screen_md: 768px;--screen_lg: 1024px;--screen_lgr: 1180px;--screen_xl: 1280px;--spacing_0: 0px;--spacing_px: 1px;--spacing_xs: 0.4rem;--spacing_rem: 1rem;--spacing_sm: 1.2rem;--spacing_md: 1.6rem;--spacing_lg: 3.2rem;--spacing_xl: 4rem;--spacing_2xl: 6rem;--spacing_3xl: 8rem;--spacing_block: 10rem}@media screen and (max-width: 767px){html{--spacing_0: 0px;--spacing_px: 1px;--spacing_xs: 0.5rem;--spacing_sm: 1rem;--spacing_md: 2rem;--spacing_lg: 3rem;--spacing_xl: 4rem;--spacing_2xl: 6rem;--spacing_3xl: 8rem;--spacing_block: 10rem}}html{--radius_xs: 1px;--radius_sm: 2px;--radius_md: 0.4rem;--radius_lg: 0.6rem;--radius_xl: 0.8rem;--radius_xxl: 1.6rem}@media screen and (max-width: 767px){html{--radius_xs: 1px;--radius_sm: 2px;--radius_md: 0.5rem;--radius_lg: 0.75rem;--radius_xl: 1rem;--radius_xxl: 2rem}}html{--font_xxs: 0.6rem;--font_xs: 0.7rem;--font_sm: 0.8rem;--font_md: 0.9rem;--font_base: 1rem;--font_lg: 1.1rem;--font_xl: 1.2rem;--font_2xl: 1.5rem;--font_3xl: 1.8rem;--font_4xl: 2rem;--font_5xl: 3rem;--font_6xl: 4rem}@media screen and (max-width: 767px){html{--font_xxs: 0.625rem;--font_xs: 0.75rem;--font_sm: 1rem;--font_md: 1.125rem;--font_base: 1.25rem;--font_lg: 1.375rem;--font_xl: 1.5rem;--font_2xl: 1.875rem;--font_3xl: 2.25rem;--font_4xl: 2.5rem}}html{--col_back:	#F6FAFD;--col_back_dark:	#F1F1F1;--col_white:	#ffffff;--col_black:	#000000;--col_gray:	#E9E9E9;--col_gray_light:	#DFDFDF;--col_gray_dark:	#888888;--col_border:	#CAD5E2;--col_border_dark:	#cccccc;--col_primary:	#001E5A;--col_link:	#0176FF;--col_accent:	#e85513;--col_accent_hover:	#d04a10;--col_warn:	#db1111;--col_live:	#ff0000;--col_live_light:	#FFE1E1;--col_header_top:	#e8e8e8;--col_text:	#333333;--col_text_light:	#6A6A6A}html{--font_system_ui: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--font_sans: "Noto Sans JP", sans-serif;--font_inter: "Inter", sans-serif}body.menu_open{overflow:hidden}.site_header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--col_white);backface-visibility:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}@media screen and (min-width: 1001px){.site_header{margin:24px 16px 0;border-radius:12px;max-width:calc(100vw - 32px)}}@media screen and (max-width: 860px){.site_header{overflow-x:clip;margin:12px 8px 0;border-radius:12px}}.site_header .header_inner{display:flex;position:relative;padding:0 24px}@media screen and (max-width: 860px){.site_header .header_inner{justify-content:space-between;align-items:center;padding:0}}.site_header .site_logo{display:flex;align-items:center;flex-shrink:0;padding:8px 24px 8px 0}@media screen and (max-width: 860px){.site_header .site_logo{padding:12px 16px}}@media screen and (max-width: 767px){.site_header .site_logo{padding:8px 16px}}.site_header .site_logo a{display:flex;align-items:center;gap:12px}.site_header .site_logo img{height:44px;width:auto}@media screen and (max-width: 1024px){.site_header .site_logo img{height:36px}}@media screen and (max-width: 900px){.site_header .site_logo img{height:32px}}@media screen and (max-width: 860px){.site_header .site_logo img{height:40px}}@media screen and (max-width: 767px){.site_header .site_logo img{height:32px}}.site_header .site_logo .site_tagline{color:var(--col_primary);font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap}@media screen and (max-width: 1100px){.site_header .site_logo .site_tagline{display:none}}.site_header .header_sp_links{display:none;align-items:center;gap:20px;flex:1;justify-content:flex-end;padding:0 8px}@media screen and (max-width: 860px){.site_header .header_sp_links{display:flex}}@media screen and (max-width: 360px){.site_header .header_sp_links{gap:12px}}.site_header .header_sp_links .sp_live_btn{display:flex;align-items:center;color:var(--col_warn);font-size:16px;font-weight:600;white-space:nowrap}@media screen and (max-width: 480px){.site_header .header_sp_links .sp_live_btn{font-size:14px}}.site_header .header_sp_links .sp_live_btn .live_icon{width:20px;height:20px;flex-shrink:0;margin-right:6px}@media screen and (max-width: 480px){.site_header .header_sp_links .sp_live_btn .live_icon{width:16px;height:16px}}.site_header .header_sp_links .sp_schedule_link{font-size:16px;font-weight:600;color:var(--col_primary);white-space:nowrap}@media screen and (max-width: 480px){.site_header .header_sp_links .sp_schedule_link{font-size:14px}}.site_header .header_sp_links .menu_toggle{display:flex;flex-direction:column;gap:4px;width:36px;height:36px;padding:8px;background-color:var(--col_link);border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.site_header .header_sp_links .menu_toggle span{display:block;width:18px;height:2px;background-color:var(--col_white);transition:all .3s}.site_header .header_sp_links .menu_toggle.active span{position:absolute}.site_header .header_sp_links .menu_toggle.active span:nth-child(1){transform:rotate(45deg)}.site_header .header_sp_links .menu_toggle.active span:nth-child(2){opacity:0}.site_header .header_sp_links .menu_toggle.active span:nth-child(3){transform:rotate(-45deg)}.site_header .header_right{flex:1;display:flex;min-width:0}@media screen and (max-width: 860px){.site_header .header_right{display:none}}.site_header .header_top{background-color:var(--col_header_top);display:flex;justify-content:flex-end;padding:4px 0;padding-right:max(4vw,(100vw - 1400px)/2 + 4%)}@media screen and (max-width: 1280px){.site_header .header_top{padding-right:24px}}@media screen and (min-width: 1001px){.site_header .header_top{border-top-right-radius:12px}}.site_header .header_top .header_top_links{display:flex;gap:42px}@media screen and (max-width: 1280px){.site_header .header_top .header_top_links{gap:24px}}@media screen and (max-width: 1220px){.site_header .header_top .header_top_links{gap:16px}}@media screen and (max-width: 900px){.site_header .header_top .header_top_links{gap:12px}}.site_header .header_top .header_top_links a{color:var(--col_text_light);font-size:14px;display:flex;align-items:center}@media screen and (max-width: 1220px){.site_header .header_top .header_top_links a{font-size:12px}}@media screen and (max-width: 900px){.site_header .header_top .header_top_links a{font-size:10px}}.site_header .header_top .header_top_links a:hover{opacity:.7}.site_header .header_top .header_top_links a::before{content:"";display:inline-block;width:6px;height:10px;margin-right:6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23BEBEBE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.site_header .main_nav{display:flex;align-items:center;position:relative;min-width:0;margin-left:auto}@media screen and (max-width: 1220px){.site_header .main_nav{position:static}}.site_header .main_nav .nav_list{display:flex;list-style:none;margin-left:auto}.site_header .main_nav .nav_list>li{position:static;display:flex}.site_header .main_nav .nav_list>li:not(:last-child){margin-right:32px}@media screen and (max-width: 1400px){.site_header .main_nav .nav_list>li:not(:last-child){margin-right:24px}}@media screen and (max-width: 1280px){.site_header .main_nav .nav_list>li:not(:last-child){margin-right:20px}}@media screen and (max-width: 1220px){.site_header .main_nav .nav_list>li:not(:last-child){margin-right:16px}}@media screen and (max-width: 1024px){.site_header .main_nav .nav_list>li:not(:last-child){margin-right:12px}}@media screen and (max-width: 900px){.site_header .main_nav .nav_list>li:not(:last-child){margin-right:8px}}.site_header .main_nav .nav_list>li>a{display:flex;align-items:center;color:var(--col_primary);padding:20px 0;font-size:16px;font-weight:600;white-space:nowrap}@media screen and (max-width: 1280px){.site_header .main_nav .nav_list>li>a{font-size:14px;padding:16px 0}}@media screen and (max-width: 1220px){.site_header .main_nav .nav_list>li>a{font-size:14px;padding:12px 0}}@media screen and (max-width: 1024px){.site_header .main_nav .nav_list>li>a{font-size:12px;padding:12px 0}}@media screen and (max-width: 900px){.site_header .main_nav .nav_list>li>a{font-size:12px;padding:8px 0}}.site_header .main_nav .nav_list>li>a.has_dropdown::after{content:"";width:10px;height:6px;margin-left:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23001E5A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.site_header .main_nav .nav_list>li.nav_live>a{color:var(--col_warn);font-weight:600}.site_header .main_nav .nav_list>li.nav_live>a .live_icon{width:20px;height:20px;flex-shrink:0;margin-right:8px}.site_header .main_nav .nav_list>li .dropdown_menu{position:absolute;top:calc(100% + 8px);left:-120px;right:0;background-color:#f9f9f9;border:1px solid var(--col_border);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:100;display:flex;align-items:stretch;min-height:200px;overflow:hidden;padding:8px}.site_header .main_nav .nav_list>li .dropdown_menu .dropdown_label{color:var(--col_white);font-size:18px;font-weight:600;white-space:nowrap;width:252px;padding:24px 32px;flex-shrink:0;background:linear-gradient(to top right, #001E5B, #0069E8);display:flex;align-items:center;border-radius:8px}@media screen and (max-width: 1220px){.site_header .main_nav .nav_list>li .dropdown_menu .dropdown_label{width:200px;padding:24px 24px}}.site_header .main_nav .nav_list>li .dropdown_menu .dropdown_links{display:grid;gap:24px;align-content:start;background-color:#f9f9f9;width:100%;padding:24px 32px}.site_header .main_nav .nav_list>li .dropdown_menu .dropdown_links a{color:var(--col_primary);font-size:16px;white-space:nowrap;display:flex;align-items:center;justify-content:space-between}.site_header .main_nav .nav_list>li .dropdown_menu .dropdown_links a:hover{opacity:.7}.site_header .main_nav .nav_list>li .dropdown_menu .dropdown_links a::after{content:"";display:inline-block;width:20px;height:20px;margin-left:8px;background-image:url("../img/icon_links_list.svg");background-size:contain;background-repeat:no-repeat}.site_header .main_nav .nav_list>li .dropdown_menu.dropdown_program .dropdown_links{grid-template-columns:repeat(3, 1fr)}.site_header .main_nav .nav_list>li .dropdown_menu.dropdown_anchor .dropdown_links{grid-template-columns:repeat(4, 1fr)}.site_header .main_nav .nav_list>li:hover .dropdown_menu{opacity:1;visibility:visible}.site_header .main_nav .header_buttons{display:flex;gap:8px;align-items:center;margin-left:32px;flex-shrink:0}@media screen and (max-width: 1400px){.site_header .main_nav .header_buttons{margin-left:24px}}@media screen and (max-width: 1280px){.site_header .main_nav .header_buttons{margin-left:16px}}@media screen and (max-width: 860px){.site_header .main_nav .header_buttons{display:none}}.site_header .main_nav .header_btn{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap;flex:1;text-align:center}@media screen and (min-width: 1600px){.site_header .main_nav .header_btn{font-size:14px;padding:8px 20px}}@media screen and (max-width: 1220px){.site_header .main_nav .header_btn{padding:6px 12px;font-size:10px}}.site_header .main_nav .header_btn--white{background-color:var(--col_white);color:var(--col_primary);border:1px solid var(--col_border)}.site_header .main_nav .header_btn--white:hover{opacity:.7}.site_header .main_nav .header_btn--beginner{gap:4px}.site_header .main_nav .header_btn--beginner .beginner_mark{width:12px;height:17px;object-fit:contain;flex-shrink:0}@media screen and (min-width: 1600px){.site_header .main_nav .header_btn--beginner .beginner_mark{width:14px;height:20px}}@media screen and (max-width: 1220px){.site_header .main_nav .header_btn--beginner .beginner_mark{width:10px;height:14px}}.site_header .main_nav .header_btn--blue{background-color:var(--col_link);color:var(--col_white)}.site_header .main_nav .header_btn--blue:hover{opacity:.8}.site_header .main_nav .header_btn--primary{background-color:var(--col_primary);color:var(--col_white)}.site_header .main_nav .header_btn--primary:hover{opacity:.8}.mobile_nav{display:none;position:fixed;top:72px;left:8px;right:8px;max-height:calc(100vh - 80px);background-color:var(--col_white);border:none;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);z-index:999;overflow-y:auto;scrollbar-width:none}.mobile_nav::-webkit-scrollbar{display:none}.mobile_nav.active{display:block}.mobile_nav .mobile_nav_list{list-style:none}.mobile_nav .mobile_nav_list>li{border-bottom:1px solid var(--col_border)}.mobile_nav .mobile_nav_list>li.has_submenu{position:relative}.mobile_nav .mobile_nav_list>li.has_submenu>a{padding-right:48px}.mobile_nav .mobile_nav_list>li.has_submenu .submenu_toggle{position:absolute;right:0;top:8px;width:48px;height:48px;background:rgba(0,0,0,0);border:none;cursor:pointer}.mobile_nav .mobile_nav_list>li.has_submenu .submenu_toggle::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:22px;height:1px;background-color:var(--col_border)}.mobile_nav .mobile_nav_list>li.has_submenu .submenu_toggle::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(0deg);width:1px;height:22px;background-color:var(--col_border);transition:transform .3s ease}.mobile_nav .mobile_nav_list>li.has_submenu.open .submenu_toggle::after{transform:translate(-50%, -50%) rotate(90deg)}.mobile_nav .mobile_nav_list>li>a{display:block;padding:20px 16px;color:var(--col_primary);font-size:16px}.mobile_nav .mobile_nav_list>li.nav_live>a{display:flex;align-items:center}.mobile_nav .mobile_nav_list>li.nav_live>a .live_icon{width:20px;height:20px;margin-right:8px;flex-shrink:0}.mobile_nav .mobile_submenu{display:none;list-style:none;margin:0 12px 12px;padding:0;gap:4px}.mobile_nav .mobile_submenu.open{display:flex;flex-direction:column}.mobile_nav .mobile_submenu li{background-color:var(--col_back);border-radius:8px}.mobile_nav .mobile_submenu li a{display:flex;align-items:center;justify-content:space-between;padding:12px;color:var(--col_primary);font-size:14px;border-radius:8px}.mobile_nav .mobile_submenu li a:hover{opacity:.7}.mobile_nav .mobile_submenu li a::after{content:"";display:inline-block;width:20px;height:20px;margin-left:8px;background-image:url("../img/icon_links_list.svg");background-size:contain;background-repeat:no-repeat}.mobile_nav .submenu_anchor .mobile_submenu.open{display:flex;flex-wrap:wrap;flex-direction:row}.mobile_nav .submenu_anchor .mobile_submenu li{width:calc(50% - 2px)}.mobile_nav .mobile_nav_footer{padding:24px 16px;text-align:center}.mobile_nav .mobile_nav_footer .mobile_nav_footer_label{color:var(--col_primary);font-size:16px;font-weight:500;margin-bottom:24px}.mobile_nav .mobile_nav_footer .mobile_nav_footer_sns{display:flex;justify-content:center;gap:24px}.mobile_nav .mobile_nav_footer .mobile_nav_footer_sns a{display:flex;align-items:center;justify-content:center}.mobile_nav .mobile_nav_footer .mobile_nav_footer_sns a img{width:42px;height:42px;object-fit:contain}.mobile_nav .mobile_nav_footer .mobile_nav_footer_sns a[aria-label="X (Twitter)"]{background-color:#000;border-radius:50%;width:42px;height:42px}.mobile_nav .mobile_nav_footer .mobile_nav_footer_sns a[aria-label="X (Twitter)"] img{width:24px;height:24px}.site_footer{background-color:var(--col_primary);color:var(--col_white);padding:0 4%}@media screen and (max-width: 767px){.site_footer{padding:0}}.site_footer .footer_pc{display:flex}@media screen and (max-width: 767px){.site_footer .footer_pc{display:none}}.site_footer .footer_sp{display:none}@media screen and (max-width: 767px){.site_footer .footer_sp{display:block}}.site_footer .footer_main{max-width:1200px;margin:0 auto;padding:96px 0 0;gap:176px}@media screen and (max-width: 1024px){.site_footer .footer_main{flex-wrap:wrap;gap:32px}}@media screen and (max-width: 767px){.site_footer .footer_main{padding:32px 24px 40px;gap:24px}}.site_footer .footer_main .footer_brand{flex-shrink:0;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 767px){.site_footer .footer_main .footer_brand{align-items:flex-start}}.site_footer .footer_main .footer_brand .footer_logo{margin-bottom:48px;width:176px}@media screen and (max-width: 767px){.site_footer .footer_main .footer_brand .footer_logo{width:140px;margin-bottom:24px}}.site_footer .footer_main .footer_brand .footer_logo img{width:100%}.site_footer .footer_main .footer_brand .footer_label{font-size:16px;margin-bottom:24px;opacity:.8}.site_footer .footer_main .footer_brand .footer_sns{display:flex;gap:24px}.site_footer .footer_main .footer_brand .footer_sns a{display:flex;align-items:center;justify-content:center;transition:opacity .3s}.site_footer .footer_main .footer_brand .footer_sns a:hover{opacity:.8}.site_footer .footer_main .footer_brand .footer_sns a img{width:42px;height:42px;object-fit:contain}.site_footer .footer_main .footer_right{flex:1;display:flex;flex-direction:column;gap:24px}.site_footer .footer_main .footer_right .footer_nav{display:flex;gap:64px}@media screen and (max-width: 1024px){.site_footer .footer_main .footer_right .footer_nav{gap:32px}}@media screen and (max-width: 767px){.site_footer .footer_main .footer_right .footer_nav{flex-direction:column;gap:24px}}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column{flex:1}@media screen and (max-width: 767px){.site_footer .footer_main .footer_right .footer_nav .footer_nav_column{width:100%}}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column h4{font-size:16px;font-weight:500;margin-bottom:36px}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column h4 a{color:var(--col_white);text-decoration:none}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column h4 a:hover{opacity:.7}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column ul{list-style:none;padding:0;margin:0}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column ul li{font-size:16px;margin-bottom:16px}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column ul li a{display:block;color:hsla(0,0%,100%,.8);text-decoration:none}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column ul li a::before{content:"-"}.site_footer .footer_main .footer_right .footer_nav .footer_nav_column ul li a:hover{color:var(--col_white)}.site_footer .footer_main .footer_right .footer_links{padding:72px 0 84px;border-top:1px solid #607398}@media screen and (max-width: 767px){.site_footer .footer_main .footer_right .footer_links{padding:32px 0}}.site_footer .footer_main .footer_right .footer_links:first-of-type{margin-top:8px}.site_footer .footer_main .footer_right .footer_links .footer_links_inner{display:flex;flex-wrap:wrap;font-size:14px}.site_footer .footer_main .footer_right .footer_links .footer_links_inner+.footer_links_inner{margin-top:16px}@media screen and (max-width: 767px){.site_footer .footer_main .footer_right .footer_links .footer_links_inner{justify-content:flex-start}}.site_footer .footer_main .footer_right .footer_links .footer_links_inner a{color:#6a7b9e;text-decoration:underline}.site_footer .footer_main .footer_right .footer_links .footer_links_inner a:not(:last-child){margin-right:32px}.site_footer .footer_main .footer_right .footer_links .footer_links_inner a:hover{color:var(--col_white)}.site_footer .footer_main .footer_right .footer_links .footer_links_inner span{color:#6a7b9e;width:160px;margin-right:42px}@media screen and (max-width: 767px){.site_footer .footer_main .footer_right .footer_links .footer_links_inner span{width:100%;margin-right:0;margin-bottom:8px}}.site_footer .footer_main .footer_right .footer_links .footer_links_notice span{width:auto;margin-right:0}.site_footer .footer_copyright{padding:16px 32px;text-align:center;font-size:10px;color:hsla(0,0%,100%,.6);border-top:1px solid hsla(0,0%,100%,.1)}@media screen and (max-width: 767px){.site_footer .footer_copyright{padding:16px}}.site_footer .footer_sp_logo{width:140px;margin-bottom:32px}.site_footer .footer_sp_logo img{width:100%}.site_footer .footer_sp_nav{display:flex;gap:32px;padding:32px 0 32px 64px;border-top:1px solid var(--col_back);border-bottom:1px solid var(--col_back)}@media screen and (max-width: 1024px){.site_footer .footer_sp_nav{gap:64px}}@media screen and (max-width: 420px){.site_footer .footer_sp_nav{padding:32px 0 32px 32px}}@media screen and (max-width: 390px){.site_footer .footer_sp_nav{padding:24px 0;gap:24px;font-size:12px}}.site_footer .footer_sp_nav .footer_sp_nav_column{display:flex;flex-direction:column;gap:20px}.site_footer .footer_sp_nav .footer_sp_nav_column>a{color:var(--col_white);font-size:14px}.site_footer .footer_sp_nav .footer_sp_nav_column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.site_footer .footer_sp_nav .footer_sp_nav_column ul li{padding-left:8px}.site_footer .footer_sp_nav .footer_sp_nav_column ul li a{color:var(--col_white);font-size:14px}.site_footer .footer_sp_nav .footer_sp_nav_column ul li a::before{content:"-";margin-right:4px}.site_footer .footer_sp_links{padding:32px 0;border-bottom:1px solid var(--col_back);display:flex;flex-direction:column;gap:24px}.site_footer .footer_sp_links .footer_sp_links_group{text-align:center;display:flex;flex-direction:column;gap:8px;padding-bottom:24px}.site_footer .footer_sp_links .footer_sp_links_group:not(:last-child){border-bottom:1px solid var(--col_back)}.site_footer .footer_sp_links .footer_sp_links_group:last-child{padding-bottom:0}.site_footer .footer_sp_links .footer_sp_links_group .footer_sp_links_label{color:hsla(0,0%,100%,.6);font-size:14px;margin-bottom:4px}.site_footer .footer_sp_links .footer_sp_links_group a{color:hsla(0,0%,100%,.6);font-size:14px;text-decoration:underline}.site_footer .footer_sp_sns{padding-top:32px;text-align:center}.site_footer .footer_sp_sns .footer_sp_sns_label{color:var(--col_white);font-size:14px;font-weight:500;margin-bottom:24px}.site_footer .footer_sp_sns .footer_sp_sns_icons{display:flex;justify-content:center;gap:24px}.site_footer .footer_sp_sns .footer_sp_sns_icons a{display:flex;align-items:center;justify-content:center}.site_footer .footer_sp_sns .footer_sp_sns_icons a img{width:42px;height:42px;object-fit:contain}.site_header a[aria-label="X (Twitter)"],.site_footer a[aria-label="X (Twitter)"]{background-color:var(--col_black);border-radius:50%;width:42px;height:42px}.site_header a[aria-label="X (Twitter)"] img,.site_footer a[aria-label="X (Twitter)"] img{width:22px !important;height:22px !important}.top_container{max-width:1400px;margin:0 auto;padding:0 4%}.top_container--narrow{max-width:1200px}.hero_section{padding:136px 0 24px;background:url("../img/nikkei_bg.svg") no-repeat center top/cover}@media screen and (max-width: 767px){.hero_section{padding-top:80px}}.hero_section .top_container{max-width:1600px}.hero_section .hero_inner{display:flex;gap:24px}@media screen and (max-width: 1024px){.hero_section .hero_inner{flex-direction:column}}.hero_section .hero_left{flex:1;min-width:0}.hero_section .hero_thumb_wrap{position:relative}.hero_section .hero_nav_prev,.hero_section .hero_nav_next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--col_link);border-radius:50%;background-color:var(--col_white);color:var(--col_link);cursor:pointer;transition:all .3s;font-size:14px}.hero_section .hero_nav_prev:hover,.hero_section .hero_nav_next:hover{background-color:var(--col_link);color:var(--col_white)}.hero_section .hero_nav_prev.swiper-button-disabled,.hero_section .hero_nav_next.swiper-button-disabled{opacity:.3;pointer-events:none}@media screen and (max-width: 767px){.hero_section .hero_nav_prev,.hero_section .hero_nav_next{width:28px;height:28px;font-size:12px}}.hero_section .hero_nav_prev{left:-18px}.hero_section .hero_nav_prev::after{content:"◀"}@media screen and (max-width: 767px){.hero_section .hero_nav_prev{left:-14px}}.hero_section .hero_nav_next{right:-18px}.hero_section .hero_nav_next::after{content:"▶"}@media screen and (max-width: 767px){.hero_section .hero_nav_next{right:-14px}}.hero_section .hero_pagination{display:flex;justify-content:center;gap:10px;margin-top:12px}.hero_section .hero_pagination .swiper-pagination-bullet{width:6px;height:6px;border-radius:50%;background-color:var(--col_white);cursor:pointer;transition:background-color .3s;opacity:1}@media screen and (max-width: 767px){.hero_section .hero_pagination .swiper-pagination-bullet{width:8px;height:8px}}.hero_section .hero_pagination .swiper-pagination-bullet-active{background-color:var(--col_link)}.hero_section .hero_main{position:relative;overflow:hidden;border-radius:12px}.hero_section .hero_main.swiper .swiper-slide{height:auto}.hero_section .hero_main .now_on_air{position:absolute;top:16px;left:16px;background-color:var(--col_live_light);color:var(--col_live);border:1px solid var(--col_live);padding:4px 12px;font-size:12px;font-weight:600;z-index:10;border-radius:4px}.hero_section .hero_main .hero_image{position:relative;aspect-ratio:16/9;background-color:var(--col_primary);overflow:hidden;display:block}.hero_section .hero_main .hero_image img{width:100%;height:100%;object-fit:cover}.hero_section .hero_main .hero_image.is_video::before{content:"";position:absolute;bottom:8px;right:8px;width:40px;height:40px;background-image:url("../img/video_frame.svg?v=2");background-size:contain;background-repeat:no-repeat;z-index:5;pointer-events:none}.hero_section .hero_main .hero_info{background-color:var(--col_primary);padding:16px;color:var(--col_white)}.hero_section .hero_main .hero_info .hero_meta{font-size:12px;margin-bottom:4px;opacity:.8}.hero_section .hero_main .hero_info .hero_title{font-size:18px;font-weight:600;line-height:1.4;margin-bottom:8px}.hero_section .hero_main .hero_info .hero_date{display:inline-block;background-color:var(--col_accent);padding:4px 12px;font-size:14px;font-weight:600}.hero_section .hero_thumbnails{margin-top:16px;overflow:hidden;width:100%;min-width:0}.hero_section .hero_thumbnails.swiper .swiper-slide{width:calc((100% - 64px)/5);height:auto;cursor:pointer;transition:opacity .3s}@media screen and (max-width: 767px){.hero_section .hero_thumbnails.swiper .swiper-slide{width:calc((100% - 24px)/4)}}.hero_section .hero_thumbnails.swiper .swiper-slide{opacity:.5;transition:opacity .3s}.hero_section .hero_thumbnails.swiper .swiper-slide:hover{opacity:.8}.hero_section .hero_thumbnails.swiper .swiper-slide.swiper-slide-thumb-active{opacity:1}.hero_section .hero_thumbnails.swiper .swiper-slide.swiper-slide-thumb-active .thumbnail_image{outline:2px solid var(--col_link);outline-offset:-2px}.hero_section .hero_thumbnails .thumbnail_item{display:block}.hero_section .hero_thumbnails .thumbnail_item .thumbnail_image{position:relative;margin-bottom:4px;border-radius:8px;overflow:hidden}.hero_section .hero_thumbnails .thumbnail_item .thumbnail_image img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.hero_section .hero_thumbnails .thumbnail_item .thumbnail_image.is_video::before{content:"";position:absolute;bottom:4px;right:4px;width:36px;height:36px;background-image:url("../img/video_frame.svg?v=2");background-size:contain;background-repeat:no-repeat;z-index:5;pointer-events:none}@media screen and (max-width: 767px){.hero_section .hero_thumbnails .thumbnail_item .thumbnail_image.is_video::before{width:24px;height:24px}}.hero_section .hero_thumbnails .thumbnail_item .thumbnail_info .thumbnail_time{font-size:12px;color:var(--col_gray)}.hero_section .hero_thumbnails .thumbnail_item .thumbnail_info .thumbnail_title{font-size:12px;font-weight:600;line-height:1.3}.hero_section .hero_right{width:400px;flex-shrink:0}@media screen and (max-width: 1024px){.hero_section .hero_right{width:100%}}.hero_section .online_panel{background-color:var(--col_white);display:flex;flex-direction:column;border-radius:8px;padding:12px}.hero_section .online_panel .online_header{background-color:var(--col_live_light);color:var(--col_live);border:1px solid var(--col_live);border-radius:4px;padding:4px 12px;text-align:center}.hero_section .online_panel .online_header .online_label{display:block;font-size:16px;font-weight:600}.hero_section .online_panel .online_prg_name{display:block;color:var(--col_primary);font-size:16px;font-weight:600;margin:8px 0}.hero_section .online_panel .online_prg_name a{color:var(--col_primary);text-decoration:underline;text-underline-offset:4px;transition:opacity .3s}.hero_section .online_panel .online_prg_name a:hover{opacity:.7}.hero_section .online_panel .online_content{flex:1}.hero_section .online_panel .online_now{padding:0}.hero_section .online_panel .online_now .online_corners{max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.hero_section .online_panel .online_now .online_corners .online_corner_item{padding:8px;background-color:var(--col_back);border-radius:4px}.hero_section .online_panel .online_now .online_corners .online_corner_header{margin:0}.hero_section .online_panel .online_now .online_corners .online_corner_time{font-size:14px;font-weight:600;color:var(--col_primary);margin-right:8px}.hero_section .online_panel .online_now .online_corners .online_corner_name{font-size:14px;font-weight:600;color:var(--col_primary)}.hero_section .online_panel .online_now .online_corners .online_corner_detail{display:flex;align-items:baseline;gap:8px;margin:4px 0 0 0}.hero_section .online_panel .online_now .online_corners .online_corner_label{flex-shrink:0;font-size:12px;font-weight:600;color:var(--col_white);background-color:var(--col_primary);padding:2px 6px;border-radius:4px}.hero_section .online_panel .online_now .online_corners .online_corner_content{font-size:14px;font-weight:400;color:var(--col_text);line-height:1.4}.hero_section .online_panel .online_now.online_now--empty p{font-size:12px;color:var(--col_gray);margin:0}.hero_section .online_panel .online_schedule{margin-top:8px;max-height:320px;overflow-y:auto}.hero_section .online_panel .online_schedule .online_schedule_item{display:flex;gap:8px;padding:8px;background-color:#fff;margin-bottom:4px}.hero_section .online_panel .online_schedule .online_schedule_item:last-child{margin-bottom:0}.hero_section .online_panel .online_schedule .online_schedule_item.is_current{background-color:var(--col_primary)}.hero_section .online_panel .online_schedule .online_schedule_item.is_current .online_schedule_time,.hero_section .online_panel .online_schedule .online_schedule_item.is_current .online_schedule_title{color:#fff;font-weight:600}.hero_section .online_panel .online_schedule .online_schedule_item .online_schedule_time{font-size:12px;color:var(--col_gray);flex-shrink:0}.hero_section .online_panel .online_schedule .online_schedule_item .online_schedule_title{font-size:12px;color:var(--col_text)}.hero_section .online_panel .online_list{flex:1;display:flex;flex-direction:column}@media screen and (max-width: 1024px){.hero_section .online_panel .online_list{flex-direction:row;gap:16px}}.hero_section .online_panel .online_item{display:block;padding:12px;border-bottom:1px solid var(--col_border);transition:background-color .3s ease}@media screen and (max-width: 1024px){.hero_section .online_panel .online_item{flex:1;border-bottom:none;border-right:1px solid var(--col_border)}.hero_section .online_panel .online_item:last-child{border-right:none}}.hero_section .online_panel .online_item:hover{background-color:var(--col_back)}.hero_section .online_panel .online_item:last-child{border-bottom:none}.hero_section .online_panel .online_item .online_thumb{margin-bottom:8px}.hero_section .online_panel .online_item .online_thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.hero_section .online_panel .online_item .online_info .online_guest{font-size:12px;color:var(--col_gray);margin-bottom:4px}.hero_section .online_panel .online_item .online_info .online_title{font-size:12px;font-weight:600;line-height:1.4;margin-bottom:4px}.hero_section .online_panel .online_item .online_info .online_date{font-size:12px;color:var(--col_gray)}.cnbc_online_panel{margin-top:16px}@media screen and (max-width: 767px){.cnbc_online_panel{margin-top:24px}}.cnbc_online_panel .cnbc_online_header{display:flex;align-items:center;gap:8px;margin-bottom:8px;padding-left:12px;border-left:3px solid var(--col_white)}.cnbc_online_panel .cnbc_online_header .cnbc_online_label{color:var(--col_white);font-size:14px;font-weight:600}.cnbc_online_panel .cnbc_online_content{background-color:var(--col_white);padding:12px;border-radius:8px}.cnbc_online_panel .cnbc_online_player{margin-bottom:8px;position:relative}.cnbc_online_panel .cnbc_online_player video{width:100%;aspect-ratio:16/9;object-fit:contain;border-radius:8px;background-color:#000;display:block}.cnbc_online_panel .cnbc_online_info .cnbc_online_title{font-size:12px;color:var(--col_text);line-height:1.4;margin-bottom:4px}.cnbc_online_panel .cnbc_online_info .cnbc_online_theme{font-size:14px;font-weight:600;color:var(--col_primary);line-height:1.4;margin-bottom:4px}.cnbc_online_panel .cnbc_online_info .cnbc_online_guest{font-size:12px;color:var(--col_primary);line-height:1.4;margin-top:12px;margin-bottom:0}.cnbc_online_panel .cnbc_online_empty{padding:16px;font-size:12px;color:var(--col_gray);text-align:center}.emergency_notice{display:flex;margin-top:32px;margin-bottom:32px}@media screen and (max-width: 767px){.emergency_notice{flex-direction:column}}.emergency_notice .notice_label{display:flex;align-items:center;gap:8px;background-color:var(--col_warn);color:var(--col_white);padding:12px 16px;font-size:16px;font-weight:600;white-space:nowrap;border-radius:8px 0 0 8px}@media screen and (max-width: 767px){.emergency_notice .notice_label{border-radius:8px 8px 0 0;justify-content:center}}.emergency_notice .notice_label::before{content:"!";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:var(--col_white);color:var(--col_warn);border-radius:50%;font-size:12px;font-weight:600}.emergency_notice .notice_text{flex:1;font-size:16px;font-weight:400;color:var(--col_warn);background-color:var(--col_live_light);border:1px solid var(--col_warn);border-radius:0 8px 8px 0;padding:12px 16px;margin:0}@media screen and (max-width: 767px){.emergency_notice .notice_text{border-radius:0 0 8px 8px}}.emergency_notice{text-decoration:none;transition:opacity .3s}.emergency_notice:hover{opacity:.8}.emergency_notice--important .notice_label{background-color:#e67e22}.emergency_notice--important .notice_label::before{color:#e67e22}.video_sections{background:linear-gradient(to right, #001E5B, #0069E8);padding:48px 0;margin-bottom:48px}.video_sections .top_container{max-width:1600px}.video_sections .section{margin-bottom:48px;padding-bottom:48px;position:relative}.video_sections .section::after{content:"";display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:92%;max-width:1472px;height:1px;background-color:hsla(0,0%,100%,.5)}.video_sections .section:last-child{margin-bottom:0;padding-bottom:0}.video_sections .section:last-child::after{display:none}.video_sections .section .section_header .section_title,.video_sections .section .section_header .section_more_link{color:var(--col_white)}.video_sections .section .section_header .section_more_link{border-left-color:hsla(0,0%,100%,.4)}.video_sections .video_card .video_date,.video_sections .video_card .video_title{color:var(--col_white)}.section{margin-bottom:48px}.section .section_header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.section .section_header .section_title{font-size:20px;font-weight:600;color:var(--col_text);display:flex;align-items:center;margin-bottom:0}.section .section_header .section_more{font-size:12px;color:var(--col_gray)}.section .section_header .section_more:hover{color:var(--col_primary)}.news_section{padding-top:48px}.news_section .top_container{max-width:1200px}.news_section .section_header{margin-bottom:16px;padding-bottom:8px}.news_section .section_header .section_title{margin-bottom:0}.news_section .news_tabs{display:flex;gap:16px;margin-bottom:16px;margin-top:16px}@media screen and (max-width: 767px){.news_section .news_tabs{flex-wrap:wrap;gap:8px}}.news_section .news_tabs .news_tab{flex:1;padding:12px 16px;font-size:16px;border:none;background-color:var(--col_gray_dark);color:var(--col_white);cursor:pointer;text-align:center;transition:all .3s ease}@media screen and (max-width: 767px){.news_section .news_tabs .news_tab{flex:0 0 calc(50% - 4px)}}.news_section .news_tabs .news_tab:hover,.news_section .news_tabs .news_tab.active{background-color:var(--col_primary);color:var(--col_white)}.news_section .news_list{border:1px solid var(--col_border);border-radius:8px;overflow:hidden}@media screen and (max-width: 767px){.news_section .news_list{border:none}}.news_section .news_list .news_item{display:flex;align-items:center;gap:16px;padding:16px 24px;background-color:var(--col_white);text-decoration:none;transition:background-color .3s ease}@media screen and (max-width: 767px){.news_section .news_list .news_item{flex-wrap:wrap;gap:4px 8px;padding:12px 16px}}.news_section .news_list .news_item:hover{background-color:var(--col_back)}.news_section .news_list .news_item--no-link{cursor:default}.news_section .news_list .news_item--no-link:hover{background-color:rgba(0,0,0,0)}.news_section .news_list .news_item .news_category{font-size:14px;background-color:var(--col_primary);color:var(--col_white);padding:2px 0;width:88px;text-align:center;flex-shrink:0}@media screen and (max-width: 767px){.news_section .news_list .news_item .news_category{font-size:12px;width:72px}}.news_section .news_list .news_item .news_date{font-size:14px;color:#494949;flex-shrink:0}.news_section .news_list .news_item .news_title{font-size:16px;flex:1}@media screen and (max-width: 767px){.news_section .news_list .news_item .news_title{flex:0 0 100%;font-size:14px}}.news_section .news_list .news_empty{padding:24px;text-align:center;font-size:14px;color:var(--col_text_light)}.video_card{display:block;transition:transform .3s ease}.video_card:hover{transform:translateY(-4px)}.video_card img{transition:filter .3s ease}.video_card:hover img{filter:brightness(1.08)}.video_card .video_performer{display:none}.video_card.has_video_frame .video_thumbnail::before{content:"";position:absolute;bottom:4px;right:4px;width:36px;height:36px;background-image:url("../img/video_frame.svg?v=2");background-size:contain;background-repeat:no-repeat;z-index:5;pointer-events:none}@media screen and (max-width: 767px){.video_card.has_video_frame .video_thumbnail::before{width:24px;height:24px}}.video_card.has_video_frame .video_duration,.video_card.has_video_frame .play_icon{display:none}.video_card .video_thumbnail{position:relative;margin-bottom:8px;border-radius:8px;overflow:hidden}.video_card .video_thumbnail img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.video_card .video_thumbnail .video_duration{position:absolute;bottom:8px;right:8px;background-color:rgba(0,0,0,.8);color:var(--col_white);padding:2px 6px;font-size:12px}.video_card .video_thumbnail .play_icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:40px;height:40px;background-color:var(--col_link);border-radius:50%}.video_card .video_thumbnail .play_icon::after{content:"";position:absolute;top:50%;left:55%;transform:translate(-50%, -50%);border-style:solid;border-width:6px 0 6px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.video_card .video_date{font-size:14px;color:var(--col_primary);margin:12px 0 8px}.video_card .video_title{font-size:16px;font-weight:600;color:var(--col_primary);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video_card .video_theme{font-size:12px;color:#fff;line-height:1.4;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video_card .video_guest,.video_card .video_performer{font-size:12px;color:#fff;line-height:1.4;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vod_section_dynamic,.section:has(.video_slider){overflow:hidden}.video_slider{overflow:visible;max-width:1600px;margin:0 auto;padding:0 4%}.video_slider .swiper-wrapper{display:flex;gap:24px}.video_slider .swiper-slide{height:auto;flex:0 0 calc(25% - 18px);min-width:0}@media screen and (max-width: 767px){.video_slider{overflow:hidden;max-width:none;padding:0}.video_slider .swiper-wrapper{display:flex;gap:0;flex-wrap:nowrap}.video_slider .swiper-slide{flex:none;flex-shrink:0;width:auto}}.app_section{padding:48px 0 24px}.app_section .top_container{max-width:1200px}.app_section .app_panel--pc{display:block;background-color:#f1f9ff;border:1px solid #c1cede;border-radius:24px;padding:32px 48px;text-align:center;box-shadow:0 8px 48px rgba(0,80,180,.12)}@media screen and (max-width: 767px){.app_section .app_panel--pc{display:none}}.app_section .app_header{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:32px}.app_section .app_logo_box{background-color:var(--col_white);border-radius:12px;padding:12px;width:96px;height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.app_section .app_logo_box img{width:72px;height:auto}.app_section .app_stores{display:flex;justify-content:center;border-top:1px solid #c1cede;padding-top:24px}.app_section .app_store_block{flex:1;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px}.app_section .app_store_block+.app_store_block{border-left:1px solid #c1cede}.app_section .app_store_block a{display:block;transition:opacity .3s}.app_section .app_store_block a:hover{opacity:.8}.app_section .app_store_block a img{height:72px;width:auto;display:block}.app_section .app_store_block .app_qr_wrap img{width:120px;height:120px;display:block}.app_section .app_panel--sp{display:none;background-color:var(--col_white);border:1px solid var(--col_border);border-radius:8px;padding:24px 16px;box-shadow:0 4px 32px rgba(0,30,90,.12)}@media screen and (max-width: 767px){.app_section .app_panel--sp{display:block}}.app_section .app_layout{display:flex;flex-direction:column;gap:24px}.app_section .app_left{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.app_section .app_header .app_title{font-size:18px}.app_section .app_header .app_subtitle{font-size:16px;font-weight:600}.app_section .app_left .app_title{font-size:24px}.app_section .app_left .app_subtitle{font-size:14px;font-weight:400;text-align:left}.app_section .app_title{font-weight:500;margin:0;color:var(--col_primary)}.app_section .app_subtitle{color:var(--col_text);margin:0;line-height:1.6}.app_section .app_header_image{display:block;width:100%;max-width:360px;height:auto;margin-top:4px}.app_section .app_right{width:100%;display:flex;flex-direction:column;gap:16px}.app_section .app_right .app_qr,.app_section .app_right .app_button{background-color:#f5f5f5;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.app_section .app_right .app_block_title{font-size:14px;font-weight:600;text-align:center;color:var(--col_white);padding:8px 16px;margin:0;background-color:var(--col_warn);border-radius:8px 8px 0 0}.app_section .app_right .app_qr .qr_images{display:flex;justify-content:center;gap:16px;padding:16px}.app_section .app_right .app_qr .qr_item{text-align:center;background-color:var(--col_white);border-radius:8px;padding:12px}.app_section .app_right .app_qr .qr_item img{width:104px;height:104px;display:block}.app_section .app_right .app_qr .qr_label{font-size:14px;font-weight:600;color:var(--col_primary);margin-top:8px}.app_section .app_right .app_store_buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:16px}.app_section .app_right .app_store_buttons a{display:block;transition:opacity .3s}.app_section .app_right .app_store_buttons a:hover{opacity:.8}.app_section .app_right .app_store_buttons img{height:44px;width:auto;display:block}.sns_section{text-align:center;padding:32px 0 64px}.sns_section .top_container{max-width:1200px}.sns_section .sns_title{font-size:18px;font-weight:600;color:var(--col_primary);margin-bottom:24px}.sns_section .sns_links{display:flex;gap:16px}.sns_section .sns_links a{flex:1;aspect-ratio:4/1;display:flex;align-items:center;justify-content:center;background-color:var(--col_white);border:1px solid var(--col_border);border-radius:8px;text-decoration:none;transition:transform .3s,box-shadow .3s}.sns_section .sns_links a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.sns_section .sns_links a .sns_icon_wrap{display:flex;align-items:center;justify-content:center}.sns_section .sns_links a .sns_icon_wrap svg,.sns_section .sns_links a .sns_icon_wrap img{height:48px;min-height:48px;width:auto}.sns_section .sns_links a.sns_x .sns_icon_wrap{min-width:48px;min-height:48px;width:48px;height:48px;background-color:#000;border-radius:50%}.sns_section .sns_links a.sns_x .sns_icon_wrap img{width:24px;height:24px;min-height:24px}@media screen and (max-width: 767px){.sns_section .sns_links{flex-direction:column}.sns_section .sns_links a{padding:16px}}.ad_section{background-color:var(--col_white);padding:48px 0}.ad_banners{display:flex;gap:16px;justify-content:center}@media screen and (max-width: 767px){.ad_banners{flex-direction:column;align-items:center}}.ad_banners .ad_banner{max-width:300px}.ad_banners .ad_banner img{width:100%}.page_top_post_archive{padding:32px 0 64px}@media screen and (max-width: 767px){.page_top_post_archive{padding:24px 0 48px}}.page_top_post_archive .top_container{max-width:1200px}.page_top_post_archive .section_header{margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid var(--col_primary)}@media screen and (max-width: 767px){.page_top_post_archive .section_header{margin-bottom:16px}}.page_top_post_archive .top_post_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media screen and (max-width: 1024px){.page_top_post_archive .top_post_grid{grid-template-columns:repeat(3, 1fr);gap:16px}}@media screen and (max-width: 767px){.page_top_post_archive .top_post_grid{grid-template-columns:repeat(2, 1fr);gap:12px}}.page_top_post_archive .video_card .video_title{white-space:normal;overflow:visible;text-overflow:clip}@media screen and (max-width: 767px){.page_top_post_archive .video_card .video_date{font-size:12px;margin:8px 0 4px}}@media screen and (max-width: 767px){.page_top_post_archive .video_card .video_title{font-size:14px}}.page_top_post_archive .no_posts{grid-column:1/-1;text-align:center;padding:48px 0;font-size:14px;color:var(--col_text_light)}.page_top_post_archive .pagination{margin-top:32px;display:flex;justify-content:center;gap:4px}.page_top_post_archive .pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 8px;font-size:14px;color:var(--col_primary);border:1px solid var(--col_border);text-decoration:none;transition:background-color .3s ease}.page_top_post_archive .pagination .page-numbers:hover{background-color:var(--col_back)}.page_top_post_archive .pagination .page-numbers.current{background-color:var(--col_primary);color:var(--col_white);border-color:var(--col_primary)}@media screen and (max-width: 767px){.page_top_post_archive .pagination .page-numbers{min-width:36px;height:36px;font-size:12px}}.ad_banner_section{background-color:#000f2e;padding:24px 0}@media screen and (max-width: 767px){.ad_banner_section{padding:16px 0}}.btn_more{display:inline-flex;align-items:center;justify-content:center;width:40px;height:20px;border-radius:9999px;background-color:var(--col_link);color:var(--col_white);flex-shrink:0}.btn_more:hover{opacity:.8}.btn_more svg{width:10px;height:10px;transform:rotate(-90deg)}.ad_banner_inner{max-width:1200px;margin:0 auto;padding:0 32px;display:flex;justify-content:center;gap:24px}@media screen and (max-width: 767px){.ad_banner_inner{padding:0 16px;flex-direction:column;align-items:center;gap:16px}}.ad_banner_item{flex:0 1 calc(50% - 12px);max-width:calc(50% - 12px);display:block;transition:transform .3s ease}.ad_banner_item:hover{transform:translateY(-2px)}@media screen and (max-width: 767px){.ad_banner_item{flex:0 1 100%;max-width:100%}}.ad_banner_item img{width:100%;aspect-ratio:39/5;object-fit:cover;display:block}.container{max-width:1400px;margin:0 auto;padding:0 4%}.container--narrow{max-width:1200px}.container--wide{max-width:1600px}.btn_link{display:inline-block;background-color:var(--col_link);color:var(--col_white);padding:14px 32px;font-weight:600;font-size:16px;text-align:center;text-decoration:none;transition:opacity .3s}.btn_link:hover{opacity:.8}.page_header{width:min(1200px,92%);margin:0 auto;padding:24px 0}@media screen and (max-width: 767px){.page_header{padding:32px 0 24px}}.page_header--narrow{width:min(900px,92%)}.page_header--medium{width:min(1080px,92%)}.page_header--small{width:min(800px,92%)}.page_header--about{width:min(1000px,92%)}.page_breadcrumb{width:100%;padding:16px 4%;font-size:14px;color:var(--col_text_light);display:flex;align-items:center;gap:8px;flex-wrap:wrap;background-color:var(--col_back)}@media screen and (max-width: 767px){.page_breadcrumb{display:none}}.page_breadcrumb a{color:var(--col_text);text-decoration:none}.page_breadcrumb a:hover{text-decoration:underline}.page_breadcrumb span:last-child{color:var(--col_text_light)}body.single-anchores .page_breadcrumb,body.single-program .page_breadcrumb{background-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.7)}body.single-anchores .page_breadcrumb a,body.single-program .page_breadcrumb a{color:var(--col_white)}body.single-anchores .page_breadcrumb span:last-child,body.single-program .page_breadcrumb span:last-child{color:hsla(0,0%,100%,.7)}body.single-anchores,body.single-program{background-color:var(--col_back);background-image:linear-gradient(to right, #001E5B, #0069E8);background-size:100% var(--grad-height, 560px);background-repeat:no-repeat}body.single-anchores:has(.page_anchor_contents){background-image:none}.page_title{font-size:28px;font-weight:600;color:var(--col_primary);margin:0}@media screen and (max-width: 767px){.page_title{font-size:22px}}.section_title{font-size:20px;font-weight:600;color:var(--col_text);margin-bottom:24px;display:flex;align-items:center}.section_title::before{content:"";display:inline-block;width:24px;height:24px;margin-right:8px;background-image:url("../img/icon_heading.svg");background-size:contain;background-repeat:no-repeat;flex-shrink:0}.section_title a{color:inherit;display:flex;align-items:center}.section_title a:hover{opacity:.7}.section_more_link{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid var(--col_border);color:var(--col_text);font-size:16px;font-weight:600;white-space:nowrap;text-decoration:none}.section_more_link:hover{opacity:.7}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:48px 0 128px}@media screen and (max-width: 767px){.pagination{padding:32px 0 64px}}.pagination .page-numbers{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--col_link);background-color:var(--col_white);color:var(--col_link);font-size:14px;text-decoration:none;transition:all .3s}.pagination .page-numbers:hover{background-color:var(--col_link);color:var(--col_white)}.pagination .page-numbers.current{background-color:var(--col_link);color:var(--col_white);pointer-events:none}.pagination .page-numbers.dots{border:none;background:none;color:var(--col_link);pointer-events:none}.pagination .pager_arrow{display:block;width:10px;height:10px;border-top:2px solid var(--col_link);border-right:2px solid var(--col_link);transition:border-color .3s}.pagination .pager_arrow--prev{transform:rotate(-135deg);margin-left:2px}.pagination .pager_arrow--next{transform:rotate(45deg);margin-right:2px}.pagination .prev:hover .pager_arrow,.pagination .next:hover .pager_arrow{border-color:var(--col_white)}.tab_nav{display:flex;gap:4px;padding:0 32px;background-color:var(--col_white);border-bottom:1px solid var(--col_border);overflow-x:auto}@media screen and (max-width: 767px){.tab_nav{padding:0 16px}}.tab_nav .tab_item{padding:16px 24px;font-size:16px;font-weight:600;color:var(--col_text_light);background:none;border:none;border-bottom:3px solid rgba(0,0,0,0);cursor:pointer;white-space:nowrap;transition:all .3s}.tab_nav .tab_item:hover{color:var(--col_primary)}.tab_nav .tab_item.active{color:var(--col_primary);border-bottom-color:var(--col_primary)}.btn_primary{display:inline-block;padding:12px 32px;background-color:var(--col_primary);color:var(--col_white);font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:opacity .3s}.btn_primary:hover{opacity:.8}.btn_primary.btn_large{padding:16px 48px;font-size:16px}.page_single{width:min(900px,92%);margin:0 auto;padding:32px 0}@media screen and (max-width: 767px){.page_single{padding:32px 0 64px}}.single_article{background-color:var(--col_white);border-radius:8px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.08)}@media screen and (max-width: 767px){.single_article{padding:20px}}.page_single_news .single_article{background-color:rgba(0,0,0,0);border-radius:0;padding:0;box-shadow:none}.page_single_news .single_page_title{font-size:28px;font-weight:600;line-height:1.4;color:var(--col_text);margin-bottom:24px}@media screen and (max-width: 767px){.page_single_news .single_page_title{font-size:22px}}.page_single_news .single_title{margin-bottom:24px}.page_single_news .single_thumbnail img{border-radius:0}.page_single_news .news_detail_meta{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:16px;background-color:var(--col_gray)}.page_single_news .news_detail_meta_row{display:flex;align-items:flex-start;gap:16px}@media screen and (max-width: 767px){.page_single_news .news_detail_meta_row{gap:12px}}.page_single_news .news_detail_label{flex-shrink:0;display:inline-block;width:80px;padding:4px 0;background-color:var(--col_primary);color:var(--col_white);font-size:14px;font-weight:600;text-align:center}.page_single_news .news_detail_value{font-size:16px;color:var(--col_text);font-weight:500;line-height:1.6;padding-top:4px}@media screen and (max-width: 767px){.page_single_news .news_detail_value{color:var(--col_primary)}}.page_single_news .single_content{color:var(--col_primary);font-weight:600}.wp-block-buttons .wp-block-button__link{color:#fff;text-decoration-line:none}.single_header{margin-bottom:24px}.single_meta{display:flex;align-items:center;gap:12px;margin-bottom:12px}.single_category{display:inline-block;padding:4px 12px;background-color:var(--col_primary);color:var(--col_white);font-size:12px;font-weight:500;border-radius:2px}.single_date{font-size:14px;color:var(--col_text_light)}.single_title{font-size:24px;font-weight:600;line-height:1.4;color:var(--col_text)}@media screen and (max-width: 767px){.single_title{font-size:20px}}.single_thumbnail{margin-bottom:24px}.single_thumbnail img{width:100%;height:auto;border-radius:8px}.single_content{font-size:16px;line-height:1.8;color:var(--col_text);margin-bottom:32px}.single_content p{margin-bottom:1.5em}.single_content h2,.single_content h3,.single_content h4{font-weight:600;margin:2em 0 1em}.single_content h2{font-size:20px}.single_content h3{font-size:18px}.single_content h4{font-size:16px}.single_content ul,.single_content ol{margin-bottom:1.5em;padding-left:1.5em}.single_content li{margin-bottom:.5em}.single_content img{max-width:100%;height:auto;border-radius:8px}.single_content img.sideImg{display:block;width:80%;margin:0 auto 24px}@media screen and (max-width: 1024px){.single_content img.sideImg{width:300px;margin-left:24px;margin-bottom:24px;float:right}}.single_content a{color:var(--col_primary);text-decoration:underline}.single_content a:hover{text-decoration:none}.single_share{padding:24px 0;border-top:1px solid var(--col_border);border-bottom:1px solid var(--col_border);margin-bottom:24px}.single_share .share_label{display:block;font-size:14px;font-weight:600;margin-bottom:12px}.single_share .share_buttons{display:flex;gap:12px;list-style:none}.single_share .share_buttons a{display:inline-block;padding:8px 20px;font-size:14px;font-weight:600;text-decoration:none;border-radius:4px;transition:opacity .3s}.single_share .share_buttons a:hover{opacity:.8}.single_share .share_buttons .share_twitter{background-color:#000;color:var(--col_white)}.single_share .share_buttons .share_facebook{background-color:#1877f2;color:var(--col_white)}.single_nav{display:flex;gap:16px;margin-bottom:24px}@media screen and (max-width: 767px){.single_nav{flex-direction:column}}.single_nav a{flex:1;display:block;padding:16px;background-color:var(--col_back);border-radius:4px;text-decoration:none;transition:transform .3s ease}.single_nav a:hover{transform:translateY(-2px)}.single_nav .nav_label{display:block;font-size:12px;color:var(--col_text_light);margin-bottom:4px}.single_nav .nav_title{font-size:16px;color:var(--col_text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.single_nav .nav_prev{text-align:left}.single_nav .nav_next{text-align:right}.single_back{text-align:center;padding-bottom:128px}@media screen and (max-width: 767px){.single_back{padding-bottom:64px}}.btn_arrow_back{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:224px;padding:12px 24px;border:1px solid var(--col_link);border-radius:9999px;color:var(--col_primary);font-size:16px;font-weight:600;text-decoration:none;background-color:var(--col_white);transition:opacity .3s}.btn_arrow_back::before{content:"";display:block;width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:rgba(0,0,0,0) var(--col_link) rgba(0,0,0,0) rgba(0,0,0,0)}.btn_arrow_back:hover{opacity:.7}.section_title_sub{font-size:18px;font-weight:600;color:var(--col_primary);margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--col_primary)}.info_list{display:grid;gap:12px}.info_list dt{font-weight:600;color:var(--col_text);background-color:var(--col_back);padding:8px 12px;border-radius:4px}.info_list dd{padding:8px 12px;color:var(--col_text)}@media screen and (min-width: 768px){.info_list{grid-template-columns:120px 1fr;align-items:start}.info_list dt{text-align:center}}.page_single_anchor{width:min(1200px,92%);padding:32px 0}@media screen and (max-width: 767px){.page_single_anchor{padding:24px 0 64px}}.page_single_anchor .anchor_profile{display:flex;flex-direction:row-reverse;gap:32px;margin-bottom:32px;background-color:var(--col_white);border-radius:8px;padding:32px}@media screen and (max-width: 767px){.page_single_anchor .anchor_profile{flex-direction:column;gap:16px;padding:24px 16px}}.page_single_anchor .anchor_photo_large{flex-shrink:0;width:40%}@media screen and (max-width: 767px){.page_single_anchor .anchor_photo_large{width:100%}}.page_single_anchor .anchor_photo_large img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:8px}.page_single_anchor .anchor_info{flex:1}.page_single_anchor .anchor_info_head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page_single_anchor .anchor_info_text{flex:1}.page_single_anchor .anchor_sns{display:flex;gap:8px;flex-shrink:0}.page_single_anchor .anchor_sns_icon{display:block;width:48px;height:48px;border-radius:50%;background-size:24px 24px;background-position:center;background-repeat:no-repeat;transition:opacity .3s}.page_single_anchor .anchor_sns_icon:hover{opacity:.7}@media screen and (max-width: 767px){.page_single_anchor .anchor_sns_icon{width:40px;height:40px;background-size:20px 20px}}.page_single_anchor .anchor_sns_instagram{background:url("../img/logo_insta.png") no-repeat center/24px 24px,radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)}@media screen and (max-width: 767px){.page_single_anchor .anchor_sns_instagram{background:url("../img/logo_insta.png") no-repeat center/20px 20px,radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)}}.page_single_anchor .anchor_sns_x{background-color:#000;background-image:url("../img/logo_x.svg");background-size:22px 22px}@media screen and (max-width: 767px){.page_single_anchor .anchor_sns_x{background-size:18px 18px}}.page_single_anchor .anchor_position{font-size:16px;font-weight:600;color:var(--col_primary);margin-bottom:4px}@media screen and (max-width: 767px){.page_single_anchor .anchor_position{font-size:14px}}.page_single_anchor .anchor_name_wrap{display:flex;align-items:flex-end;gap:16px;margin-bottom:16px}@media screen and (max-width: 767px){.page_single_anchor .anchor_name_wrap{align-items:baseline;flex-wrap:wrap;gap:0 12px;margin-bottom:12px}}.page_single_anchor .anchor_name_large{font-size:28px;font-weight:600;color:var(--col_primary);margin-bottom:0}@media screen and (max-width: 767px){.page_single_anchor .anchor_name_large{font-size:22px;margin-bottom:0}}.page_single_anchor .anchor_name_en{font-size:16px;color:var(--col_link);margin-bottom:0}@media screen and (max-width: 767px){.page_single_anchor .anchor_name_en{font-size:14px;margin-bottom:12px}}.page_single_anchor .anchor_content{font-size:16px;line-height:2;color:var(--col_text)}.page_single_anchor .anchor_contents_btn{margin-top:36px}.page_single_anchor .anchor_blog{margin-top:16px}.page_single_anchor .btn_blog{display:inline-block;position:relative;border:2px solid var(--col_primary);color:var(--col_primary);font-size:16px;font-weight:600;padding:12px 56px 12px 32px;text-decoration:none;transition:opacity .3s}.page_single_anchor .btn_blog::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 4L4 4L4 16L16 16L16 14' stroke='%23001E5A' stroke-width='1.5'/%3E%3Cpath d='M10 2L18 2L18 10' stroke='%23001E5A' stroke-width='1.5'/%3E%3Cpath d='M18 2L8 12' stroke='%23001E5A' stroke-width='1.5'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.page_single_anchor .btn_blog:hover{opacity:.7}@media screen and (max-width: 767px){.page_single_anchor .btn_blog{font-size:14px;padding:12px 48px 12px 24px}}.page_single_anchor .btn_contents{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:224px;padding:12px 24px;border:1px solid var(--col_link);border-radius:9999px;color:var(--col_primary);font-size:16px;font-weight:500;text-decoration:none;background-color:var(--col_white);transition:opacity .3s}.page_single_anchor .btn_contents::after{content:"";display:block;width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--col_link)}.page_single_anchor .btn_contents:hover{opacity:.7}.page_single_anchor .anchor_programs{margin-bottom:48px}.page_single_anchor .anchor_programs_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media screen and (max-width: 1024px){.page_single_anchor .anchor_programs_grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.page_single_anchor .anchor_programs_grid{grid-template-columns:repeat(2, 1fr);gap:16px}}.page_single_anchor .anchor_program_card{display:block;text-decoration:none;transition:transform .3s ease}.page_single_anchor .anchor_program_card:hover{transform:translateY(-4px)}.page_single_anchor .anchor_program_card img{transition:filter .3s ease}.page_single_anchor .anchor_program_card:hover img{filter:brightness(1.08)}.page_single_anchor .anchor_program_thumb{margin-bottom:8px}.page_single_anchor .anchor_program_thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;display:block}.page_single_anchor .anchor_program_schedule{font-size:12px;color:var(--col_text_light);margin-bottom:4px}@media screen and (max-width: 767px){.page_single_anchor .anchor_program_schedule{font-size:10px}}.page_single_anchor .anchor_program_title{font-size:16px;font-weight:600;color:var(--col_primary);line-height:1.4}@media screen and (max-width: 767px){.page_single_anchor .anchor_program_title{font-size:14px}}.page_single_anchor .anchor_interview{margin-top:24px}.page_single_anchor .interview_item{margin-bottom:24px;background-color:var(--col_white);border-radius:16px;padding:32px}@media screen and (max-width: 767px){.page_single_anchor .interview_item{padding:24px 20px;border-radius:12px}}.page_single_anchor .interview_q{font-size:20px;font-weight:600;color:var(--col_primary);margin-bottom:0;border:none;display:flex;align-items:center}.page_single_anchor .interview_q::before{content:"";display:inline-block;width:24px;height:24px;margin-right:8px;background-image:url("../img/icon_heading.svg");background-size:contain;background-repeat:no-repeat;flex-shrink:0}@media screen and (max-width: 767px){.page_single_anchor .interview_q{font-size:16px}}.page_single_anchor .interview_a{font-size:16px;line-height:1.8;color:var(--col_text);margin-top:24px}@media screen and (max-width: 767px){.page_single_anchor .interview_a{margin-top:16px}}.anchor_programs_section{padding:48px 0}@media screen and (max-width: 767px){.anchor_programs_section{padding:32px 0}}.anchor_programs_section .anchor_programs_section_inner{max-width:1200px;margin:0 auto;padding:0 4%}.anchor_programs_section .section_title_sub{font-size:24px;font-weight:800;color:var(--col_primary);text-align:center;margin-bottom:32px;border-bottom:none;padding-bottom:0}@media screen and (max-width: 767px){.anchor_programs_section .section_title_sub{font-size:20px;margin-bottom:24px}}.anchor_programs_section .anchor_programs_grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media screen and (max-width: 767px){.anchor_programs_section .anchor_programs_grid{display:none}}.anchor_programs_section .anchor_programs_swiper{display:none}@media screen and (max-width: 767px){.anchor_programs_section .anchor_programs_swiper{display:block}}.anchor_programs_section .anchor_programs_swiper .swiper-pagination{position:relative;margin-top:16px}.anchor_programs_section .anchor_program_card{display:block;text-decoration:none;transition:transform .3s ease}.anchor_programs_section .anchor_program_card:hover{transform:translateY(-4px)}.anchor_programs_section .anchor_program_card img{transition:filter .3s ease}.anchor_programs_section .anchor_program_card:hover img{filter:brightness(1.08)}.anchor_programs_section .anchor_program_thumb{margin-bottom:8px}.anchor_programs_section .anchor_program_thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;display:block}.anchor_programs_section .anchor_program_schedule{font-size:14px;color:var(--col_text_light);margin-bottom:4px}@media screen and (max-width: 767px){.anchor_programs_section .anchor_program_schedule{font-size:12px}}.anchor_programs_section .anchor_program_title{font-size:16px;font-weight:600;color:var(--col_primary);line-height:1.4}@media screen and (max-width: 767px){.anchor_programs_section .anchor_program_title{font-size:14px}}.page_anchor_contents{max-width:1400px;margin:0 auto;padding:32px 4%}@media screen and (max-width: 767px){.page_anchor_contents{padding:24px 16px}}.page_anchor_contents .anchor_contents_title{font-size:28px;font-weight:600;color:var(--col_primary);line-height:1.5;margin-bottom:40px}@media screen and (max-width: 767px){.page_anchor_contents .anchor_contents_title{font-size:22px;margin-bottom:32px}}.page_anchor_contents .anchor_contents_grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px 32px}@media screen and (max-width: 1024px){.page_anchor_contents .anchor_contents_grid{grid-template-columns:repeat(2, 1fr);gap:32px 24px}}@media screen and (max-width: 767px){.page_anchor_contents .anchor_contents_grid{grid-template-columns:1fr;gap:32px}}.page_anchor_contents .anchor_contents_card{display:block;text-decoration:none;transition:transform .3s ease}.page_anchor_contents .anchor_contents_card:hover{transform:translateY(-4px)}.page_anchor_contents .anchor_contents_card img{transition:filter .3s ease}.page_anchor_contents .anchor_contents_card:hover img{filter:brightness(1.08)}.page_anchor_contents .anchor_contents_thumb{margin-bottom:12px}.page_anchor_contents .anchor_contents_thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;display:block}.page_anchor_contents .anchor_contents_schedule{display:flex;align-items:flex-start;gap:8px;font-size:16px;color:var(--col_primary);font-weight:600;margin:12px 0 16px}.page_anchor_contents .anchor_contents_name{font-size:18px;font-weight:600;color:var(--col_primary);line-height:1.4}.anchor_others{background:linear-gradient(to right, #001E5B, #0069E8);padding:48px 0}.anchor_others .anchor_others_title{font-size:18px;font-weight:600;color:var(--col_white);text-align:center;margin-bottom:0}@media screen and (max-width: 767px){.anchor_others .anchor_others_title{font-weight:600}}.anchor_others .anchor_others_slider{position:relative;max-width:1000px;margin:0 auto;padding:0 48px}@media screen and (max-width: 767px){.anchor_others .anchor_others_slider{padding:0}}.anchor_others .anchor_others_nav{position:absolute;top:48px;margin-top:calc((100% - 192px)/10 - 18px);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--col_link);border-radius:50%;background-color:var(--col_white);color:var(--col_link);cursor:pointer;transition:all .3s;font-size:14px;z-index:2}.anchor_others .anchor_others_nav:hover{background-color:var(--col_link);color:var(--col_white)}@media screen and (max-width: 767px){.anchor_others .anchor_others_nav{display:none}}.anchor_others .anchor_others_prev{left:0}.anchor_others .anchor_others_next{right:0}.anchor_others .anchor_others_list{display:flex;gap:24px;overflow:hidden;padding-top:48px}@media screen and (max-width: 767px){.anchor_others .anchor_others_list{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:40px 16px 0;gap:16px}}.anchor_others .anchor_others_item{flex:0 0 calc((100% - 96px)/5);text-align:center;text-decoration:none;transition:transform .3s ease}.anchor_others .anchor_others_item:hover{transform:translateY(-6px)}@media screen and (max-width: 767px){.anchor_others .anchor_others_item{flex:0 0 calc((100% - 48px)/3)}}.anchor_others .anchor_others_photo{width:100%;margin-bottom:8px;opacity:.8}.anchor_others .anchor_others_photo img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:50%}.anchor_others .anchor_others_position{font-size:14px;color:var(--col_white);margin-bottom:4px}@media screen and (max-width: 767px){.anchor_others .anchor_others_position{font-size:10px}}.anchor_others .anchor_others_name{font-size:16px;font-weight:600;color:var(--col_white)}@media screen and (max-width: 767px){.anchor_others .anchor_others_name{font-size:14px}}.page_single_event .event_header{margin-bottom:24px}.page_single_event .event_status{display:inline-block;padding:4px 12px;font-size:12px;font-weight:500;border-radius:4px;margin-bottom:12px}.page_single_event .event_status.status_accepting{background-color:#4caf50;color:var(--col_white)}.page_single_event .event_status.status_closed{background-color:var(--col_gray);color:var(--col_text_light)}.page_single_event .event_status.status_ended{background-color:var(--col_text_light);color:var(--col_white)}.page_single_event .event_title_large{font-size:24px;font-weight:600;line-height:1.4}@media screen and (max-width: 767px){.page_single_event .event_title_large{font-size:20px}}.page_single_event .event_main{margin-bottom:32px}.page_single_event .event_image_large{margin-bottom:24px}.page_single_event .event_image_large img{width:100%;height:auto;border-radius:4px}.page_single_event .event_info_table,.page_single_event .event_entry_info{margin-bottom:32px}.page_single_event .event_entry_btn{margin-top:24px;text-align:center}.page_404{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:64px 32px}.page_404 .error_content{text-align:center}.page_404 .error_code{font-size:96px;font-weight:600;color:var(--col_primary);line-height:1;margin-bottom:16px}@media screen and (max-width: 767px){.page_404 .error_code{font-size:64px}}.page_404 .error_title{font-size:24px;font-weight:600;color:var(--col_primary);margin-bottom:16px}@media screen and (max-width: 767px){.page_404 .error_title{font-size:20px}}.page_404 .error_text{font-size:16px;color:var(--col_text_light);line-height:1.8;margin-bottom:48px}@media screen and (max-width: 767px){.page_404 .error_text{font-size:14px;margin-bottom:32px}}.page_privacy{width:min(1080px,92%)}.page_privacy .privacy_nav{background-color:#f5f5f5;border-radius:4px;padding:24px 32px;margin-bottom:40px}.page_privacy .privacy_nav ul{margin:0;padding:0;list-style:none}.page_privacy .privacy_nav li{margin-bottom:8px}.page_privacy .privacy_nav li:last-child{margin-bottom:0}.page_privacy .privacy_nav a{font-size:14px;color:var(--col_primary);text-decoration:none}.page_privacy .privacy_nav a:hover{text-decoration:underline}.page_privacy .privacy_nav .privacy_nav_sub{padding-left:16px}@media screen and (max-width: 767px){.page_privacy .privacy_nav{padding:16px 24px}}.page_privacy .privacy_content h2{font-size:18px;font-weight:600;color:var(--col_primary);border-bottom:2px solid var(--col_primary);padding-bottom:8px;margin-top:48px;margin-bottom:24px}.page_privacy .privacy_content h2:first-child{margin-top:0}.page_privacy .privacy_content h3{font-size:16px;font-weight:600;color:var(--col_text);margin-top:32px;margin-bottom:16px}.page_privacy .privacy_content p{font-size:16px;line-height:1.8;margin-bottom:16px}.page_privacy .privacy_content ul,.page_privacy .privacy_content ol{font-size:16px;line-height:1.8;margin-bottom:16px;padding-left:24px}.page_contact,.page_register,.page_unsubscribe{width:min(800px,92%)}.page_contact.page_register .form_label,.page_register.page_register .form_label,.page_unsubscribe.page_register .form_label{width:264px}.page_contact.page_register .form_group,.page_register.page_register .form_group,.page_unsubscribe.page_register .form_group{margin-bottom:32px}.page_contact .contact_intro,.page_register .contact_intro,.page_unsubscribe .contact_intro{font-size:16px;color:var(--col_text);line-height:1.8;margin-bottom:32px}@media screen and (max-width: 767px){.page_contact .contact_intro,.page_register .contact_intro,.page_unsubscribe .contact_intro{font-size:14px;margin-bottom:24px}}.page_contact .form_errors,.page_register .form_errors,.page_unsubscribe .form_errors{background-color:#fef0f0;border:1px solid #f5c6cb;border-radius:4px;padding:16px 24px;margin-bottom:32px}.page_contact .form_errors ul,.page_register .form_errors ul,.page_unsubscribe .form_errors ul{margin:0;padding:0;list-style:none}.page_contact .form_errors li,.page_register .form_errors li,.page_unsubscribe .form_errors li{color:#c0392b;font-size:14px;line-height:1.8}.page_contact .form_errors li::before,.page_register .form_errors li::before,.page_unsubscribe .form_errors li::before{content:"※";margin-right:4px}.page_contact .required_mark,.page_register .required_mark,.page_unsubscribe .required_mark{color:#c0392b;margin-left:4px}.page_contact .form_group,.page_register .form_group,.page_unsubscribe .form_group{display:flex;align-items:flex-start;margin-bottom:24px}@media screen and (max-width: 767px){.page_contact .form_group,.page_register .form_group,.page_unsubscribe .form_group{flex-direction:column;margin-bottom:20px}}.page_contact .form_group_agree,.page_register .form_group_agree,.page_unsubscribe .form_group_agree{justify-content:center;margin-top:32px;margin-bottom:32px}@media screen and (max-width: 767px){.page_contact .form_group_agree,.page_register .form_group_agree,.page_unsubscribe .form_group_agree{align-items:center}}.page_contact .form_label,.page_register .form_label,.page_unsubscribe .form_label{flex-shrink:0;width:200px;font-size:16px;font-weight:600;color:var(--col_primary);padding-top:12px}@media screen and (max-width: 767px){.page_contact .form_label,.page_register .form_label,.page_unsubscribe .form_label{width:auto;padding-top:0;margin-bottom:8px;font-size:14px}}.page_contact .form_field_area,.page_register .form_field_area,.page_unsubscribe .form_field_area{flex:1;min-width:0}@media screen and (max-width: 767px){.page_contact .form_field_area,.page_register .form_field_area,.page_unsubscribe .form_field_area{width:100%}}.page_contact .form_input,.page_register .form_input,.page_unsubscribe .form_input{width:100%;padding:12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box}.page_contact .form_input::placeholder,.page_register .form_input::placeholder,.page_unsubscribe .form_input::placeholder{color:#bfbfbf}.page_contact .form_input:focus,.page_register .form_input:focus,.page_unsubscribe .form_input:focus{outline:none;border-color:var(--col_primary)}.page_contact .form_input_short,.page_register .form_input_short,.page_unsubscribe .form_input_short{max-width:120px}.page_contact .form_textarea,.page_register .form_textarea,.page_unsubscribe .form_textarea{resize:vertical;min-height:160px;overflow-wrap:break-word}.page_contact .form_select,.page_register .form_select,.page_unsubscribe .form_select{padding:12px 40px 12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box;min-width:100px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 10 10%22%3E%3Cpolygon points=%220,0 10,0 5,10%22 fill=%22%23001E5A%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:10px}.page_contact .form_select:focus,.page_register .form_select:focus,.page_unsubscribe .form_select:focus{outline:none;border-color:var(--col_primary)}@media screen and (max-width: 767px){.page_contact .form_select,.page_register .form_select,.page_unsubscribe .form_select{min-width:0;flex:1;width:100%}}.page_contact .form_fields_row,.page_register .form_fields_row,.page_unsubscribe .form_fields_row{display:flex;gap:12px;align-items:center}.page_contact .form_fields_row .form_input,.page_register .form_fields_row .form_input,.page_unsubscribe .form_fields_row .form_input{flex:1}.page_contact .form_fields_date,.page_register .form_fields_date,.page_unsubscribe .form_fields_date{gap:8px}@media screen and (max-width: 767px){.page_contact .form_fields_date,.page_register .form_fields_date,.page_unsubscribe .form_fields_date{gap:0}.page_contact .form_fields_date .form_select,.page_register .form_fields_date .form_select,.page_unsubscribe .form_fields_date .form_select{border-right:none}.page_contact .form_fields_date .form_select:last-child,.page_register .form_fields_date .form_select:last-child,.page_unsubscribe .form_fields_date .form_select:last-child{border-right:1px solid #bfbfbf}}.page_contact .form_fields_age,.page_register .form_fields_age,.page_unsubscribe .form_fields_age{gap:8px}.page_contact .form_suffix,.page_register .form_suffix,.page_unsubscribe .form_suffix{font-size:16px;color:var(--col_text);flex-shrink:0}.page_contact .form_radio_group,.page_register .form_radio_group,.page_unsubscribe .form_radio_group{display:flex;gap:32px;padding-top:12px}@media screen and (max-width: 767px){.page_contact .form_radio_group,.page_register .form_radio_group,.page_unsubscribe .form_radio_group{gap:24px;padding-top:0}}.page_contact .form_radio,.page_register .form_radio,.page_unsubscribe .form_radio{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--col_primary);cursor:pointer}.page_contact .form_radio input[type=radio],.page_register .form_radio input[type=radio],.page_unsubscribe .form_radio input[type=radio]{margin:0;width:20px;height:20px;accent-color:var(--col_primary)}.page_contact .form_checkbox,.page_register .form_checkbox,.page_unsubscribe .form_checkbox{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--col_text);cursor:pointer}.page_contact .form_checkbox input[type=checkbox],.page_register .form_checkbox input[type=checkbox],.page_unsubscribe .form_checkbox input[type=checkbox]{margin:0;width:20px;height:20px;accent-color:var(--col_primary)}.page_contact .form_checkbox a,.page_register .form_checkbox a,.page_unsubscribe .form_checkbox a{color:var(--col_link);text-decoration:underline}.page_contact .form_checkbox a:hover,.page_register .form_checkbox a:hover,.page_unsubscribe .form_checkbox a:hover{text-decoration:none}.page_contact .form_char_count,.page_register .form_char_count,.page_unsubscribe .form_char_count{font-size:12px;color:var(--col_text_light);text-align:right;margin-top:4px}.page_contact .form_submit,.page_register .form_submit,.page_unsubscribe .form_submit{text-align:center;padding-top:16px;padding-bottom:32px}.page_contact .form_submit .btn_apply,.page_register .form_submit .btn_apply,.page_unsubscribe .form_submit .btn_apply{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:280px;padding:16px 48px;background-color:var(--col_link);color:var(--col_white);font-size:18px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity .3s}.page_contact .form_submit .btn_apply:hover,.page_register .form_submit .btn_apply:hover,.page_unsubscribe .form_submit .btn_apply:hover{opacity:.8}@media screen and (max-width: 767px){.page_contact .form_submit .btn_apply,.page_register .form_submit .btn_apply,.page_unsubscribe .form_submit .btn_apply{min-width:0;width:100%;font-size:16px;padding:14px 32px}}.page_contact .contact_complete,.page_register .contact_complete,.page_unsubscribe .contact_complete{text-align:center;padding:48px 0}@media screen and (max-width: 767px){.page_contact .contact_complete,.page_register .contact_complete,.page_unsubscribe .contact_complete{padding:32px 0}}.page_contact .contact_complete_title,.page_register .contact_complete_title,.page_unsubscribe .contact_complete_title{font-size:24px;font-weight:600;color:var(--col_primary);margin-bottom:16px}@media screen and (max-width: 767px){.page_contact .contact_complete_title,.page_register .contact_complete_title,.page_unsubscribe .contact_complete_title{font-size:20px}}.page_contact .contact_complete_text,.page_register .contact_complete_text,.page_unsubscribe .contact_complete_text{font-size:16px;color:var(--col_text);line-height:1.8;margin-bottom:48px}@media screen and (max-width: 767px){.page_contact .contact_complete_text,.page_register .contact_complete_text,.page_unsubscribe .contact_complete_text{font-size:14px;margin-bottom:32px}}.page_contact .contact_complete_btn,.page_register .contact_complete_btn,.page_unsubscribe .contact_complete_btn{text-align:center}.page_contact .contact_complete .btn_contents,.page_register .contact_complete .btn_contents,.page_unsubscribe .contact_complete .btn_contents{display:inline-block;position:relative;background-color:var(--col_link);color:#fff;font-size:18px;font-weight:600;padding:16px 64px 16px 40px;text-decoration:none;transition:opacity .3s}.page_contact .contact_complete .btn_contents:hover,.page_register .contact_complete .btn_contents:hover,.page_unsubscribe .contact_complete .btn_contents:hover{opacity:.8}.page_contact .contact_complete .btn_contents::after,.page_register .contact_complete .btn_contents::after,.page_unsubscribe .contact_complete .btn_contents::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:30px;height:30px;background-color:#fff;border-radius:50%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path d="M4 1.5l5.5 4.5-5.5 4.5" fill="%23001E5A"/></svg>');background-size:16px 16px;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 767px){.page_contact .contact_complete .btn_contents,.page_register .contact_complete .btn_contents,.page_unsubscribe .contact_complete .btn_contents{font-size:16px;padding:14px 56px 14px 32px}}.page_contact .form_confirm_value,.page_register .form_confirm_value,.page_unsubscribe .form_confirm_value{font-size:16px;line-height:1.8;color:var(--col_text);padding:12px 0}.page_contact .form_confirm_message,.page_register .form_confirm_message,.page_unsubscribe .form_confirm_message{white-space:pre-wrap;overflow-wrap:break-word}.page_contact .contact_back_wrap,.page_register .contact_back_wrap,.page_unsubscribe .contact_back_wrap{text-align:center;padding:16px 0 0}.page_contact .btn_back_link,.page_register .btn_back_link,.page_unsubscribe .btn_back_link{background:none;border:none;color:var(--col_link);font-size:16px;cursor:pointer;text-decoration:underline;padding:8px 16px}.page_contact .btn_back_link:hover,.page_register .btn_back_link:hover,.page_unsubscribe .btn_back_link:hover{text-decoration:none}.mw_wp_form input[type=text],.mw_wp_form input[type=email],.mw_wp_form input[type=tel],.mw_wp_form input[type=number],.mw_wp_form input[type=url],.mw_wp_form input[type=password]{width:100%;padding:12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box}.mw_wp_form input[type=text]::placeholder,.mw_wp_form input[type=email]::placeholder,.mw_wp_form input[type=tel]::placeholder,.mw_wp_form input[type=number]::placeholder,.mw_wp_form input[type=url]::placeholder,.mw_wp_form input[type=password]::placeholder{color:#bfbfbf}.mw_wp_form input[type=text]:focus,.mw_wp_form input[type=email]:focus,.mw_wp_form input[type=tel]:focus,.mw_wp_form input[type=number]:focus,.mw_wp_form input[type=url]:focus,.mw_wp_form input[type=password]:focus{outline:none;border-color:var(--col_primary)}.mw_wp_form textarea{width:100%;padding:12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box;resize:vertical;min-height:160px;line-height:1.6}.mw_wp_form textarea::placeholder{color:#bfbfbf}.mw_wp_form textarea:focus{outline:none;border-color:var(--col_primary)}.mw_wp_form select{padding:12px 40px 12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box;min-width:100px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 10 10%22%3E%3Cpolygon points=%220,0 10,0 5,10%22 fill=%22%23001E5A%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:10px}.mw_wp_form select:focus{outline:none;border-color:var(--col_primary)}.mw_wp_form .mwform-radio-field{display:inline-flex;align-items:center;margin-right:32px;margin-bottom:8px}.mw_wp_form .mwform-radio-field.vertical-item{display:flex;margin-right:0}.mw_wp_form .mwform-radio-field label{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--col_primary);cursor:pointer}.mw_wp_form .mwform-radio-field input[type=radio]{margin:0;width:20px;height:20px;accent-color:var(--col_primary)}.mw_wp_form .mwform-checkbox-field{display:inline-flex;align-items:center;margin-right:24px;margin-bottom:8px}.mw_wp_form .mwform-checkbox-field.vertical-item{display:flex;margin-right:0}.mw_wp_form .mwform-checkbox-field label{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--col_primary);cursor:pointer}.mw_wp_form .mwform-checkbox-field input[type=checkbox]{margin:0;width:20px;height:20px;accent-color:var(--col_primary);flex-shrink:0}.mw_wp_form .mwform-zip-field,.mw_wp_form .mwform-tel-field{display:flex;align-items:center;gap:8px}.mw_wp_form .mwform-zip-field input,.mw_wp_form .mwform-tel-field input{flex:1}.mw_wp_form input[type=submit],.mw_wp_form button[type=submit]{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:280px;padding:16px 48px;background-color:var(--col_link);color:var(--col_white);font-size:18px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity .3s}.mw_wp_form input[type=submit]:hover,.mw_wp_form button[type=submit]:hover{opacity:.8}@media screen and (max-width: 767px){.mw_wp_form input[type=submit],.mw_wp_form button[type=submit]{min-width:0;width:100%;font-size:16px;padding:14px 32px}}.mw_wp_form input[name=submitBack],.mw_wp_form .mw_wp_form_confirm input[type=submit]:first-of-type{background:none;border:none;color:var(--col_link);font-size:16px;font-weight:600;min-width:0;padding:8px 16px;text-decoration:underline;cursor:pointer}.mw_wp_form input[name=submitBack]:hover,.mw_wp_form .mw_wp_form_confirm input[type=submit]:first-of-type:hover{text-decoration:none;opacity:1}.mw_wp_form span.error{display:block;color:#c0392b;font-size:12px;margin-top:4px;line-height:1.6}.mw_wp_form.mw_wp_form_confirm input[type=text],.mw_wp_form.mw_wp_form_confirm input[type=email],.mw_wp_form.mw_wp_form_confirm input[type=tel],.mw_wp_form.mw_wp_form_confirm input[type=number],.mw_wp_form.mw_wp_form_confirm textarea,.mw_wp_form.mw_wp_form_confirm select{display:none}.mw_wp_form.mw_wp_form_confirm .form_area th{background-color:var(--col_back)}.mw_wp_form.mw_wp_form_confirm .form_area td{font-size:16px;line-height:1.8;color:var(--col_text)}.mw_wp_form.mw_wp_form_complete{text-align:center;padding:48px 0}@media screen and (max-width: 767px){.mw_wp_form.mw_wp_form_complete{padding:32px 0}}.mw_wp_form .form_area{width:100%;border-collapse:collapse;margin-bottom:32px}.mw_wp_form .form_area th,.mw_wp_form .form_area td{padding:16px;text-align:left;vertical-align:top;font-size:16px;line-height:1.6}@media screen and (max-width: 767px){.mw_wp_form .form_area th,.mw_wp_form .form_area td{display:block;width:100% !important;padding:12px;font-size:14px}}.mw_wp_form .form_area th{width:240px;font-weight:600;color:var(--col_primary);background-color:var(--col_white)}@media screen and (max-width: 767px){.mw_wp_form .form_area th{border-bottom:none}}.mw_wp_form .form_area td{background-color:var(--col_white)}@media screen and (max-width: 767px){.mw_wp_form .form_area td{border-top:none}}.mw_wp_form .form_area .input_field{width:100%;max-width:100%}.mw_wp_form .form_area .input_field+.input_field{margin-top:8px}.mw_wp_form .form_area .select_field{min-width:80px;margin-right:4px}.mw_wp_form .require{color:#c0392b;font-size:14px;margin-left:4px}.mw_wp_form .formBtn{text-align:center;padding:16px 0 32px;display:flex;flex-direction:column;align-items:center;gap:16px}.mw_wp_form .formBtn .submit_button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:280px;padding:16px 48px;background-color:var(--col_link);color:var(--col_white);font-size:18px;font-weight:600;border:none;cursor:pointer;transition:opacity .3s}.mw_wp_form .formBtn .submit_button:hover{opacity:.8}@media screen and (max-width: 767px){.mw_wp_form .formBtn .submit_button{min-width:0;width:100%;font-size:16px;padding:14px 32px}}.mw_wp_form .formBtn .back_button{background:none;border:none;color:var(--col_link);font-size:16px;font-weight:600;min-width:0;padding:8px 16px;text-decoration:underline;cursor:pointer}.mw_wp_form .formBtn .back_button:hover{text-decoration:none;opacity:1}.page_single_event>h3,.page_single_event>.wp-block-heading{font-size:20px;font-weight:600;color:var(--col_primary);margin:32px 0 16px;line-height:1.4}@media screen and (max-width: 767px){.page_single_event>h3,.page_single_event>.wp-block-heading{font-size:18px;margin:24px 0 12px}}.page_single_event>p{font-size:16px;color:var(--col_text);line-height:1.8;margin-bottom:16px}@media screen and (max-width: 767px){.page_single_event>p{font-size:14px}}.page_single_event>ul{margin:0 0 24px;padding:0;list-style:none}.page_single_event>ul li{font-size:14px;color:var(--col_text);line-height:1.8}.page_single_event>hr{border:none;border-top:1px solid var(--col_border);margin:32px 0}.page_single_event .disclaimer_center{background-color:var(--col_back);border:1px solid var(--col_border);border-radius:4px;padding:24px;margin:24px 0}.page_single_event .disclaimer_center h3{font-size:16px;font-weight:600;color:var(--col_primary);margin:0 0 12px}.page_single_event .disclaimer_center ul{margin:0;padding:0;list-style:none}.page_single_event .disclaimer_center li{font-size:14px;color:var(--col_text);line-height:1.8}.page_single_event .disclaimer_center li a{color:var(--col_link)}@media screen and (max-width: 767px){.page_single_event .disclaimer_center{padding:16px}}.page_single_event .presentFormWrap{margin-top:24px}.page_vod{width:min(1200px,92%);margin:0 auto;padding:32px 0 64px}.page_vod .page_title{margin-bottom:24px}.page_vod .vod_filter{margin-bottom:40px}.page_vod .vod_filter select{padding:8px 16px;font-size:14px;border:1px solid var(--col_border);border-radius:4px;background:#fff;min-width:240px}.page_vod .vod_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px 24px}@media screen and (max-width: 1024px){.page_vod .vod_grid{grid-template-columns:repeat(3, 1fr);gap:24px 16px}}@media screen and (max-width: 767px){.page_vod .vod_grid{grid-template-columns:repeat(2, 1fr);gap:20px 12px}}.page_vod .vod_grid .video_card{min-width:0}.page_vod .vod_grid .video_thumbnail img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:8px}.page_vod .vod_grid .video_title{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page_vod .vod_grid .video_theme{color:var(--col_text)}.page_vod .vod_grid .video_guest,.page_vod .vod_grid .video_performer{color:var(--col_text)}.page_vod .vod_grid .video_program{font-size:12px;color:var(--col_text_light);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page_vod .vod_loading,.page_vod .vod_empty{grid-column:1/-1;text-align:center;padding:48px 0;color:var(--col_text_light)}.page_vod .vod_more_wrap{text-align:center;margin-top:40px}.page_vod .vod_more_wrap .btn_more_load{display:inline-flex;align-items:center;justify-content:center;padding:12px 48px;font-size:14px;font-weight:600;color:var(--col_primary);border:1px solid var(--col_border);border-radius:9999px;background:var(--col_white);cursor:pointer;transition:opacity .3s}.page_vod .vod_more_wrap .btn_more_load:hover{opacity:.7}@keyframes skeleton_pulse{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}.skeleton_loading{animation:skeleton_pulse 1.5s ease-in-out infinite}.skeleton_box{background-color:var(--col_back_dark);border-radius:8px}.skeleton_video{width:100%;aspect-ratio:16/9;margin-bottom:12px}.skeleton_line{height:16px;margin-bottom:8px;width:80%;border-radius:4px}.skeleton_line--long{width:90%}.skeleton_line--short{width:50%;height:14px}.skeleton_thumb{width:100%;aspect-ratio:16/9;margin-bottom:12px}.skeleton_card{min-width:0}.loading_spinner_wrap{display:flex;justify-content:center;align-items:center;padding:64px 0}.loading_spinner{width:40px;height:40px;border:4px solid var(--col_back_dark);border-top-color:var(--col_primary);border-radius:50%;animation:spinner_rotate .8s linear infinite}@keyframes spinner_rotate{to{transform:rotate(360deg)}}.skeleton_slider{display:flex;gap:24px;padding:0 4%}.skeleton_slider .skeleton_card{flex:0 0 calc(20% - 20px)}@media screen and (max-width: 767px){.skeleton_slider{gap:12px}.skeleton_slider .skeleton_card{flex:0 0 60%}}.skeleton_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px 24px}@media screen and (max-width: 1024px){.skeleton_grid{grid-template-columns:repeat(3, 1fr);gap:24px 16px}}@media screen and (max-width: 767px){.skeleton_grid{grid-template-columns:repeat(2, 1fr);gap:20px 12px}}.page_news{width:min(1200px,92%);margin:0 auto;padding:32px 0}@media screen and (max-width: 767px){.page_news{padding:16px 0 64px}}.news_list_page{display:flex;flex-direction:column;gap:16px}.news_list_page .news_item{display:flex;gap:24px;padding:24px;background-color:var(--col_white);border-radius:8px;text-decoration:none;transition:background-color .3s}@media screen and (max-width: 767px){.news_list_page .news_item{gap:16px;padding:16px}}@media screen and (max-width: 480px){.news_list_page .news_item{flex-direction:column;gap:12px;padding:8px}}.news_list_page .news_item:hover{background-color:var(--col_back)}.news_list_page .news_item .news_thumbnail{flex-shrink:0;width:120px;height:68px;background-size:cover;background-position:center;background-color:var(--col_border);border-radius:8px}@media screen and (max-width: 767px){.news_list_page .news_item .news_thumbnail{width:100px;height:56px}}@media screen and (max-width: 480px){.news_list_page .news_item .news_thumbnail{width:100%;height:auto;aspect-ratio:16/9}}.news_list_page .news_item .news_info{flex:1;min-width:0}.news_list_page .news_item .news_meta{display:flex;align-items:center;gap:12px;margin-bottom:8px}.news_list_page .news_item .news_category{display:inline-block;padding:4px 0;width:88px;text-align:center;background-color:var(--col_primary);color:var(--col_white);font-size:14px;font-weight:600}.news_list_page .news_item .news_date{font-size:16px;font-weight:500;color:#494949}.news_list_page .news_item .news_title{font-size:16px;font-weight:400;color:var(--col_text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page_program{width:min(1200px,92%);margin:0 auto;padding:0 0 128px}@media screen and (max-width: 767px){.page_program{padding:0 0 64px}}.program_tab_nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:24px 0;margin-bottom:32px}@media screen and (max-width: 767px){.program_tab_nav{justify-content:flex-start;gap:8px;padding:16px 0;margin-bottom:24px}}.program_tab_item{font-size:14px;font-weight:500;color:var(--col_primary);text-decoration:none;padding:12px 12px 12px 16px;line-height:1;transition:all .3s;background-color:var(--col_white);border-radius:9999px;box-shadow:0 0 6px rgba(0,0,0,.15);display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:calc(20% - 12px)}.program_tab_item::after{content:"";display:block;width:28px;height:28px;border-radius:50%;background-color:var(--col_link);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='white'%3E%3Cpath d='M2 3 L10 3 L6 10 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px;flex-shrink:0}.program_tab_item:hover{opacity:.7}@media screen and (max-width: 1024px){.program_tab_item{width:calc(33.333% - 8px)}}@media screen and (max-width: 767px){.program_tab_item{font-size:13px;padding:10px 10px 10px 12px;width:calc(50% - 6px)}}@media screen and (max-width: 399px){.program_tab_item{width:100%}}.program_category_section{margin-bottom:64px}.program_category_section:last-child{margin-bottom:0}.program_category_title{font-size:18px;font-weight:500;color:var(--col_primary);margin-bottom:32px;padding-bottom:12px;border-bottom:2px solid var(--col_primary)}.program_grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px 32px}@media screen and (max-width: 1024px){.program_grid{grid-template-columns:repeat(2, 1fr);gap:32px 24px}}@media screen and (max-width: 767px){.program_grid{grid-template-columns:1fr;gap:32px}}.program_card{display:block;text-decoration:none;transition:transform .3s ease}.program_card:hover{transform:translateY(-4px)}.program_card img{transition:filter .3s ease}.program_card:hover img{filter:brightness(1.08)}.program_thumb_wrap{position:relative;margin-bottom:12px}.program_thumb_wrap img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;display:block}.program_badge_live{position:absolute;bottom:8px;left:8px;background-color:var(--col_live);color:var(--col_white);font-size:12px;font-weight:500;padding:2px 8px}.program_schedule_text{display:flex;align-items:flex-start;gap:8px;font-size:16px;color:var(--col_primary);margin:12px 0 16px}.program_schedule_label,.program_rebroadcast_label{display:inline-block;font-size:14px;font-weight:500;line-height:1;padding:4px 0;margin-top:4px;margin-right:8px;width:56px;text-align:center;flex-shrink:0}.program_schedule_label{background-color:var(--col_primary);color:#fff}.program_rebroadcast_label{background-color:var(--col_white);color:var(--col_primary);border:1px solid var(--col_primary)}.program_card_title{font-size:18px;font-weight:500;color:var(--col_primary);line-height:1.4;margin-bottom:8px}.program_card_desc{font-size:16px;color:var(--col_primary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.no_posts{font-size:14px;color:var(--col_text_light);grid-column:1/-1}.page_single_program{width:min(1200px,92%);padding:32px 0}@media screen and (max-width: 767px){.page_single_program{padding:24px 0 64px}}.page_single_program .program_panel{background-color:var(--col_white);border-radius:8px;padding:32px;margin-bottom:32px}@media screen and (max-width: 767px){.page_single_program .program_panel{padding:24px 16px}}.page_single_program .program_news_section{margin-bottom:40px}@media screen and (max-width: 767px){.page_single_program .program_news_section{margin-bottom:24px}}.page_single_program .program_news_title{font-size:22px;font-weight:500;color:var(--col_primary);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--col_primary)}@media screen and (max-width: 767px){.page_single_program .program_news_title{font-size:18px}}.page_single_program .news_list{border:1px solid var(--col_border);border-radius:8px;overflow:hidden}@media screen and (max-width: 767px){.page_single_program .news_list{border:none}}.page_single_program .news_list .news_item{display:flex;align-items:center;gap:16px;padding:16px 24px;background-color:var(--col_white);text-decoration:none;transition:background-color .3s ease}@media screen and (max-width: 767px){.page_single_program .news_list .news_item{flex-wrap:wrap;gap:4px 8px;padding:12px 16px}}.page_single_program .news_list .news_item:hover{background-color:var(--col_back)}.page_single_program .news_list .news_item--no-link{cursor:default}.page_single_program .news_list .news_item--no-link:hover{background-color:rgba(0,0,0,0)}.page_single_program .news_list .news_item .news_category{font-size:14px;font-weight:500;background-color:var(--col_primary);color:var(--col_white);padding:2px 0;width:88px;text-align:center;flex-shrink:0}@media screen and (max-width: 767px){.page_single_program .news_list .news_item .news_category{font-size:12px;width:72px}}.page_single_program .news_list .news_item .news_date{font-size:14px;font-weight:600;color:#494949;flex-shrink:0}.page_single_program .news_list .news_item .news_title{font-size:16px;font-weight:400;flex:1}@media screen and (max-width: 767px){.page_single_program .news_list .news_item .news_title{flex:0 0 100%;font-size:14px}}.page_single_program .program_detail_title{font-size:28px;font-weight:600;color:var(--col_primary);line-height:1.5;margin-bottom:40px}@media screen and (max-width: 767px){.page_single_program .program_detail_title{font-size:22px;margin-bottom:32px}}.page_single_program .program_main{display:grid;grid-template-columns:320px 1fr;gap:32px;margin-bottom:40px}@media screen and (max-width: 1024px){.page_single_program .program_main{grid-template-columns:260px 1fr;gap:24px}}@media screen and (max-width: 767px){.page_single_program .program_main{grid-template-columns:1fr;gap:16px;margin-bottom:24px}}.page_single_program .program_hero img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:8px}.page_single_program .program_info_side{display:flex;flex-direction:column;gap:12px}.page_single_program .program_broadcast_text,.page_single_program .program_rebroadcast_text{font-size:16px;font-weight:600;color:var(--col_primary);line-height:1.6;padding-top:16px}.page_single_program .program_broadcast_text+.program_rebroadcast_text{padding-top:0;margin-top:-8px}.page_single_program .program_info_label{margin-right:8px}.page_single_program .program_content{font-size:16px;color:var(--col_primary);line-height:1.8;margin-bottom:0}.page_single_program .program_content p{margin-bottom:1em}.page_single_program .program_content p:last-child{margin-bottom:0}.page_single_program .program_flex_block{margin-bottom:48px}@media screen and (max-width: 767px){.page_single_program .program_flex_block{margin-bottom:32px}}.page_single_program .program_flex_block+.page_single_program .program_flex_block{padding-top:48px;border-top:1px solid var(--col_border)}@media screen and (max-width: 767px){.page_single_program .program_flex_block+.page_single_program .program_flex_block{padding-top:32px}}.page_single_program .program_block_anchors{display:flex;flex-wrap:wrap;gap:24px;margin-top:24px;padding-top:24px;border-top:1px solid var(--col_border)}@media screen and (max-width: 767px){.page_single_program .program_block_anchors{gap:16px}}.page_single_program .program_block_anchor_item{display:flex;flex-direction:column;align-items:center;width:96px;text-decoration:none;color:var(--col_text)}@media screen and (max-width: 767px){.page_single_program .program_block_anchor_item{width:80px}}.page_single_program .program_block_anchor_photo{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:8px}.page_single_program .program_block_anchor_photo img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.page_single_program .program_block_anchor_photo{width:64px;height:64px}}.page_single_program .program_block_anchor_position{font-size:10px;color:var(--col_text_light);text-align:center;line-height:1.3}.page_single_program .program_block_anchor_name{font-size:12px;font-weight:600;text-align:center;line-height:1.3}.page_single_program .program_flex_heading{font-size:22px;font-weight:600;color:var(--col_primary);margin-bottom:24px;padding-bottom:12px;border-bottom:2px solid var(--col_primary)}@media screen and (max-width: 767px){.page_single_program .program_flex_heading{font-size:18px;margin-bottom:16px}}.page_single_program .program_flex_date{font-size:14px;font-weight:bold;color:var(--col_primary);margin-bottom:8px}.page_single_program .program_flex_sub_heading{font-size:16px;font-weight:600;color:var(--col_primary);margin-bottom:16px}@media screen and (min-width: 768px){.page_single_program .program_flex_text--float-right,.page_single_program .program_flex_text--float-left{overflow:hidden}}.page_single_program .program_flex_image{margin-bottom:24px}.page_single_program .program_flex_image img{width:100%;height:auto;display:block;border-radius:8px}@media screen and (min-width: 768px){.page_single_program .program_flex_image--medium{max-width:480px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 768px){.page_single_program .program_flex_image--small{max-width:320px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 768px){.page_single_program .program_flex_image--right{max-width:320px;float:right;margin-left:24px;margin-bottom:16px}}@media screen and (min-width: 768px){.page_single_program .program_flex_image--left{max-width:320px;float:left;margin-right:24px;margin-bottom:16px}}.page_single_program .program_flex_body{margin-bottom:16px}.page_single_program .program_flex_link a{color:var(--col_link);text-decoration:underline;font-size:16px}.page_single_program .program_flex_link a:hover{text-decoration:none}.page_single_program .program_flex_schedule{display:flex;flex-direction:column;gap:12px}.page_single_program .schedule_row{padding:16px 20px;background-color:var(--col_white)}@media screen and (max-width: 767px){.page_single_program .schedule_row{padding:12px 16px;margin-left:-16px;margin-right:-16px}}.page_single_program .schedule_row_main{display:flex;gap:24px}@media screen and (max-width: 767px){.page_single_program .schedule_row_main{flex-direction:column;align-items:flex-start;gap:8px}}.page_single_program .schedule_time{flex-shrink:0;width:120px;font-size:16px;font-weight:600;color:var(--col_text)}@media screen and (max-width: 767px){.page_single_program .schedule_time{width:auto;align-self:flex-start}}.page_single_program .schedule_detail{flex:1}.page_single_program .schedule_image{margin-bottom:12px}.page_single_program .schedule_image img{max-width:300px;height:auto;display:block;border-radius:8px}@media screen and (max-width: 767px){.page_single_program .schedule_image img{max-width:100%}}.page_single_program .schedule_title{font-size:22px;font-weight:600;color:var(--col_text);margin-bottom:16px;line-height:1.4}@media screen and (max-width: 767px){.page_single_program .schedule_title{font-size:20px}}.page_single_program .schedule_body{font-size:16px;color:var(--col_text);line-height:1.8}.page_single_program .program_tg_date_block{margin-top:12px;padding-top:12px;border-top:1px dashed var(--col_border)}.page_single_program .program_tg_date{font-size:14px;font-weight:600;color:var(--col_primary);margin:0 0 4px}.page_single_program .program_tg_detail{display:flex;align-items:baseline;gap:8px;margin:4px 0 0 0}.page_single_program .program_tg_label{flex-shrink:0;font-size:12px;color:var(--col_white);background-color:var(--col_primary);padding:2px 8px}.page_single_program .program_tg_content{font-size:14px;color:var(--col_text);line-height:1.4}.page_single_program .vod_section_compact{margin:16px 0 24px}.page_single_program .vod_section_compact .vod_compact_list{display:flex;gap:24px}@media screen and (max-width: 767px){.page_single_program .vod_section_compact .vod_compact_list{gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}}.page_single_program .vod_section_compact .swiper-slide{flex:1;min-width:0;max-width:calc(33.333% - 12px)}@media screen and (max-width: 767px){.page_single_program .vod_section_compact .swiper-slide{flex:0 0 60%;max-width:none}}.page_single_program .video_card .video_title,.page_single_program .video_card.has_video_frame .video_title{display:none}.page_single_program .video_card .video_theme,.page_single_program .video_card.has_video_frame .video_theme{color:var(--col_primary);font-size:14px}.page_single_program .video_card .video_guest,.page_single_program .video_card.has_video_frame .video_guest{color:var(--col_primary);font-size:14px}.page_single_program .program_recommend{margin-top:48px;margin-bottom:48px;background:var(--col_white);padding:16px}@media screen and (max-width: 767px){.page_single_program .program_recommend{margin-top:32px;margin-bottom:32px;padding:12px}}.page_single_program .program_recommend_title{font-size:20px;font-weight:500;text-align:center;background:var(--col_primary);color:var(--col_white);padding:12px 16px;margin-bottom:16px}.page_single_program .program_recommend_list{display:flex;flex-direction:column;gap:16px}.page_single_program .program_recommend_item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f3f9ff}@media screen and (max-width: 767px){.page_single_program .program_recommend_item{padding:12px;gap:12px}}.page_single_program .program_recommend_num{flex-shrink:0;font-size:18px;font-weight:600;color:var(--col_black);line-height:1.4}.page_single_program .program_recommend_body{flex:1}.page_single_program .program_recommend_heading{font-size:18px;font-weight:600;color:var(--col_black);margin-bottom:8px;line-height:1.4}.page_single_program .program_recommend_detail{font-size:16px;line-height:1.8;color:var(--col_primary)}.page_event{width:min(1200px,92%);margin:0 auto;padding:0 0 48px}@media screen and (max-width: 767px){.page_event{padding:0 0 64px}}.event_status_tabs{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:24px 0 16px;margin-bottom:32px}@media screen and (max-width: 767px){.event_status_tabs{gap:8px;padding:16px 0 12px;margin-bottom:24px}}.status_tab{background-color:var(--col_white);border:none;border-radius:9999px;box-shadow:0 0 6px rgba(0,0,0,.15);font-size:16px;font-weight:600;color:var(--col_primary);cursor:pointer;padding:12px 12px 12px 20px;line-height:1;transition:all .3s;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:calc(20% - 10px)}.status_tab::after{content:"";display:block;width:28px;height:28px;border-radius:50%;background-color:var(--col_link);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='white'%3E%3Cpath d='M2 3 L10 3 L6 10 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px;flex-shrink:0}.status_tab:hover{opacity:.7}.status_tab.active{font-weight:600}@media screen and (max-width: 1024px){.status_tab{width:calc(33.333% - 8px)}}@media screen and (max-width: 767px){.status_tab{font-size:13px;padding:10px 10px 10px 12px;width:calc(50% - 6px)}}@media screen and (max-width: 399px){.status_tab{width:100%}}.event_section{margin-bottom:48px}.event_section:last-child{margin-bottom:0}.event_section_title{font-size:18px;font-weight:600;color:var(--col_primary);padding-bottom:16px;border-bottom:2px solid var(--col_primary);margin-top:8px;margin-bottom:24px}@media screen and (max-width: 767px){.event_section_title{padding-bottom:12px}}.event_list{display:flex;flex-direction:column;gap:32px}.event_item{display:grid;grid-template-columns:280px 1fr;gap:0 24px;text-decoration:none;padding-bottom:32px;transition:transform .3s ease}.event_item:hover{transform:translateY(-3px)}.event_item img{transition:filter .3s ease}.event_item:hover img{filter:brightness(1.08)}@media screen and (max-width: 767px){.event_item{grid-template-columns:1fr;gap:16px}}.event_image{flex-shrink:0;width:280px}@media screen and (max-width: 767px){.event_image{width:100%}}.event_image img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.event_info{flex:1;min-width:0}.event_sponsors{display:flex;align-items:center;gap:16px;margin-bottom:12px}.event_sponsors img{height:24px;width:auto;float:none !important;margin:0 !important;display:inline-block}.event_title{font-size:20px;font-weight:600;color:var(--col_text);line-height:1.5;margin-bottom:16px}@media screen and (max-width: 767px){.event_title{font-size:18px}}.event_meta{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.meta_item{display:flex;align-items:flex-start;gap:12px}.meta_label{flex-shrink:0;display:inline-block;padding:4px 16px;background-color:var(--col_primary);color:var(--col_white);font-size:14px;font-weight:600}.meta_value{font-size:16px;font-weight:600;color:var(--col_primary);line-height:1.5;padding-top:4px}.event_description{grid-column:1/-1;font-size:16px;font-weight:600;color:var(--col_primary);line-height:1.8;margin-top:16px}.page_single_event{max-width:1000px}.page_single_event .event_header{padding-top:8px;margin-bottom:32px}.page_single_event .event_title_large{font-size:28px;font-weight:600;color:var(--col_text);line-height:1.5;margin-bottom:12px}@media screen and (max-width: 767px){.page_single_event .event_title_large{font-size:22px}}.page_single_event .event_datetime_text,.page_single_event .event_venue_text{font-size:18px;font-weight:600;color:var(--col_primary);line-height:1.8}@media screen and (max-width: 767px){.page_single_event .event_datetime_text,.page_single_event .event_venue_text{font-size:16px}}.page_single_event .event_hero{margin-bottom:32px}.page_single_event .event_hero img{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover;border-radius:8px}@media screen and (max-width: 767px){.page_single_event .event_hero{margin-bottom:24px}}.page_single_event .event_apply{text-align:center;margin-bottom:40px}@media screen and (max-width: 767px){.page_single_event .event_apply{margin-bottom:32px}}.page_single_event .btn_apply{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:320px;padding:16px 48px 16px 40px;background-color:var(--col_link);color:var(--col_white);font-size:18px;font-weight:600;text-decoration:none;transition:opacity .3s}.page_single_event .btn_apply::after{content:"▶";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--col_white)}@media screen and (max-width: 767px){.page_single_event .btn_apply{min-width:0;width:100%;padding:14px 48px 14px 24px;font-size:16px}}.page_single_event .btn_apply:hover{opacity:.8}.page_single_event .event_content{margin-bottom:40px}@media screen and (max-width: 767px){.page_single_event .event_content{margin-bottom:32px}}.page_single_event .section_title_sub{margin-bottom:24px}.page_single_event .event_info_section{margin-bottom:48px}@media screen and (max-width: 767px){.page_single_event .event_info_section{margin-bottom:32px;padding-bottom:32px}}.page_single_event .event_dl{display:flex;flex-direction:column}.page_single_event .event_dl_row{display:flex;align-items:baseline;gap:12px;padding:12px 0}@media screen and (max-width: 767px){.page_single_event .event_dl_row{flex-direction:column;gap:4px}}.page_single_event .event_dl_row dt{flex-shrink:0;display:inline-block;padding:4px 16px;background-color:var(--col_primary);color:var(--col_white);font-size:14px;font-weight:600;line-height:1.5}@media screen and (max-width: 767px){.page_single_event .event_dl_row dt{font-size:12px}}.page_single_event .event_dl_row dd{flex:1;font-size:16px;color:var(--col_primary);font-weight:500;line-height:1.6;padding-top:4px}@media screen and (max-width: 767px){.page_single_event .event_dl_row dd{font-size:14px}}.page_single_event .event_schedule{margin-bottom:48px}@media screen and (max-width: 767px){.page_single_event .event_schedule{margin-bottom:32px}}.page_single_event .timeline_item{display:flex;gap:24px;padding:20px 0;border-bottom:1px solid var(--col_border)}@media screen and (max-width: 767px){.page_single_event .timeline_item{gap:16px;padding:16px 0}}.page_single_event .timeline_time{flex-shrink:0;width:60px;font-size:14px;font-weight:600;color:var(--col_primary)}.page_single_event .timeline_content{flex:1;min-width:0}.page_single_event .timeline_title{font-size:16px;font-weight:600;color:var(--col_primary);margin-bottom:8px;line-height:1.4}@media screen and (max-width: 767px){.page_single_event .timeline_title{font-size:14px}}.page_single_event .timeline_body{font-size:16px;color:var(--col_primary);line-height:1.8}@media screen and (max-width: 767px){.page_single_event .timeline_body{font-size:14px}}.page_single_event .timeline_image{flex-shrink:0;width:140px}@media screen and (max-width: 767px){.page_single_event .timeline_image{width:100px}}.page_single_event .timeline_image img{width:100%;height:auto;display:block;border-radius:8px}.page_single_event .timeline_break{background-color:var(--col_back)}.page_single_event .timeline_break .timeline_break_text{font-size:14px;color:var(--col_primary)}.page_single_event .event_note_section{margin-bottom:48px}@media screen and (max-width: 767px){.page_single_event .event_note_section{margin-bottom:32px}}.page_single_event .event_note_body{margin-bottom:16px}.page_single_event .event_note_image img{max-width:300px;height:auto;display:block;border-radius:8px}@media screen and (max-width: 767px){.page_single_event .event_note_image img{max-width:200px}}.page_single_event .event_form_section{margin-bottom:48px;padding:40px;background-color:var(--col_white)}@media screen and (max-width: 767px){.page_single_event .event_form_section{margin-left:-16px;margin-right:-16px;padding:32px 16px;margin-bottom:32px}}.page_single_event .required_mark{margin-left:4px}.page_single_event .form_group{display:flex;align-items:flex-start;margin-bottom:24px}@media screen and (max-width: 767px){.page_single_event .form_group{flex-direction:column;margin-bottom:20px}}.page_single_event .form_label{flex-shrink:0;width:160px;font-size:16px;font-weight:600;color:var(--col_primary);padding-top:12px}@media screen and (max-width: 767px){.page_single_event .form_label{width:auto;padding-top:0;margin-bottom:8px}}.page_single_event .form_field_area{flex:1;min-width:0}@media screen and (max-width: 767px){.page_single_event .form_field_area{width:100%}}.page_single_event .form_input{width:100%;padding:12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box}.page_single_event .form_input::placeholder{color:#bfbfbf}.page_single_event .form_input:focus{outline:none;border-color:var(--col_primary)}.page_single_event .form_select{padding:12px 40px 12px 16px;font-size:16px;color:var(--col_text);border:1px solid #bfbfbf;background-color:#f9f9f9;box-sizing:border-box;min-width:100px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 10 10%22%3E%3Cpolygon points=%220,0 10,0 5,10%22 fill=%22%23001E5A%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:10px}.page_single_event .form_select:focus{outline:none;border-color:var(--col_primary)}@media screen and (max-width: 767px){.page_single_event .form_select{min-width:0;flex:1;width:100%}}.page_single_event .form_fields_row{display:flex;gap:12px}.page_single_event .form_fields_row .form_input{flex:1}@media screen and (max-width: 767px){.page_single_event .form_fields_row.form_fields_name{flex-direction:column}}.page_single_event .form_fields_date{gap:8px}@media screen and (max-width: 767px){.page_single_event .form_fields_date{gap:0}.page_single_event .form_fields_date .form_select{border-right:none}.page_single_event .form_fields_date .form_select:last-child{border-right:1px solid #bfbfbf}}.page_single_event .form_radio_group{display:flex;gap:32px;padding-top:12px}@media screen and (max-width: 767px){.page_single_event .form_radio_group{gap:24px;padding-top:0}}.page_single_event .form_radio{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--col_primary);cursor:pointer}.page_single_event .form_radio input[type=radio]{margin:0;width:20px;height:20px;accent-color:var(--col_primary)}.page_single_event .form_checkbox_group{display:flex;flex-direction:column;gap:16px;padding-top:8px}@media screen and (max-width: 767px){.page_single_event .form_checkbox_group{gap:12px;padding-top:0}}.page_single_event .form_checkbox{display:flex;align-items:center;gap:8px;font-size:16px;color:var(--col_primary);cursor:pointer}.page_single_event .form_checkbox input[type=checkbox]{margin:0;width:20px;height:20px;accent-color:var(--col_primary);flex-shrink:0}.page_single_event .form_textarea{resize:vertical;min-height:120px;line-height:1.6}.page_single_event .form_note{font-size:12px;color:var(--col_text_light);margin-top:8px;line-height:1.6}.page_single_event .form_notice{margin-bottom:48px;padding:32px;border:1px solid var(--col_border)}@media screen and (max-width: 767px){.page_single_event .form_notice{padding:24px 16px;margin-bottom:32px}}.page_single_event .form_notice_title{font-size:20px;font-weight:600;color:var(--col_text);margin-bottom:16px}@media screen and (max-width: 767px){.page_single_event .form_notice_title{font-size:18px}}.page_single_event .form_notice_body{font-size:14px;color:var(--col_text);line-height:1.8}.page_single_event .form_notice_body p{margin-bottom:4px}.page_single_event .form_notice_body p:last-child{margin-bottom:0}.page_single_event .event_apply{text-align:center;margin-bottom:48px}@media screen and (max-width: 767px){.page_single_event .event_apply{margin-bottom:32px}}.page_single_event .event_apply .btn_apply{border:none;cursor:pointer}.page_anchor{width:min(1200px,92%);margin:0 auto;padding:32px 0 128px}@media screen and (max-width: 767px){.page_anchor{padding:16px 0 64px}}.anchor_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:64px 32px}@media screen and (max-width: 1024px){.anchor_grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.anchor_grid{grid-template-columns:repeat(2, 1fr);gap:32px 24px}}.anchor_card{display:block;text-decoration:none;text-align:left;transition:transform .3s ease}.anchor_card:hover{transform:translateY(-4px)}.anchor_card .anchor_photo{transition:filter .3s ease}.anchor_card:hover .anchor_photo{filter:brightness(1.08)}.anchor_photo{width:100%;padding-top:100%;background-size:cover;background-position:center top;background-color:var(--col_border);border-radius:8px;margin-bottom:12px}.anchor_name{font-size:18px;font-weight:600;color:var(--col_primary);line-height:1.4}@media screen and (max-width: 767px){.anchor_name{font-size:16px}}.anchor_section{margin-top:48px;padding-top:32px}.anchor_section_title{font-size:16px;font-weight:600;color:var(--col_primary);margin-bottom:24px;padding-left:12px}.page_schedule{width:min(1200px,92%);margin:0 auto;padding:0 0 48px}.page_schedule *:not(.date_nav){border-radius:0 !important}@media screen and (max-width: 767px){.page_schedule{padding:0 0 32px}}.channel_tabs{display:flex;gap:32px;margin-bottom:24px}@media screen and (max-width: 767px){.channel_tabs{flex-direction:column;gap:16px}}.channel_tab{flex:1;padding:12px 32px;font-size:16px;font-weight:500;border:none;cursor:pointer;transition:all .3s;background-color:#c4c4c4;color:var(--col_white);text-align:center}.channel_tab:hover{opacity:.8}.channel_tab.active{background-color:var(--col_primary);color:var(--col_white)}.date_selector{display:flex;align-items:center;margin:0 0 24px;position:relative}.date_nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--col_link);border-radius:50%;background-color:var(--col_white);color:var(--col_link);cursor:pointer;transition:all .3s;font-size:14px;z-index:2}.date_nav:first-child{left:-18px}.date_nav:last-child{right:-18px}.date_nav:hover{background-color:var(--col_link);color:var(--col_white)}.date_list{flex:1;display:flex;gap:8px;overflow:hidden}@media screen and (max-width: 1024px){.date_list{overflow:hidden}}.date_item{flex:1 0 0;min-width:0}@media screen and (max-width: 1024px){.date_item{flex:0 0 calc((100% - 32px)/5)}}@media screen and (max-width: 767px){.date_item{flex:0 0 calc((100% - 16px)/3)}}.date_item{padding:12px 8px}@media screen and (max-width: 767px){.date_item{padding:6px 8px}}.date_item{border:none;background-color:var(--col_white);font-size:16px;font-weight:500;color:var(--col_text);cursor:pointer;transition:all .3s;text-align:center}.date_item:hover{background-color:var(--col_back)}.date_item.active{background-color:var(--col_primary);color:var(--col_white)}.date_item.sat{border:1px solid #3697cb}.date_item.sun{border:1px solid #f40000}.date_item.sat.active{background-color:#3697cb;color:var(--col_white);border:1px solid #3697cb}.date_item.sun.active{background-color:#f40000;color:var(--col_white);border:1px solid #f40000}.date_item .date_day{display:block;margin-top:2px}.schedule_empty{padding:48px 24px;text-align:center;background-color:var(--col_white);color:var(--col_text_light);font-size:16px}.schedule_table{display:flex;flex-direction:column;gap:8px}.schedule_block{padding:20px;background-color:var(--col_white)}@media screen and (max-width: 767px){.schedule_block{padding:16px}}.schedule_block.now_playing{background-color:var(--col_primary)}.schedule_block.now_playing .schedule_time,.schedule_block.now_playing .schedule_title,.schedule_block.now_playing .schedule_title a,.schedule_block.now_playing .schedule_description{color:var(--col_white)}.schedule_block.now_playing .schedule_corners{background-color:var(--col_white)}.schedule_item{display:flex;align-items:center;gap:16px;margin-bottom:0}@media screen and (max-width: 767px){.schedule_item{display:grid;grid-template-columns:100px 1fr;gap:8px 12px}}.schedule_time{flex-shrink:0;width:96px;font-size:16px;font-weight:600;color:var(--col_primary)}@media screen and (max-width: 767px){.schedule_time{grid-column:2;grid-row:1;width:auto;align-self:end}}.schedule_time_end{font-size:14px;font-weight:400}.schedule_thumbnail{flex-shrink:0;width:120px;height:68px;background-size:cover;background-position:center;background-color:var(--col_border)}@media screen and (max-width: 767px){.schedule_thumbnail{grid-column:1;grid-row:1/3;width:100%;height:56px;align-self:start}}.schedule_info{flex:1;min-width:0}@media screen and (max-width: 767px){.schedule_info{display:contents}}.schedule_title{font-size:18px;font-weight:600;color:var(--col_primary);margin-bottom:8px}@media screen and (max-width: 767px){.schedule_title{grid-column:2;grid-row:2;align-self:start;margin-bottom:0}}.schedule_title a{color:var(--col_primary);text-decoration:underline;text-underline-offset:4px;transition:opacity .3s}.schedule_title a:hover{opacity:.7}.schedule_description{font-size:16px;color:var(--col_primary);line-height:1.6;margin-bottom:8px}@media screen and (max-width: 767px){.schedule_description{grid-column:1/-1;grid-row:3;margin-bottom:0}}.schedule_cast{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}@media screen and (max-width: 767px){.schedule_cast{grid-column:1/-1;grid-row:4;margin-bottom:0}}.cast_item{display:inline-flex;align-items:center;gap:8px;margin-right:12px}.cast_label{display:inline-block;padding:2px 8px;background-color:var(--col_primary);color:var(--col_white);font-size:12px;font-weight:600}.cast_name{font-size:16px;color:var(--col_text)}.schedule_live{display:inline-block;vertical-align:middle;padding:2px 8px;margin-left:8px;background-color:var(--col_live);color:var(--col_white);font-size:12px;font-weight:600}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.schedule_corners{display:flex;flex-direction:column;gap:4px;margin-top:12px;margin-left:112px;padding:12px 16px;background-color:var(--col_back_dark)}@media screen and (max-width: 767px){.schedule_corners{margin-left:0}}.schedule_corners .schedule_corner_item{padding:4px 0}.schedule_corners .schedule_corner_header{margin:0}.schedule_corners .schedule_corner_time{font-size:14px;color:var(--col_text);margin-right:8px}.schedule_corners .schedule_corner_name{font-size:14px;color:var(--col_text)}.schedule_corners .schedule_corner_detail{display:flex;align-items:baseline;gap:8px;margin:4px 0 0 0}.schedule_corners .schedule_corner_label{flex-shrink:0;font-size:12px;color:var(--col_white);background-color:var(--col_primary);padding:2px 8px}.schedule_corners .schedule_corner_content{font-size:14px;color:var(--col_text);line-height:1.4}.schedule_break{display:flex;align-items:center;gap:16px;padding:16px 20px;background-color:var(--col_gray);border-bottom:1px solid var(--col_border);font-size:14px;color:var(--col_primary)}.schedule_break .break_time{font-weight:600;color:var(--col_primary)}.page_market{width:min(1200px,92%);margin:0 auto;padding:0 0 64px}.page_market *:not(.date_nav){border-radius:0 !important}@media screen and (max-width: 767px){.page_market{padding:0 0 48px}}.market_page_title{font-size:28px;font-weight:600;color:var(--col_primary);margin-bottom:32px;line-height:1.4}@media screen and (max-width: 767px){.market_page_title{font-size:22px;margin-bottom:24px}}.market_tabs{display:flex;align-items:center;gap:0;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--col_primary)}.market_tab{font-size:16px;font-weight:500;color:var(--col_text_light);padding-bottom:4px;transition:all .3s}.market_tab:hover{opacity:.7}.market_tab.active{color:var(--col_primary);font-weight:600}.market_tab+.market_tab{margin-left:24px;padding-left:24px;border-left:2px solid #3697cb}@media screen and (max-width: 767px){.market_tab+.market_tab{margin-left:16px;padding-left:16px}}.market_content{margin-top:24px}.market_section_title{font-size:20px;font-weight:600;color:var(--col_primary);padding-bottom:12px;border-bottom:2px solid var(--col_primary);margin-bottom:16px}.market_section_title+.market_list,.market_section_title+.market_guest_list,.market_section_title+.market_empty{margin-bottom:40px}.market_list{display:flex;flex-direction:column;gap:8px}.market_item{padding:16px;background-color:var(--col_white);display:flex;align-items:baseline;gap:16px}@media screen and (max-width: 767px){.market_item{padding:12px;gap:12px}}.market_item_time{flex-shrink:0;font-size:16px;font-weight:600;color:var(--col_primary);width:56px}.market_item_content{font-size:16px;color:var(--col_primary);line-height:1.6}.market_item_closed .market_item_content{color:var(--col_primary)}.market_guest_list{display:flex;flex-direction:column;gap:8px}.market_guest_block{padding:16px;background-color:var(--col_white)}.market_guest_header{margin-bottom:8px}.market_guest_time{font-size:16px;font-weight:600;color:var(--col_primary);margin-right:8px}.market_guest_corner{font-size:16px;font-weight:600;color:var(--col_primary)}.market_guest_item{display:flex;align-items:baseline;gap:8px;margin-top:4px}.market_guest_label{flex-shrink:0;font-size:12px;color:var(--col_white);background-color:var(--col_primary);padding:2px 8px}.market_guest_content{font-size:16px;color:var(--col_primary);line-height:1.4}.market_empty{padding:48px 0;text-align:center;color:var(--col_text_light);font-size:16px}.page_live{width:min(1200px,92%);margin:0 auto;padding:32px 0}@media screen and (max-width: 767px){.page_live{padding:16px 0}}.live_now_section{margin-bottom:48px}.live_player{background-color:var(--col_white);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.player_wrapper{position:relative;width:100%;padding-top:56.25%;background-color:#000}.player_placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.play_button{width:80px;height:80px;border-radius:50%;background-color:hsla(0,0%,100%,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s,background-color .3s}.play_button svg{width:32px;height:32px;color:var(--col_primary);margin-left:4px}.play_button:hover{transform:scale(1.1);background-color:var(--col_white)}.live_info{padding:24px}.live_badge{display:inline-block;padding:4px 12px;background-color:#e53935;color:var(--col_white);font-size:12px;font-weight:600;border-radius:4px;margin-bottom:12px;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}.live_title{font-size:20px;font-weight:600;color:var(--col_text);margin-bottom:8px}@media screen and (max-width: 767px){.live_title{font-size:18px}}.live_time{font-size:14px;color:var(--col_text_light)}.vod_section{margin-bottom:32px}.vod_grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}@media screen and (max-width: 1024px){.vod_grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.vod_grid{grid-template-columns:repeat(2, 1fr);gap:16px}}.vod_card{display:block;text-decoration:none;transition:transform .3s ease}.vod_card:hover{transform:translateY(-4px)}.vod_card img{transition:filter .3s ease}.vod_card:hover img{filter:brightness(1.08)}.vod_card .vod_thumbnail{position:relative;width:100%;padding-top:56.25%;background-size:cover;background-position:center;background-color:var(--col_border);border-radius:8px;margin-bottom:12px}.vod_card .vod_duration{position:absolute;bottom:8px;right:8px;padding:2px 6px;background-color:rgba(0,0,0,.8);color:var(--col_white);font-size:12px;border-radius:2px}.vod_card .vod_info{padding:0 4px}.vod_card .vod_date{font-size:12px;color:var(--col_text_light);margin-bottom:4px}.vod_card .vod_title{font-size:16px;font-weight:500;color:var(--col_text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page_about{width:min(1000px,92%);margin:0 auto;padding:32px 0}@media screen and (max-width: 767px){.page_about{padding:16px 0}}.about_hero{background:linear-gradient(135deg, var(--col_primary) 0%, #1a5a8a 100%);color:var(--col_white);padding:64px 32px;border-radius:8px;text-align:center;margin-bottom:48px}@media screen and (max-width: 767px){.about_hero{padding:40px 20px}}.about_catch{font-size:32px;font-weight:600;margin-bottom:16px}@media screen and (max-width: 767px){.about_catch{font-size:24px}}.about_lead{font-size:16px;opacity:.9;line-height:1.8}@media screen and (max-width: 767px){.about_lead{font-size:14px}}.about_section{margin-bottom:48px}.about_section:last-child{margin-bottom:0}.about_content{background-color:var(--col_white);border-radius:8px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.08)}@media screen and (max-width: 767px){.about_content{padding:20px}}.about_table{width:100%;border-collapse:collapse}.about_table tr{border-bottom:1px solid var(--col_border)}.about_table tr:last-child{border-bottom:none}.about_table th,.about_table td{padding:16px;text-align:left;vertical-align:top}@media screen and (max-width: 767px){.about_table th,.about_table td{display:block;padding:8px 0}}.about_table th{width:150px;font-weight:500;color:var(--col_text_light);background-color:rgba(0,51,102,.03)}@media screen and (max-width: 767px){.about_table th{width:100%;background-color:rgba(0,0,0,0);padding-bottom:4px}}.about_table td{color:var(--col_text)}@media screen and (max-width: 767px){.about_table td{padding-top:0;padding-bottom:16px}}.viewing_methods{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px}@media screen and (max-width: 767px){.viewing_methods{grid-template-columns:1fr;gap:16px}}.method_card{background-color:var(--col_white);border-radius:8px;padding:32px 24px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.method_icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,51,102,.1);border-radius:50%}.method_icon svg{width:32px;height:32px;color:var(--col_primary)}.method_title{font-size:16px;font-weight:600;color:var(--col_text);margin-bottom:8px}.method_description{font-size:14px;color:var(--col_text_light);line-height:1.6}.contact_info{background-color:var(--col_white);border-radius:8px;padding:32px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.contact_info p{margin-bottom:24px;color:var(--col_text)}body{font-family:"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;font-size:16px;line-height:1.5;color:var(--col_text);background-color:var(--col_back);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}*{box-sizing:border-box}/*# sourceMappingURL=style.css.map */
