@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 62.5%;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	background: #000;
    
    -webkit-font-smoothing: antialiased;
}

html, body {
    width: 100%;
    height: 100%;
    font-feature-settings: "palt";
}

a {
	outline: none;
    text-decoration: none;
}
a img {
	border: none;
    outline: none;
}
section, div, span {
    box-sizing: border-box;
}




/* --- L O A D I N G --- */

#fade {
	width: 150%;
	height: 150vh;
	display: none;
	background-color: rgba(0,0,0,1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
    
    -webkit-transform: rotate(-8deg) translateX(-5%) scale(1.25);
    transform: rotate(-8deg) translateX(-5%) scale(1.25);
}
#loader {
    width: 150px;
	height: 150px;
    position: fixed;
    background: url(../img/loading.png) no-repeat center center;
    background-size: 100% auto;
	top: 50%;
	left: 50%;
	margin-left: -75px;
    margin-top: -75px;
	z-index: 21;
	
    animation: rotate-anime 12s linear infinite;
}
@keyframes rotate-anime {
    0%    { transform: rotate(0); }
    100%  { transform: rotate(360deg); }
}




/* --- T O P --- */

#toppage {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}
.ratio::before {
    content: "";
    display: block;
    padding-bottom: 77.5%; /* bg.jpg の縦比率 */
}
.tp-pic {
    width: 100%;
    height: auto;
	background: url(../img/bg-top.jpg) no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
}
.tp-pic::before {
    content: "";
    display: block;
    padding-bottom: 77.5%;
}

.tp-title {
    width: 68%;
    height: auto;
    display: block;
    position: absolute;
    top: 43%;
    left: 15.5%;
    background: url("../img/top-title.png") no-repeat left top;
    background-size: 100% auto;
    
    -webkit-transform: translate(3%,30%);
    transform: translate(3%,30%);
    opacity: 0;
}
.tp-title::before {
    content: "";
    display: block;
    padding-bottom: 24%;
}
.tp-txt {
    width: 29.1%;
    height: auto;
    display: block;
    position: absolute;
    top: 8.1%;
    right: 6.7%;
    background: url("../img/top-txt1.png") no-repeat left top;
    background-size: 100% auto;
    
    -webkit-transform: translate(-3%,-18%);
    transform: translate(-3%,-18%);
    opacity: 0;
}
.tp-txt::before {
    content: "";
    display: block;
    padding-bottom: 114.3%;
}
.tp-day {
    width: 21.9%;
    height: auto;
    display: block;
    position: absolute;
    top: 56.8%;
    right: 6.4%;
    background: url("../img/top-txt3.png") no-repeat left top;
    background-size: 100% auto;
    
    -webkit-transform: translate(20%,0);
    transform: translate(20%,0);
    opacity: 0;
}
.tp-day::before {
    content: "";
    display: block;
    padding-bottom: 23.6%;
}
.yt {
    display: none;
}
.bn-enki {
    width: 10%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}
.bn-media {
    width: 10%;
    height: auto;
    position: absolute;
    top: 51%;
    left: 32px;
    border: 2px solid #fff;
}
.bn-01 {
    width: 10%;
    height: auto;
    position: absolute;
    top: 67%;
    left: 32px;
    border: 2px solid #fff;
}
.bn-01B {
    width: 10%;
    height: auto;
    position: absolute;
    top: 57%;
    left: 32px;
    border: 2px solid #fff;
}
.bn-02 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 74%;
    left: 50%;
    margin-left: -8%;
}
.bn-03 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 74%;;
    right: 50%;
    margin-right: 10%;
}
.bn-04 {
    width: 20%;
    height: auto;
    position: absolute;
    top: 74%;
    left: 50%;
    margin-left: 14%;
}
.bn-RLS {
    width: 25%;
    height: auto;
    position: absolute;
    top: 53%;
    right: 20px;
}
.bn img {
    width: 100%;
    height: auto;
    display: block;
}
.bn {
    display: block;
    -webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}
.bn:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.awd_01 {
    top: 15px;
    left: 20px;
}
.awd_02 {
    top: 75px;
    left: 20px;
}
.awd {
    width: 150px;
    height: auto;
    position: absolute;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4));
}
.awd img {
    width: 100%;
    height: auto;
    display: block;
}





