/* ====================================================
受験生サイト2021年後半仕様
==================================================== */

/* 受験生サイト トップページ */
#mv .top {
    margin-bottom: 60px;
}

#mv .slick-dots {
    bottom: -25px;
}

.button-block {
    display: flex;
    justify-content: center;
    margin: 96px auto 64px;
}

.button-block .concept-link {
    width: 70%;
    height: 144px;
    border: solid 3px #d83000;
    background-color: #f7f0f0;
    color: #d83000;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.button-block .concept-link span {
    font-size: 14px;
    position: relative;
}

.button-block .concept-link span::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 62px;
    border-bottom: solid 1px rgba(216, 48, 0, .5);
}

.button-block .concept-link span::before {
    content: '';
    display: inline-block;
    width: 8px;
    border-bottom: solid 1px rgba(216, 48, 0, .5);
    position: absolute;
    bottom: 11px;
    right: 0;
    transform: rotate(45deg);
}

/* ホバー時 */
.button-block .concept-link:hover {
    background-color: #d83000;
    color: #fff;
    opacity: 1;
}

.button-block .concept-link:hover span::after,
.button-block .concept-link:hover span::before {
    border-bottom: solid 1px #fff;
}

@media screen and (max-width: 480px) {

    .button-block {
        margin: 0 auto;
    }

    .button-block .concept-link {
        width: 95%;
        height: 140px;
        font-size: 22px;
    }

    .button-block .concept-link span::after {
        width: 41px;
    }

}

.information-banner-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.information-banner-container a:not(:last-child) {
    margin-right: 16px;
}

.information-banner-container img {
    width: 285px;
    height: auto;
}

.other-contents-banner-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.other-contents-banner-container a:not(:last-child) {
    margin-right: 16px;
}

.other-contents-banner-container img {
    width: 200px;
    height: auto;
}

#topics-slide {
    overflow-x: hidden;
    padding-top: 32px;
}

/* #topics-slide img {
	width: 1020px;
	height: 400px;
} */

#topics-slide img {
    width: 746px;
    height: auto;
}

/* .pagenation {
	color: #D83000;
	width: 900px;
	margin: 0 auto -32px;
} */

/* #topics-slide .slick-dots {
	bottom: 0;
	top: 0;
	left: 30%;
	z-index: -1;
} */
#topics-slide .slick-list {
    margin-bottom: 24px !important;
}

#topics-slide .slick-dots {
    bottom: 0 !important;
}

#topics-slide .slick-dots li button:before {
    color: #D83000;
    line-height: 18px;
    font-size: 12px;
    width: 16px;
    height: 16px;
}

#topics-slide .slick-dots li.slick-active button:before {
    border: solid 1px #D83000;
    border-radius: 50%;
}

@media screen and (max-width: 480px) {

    .information-banner-container {
        flex-wrap: wrap;
    }

    .information-banner-container a:not(:last-child) {
        margin-right: unset;
    }

    .information-banner-container a:nth-of-type(odd) {
        margin-right: 12px;
    }

    .information-banner-container a:nth-of-type(n+3) {
        margin-top: 12px;
    }

    .information-banner-container img {
        width: 163px;
        height: 163px;
    }

    .other-contents-banner-container {
        flex-wrap: wrap;
    }

    .other-contents-banner-container a:not(:last-child) {
        margin-right: unset;
    }

    .other-contents-banner-container a:nth-of-type(odd) {
        margin-right: 8px;
    }

    .other-contents-banner-container a:nth-of-type(n+3) {
        margin-top: 8px;
    }

    .other-contents-banner-container img {
        width: 165px;
        height: auto;
    }

    #topics-slide img {
        width: 303px;
        height: 400px;
    }

    .pagenation {
        width: 50%;
        margin: 0 0 -32px 32px;
    }

}

/* LIVE LETTER セクション */
.liveletter {
    width: 100%;
    margin: 128px auto;
    padding: 80px 0;
    background: url('./beautiful_lab/assets/img/top/liveletter-bg.png') no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.liveletter .letter-headings {
    width: 172px;
    height: auto;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.liveletter h2 {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    color: #DA0018;
    margin-top: 36px;
}

.liveletter .text1 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    color: #DA0018;
    margin-top: 36px;
}

.liveletter .text2 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    color: #DA0018;
    margin-top: 48px;
    position: relative;
}

.liveletter .text2:before {
    position: absolute;
    display: block;
    content: url('./beautiful_lab/assets/img/top/liveletter-icon.png');
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: scale(0.5);
}

.liveletter .btn-liveletter {
    width: 534px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D83000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 48px;
}

@media screen and (max-width: 480px) {

    .liveletter {
        margin: 128px auto 0;
    }

    .liveletter .letter-headings {
        width: 138px;
        height: auto;
    }

    .liveletter h2 {
        font-size: 24px;
    }

    .liveletter .text1 {
        font-size: 15px;
        line-height: 2;
    }

    .liveletter .text2 {
        font-size: 18px;
        line-height: 2;
    }

    .liveletter .text2:before {
        top: -30px;
    }

    .liveletter .btn-liveletter {
        width: 332px;
        height: 74px;
        font-size: 20px;
    }

}

/* 美しい女性って、どんな人？ */
.concept-wrap {
    width: 100%;
    position: relative;
}

.concept-wrap .text-container {
    position: absolute;
    top: 248px;
    left: 224px;
}

.concept-wrap .text-container .concept-title {
    font-size: 57px;
    color: #fff;
    line-height: 2;
    letter-spacing: 8px;
}

.concept-wrap .text-container .text {
    font-size: 20px;
    color: #fff;
    line-height: 2.5;
    letter-spacing: 6px;
    margin-top: 48px;
}

.spacer120 {
    width: 100%;
    height: 120px;
}

@media screen and (max-width: 480px) {

    .concept-wrap .text-container {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
    }

    .concept-wrap .text-container .concept-title {
        font-size: 35px;
        line-height: 1.8;
        letter-spacing: 5px;
        text-align: center;
    }

    .concept-wrap .text-container .punctuation {
        margin-right: -30px;
    }

    .concept-wrap .text-container .text {
        font-size: 15px;
        line-height: 2.2;
        letter-spacing: 2px;
        margin-top: 35px;
        text-align: center;
    }

    .spacer120 {
        width: 100%;
        height: 60px;
    }

}