@charset "UTF-8";

#fp-contents{
    background: url("../img/bg.png") repeat center 0;
    /* background-size: cover;
    background-attachment: fixed; */
}
/* ---------------------------------------------
	ヘッダー
--------------------------------------------- */
/*-------------メインビジュアル-------------*/
.header__main{
    /* background: #fff url("../photo/mainV_pc.jpg") no-repeat center center; */
    background-color: #ffe69f;
    background-image: url("../photo/mainV_pc.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: solid 2px #b28c45;
    position: relative;
}
@media screen and (max-width: 768px){
    .header__main{
        background: #fff url("../photo/mainV_sp.jpg") no-repeat center center;
        background-size: contain;
        padding-top: 100%;
    }
}
.header__main_oadate{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
}

/* ---------------------------------------------
	ナビゲーション
--------------------------------------------- */
.nav-wrap{ background-color: #a50000;}
.cx_displaydevice .nav-wrap a:hover{
    background-color: #c40000;
}

/* ---------------------------------------------
	コンテンツ
--------------------------------------------- */
/* @media screen and (max-width: 768px){
    .contents-all h2{ font-size: 110%;}
} */
.contents-all .ttl{ position: relative; margin: 0 0 1.0em;}
.contents-all .ttl::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #14176d;
    position: absolute;
    top: 50%;
    left: 0;
}
.contents-all h2{
    color: #001981;
    font-size: 165%;
    font-weight: bold;
    line-height: 1.0;
    /*border-bottom: solid 4px #d00000;*/
    margin: 0 0 0.8em;
    position: relative;
    /*padding: 0 0 0 30px;*/
    font-feature-settings: "palt";
    /* background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 73%, rgba(255,255,255,1) 74%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(73%,rgba(255,255,255,0)), color-stop(74%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 73%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 73%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 73%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 73%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); */
    border-bottom: solid 0.1em #001980;
}
@media screen and (max-width: 768px){
    .contents-all h2{ margin-bottom: 0.6em;}
    .content-base.sp_padding0{ padding: 0;}
}
.content-base.color{
    background-color: #ffd37a72;
}

/* -----------------------------------
	イントロ
----------------------------------- */
#mainCatch{
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.6;
    color: #8d7700;
    letter-spacing: -0.05em;
    margin-bottom: 0.8em;
}
.intro{
    text-align: center;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.9;
    color: #000229;
    letter-spacing: -0.05em;
}
.intro{ margin-bottom: 1em;}
.intro span{
    font-size: 110%;
    color: #e01e52;
    margin: 0 0.1em;
    font-feature-settings: "palt";
}

@media screen and (max-width: 768px){
    #mainCatch{
        font-size: 125%;
        text-align: left;
        padding: 0 0.6em;
    }
    .intro{
        text-align: left;
        padding: 0 0.65em;
    }
    #mainCatch .narrowsp,
    .intro .narrowsp{ letter-spacing: -0.1em;}
}
@media screen and (max-width: 550px){
    /* #mainCatch{ font-size: 4.2vw;} */
    .intro{ font-size: 100%;}
}

/* -----------------------------------
	出演者 スライド
----------------------------------- */
.cast__view{
    height: 600px;
    background: rgb(0,177,234);
background: -moz-linear-gradient(top,  rgba(0,177,234,1) 1%, rgba(242,252,255,1) 76%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,177,234,1)), color-stop(76%,rgba(242,252,255,1)));
background: -webkit-linear-gradient(top,  rgba(0,177,234,1) 1%,rgba(242,252,255,1) 76%);
background: -o-linear-gradient(top,  rgba(0,177,234,1) 1%,rgba(242,252,255,1) 76%);
background: -ms-linear-gradient(top,  rgba(0,177,234,1) 1%,rgba(242,252,255,1) 76%);
background: linear-gradient(to bottom,  rgba(0,177,234,1) 1%,rgba(242,252,255,1) 76%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1ea', endColorstr='#f2fcff',GradientType=0 );

    position: relative;
}
.cast__view::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/backscreen.svg");
    background-repeat: no-repeat;
    background-position: center -5%;
    background-size: 160% auto;
    z-index: 1;
}
.cast__view__frame{
    position: absolute;
    top: 18.4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33.4%;
    transform: translateX(-0.8%);
    z-index: 333;
}
.cast__view__frame img{
    width: 100%; height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.cast__view__frame img:nth-of-type(1){ display: block;}
@media screen and (max-width: 1200px){
    .cast__view::after{
        background-size: auto 160%;
    }
    .cast__view__frame{
        width: 422px;
        top: 21.4%;
    }
}
@media screen and (max-width: 768px){
    .content-wrap.cast{
        padding: 0;
    }
    .cast__view{ height: 110vw;}
    .cast__view::after{
        background-size: auto 160vw;
    }
    .cast__view__frame{
        width: 70vw;
        top: 19.2%;
    }
}
.cast__view__btn{
    position: absolute;
    padding: 1em 0 0.3em;
    bottom: 0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96%;
    z-index: 333;
    overflow: hidden;
}
.cast__view__list{
    display: flex;
    transition : .5s;
}
.cast__view__list li{
    /* border-bottom: solid 0.4em #ffffff00; */
    transition : .1s;
    position: relative;
    cursor: pointer;
}
.cx_displaydevice .cast__view__list li:hover{
    border-bottom: solid 0.6em #ffffff72;
    margin-top: -0.6em;
}
.cast__view__list li.on,
.cast__view__list li.on:hover{
    border-bottom: solid 1.2em #fff;
    margin-top: -1.2em;
}
.cast__view__list li.on::after{
    content: "";
    display: block;
    width: 100%;
    height: 0.4em;
    position: absolute;
    background-color: #e01e52;
    bottom: -0.5em;
}
@media screen and (max-width: 768px){
    .cast__view__btn{
        overflow-x: scroll;
        width: 100%;
    }
    .cast__view__list{
        width: 200%;
        margin:  0 0.5em;
    }
}

.slide-in{
    transform: translate(100%, 0);
}
.slide-fix{
    transform: translate(0, 0);
}


.cx_displaydevice #gbheader,
.cx_displaydevice #gbfooter{
    position: relative;
    z-index: 99999;
}
@media screen and (max-width: 750px){
    .sp_display #gbfooter p{
        font-size: 3.3vw !important;
        line-height: 1.6 !important
    }
}

