.movie {
    margin-bottom: 64px;
    margin-top: 32px;
    text-align: center;
}

.movie__wrap {
    max-width: 600px;
    max-height: 337px;
    margin: auto;
}

.movie__wrap img {
    width: 100%;
    height: auto;
}


.contentslist {
    display: flex;
    flex-wrap: wrap;
}

.contentslist__card {
    margin-right: 2em;
    margin-bottom: 2em;
    width: calc((100% - 4em)/ 3);
    height: 230px;
    background: #CCC;
    overflow: hidden;
    border-radius: 8px;
}

.contentslist__card a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.contentslist__card a img {
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.contentslist__card:nth-child(3n) {
    margin-right: 0;
}

.contentslist__card:last-child {
    margin-right: 0;
}

.contentslist__card__title {
    display: block;
    width: 100%;
    height: 44%;
    background: #a7011a;
    color: #FFF;
    text-align: center;
    padding: 1.3em 0;
    font-size: 20px;
    position: absolute;
    bottom: 0;
}
.contentslist__card__title span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
    .contentslist__card {
        width: calc((100% - 2em)/ 2);
    }

    .contentslist__card:nth-child(2n) {
        margin-right: 0;
    }

    .contentslist__card:nth-child(2n-1) {
        margin-right: auto;
    }
}

@media screen and (max-width:460px) {
    .contentslist__card {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .contentslist__card:nth-child(2n) {
        margin-right: auto;
    }
}

.title {
    font-size: 28px;
    /* text-align: center; */
    margin-bottom: 40px;
    background: #a7001a;
    color: #FFF;
    padding: 0.5em;
}

.article {
    font-size: 16px;
    margin-bottom: 56px;
    padding: 0 1em;
}
@media screen and (max-width:768px) {
    .article {
    padding: 0;
    }
}

.article p {
    margin-bottom: 1em;
}

.article__text--center {
    text-align: center;
}

.article__title {
    font-size: 22px;
    margin-bottom: 1em;
    font-weight: bolder;
}

.article__title--bt {
    border-top: 1px solid #333;
    padding-top: 25px;
}

.article__title--h3 {
    font-size: 18px;
    margin-bottom: 1em;
}

/* ############
guide
############ */

/* .movie__wrap{  
    max-width: 560px;
} */
.guide__movie{  
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
}
.guide__movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
} 

/* ############
character
############ */


.container {
    padding: 2em;
    display: none;
    transition: all 0.5s 0s ease;
    border-top: 6px solid #e17c7c;
}

.container__title {
    margin-bottom: 1em;
}

.container__img {
    /* background: #CCC; */
    width: 100%;
    height: auto;
    margin: 1em auto;
    display: block;
}

/* @media screen and (max-width:768px){
.container__img{
    width: 100%;
    }
} */

.tablist {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.tablist__btn {
    background: #CCC;
    color: #333;
    text-align: center;
    padding: 1em;
    width: calc((100% -2em)/3);
    margin-right: 1em;
}

.tablist__btn:last-child {
    margin-right: 0;
}

.tablist__btn.active {
    background: #e07c7c;
    color: #FFF;
    transition: all 0.5s 0s ease;
}

/* .container.active{
    display: block;
} */
.wraper__artworks {
    max-width: 800px;
    width: calc(100% - 4em);
    margin: 0px auto 40px auto;
    padding: 2em 2em;
    background: #FFF;
}

@media screen and (max-width:768px) {
    .wraper__artworks {
        margin: 20px auto;
        width: 95%;
        padding: 0.5em;
    }
}

/* ############
artworks
############ */
.artworks__title{
    max-width: 960px;
    width: 95%;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

.swiper, swiper-container {
    max-width: 800px;
}

.swiper-horizontal {
    padding-bottom: 00px;
    margin-bottom: 40px;
    margin-top: 00px;
}
@media screen and (max-width:768px) {
    .swiper-horizontal {
        margin-bottom: 130px;
    }
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 44%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
}
@media screen and (max-width:500px) {
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 88%);
    }
}

.swiper-button-prev,
.swiper-button-next {
    height: 50px;
    width: 50px;
    border-radius: 120px;
    background: #a7011a;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    margin: auto;
    width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.swiper-button-prev::after {
    left: 14px;
}
.swiper-button-next::after {
    right: 14px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 10px solid transparent;
  border-right: 17px solid #FFF;
  border-top: 10px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 17px solid #FFF;
  border-top: 10px solid transparent;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* .swiper-pagination{
    padding: 0 4em;
} */

.swiper__wrap {
    max-width: 1100px;
}

.swiper-scrollbar-drag{
    background: #a7011a;
}

.article__text__flex{
    display: flex;
}

.article__text__flex--left{
    width: calc(65% + 1em);
    padding-right: 1em;
}
.article__text__flex--right{
    width: calc(35% - 1em);
    max-width: 300px;
}

.article__text__flex img{
    max-width: 300px;
    width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .article__text__flex{
        flex-direction: column-reverse;
    }
    .article__text__flex--left{
        width: 100%;
        padding-right: 0;
        margin-bottom: 1em;
    }
    .article__text__flex--right{
        width: 100%;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}