body {
    font-family: 'Avenir', 'Hiragino Sans', 'Roboto', 'メイリオ', Meiryo, 'sans-serif';
}

.maru_title_main {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
    line-height: 150%;
}

.maru_title_sub {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 150%;
}

.maru_link_omukae {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 150%;
}

.maru_copy {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
}

.maru_subcopy {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
}

.maru_tag {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
}

.section_title {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 150%;
}

.date {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
}

.description {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 200%;
}

.description_button {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 200%;
}

.caption {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 200%;
}

.detail {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
}

.credit {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
}

.terms_section_title {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
}

@media screen and (max-width: 979.95px) {
    .maru_title_main {
        font-size: 40px;
    }

    .maru_title_sub {
        font-size: 20px;
    }

    .maru_link_omukae {
        font-size: 24px;
    }

    .maru_subcopy {
        font-size: 16px;
    }

    .section_title {
        font-size: 24px;
    }

    .description {
        font-size: 14px;
    }

    .description_button {
        font-size: 16px;
    }

    .caption {
        font-size: 14px;
    }
}

@media screen and (max-width: 379.95px) {
    .maru_title_main {
        font-size: 32px;
    }

    .maru_title_sub {
        font-size: 16px;
    }

    .maru_link_omukae {
        font-size: 20px;
    }

    .section_title {
        font-size: 20px;
    }
}