@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizeSpeed;line-height:1.5;min-height:100vh}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.button_black{background-color:#000;border:1px solid #c3c3c3;border-radius:40px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 4rem}.button_black:hover{color:#fff}.button_white{background-color:#fff;border-radius:40px;color:#000;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;padding:1rem 4rem}.button_white:hover{color:#000}body .p-toast{opacity:.8;width:100%}@media only screen and (min-width:1024px){body .p-toast{max-width:1000px}}.error_page{align-items:center;background:url(/images/sky.webp) 50% no-repeat;background-size:cover;display:flex;justify-content:center}@media only screen and (min-width:1024px){.error_page{height:70vh}}@media only screen and (max-width:1024px) and (min-width:599px){.error_page{height:70vh}}@media screen and (max-width:599px){.error_page{height:50vh}.error_page h1{font-size:1.5rem}}.error_page h1{text-shadow:2px 2px 0 #ebebeb}@media only screen and (max-width:1024px) and (min-width:599px){.pc_only{display:none!important}}@media screen and (max-width:599px){.pc_only{display:none!important}}@media only screen and (min-width:1024px){.non_pc{display:none!important}}body{background-color:#fafafa;box-sizing:border-box;color:#3b3b3b;font-family:ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif;font-size:16px;height:100%;width:100%}body .content{padding:1rem}@media only screen and (min-width:1024px){body .content{padding:2rem}}a{color:#4478f2;text-decoration:none}a:hover{color:#185af2}header{background-color:#fff;height:4rem}header,header nav{align-items:center;display:flex}header nav{padding:0 1rem;width:100%}@media only screen and (min-width:1024px){header nav{padding:0 4rem}}header nav a{color:#3b3b3b}header nav .nav-logo img{height:1.5rem}header nav .nav-main{align-items:center;display:none;flex:1 1 0%;position:relative;top:3px}@media only screen and (min-width:1024px){header nav .nav-main{display:flex}}header nav .nav-main .item{margin-left:1rem}header nav .nav-right{align-items:center;display:none}@media only screen and (min-width:1024px){header nav .nav-right{display:flex}}header nav .nav-right .item{margin-left:1rem}header nav .hamburger_menu{display:flex;justify-content:flex-end;position:absolute;right:0}header nav .hamburger_menu #hamburger_menu{display:none}header nav .hamburger_menu #hamburger_menu:checked~.menu_btn span{background-color:hsla(0,0%,100%,0)}header nav .hamburger_menu #hamburger_menu:checked~.menu_btn span:before{bottom:0;transform:rotate(45deg);transition:all .5s}header nav .hamburger_menu #hamburger_menu:checked~.menu_btn span:after{top:0;transform:rotate(-45deg);transition:all .5s}header nav .hamburger_menu .menu_btn{align-items:center;display:flex;height:60px;justify-content:center;right:10px;top:10px;width:60px;z-index:90}header nav .hamburger_menu .menu_btn span,header nav .hamburger_menu .menu_btn span:after,header nav .hamburger_menu .menu_btn span:before{background-color:#000;border-radius:3px;content:"";display:block;height:3px;position:absolute;transition:all .5s;width:25px}header nav .hamburger_menu .menu_btn span:before{bottom:8px}header nav .hamburger_menu .menu_btn span:after{top:8px}header nav .hamburger_menu #hamburger_menu:checked~ul{left:0}header nav .hamburger_menu>ul{background-color:#fcfcfc;height:100vh;left:100%;padding-top:4rem;position:fixed;top:0;transition:all .5s;width:100vw;z-index:80}header nav .hamburger_menu>ul>li span,header nav .hamburger_menu>ul>li>a{border:solid #c3c3c3;border-width:1px 0 0;display:block;padding:1rem;text-align:right;width:100%}.search_form{display:flex;justify-content:center}.search_form .search_input{position:relative}.search_form .search_input .icon{fill:#949494;left:8px;position:absolute;top:8px;width:20px}.search_form .search_input input{border:1px solid #c3c3c3;border-radius:25px;padding:4px 32px;width:250px}.search_form .search_input input::-moz-placeholder{color:#949494}.search_form .search_input input:-ms-input-placeholder{color:#949494}.search_form .search_input input::placeholder{color:#949494}footer{background-color:#fafafa}footer>div{border:solid #c3c3c3;border-width:1px 0 0;font-size:1rem;margin:0 auto;max-width:1440px;padding:1rem 0;text-align:center;width:100%}footer a{color:#3b3b3b}.wrap{margin:0 auto;width:100%}.wrap h1{margin-top:1rem}@media only screen and (min-width:1024px){.wrap{max-width:1024px}}@media only screen and (max-width:1024px) and (min-width:599px){.wrap{padding:0 1rem}}@media screen and (max-width:599px){.wrap{padding:0 1rem}}.dropdown{cursor:pointer;display:inline-block;position:relative}.dropdown:hover .dropdown-content{display:block}.dropdown-content{background-color:#f9f9f9;border-radius:.5rem;box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.2);display:none;min-width:160px;padding:12px 1rem;position:absolute;z-index:1}.item-link img{max-height:400px;max-width:400px}.normal_content_header{align-items:center;background:url(/images/background.webp) 50% no-repeat;background-size:cover;display:flex}@media only screen and (min-width:1024px){.normal_content_header{height:400px;padding:0 2rem}}@media only screen and (max-width:1024px) and (min-width:599px){.normal_content_header{height:300px;padding:0 2rem}}@media screen and (max-width:599px){.normal_content_header{height:220px;padding:0 1rem}.normal_content_header p{font-size:.8rem}}.normal_content_header .wrap{display:flex;flex-direction:column;margin:0 auto;max-width:1024px;position:relative;width:100%}.normal_content_header .wrap h1,.normal_content_header .wrap p{color:#f0f0f0;text-shadow:2px 2px 0 #000}.normal_content_header .wrap h1{font-weight:700;margin-top:0}@media only screen and (min-width:1024px){.normal_content_header .wrap h1{font-size:2.7rem}}@media only screen and (max-width:1024px) and (min-width:599px){.normal_content_header .wrap h1{font-size:2.5rem}}@media screen and (max-width:599px){.normal_content_header .wrap h1{font-size:2rem}#top .normal_content_header{height:300px}}#top .normal_content_header .add_button>a,#top h2{margin-top:1rem;text-align:center}#top h2{color:#3b3b3b;font-weight:700}@media only screen and (min-width:1024px){#top h2{font-size:1.5rem;margin-top:3rem}}#top .top-description-list{-moz-column-gap:2rem;column-gap:2rem;margin:1rem auto 0;max-width:1024px;width:100%}@media only screen and (min-width:1024px){#top .top-description-list{display:flex}}#top .top-description-list .item{display:flex;flex-direction:column;margin:0 auto;row-gap:.5rem;width:100%}@media only screen and (max-width:1024px) and (min-width:599px){#top .top-description-list .item{align-items:center;margin-top:1rem;max-width:70%}}@media screen and (max-width:599px){#top .top-description-list .item{align-items:center;margin-top:1rem;max-width:80%}}#top .top-description-list .item h3{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;font-size:24px}@media only screen and (min-width:1024px){#top .top-description-list .item h3{font-size:26px}}#top .top-description-list .item h3 .icon{height:32px;width:32px}#top .top-description-list .item h3 .icon svg{fill:#3b3b3b}#top .lists{display:flex;text-align:center}#top .lists ul{list-style-type:none;margin:0;padding:0}@media only screen and (min-width:1024px){#top .lists{justify-content:space-evenly;justify-content:center;margin-top:1rem}}@media only screen and (max-width:1024px) and (min-width:599px){#top .lists{align-items:center;flex-direction:column}}@media screen and (max-width:599px){#top .lists{align-items:center;flex-direction:column}}#top .lists a{color:#3b3b3b}#top .lists .item{width:300px}#top .lists .item h3{font-size:1.5rem;font-weight:700;margin-top:1rem}@media only screen and (min-width:1024px){#top .lists .item ul{margin-top:1rem}}#top .lists .item ul li{margin-bottom:1rem}#top .lists .user_item_list .user_link{display:inherit;font-size:.5rem}#top .header_item_search{display:flex;justify-content:center;margin-top:1rem}#contents_policy ul,#privacy_policy ul,#terms_of_use ul{list-style-type:decimal;margin-top:.5rem;padding-left:2rem}#contents_policy ul li,#privacy_policy ul li,#terms_of_use ul li{margin-top:.5rem}#contents_policy h2,#privacy_policy h2,#terms_of_use h2{margin-top:2rem}#contents_policy p,#privacy_policy p,#terms_of_use p{margin-top:1rem}#contents_policy h3,#privacy_policy h3,#terms_of_use h3{margin:1rem 0 0 1rem}#contents_policy .h3_p,#privacy_policy .h3_p,#terms_of_use .h3_p{margin:0 0 0 2rem}#contents_policy .wrap,#privacy_policy .wrap,#terms_of_use .wrap{padding:0 1rem}#contents_policy .end,#privacy_policy .end,#terms_of_use .end{text-align:right}.social_login{display:flex}.social_login h1{font-size:1.5rem}.social_login .content{width:100%}.social_login .signup_box{border:1px solid #c3c3c3;margin:80px auto;max-width:400px;padding:24px;width:100vw}.social_login .signup_box h1{margin-bottom:16px;text-align:center}.social_login .signup_box .terms{display:flex;justify-content:space-evenly;margin-top:1rem}.social_login .signup_box .item{border:1px solid #c3c3c3;border-radius:25px;margin-top:8px;padding:8px}.social_login .signup_box .item a{align-items:center;display:flex;justify-content:center}.social_login .signup_box .item a>span{font-size:.9rem;margin-left:8px}.social_login .signup_box .item svg{width:16px}#item_categories_index .breadcrumb_tail,#item_categories_index .main{margin:0 auto;max-width:1440px;width:100%}#item_categories_index .main>.list{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1rem}#item_categories_index .main>.list a{color:#3b3b3b}#item_categories_index .main .group_1{margin-bottom:2rem}@media only screen and (min-width:1024px){#item_categories_index .main .group_1{width:30%}}@media only screen and (max-width:1024px) and (min-width:599px){#item_categories_index .main .group_1{width:50%}}@media screen and (max-width:599px){#item_categories_index .main .group_1{width:100%}}#item_categories_index .main .group_1>a{font-size:24px;font-weight:700}#item_categories_index .main .group_2{margin-top:1rem;padding-left:1rem}#item_categories_index .main .group_2>a{font-size:24px}#item_categories_index .main .group_3{margin-top:.5rem;padding-left:24px}#item_categories_index .main .group_4{margin-top:.5rem;padding-left:32px}#item_categories_index .main .group_5{margin-top:.5rem;padding-left:40px}#item_categories_index .main .group_6{margin-top:.5rem;padding-left:48px}#items_index .breadcrumb_tail{margin:0 auto;width:100%}#items_index .add_button{margin-top:.5rem}#items_index .add_button>a{text-align:center}#item_categories_show h1{font-size:1.5rem;margin-top:.5rem}@media only screen and (min-width:1024px){#item_categories_show h1{font-size:2rem}}#item_categories_show .descriptin-first{font-size:10px;margin-top:1rem}#item_categories_show .breadcrumb_tail{margin-top:.5rem}#item_categories_show .content h2{margin-top:1rem;text-align:center}#item_categories_show .child_categories{margin-top:1rem}#item_categories_show .child_categories h3{font-size:14px;padding:0}#item_categories_show .child_categories ul{margin:0;padding:0}#item_categories_show .child_categories ul li{display:inline;font-size:.8rem;margin-right:1rem}@media only screen and (min-width:1024px){#user_item_list_index .breadcrumb_tail{margin:0 auto;max-width:1440px}}#user_item_list_index .main{align-items:center;-moz-column-gap:2rem;column-gap:2rem;display:flex;flex-wrap:wrap;justify-content:center;margin:1rem auto;row-gap:1rem}@media only screen and (min-width:1024px){#user_item_list_index .main{max-width:1440px}}#user_item_list_index .main .item{background-color:#fff;border:1px solid #c3c3c3;border-radius:8px;display:flex;flex-direction:column;padding:1rem;text-align:center;width:300px}#user_item_list_index .main .item .user{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:column}#user_item_list_index .main .item .user .uid{color:#c3c3c3;font-size:.8rem}#user_item_list_index .main .item h2{font-size:1.3rem;margin-top:.5rem}#user_item_list_index .main .item .memo{font-size:.8rem;margin-top:.5rem}#user_show .profile,#users_show .profile{background-color:#000;color:#fff;margin-top:1rem;padding:3rem 1rem}@media only screen and (min-width:1024px){#user_show .profile,#users_show .profile{padding:3rem}}#user_show .profile .profile_email,#users_show .profile .profile_email{margin-top:2rem}#user_show .profile .edit_button,#users_show .profile .edit_button{margin-top:1rem}#user_show{text-align:center}#user_show .profile_head{margin-top:2rem}#user_show .profile_head .profile_image img{width:100px}#user_show .item_add_button,#user_show .search,#user_show .user_item_list{margin-top:2rem}#user_show .user_item_list ul{list-style-type:none;padding:0}#user_show .user_item_list ul li{margin-top:.5rem}#user_show .user_item_list .description{font-size:.8rem;margin-top:1rem}#user_show .user_item_list .description img{margin-right:.2rem}#user_edit{text-align:center}@media only screen and (min-width:1024px){#user_edit{padding:0}}#user_edit .input-item{margin:2rem auto 0;max-width:500px;width:100%}#user_edit .input-item input,#user_edit .input-item textarea{width:95%}@media only screen and (min-width:1024px){#user_edit .input-item input,#user_edit .input-item textarea{width:100%}}#user_edit button{margin-top:2rem;max-width:200px;width:100%}#user_edit .profile_head{margin-top:1rem}#user_edit .profile_head .profile_image{display:flex;justify-content:center;margin-top:1rem}#user_edit .profile_head .profile_image img{width:100px}#user_edit .profile_image_button{margin-top:4rem}#user_edit .banner_image_button{margin-top:1rem}#items_create,#items_edit{padding:0 1rem}#items_create h1,#items_edit h1{margin-top:1rem;text-align:center}#items_create form,#items_edit form{align-items:center;display:flex;flex-direction:column}#items_create .input_item,#items_edit .input_item{margin-top:2rem;max-width:640px;width:100%}#items_create .input_item input,#items_edit .input_item input{width:100%}#items_create .input_item>div,#items_edit .input_item>div{display:block;position:relative}#items_create .input_item>.p-multiselect,#items_edit .input_item>.p-multiselect{display:inline-flex}#items_create .input_item .required,#items_edit .input_item .required{color:red;margin:0 auto}#items_create .input_item>p,#items_edit .input_item>p{font-size:.8rem;margin:.5rem auto}#items_create .input_item .with-button,#items_edit .input_item .with-button{display:flex;justify-content:space-between;margin:1rem auto;max-width:640px;width:100%}#items_create .input_item .with-button input,#items_edit .input_item .with-button input{width:73%}@media only screen and (min-width:1024px){#items_create .input_item .with-button input,#items_edit .input_item .with-button input{width:80%}}#items_create .input_item .with-button button,#items_edit .input_item .with-button button{width:24%}@media only screen and (min-width:1024px){#items_create .input_item .with-button button,#items_edit .input_item .with-button button{width:18%}}#items_create .submit,#items_edit .submit{display:flex;margin:1rem auto;max-width:200px;width:100%}#user_user_item_list_show h1{margin-top:40px;text-align:center}#user_user_item_list_show .edit_button{text-align:center}#user_user_item_list_show .items .item_name{align-items:center;display:flex;font-weight:700;text-align:center}@media only screen and (min-width:1024px){#user_user_item_list_show .items .item_name{width:300px}}#user_user_item_list_show .items .item_name img{width:100px}#user_user_item_list_show .items ul li{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;justify-content:center;margin:.5rem auto;width:100%}#user_user_item_list_show .user_item_list_form{background-color:#fff;border:1px solid #c3c3c3;border-radius:8px;padding:1rem;width:100%}@media only screen and (min-width:1024px){#user_user_item_list_show .user_item_list_form{max-width:1024px}}#user_user_item_list_show .user_item_list_form .user_item_list_form_body{-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:column;row-gap:.5rem}@media only screen and (min-width:1024px){#user_user_item_list_show .user_item_list_form .user_item_list_form_body{align-items:center;flex-direction:row}}#user_user_item_list_show .user_item_list_form .user_item_list_form_body .user-item-possession{width:220px}#user_user_item_list_show .user_item_list_form>p{font-size:.8rem;margin-top:.3rem}#user_user_item_list_show .user_item_list_form .memo{margin-top:1rem}#user_user_item_list_show .user_item_list_form .memo textarea{width:100%}#items_show .h1{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:1rem}@media only screen and (min-width:1024px){#items_show .h1{flex-direction:row}}#items_show .h1 h1{margin:0}#items_show .item_image{display:flex;justify-content:center;margin-top:1rem}@media only screen and (min-width:1024px){#items_show .item_image{margin-top:0}}#items_show h2{margin-top:1rem}#items_show .content{padding-top:1rem}#items_show .content .wrap{padding:0}#items_show .item_info{text-align:center}#items_show .item_info .category{margin-top:1rem}#items_show .item_info .item{margin-top:.5rem}#items_show .item_info .item h3{display:inline-block;margin-right:1rem}@media only screen and (min-width:1024px){#items_show .item_info .item h3{margin-right:0}}#items_show .item_info .item_image,#items_show .item_info .view{margin-top:1rem}#items_show .item_info .evaluation{display:flex;justify-content:center;margin-top:1rem}#items_show .item_info .evaluation .dislike,#items_show .item_info .evaluation .like{fill:#c3c3c3;cursor:pointer;margin-right:.5rem;width:25px}#items_show .item_info .evaluation .like.active{fill:#6e5eff}#items_show .item_info .evaluation .dislike.active{fill:#ff5e5e}#items_show .item_info .tags>h2{display:flex;justify-content:center}#items_show .item_info .tags>ul{margin-top:1rem;padding:0 .5rem}@media only screen and (min-width:1024px){#items_show .item_info .tags>ul{justify-content:center;margin-top:1rem}}#items_show .item_info .tags .item_tag_add_form{display:flex;justify-content:center;margin-top:2rem;padding:0 1rem}@media screen and (max-width:599px){#items_show .item_info .tags .item_tag_add_form{flex-direction:column}#items_show .item_info .tags .item_tag_add_form input{width:100%}}#items_show .item_info .tags .item_tag_add_form>button{margin-left:1rem}@media screen and (max-width:599px){#items_show .item_info .tags .item_tag_add_form>button{margin:1rem 0 0}}#items_show .affiliate{align-items:center;-moz-column-gap:1rem;column-gap:1rem;display:flex;flex-direction:column;margin-top:1rem;row-gap:1rem}@media only screen and (min-width:1024px){#items_show .affiliate{flex-direction:row;justify-content:center}}#items_show .affiliate a{border-radius:24px;font-size:.8rem;font-weight:700;padding:10px 5px;text-align:center;width:200px}#items_show .affiliate a:hover{opacity:.5}#items_show .affiliate .twitter{border:1px solid #000;color:#000}#items_show .affiliate .official{border:1px solid #c88a2e;color:#c88a2e}#items_show .affiliate .amazon{border:1px solid #f90;color:#f90}#items_show .affiliate .rakuten{border:1px solid #c82e2e;color:#c82e2e}#items_show .affiliate .yahoo{border:1px solid #4444da;color:#4444da}#items_show .user_comments{background-color:#fff;border:1px solid #c3c3c3;border-radius:8px;margin-top:1rem;overflow-wrap:break-word;padding:1rem}#items_show .user_comments ul{list-style-type:none;margin-top:.5rem;padding:0 .5rem}#items_show .user_comments ul li{margin-top:1rem}#items_show .user_comments ul li .user{align-items:center;-moz-column-gap:3px;column-gap:3px;display:flex;font-size:.8rem}@media only screen and (min-width:1024px){#items_show .user_comments ul li .user{font-size:1rem}}#items_show .user_comments ul li .user .profile_image img{width:1.5rem}#items_show .user_comments ul li .memo{margin-left:2rem}#items_show .user_item_list_form{background-color:#fff;border:1px solid #c3c3c3;border-radius:8px;margin-top:1rem;padding:1rem;width:100%}@media only screen and (min-width:1024px){#items_show .user_item_list_form{max-width:1024px}}#items_show .user_item_list_form .user_item_list_form_body{-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:column;margin-top:.5rem;row-gap:.5rem}@media only screen and (min-width:1024px){#items_show .user_item_list_form .user_item_list_form_body{align-items:center;flex-direction:row}}#items_show .user_item_list_form .user_item_list_form_body .user-item-possession{width:220px}#items_show .user_item_list_form>p{font-size:.8rem;margin-top:.3rem}#items_show .user_item_list_form .memo{margin-top:.5rem}#items_show .user_item_list_form .memo textarea{width:100%}#items_show .user_item_list_form .buttons{-moz-column-gap:.5rem;column-gap:.5rem;display:flex;margin-top:.5rem}#items_show .item_link_collection{border:solid #c3c3c3;border-width:1px 0 0;margin:2rem auto}@media only screen and (min-width:1024px){#items_show .item_link_collection{padding:2rem 4rem}}#items_show .item_link_collection h2{font-size:20px;text-align:center}#items_show .item_link_collection .description{font-size:.7rem;text-align:center}#items_show .item_link_collection .types_select{margin-top:1rem;text-align:center}#items_show .item_link_collection .types_select ul{-moz-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center;list-style-type:none;padding:0}#items_show .item_link_collection .item_link_form{background-color:#fff;border:1px solid #c3c3c3;border-radius:8px;margin:1rem auto 0;max-width:1024px;padding:1rem;text-align:center}#items_show .item_link_collection .item_link_form>div{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:column;justify-content:center;margin-top:1rem;padding:0 1rem;row-gap:.5rem}#items_show .item_link_collection .item_link_form>div div{max-width:100%}@media only screen and (min-width:1024px){#items_show .item_link_collection .item_link_form>div{flex-direction:row}}@media screen and (max-width:599px){#items_show .item_link_collection .item_link_form>div .input_item{width:100%}}@media only screen and (max-width:1024px) and (min-width:599px){#items_show .item_link_collection .item_link_form>div .input_item{width:100%}}#items_show .item_link_collection .item_link_form>div .input_item input[type=text]{border-width:1px;font-size:.8rem;width:100%}@media only screen and (min-width:1024px){#items_show .item_link_collection .item_link_form>div .input_item input[type=text]{width:500px}}#items_show .item_link_collection .item_links{-moz-column-gap:16px;column-gap:16px;display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;row-gap:16px}#items_show .item_link_collection .item_links .item_link{background-color:#fff;border:1px solid #c3c3c3;border-radius:8px;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);min-height:570px;padding:.5rem .5rem 50px;position:relative;width:350px}#items_show .item_link_collection .item_links .item_link a{color:#3b3b3b}#items_show .item_link_collection .item_links .item_link h3{margin-top:.5rem;padding:0 1rem}#items_show .item_link_collection .item_links .item_link p{font-size:13px;padding:0 1rem;word-break:break-all}#items_show .item_link_collection .item_links .item_link .link_info{color:#c3c3c3;margin-top:.5rem}#items_show .item_link_collection .item_links .item_link .link_info .domain{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex}#items_show .item_link_collection .item_links .item_link .link_info .domain img{width:25px}#items_show .item_link_collection .item_links .item_link .item_link_description{margin-top:.5rem}#items_show .item_link_collection .item_links .item_link .image{align-items:center;display:flex;height:250px;justify-content:center}#items_show .item_link_collection .item_links .item_link .image>img{max-height:250px}#items_show .item_link_collection .item_links .item_link .delete{bottom:.5rem;position:absolute;right:1rem}#items_show .item_link_collection .item_links .item_link .delete>a{color:#ef4444}#items_show .item_link_collection .item_links .item_link .evaluation{bottom:0;display:flex;position:absolute}#items_show .item_link_collection .item_links .item_link .evaluation .dislike,#items_show .item_link_collection .item_links .item_link .evaluation .like{fill:#c3c3c3;cursor:pointer;margin-right:.5rem;width:25px}#items_show .item_link_collection .item_links .item_link .evaluation .like.active{fill:#6e5eff}#items_show .item_link_collection .item_links .item_link .evaluation .dislike.active{fill:#ff5e5e}#items_show .item_link_collection .item_links .item_link .evaluation button{background:#fff;border-width:0;cursor:pointer;display:inline}#items_show .item_link_collection .item_links .item_link .item_link_types{color:#c3c3c3;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-wrap:wrap;margin-top:.5rem;row-gap:.5rem}#items_show .item_link_collection .item_links .item_link .item_link_types span{border:1px solid #c3c3c3;border-radius:7px;padding:2px 7px}#items_edit .item_image{align-items:center;display:flex;flex-direction:column;margin-top:1rem;row-gap:1rem}#user_item_list_show .memo{margin-top:.5rem}#user_item_list_show .h1_head{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:column;margin-top:1rem}@media only screen and (min-width:1024px){#user_item_list_show .h1_head{flex-direction:row}}#user_item_list_show .h1_head .user{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex}#user_item_list_show .h1_head .user .profile_image img{width:50px}#user_item_list_show .items_list .item{background-color:#fff;border:1px solid #c3c3c3;border-radius:.5rem;margin-top:1rem;padding:1rem}#user_item_list_show .items_list .item .item_head{-moz-column-gap:1rem;column-gap:1rem;display:flex;font-size:.8rem}#user_item_list_show .items_list .item .item_info{align-items:center;display:flex;flex-direction:column;margin-top:1rem;row-gap:.5rem}@media only screen and (min-width:1024px){#user_item_list_show .items_list .item .item_info{-moz-column-gap:1rem;column-gap:1rem;flex-direction:row}}#user_item_list_show .items_list .item .item_info .item_image img{width:100px}#user_item_list_show .items_list .item .memo,#user_item_list_show .items_list .item .tags{margin-top:1rem}#user_item_list_show .items_list .item .memo p{word-wrap:break-word}#user_item_list_show .items_list .item .memo span{font-size:.8rem}#user_user_item_list_edit button{width:200px}#users_show .content_header{margin-bottom:2rem}@media only screen and (min-width:1024px){#users_show .content_header{margin-bottom:0}}#users_show .pforile_image{position:absolute}#users_show .profile,#users_show h1{text-align:center}#users_show .items{margin-top:1rem;text-align:center}#users_show .items ul{list-style-type:none;padding:0}#users_show .items ul li{margin-bottom:1rem}#users_show .items ul li>a{font-size:1.2rem;font-weight:700}#users_show .items ul .memo{font-size:.8rem}select{max-width:300px;padding:1rem}input,select{border:solid #c3c3c3;border-radius:4px}input{padding:.8rem 1rem}.tags ul{-moz-column-gap:1rem;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;list-style-type:none;row-gap:.5rem}@media only screen and (min-width:1024px){.tags ul{row-gap:1rem}}.tags ul li>div{align-items:center;display:flex;font-size:.8rem}.tags ul li>div>a{border:1px solid #c3c3c3;border-radius:1rem;line-height:normal;opacity:.4;padding:5px 1rem}.tags ul li>div>a.approval{opacity:1}.tags ul li>div .delete{border-width:0;color:red;padding:0 .5rem}@media only screen and (min-width:1024px){.items_list{margin:0 auto;width:1024px}}.items_list .item{background-color:#fff;border:1px solid #c3c3c3;border-radius:.5rem;margin-top:1rem;padding:1rem}.items_list .item .item_head{-moz-column-gap:1rem;column-gap:1rem;display:flex;font-size:.8rem}.items_list .item .item_info{align-items:center;display:flex;flex-direction:column;margin-top:1rem;row-gap:.5rem}@media only screen and (min-width:1024px){.items_list .item .item_info{-moz-column-gap:1rem;column-gap:1rem;flex-direction:row}}.items_list .item .item_info .item_image img{width:100px}.items_list .item .memo,.items_list .item .tags{margin-top:1rem}.items_list .item .memo p{word-wrap:break-word}.items_list .item .memo span{font-size:.8rem}.items_list .pager_link{margin:1rem 0}.pagination{-moz-column-gap:3rem;column-gap:3rem;display:flex;justify-content:center}.pagination li{list-style-type:none;padding:0}.breadcrumb_tail{overflow-x:auto;white-space:nowrap;word-break:keep-all}.breadcrumb_tail ol{margin:0;padding:0}.breadcrumb_tail ol li{display:inline;list-style-type:none;margin:0 .5rem}.breadcrumb_tail ol li:first-child{margin:0 .5rem 0 0}.vue_basic h1{margin-top:40px;text-align:center}.vue_basic form{align-items:center;display:flex;flex-direction:column}.vue_basic .input_item{margin-top:2rem;max-width:640px;width:100%}.vue_basic .input_item input{width:100%}.vue_basic .input_item>div{display:flex;position:relative}.vue_basic .input_item>p{font-size:.8rem;margin:.5rem auto}.vue_basic .input_item .input_switch{display:flex}.vue_basic .input_item .input_switch>span{margin-left:.5rem}.vue_basic .input_item .with-button{display:flex;justify-content:space-between;margin:1rem auto;max-width:640px;width:100%}.vue_basic .input_item .with-button input{width:80%}.vue_basic .input_item .with-button button{width:18%}.vue_basic .submit{display:flex;margin:1rem auto;max-width:200px;width:100%}#search .header_item_search{margin:1rem 0}#search .makers,#search .tags ul{margin-top:1rem}#search .makers ul{-moz-column-gap:1rem;column-gap:1rem;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:.5rem}.copy_clipbord{cursor:pointer;display:inline-block;position:relative}.copy_clipbord img{margin-left:.5rem;width:1rem}.copy_clipbord p{color:red;display:none;position:absolute;right:-60px;top:-3px}.copy_clipbord_icon{fill:#242424;display:inline;filter:invert(9%) sepia(35%) saturate(28%) hue-rotate(343deg) brightness(92%) contrast(88%);width:1rem}.profile_image img{border-radius:50%}.banner_image{display:flex;justify-content:center}.banner_image img{max-height:32vh;-o-object-fit:cover;object-fit:cover;width:100vw}.profile_head{position:relative}.profile_head .profile_image{bottom:-44px;display:flex;justify-content:center;position:absolute;width:100%}.profile_head .profile_image img{border:2px solid #fff}#contact_form{padding:0 1rem}#contact_form h1{margin-top:1rem;text-align:center}#contact_form form{align-items:center;display:flex;flex-direction:column}#contact_form .input_item{margin-top:2rem;max-width:640px;width:100%}#contact_form .input_item input{width:100%}#contact_form .input_item>div{display:block;position:relative}#contact_form .input_item>p{font-size:.8rem;margin:.5rem auto}#contact_form .input_item textarea{width:100%}#contact_form .submit{display:flex;margin:1rem auto;max-width:200px;width:100%}#contact_form .complete,#contact_form .privacy_policy{display:flex;justify-content:center}#contact_form .complete{margin:4rem 0}#tags_show h1{display:inline;font-size:1.5em}#tags_show .tag_description_icon{font-size:32px}#tags_show .view_count{display:inline-block;margin-left:1rem}#tags_show .tag_description{display:flex}#tags_show .tag_description p{margin-left:.5rem}#tags_show .common_description{font-size:.7rem;margin-top:1rem}.editorjs .mokuji{background:#e8e8e8;border-radius:3px;padding:1em}.editorjs .mokuji ul{margin:0}.editorjs ul{padding:0 0 0 2.2rem}.editorjs h1{margin:1rem 0 0}.editorjs h2{border:solid;border-width:0 0 1px;color:#2d2d63;margin:1em 0 0}.editorjs h3{color:#562d63;margin:.5rem 0 0 15px}.editorjs h4{margin:0 0 0 20px}.editorjs h5{margin:0 0 0 25px}.editorjs h6{margin:0 0 0 30px}.editorjs .image{width:100%}.editorjs .image img{margin:0 auto;padding:1rem}.editorjs .withborder{border:solid #c3c3c3}.editorjs .stretched img{width:100%}.socials{-moz-column-gap:.5rem;column-gap:.5rem;display:flex;justify-content:center;margin-top:4px}.socials svg{width:20px}

/*# sourceMappingURL=app.css.map*/