/* --- B E L T --- */

.belt {
    width: 100%;
    height: 48px;
    display: block;
    position: absolute;
    top: 66%;
    left: 0%;
    background: url("../img/bg-belt.png") repeat center left;
    background-size: 70px auto;
    /*transform: rotate(-2deg);*/
}
.belt::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
}
.belt::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: #000;
    width: 100%;
    height: 1px;
}
.belt-title {
    width: 180px;
    height: 42px;
    position: absolute;
    top: 3px;
    left: 0;
    background: #000;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    line-height: 0;
    font-weight: 600;
    color: #df0011;
}
.belt-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    background: #ab0000;
    width: 2px;
    height: 100%;
}
.belt-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    background: #ab0000;
    width: 2px;
    height: 100%;
}
.scrl-txt {
    width: calc(100% - 180px);
    height: auto;
    margin: 0 0 0 180px;
    text-align: left;
    overflow: hidden;
    
    /*background: rgba(0,0,0,0.1);*/
}
.scrl-txt ul {
    display: inline-block;
    margin: 0;
    padding-left: 100%;
    white-space: nowrap;
}
.scrl-txt ul.active {
    animation: scrolltxt 80s linear infinite -7s;
}
.scrl-txt ul li {
    display: inline;
    position: relative;
    margin: 0 40px 0 0;
    padding: 0 0 0 30px;
    
    font-size: 1.0rem;
    letter-spacing: 0.03em;
    line-height: 50px;
    color: #fff;
}
.scrl-txt ul li:nth-last-of-type(1) { margin: 0; }

.scrl-txt ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    background: url("../img/belt-mk.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
}
@keyframes scrolltxt {
    0%   { transform: translateX(0)}
    100% { transform: translateX(-100%)}
}





/* --- B T --- */

