@charset "UTF-8";

/* Common */

html {
margin: 0;
padding: 0;
}
body {
position: relative;
font-family: 'Noto Sans Japanese', serif;
letter-spacing: 0.05em;
color: #fff;
line-height: 1.0em;
margin: 0;
padding: 0;
overflow-y: scroll;
word-wrap: break-word;
background: #000;
width: 100%;
}
body.home {
background: url(../images/bg.png) bottom center /cover no-repeat #000;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,table,tr,th,td,p {
margin: 0;
padding: 0;
line-height: 1.0em;
}
li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position: outside;
}
img {
vertical-align: bottom;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover img {
opacity: 0.6;
_filter: alpha(opacity=60);
}
a:focus {
outline:none;
}
*:focus {
outline: none;
}





/* Clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
.clear {
clear: both;
}






/* parts */

.panel {
max-height: 500px;
}
.wrapper {
width: 1000px;
height: 100%;
margin: 0 auto;
position: relative;
}
.copy {
font-size: 10px;
color: #fff;
position: fixed;
bottom: 50px;
width: 100%;
z-index: 50;
width: 100%;
text-align: center;

display: none;
}
.foot_bnr {
width: 50%;
text-align: center;
position: absolute;
bottom: 50px;
left: 50%;
margin-left: -25%;
z-index: 50;
}

.fp-controlArrow.fp-next {
border-width: 0 !important;
border-color: transparent transparent transparent #fff !important;
right: 50px !important;

width: 150px !important;
height: 40px !important;
background: url(../images/i_next.png) center center /cover no-repeat;
}
.fp-controlArrow.fp-prev {
border-width: 0 !important;
border-color: transparent #fff transparent transparent !important;
left: 50px !important;

width: 150px !important;
height: 40px !important;
background: url(../images/i_before.png) center center /cover no-repeat;
}
.fp-controlArrow {

bottom: 50px !important;
top: auto !important;

}




/* nav */

ul.list_nav {
font-size: 14px;
font-weight: 200;
position: fixed;
top: 0;
left: 50%;
width: 640px;
z-index: 50;
margin-left: -320px;
}
ul.list_nav li {
letter-spacing: 0.1em;
width: 160px;
line-height: 40px;
padding: 10px 0 0 0;
float: left;
text-align: center;
box-sizing: border-box;
}
ul.list_nav li a {
display: block;
}
ul.list_nav li a span {
padding:0 40px;
display: inline-block;
box-sizing: border-box;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
ul.list_nav li a span:hover {
border-bottom: 1px solid #fff;
}






/* home */

.logo {
margin: -96px 0 0 -186px;
position: absolute;
top: 50%;
left: 50%;
width: 373px;
height: 193px;
}
.top_txt {
    position: absolute;
    right: 0;
    top: -80px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.top_txt:not(:target) {
top: 0;
}
}




/* story */

.col_story {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: flex-start;
align-items: center;
background: rgba(0,0,0,0.79);
height: 500px !important;
width: 880px !important;
}
.col_story img {
width: 231px;
height: 35px;
display: block;
margin: 0 60px 0 90px;
}
.col_story p {
color: #fff;
line-height: 1.85em;
font-size: 13px;
letter-spacing: 0.1em;
}







/* cast */

.col_cast {
background: rgba(0,0,0,0.79);
width: 880px !important;
box-sizing: border-box;
padding: 80px 0 !important;

}
.col_cast img {
display: block;
margin: 0 auto 85px;
}

.col_cast_wrap {
height: 100%;
overflow: auto;
padding: 0 120px !important;
box-sizing: border-box;
}
.col_cast table {
width: 100%;
margin: 0 auto;
}
.col_cast table th {
text-align: left;
font-weight: 100;
font-size: 14px;
letter-spacing: 0.15em;
padding: 0 0 30px 0;
}
.col_cast table td {
font-weight: 100;
font-size: 14px;
letter-spacing: 0.15em;
padding: 0 0 30px 0;
}
.col_cast table td:before {
content: "・・・・・";
margin-right: 2em;
color: #777;
}
.col_cast table td span {
margin: 0 0 0 20px;
font-size: 11px;
}






.list_cast {
text-align: center;
margin-bottom: 8px;
}
.list_cast li {
display: inline;
color: #fff;
font-size: 14px;
padding: 0 5px;
}









/* making */

#colMaking {
height: 500px;
}
#colMaking div {
display: block;
margin: 0 auto;
text-align: center;
}
#colMaking div img {
max-height: 500px;
width: auto !important;
}

