@charset "UTF-8";
/* 
本サイトにおける BEM の書式は以下の通り
.block {}
.block.--modifier {}
.block__element {}
.block__element.--modifier {}
.block__element.--css-property_css-value {} 
*/
/* ======================================== Pages ======================================== */
/* ==================== home (index) ==================== */
/* ========== loading ========== */
/* ========== End loading ========== */
.home__upper-cards-area {
    padding: 21rem 0 0;
}
.home__upper-cards-area + .home__adv1-area {
    padding: 5.5rem 0 0;
}
.home__lower-cards-area {
    padding: 6rem 0 10.4rem;
}
.home__lower-cards-area.--no-list {
    padding: 0 0 10.4rem;
}
.home__pagination-area {
    display: flex;
    justify-content: center;
    padding: 6rem 2.7% 0;
}
/* ---------- home (index) responsive (1000) ---------- */
@media screen and (max-width: 1000px) {
    .home__upper-cards-area {
        padding: 13rem 0 0;
    }
    .home__upper-cards-area + .home__adv1-area {
        padding: 3.7rem 0 0;
    }
    .home__lower-cards-area {
        padding: 0 0 7.2rem;
    }
    .home__lower-cards-area.--no-list {
        padding: 0 0 7.2rem;
    }
    .home__pagination-area {
        padding: 6.6rem 2.7% 0;
    }
}
/* ==================== home (index) ==================== */
/* ==================== single ==================== */
.single {}
.single__upper-area {
    padding: 17rem 0 5.4rem;
}
.single__img {}
.single__page-title {
    margin: 2.3rem 0 0.3rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.single__link-area {}
.single__site-link {
    position: relative;
    font-size: 1.4rem;
    line-height: 2;
}
.single__site-link::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 15px;
    height: 11px;
    margin: 0 0 0 8px;
    background-image: url('/assets/img/common/icon-external-link.svg');
    background-size: 15px 11px;
    background-repeat: no-repeat;
}
.single__description-area {
    margin-top: 2rem;
}
.single__description {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    color: #999999;
}
.single__lower-area {
    padding: 5rem 0 14rem;
    border-top: 1px solid #ebebeb;
}
.single-comments {}
.single-comments__list {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.single-comment {}
.single-comment__title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.025em;
}
.single-comment__title::after {
    position: relative;
    display: inline-block;
    padding: 0.1rem 0.6rem 0.1rem;
    margin: 0.2rem 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: #999999;
}
.single-comment.--recommender .single-comment__title::after {
    content: '推薦者コメント';
}
.single-comment.--stakeholder .single-comment__title::after {
    content: '関係者コメント';
}
.single-comment.--creator .single-comment__title::after {
    content: '制作者コメント';
}
.single-comment__texts-area {
    margin-top: 1.5rem;
}
.single-comment__text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
}
.single__lower-link-area {
    margin-top: 6.5rem;
}
/* -------------------- single responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .single {}
    .single__upper-area {
        padding: 13rem 0 3.5rem;
    }
    .single__img {
        width: calc(100% * 100 / 89);
        margin: 0 calc(-5.5% * 100 / 89);
    }
    .single__page-title {
        margin: 2rem 0 0.3rem;
    }
    .single__lower-area {
        padding: 3.6rem 0 7rem;
    }
    .single-comments {}
    .single-comments__list {
        gap: 3rem;
    }
    .single-comment {}
    .single-comment__title {
        flex-direction: column-reverse;
        align-items: start;
        gap: 0.2rem;
        font-size: 1.8rem;
        line-height: 1.66;
    }
    .single-comment__title::after {
        padding: 0.1rem 0.6rem 0.1rem;
        margin: 0.2rem 0 0 0;
    }
    .single__lower-link-area {
        margin-top: 4.5rem;
    }
}
/* ==================== End single ==================== */
/* ==================== about ==================== */
.about {}
.about__intro-texts-area {
    padding-bottom: 6.4rem;
}
.about-section {}
.about-section:last-of-type {
    margin-bottom: 13.8rem;
}
.about-section + .about-section {
    margin-top: 6.6rem;
}
.about-section__anchor {
    padding-top: 8rem;
    margin-top: -8rem;
}
.about-section__texts-area {
    margin-top: 3rem;
}
.about-section__list-area {
    margin-top: 4rem;
}
.about-section__list {
    padding: 3rem 4rem 3.6rem;
    border-radius: 1rem;
    background-color: #fff;
}
.about-section__item {
    position: relative;
    padding-left: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.about-section__item::before {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: 0;
    z-index: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #222;
    border-radius: 50%;
}
.about-section__comments-area {
    margin-top: 4.5rem;
}
.about-comments {}
.about-comments__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.about-comment {
    padding: 3rem 4rem 3.6rem;
    border-radius: 1rem;
    background-color: #fff;
}
.about-comment__title {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.025em;
}
.about-comment__texts-area {
    margin-top: 1rem;
}
.about-comment__text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.about-section__link-area {
    margin-top: 8.3rem;
}
/* -------------------- about responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .about {}
    .about__intro-texts-area {
        padding-bottom: 5.6rem;
    }
    .about-section {}
    .about-section:last-of-type {
        margin-bottom: 7rem;
    }
    .about-section + .about-section {
        margin-top: 6.6rem;
    }
    .about-section__texts-area {
        margin-top: 2rem;
    }
    .about-section__list-area {
        margin-top: 3.5rem;
    }
    .about-section__list {
        padding: 3rem 2rem 3.6rem;
    }
    .about-section__item {
        font-size: 1.6rem;
    }
    .about-section__item::before {
        top: 1.1rem;
    }
    .about-section__comments-area {
        margin-top: 3.8rem;
    }
    .about-comments {}
    .about-comment {
        padding: 3.2rem 2rem 4rem;
    }
    .about-comment__title {
        font-size: 2rem;
    }
    .about-comment__texts-area {
        margin-top: 1.4rem;
    }
    .about-comment__text {
        font-size: 1.6rem;
    }
    .about-section__link-area {
        margin-top: 5.5rem;
    }
}
/* ==================== End about ==================== */
/* ==================== creators ==================== */
.creators {}
.creators__intro-texts-area {
    padding-bottom: 6.4rem;
}
.creators-section {}
.creators-section:last-of-type {
    margin-bottom: 13.8rem;
}
.creators-section + .creators-section {
    margin-top: 6.6rem;
}
.creators-section__anchor {
    padding-top: 8rem;
    margin-top: -8rem;
}
.creators-section__texts-area {
    margin-top: 3rem;
}
.creators-section__list-area {
    margin-top: 4rem;
}
.creators-section__list {
    padding: 3rem 4rem 3.6rem;
    border-radius: 1rem;
    background-color: #fff;
}
.creators-section__item {
    position: relative;
    padding-left: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.creators-section__item::before {
    content: '';
    position: absolute;
    top: 1.3rem;
    left: 0;
    z-index: 0;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #222;
    border-radius: 50%;
}
.creators-section__comments-area {
    margin-top: 4.5rem;
}
.creators-comments {}
.creators-comments__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.creators-comment {
    padding: 3rem 4rem 3.6rem;
    border-radius: 1rem;
    background-color: #fff;
}
.creators-comment__title {
    font-size: 2.5rem;
    line-height: 1.75;
    letter-spacing: 0.025em;
}
.creators-comment__texts-area {
    margin-top: 1rem;
}
.creators-comment__text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.creators-section__link-area {
    margin-top: 4.2rem;
}
/* -------------------- creators responsive (1000) -------------------- */
@media screen and (max-width: 1000px) {
    .creators {}
    .creators__intro-texts-area {
        padding-bottom: 5.6rem;
    }
    .creators-section {}
    .creators-section:last-of-type {
        margin-bottom: 7rem;
    }
    .creators-section + .creators-section {
        margin-top: 6.3rem;
    }
    .creators-section__texts-area {
        margin-top: 2rem;
    }
    .creators-section__list-area {
        margin-top: 3.5rem;
    }
    .creators-section__list {
        padding: 3rem 2rem 3.6rem;
    }
    .creators-section__item {
        font-size: 1.6rem;
    }
    .creators-section__item::before {
        top: 1.1rem;
    }
    .creators-section__comments-area {
        margin-top: 3.8rem;
    }
    .creators-comments {}
    .creators-comment {
        padding: 3.2rem 2rem 4rem;
    }
    .creators-comment__title {
        font-size: 2rem;
    }
    .creators-comment__texts-area {
        margin-top: 1.4rem;
    }
    .creators-comment__text {
        font-size: 1.6rem;
    }
    .creators-section__link-area {
        margin-top: 3.8rem;
    }
}
/* ==================== End about ==================== */
/* ==================== error404 ==================== */
.error404 {}
.error404__sec {
    padding: 30rem 0;
}
.error404__title {
    font-size: 5.5rem;
    color: #fff;
}
.error404__text {
    padding-top: 2.3rem;
    font-size: 2rem;
    font-weight: 900;
    line-height: 2;
    letter-spacing: 0.2em;
    color: #fff;
}
.error404__archive-link-wrap {
    margin-top: 3rem;
}
.error404__archive-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    width: fit-content;
}
.error404__archive-link-icon {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: transform .3s;
}
.error404__archive-link:hover .error404__archive-link-icon {
    transform: scale(1.1);
}
.error404__archive-link-icon::before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(-1,1);
    display: inline-block;
    width: 22px;
    height: 13px;
    background-image: url('/assets/images/common/icon-arrow.svg');
    background-repeat: no-repeat;
    background-size: 22px 13px;
}
.error404__archive-link-text {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
}
.error404__archive-link-text::after {
    content: '';
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    transform: scale(0,1);
    transform-origin: right;
    display: block;
    width: 100%;
    padding-top: 2px;
    background-color: #fff;
    transition: transform .3s;
}
.error404__archive-link:hover .error404__archive-link-text::after {
    transform: scale(1,1);
    transform-origin: left;
}

@media screen and (max-width: 1000px) {
    .error404__sec {
        padding: 16rem 0 7rem;
    }
    .error404__title {
        font-size: 3.1rem;
    }
    .error404__text {
        padding-top: 2rem;
        font-size: 1.6rem;
    }
    .error404__archive-link-text {
        font-size: 1.8rem;
    }
}
/* ==================== End error404 ==================== */
/* ======================================== End Pages ======================================== */
