#header{width:100%;height:48px;display:flex;padding:10px;align-items:center;justify-content:space-between;background:#efefef;box-shadow:0px 2px 2px rgba(0,0,0,.1);position:fixed;z-index:100}#header h1{width:130px}#header h1 a{display:block}@media screen and (min-width: 1100px),print{#header{height:80px}#header h1{width:197px}}.menu_btn{width:32px;height:22px;display:block;position:relative}.menu_btn_bar{width:100%;height:4px;background:#080808;position:absolute;left:0;transition:.5s linear}.menu_btn_bar:nth-of-type(1){top:0}.menu_btn_bar:nth-of-type(2){top:9px}.menu_btn_bar:nth-of-type(3){top:18px}.open .menu_btn_bar:nth-of-type(1){transform:rotate(405deg);top:9px}.open .menu_btn_bar:nth-of-type(2){transform:scaleX(0)}.open .menu_btn_bar:nth-of-type(3){transform:rotate(-405deg);top:9px}@media screen and (min-width: 1100px),print{.menu_btn{display:none}}.menu_sp{display:flex;visibility:hidden;opacity:0;position:fixed;top:0;bottom:0;left:0;right:0;z-index:50;padding:60px 20px;background:rgba(239,239,239,.8);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);flex-flow:column;justify-content:center;align-items:center;text-align:center;transition:.5s}.open .menu_sp{visibility:visible;opacity:1}.menu_sp_li{margin:15px 0}.menu_sp_req{background:#080808;display:grid;place-items:center;width:200px;height:45px;border-radius:8px;margin:5px 0}@media screen and (min-width: 1100px),print{.menu_sp{display:none !important}}.menu_pc{display:none}.menu_pc_ul{display:flex}.menu_pc_li{margin-right:20px}.menu_pc_req{background:#080808;display:grid;place-items:center;width:190px;height:45px;border-radius:8px;margin-left:10px}@media screen and (min-width: 1100px),print{.menu_pc{display:flex;align-items:center}}/*# sourceMappingURL=header.css.map */