html,body{font-family:"Noto Sans JP", "Roboto", sans-serif}.all-wrapper{height:100vh;width:100vw}.fullscreen-image{position:absolute;width:100vw;height:100vh;object-fit:cover;z-index:-2}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);background-image:radial-gradient(circle, rgba(96,151,225,0.86), rgba(47,90,147,0.97) 90%);z-index:-1}.all-azure{background:#6097E1}.logo img{margin-top:20%;width:427px}.slogan{margin-top:10px;font-family:"Hiragino Maru Gothic Pro", sans-serif;font-size:18px}.introduction{margin:100px;color:#7B7B7B}.button{background:#6097E1;color:#FFFFFF;height:70px;width:275px;border-radius:35px}.button:hover{background:#3c6cab}.flex{display:flex}.card{display:flex;background:#FFFFFF;flex-direction:column;align-items:center;width:30vw;min-width:500px;max-width:600px;min-height:740px;height:66vh;margin:auto;border-radius:26px}@keyframes flash-in{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.flash{display:flex;position:fixed;left:24px;bottom:20px;align-items:center;width:396px;height:60px;background:#282828;color:#FFFFFF;font-size:15px;padding:10px 20px;border-radius:9px;border:1px solid #6097E1;box-shadow:0px 4px 8px rgba(0,0,0,0.5);animation:flash-in 0.5s cubic-bezier(0.4, 0, 0.2, 1);transition:opacity .4s ease;opacity:1}.flash.fade-out{opacity:0;pointer-events:none}.add_goal_flash{display:flex;position:fixed;left:24px;bottom:20px;align-items:center;width:396px;height:60px;background:#282828;color:#FFFFFF;font-size:15px;padding:10px 20px;border-radius:9px;border:1px solid #6097E1;box-shadow:0px 4px 8px rgba(0,0,0,0.5);animation:flash-in 0.5s cubic-bezier(0.4, 0, 0.2, 1)}#js_flash{white-space:pre-line;transition:opacity .5s}#js_flash.fade-out{opacity:0}.close_btn{position:absolute;top:50%;right:10px;width:30px;height:30px;transform:translateY(-50%);cursor:pointer;z-index:1}.close_btn::before,.close_btn::after{content:'';position:absolute;left:14px;top:6px;width:1px;height:20px;background:#D9D9D9;border-radius:2px}.close_btn::before{transform:rotate(45deg)}.close_btn::after{transform:rotate(-45deg)}.header{background:#F6F6F6;width:100%;height:64px;display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.header_search_container{display:flex;align-items:center;gap:12px;width:50%;min-width:500px}.header_search_type_buttons{display:flex;gap:0;background:#FFFFFF;border:1px solid #E7EEF7;border-radius:7px;overflow:hidden}.header_search_type_btn{padding:8px 16px;font-size:14px;font-weight:500;color:#3c6cab;background:#FFFFFF;border:none;border-right:1px solid #E7EEF7;cursor:pointer;transition:background-color 0.2s, color 0.2s;white-space:nowrap}.header_search_type_btn:last-child{border-right:none}.header_search_type_btn:hover{background:#E7EEF7}.header_search_type_btn.active{background:#6097E1;color:#FFFFFF}.header_search{position:relative;display:flex;min-width:400px;align-items:center;background:#FFFFFF;flex:1;border-radius:7px;border:1px solid #E7EEF7;outline:none}.header_search_focus{outline:2px solid #6097E1}.header_search_img{width:20px;height:20px;margin-left:10px}.header_search_input{width:100%;height:40px;border-radius:20px;padding-left:20px;padding-right:120px;font-size:16px}.header_search_clear_btn{position:absolute;right:10px;width:30px;height:30px;cursor:pointer;z-index:1;display:flex;align-items:center;justify-content:center}.header_search_clear_btn::before,.header_search_clear_btn::after{content:'';position:absolute;left:14px;top:6px;width:1.5px;height:20px;background:#727272;border-radius:2px}.header_search_clear_btn::before{transform:rotate(45deg)}.header_search_clear_btn::after{transform:rotate(-45deg)}.header_search_clear_btn.hidden{display:none}.header_search_enter_hint{position:absolute;right:50px;font-size:12px;color:#999;pointer-events:none;white-space:nowrap}.header_search_enter_hint.hidden{display:none}.header_right{display:flex;align-items:center}.header_user_icon{margin:4px 20px 0;position:relative;cursor:pointer}.header_user_icon_img{width:50px;height:50px;border-radius:50%}.header_user_menu_card{display:none;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:60px;right:40px;width:231px;height:120px;background:#FFFFFF;border:1px solid #E5E5E5;border-radius:10px;box-shadow:0px 4px 8px rgba(0,0,0,0.1)}.header_user_menu_card .header_user_logout_btn{display:flex;align-items:center;justify-content:center;width:calc(231px - 8px);height:42px;border-radius:6px}.header_user_menu_card .header_user_logout_btn:hover{background:#E5E5E5}.header_user_menu_card.visible{display:flex}.header_user_menu_card .logout_icon{width:34px;margin-right:8px}.header_my_bookshelf{margin:5px 20px 0;font-size:16px;color:#3c6cab}.dialog_overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,0.4);display:flex;justify-content:center;align-items:center;z-index:100}.dialog_overlay.hidden{display:none}.dialog_card{display:flex;flex-direction:column;align-items:center;background:#FFFFFF;width:14%;min-width:400px;height:32%;min-height:430px;border-radius:18px;padding:20px;text-align:center;box-shadow:0px 4px 8px rgba(0,0,0,0.1)}.logout_dialog_logo{margin-bottom:20px}.logout_dialog_logo img{width:80px}.logout_dialog_message{font-size:18px;font-weight:500;margin-top:20px}.logout_dialog_buttons{display:flex;flex-direction:column;margin-top:50px}.dialog_btn{width:278px;height:58px;border-radius:30px}.logout_colors{background:#6097E1;color:#FFFFFF}.logout_colors:hover{background:#3c6cab}.dialog_cancel_btn{background:#FFFFFF;width:278px;height:58px;border-radius:30px;border:1px solid #D9D9D9;margin-top:20px}.dialog_cancel_btn:hover{background:#EDEDED}.books_index{background:#F6F6F6;width:100%;min-height:calc(100vh - 64px);height:auto;display:flex;justify-content:center}.pagination_container{display:flex;justify-content:center;margin:20px 0 20px;margin-top:auto}.pagination_container span a{text-decoration:none;color:#7B7B7B;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center}.pagination_container span.current{color:#FFFFFF;width:38px;height:38px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:black}.pagination_container nav.pagination span.page a:hover{background:#e7e7e7}nav.pagination{display:flex;justify-content:center;align-items:center;gap:12px}span.next a{display:flex;align-items:center}span.prev a{display:flex;align-items:center}.next_icon{width:18px}.prev_icon{width:18px;transform:rotate(180deg)}.container{width:80%;display:flex;flex-direction:column;min-height:calc(100vh - 64px)}.container .location_filter_title{margin:10px 0;font-size:20px;color:#7B7B7B}.location_filter_container{display:flex;justify-content:center}.narrow_container{width:60%}.grid_container{margin-top:10px}.books_grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px 18px;list-style:none;padding:12px 0 0 0;margin:0 auto;width:70%;justify-items:center}.books_grid .book_tile a{text-decoration:none;color:black}.book_tile{display:flex;flex-direction:column;align-items:center}.book_cover{height:18.5vh;overflow:hidden;box-shadow:-5px 7px 8px rgba(0,0,0,0.1);transition:transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),opacity 0.18s}.book_tile a:hover .book_cover{opacity:.7;transform:translateY(-16px)}.book_title{margin-top:6px;width:170px;font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.books_search{background:#F6F6F6;width:100%;min-height:calc(100vh - 64px);display:flex;justify-content:center}a.search_book_card{border-radius:12px;background:white;display:flex;align-items:center;height:17vh;text-decoration:none;color:black;justify-content:space-between}a.search_book_card h2{font-size:20px;font-weight:normal}a.search_book_card p{font-size:16px;margin-top:12px}a.search_book_card:hover .search_book_cover{opacity:.7}a.search_book_card:hover .button.add_to_bookshelf{background:#3c6cab}a.search_book_card:hover .button.view_details{background:#d49306}.book_item img{height:15vh;margin-left:10px}.search_book_cards{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.search_book_info{display:flex;flex-direction:column;padding:24px 40px;flex:1;min-width:0}.search_book_cover{box-shadow:5px 8px 11px 0px rgba(0,0,0,0.1)}a.book_item{display:flex}.add_to_bookshelf{display:flex;justify-content:center;align-items:center;border-radius:13px;font-size:18px;width:190px;height:65px;margin-right:5%}.view_details{display:flex;justify-content:center;align-items:center;border-radius:13px;font-size:18px;width:190px;height:65px;margin-right:5%;background:#F5B50F;color:#FFFFFF}.view_details:hover{background:#d49306}.books_new{background:#F6F6F6;width:100%;min-height:calc(100vh - 64px);display:flex;justify-content:center}.save_colors{background:#F5B50F;color:#FFFFFF}.save_colors:hover{background:#d49306}.one_line_input{width:275px;height:53px;margin-top:20px;border-radius:8px;padding-left:20px;border:1px solid #D9D9D9}.location_message{font-size:18px;margin-top:60px}.save_and_cancel_btns{margin-top:50px}.add_goal_btn{width:187px;height:58px;background:#6097E1;color:#FFFFFF;border-radius:50px;font-size:18px;margin-left:12px}.add_goal_btn:hover{background:#3c6cab}.character_count{text-align:right;font-size:12px;color:#666;margin-top:6px}.character_count.warning{color:#ff6b6b;font-weight:bold}.clear_and_add_goal_btns{display:flex}.clear_and_add_goal_btns{display:flex;align-items:center;margin-top:12px;margin-bottom:20px;margin-left:auto}.save_btn{width:188px;height:60px;background:#F5B50F;color:#FFFFFF;border-radius:50px;font-size:16px;margin-left:auto;margin-right:auto;margin-bottom:20px}.save_btn:hover{background:#d49306}.footer_btns{display:flex;align-items:center}.save_btn_container{height:80px}.books_show{background:#F6F6F6;width:100%;min-height:calc(100vh - 64px);display:flex;justify-content:center}.book_show_card{background:#FFFFFF;border-radius:7px;display:flex}.book_show_card h1{font-weight:normal}.book_show_card .show_book_cover{background:yellow;margin:32px 43px}.book_show_container{padding:42px 60px;width:74%;display:flex;flex-direction:column}.book_show_container h1{font-size:32px}.book_show_container p{font-size:12px}.book_show_container div.description{font-size:14px;margin-top:32px}.book_show_container div.description p{font-size:14px}.book_show_container .delete_book_link{text-decoration:none;color:#6097E1;align-self:flex-end}.author_and_location{display:flex;flex-direction:column;margin-top:12px}.author_and_location .author{padding:5px 8px}.author_and_location .location_container{display:flex;align-items:center;gap:8px}.author_and_location .location_container .location{background:#D9D9D9;padding:5px 8px;border-radius:5px}.author_and_location .location_container .location_link{background:#D9D9D9;padding:5px 8px;border-radius:5px;text-decoration:none;color:inherit;display:inline-block;transition:background-color 0.2s}.author_and_location .location_container .location_link:hover{background:#C0C0C0}.author_and_location .location_container .edit_location_link .edit_location_btn img{width:42px}.author_and_location .edit_location_form{margin-top:12px}.author_and_location .edit_location_form .location_form_btns{display:flex;gap:12px;margin-top:12px;align-items:center}.goal_output_list{list-style:none;margin-bottom:20px}.goal_item .text_card{background:#FFFFFF;border-radius:7px;margin-top:24px;padding:20px 42px;font-size:18px;display:flex;align-items:center;flex-wrap:wrap;word-break:break-word;word-wrap:break-word}.goal_item .output_text{margin-top:0}.connector_line{width:20px;height:16px;margin-left:5%;background:#6097E1}.edit_link{margin-left:auto}.edit_link .edit_output_btn img{width:42px}a.cancel_link{text-decoration:none;color:#6097E1;margin-left:12px}.create_output_btn{font-size:16px;width:188px;height:60px;background:#6097E1;color:#FFFFFF;border-radius:50px;margin-left:auto}.clear_input_btn{width:126px;height:46px;background:#D9D9D9;font-size:12px;border-radius:50px;display:flex;align-items:center;justify-content:center}.clear_input_btn .eraser_img{width:27px}.create_output_btn:hover{background:#3c6cab}.save_goal_btn{width:187px;height:58px;background:#6097E1;color:#FFFFFF;border-radius:50px;font-size:16px;margin-left:12px}.add_goal_btn_show{margin-bottom:20px}.save_goal_btn:hover{background:#3c6cab}.save_output_btn{width:187px;height:58px;background:#F5B50F;color:#FFFFFF;border-radius:50px;font-size:16px;margin-left:12px}.save_output_btn:hover{background:#d49306}.save_location_btn{width:128px;height:48px;background:#F5B50F;color:#FFFFFF;border-radius:50px;font-size:16px}.save_location_btn:hover{background:#d49306}.c_s_btns_container{display:flex;margin-top:12px}.clear_and_save_btns{margin-left:auto;display:flex;align-items:center}.label{display:block;margin-right:12px;font-weight:600;font-size:18px;background:#c4d9e8;padding:5px 8px;border-radius:5px;color:#666}.output_label{background:#fad679}.create_output_btn.disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}.add_goal_btn_show.disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}.add_goal_btn_container{display:flex;justify-content:center}.input_form{background:#FFFFFF;margin-top:10px;border-radius:7px;padding:20px 42px;width:100%;font-size:16px;border:1px solid #CCC;box-shadow:inset 0 2px 6px rgba(0,0,0,0.1)}.input_form.edit_output_form{margin-top:0}.input_form:focus{outline:1px solid #6097E1}.goal_section textarea{field-sizing:content;resize:none}.output_form textarea{field-sizing:content;resize:none}.exclamation_icon{width:64px}.delete_book_message{margin-top:20px;font-size:18px}.delete_info_container{margin-top:28px;display:flex;flex-direction:column;align-items:flex-start}.delete_information_contents ul{list-style-position:inside;text-align:left}.delete_information_title{color:#757575}.delete_information_contents{margin-top:10px;background:#EEEEEE;color:#585858;width:272px;padding:18px 20px;border-radius:7px}.dialog_card.delete_book_dialog{height:35%}.delete_and_cancel_btns{display:flex;margin-top:36px;width:300px;justify-content:space-between}.cancel_btn{background:#FFFFFF;width:145px;font-size:14px;height:58px;border-radius:30px;border:1px solid #D9D9D9}.cancel_btn:hover{background:#EDEDED}.delete_btn{background:#F25457;color:#FFFFFF;width:145px;font-size:14px;height:58px;border-radius:30px}.delete_btn:hover{background:#DA3034}.header_search_suggestions{position:absolute;top:100%;left:0;right:0;background:#FFFFFF;border:1px solid #E7EEF7;border-top:none;border-radius:0 0 7px 7px;max-height:400px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px rgba(0,0,0,0.1);margin-top:1px}.header_search_suggestions.hidden{display:none}.suggestion_item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color 0.2s}.suggestion_item:hover,.suggestion_item.selected{background-color:#f5f5f5}.suggestion_item:last-child{border-bottom:none}.suggestion_thumbnail{width:40px;height:60px;object-fit:cover;margin-right:12px;flex-shrink:0}.suggestion_info{flex:1;min-width:0}.suggestion_title{font-size:14px;font-weight:500;color:#333;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion_author{font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.error-page-buttons{margin-top:32px}.error-page-buttons a{text-decoration:none;color:#6097E1}.error-page{display:flex;flex-direction:column;height:300px}.error-page h2{margin-top:12px}.error-page p{margin-top:24px}.question_logo_img{height:128px;margin-top:12px}
