@charset "UTF-8";

#news.news_top .container, #gallery.gallery_top .container {
    background: url(../img/bg_item_page_pc_01.png) #fff no-repeat top 140px center;
    background-size: 1400px;
}
#news.news_page .container, #movie .container, #gallery.gallery_page .container {
    background: url(../img/bg_item_page_pc_02.png) #fff no-repeat top 230px center;
    background-size: 1400px;
    padding-top: 90px;
}
#news .ttl__container {background-color: #ff8cbe;}
#movie .ttl__container {background-color: #3cbec8;}
#gallery .ttl__container {background-color: #ffc800;}
#news .inner, #movie .inner, #gallery .inner {max-width: 760px;}

.content__ttl {
    width: 252px;
    margin: 0 auto;
    padding: 70px 0;
    display: block;
}
.archive__pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .7em;
    /*margin-bottom: 70px;*/
    padding: 20px 0 90px;
}
.archive__pagenation li, .archive__pagenation li a {
    display: block;
    padding: 7px;
}
.archive__pagenation li a {
    color: #898989;
}
.archive__pagenation .on {
    color: #fff;
    width: 46px;
    height: 46px;

    background-color: #898989;
    border: #898989 1px solid;
    border-radius: 30px;
}
.archive__pagenation .off {
    color: #898989;
    width: 46px;
    height: 46px;

    background-color: #fff;
    border: #898989 1px solid;
    border-radius: 30px;

    padding: 0;
}
.archive__pagenation .txt {
    color: #898989;
}
.archive__pagenation .arrow {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 10px;
    padding-left: 25px;
}
.archive__pagenation .arrow::before,
.archive__pagenation .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #898989;
    transform-origin: calc(100% - 0.5px) 50%;
}
.archive__pagenation .arrow::before {
    transform: rotate(45deg);
}
.archive__pagenation .arrow::after {
    transform: rotate(-45deg);
}


/*---------------- news*/
.news__archive__list {
    padding: 0;
}
.news__archive__list li {
    border-bottom: 1px dashed #323232;
    clear: both;
    margin-bottom: 30px;
}
.news__archive__list li time, .news__page time {
    color: #646464;
    font-weight: 500;
    float: left;
    padding-right: 28px;
}
.news__archive__list li .news__tag, .news__page .news__tag {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    min-width: 80px;
    display: block;
    float: left;
    margin-right: 10px;
    width: auto;
    margin-left: 0;
}
.news__archive__list li .news__ttl {
    color: #323232;
    font-size: 16px;
    font-weight: 300;
    clear: both;
    padding-bottom: 5px;
}
.news__page .news__ttl {
    clear: both;
    border-bottom: 1px dashed #323232;
    color: #646464;
    padding-bottom: 3px;
    font-size: 16px;
}
.news__page .news__txt {
    font-size: 12px;
    padding-top: 10px;
    line-height: 2;
    padding-bottom: 80px;
}
.news__page .news__txt a {
    color: #00cabb;
    text-decoration: underline;
    font-weight: 600;
}
.news__txt__bar {
    display: block;
    border-top: 1px solid #ccc;
    margin-top: 1em;
    padding-bottom: 1em;
}
.news__content__img {width: 280px;}
.news__content__img_top {
    padding-top: 20px;
    padding-bottom: 10px;
}
.news__content__img_btm {padding-bottom: 80px;}

/*---------------- movie*/
.movie__archive__list {
    display: grid;
    gap: 50px 25px;
    padding: 25px 0 70px;
    justify-self: center;
    align-self: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.movie__archive__list img {
    cursor: pointer;
}
.movie__archive__list li time {
    font-size: 15px;
    font-weight: 200;
}
.movie__archive__list .movie__ttl {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 3px;
    font-weight: 200;
    border-top: 1px dashed #323232;
}
/*#movie .archive__pagenation .txt {
    border: 1px solid #898989;
    border-radius: 30px;
    padding: 0 15px;
}*/



/*---------------- gallery*/
#gallery {
}
.gallery__archive__list {
    display: grid;
    gap: 60px 10px;
    padding: 25px 0 70px;
    justify-self: center;
    align-self: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.gallery__archive__list a {
    color: #323232;
}
.gallery__archive__list li {
    background: #f0f0f0;
    padding: 10px 0 15px;
}
.gallery__archive__list li div:first-child {
    padding: 0 15px 10px;
}
.gallery__archive__list li time {
    font-size: 15px;
    font-weight: 200;
}
.gallery__archive__list .gallery__ttl {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 3px;
    font-weight: 600;
}
.gallery__archive__list .gallery__ttl_l1 {
    padding: 0 0 1.6em;
}
.gallery__archive__list li div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding-top: 10px;
}
.gallery__archive__list li div:last-child p {
    padding-right: 10px;
}


.gallery__archive__list .arrow {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 16px;
}
.gallery__archive__list .arrow::before,
.gallery__archive__list .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 9px;
    height: 1px;
    border-radius: 9999px;
    background-color: #323232;
    transform-origin: calc(100% - 0.5px) 50%;
}
.gallery__archive__list .arrow::before {
    transform: rotate(45deg);
}
.gallery__archive__list .arrow::after {
    transform: rotate(-45deg);
}