.sns-wrap {
    width: auto;
	height: auto;
	position: absolute;
	top: 100px;
	right: 20px;
    z-index: 1;
    display: block;
}
.sns-wrap div {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sns-wrap div a {
    color: #fff;
}

.sns-wrap div {
    width: 34px;
	height: 34px;
    font-size: 1.2rem;
    line-height: 34px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 0 15px 0;
}
.sns-wrap div:hover {
    background: #df0011;
    border: 1px solid #df0011;
}

.twitter-wrap {
    width: 300px;
    height: 400px;
    display: block;
    position: fixed;
    left: 0;
    top: 150px;
    background: rgba(0,0,0,0.75);
    border-radius: 0 0 8px 0;
    z-index: 2;
    
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.twitter-wrap_after {
    left: -300px;
}
.tw-tabBT {
    width: 30px;
    height: 110px;
    display: block;
    background: rgba(0,0,0,0.75);
    position: absolute;
    border-radius: 0 8px 8px 0;
    top: 0;
    right: -30px;
    cursor: pointer;
    
    -webkit-transition: all 0.20s linear;
    transition: all 0.20s linear;
}
.tw-tabBT::before {
    content: "\f099";
    display: block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 600;
    color: #00b6ff;
    font-size: 1.1rem;
    line-height: 1rem;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 11px;
    right: 6px; 
}
.tw-tabBT p {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: #fff;
    margin: 45px 0 0 0;
     
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    
    -webkit-transition: all 0.20s linear;
    transition: all 0.20s linear;
}
.tw-tabBT p:hover {
    color: #00b6ff;
}
.tw-tabBT_after {
    background: rgba(255,255,255,1);
}
.tw-tabBT_after p {
    color: #000;
}



/* --- trigger --- */

#menubt {
	width: 60px;
	height: 60px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 15;
    cursor: pointer;
    background: #fff;
}
#menubt::before {
    content: "";
    display: block;
    width: 56px;
	height: 56px;
    position: absolute;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    border: 2px solid #000;
}
.menu-trigger,
.menu-trigger span {
	display: block;
	
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.menu-trigger {
	position: absolute;
	width: 34px;
	height: 20px;
    top: 13px;
    left: 13px;
}
.menu-trigger span:nth-of-type(-n+3) {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger span:nth-of-type(4) {
	position: absolute;
	left: 0;
    bottom: -16px;
	width: 100%;
	height: 10px;
    text-align: center;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    margin: 0;
    line-height: 10px;
    opacity: 1;
}
.menu-trigger.active span:nth-of-type(1) {
    width: 150%;
	-webkit-transform: translateX(-8px) translateY(16px) rotate(-135deg);
	transform: translateX(-8px) translateY(16px) rotate(-135deg);
}
.menu-trigger.active span:nth-of-type(2) {
    top: 16px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.menu-trigger.active span:nth-of-type(3) {
    width: 150%;
	-webkit-transform: translateX(-8px) translateY(-2px) rotate(135deg);
	transform: translateX(-8px) translateY(-2px) rotate(135deg);
}
.menu-trigger.active span:nth-of-type(4) {
	opacity: 0;
}



/* --- M E N U --- */

.menu-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	margin: 0;
	padding: 0;
	display: none;
	z-index: 10;
    -webkit-overflow-scrolling: touch;
}
.menu-wrap {
    width: 100%;
    height: 100vh;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.menu-main {
    width: 800px;
    height: 450px;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.menu-main div {
    width: 100px;
    height: auto;
    display: block;
    border-left: 1px solid rgba(255,255,255,0.9);
    padding: 30px 0 0 0;
    
    -webkit-transition: all 0.40s ease-in-out;
    transition: all 0.40s ease-in-out;
}
.menu-main div:first-of-type {
    border-right: 1px solid rgba(255,255,255,0.8);
}
.mn-od{
    -webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.mn-ev {
    -webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.mn-od_after {
    -webkit-transform: translateY(0);
	transform: translateY(0);
}
.mn-ev_after {
    -webkit-transform: translateY(0);
	transform: translateY(0);
}
.menu-main div img {
    width: 42px;
    height: auto;
    display: block;
    margin-left: 19px;
    opacity: 1;
    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-main div a:hover img {
    opacity: 0.7;
    -webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.menu-main div.yet img {
    opacity: 0.4;
}




/* --- C O N T E N T S --- */

.ct-title {
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
    margin: 0 0 80px 0;
}
.ct-title img {
    width: auto;
    height: 100%;
    display: inline-block;
}




/* --- T R A I L E R --- */

#ct-trailer {
    width: 100%;
    height: auto;
	background: url("../img/bg-trailer.jpg") no-repeat left top fixed;
	background-size: cover;
    padding: 80px 0 100px 0;
    min-width: 1200px;
}
.trailer-main {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    
	justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.mv-thum {
    width: 420px;
	height: auto;
    display: block;
    margin: 0 30px 30px;
    overflow: hidden;
    text-align: center;
}
.mv-thum div:nth-of-type(1) {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.mv-thum div:nth-of-type(1)::after {
    content: "\f167";
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
    color: rgba(223,0,17,0.8);
    background: rgba(223,0,17,0);
    font-size: 4rem;
    line-height: 230px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mv-thum a div:hover::after {
    color: rgba(255,255,255,1.00);
    background: rgba(223,0,17,0.85);
    
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.mv-txt {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #000;
    
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin: 1em 0 0 0;
}
.mv-thum img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #000;
}




/* --- I N T R O --- */

#ct-intro {
    width: 100%;
    height: auto;
	background: url("../img/bg-bk.png") repeat left top fixed;
	background-size: 140px auto;
    padding: 80px 0 100px 0;
    min-width: 1200px;
}
.intro-pic {
    width: 100%;
    height: auto;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}
.intro-pic::before {
    content: "";
    display: block;
    padding-bottom: 43.48%;
}

.intro-pic div:nth-of-type(1), .intro-pic div:nth-of-type(3) {
    width: 33%;
    height: auto;
    display: block;
}
.intro-pic div:nth-of-type(2) {
    width: 34.2%;
    height: auto;
    display: block;
}
.intro-pic div img {
    width: 100%;
    height: auto;
    display: block;
}

.int-txt {
    width: 6.1%;
    height: auto;
    display: block;
    position: absolute;
}
.it1 { top: -9%; right: 0; }
.it2 { top: -9%; right: 33%; margin-right: -3% }
.it3 { top: -9%; left:  33%; margin-left:  -3% }
.it4 { top: -9%; left:  0; }

.intro-main {
    width: 70%;
    height: auto;
    margin: 80px auto 0;
    position: relative;
    display: block;
}
.int-txt5 {
    width: 17%;
    height: auto;
    position: absolute;
    top: -35%;
    left: 5%;
}
.int-txt5 img {
    width: 100%;
    height: auto;
    display: block;
}
.intro-main p {
    width: 70%;
    height: auto;
    display: inline-block;
    margin: 0 0 0 30%;
    
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2em;
}




/* --- S T O R Y --- */

#ct-story {
    width: 100%;
    height: 100vh;
    padding: 80px 0 100px 0;
    min-width: 1200px;
}
.stBG {
    background: url("../img/bg-story.jpg") no-repeat #f5ffff;
	background-size: 100% auto;
    background-position: left top 0;
    
    -webkit-transition: all 10s ease-out;
    transition: all 10s ease-out;
}
.stBG_after {
    background-position: left top 50%;
}

.story-main {
    width: calc(50% + 100px);
    height: auto;
    margin: 0;
    position: relative;
    display: block;
}
.story-main p {
    width: 80%;
    height: auto;
    display: inline-block;
    margin: 0 0 0 20%;
    
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2em;
    color: #000;
}
.story-pic {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    
    background: rgba(0,0,0,0.2);
}
.story-pic::before {
    content: "";
    display: block;
    padding-bottom: 19%;
}
.story-pic div {
    width: 34%;
    height: auto;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
}
.story-pic div img {
    width: 100%;
    height: auto;
    display: block;
}
.story-pic div:nth-of-type(1) { left: 0;     }
.story-pic div:nth-of-type(2) { left: 33.5%; }
.story-pic div:nth-of-type(3) { left: 67%; }

.stP {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    
    -webkit-transition: all 3.5s cubic-bezier(0.000, 0.730, 0.030, 1.000);
    transition: all 3.5s cubic-bezier(0.000, 0.730, 0.030, 1.000);
}
.stP_after {
    width: 0;
}



/* --- C A S T --- */

#ct-cast {
    width: 100%;
    height: auto;
	background: url("../img/bg-bk.png") repeat left top fixed;
	background-size: 140px auto;
    padding: 80px 0 100px 0;
    min-width: 1200px;
    overflow: hidden;
}
.cast-pic {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.cast-pic img {
    width: 100%;
    height: auto;
    display: block;
}
.csp-msk1 {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,1);
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-transition: all 1.5s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.2s;
    transition: all 1.5s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.2s;
}
.csp-msk2 {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(223,0,17,0.8);
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-transition: all 2.1s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.5s;
    transition: all 2.1s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.5s;
}
.csp-msk_after {
    width: 0;
}

.cast-name {
    width: 70%;
    height: 60px;
    display: block;
    margin: 30px auto;
    padding: 0 0 0 13%;
    position: relative;
    
    /*background: rgba(255,255,255,0.1);*/
}
.cast-name span {
    width: auto;
    height: 100%;
    display: block;
}
.cast-name span img {
    width: auto;
    height: 100%;
    display: block;
}

.cast-st {
    width: 18%;
    height: auto;
    display: block;
    position: absolute;
    top: -300%;
    left: -5%;
}
.cast-st img {
    width: 100%;
    height: auto;
    display: block;
}

.cast-txt {
    width: 57%;
    height: auto;
    display: block;
    margin: 0 0 90px 28% ;
}

.tab-wrap {
    width: 240px;
    height: 30px;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    margin: 0 0 30px 0;
    border: 1px solid #df0011;
}
.tab1, .tab2, .tab3 {
    width: 120px;
    height: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 27px;
    color: #df0011;
    
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tb-atv1, .tb-atv2, .tb-atv3, .tb-atv4 {
    color: #000;
    background: #df0011;
}
.tab-spl {
    width: 120px;
    height: 30px;
    display: block;
    text-align: center;
    
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    line-height: 27px;
    color: #000;
    background: #df0011;
    
    margin: 0 0 30px 0;
    border: 1px solid #df0011;
}


.txt-area {
    width: 100%;
    height: 190px;
    display: block;
    overflow: hidden;
 }
.cstxt1, .cstxt2, .cstxt3, .cstxt4 {
     display: none;
}
.cstxt1.sc-atv1, .cstxt2.sc-atv2, .cstxt3.sc-atv3, .cstxt4.sc-atv4 {
     display: block;
}
.txt-area p {
    display: inline-block;
    margin: 0;
    padding: 0 2em 0 0;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2em;
    color: #fff;
}

.cast-box {
    width: 70%;
    height: auto;
    margin: 0 auto 120px;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    position: relative;
}
.cast-box img {
    width: 100%;
    height: auto;
    display: block;
}
.cast-picH {
    width: 45%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
}
.cast-R {
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0 0 0 40px;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
}
.cast-txtH {
    width: 100%;
    height: 315px;
}
.txt-areaH {
    width: 100%;
    height: 255px;
    display: block;
    overflow: hidden;
 }
.txt-areaH p {
    display: inline-block;
    margin: 0;
    padding: 0 2.2em 0 0;
    font-size: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 2em;
    color: #fff;
}
.cast-nameH {
    width: 100%;
    height: 94px;
    display: block;
    margin: 30px auto;
    padding: 0;
    position: relative;
}
.cast-nameH span {
    width: auto;
    height: 100%;
    display: block;
}
.cast-nameH span img {
    width: auto;
    height: 100%;
    display: block;
}
.cast-stH {
    width: 18%;
    height: auto;
    display: block;
    position: absolute;
    top: -2%;
    right: 4%;
}
.cast-stH img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1320px) {
    .cast-stH {
        top: -8%;
    }
}




/* --- F O O T E R --- */

footer {
    width: 100%;
    height: 100vh;
    display: block;
    background: url("../img/bg-ft.jpg") no-repeat center center fixed;
    background-size: cover;
    position: relative;
}
footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/ft-txtC.png") no-repeat center center;
    background-size: 35% auto;
    position: absolute;
    left: 0;
    top: 0;
}



/* --- I N T E R V A L --- */

.itv-pic1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    background: #000;
}
.itv-pic2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    background: #000;
}
.itv-pic1 img, .itv-pic2 img {
    width: 100%;
    height: auto;
}

.itvL-1 {
    width: 100%;
    height: 80vh;
    display: block;
    background: url("../img/picA.jpg") no-repeat center center fixed;
    background-size: cover;
}
.itvL-2 {
    width: 100%;
    height: 80vh;
    display: block;
    background: url("../img/picB.jpg") no-repeat center center fixed;
    background-size: cover;
}




/* --- F A D E  I N --- */

.fd-title {
    opacity: 0;
    
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
   
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-txt {
    opacity: 0;
    
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
   
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-title_after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.mv-thum {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}


.fd-it1 {
    opacity: 0; 
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2.5s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.5s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-it2 {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 2.5s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.25s;
    transition: all 2.5s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.25s;
}
.fd-it3 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2.5s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.5s;
    transition: all 2.5s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.5s;
}

.fd-it_after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.fd-itxt1 {
    opacity: 0; 
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.5s;
    transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.5s;
}
.fd-itxt2 {
    opacity: 0; 
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.7s;
    transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.7s;
}
.fd-itxt3 {
    opacity: 0; 
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.8s;
    transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 0.8s;
}
.fd-itxt4 {
    opacity: 0; 
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 1.0s;
    transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000) 1.0s;
}
.fd-itxt_after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.fd-stxt {
    opacity: 0; 
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 2.5s ease-out 0.1s;
    transition: all 2.5s ease-out 0.1s;
}
.fd-stxt_after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

.fd-ctP {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.8s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-ctP_after {
    opacity: 1;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
.fd-ctN {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 3s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 3s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-ctN_after {
    opacity: 1;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
.fd-ctN2 {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition: all 3s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 3s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd-ctN2_after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd-ctxt {
    opacity: 0; 
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transition: all 3.0s ease-out;
    transition: all 3.0s ease-out;
}
.fd-ctxt_after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd-ctxt2 {
    opacity: 0; 
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 2.6s ease-out;
    transition: all 2.6s ease-out;
}
.fd-ctxt2_after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}






