

.underline {
    text-decoration: underline;
}

 
.ts-marker-orange {
    background: linear-gradient(transparent 40%, rgba(255, 132, 0, 0.5) 60% 100%);
}

#content-in:has(#top-slideshow) {
    padding-top: 0;
}
#top-slideshow-covor {
    background-color: rgba(0, 0, 0, 0.7);
}
#top-slideshow-bottom-fade {
    position: absolute;
    top: 250px;
    height: 150px;
    background: linear-gradient(rgba(21, 21, 21, 0), rgba(21, 21, 21, 1));
}

@media screen and (max-width: 834px){
    #top-slideshow {
        padding-bottom: 400px;
    }
    #top-slideshow .ts-slideshow-image-wrapper {
        height: 400px; width: calc(100% + 32px);
        left: -16px;
    }
    .ts-slideshow-image-covor {
        height: 400px; width: calc(100% + 32px);
        left: -16px;
    }
    .show-only-pc {
        display: none;
    }
    #top-slideshow-bottom-fade {
        right: -16px;
        width: calc(100% + 32px);
    }
}
@media screen and (min-width: 835px){
    #top-slideshow {
        padding-bottom: 420px;
    }
    #top-slideshow .ts-slideshow-image-wrapper {
        height: 400px; width: calc(100% + 60px);
        left: -30px;
    }
    .ts-slideshow-image-covor {
        height: 400px; width: calc(100% + 60px);
        left: -30px;
    }
    .show-only-mobile {
        display: none;
    }
    #top-slideshow-bottom-fade {
        right: -30px;
        width: calc(100% + 60px);
    }
    ul.ts-dropdown-menu li a:not(.ts-disabled):hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
}

#top-slideshow-over {
    width: 100%;
    color: white;
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 190px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;

    #top-slideshow-over-logo {
        height: 35vw;
        max-height: 150px;
        margin: 0 auto;
    }
    h1 {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 1em;
        line-height: 1.5em;
        font-weight: normal;
        margin-bottom: 10px;
    }
    #edition-choice {
        width: 90vw;
        max-width: 450px;
        margin: 0 auto;
        display: flex;
        /* background-color: #2A3737; */
        /* background-color: rgba(255, 255, 255, 0.2); */
        border-radius: 10px;
        margin-bottom: 0px;


        /* animation-duration: 3s; */
        /* animation-fill-mode: forwards; */
        /* animation-name: edition-choice-bg; */
        background-color: rgba(36, 86, 85, 0.85);
        /* transition-timing-function: ease-in; */

        a {
            display: flex;
            justify-content: center;
            padding: 15px 0;
            gap: 20px;
            color: white;
            text-decoration: none;
            width: calc(50% - 0.5px);
            transition: all 0.15s;
        }
        a.be {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }
        a.je {

            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        a:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }
        div.separator {
            width: 1px;
            background-color: #2d2d2d;
        }
        a > div {
            display: block;
            margin: auto 0;
            text-align: center;
        }
        .edition-choice-text {
            line-height: 1.5em;
            font-weight: bold;
        }
        .edition-choice-icon {
            font-size: 2em;
        }
    }
    #edition-choice-title {
        text-align: center;
        line-height: 1em;
    }
    #edition-choice-title i {
        animation: icon-fluffy 2s infinite;
    }
    
}
@keyframes icon-fluffy {
    0%, 100% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(2px);
    }
}
#top-slideshow-over span {
    text-align: center;
}
@keyframes edition-choice-bg {
    0% {
        background-color: rgba(255, 132, 0, 1);
    }
    100%{
        background-color: rgba(36, 86, 85, 0.7);
    }
}

#top-slideshow-bottom-separator {
    margin: 0 auto;
    width: 20%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

#container-column {
    display: flex;
    flex-direction: column;
    gap: 40px;

    
    
}
#container-column h2 {
    font-weight: normal;
    font-size: x-large;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1em;
}


#container-column > div.separator {
    width: calc(100% - 40px);
    height: 1px;
    background-color: #2d2d2d;
    margin: 0 20px;
}

