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

#fade{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    z-index:989;
}



body {
    width:100%;
    height:100%;
    background: #000;
    position: relative;
  font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
color: #fff;
overflow-x: hidden;
margin: 0;
padding: 0;
background: url(../img/top/contents_header_pc.jpg) repeat top center;
background-size: 100% auto;
}


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

#toppage {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}
.ratio::before {
    content: "";
    display: block;
    padding-bottom: 50%; /* bg.jpg の縦比率 */
}
.tp-pic {
    width: 100%;
    height: auto;
	background: url(../img/contents_news_pc.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: 28%;
    height: auto;
    display: block;
    position: absolute;
    top: -18%;
    right: 36%;
    background-size: 100% auto;
    
    -webkit-transform: translate(-3%,-18%);
    transform: translate(-3%,-18%);
    opacity: 0;
}
.tp-txt::before {
    content: "";
    display: block;
    padding-bottom: 50%;
}
.tp-day {
    width: 21.9%;
    height: auto;
    display: block;
    position: absolute;
    top: 56.8%;
    right: 6.4%;
    background: url("../img/top-txt2B.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: 21.8%;
}
.yt {
    display: none;
}
.bn-enki {
    width: 10%;
    height: auto;
    position: absolute;
    top: 20px;
    left: 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.9);
    transform: scale(0.9);
}


/* --- 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;
}
#menubt::before {
    content: "";
    display: block;
    width: 56px;
	height: 56px;
    position: absolute;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    border: 2px solid #fff;
}
.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: #fff;
}
.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: #fff;
    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;
}
@media (min-width: 767px) {

.menu-wrap_inner {
    width: 70%;
    height: 100vh;
    margin: 0 auto;
    
    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: 510px;
    
    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;
}
}

@media (max-width: 767px) {

.menu-wrap_inner {
    width: 90%;
    height: 100vh;
    margin: 0 auto;
    
    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: 100%;
    height: auto;
    
    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 #e40023;
    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 #e40023;
}
.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: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    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;
    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-size: 140px auto;
    padding: 0px 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 --- */
.story_tit{
    font-family: a-otf-ryumin-pr6n, serif;

font-weight: 600;

font-style: normal;
font-size: 25px !important;
text-align: center;
color: #fff;
line-height: 40px;
letter-spacing: 10px;
}


.twitter_tit{
    font-family: a-otf-ryumin-pr6n, serif;

font-weight: 600;

font-style: normal;
font-size: 30px !important;
text-align: center;
color: #fff;
line-height: 40px;
letter-spacing: 15px;
margin-bottom: 30px;
}

#ct-story {
    width: 100%;
    height: 100vh;
    padding: 80px 0 100px 0;
    min-width: 1200px;
}
.stBG {
	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: 95%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
}
.story-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 4% auto;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
.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-size: 140px auto;
    padding: 80px 0;
    min-width: 1200px;
    overflow: hidden;
}
.cast-pic {
    width: 23%;
    height: auto;
    display: block;
    margin: 4% auto;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 2%;
}

.cast-pic:nth-child(4n) {
    margin-right: 0;
}




.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;
}





.staff-main {
    width: 50%;
    height: auto;
    margin: 50px auto 30px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 50px;
}
.staff-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    
    font-size: 25px;
    letter-spacing: 0.15em;
    color: #fff;
    font-family: a-otf-ryumin-pr6n, serif;

font-weight: 300;

font-style: normal;
line-height: 50px;
}



.staff-main p.small {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 2em;
    color: #fff;
    font-family: a-otf-ryumin-pr6n, serif;

font-weight: 300;

font-style: normal;
line-height: 45px;
}




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




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

footer {
    width: 100%;
    height: 50px;
    display: block;
    background: #000;
    background-size: cover;
    position: relative;
    z-index: -1;
}


