/*===================================
    Font GenJyuuGothicL
===================================*/
@font-face {
    font-family: "GenJyuuGothicL-Regular";
    src:
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Regular.woff) format("woff"),
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "GenJyuuGothicL-Bold";
    src:
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Bold.woff) format("woff"),
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/GenJyuuGothicL-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "TaipeiSansTCBeta-Regular";
    src:
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/TaipeiSansTCBeta-Regular.woff) format("woff"),
            url(https://japankuru.com/gld-kanri/data/themes/japankuru/assets/special_feature/font2/TaipeiSansTCBeta-Regular.ttf) format("truetype");
}
/*===================================
    Common
===================================*/
body{min-width: 0px;}
main {
    /* width: 1920px; */
    height: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: -o-fit-content;
    margin: 0 auto;
    overflow: visible;
}
h1,h2,h3,h4{display:none;}
.contents{
    display: none;
}
/*===================================
    Menu page
===================================*/
article {
    /* width: 1920px; */

    position: relative;
    background-color: #131938;
}

article img{
    width:100%;
}
/*===================================
    Footer
===================================*/
footer {
    background-color: #131938;
}
.footerwrapper {
    margin-top: 0px;
}
footer .share-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
}
footer .share-link a img {
    width: 42px;
    height: 42px;
}
footer .share-link a:first-child {
    margin-left: 0px;
}
footer .share-link a {
    margin-left: 20px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}