.paragraph-container-1 {
    margin-top: 25px;
    display: flex;
    .paragraph-1 {
        p {
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.9);
            text-align: center;
        }
        p.c1 {
            margin-bottom: 15px;
        }
        p.c2 {
            line-height: 1em;
            margin-bottom: 8px;
        }
        .ts-button-panel {
            margin: 0 auto;
        }
        #become-researcher-button .ts-button {
            color: white;
            background-color: #e18008;
        }
        #become-researcher-button .ts-button:hover {
            color: white;
            background-color: #666;
        }
    }
    .ts-button {
        border-radius: 5px;
        padding: 10px 25px !important;
        i {
            display: block;
            margin-left: 10px;
        }
    }
}
@media screen and (max-width: 834px){
    .paragraph-container-1 {
        padding: 0px 20px;
        flex-direction: column;
        gap: 30px;
        div.separator {
            width: 100%;
            height: 1px;
            background-color: #2d2d2d;
        }
    }
}
@media screen and (min-width: 835px){
    .paragraph-container-1 {
        padding: 10px 30px;
        flex-direction: row;
        gap: 40px;
        section {
            width: calc(50% - 1px - 40px);
        }
        div.separator {
            width: 1px;
            background-color: #2d2d2d;
        }
    }
}


#sns-container {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
    /* padding: 40px 20px; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    /* height: 70px; */
    /* border-radius: 35px; */
    /* background-color: rgba(255, 255, 255, 0.1); */
    display: flex;
    justify-content: space-evenly;

    .sns-box {
        width: 25%;
        
        .sns-icon {
            display: flex;
            margin: 0 auto;
            justify-content: center;
            height: 17vw; width: 17vw;
            max-height: 70px; max-width: 70px;
            border-radius: 50%;
            transition: 0.15s;
            background-color: rgba(255, 255, 255, 0.1);

            a {
                font-size: 2em;
                display: block;
                margin: auto 0;
                text-align: center;
                text-decoration: none;
                color: #f5f5f5;
            }
        }
        .sns-icon:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }
        .sns-label {
            font-size: small;
            text-align: center;
        }
    }
}

#terms-container {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
    display: grid;
	grid-template-rows: 50px 50px;
	grid-template-columns: 1fr 1fr;
    gap: 20px;

    .c11 {
        grid-column: 1 / 2; grid-row: 1 / 2;
    }
    .c12 {
        grid-column: 1 / 2; grid-row: 2 / 3;
    }
    .c21 {
        grid-column: 2 / 3; grid-row: 1 / 2;
    }
    .c22 {
        grid-column: 2 / 3; grid-row: 2 / 3;
    }

    a {
        transition: all 0.15s;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        display: flex; flex-direction: column;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        color: #f5f5f5;
    }
    a:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
    
}

#yt-container {
    padding: 0 20px;

    #yt-main {
        display: grid;


        grid-template-columns: 100px 1fr;
        gap: 20px;
        margin-bottom: 20px;

        #yt-main-img {
            border-radius: 50%;
            margin: auto 0;
        }
        #yt-text {
            #yt-main-channel-name {
                font-size: 1.5em;
                font-weight: bold;
            }
        }
    }
    .yt-wrapper {
        display: flex;
        gap: 15px;
        justify-content: center;

        .yt-label {
            font-size: 1.0em;
            margin-top: 10px;
        }
        .yt-value {
            font-size: 1.5em;
        }
    }
}
@media screen and (max-width: 834px){
    
    /* #yt-main-img {
        width: 100px;
        height: 100px;
    } */
}
@media screen and (min-width: 835px){
    /* #yt-main-img {
        width: 100px;
        height: 100px;
    } */
}

/* 
@media screen and (max-width: 480px){
    #edition-top-text {
        font-size: 0.9em;
    }
} */


/* #top-container {
    padding: 0 10px;

    h2 {
        margin-bottom: 20px;
    }

    #three-features {
        width: 100%;
        position: relative;
        padding-bottom: 200px;

        div.three-features-content {
            position: absolute;
            display: flex;
            justify-content: center;
            width: 45%; height: 90px;
            font-size: 1em;
            border: 2px solid rgba(255, 255, 255, 0.4);
            border-radius: 10px;
            
            div {
                line-height: 1.2em;
                text-align: center;
                margin: auto 0;
            }
        }
        div.c1 {
            left: 0;
        }
        div.c2 {
            top: 75px;
            left: 50%;
            transform: translateX(-50%);
        }
        div.c3 {
            right: 0;
        }
    }
    
    #edition-top-text {
        line-height: 2em;
        margin-bottom: 1em;
        text-align: center;
        margin-bottom: 20px;

        #edition-top-text-down {
            line-height: 2em;
            font-size: 1.4em;
        }
    }
} */