@font-face {
    font-family: 'Satsuki-Gendai-Mincho';
    src: url("/assets/font/SatsukiGendaiMincho-M.ttf") format("TrueType")
}

#link .link-inner,
.inner,
.content-inner {
    margin: 0 auto;
    width: 1140px
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    #link .link-inner,
    .inner,
    .content-inner {
        width: 80%
    }
}

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

    #link .link-inner,
    .inner,
    .content-inner {
        width: 90%
    }
}

body,
header,
main,
footer,
div {
    font-family: 'Satsuki-Gendai-Mincho', Serif;
    margin: 0;
    font-weight: normal
}

h1,
h2,
h3 {
    font-weight: normal
}

body {
    background-image: url("/img/common/common-bg.png")
}

header {
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
    height: 64px;
    width: 100%;
    position: sticky;
    top: 0
}

header #logo {
    display: inline-block
}

header #logo a {
    text-decoration: none
}

header #logo-img {
    display: inline;
    vertical-align: middle;
    height: 64px
}

header #site-name {
    display: inline;
    vertical-align: middle;
    font-size: 20px;
    margin: 0
}

@media screen and (min-width: 1200px) {
    header #sp-menu-icon {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    header #site-name {
        display: none
    }

    header #sp-menu-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 56px;
        height: 56px;
        background: #ec4111
    }

    header #sp-menu-icon .border-decoration {
        width: 40px;
        height: 4px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        background: #fff
    }

    header #sp-menu-icon #sp-menu-icon-text {
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-top: 6px
    }
}

header #sp-nav {
    display: none;
    position: absolute;
    right: 0;
    height: 100vh;
    width: 268px;
    background: #ec4111
}

header #sp-nav ul {
    margin: 0;
    list-style: none
}

header #sp-nav ul a {
    text-decoration: none
}

header #sp-nav ul li {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px
}

header #sp-nav #sp-sns-link {
    padding-left: 40px
}

header #sp-nav #sp-sns-link a {
    text-decoration: none;
    margin-right: 10px
}

#header-nav {
    float: right
}

#header-nav ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding: 0;
    margin: 0
}

#header-nav ul a {
    text-decoration: none;
    color: #000
}

#header-nav ul li {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 21px;
    padding-bottom: 21px
}

#header-nav ul .nav-link {
    position: relative;
    transition: .3s
}

#header-nav ul .nav-link:hover {
    background: #ec4111;
    color: #fff;
    transition: .3s
}

@media screen and (max-width: 1199px) {
    header {
        height: 56px
    }

    header #logo-img {
        height: 56px
    }

    #header-nav {
        display: none
    }
}

#link .link-inner {
    display: flex;
    justify-content: center
}

#link .banner {
    margin: 15px 22px
}

#link .banner-img {
    width: 255px
}

#link .banner-img-sm {
    width: 190px
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #link .link-inner {
        display: flex;
        justify-content: center
    }

    #link .banner {
        margin: 15px 16px
    }

    #link .banner-img {
        width: 160px
    }

    #link .banner-img-sm {
        width: 130px
    }
}

@media screen and (max-width: 767px) {
    #link .link-inner {
        display: block
    }

    #link .banner {
        margin: 15px 30px
    }

    #link .banner-img {
        width: 100%
    }

    #link .banner-img-sm {
        width: 100%
    }
}

footer {
    position: relative
}

@media screen and (max-width: 767px) {
    footer #pc-footer {
        display: none
    }
}

footer nav {
    display: flex;
    justify-content: space-between;
    margin-top: 424px
}

footer .footer-nav {
    font-size: 20px;
    color: #fff
}

footer .footer-nav a {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #fff;
    text-decoration: none;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    margin-bottom: 10px
}

footer .footer-nav a:visited {
    color: #fff
}

footer .footer-nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s
}

footer .footer-nav a:hover::after {
    transform: scale(1, 1)
}

footer .footer-nav ul {
    list-style: none
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    footer .footer-nav ul {
        padding-left: 18px
    }
}

footer #authorizations {
    margin-left: 18px
}

footer #authorizations a {
    padding: 0;
    margin-right: 17px;
    margin-bottom: 17px
}

footer #authorizations a img {
    width: 60px;
    height: auto
}

footer #authorizations .authorization-img {
    width: 80px
}

