@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&display=swap');

html{
    background-color:#fff;
}
body{
    overscroll-behavior-y: none;
    font-feature-settings: "palt";
    font-family: 'Montserrat', sans-serif;
}
a{
    color: #fff;
    background-color: #000;
    text-decoration: none;
    font-weight: 200;
}
a:hover{
    color: #000;
    background-color: #fff;
}

::selection {
    color: #000;
    background: #fff;
}
::-moz-selection{
    color: #000;
    background: #fff;   
}

.container{
    position: fixed;
    min-height: 100vh;
    width: 100%;
}
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    text-align: center;
}
.wanigaki_works{
    background: none;
    padding-left: 10px;
    font-size: 35px;
    font-weight: 600;
    color:#000;
}
.caption_list{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.caption_list > li{
    margin: 5px;
}
.caption_list > li > a{
    background-color: #000;
    color: #fff;
    padding: 0 5px;
}
.copylight{
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.07em;
}

.pickup_picture{
    background-image: url("./image/picture_lookup_large.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px;
}

.table_works{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;

    /* background-color: thistle; */
}
.table_works::-webkit-scrollbar{
    display: none;
}

.panel_menu{
    position: absolute;
    width: 150px;
    
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY((-50%));

    
    padding-left: 5px;
    background-color: #000;
}

.panel_menu  li{
    margin: 2px;
}

.panel_menu  a{
    color: #fff;
    text-decoration: none;
}

.button_mainmenu_indent{
    text-indent: 1em;
}

.card_works{
    position: relative;
    height: 200px;
    margin: 10px;
    background-image: url("./image/picture_lookup_large.png");
}
.card_works div{
    position: absolute;
    margin: 5px;
}
.card_works div a{
    /* display: block; */
    /* position: absolute; */
    color: #fff;
    background-color: #000;
    padding: 0 2px;
}
.card_works a:hover{
    color: #000;
    background-color: #fff;
    padding: 0 2px;
}

.card_works .card_link{
    background-color: aqua;
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
}

.card_works2{
    position: relative;
    height: 300px;
    margin-bottom: 10px;
    background-image: url("./image/picture_lookup_large.png");
}

.card_works2 > a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: none;
}
.card_works2 > a:hover{
    background-color: white;
    opacity: 0.1;
}

.caption_list2{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.caption_list2 > li{
    margin: 5px;
}
.caption_list2 > li > a{
    background-color: #000;
    color: #fff;
    padding: 0 5px;
}