body {
    font-family: '游明朝体', sans-serif;
    letter-spacing: 0.01em;
}

li {
    list-style: none;
}

.container {
    padding: 0 32px;
}

.container-lg {
    padding: 0 32px;
}

#atelieribasho-thumbnail {
    position: relative;
    width: 100vw;
    top: calc(100vw * 0.35);
}

#atelieribasho-title {
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    max-width: 598px;
}

#atelieribasho-title-2107final {
    position: absolute;
    top: 57px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 758px;
}

#candidates {
    position: relative;
    top: calc(100vw * 0.35);
    margin-bottom: calc(100vw * 0.35);
    overflow: hidden;
}

.candidates-background {
    max-width: 50vw;
    position: absolute;
}

#cb-l1 {
    top: 0;
    left: 0;
}

#cb-l2 {
    top: 2844px;
    left: 0;
}

#cb-r1 {
    top: 1822px;
    right: 0;
}

#cb-r2 {
    top: 4666px;
    right: 0;
}

.candidates-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.candidates-list li {
    width: 45%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin-top: 32px;
}

#candidates .title {
    position: relative;
    background-color: #F0F4F4;
    padding: 5px 15px;
    font-size: 18px;
    z-index: 1;
    display: inline-block;
    margin: 32px 20px 10px 0;
    border: 1px solid;
}

#candidates .description {
    position: relative;
    display: inline-block;
    text-decoration: underline;
}

#candidates .thum {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

#candidates .thum img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

#candidates dt {
    position: relative;
}

#candidates .no {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 31px;
    border-radius: 0 0 7px 0;
    color: #FFFFFF;
    background-color: #161616;
    z-index: 10;
    text-align: center;
    line-height: 31px;
}

#candidates dd {
    background-color: #FFFFFF;
    padding: 15px;
    text-align: center;
}

#candidates .name {
    font-size: 13px;
}

#candidates .pr-video {
    width: 100%;
    margin: 20px 0 0;
    background-color: #57C4C1;
    height: 30px;
    line-height: 30px;
}

#candidates .pr-video a, #candidates .pr-video span {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 11px;
    width: 100%;
    color: #FFFFFF;
}

#candidates .tab-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 10;
}

#candidates .memo {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
    color: #818181;
}

#candidates .attention {
    text-align: center;
    width: 100%;
    margin: 58px 0 42px;
    font-size: 16px;
}

.spacer {
    height: 32px;
}

.third-screening {
    background-color: #F0F4F4;
    padding: 33px 0;
}

.third-screening .sub-title {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    font-size: 12px;
}

.third-screening .title {
    margin: 32px 0;
    font-size: 20px;
    text-align: center;
    color: #161616;
}

.third-screening .content {
    font-family: '游ゴシック体', sans-serif;
}

.third-screening .text {
    font-size: 14px;
    line-height: 2;
}

.third-screening .rule {
    margin: 32px 0;
    padding: 22px 24px;
    background-color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

.third-screening .rule-memo {
    font-size: 14px;
    padding-top: 13px;
}

.third-screening .memo {
    color: #818181;
    font-size: 12px;
    line-height: 1.67;
}

.point-tables {
    margin-top: 52px;
}

.point-table {
    width: 168px;
    margin: 0 auto;
}

.point-table-title {
    margin-bottom: 27px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.point-tables-memo {
    margin-top: 50px;
    font-size: 12px;
    color: #818181;
}

.third-screening .decoration {
    width: 5px;
    height: 18px;
    margin-right: 16px;
    background-color: #57C4C1;
}

.pre-wrapper {
    display: flex;
    justify-content: space-between;
}

.third-screening pre {
    white-space: pre-line;
    line-height: 2.3;
    font-size: 14px;
    text-align: left;
}

.third-screening .section-line {
    margin: 50px 0;
    background-color: #EBEBEB;
    height: 1px;
    width: auto;
}

.third-screening .streaming-link {
    margin: 63px 0;
    font-size: 20px;
}

#atelieribasho-footer {
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
}

@media screen and (min-width: 992px) {
    #atelieribasho-thumbnail {
        top: 0;
    }

    .container {
        padding: 0;
        margin: 0 auto;
        max-width: 784px;
    }

    .container-lg {
        padding: 0 88px;
        margin: 0 auto;
        max-width: 1440px;
    }

    #candidates {
        top: 0;
        margin-bottom: 0;
    }

    .candidates-list {
        justify-content: start;
    }

    .candidates-list li {
        width: 22%;
        margin-top: 64px;
        margin-right: 3%;
    }

    #candidates .title {
        font-size: 28px;
        margin: 60px 20px 10px 0;
    }

    #candidates .description {
        font-size: 18px;
    }

    #candidates .name {
        font-size: 22px;
    }

    #candidates .pr-video {
        height: 52px;
        line-height: 52px;
    }

    #candidates .pr-video a, #candidates .pr-video span {
        font-size: 20px;
    }

    #candidates .pr-video .tab-icon {
        width: 10px;
    }

    #candidates .attention {
        font-size: 40px;
        margin-top: 181px;
    }

    #candidates .attention br {
        display: none;
    }

    .spacer {
        height: 55px;
    }

    .third-screening {
        padding: 55px 0;
    }

    .third-screening .sub-title {
        font-size: 24px;
        width: 180px;
        height: 50px;
        line-height: 50px;
    }

    .third-screening .title {
        font-size: 32px;
        margin: 42px 36px;
    }

    .third-screening .text {
        font-size: 18px;
    }

    .third-screening .rule {
        font-size: 18px;
        margin: 55px 0;
    }

    .third-screening .decoration {
        margin-right: 25px;
    }

    .third-screening .memo {
        line-height: 2;
    }

    .third-screening .rule-memo {
        font-size: 18px;
    }

    .third-screening .rule-memo br {
        display: none;
    }

    .third-screening pre {
        font-size: 18px;
    }

    .point-tables {
        display: flex;
        justify-content: center;
    }

    .point-table {
        margin: 0;
        width: 212px;
        font-size: 18px;
    }

    .third-screening .section-line {
        margin: 0 64px;
        width: 1px;
        height: auto;
    }
}