footer .absolute-bottom {
    bottom: 0
}

footer #sp-footer {
    display: none
}

@media screen and (max-width: 767px) {
    footer #sp-footer {
        display: block;
        background: linear-gradient(to left, #ffbc00, #e64d1d)
    }
}

footer #sp-footer .scroll-to-top {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
    background: none;
    width: 100%;
    border: solid 1px #fff;
    border-radius: 2px
}

footer #sp-footer .scroll-to-top:active {
    background: rgba(255, 255, 255, 0.4)
}

footer .footer-inner {
    width: 90%;
    margin: 0 auto
}

footer .copyright-wrapper {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    footer .copyright-wrapper {
        margin-top: 0
    }
}

footer .copyright {
    color: #fff;
    text-align: center;
    margin: 0
}

.bg {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden
}

section {
    width: 100%;
    position: relative
}

@media screen and (min-width: 1200px) {
    .section-top-padding {
        padding-top: 64px
    }
}

@media screen and (max-width: 767px) {
    .section-top-padding {
        padding-top: 32px
    }
}

.bg-img {
    min-width: 1920px;
    width: 100%;
    user-select: none
}

@media screen and (max-width: 767px) {
    .bg-img {
        min-width: 1560px
    }
}

.description-bg-img {
    width: 1200px
}

@media screen and (max-width: 767px) {
    .description-bg-img {
        width: 800px
    }
}

.inner {
    position: absolute;
    height: inherit;
    top: 0;
    left: 0;
    right: 0
}

.content-inner {
    position: relative
}

.section-title {
    width: 100%;
    display: flex;
    justify-content: center
}

.section-title .section-title-wrapper {
    position: relative;
    width: 450px
}

.section-title .section-title-wrapper .section-title-bg {
    position: relative;
    width: 100%
}

.section-title .section-title-wrapper .section-title-text {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    font-size: 40px
}

