@charset "UTF-8";

#mainvisual {
    margin: 0;
    padding: 0;
    background-image:url("../images/cast_season5/bg_mv.jpg");
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#mainvisual-wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

#mainvisual-img {
    margin: 0;
    padding-top: 64.33%;
    background-image:url("../images/cast_season6/mv.webp");
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

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

    #mainvisual-wrapper {
        max-width: 87%;
        margin: 0 auto;
    }
    
    #mainvisual-img {
        margin: 0;
        padding-top: 236.25%;
        background-image:url("../images/cast_season6/mv_sp.webp");
        background-size:contain;
        background-position:center center;
        background-repeat:no-repeat;
    }
}


#banner-fixed{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.banner{
    width: 900px;
    height: 160px;
    margin: 0 auto;  
}

.banner a{
    display: block;
}

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

/* 各コンテンツ共通 */
.wrapper{
    padding: 70px 24px;
}

.content-title{
    margin-bottom: 45px;
}

.content-title-ja{
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.content-title-en{
    font-size: 16px;
    margin: 0;
    padding: 4px 0 0 18px;
    line-height: 1;
}

/* ロケ地について */
#location-wrapper{
    margin: 0;
    padding: 60px 24px;
    background-image: url(../images/cast_season5/bg_mv.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.location-logo {
    width: 200px;
    margin: 25px auto 15px;
}

.location-banner {
    margin: 30px auto 0px;
    width: 80%;
    transition: .3s;
}

.location-banner img {
    box-shadow: 3px 3px 12px rgba(0, 0, 0, .2);
}

.location-banner:hover {
    opacity: .7;
}

#location-wrapper .container {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    padding: 40px 0;
    background:rgba(255,255,255,.6);
    border-radius: 20px;
}

/* ニュース */
#news-wrapper{
    color: #333;
}

.news-content dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 16px;
}

.news-content dl:last-child{
    margin-bottom: 48px;
}

.news-date{
    width: 150px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 14px 0 14px 30px;
    border-bottom: 1px solid #333;
    position: relative;
}


.news-date::before {
    position: absolute;
    top: 13px;
    left: 7px;
    content: "\f2dc";
    font-family: "Font Awesome 6 Free";
    color: #32a9b1;
    font-weight: 400;
    font-size: 18px;
    pointer-events: none;
}

.news-title{
    width: calc( 100% - 150px );
    margin: 0;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #333;
}

.news-title a{
    display: block;
    padding: 12px 0 16px;
    height: 100%;
    line-height: 1;
    color: #333;
}

/* キャスト一覧 */
#cast-wrapper{
    color: #1b5e62;
    background-image: url(../images/background_cast.webp);
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover;
}



#cast-items{
    width: 100%;
    margin: 45px auto 0;
    justify-content: flex-start;
}

.cast-item{
    width: 23%;
    margin: 0 2% 0 0;
    text-align: center;
}
    
.cast-item:nth-child(4n){
    margin: 0 0 0 0;
}

.cast-item:nth-child(n+5) {
    margin-top: 35px;
}

.cast-item a{
    width: 100%;
    transition: all .3s;
}

.cast-img{
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    transition: opacity .3s;
    border-radius: 50%;
}

.cast-item a:hover .cast-img{
    opacity: .8;
}

.cast-img img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cast-name{
    position: relative;
    margin-top: 24px;
}

.cast-icon{
    position: absolute;
    top: 0;
    left: 16px;
}

.cast-name-top{
    width: 100%;
    text-align: center;
    line-height: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 600;
    color: #1b5e62;
}

.cast-name-bottom{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #707070;
    line-height: 1;
    font-family: 'Noto Serif JP', serif;
}

.pro-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 0;
    border-radius: 5px;
    background: #32a9b1;
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: background .3s;
}

.cast-item a:hover .pro-btn{
    background: #2b939a;
}

.pro-btn::before {
    position: absolute;
    top: 12px;
    right: 12px;
    content: "\f0a9";
    font-family: "Font Awesome 6 Free";
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    pointer-events: none;
}

@media screen and (max-width:650px){
    
    .pro-btn {
        padding: 10px 10px 8px 0;
    }
    
    .pro-btn::before {
        top: 14px;
        right: 6px;
        font-size: 12px;
    }
}

/* ストーリー */
#story-wrapper{
    color: #1b5e62;
    background-image: url(../images/scene/background_story.webp?t=20240128);
    background-size: cover;
    padding: 36px;
    /* position: relative; */
}

#story-wrapper .container{
    width: 1100px;
    padding-right: 65px;
    padding-left: 65px;
}