.bx-wrapper {
position: relative;
}
.bx-controls-direction {
position: relative;
width: 100%;
}
.bx-prev {
display: block;
outline: 0;
text-indent: -9999px;
width: 45px;
height: 45px;
border-radius: 45px;
position: absolute;
left: 50px;
top: -250px;
background: rgba(0,0,0,0.8);
}
.bx-next {
display: block;
outline: 0;
text-indent: -9999px;
width: 45px;
height: 45px;
border-radius: 45px;
position: absolute;
right: 50px;
top: -250px;
background: rgba(0,0,0,0.8);
}
.bx-prev:after {
content: "";
display: block;
width: 9px;
height: 14px;
margin: 15px 18px 0 0;
background: url(../images/arrow_l.png) right center no-repeat;
float: right;
}
.bx-next:after {
content: "";
display: block;
width: 9px;
height: 14px;
margin: 0 0 0 18px;
background: url(../images/arrow_r.png) right center no-repeat;
}





/* sponsor */

.col_sponsor h2 {
color: #fff;
text-align: center;
font-size: 36px;
font-weight: 200;
letter-spacing: 1.0em;
margin: 0 auto 50px;
}
.box_sponsor {
width: 500px;
margin: 0 auto 50px auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
align-items: center;
}
.box_sponsor p {
color: #fff;
line-height: 1.75em;
font-size: 14px;
}
.box_sponsor p a {
color: #fff;
line-height: 1.75em;
font-size: 12px;
}

































.section {
background: url(../images/bg.png) bottom center /cover no-repeat #000;
}
.panel {
min-height: 500px;
height: 600px;
width: 1000px;
padding: 0;
margin: 0 auto;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
position: relative;
}




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


.section {
background: url(../images/sp_bg.png) center bottom /cover no-repeat #000;
}


ul.list_nav {
    font-size: 11px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
}
ul.list_nav li {
    letter-spacing: 0.1em;
    width: 25%;
    line-height: 40px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
ul.list_nav li a span {
    padding: 0;
}
.panel {
    max-height: 400px !important;
    min-height: auto !important;
    height: 85% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
.logo {
    margin: 0 0 0 -100px !important;
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    width: 200px !important;
    height: 135px !important;
}
.top_txt {
    position: absolute;
    right: auto;
    top: 40%;
    left: 50%;
    width: 180px;
    margin: 0 0 0 -90px;
}

.copy {
    bottom: 20px;
}
.col_story {
    display: block;
    box-sizing: border-box;
    padding: 40px 30px !important;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.col_story img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 auto 40px;
}
.col_story p {
    font-weight: 100;
}
.col_cast_wrap {
    padding: 40px 30px !important;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.col_cast table th {
display: block;
padding: 0 0 10px 0;
font-size: 12px;
}
.col_cast table td {
display: block;
padding: 0 0 30px 0;
font-size: 12px;
text-align: right;
}
.col_cast table td:before {
    content: "・・・・";
    margin-right: 1em;
    color: #777;
}
.col_cast table td span {
    margin: 0 0 0 10px;
    font-size: 10px;
}
.bx-next {
    right: 20px;
    top: 20px;
}
.bx-prev {
    left: 20px;
    top: 20px;
}
.bx-viewport {
margin-top: 30%;
}


.foot_bnr {
width: 100%;
max-width: 800px;
position: absolute;
bottom: 0;
left: 0;
margin-left: 0;
z-index: 50;
}


.fp-controlArrow {
display: none;
}