.part-title {
    position: relative;
    background: linear-gradient(to left, #ffbc00, #e64d1d);
    transform: skewX(30deg)
}

@media screen and (max-width: 767px) {
    .part-title {
        transform: skewX(15deg)
    }
}

.part-title .part-title-text {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: skewX(-30deg) translateY(-50%)
}

@media screen and (max-width: 767px) {
    .part-title .part-title-text {
        transform: skewX(-15deg) translateY(-50%)
    }
}

.page-description .page-description-bg {
    display: flex;
    justify-content: center;
    overflow: hidden
}

.page-description .page-description-bg .page-description-bg-img {
    min-width: 800px;
    max-width: 1200px;
    width: 100%;
    opacity: 0.8
}

.page-description .page-description-text {
    text-align: center;
    color: #ec4111
}

@media screen and (min-width: 1200px) {
    .page-description .page-description-text {
        font-size: 28px
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .page-description .page-description-text {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .page-description .page-description-text {
        font-size: 20px
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    width: 100%
}

@media screen and (max-width: 767px) {
    .flex-center {
        display: block
    }
}

.flex-end {
    display: flex;
    justify-content: flex-end
}

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

@media screen and (max-width: 767px) {
    .flex-between {
        display: block
    }
}

.flex-around {
    display: flex;
    justify-content: space-around
}

@media screen and (max-width: 767px) {
    .flex-around {
        display: block
    }
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-orange {
    color: #ec4111
}

.text-red {
    color: red
}

.highlight {
    font-weight: bold
}

#modal-content {
    width: 80%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 99999
}

#modal-content .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden
}

#modal-content .inner #player {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

#modal-overlay {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75)
}

.underline-orange {
    border-bottom: solid 2px #ec4111
}

@media screen and (min-width: 1200px) {
    section {
        margin-bottom: 150px
    }

    #agoraplus-top .bg .bg-img {
        min-width: 1000px
    }

    #agoraplus-top .top-title {
        margin-top: 200px;
        margin-left: 280px
    }

    #agoraplus-top .top-title .top-title-text {
        font-size: 72px;
        color: #fff;
        text-shadow: 1px 1px 5px #777
    }

    #agoraplus-description #agoraplus-description-text {
        font-size: 32px;
        margin-top: 240px
    }

    #event-schedule-list .event-schedule-item {
        border: solid 1px #ec4111
    }

    #event-schedule-list .event-schedule-item:nth-child(n+2) {
        margin-top: 20px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner {
        padding: 40px 120px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-title {
        font-size: 28px;
        color: #ec4111
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-thumbnail {
        width: 45%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-thumbnail>img {
        width: 100%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail {
        width: 50%;
        font-size: 20px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button {
        position: relative;
        width: 366px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-img {
        width: 100%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-text p {
        margin: 0;
        font-size: 24px;
        text-align: center;
        color: #fff
    }

    #live .live-area .youtube-live {
        margin-top: 40px;
        margin-bottom: 40px
    }

    #live .section-title-wrapper .section-title-text {
        font-size: 27px
    }

    #meridio #meridio-description {
        margin-bottom: 32px
    }

    #meridio .section-title-wrapper .section-title-text {
        font-size: 38px
    }

    #meridio .meridio-archive-section-title-text {
        color: #fff;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 48%;
        left: 0;
        transform: translateY(-50%);
        margin: 0;
        font-size: 34px
    }

    #meridio #meridio-list {
        width: 1140px;
        margin: 0 auto
    }

    #meridio #meridio-list #meridio-list-title {
        background: linear-gradient(to left, #ffbc00, #e64d1d);
        width: 320px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        transform: skewX(20deg)
    }

    #meridio #meridio-list #meridio-list-title .meridio-list-title-text {
        margin: 0;
        font-size: 32px;
        text-align: center;
        transform: skewX(-20deg);
        color: #fff
    }

    #meridio #meridio-list .list-body {
        border: solid 2px #ec4111;
        background: #fff
    }

    #meridio #meridio-list .list-body ul {
        padding-left: 40px;
        padding-right: 40px;
        list-style: none
    }

    #meridio #meridio-list .list-body ul a {
        color: #ec4111
    }

    #meridio #meridio-list .list-body ul li {
        color: #ec4111;
        border-bottom: solid 1px #ec4111
    }

    #meridio #meridio-list .list-body ul li:nth-child(n+2) {
        margin-top: 20px
    }

    #meridio #meridio-list .list-body ul li::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    .meridio-subsection-title {
        background: linear-gradient(to left, #ffbc00, #e64d1d);
        width: 320px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 60px;
        transform: skewX(20deg)
    }

    .meridio-subsection-title .meridio-subsection-title-text {
        margin: 0;
        font-size: 32px;
        text-align: center;
        transform: skewX(-20deg);
        color: #fff
    }

    .meridio-latest {
        margin-bottom: 32px
    }

    .meridio-title-text {
        font-size: 30px;
        font-weight: bold;
        margin-top: 0
    }

    .meridio-latest-content {
        width: 90%;
        margin-top: 0;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto
    }

    .meridio-latest-content .meridio-wrapper img {
        height: 100%
    }

    .meridio-latest-issue-text {
        font-size: 20px
    }

    .meridio-topics {
        margin-bottom: 45px
    }

    .meridio-topic-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px
    }

    .meridio-topic-supplement {
        font-size: 16px;
        margin-top: 3px
    }

    .meridio-to-element {
        margin-right: 10px
    }

    .meridio-to-element .meridio-to-element-inner {
        width: 240px;
        position: relative
    }

    .meridio-to-element .meridio-to-element-inner img {
        width: 100%;
        position: relative
    }

    .meridio-to-element .meridio-to-element-inner p {
        position: absolute;
        top: 16%;
        text-align: center;
        width: 100%;
        font-size: 20px;
        transform: translateY(-50%);
        color: #fff;
        text-decoration: inherit;
        font-weight: bold
    }

    .meridio-list .autoplay p {
        text-align: center
    }

    .meridio-list .autoplay p>a {
        color: #ec4111
    }

    .meridio-list .autoplay p::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 25px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    .meridio-archive-navi {
        margin-top: 35px;
        margin-bottom: 35px;
        margin-right: auto;
        margin-left: auto
    }

    .meridio-to-archive .meridio-to-element-inner {
        margin-left: auto;
        margin-right: 22px
    }

    .meridio-archive-list-inner {
        margin-bottom: 50px
    }

    .meridio-thumbnail {
        margin-left: 10px;
        margin-right: 10px
    }

    .meridio-thumbnail img {
        width: 230px
    }

    .meridio-thumbnail p {
        text-align: center
    }

    .meridio-thumbnail p>a {
        color: #ec4111
    }

    .meridio-thumbnail p::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 25px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    .meridio-spacer {
        width: 230px;
        height: 424px;
        margin-left: 10px;
        margin-right: 10px
    }

    #domains #domains-description p {
        font-size: 24px;
        text-align: center
    }

    #domains .domains-introduction-comment {
        font-size: 28px
    }

    #sns-introduction .introduction p {
        font-size: 24px
    }

    #sns-introduction .inner-flex-center {
        display: flex;
        justify-content: center
    }

    #sns-introduction .inner-flex-center .sns-list {
        width: 90%
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content {
        display: flex;
        border-bottom: dashed #ec4111
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title {
        width: 165px;
        margin-right: 30px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title p {
        display: flex;
        align-items: center;
        font-size: 22px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title p img {
        width: 60px;
        height: auto;
        margin-right: 15px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-description {
        display: flex;
        align-items: center
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-description p {
        font-size: 20px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content:nth-child(3) .sns-title {
        margin-right: 40px
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .content-inner {
        width: 90%
    }

    section {
        margin-bottom: 200px
    }

    #agoraplus-top .bg .bg-img {
        min-width: 1000px
    }

    #agoraplus-top .top-title {
        margin-top: 140px;
        margin-left: 140px
    }

    #agoraplus-top .top-title .top-title-text {
        font-size: 72px;
        color: #fff;
        text-shadow: 1px 1px 5px #777
    }

    #agoraplus-description #agoraplus-description-text {
        margin-top: 26%
    }

    #live .live-area .youtube-live {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        aspect-ratio: 16 / 9
    }

    #live .live-area .youtube-live iframe {
        width: 100%;
        height: 100%
    }

    #live .section-title-wrapper .section-title-text {
        font-size: 27px
    }

    .meridio-latest-content {
        width: 90%;
        margin-top: 0;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto
    }

    .meridio-latest-content .meridio-wrapper img {
        width: 180px
    }

    .meridio-thumbnail {
        margin-left: 10px;
        margin-right: 10px
    }

    .meridio-thumbnail img {
        width: 160px
    }

    .meridio-thumbnail p {
        text-align: center
    }

    .meridio-thumbnail p>a {
        color: #ec4111
    }

    .meridio-thumbnail p::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 25px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    .meridio-spacer {
        width: 160px;
        margin-left: 10px;
        margin-right: 10px
    }

    .meridio-to-element {
        margin-right: 10px
    }

    .meridio-to-element .meridio-to-element-inner {
        width: 180px;
        position: relative
    }

    .meridio-to-element .meridio-to-element-inner img {
        width: 100%;
        position: relative
    }

    .meridio-to-element .meridio-to-element-inner p {
        position: absolute;
        top: 15%;
        text-align: center;
        width: 100%;
        font-size: 14px;
        transform: translateY(-50%);
        color: #fff;
        text-decoration: inherit;
        font-weight: bold
    }

    #event-schedule-list .event-schedule-item {
        border: solid 1px #ec4111
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner {
        padding: 20px 20px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-title {
        font-size: 28px;
        color: #ec4111
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-thumbnail {
        width: 45%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail {
        width: 50%;
        font-size: 20px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button {
        position: relative;
        width: 366px
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-img {
        width: 100%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%
    }

    #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-text p {
        margin: 0;
        font-size: 24px;
        text-align: center;
        color: #fff
    }

    #meridio .section-title-wrapper .section-title-text {
        font-size: 38px
    }

    #meridio #meridio-description {
        margin-bottom: 32px
    }

    #meridio .meridio-description-latest .meridio-title .meridio-title-text {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0
    }

    #meridio .meridio-description-latest .meridio-topics {
        margin-bottom: 15px
    }

    #meridio .meridio-description-latest .meridio-topics .meridio-topic-title {
        font-size: 14px;
        font-weight: bold;
        margin-top: 12px;
        margin-bottom: 0px
    }

    #meridio .meridio-description-latest .meridio-topics .meridio-topic-supplement {
        font-size: 11px;
        margin-top: 3px
    }

    #meridio #meridio-list {
        width: 640px;
        margin: 0 auto
    }

    #meridio #meridio-list #meridio-list-title {
        background: linear-gradient(to left, #ffbc00, #e64d1d);
        width: 320px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        transform: skewX(20deg)
    }

    #meridio #meridio-list #meridio-list-title .meridio-list-title-text {
        margin: 0;
        font-size: 32px;
        text-align: center;
        transform: skewX(-20deg);
        color: #fff
    }

    #meridio #meridio-list .list-body {
        border: solid 2px #ec4111;
        background: #fff
    }

    #meridio #meridio-list .list-body ul {
        padding-left: 40px;
        padding-right: 40px;
        list-style: none
    }

    #meridio #meridio-list .list-body ul a {
        color: #ec4111
    }

    #meridio #meridio-list .list-body ul li {
        color: #ec4111;
        border-bottom: solid 1px #ec4111
    }

    #meridio #meridio-list .list-body ul li::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    #meridio .meridio-list .autoplay p {
        text-align: center;
        padding-right: 25px
    }

    #meridio .meridio-list .autoplay p>a {
        color: #ec4111
    }

    #meridio .meridio-list .autoplay p::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 25px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    .meridio-subsection-title {
        background: linear-gradient(to left, #ffbc00, #e64d1d);
        width: 320px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 50px;
        transform: skewX(20deg)
    }

    .meridio-subsection-title .meridio-subsection-title-text {
        margin: 0;
        font-size: 32px;
        text-align: center;
        transform: skewX(-20deg);
        color: #fff
    }

    .meridio-to-archive .meridio-to-element-inner {
        margin-left: auto;
        margin-right: 12px
    }

    #domains #domains-description p {
        font-size: 24px;
        text-align: center
    }

    #domains .domains-introduction-comment {
        font-size: 28px;
        width: 45%
    }

    #domains .domains-introduction-movie {
        width: 50%
    }

    #domains .domains-introduction-movie iframe {
        width: 100%
    }

    #sns-introduction .introduction p {
        font-size: 24px
    }

    #sns-introduction .inner-flex-center {
        display: flex;
        justify-content: center
    }

    #sns-introduction .inner-flex-center .sns-list {
        width: 90%
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content {
        display: flex;
        border-bottom: dashed #ec4111
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content p {
        font-size: 18px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title {
        width: 160px;
        margin-right: 30px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title p {
        display: flex;
        align-items: center
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title p img {
        width: 60px;
        height: auto;
        margin-right: 15px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-description {
        display: flex;
        align-items: center
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content:nth-child(3) .sns-title {
        margin-right: 10px
    }
}

@media screen and (max-width: 767px) {
    section {
        margin-bottom: 80px
    }

    #agoraplus-top .bg .bg-img {
        min-width: 800px
    }

    #agoraplus-top .top-title {
        margin-top: 150px;
        margin-left: 32px
    }

    #agoraplus-top .top-title .top-title-text {
        font-size: 44px;
        color: #fff;
        text-shadow: 1px 1px 5px #777
    }

    #agoraplus-description #agoraplus-description-text {
        margin-top: 160px
    }

    #live .live-area .youtube-live {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        aspect-ratio: 16 / 9
    }

    #live .live-area .youtube-live iframe {
        width: 100%;
        height: 100%
    }

    #live .section-title-wrapper .section-title-text {
        font-size: 20px
    }

    .meridio-latest-content {
        margin-bottom: 50px
    }

    .meridio-topic-title {
        font-weight: bold;
        margin-bottom: 0px
    }

    .meridio-topic-supplement {
        font-size: 14px;
        margin-top: 3px
    }

    #event-schedule .section-title .section-title-text {
        width: 100%;
        margin: 0;
        font-size: 28px;
        right: auto;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }

    #event-schedule #event-schedule-list .event-schedule-item {
        border: solid 1px #ec4111
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner {
        padding: 10px 10px
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-title {
        font-size: 28px;
        color: #ec4111
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-thumbnail {
        width: 100%
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail {
        width: 100%;
        font-size: 16px
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button {
        position: relative;
        width: 366px
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-img {
        width: 100%
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 100%
    }

    #event-schedule #event-schedule-list .event-schedule-item .event-schedule-inner .schedule-detail .participation-button .participation-button-text p {
        margin: 0;
        font-size: 24px;
        text-align: center;
        color: #fff
    }

    #meridio .section-title-wrapper {
        width: 400px
    }

    #meridio .section-title-text {
        font-size: 26px
    }

    #meridio #meridio-description {
        margin-bottom: 32px
    }

    #meridio .meridio-thumbnail {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center
    }

    #meridio .meridio-thumbnail img {
        width: 145px
    }

    #meridio .meridio-thumbnail p {
        text-align: center;
        font-size: 13px
    }

    #meridio .meridio-thumbnail p>a {
        color: #ec4111
    }

    #meridio .meridio-thumbnail p::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 25px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    #meridio .meridio-subsection-title {
        background: linear-gradient(to left, #ffbc00, #e64d1d);
        width: 320px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        transform: skewX(20deg)
    }

    #meridio .meridio-subsection-title .meridio-subsection-title-text {
        margin: 0;
        font-size: 28px;
        text-align: center;
        transform: skewX(-20deg);
        color: #fff
    }

    #meridio .meridio-wrapper {
        display: flex;
        justify-content: center
    }

    #meridio .meridio-title {
        text-align: center
    }

    #meridio .meridio-title .meridio-title-text {
        font-weight: bold
    }

    #meridio .meridio-archive-section-title-text {
        font-size: 32px
    }

    #meridio .meridio-archive-list-inner {
        display: flex;
        flex-wrap: wrap
    }

    #meridio #meridio-list {
        width: 100%;
        margin: 0 auto
    }

    #meridio #meridio-list #meridio-list-title {
        background: linear-gradient(to left, #ffbc00, #e64d1d);
        width: 320px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-bottom: 16px;
        transform: skewX(20deg)
    }

    #meridio #meridio-list #meridio-list-title .meridio-list-title-text {
        margin: 0;
        font-size: 28px;
        text-align: center;
        transform: skewX(-20deg);
        color: #fff
    }

    #meridio #meridio-list .list-body {
        border: solid 2px #ec4111;
        background: #fff
    }

    #meridio #meridio-list .list-body ul {
        padding-left: 20px;
        padding-right: 20px;
        list-style: none
    }

    #meridio #meridio-list .list-body ul a {
        color: #ec4111
    }

    #meridio #meridio-list .list-body ul li {
        color: #ec4111;
        border-bottom: solid 1px #ec4111
    }

    #meridio #meridio-list .list-body ul li::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    #meridio .meridio-list .autoplay p {
        text-align: center;
        padding-right: 25px
    }

    #meridio .meridio-list .autoplay p>a {
        color: #ec4111
    }

    #meridio .meridio-list .autoplay p::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 25px;
        background-image: url("/img/common/PDF_24.png");
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat
    }

    .meridio-to-element {
        display: block;
        justify-content: center
    }

    .meridio-to-element .meridio-to-element-inner {
        width: 240px;
        position: relative;
        margin: 20px auto
    }

    .meridio-to-element .meridio-to-element-inner img {
        width: 100%;
        position: relative
    }

    .meridio-to-element .meridio-to-element-inner p {
        position: absolute;
        top: 16%;
        text-align: center;
        width: 100%;
        font-size: 20px;
        transform: translateY(-50%);
        color: #fff;
        text-decoration: inherit;
        font-weight: bold
    }

    .meridio-to-archive {
        display: block;
        justify-content: center
    }

    .meridio-to-archive .meridio-to-element-inner {
        margin: 0 auto
    }

    #meridio-this-year {
        margin-bottom: 60px
    }

    #domains .section-title .section-title-text {
        font-size: 36px
    }

    #domains #domains-description p {
        font-size: 20px
    }

    #domains .domains-introduction-comment {
        font-size: 24px;
        text-align: center
    }

    #domains .domains-introduction-movie img {
        width: 100%
    }

    #sns-introduction .introduction p {
        font-size: 24px
    }

    #sns-introduction .inner-flex-center {
        display: flex;
        justify-content: center
    }

    #sns-introduction .inner-flex-center .sns-list {
        width: 100%
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content {
        border-bottom: dashed #ec4111
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title p {
        display: flex;
        align-items: center;
        font-size: 20px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-title p img {
        width: 60px;
        height: auto;
        margin-right: 15px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-description {
        display: flex;
        align-items: center
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content .sns-description p {
        font-size: 18px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content:first-child .sns-title p:first-child {
        margin-bottom: 35px
    }

    #sns-introduction .inner-flex-center .sns-list .sns-list-content:nth-child(3) .sns-title {
        margin-right: 10px
    }
}