/* --- 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);
}




.top_news .top_contents_wrap {
    border-left: 0px solid #fff;
}
.top_news {
    margin-top: 0%;
}
.top_news .item_wrap {
    overflow: hidden;
    width: 80%;
    margin: 0 auto 0;
}
.top_news .item {
    float: unset;
    width: 100%;
    margin: 0 auto 25% auto;
    color: #fff;
    height: auto;
    margin-right: 2%;
}


.top_news .item img{
    float: left;
    width: 30%;
    margin: 0 auto 5% auto;
    color: #fff;
    height: auto;
    margin-right: 2%;
}
.top_news .item a {
    color: #e40023;
}
.top_news .item .update {
    margin: 0 0 0 387px;
    padding: 0;
    color: #e40023;
    font-size: 15px;
    letter-spacing: 3px;
    border-bottom: 1px solid #e40023;
}
.top_news .item .title {
    margin: 0;
    padding: 2% 0 0;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    float: right;
    width: 68%;
    line-height: 30px
}
.top_news .item .newstitle {
    margin: 0;
    padding: 0% 0;
    color: #fff;
    font-size: 25px;
    letter-spacing: 3px;
  font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
}


.top_news .item .newstxt {
    margin: 0;
    padding: 0% 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
  font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
}
.top_news .more {
    margin: 0 auto;
    width: 17%;
}
.top_news .more img{
    width: 100%;
}



.pc{display: block;}
.sp{display: none;}


.timeline{
    width: 50%;
    margin: 4% auto;
}

ul {
    list-style-type: none;
    padding-left: 0;
}
li {
    width: 230px;
    height: 58px;
    padding: 10px;
    margin: 10px;
}
.flex {
    display: flex;
    justify-content: center;
}


.copyright{
    text-align: center;
    font-size: 13px;

}



.pagetop {
    display: block;
    position: fixed;
    bottom: 2%;
    right: 40px;
    width: 25px;
    height: auto;
}
.pagetop a {
    cursor: pointer;
}

.pagetop img{
width: 100%;
}



a.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -100px;
}



.table_001  {
width: 100%;
margin:0px auto 0px auto;
}



.table_001 th   {
width: 30%;
vertical-align: top;
text-align: left;
border-left: 0px #fff solid;
border-right: 0px #fff solid;
padding: 10px 15px;
color: #456984;
    font-size: 16px;
    font-weight: normal;

}


.table_001 td   {
width: 30%;
font-size: 16px !important;
vertical-align: top;
border-left: 0px #fff solid;
border-right: 0px #fff solid;
padding: 0 15px;
color: #fff;
}
.table_002  {
width: 100%;
margin:0px auto 0px auto;
}


.table_002 th   {
width: 27%;
font-size: 15px;
vertical-align: top;
text-align: let;
padding:  0px 15px 30px 0px;
color: #1aa589;
line-height: 40px;

}


.table_002 td   {
width: 73%;
font-size: 15px !important;
vertical-align: top;
padding: 0 15px;
line-height: 40px;
padding:  0px 15px 30px 0px;
}

.table_003 th   {
width: 14%;
font-size: 15px;
vertical-align: top;
text-align: let;
padding:  0px 15px 30px 0px;
color: #1aa589;
line-height: 40px;

}


.table_003 td   {
width: 81%;
font-size: 15px !important;
vertical-align: top;
padding: 0 15px;
line-height: 40px;
padding:  0px 15px 30px 0px;
}


/* = ticket_contents
----------------------------------------------- */
.ticket_contents {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.ticket_contents .subttl {
    background: url(../img/shared/subttl_bg01.png) no-repeat 50% -20px;
    text-align: center;
}
.ticket_contents .lead01 {
    margin-bottom: 70px;
    text-align: center;
}
.ticket_contents .lead02 {
    margin-bottom: 80px;
    text-align: center;
}
.ticket_contents .lead03 {
    margin-bottom: 20px;
    text-align: center;
}
.ticket_contents .block {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    margin-top: 50px;
}


.ticket_contents_live .block {
    margin-bottom: 70px;
    border-left: 1px solid #fff;
}


.ticket_contents .block2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
}

.ticket_contents .block_wrap {
    position: relative;
    margin: 60px 0 0;
    padding: 20px 0 0;
}
.ticket_contents .block_wrap .img_closed {
    position: absolute;
    top: 0;
    left: 460px;
    z-index: 1;
}
.ticket_contents .block.closed {
    opacity: 0.5;
}
.ticket_contents .block h3 {
    border-bottom: 1px solid #fff;
}
.ticket_contents .block2 h3 {
    border-bottom: 1px solid #fff;
}
.ticket_contents  table {
    margin: 0px 0 0 25px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
}
.ticket_contents  table th,
.ticket_contents  table td {
    vertical-align: top;
}
.ticket_contents  table th {
    padding: 0 25px 18px 0;
    color: #fff;
    text-align: left;
}
.ticket_contents  table td {
    padding: 0 0 18px 0;
}
.ticket_contents  table a {
    color: #b8bdcd;
}
.ticket_contents  h4 {
    margin: 25px 0 10px 25px;
    font-size: 1.3rem;
    line-height: 1.8;
}


/* = products
----------------------------------------------- */


 .block {
    display: table;
    width: 100%;
}
 .block .box {
    display: table-cell;
    vertical-align: top;
}
 .block .box.title {
    text-align: center;
}

 .intro .box.title {
    width: 30%;
}
 .intro .box.title img {
    margin-right: 5px;
}
 .intro .box.text {
    padding-left: 40px;
}
 .story .box.title {
    width: 314px;
    background: url(../img/shared/subttl_bg01.png) no-repeat 50% 0;
}
 .story .text_set {
    display: table;
    margin: 70px auto 0;
    padding-right: 40px;
}



 .block2 {
    margin: 25px auto 30px auto;
    font-size: 2rem;
    line-height: 1.8;
padding-left: 10px; 
padding-right: 10px;    
}

 .block2 h4 {
    margin: 25px auto 10px 0px;
    font-size: 2rem;
    line-height: 1.8;
}

 .block2 h5 {
    margin: 25px auto 10px 0px;
    font-size: 18px;
    line-height: 1.8;
    color: #3990bd;
}


 .block2 p,
 .block2 li {
    color: #b8bdcd;
    font-size: 17px;
    line-height: 2;
}

.story_tit2{font-size: 20px;}

a{color: #e40023 !important;}