
/* 一般 */
body {
    font-family: "Noto Sans JP";
}

p {
    margin-bottom: .5em;
}

.br-smartphone {
    display: block;
}

.br-for13 {
    display: none;
}

@media screen and (min-width: 436px) and (max-width: 479px) {
    .br-for13 {
        display: block;
    }
}

@media screen and (min-width: 545px) {
    .br-smartphone {
        display: none;
    }
}

.mt-10px {
    margin-top: 10px;
}

.pt-1px {
    padding-top: 1px;
}

.pt-2px {
    padding-top: 2px;
}

.pt-4px {
    padding-top: 4px;
}

.pb-1px {
    padding-bottom: 1px;
}

.pb-2px {
    padding-bottom: 2px;
}


.pb-3px {
    padding-bottom: 3px;
}


.pt-8px {
    padding-top: 8px;
}


.pb-8px {
    padding-bottom: 8px;
}

.pb-12px {
    padding-bottom: 12px;
}

.mb-8px {
    margin-bottom: 8px;
}

.heading {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
}

.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    display: block;
    top: 0;
    z-index: 100;
}

.container-button {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
    .container-pc {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ビデオ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .video-ie {
        height: 337.5px;
        position: relative;
    }
}


.video-volume-toggle {
    right: 0;
    bottom: 0;
    margin: 20px;
}

/* カルーセル */

/*
.owl-carousel-container {
-ms-touch-action: pan-y;
touch-action: pan-y;
}

.owl-carousel {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
*/
.owl-stage-outer {
    width: 90% !important;
    transform: scale(1.11) !important;
    transform-origin: top left !important;
    margin-bottom: -28px;
}

@media screen and (min-width: 545px) {
    .owl-stage-outer {
        margin-bottom: -38px;
    }
}

.owl-stage {
    margin-bottom: 2px;
    margin-left: 8px;
}

.owl-item {
    overflow: hidden;
    margin-right: 1px;
    margin-left: 1px;
}

.owl-wrapper {
    padding-right: 100px;
    box-sizing: content-box;
}

@media screen and (min-width: 900px) {
    .carousel-height {
        max-height: 25vh;
    }
}

#slider_17_slide00 {
    overflow: hidden;
    border-radius: 6px 0 0 0;
    padding-left: 0 !important;
}

#slider_17_slide12 {
    overflow: hidden;
    border-radius: 0 6px 0 0;
}

#slider_17_slide00 .carousel-text-container {
    border-radius: 0 0 0 6px;
}

#slider_17_slide12 .carousel-text-container {
    border-radius: 0 0 6px 0;
}

.carousel-text-container {
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    border: .5px solid #ccc;
    border-top: 0;
}

.carousel-text-scale {
    width: 200%;
    transform-origin: top left;
    transform: scale(0.5);
    margin-bottom: -19px;
    /* -25% if one row, -37% if two rows */
}

@media screen and (min-width: 400px) {
    .carousel-text-scale {
    }
}

@media screen and (min-width: 545px) {
    .carousel-text-scale {
    }
}

.carousel-text-1 {
    display: block;
    margin: 0;
    font-size: 1em;
}

.carousel-text-2 {
    display: block;
    font-weight: bold;
    margin: 0;
    font-size: 1em;
}

.sa_hover_buttons {
    top: 0 !important;
    left: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    height: 100% !important;

}

.sa_slide_link_icon {
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
}

.sa_hover_buttons,
.sa_slide_link_icon:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    background: transparent !important;
}



/* ナビゲーション */
.navigation {
    z-index: 10;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: white;
}

.bg-whitetranslucent {
    background-color: rgba(255, 255, 255, 0.7);
}

.navigation-invert {
    margin-bottom: 98px;
    bottom: 98px;
}

.button {
    display: block;
    border-radius: 18px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 0.5em;
    padding-bottom: 0.3em;
    border: solid 1px #1da1f2;
    color: #1da1f2;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    user-select: none;
    text-decoration: none;
}

.button:hover {
    background-color: #e1f0f9;
    color: #1da1f2;
    transition: 0.2s;
}

.button-disabled,
.button-disabled:hover {
    background-color: #dddddd;
    border: 0;
    color: white !important;
}

/* Tweet */

.pics-card {
    width: calc(100% - 20px);
    margin: auto;
    display: flex;
    margin-bottom: 25px;
}

.pics-post-left {
    min-width: 50px;
}

.pics-post-right {
    margin-left: 10px;
    width: calc(100% - 60px);
}

.pics-post-profile {
    /*display: flex;*/
}

.pics-post-profile-image {
    border-radius: 50%;
    border: 0.5px solid black;
    width: 50px;
    height: auto;
    background-color: grey;
}

.pics-post-profile-image img {
    border-radius: 50%;
}

.pics-post-name {
    display: inline-block;
    font-weight: bold;
    max-width: 40%;
}

.pics-post-screen-name {
    color: grey;
    max-width: 40%;
}

@media screen and (min-width: 545px) {
    .pics-post-name {
        max-width: 60%;
    }

    .pics-post-screen-name {
        max-width: 30%;
    }
}

.pics-post-content {
    font-size: .75em;
    overflow-wrap: break-word;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .pics-post-content {
        font-size: 1em;
        word-break: break-word;
    }
}

.aspect-ratio-16-9 {
    aspect-ratio: 16 / 9;
}

.pics-post-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: white;
    border: solid 1px rgb(207, 217, 222);;
    border-radius: 16px;
}

.pics-post-image {
    position: absolute;
    inset: 0;
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    z-index: 5;
}

.pics-post-image-fit {
    inset: 0;
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    z-index: 5;
}

.pics-post-imagebackground {
    margin-left: -10% !important;
    margin-top: -10% !important;
    min-width: 120%;
    min-height: 120%;
    margin: auto;
    filter: blur(15px) brightness(90%);
    z-index: 1;
}


.pics-post-created-at {
    color: grey;
    text-decoration: none;
}


.pics-post-card_url {
    font-size: 15px;
    color: rgb(83, 100, 113);
}

.pics-post-card_description {
    line-height: 1.2;
    font-size: 15px;
    color: rgb(15, 20, 25);
}

.fs-08em {
    font-size: 0.8em;
}

.pics-post-footer {
    display: none;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pics-btn-load-more {
    display: none;
}

.card-divider {
    height: .5px !important;
    color: #aaa;
    background-color: #aaa;
    z-index: 10;
    position: relative;
}

.hr-main {
    height: .5px !important;
    color: #555;
    background-color: #555;
    margin: 0;
}

.hr-container {
    padding-top: 8px;
    padding-bottom: 8px;
}

#show-image-fullscreen {
    display: none;
    position: fixed;
    z-index: 150;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#image-show-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#image-show {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
}

.animation-fadein {
    animation-name: fadein;
    animation-duration: .3s;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: scale(0.7)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.animation-fadeout {
    animation-name: fadeout;
    animation-duration: .3s;
}

@keyframes fadeout {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(0.7)
    }
}

#button-close {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .3);
}


#button-close img {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
}

@media screen and (min-width: 545px) {
    #button-close {
        width: 35px;
        height: 35px;
    }
}

.navigation-2-static {
    z-index: 10;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.navigation-2-dynamic {
    z-index: 10;
    position: fixed;
    width: 100%;
    bottom: -150px;
    transition: bottom 0.2s;
}

.infotext {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2em 0.5em;
    padding-bottom: 0.3em;
    font-size: 12px;
    background-color: #ffffff;
}

.navigation-invert {
    margin-bottom: 165px;
    bottom: 0;
}

.linesclip_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