#story-content{
    position: relative;
    z-index: 2;
    /* height: 100%;
    width: 100%; */
    padding: 50px 24px;
    background-color: rgba(255, 255, 255, 0.9);
}

#story-text{
    line-height: 1.8;
    text-align: center;
    margin-bottom: 44px;
}



/* 無限横スクロール */

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
    width: calc(100vw / 6);
}
.scroll-infinity__item>img {
    width: 100%;
}

.white-box {
    background-color: #fff;
    position: relative;
}

.white-box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.white-box iframe {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* 私の卒業とは */
#about-wrapper{
    color: #333;
    background-image: url(../images/cast_season5/bg_mv.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#about-wrapper .content-title {
    color :#1b5e62;
}

.about-content{
    margin-bottom: 84px;
}

#about-bottom.about-content{
    margin-bottom: 40px;
}

.about-text{
    width: 55%;
}

.about-text-p{
    margin-bottom: 64px;
}

.about-img{
    width: 42%;
}

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

#about-wrapper h3{
    margin-bottom: 48px;
}

#about-center{
    background-color: rgba(255,255,255,.7);
    background-image: url(../images/japan_b.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
    padding: 20px 0 60px;
}

#about-center .about-text {
    padding: 0 15px 0 0;
}

#about-center h3{
    text-align: end;
    padding: 0 15px 0 0;
}

#about-margin{
    margin-top: 40px;
    margin-bottom: 40px;
}

#about-margin .about-text {
    padding: 0 0 0 15px;
}


/* アーカイブ */
#archive-wrapper{
    background-color: #F7F4EA;
    color: #1b5e62;
}
.slick01 {
    width: 100%;
    max-width: 1920px;
    height: 100%;
}

.slider{
    width:70%;
    margin:0 auto;
}

img{ width:100%; }

.slick-slide{ height:auto!important; }

.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../images/arrow_right_icon_green.webp)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/arrow_left_icon_white.webp)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:40px!important;
    height:40px!important;
}

.slick-next{
    right:-48px!important;
}

.slick-prev{
    left:-48px!important;
}

.slick01 li {
    margin: 0 10px;
    width: 100%;
}

.slick01 a{
    display: block;
}

.slick01 img{
    object-fit: contain;
}

.slick01 li:hover .archive-thumb-hover{
    opacity: 1;
}

.slick-dots {
    bottom: -30px !important;
}

.slick-dots li button:before {
    font-size: 14px !important;
    color: #1b5e62;
}

.archive-thumb{
    position: relative;
    overflow: hidden;
}

.archive-thumb img{
    height: 100%;
    object-fit: contain;
}

.archive-thumb-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(112,112,112,0.7);
    transition: all 0.4s;
    opacity: 0;
}

.archive-thumb-hover p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
}


@media screen and (max-width:1024px){
    .banner{
        width: 100%;
        height: auto;
    }

    .cast-item{
        width: 32%;
        margin: 0 2% 0 0;
    }
    
    .cast-item:nth-child(4n){
        margin: 0 2% 0 0;
    }

    .cast-item:nth-child(n+5) {
        margin-top: inherit;
    }
    
    .cast-item:nth-child(3n){
        margin: 0 0 0 0;
    }
    
    .cast-item:nth-child(n+4) {
        margin-top: 20px;
    }

    #story-content{
        padding: 30px 24px;
    }

    #story-wrapper .container{
        width: 100% !important;
        padding-right: 7%;
        padding-left: 7%;
    }

    #story-text{
        margin-bottom: 35px;
    }

    .scroll-infinity__item {
        width: calc(100vw / 3);
    }

}

