/*.notification_area > div > svg{*/
/*    cursor: none !important;*/
/*}*/

.nav-item {
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    word-break: break-word;
}

header {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

.header-img {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.recent_tweet_a {
    cursor: pointer;
}

.tweet_nav_item_li {
    position: relative;
}

.tweet_area {
    position: relative;
}

.tweet_dropdown {
    max-height: 350px;
    overflow: scroll;
    width: 300px;
    position: absolute;
    top: 25px;
    background: white;
    display: grid;
    padding: 5px;
    z-index: 10;
    box-shadow: 0 0 8px gray;
    border-radius: 5px;
}

.header_sub_item {
    color: white;
}

@media (max-width: 782px) {
    .tweet_dropdown {
        max-height: 350px;
        overflow: scroll;
        width: 300px;
        position: absolute;
        top: 25px;
        left: -100px;
        background: white;
        display: grid;
        padding: 5px;
        z-index: 10;
        box-shadow: 0 0 8px gray;
        border-radius: 5px;
    }
}

@media (max-width: 500px) {
    .tweet_dropdown {
        max-height: 350px;
        overflow: scroll;
        width: 300px;
        position: absolute;
        top: 25px;
        background: white;
        display: grid;
        padding: 5px;
        z-index: 10;
        box-shadow: 0 0 8px gray;
        border-radius: 5px;
    }
}

@media (max-width: 400px) {
    .tweet_dropdown {
        max-height: 350px;
        overflow: scroll;
        width: 300px;
        position: absolute;
        top: 25px;
        left: -150px;
        background: white;
        display: grid;
        padding: 5px;
        z-index: 10;
        box-shadow: 0 0 8px gray;
        border-radius: 5px;
    }
}

@media (max-width: 320px) {
    .tweet_dropdown {
        max-height: 350px;
        overflow: scroll;
        width: 300px;
        position: absolute;
        top: 25px;
        background: white;
        display: grid;
        padding: 5px;
        z-index: 10;
        box-shadow: 0 0 8px gray;
        border-radius: 5px;
    }
}

.hide {
    display: none !important;
}

.header_article_link_list {
    font-size: 13px;
}

.navbar_second {
    padding: 0 0 !important;
}

.header_admin_blog_link {
    cursor: pointer;
}

.navbar_first {
    padding-bottom: 0 !important;
}

.header_search_item {
    color: #bdbdbd;
}

.header_search_item:hover {
    color: #909090;
}

.header_sub_title {
    color: white;
}

.header_sub_item:hover {
    color: #909090;
}

.header_user_name_area {
    color: #909090;
    margin-right: 5px;
}

.header_title_main_text {
    color: white;
}

.header_title_main_text:hover {
    color: #c9c9c9;
}

.header_user_image_a:hover {
    text-decoration: none;
}

.header_user_image {
    object-fit: cover;
    height: 25px;
    width: 25px;
    border-radius: 50%;
}

.header_user_image:hover {
    transform:scale(1.2,1.2);
}
.notification_area {
    display: inline-block;
    position: relative;
}

.notification_count {
    display: inline-block;
    background-color: green;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
}

#notification_bell {
    margin-right: 3px;
    cursor: pointer;
}
#notification_body {
    position: absolute;
    top: 45px;
    right: -100px;
    background-color: white;
    width: 220px;
    height: auto;
    z-index: 4;
    padding: 5px;
    border-radius: 0.25rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
    overflow-wrap: break-word;
}

.notification_body_ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header-search-checkbox-area {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.front_header_search_item {
    color: rgba(0,0,0,.5);
}

.front_header_search_item:hover {
    color: #000000b8;
}

#header_menu_btn_span:hover {
    color: #000000b8;
}
#header_menu_btn:hover {
    border-color: #000000b8;
}

.front_header_auth_item {
    color: rgba(0,0,0,.5);
}

.front_header_auth_item:hover {
    color: #000000b8;
}

#header_contents_area > .header_content {
    padding-left: 5px;
    padding-right: 5px;
}

#pick_up_admin_information_area_wrapper {
    position: sticky;
    top: 0;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    z-index: 3;
}

.pick_up_admin_information_area {
    display: flex;
    align-items: center;
    overflow: hidden;
    /* height: 50px; */
}

.pick_up_admin_information_area ul {
    list-style: none;
    margin: 0;
    width: 1200px;
    padding: 0;
}

.pick_up_admin_information_area ul li {
    padding: 3px 0;
}

.pick_up_admin_information_area ul li p {
    margin: 0;
    align-items: center;
    line-height: normal;
}

.pick_up_icon {
    animation: rainbow 1s linear infinite;
    color: Magenta;
}

.information_inline {
    display: flex;
    align-items: center;
}

/* .information_inline .admin_information_content {
    overflow: hidden;
    width: 100%;
    animation: flowing 20s linear infinite;
    transform:translateX(100%);
} */

.loop-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    display: flex;
    /* height: 50px; */
    /* background: #fff000; */
}
.loop-area {
    display: flex;
    animation: loop-slide 20s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.loop-wrap:hover .loop-area{
    animation-play-state: paused;/*コレが一時停止*/
}

.loop-area:hover {
    display: flex;
    /* animation: loop-slide 10s infinite linear 1s both; */
    list-style: none;
    margin: 0;
    padding: 0;
}
/* .loop-area .content {
    width: 500px;
} */
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

@keyframes rainbow {
    /* 色の指定 */
    0% { color: Magenta; }
    33% { color: yellow; }
    66% { color: Cyan; }
    100% { color: Magenta; }
  }

@media (max-width: 767px) {
    #search_area {
        display: none !important;
    }
    .front_header_auth_item {
        display: none;
    }
    .front_header_search_item {
        display: none;
    }
}
