.content {
    width: 100%;
}

header.header {
    width: 100%;
}

h1.pageTitle {
    margin: 0 auto;
    width: 100%;
}

img.pageTitle__img {
    display: block;
    width: 100%;
}

.header__bnrArea {
    display: flex;
}

.mainPost {
    padding: 24px 32px;
}

.main {
    padding-bottom: 0;
}

footer.copyright-footer {
    width: 100%;
}

div.pageFooter {
    margin: 0 auto;
    width: 100%;
}

img.pageFooter__img {
    display: block;
    width: 100%;
}

.copyright {
    font-family: "century-gothic", "sans-serif";
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: -24px 0 42px;
    font-size: 12px;
}

.snsList {
    display: flex;
    justify-content: space-between;
    margin: 24px auto;
    list-style: none;
    width: 160px;
}

.snsList__item {
    width: 40px;
    height: 40px;
}

.snsList__item a img {
    width: 100%;
}

.caution {
    padding: 48px 24px 72px;
}

.caution__heading {
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 1em;
}

.caution__txt {
    text-align: center;
    line-height: 1.8;
}

.caution__txt a {
    text-decoration: underline;
    color: inherit;
}

.article__header {
    text-align: center;
    border-top: 2px solid #31b6a1;
    border-bottom: 2px solid #31b6a1;
    padding: 12px;
    margin-bottom: 2em;
}

.article__header__num {
    display: block;
    margin-bottom: .5em;
}

.article__header__title {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 1px;
}

.article {
    margin-bottom: 64px;
    background-color: #ffffff;
    padding: 24px 20px;
    border: 1px solid #000000;
    position: relative;
    box-shadow: 4px 4px 0 #000000;
    z-index: 0;
}

.preview-article {
    max-width: 600px;
    padding: 28px 24px;
}

.article .content_title_wrap.article-new::before {
    content: "NEW";
    display: block;
    padding: 6px 14px;
    background: #000000;
    font-family: "century-gothic", "sans-serif";
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em;
    color: #ffffff;
    border: 1px solid #222222;
    position: absolute;
    top: 22px;
    left: -20px;
}

.playerWrapper {
    text-align: center;
    margin-bottom: 1em;
}

.mediaSlider {
    list-style: none;
    margin: 0 -16px 3em -16px;
    margin-bottom: 30px;
}

.mediaSlider__item {
    position: relative;
}

.mediaSlider__item:last-child {
    margin-bottom: 0;
}

.mediaSlider__item--img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.linkArea {
    margin-bottom: 24px;
}

.mediaSlider__item>.inner {
    width: calc(100% - 32.2222px);
    margin: 0 auto;
}

.mediaSlider__item__caption__id {
    font-weight: bold;
    margin-bottom: 0.4em;
}

.mediaSlider__item__caption {
    margin: 1em 0;
    line-height: 1.2;
}

.mediaSlider .slick-dots>li:only-child {
    display: none;
}

.mediaSlider .slick-dots li {
    margin: 0;
}

.movie__caption__date {
    font-family: "century-gothic", "sans-serif";
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.4em;
    position: relative;
    padding-bottom: 8px;
    background-image: radial-gradient(circle, #333 2px, transparent 1px);
    background-position: center bottom;
    background-size: 8px 4px;
    background-repeat: repeat-x;
    font-size: 110%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.movie__caption__date::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #000000;
    border-right: 0;
}

.movie__caption__date time {
    position: relative;
}

.content_title_wrap {
    width: 80%;
    margin: 0 auto 24px;
}

.content_title {
    font-weight: 700;
    text-align: center;
    font-size: 120%;
}


.line {
    margin: 0 auto;
    max-width: 230px;
    width: 50%;
    aspect-ratio: 532 / 17;
}

.line__img {
    display: block;
    width: 100%;
}

.pageTitle::before,
.pageTitle::after,
.pageFooter::before,
.pageFooter::after {
    display: none;
}

footer#global-footer {
    margin-top: 0;
}

.article__photo {
    width: 100%;
}

.article__photo .swiper-container,
.article__photo .swiper-wrapper,
.article__photo .swiper-slide {
    width: 100%;
    height: auto;
}

.article__photo .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.article__photo .article-image {
    border-radius: 0 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
}

.swiper-pagination {
    position: static !important;
}

.swiper-pagination-bullet-active {
    opacity: .75 !important;
    background: black !important;
}

.swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    margin: 0 7px !important;
}

.article__movie {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.article__movie .video-js {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25% !important;
}

.article__movie.movie--vertical .video-js {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 177.77% !important;
}

.article__movie .video-js .vjs-tech {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.video-js.vjs-fullscreen,
.article__movie.movie--vertical .video-js.vjs-fullscreen {
    padding-bottom: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.video-js.vjs-fullscreen video,
.video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.article__movie.is-fullscreen .video-js {
    padding-bottom: 0 !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen .vjs-tech {
    object-fit: contain !important;
}

.video-js .vjs-poster {
    background-size: cover !important;
}

.video-js video {
    object-fit: cover !important;
}

.article-image {
    width: 100%;
    height: auto;
    max-height: none;
}

.article__movie {
    padding-bottom: 40px;
}

.preview-date {
    padding: 6px 14px;
}

.preview-title {
    padding: 6px 14px;
}

.loading {
    text-align: center;
    margin: 20px;
}

@media screen and (min-width:768px) {
    main,
    body {
        overflow-x: hidden;
    }
    .content {
        width: 768px;
        margin: auto;
        border-left: 1px solid;
        border-right: 1px solid;
    }

    .article {
        max-width: 600px;
        margin: 0 auto 64px;
        padding: 28px 24px;
    }

    .article .content_title_wrap.article-new::before {
        padding: 8px 24px 10px;
        top: 18px;
        left: -26px;
        font-size: 20px;
    }

    .pageTitle {
        position: relative;
    }

    .pageFooter {
        position: relative;
    }
}