.gallerypage__txt {
    color: #646464;
}
.gallerypage__txt p {
    color: #323232;
}
.gallerypage__slider_thumbnail {
    display: grid;
    gap: 20px;
    padding: 25px 0 70px;
    justify-self: center;
    align-self: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}
.gallerypage__slider_thumbnail li {
    cursor: pointer;
}
.gallerypage__slider .swiper {
    width: 55%;
}


.gallerypage__slider .swiper-button-next, .gallerypage__slider .swiper-button-prev {
    --swiper-navigation-color: #646464;
}
.gallerypage__slider .swiper-pagination {
    bottom: 20px;
    font-size: 18px;
}
.gallerypage__slider .swiper-button-prev {
    left: 4%;
    bottom: 10px;
    top: auto;
}
.gallerypage__slider .swiper-button-next {
    right: 4%;
    bottom: 10px;
    top: auto;
}
.swiper-pagination {
    display: none;
}

footer {
    background-color: #f0f0f0;
}


@media(max-width:1400px) {

}

@media(max-width:1024px) {

}

@media(max-width:750px) {
    #news .container, #movie .container, #gallery .container {
        padding-top: 55px;
    }

    #news.news_top .container, #news.news_page .container, #movie .container, #gallery.gallery_top .container, #gallery.gallery_page .container {
        background: none;
    }
    #movie .container, #gallery.gallery_top .container, #gallery.gallery_page .container {
        background: url(../img/bg_item_kasou_sp_01.png) no-repeat top 28vw center;
        background-size: 100%;
    }
    #news.news_top, #news.news_page, #gallery.gallery_top, #gallery.gallery_page, #movie {
        /*background: none;*/
        background: url(../img/bg_item_kasou_sp_02.png) no-repeat bottom center;
        background-size: contain;
    }

    .content__ttl {
        width: 35vw;
        padding: 10vw 0;
    }
    #news .inner, #movie .inner, #gallery .inner {
        padding-top: 14vw;
        text-align: justify;
    }

    .archive__pagenation {
        font-size: 3.5vw;
        padding: 2vw 0 9vw;
    }
    .archive__pagenation li, .archive__pagenation li a {
        padding: 1.5vw;
    }
    .archive__pagenation .on {
        width: 10vw;
        height: 10vw;
        border-radius: 5vw;
    }
    .archive__pagenation .off {
        width: 10vw;
        height: 10vw;
        border-radius: 5vw;
    }
    .archive__pagenation .arrow {
        padding-left: 5vw;
    }


    /*---------------- news*/
    .news__archive__list li time, .news__page time {
        float: left;
        font-size: 3.5vw;
        padding-right: 10px;
        line-height: 1.5;
    }
    .news__archive__list li .news__tag, .news__page .news__tag {
        float: left;
        font-size: 2.75vw;
        font-weight: 400;
        padding: 0 12px 1px;
        min-width: 15vw;
    }
    .news__archive__list li .news__ttl {
        clear: both;
        font-size: 3.25vw;
        font-weight: 400;
        line-height: 2;
        padding: 2vw 0;
    }
    .news__page .news__ttl {
        clear: both;
        font-size: 3.65vw;
        font-weight: 700;
        line-height: 2;
        padding: 2vw 0;
    }
    .news__content__img {
        margin: 0 auto;
    }
    .news__page .news__txt {
        font-size: 3.25vw;
    }

    /*---------------- movie*/
    .movie__archive__list {
        padding: 0 5vw 12vw;
        display: flex;
        flex-direction: column;
        gap: 13vw;
    }
    .movie__archive__list li time {
        font-size: 3.25vw;
    }
    .movie__archive__list .movie__ttl {
        font-size: 3.75vw;
    }

    /*---------------- gallery*/
    .gallery__archive__list {
        padding: 0 5vw 12vw;
        display: flex;
        flex-direction: column;
        gap: 13vw;
    }

    .gallery__archive__list li time, .gallerypage__txt time {
        font-size: 3.5vw;
    }
    .gallery__archive__list li .news__ttl {
        clear: both;
        font-size: 3.25vw;
        font-weight: 400;
        line-height: 2;
        padding: 2vw 0;
    }
    .gallery__archive__list li div:last-child {
        font-size: 3.65vw;
    }
    .gallery__archive__list .gallery__ttl {
        font-size: 3.75vw;
    }
    .gallerypage__txt .gallery__ttl {
        font-size: 4.5vw;
    }
    .gallerypage__txt {
        padding: 0 5vw;
    }
    .gallery__txt {
        font-size: 3.25vw;
    }

    .gallerypage__slider .swiper {
        width: 100%;
    }
    .gallerypage__slider .swiper-button-prev {
        left: 4vw;
        bottom: 0.8vw;
    }
    .gallerypage__slider .swiper-button-next {
        right: 2vw;
        bottom: 0.8vw;
    }
    .gallerypage__slider_thumbnail {
        grid-template-columns: 1fr 1fr;
        gap: 7vw 3vw;
        padding: 11vw 0;
    }
    .gallerypage__slider {
        padding: 0 5vw;
    }

    footer {
        background: none;
    }
    /*#news .footer__container {
        padding: 37vw 0 15vw;
    }*/
    /*#gallery .container, #movie .container {
        background: url(../img/bg_item_kasou_sp_01.png) no-repeat top 28vw center;
        background-size: 100%;
    }*/
    /*#gallery .footer__container {
        padding: 36vw 0 15vw;
    }*/

}