@media screen and (max-width:600px){
    .wrapper{
        padding: 40px 0;
    }

    .content-title {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .content-title-ja{
        margin: 0;
    }

    .content-title-en{
        padding: 8px 0 0 4px;
    }
    #story-wrapper{
        padding: 3%;
    }
    
    /* ロケ地について */
    #location-wrapper{
        padding: 30px 5%;
    }

    .location-logo {
        width: 160px;
        margin: 20px auto 15px;
    }

    .location-banner {
        margin: 30px auto 0px;
        width: 100%;
    }

    #location-wrapper .container {
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        padding: 40px 4%;
        background:rgba(255,255,255,.6);
        border-radius: 20px;
    }
    
    .news-content dl{
        flex-direction: column;
    }    

    .news-content dl:last-child{
        margin-bottom: 28px;
    }
    
    .news-date{
        width: 100%;
        padding: 14px 0 0px 30px;
        border-bottom: none;
    }

    .news-title {
        width: 100%;
    }

    .news-title a{
        padding: 12px 0 16px 10px;
    }
    
    .cast-item{
        width: 48%;
        margin: 0 0 0 0;
    }
    
    .cast-item:nth-child(3n){
        margin: 0 0 0 0;
    }
    
    .cast-item:nth-child(n+4) {
        margin-top: inherit;
    }
    
    .cast-item:nth-child(2n){
        margin: 0 0 0 4%;
    }
    
    .cast-item:nth-child(n+3) {
        margin-top: 15px;
    }

    .cast-name-bottom{
        font-size: 13px;
    }

    .cast-icon{
        left: 0;
    }

    .casticon i{
        font-size: 16px;
    }

    #story-text{
        margin-bottom: 30px;
        line-height: 1.6;
    }
    .scroll-infinity__item {
        width: 72vw;
    }

    #about-wrapper h3{
        font-size: 20px;
        margin-bottom: 20px;
    }

    #about-center h3{
        text-align: start;    
    }
    
    #about-center{
        margin: 20px 0 40px;
        padding: 10px 0 20px;
    }

    #about-center .about-text {
        padding: 0 4%;
    }

    #about-center h3{
        text-align: center;
        padding: 0;
    }

    #about-margin{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #about-margin .about-text {
        padding: 0 4%;
    }
    
    #about-margin{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .about-content{
        margin-bottom:0px;
    }
    

    #about-bottom.about-content{
        margin-bottom: 0px;
    }

    .about-column{
        flex-direction: column;
    }

    #about-top .link-btn{
        margin-bottom: 15px;
    }

    .about-text{
        width: 100%;
    }

    .about-img{
        width: 100%;
    }

    .about-text-p {
        margin-bottom: 20px;
    }

    #about-link-btn{
        margin-bottom: 32px;
    }

    #about-img-res{
        margin-bottom: 10px;
    }
}

/* 202501 add */
#mainvisual-img {
    background-position: center top;
}

.news-title a {
    line-height: 1.5em;
}

/* 202504 MV改修 */

#mainvisual {
    padding: 0 0 30px;
}
#mainvisual-wrapper {
    text-align: center;
}
#mainvisual-img {
    background: none;
    padding: 0;
}
#mainvisual-wrapper .mainvisual_ttl {
    width: min(95%, 400px);
    margin-top: 16px;
}
.mainvisual_txt {
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
    color: #C7243A;
    font-size: 38px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1em;
    text-shadow: 5px 5px #ffffff;
    padding: 20px 0;
    border-top: 3px solid #c7243a;
    border-bottom: 3px solid #c7243a;
    width: 90%;
    margin: 0 auto;
}

.mainvisual_txt span {
    font-size: 20px;
    margin: 0 .1em;
}

.mainvisual_txt span.roadshow {
    font-size: 32px;
}

#mainvisual .container {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 40px 4%;
    background:rgba(255,255,255,.6);
    border-radius: 20px;
    width: 90%;
    margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
    #mainvisual {
        padding: 0 0 60px;
    }
    #mainvisual-img {
        text-align: center;
    }
    #mainvisual-img img {
        height: calc(100vh - 50px);
        width: auto;
    }
    #mainvisual-wrapper .mainvisual_ttl { 
        width: 500px;
        margin-top: 24px;
    }
    .mainvisual_txt {
        padding: 20px 1em;
        width: fit-content;
    }
    #mainvisual .container {
        margin: 60px auto 0;
        font-size: 18px;
        line-height: 1.8;
    }
}

@media screen and (min-width: 1025px) {
    #mainvisual-img img {
        height: calc(100vh - 100px);
    }
}

/* 202504 ムビチケ */
.banner_mvtk {
    width: min(70%, 400px);
    margin: 0 auto 40px;
    display: block;
}

#mvtk-widgets-container {
    max-width: 100%;
    margin: -20px auto 40px;
}


/* トップページabout 写真なしver → 写真追加の際削除予定 */
.about-img {
    display: none;
}

.about-text {
    width: 100%;
}

#about-center {
    padding: 20px 20px 60px;
}

#about-center h3 {
    text-align: center;
}

#about-center .about-text,
#about-margin .about-text {
    padding: 0;
}
@media screen and (max-width:650px){
    #mainvisual-wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #about-center {
        padding: 10px 20px 20px;
    }
}

/* レビューバナー */
.banner_review {
    margin-top: 2em;
    width: min(90%, 400px);
    transition: .3s;
}
.banner_review img {
    
    border-radius: 5px;
    box-shadow: 6px 6px 12px rgba(93,83,70,.1);
    
}
.banner_review:hover {
    filter: brightness(1.05);
}