@charset "UTF-8";

/* 固定背景 */
.background-line{
    width: 100%;
    height: calc(100vh - 80px);
    position: fixed;
    top: 100px;
    z-index: -1;
}

.back-fixed{
    position: relative;
    width: 100%;
    height: 100%;
}

.background{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;

}

.background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(10px);
}

.line{
    width: 1080px;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    background: linear-gradient(0deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%);

}

.line img{
    height: 100%;
    width: 40px;
    object-fit: cover;
}


/* コンテンツ部分 */

.container{
    color: #1b5e62;
    position: relative;
    z-index: 1;
}

.select-content{
    transition: all 0.4s;
    display: none;
    opacity: 0;
    
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.active{
    display: block;
    animation: fadeIn 0.3s ease-in 0s forwards;
}

.archive-menu{
    justify-content: center;
}

.archive-menu li{
    margin-right: 24px;
    position: relative;
    font-family: 'Noto Serif JP', serif;
}

.archive-menu li:last-child{
    margin-right: 0;
}

.archive-menu li:hover{
    cursor: pointer;
}

.archive-menu li:hover::before{
    content: '';
    width: 24px;
    height: 8px;
    background-image: url(../images/archive-menu.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper{
    margin-top: 64px;
}

.archive-main-visual img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.archive-title{
    font-size: 24px;
    margin-bottom: 28px;
    text-align: center;
}

.archive-content{
    margin-bottom: 80px;
}

.archive-content dt{
    float: left;
    margin-right: 44px;
}



.archive-content dt, .archive-content dd{
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 32px;
}

.sub-movie-title {
    line-height: 1;
}

.cast-img img{
    width: 100%;
    object-fit: contain;
}

.cast-text{
    white-space: pre-wrap;
}
.cast-text a {
	font-family: 'Noto Serif JP', serif;
}
.cast-text a:hover {
	text-decoration: underline;
}

.aco-btn{
    width: 100%;
    height: 48px;
    background-color: #1b5e62;
    color: #fff;
    text-align: center;
    margin-top: 16px;
}

/* location */
#archive-center{
    justify-content: center;
    margin-top: 32px;
}

#center{
    margin-right: 10%;
}


footer{
    max-width: 1000px;
    margin: 0 auto;
}

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

    .wrapper{
        margin-top: 30px;
    }
    .line{
        height: 100vh;
    }
    

    .archive-content{
        margin-bottom: 30px;
    }
    .archive-content h3{
        font-size: 20px;    
    }

    .archive-title{
        margin-bottom: 16px;
    }

    .archive-content dt{
        margin: 0 0 8px 0;
        float: none;
    }

    .archive-content dd{
        margin:0 0 16px 16px;
    }
}

@media screen and (max-width:1024px){
    .background-line{
        height: calc(100vh - 50px);
        top: 50px;
    }
}



/* 1期2期追加 */

.cast-title {
    margin: 16px 0;
    font-size: 20px;
}

.staff-text {
    border-top: 1px solid rgba(27, 94, 98, .5);
    padding-top: 16px;
    font-size: 14px;
}

.staff-text dt {
    margin: 0 40px 8px 0;
    float: left;
    font-weight: 500;
}

.staff-text dt:last-child {
    margin: 0 40px 0 0;
}

.staff-text dd {
    margin: 0 0 8px 0;
}

.movie-list li {
    width: 100%;
    border-radius: 10px;
    background: #F7F4EA;
    box-shadow: 0 3px 6px rgba(247, 244, 234, .2);
    padding: 16px 24px;
    margin-bottom: 24px;
}

.movie-list li:nth-of-type(2n) {
    background: #1b5e62;
    box-shadow: 0 3px 6px rgba(27, 94, 98, .2);
    color: #F7F4EA;
}

.content-cube {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.content-cube span {
    width: 5px;
    height: 5px;
    background: #1b5e62;
    margin-right: 6px;
}

.movie-list li:nth-of-type(2n) .content-cube span {
    background: #F7F4EA;
}

.content-cube span:last-child {
    margin: 0;
}

.movie-list li .flex-pc {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.movie-thumb-add {
    width: 35%;
    margin-right: 24px;
}

.movie-thumb-add.ctl_sp {
    display: none;
}

.movie-thumb-add a {
    position: relative;
}

.movie-thumb-add .thumb-hover {
    height: auto;
    aspect-ratio: 16 / 9;
}

.movie-thumb-add:hover .thumb-hover {
    opacity: 1;
}

.movie-maintext-add {
    width: 60%;
}

.movie-maintext-add p {
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.movie-maintext-add h4 {
    font-size: 20px;
    margin: 0 0 16px 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.btn-slide {
    padding: 8px 40px 8px 24px;
    position: relative;
    text-align: center;
    background-color: initial;
    color: #1b5e62;
    border-radius: 9999px;
    border: 1px solid #1b5e62;
    margin: 16px auto 0;
    transition: all .3s;
    cursor: pointer;
}



.btn-slide::after,
.btn-slide::before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: #1b5e62;
    position: absolute;
    transition: rotate .3s;
}

.btn-slide::after {
    top: 50%;
    right: 24px;
    transform: translate(0, -50%) rotate(45deg);
}
.btn-slide::before {
    top: 50%;
    right: 19px;
    transform: translate(0, -50%) rotate(-45deg);
}

.btn-slide.open::after {
    transform: rotate(-45deg);
}

.btn-slide.open::before {
    transform: rotate(45deg);
}

.movie-list li:nth-of-type(2n) .btn-slide {
    border-color: #fff;
    color: #fff;
}


.movie-list li:nth-of-type(2n) .btn-slide::after,
.movie-list li:nth-of-type(2n) .btn-slide::before {
    background-color: #fff;
}

.movie-subtext-add {
    display: none;
}

.movie-subtext-add dt {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
}

.movie-subtext-add dt.column {
    float: none;
    margin: 0 0 8px 0;
}

.movie-subtext-add dt::after {
    content: '';
    height: 1px;
    width: 20px;
    background-color: #1b5e62;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.movie-list li:nth-of-type(2n) .movie-subtext-add dt::after {
    background-color: #F7F4EA;
}

.movie-subtext-add dd {
    margin-bottom: 16px;
}

.movie-subtext-add dl.wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 8px 40px;
}

.movie-subtext-add dl.wrap dd {
    width: auto;
    margin: 0;
}

.movie-subtext-add dl.wrap dd span {
    padding-right: 16px;
}

@media screen and (max-width:600px){
    .cast-title {
        margin: 8px 0;
        font-size: 14px !important;
    }

    .cast-text {
        font-size: 14px;
    }

    .staff-text {
        font-size: 12px;
    }

    .staff-text dt {
        margin: 0 24px 4px 0;
    }

    .movie-thumb-add.ctl_sp {
        display: block;
        width: 100%;
        margin: 8px auto;
    }

    .movie-thumb-add.ctl_pc {
        display: none;
    }

    .movie-maintext-add {
        width: 100%;
    } 

    .movie-maintext-add h4 {
        text-align: center;
        font-size: 16px;
    }

    .movie-maintext-add p {
        font-size: 12px;
    }

    .movie-subtext-add {
        font-size: 12px;
    }

    .movie-subtext-add dt {
        margin: 0 0 4px 0;
    }

    .movie-subtext-add dt.column {
        margin: 0 0 4px 0;
    }
}

/* 202501 add */
.map_season5 {
	width: 100%;
}

.map_season5 .movie-thumb {
	height: auto;
}

.map_season5:hover {
	opacity: .7;
}