@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* -------------------------------------------
Reset
------------------------------------------- */
body {
	display: none; 
	 -webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

article, aside, dialog, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before,blockquote:after,
q:before, q:after {
	content: "";
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show; }

input, select {
	vertical-align:middle; }

*, *:before, *:after {
	border: 0;
	outline: 0;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box; }
/* -------------------------------------------
　General
------------------------------------------- */
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}

br.sp { display: none; }

img {
	vertical-align: middle;
	font-size: 0;
	line-height: 0; }

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%; }

body {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight: 350;
	font-size: 13px;
	line-height: 1.6;
}

body.top-bg {
	background-color:#0e0900;
}

.switch {
    visibility: hidden;
}

.hidden{ 
    display: none;
}

.l{ 
	font-size: 16px;
}

.s{ 
	font-size: 11px;
}

.cboxIframe {
    background-color:  transparent !important;
}
/* -------------------------------------------
gnav
------------------------------------------- */
.gnav {
    position: fixed;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.55);
    margin: 0 auto;
    z-index: 900;
}

.gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    max-width: 1020px;
    height: auto;
    margin: 0 auto;
    padding: 1%;
}

.gnav ul li {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 0 2%;
}

.gnav img{
    width: 100%;
    height: auto;
}

@media (max-width:768px) {

	.gnav { display: none; }
}
/* -------------------------------------------
drawer
------------------------------------------- */
/*　base　*/
.drawer-nav {
	position: fixed;
	z-index: 900;
	top: 0;
	width: 23.92rem;
	height: 100%;
	max-height:100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	background: rgba(0, 0, 0, 0.8);
	color: rgba(0, 0, 0, 0.8);
	text-align:left;
}
.drawer-menu {
	list-style: none;
}

/*　overlay　*/
.drawer-overlay {
	position: fixed;
	z-index: 899;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.drawer-open .drawer-overlay {
	display: block;
}

/*　right　*/
.drawer--right .drawer-nav {
	right: -28.92rem;
	-webkit-transition: right 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: right 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

/*　Hamburger　*/
.drawer-hamburger {
	position: fixed;
	display: block;
	z-index: 999;
	top: 0px;
	right: 0px;
	width: 60px;
	margin: 0;
	padding: 5px 5px 10px;
	box-sizing: content-box;
	color: #252516;
	background-color: #858879;
	font-size: 0.4rem;
	letter-spacing: 0.1rem !important;
	-webkit-transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.drawer-open .drawer-hamburger{
	width: 30px;
	margin:8px;
	background: #858879;
}
.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 20%;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 3px;
	-webkit-transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #252516;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' ';
	background-color: #252516;
}
.drawer-hamburger-icon:after {
	top: 10px;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: -3px;
}
.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #252516;
	height: 2px;
}
.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #252516;
	height: 2px;
}
.drawer-open .sr-only {
	visibility:hidden;
}

/*　user　*/
.drawer-ttl-wrap a {
	display: block;
}
.drawer-ttl-wrap img {
	width: 100%;
	padding: 0 50px;
	margin: auto;
}
.drawer-ttl-wrap {
	margin-bottom: 30px;
	padding: 90px 12px 0;
}
.drawer-ttl-wrap p.drawer-ttl {
	margin-bottom: 10px;
}
.drawer-menu-item {
	display: block;
	height: 64px;
	padding: 0 10px;
    color: #fff!important;
	font-size: 1.5rem;
	line-height: 64px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
	letter-spacing: 0.1px;
	text-align: center; 
}
.drawer-menu-item-special {
    display: block;
    padding: 0 10px 20px;
    color: #fff!important;
    font-size: 2.4rem;
    font-family: 'Slabo 27px', serif;
    border-bottom: 1px dashed #fff;
    text-decoration: none;
    letter-spacing: 0.1px;
    text-align: center; 
    border-bottom: 1px solid #fff;
}
.drawer-menu-item-special ul a{
    font-size: 1.5rem;
}

.drawer-menu-item-special a{
    color: #fff!important;
}

.drawer-menu-item.line2 {
	padding: 9px 10px;
	line-height: 1.6;
}
.drawer-menu-item span {
	font-weight: bold;
	font-size: 1.5rem;
}
.drawer-list > li > a.drawer-menu-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.drawer-list dl {
	margin-bottom: 30px;
}
.drawer-list dt {
	height: 40px;
	padding: 0 10px;
	color: #85887a;
	background-color: #fff;
	font-weight: bold;
	line-height: 40px;
}

@media (min-width:768px) {

	#menu { display: none; }
}
/* -------------------------------------------
Header
------------------------------------------- */
header {
	position:relative;
}
header a {
	display: block;
}

header h1{
   z-index: 1;
}

header p img,
header h2 img{
	width: 100%;
	height: auto;
}

p.header-ttl {
	width: 97%;
	margin: 7% auto 2%;
}

h2.header-subttl {
	width: 83%;
	margin: 3% auto 3%;
}
.name-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-sitename {
	width: 75%;
	margin: 15px auto;
}

.comment-btn {
	position:absolute;
    width: 22.7%;
    bottom: 29.4%;
    right: 1.6%;
}

.filmarks-btn{
    position:absolute;
    right: 2.9%;
    width: 20.9%;
    bottom: 26.5%;
}

.filmarks-btn2{
    position: absolute;
    width: 20%;
    top: 15.4%;
    left: 10.26%;
}

.cam-btn{
    position: absolute;
    bottom: 30%;
    left: 2.4%;
    width: 21%;
}

.ticket_btn{
    position: absolute;
    bottom: 29.8%;
    left: 2.96%;
    width: 19.9%;
    box-sizing: content-box;
}

.ticket_btn img{
    display: block;
    line-height: 0;
}

.bludvd_btn{
    position: absolute;
    bottom: 50.2%;
    left: 2%;
    width: 22.5%;
    box-sizing: content-box;
}

.bludvd_btn img{
    display: block;
    line-height: 0;
}


/* -------------------------------------------
SNS
------------------------------------------- */
ul.sns-wrap {
	z-index: 105;
	position:absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 10%;
	bottom: 18.3%;
	right: 5%;
}
ul.sns-wrap li {
	width: 48%;
}

ul.sns-wrap li a {
	display: block;
}
ul.sns-wrap li a img {
	width: 85%;
}
ul.sns-wrap li.sns-fb a {
	padding: 0 17px;
	background: #124382;
}
ul.sns-wrap li.sns-tw a {
	padding: 0 9px;
	background: #1da1f2;
}

/* -------------------------------------------
Common
------------------------------------------- */
#cont-wrap {
	max-width: 95%;
	margin: auto;
	padding: 0 8px;
	overflow: hidden;
}
h2.cont-head {
	width: 100%;
	margin-bottom: 15px;
}
section.item-wrap img {
	width: 100%;
}
section.item-wrap img.jk-sm {
	padding: 7% 0;
}
ul.item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 25px;
}
ul.item-list li {
	width: 22%;
	margin-left: 4%;
}
ul.item-list li:first-child {
	margin-left: 0;
}
ul.item-list li a {
	display: block;
	padding: 11px 12px;
	background: rgba(255,255,255,0.7);
}
p.item-ttl {
	margin-top: 5px;
}
/* -------------------------------------------
Top
------------------------------------------- */
.main-bnr {
	margin-bottom: 30px;
	padding: 0 13.5px;
}
.main-bnr a {
	display: block;
}
.main-bnr img {
	width: 100%;
}


/* -------------------------------------------
atm intro
------------------------------------------- */
.intro {
	position: relative;
	color:#fff;
	margin:0 auto;
	background: url(../img/common/bg_intro.jpg) no-repeat top fixed;
       background-size: cover;
       -o-background-size: cover;
       -webkit-text-size-adjust: 100%;
}

.intro img{
       width: 100%;
	height: auto;
}

.intro h3{
	position: relative;
	top: -15px;
	width: 200px;
	display: block;
	margin: 0px auto;
	height: auto;
}

.intro h3 img{
	width: 100%;
	height: auto;
}

.intro p{
	font-weight: 100;
	font-size: 115%;
	margin: 16px 0;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #fffbc6;
}

.intro ul {
    max-width: 1020px;
	line-height: 1.9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	margin: 16px auto;
	padding: 4px;
	z-index:1;
}

.intro ul li{
	width: 48%;
	padding: 0 2%;
}

.intro .colmn{
       font-size: 80%;
       line-height: 1.8;
	padding: 8px 16px;
	margin: 16px auto;
	border-radius: 0.5em;
       border:1px solid #fff;
}
/* -------------------------------------------
atm story
------------------------------------------- */
.story {
	width: 100%;
	color:#fff;
	margin:0 auto;
	background: url(../img/common/bg_story.jpg) no-repeat top fixed;
       background-size: cover;
       -o-background-size: cover;
       -webkit-text-size-adjust: 100%;
}

.story img{
       width: 100%;
	height: auto;
}

.story h3{
	position: relative;
	top: -15px;
	width: 200px;
	display: block;
	margin: 0px auto;
	height: auto;
}

.story h3 img{
	width: 100%;
	height: auto;
}

.story p{
	font-weight: 100;
	font-size: 105%;
	margin: 16px 0;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #fffbc6;
}


.story ul {
       max-width: 1020px;
	line-height: 1.9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	margin: 16px auto 0;
	padding: 4px 4px 40px 4px;
	z-index:1;
}

.story ul li{
	width: 48%;
	padding: 0 2%;
}

/* -------------------------------------------
atm cs
------------------------------------------- */
.comingsoon {
	width: 100%;
	margin:0 auto;
}

.comingsoon img{
    width: 100%;
	height: auto;
}

.comingsoon h3{
	position: relative;
	top: -31px;
	width: 300px;
	display: block;
	margin: 0px auto;
	height: auto;
}

.comingsoon h3 img{
	width: 100%;
	height: auto;
}

/* -------------------------------------------
　Hover
------------------------------------------- */
@media (min-width:769px) {

.drawer-hamburger:hover {
	cursor: pointer;
}
.drawer-ttl-wrap a:hover {
	opacity: .7;
}
.drawer-menu-item:hover {
	background: #0e366e;
}
a#pagetop:hover {
	margin-bottom: 10px;
}
a#pagetop.top:hover {
	margin-bottom: 20px;
}
ul.sns-wrap li a:hover {
	opacity: 0.5 ;
}
ul#btn li a:hover {
	opacity: .5;
}

ul#footer-bnrarea li a:hover {
	opacity: .8;
}
.main-bnr a:hover {
	opacity: .8;
}
ul.item-list li a:hover {
	background: rgba(255,255,255,0.9);
}
ul.item-list li a:hover .pd-link {
	background: #41699b;
}
.epi-slider-nav li a:hover {
	cursor: pointer;
}

#theater footer a:hover{
	opacity: .5;	
}

#ticketInner .btn a:hover {
	opacity: .5;
}

.gnav a:hover {
	opacity: .5;
}

.notopen {
	opacity: .3;
}

.comment-btn a:hover,
.cam-btn a:hover,
.ticket_btn a:hover,
.filmarks-btn a:hover,
.filmarks-btn2 a:hover,
.bludvd_btn a:hover{
	opacity: .5;
}

}

/* -------------------------------------------
Footer
------------------------------------------- */

footer a {
	display: block;
}
footer img {
	width: 100%;
	height: auto;
}

.footer-inner {
	max-width: 1020px;
	margin: 0 auto;
}

.footer-release {
	max-width: 90%;
	margin: 8px auto;
	padding: 0;
}

.footer-billing {
	max-width: 90%;
	margin: 16px auto 0;
	padding: 0;
}

ul#footer-bnrarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 28px 0 20px;
    padding: 0 1.25%;
}
ul#footer-bnrarea li {
    margin-right: 1.333333%;
    margin-bottom: 1%;
    width: 24%;
}
ul#footer-bnrarea li:nth-of-type(4n) {
    margin-right: 0;
}

@media (max-width: 768px){
    ul#footer-bnrarea li {
        margin-right: 0;
    }
}

ul#footer-bnrarea li img {
	width: 100%;
}

p.copyright {
	padding: 30px;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}
p.copyright span {
	line-height: 1.2;
}
/*--------------------------------
inline_content
--------------------------------*/
.inline1_content,
.inline2_content{
	color: #fff;
	width: 100%;
	margin: 40px 0 auto;
	padding: 8px;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 24px;
}

.inline1_content > h2 {
	display: block;
	font-size: 30px;
	line-height: 48px;
	margin: 10px auto;
	padding: 0 auto;
	text-align: center; 
	border:double #fff;
	border-width:3px 0 3px 0;
}

.inline2_content > h2 {
	display: block;
	font-size: 30px;
	line-height: 48px;
	margin: 10px auto;
	padding: 0 auto;
	text-align: center; 
	border:double #fff;
	border-width:3px 0 3px 0;
}

.inline2_content > h3 {
	display: block;
	font-size: 21px;
	line-height: 36px;
	margin: 10px auto;
	padding: 0 auto;
	border:dotted #fff;
	border-width:0 0 1px 0;
}

.inline3_content{;
    background: #fff url(../img/mg/bg.jpg) no-repeat top;
    background-size: cover;
    -o-background-size: cover;
     -webkit-text-size-adjust: 100%;
	color: #fff;
	width: 100%;
	max-width:700px;
	height: 100%;
	margin: 0 auto;
	padding:0 auto;
}

.inline3_content  .mg_comment p{
	display: block;
	width: 80%;
	height: 100%;
	margin: 0px auto;
	padding: 0 auto;
}

.lastname{ 
	width: 36% !important;
        margin: auto!important; 
}

.inline3_content  .mg_comment img{
	width: 100%;
	height: 100%;
}

.mg_comment {
	margin: 0;
	padding: 0;
       position: relative;
	top:30%;
}

.mg_comment p:nth-of-type(1){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

.mg_comment p:nth-of-type(2){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
        }

.mg_comment p:nth-of-type(3){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
        }

.mg_comment p:nth-of-type(4){
           -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 2.0s;
            animation-delay: 2.0s;
        }

.mg_comment p:nth-of-type(5){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

.mg_comment p:nth-of-type(6){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 3.0s;
            animation-delay: 3.0s;
        }

.mg_comment p:nth-of-type(7){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
        }

.mg_comment p:nth-of-type(8){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 4.0s;
            animation-delay: 4.0s;
        }

.mg_comment p:nth-of-type(9){
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-delay: 6.0s;
            animation-delay: 6.0s;
        }
/* -------------------------------------------
theater
------------------------------------------- */
#theater {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#theater img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#theater a:link {
	color:#0f0f0f;
}

#theater a:visited {
	color:#0f0f0f;
}

#theater a:hover {
	text-decoration:underline;
}

#theaterhead img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#theaterhead{
	width:100%;
	max-width:1020px;
	margin: auto;
	padding: 70px 0 10px 0;
}


#theaterhead h1{
    position: relative;
    z-index: 99;
}

#theaterhead h1 img{
    max-width: 40%;
    height: auto;
    margin: 0px auto 10px auto;
    display: block;
}

#theaterhead h2 img{
    max-width: 20%;
    height: auto;
    margin: 0 auto;
    display: block;
}


#theater #list tbody tr td.bgc{
    background-color: #fff;
}


#ticket {
	width:100%;
	height: 320px;
	margin: 16px auto;
	background: url(../img/theater/bg.png) repeat;
	position:relative;
}

#ticket img{
	max-width: 100%;
	height: auto;
}

#ticketInner{
	max-width: 1020px;
	width:100%;
	height: auto;
	margin: 10px auto;
}

#ticketInner img{
	max-width: 100%;
	height: auto;
}


#ticketInner .main{
    position:relative;
    width: 1020px;
    margin: auto;
    top:-280px;
}

#ticketInner .btn{
    position:relative;
    width:  500px;
    margin: auto;
    top:-380px;
}



/* -------------------------------------------
awards
------------------------------------------- */
#awards {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#awards img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#awards a:link {
	color:#0f0f0f;
}

#awards a:visited {
	color:#0f0f0f;
}

#awards a:hover {
	text-decoration:underline;
}

#awardshead img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#awardshead{
	width:100%;
	max-width:1020px;
	margin: auto;
	padding: 70px 0 10px 0;
}

#awardshead h1 img{
    max-width: 40%;
    height: auto;
    margin: 0px auto 10px auto;
    display: block;
}

#awardshead h2 img{
    max-width: 45%;
    height: auto;
    margin: 0 auto;
    display: block;
}

#awards #border {
	width:100%;
	height: 3px;
	background: url(../img/awards/bg.png) repeat;
	position:relative;
}

#awards .award,
#awards .award+td{
    font-weight: bold;
    color: #800000;
}

/* -------------------------------------------
media
------------------------------------------- */
@media (max-width:768px) {
	body.top-bg {padding:0; margin:0; background-color:#000; }
	br.pc { display: none; }
	br.sp { display: block; }

	/*　Footer */
	p.copyright { padding: 8px 30px 0;}
	ul#footer-bnrarea { padding: 0 4.16%; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	ul#footer-bnrarea li { width: 48%; margin-bottom: 8px; margin-left: 0; }

	/*　Top　*/
	.comment-btn {position:static;width: 84%;margin: -56.5% auto 50% auto; }
    .bludvd_btn {width: 83.4%; bottom: -27.4%; left:0; right:0; margin: auto;}
    .ticket_btn{width: 83.4%; bottom: -43.4%; left:0; right:0; margin: auto;}
    .filmarks-btn {width: 83.4%; bottom: -52.2%; left:0; right:0; margin: auto;}
    .filmarks-btn2 {width: 83.4%; top: auto; bottom: -72.8%; left:0; right:0; margin: auto;}
    ul.sns-wrap  {position:static;width: 25%;margin: -31.5% auto 138% auto;}
/*    ul.sns-wrap  {position:static;width: 25%;margin: -31.5% auto 30% auto;}*/
	#pc-main img { display:none; }
	#sp-main img { display:visible !important; }
	#home #cont-wrap { padding: 16px 0; background-color:#1a1203; }
	p.header-ttl { width: 95.25%; }
	.header-desc { display: none; }
	.header-sitename { width: 90%; }

	/*　Common　*/
	#cont-wrap { padding: 0;}
	.txt-bgwhite { background: #fff; }
	h2.cont-head img { width: 142%; }

	ul.item-list { padding: 0 13.5px;}
	ul.item-list li { width: 47%; margin-bottom: 25px; }
	ul.item-list li:nth-child(odd) { margin-left: 0; }

      /*　drawer　*/
	.drawer-nav { width: 100%; }
	.drawer--right .drawer-nav { right: -100rem;}
	.drawer-hamburger { width: 40px; font-size: 1.0rem; padding: 6px 5px 18px; }
	.drawer-menu-item.line2_sp { padding: 9px 10px; line-height: 1.6; }
	.drawer-menu-item span { font-size: 1.8rem; }
	.drawer-list > li > a.drawer-menu-item { font-size: 2.4rem; font-family: 'Slabo 27px', serif;}

	/*　intro　*/
	.intro h3 {position: static; width: 45%;}
	.intro ul li{width: 96%; padding: 0 2%;}
	.intro  { background:#000 url(../img/common/bg_intro_sp.png) no-repeat;}

      /*　story　*/
	.story h3 {position: static; width: 45%;}
	.story ul li{width: 96%; padding: 0 2%;}
	.story  { background:#3c5a64 url(../img/common/bg_story_sp.png) center bottom fixed no-repeat;}

	/*　cs　*/
	.comingsoon h3 {width: 65%; top:-18px;}

	/*　inline3　*/
	.inline3_content { background:#b7c2ad url(../img/mg/bg_sp.png) center top no-repeat;}
	.inline3_content  .mg_comment p{display: block; width: 100%;margin: 3px auto;padding: 0 auto;}

	.lastname{ width: 40% !important; margin: auto!important; }

	/*　theater　*/
	#theaterhead h1 img{ min-width:70%; margin: auto; }
	#theaterhead h2 img{ min-width:40%; margin: 24px auto; }
	#ticketInner .btn{position:static;max-width: 70%;}
	#ticketInner .main{position:static;max-width: 100%;margin:0 auto;padding: 0;}
	#ticket {width:100%; max-height:480px;height:auto;margin: 16px auto;padding: 0 0 8px 0;}
	/*　awards　*/
	#awardshead h1 img{ min-width:70%; margin: auto; }
	#awardshead h2 img{ min-width:70%; margin: 24px auto; }

}

@media screen and (min-width:768px) and (max-width:1024px) { 
	#sp-main img { display:none; }
}

@media (min-width:1024px) { 
	#sp-main img { display:none; }
}

/* -------------------------------------------
table
------------------------------------------- */
@media (min-width: 1020px) {
	
#theater .none {
	display:none
}
}
#theater #list {
	padding:6% 0;
       z-index: 1;
      position: relative;
}
#theater #list ul {
	margin-bottom:5%;
	text-align:center
}
#theater #list ul li {
	display:inline-block
}
#theater #list ul li:before {
	margin:0 5px;
	color:#000;
	content:"| "
}
#theater #list ul li:first-child:before {
	content:""
}

@media (min-width: 1020px) {
#theater #list {
	width:1020px;
	margin:0 auto;
	padding:60px
}
#theater #list ul {
	margin-bottom:30px;
	font-size:18px
}
#theater #list ul li {
	display:inline-block

}
#theater #list ul li:before {
	margin:0 5px;
	color:#000;
	content:"| "
}
#theater #list ul li:first-child:before {
	content:""
}
}
#theater #list table {
	font-size:13px;
	width:98%;
	margin:0 auto;
	color:#000;
}
#theater #list table tr th {
	padding:5px 0 3px;
	border-bottom:3px solid #b9b9b9;
	text-align:center;
	font-weight:bold;
	vertical-align:middle
}
#theater #list table tr th.area {
	width:15%
}
#theater #list table tr th.period {
	width:20%
}
#theater #list table tr th.movieTicket {
	width:10%
}

#theater #list table tr th.column-1 {
	width:15%
}

#theater #list table tr th.column-3 {
	width:20%
}
#theater #list table tr th.column-4 {
	width:10%
}
#theater #list table tr td {
	padding:8px 5px 5px;
	border:1px solid #b9b9b9;
	text-align:center;
	vertical-align:middle
}
#theater #list table tr td.place {
	text-align:left
}
#theater #list table tr.odd {
	background: rgba(200, 200, 200, 0.1);
}

@media (min-width: 1020px) {
#theater #list table {
	width:100%;
	font-size:14px;
	color:#000;
	border-collapse:collapse;
	border-spacing:0
}
#theater #list table tr th {
	padding:5px 0 3px;
	border-bottom:3px solid #b9b9b9;
	text-align:center;
	font-size:15px;
	font-weight:bold
}
#theater #list table tr th.area {
	width:120px
}
#theater #list table tr th.period {
	width:128px
}
#theater #list table tr th.movieTicket {
	width:92px
}
#theater #list table tr th.column-1 {
	width:120px
}
#theater #list table tr th.column-3 {
	width:160px
}
#theater #list table tr th.column-4 {
	width:92px
}
#theater #list table tr td {
	padding:8px 5px 5px;
	border:1px solid #b9b9b9;
	text-align:center
}
#theater #list table tr td.place {
	text-align:left
}
#theater #list table tr.odd {
	background: rgba(200, 200, 200, 0.1);
}
}
#theater #list .pageTop {
	float:right;
	margin:1% 2% 8% 0
}
@media (min-width: 1020px) {
#theater #list .pageTop {
	margin:5px 0 20px
}
}
#theater footer {
	background: url(../img/theater/bg.png) repeat;
	width:100%;
	margin:10px auto;
	padding:50px;
}
@media (min-width: 1020px) {
#theater footer {
	width: 100%;
	margin:0 auto;
	padding:50px 0;
}
#theater footer img{
	width: 350px;
	margin:auto 38%;
	
}
}

/* -------------------------------------------
table awards
------------------------------------------- 
@media (min-width: 1020px) {
	
#awards .none {
	display:none
}
}
#awards #list {
	padding:6% 0;
       z-index: 1;
      position: relative;
}
#awards #list ul {
	margin-bottom:5%;
	text-align:center
}
#awards #list ul li {
	display:inline-block
}
#awards #list ul li:before {
	margin:0 5px;
	color:#000;
	content:"| "
}
#awards #list ul li:first-child:before {
	content:""
}

@media (min-width: 1020px) {
#awards #list {
	width:1020px;
	margin:0 auto;
	padding:60px;
}
#awards #list ul {
	margin-bottom:30px;
	font-size:18px
}
#awards #list ul li {
	display:inline-block

}
#awards #list ul li:before {
	margin:0 5px;
	color:#000;
	content:"| "
}
#awards #list ul li:first-child:before {
	content:""
}
}
#awards #list table {
	font-size:12px;
	width:98%;
	margin:0 auto;
	color:#000;
}
#awards #list table tr th {
	padding:5px 0 3px;
	border-bottom:3px solid #b9b9b9;
	text-align:center;
	font-weight:bold;
	vertical-align:middle
}
#awards #list table tr th.area {
	width:15%
}
#awards #list table tr th.period {
	width:20%
}

#awards #list table tr td {
	padding:8px 5px 5px;
	border:1px solid #b9b9b9;
	text-align:center;
	vertical-align:middle
}
#awards #list table tr td.place {
	text-align:left
}

@media (min-width: 1020px) {
#awards #list table {
	width:100%;
	font-size:13px;
	color:#000;
	border-collapse:collapse;
	border-spacing:0
}
#awards #list table tr th {
	padding:5px 0 3px;
	border-bottom:3px solid #b9b9b9;
	text-align:center;
	font-size:15px;
	font-weight:bold
}
#awards #list table tr th.area {
	width:120px
}
#awards #list table tr th.period {
	width:128px
}
#awards #list table tr th.movieTicket {
	width:92px
}
#awards #list table tr th.column-1 {
	width:120px
}
#awards #list table tr th.column-3 {
	width:128px
}
#awards #list table tr th.column-4 {
	width:92px
}
#awards #list table tr td {
	padding:8px 5px 5px;
	border:1px solid #b9b9b9;
	text-align:center
}
#awards #list table tr td.place {
	text-align:left
}

}
#awards #list .pageTop {
	float:right;
	margin:1% 2% 8% 0
}
@media (min-width: 1020px) {
#awards #list .pageTop {
	margin:5px 0 20px
}
}
#awards footer {
	background: url(../img/theater/bg.png) repeat;
	width:100%;
	margin:10px auto;
	padding:50px;
}
@media (min-width: 1020px) {
#awards footer {
	width: 100%;
	margin:0 auto;
	padding:50px 0;
}
#awards footer img{
	width: 350px;
	margin:auto 38%;
	
}
}

/*====================
SC CM CP BD共通
====================*/

#sc footer,
#cm footer,
#cp footer,
#bd fotter{
    background: url(../img/theater/bg.png) repeat;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
}

#sc footer a:hover,
#cm footer a:hover,
#cp footer a:hover,
#bd footer a:hover{
    opacity: 0.5;
}

@media (min-width: 1020px){

    /*共通*/

    #sc footer,
    #cm footer,
    #cp footer,
    #bd footer{
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }

    #sc footer img,
    #cm footer img,
    #cp footer img,
    #bd footer img{
        width: 350px;
        margin: auto 38%;
    }
}

@media (max-width: 1020px) {
    .mb_lookon {
        display: block;
    }
    .mb_lookoff {
        display: none;
    }
}


/*====================
CM
====================*/

.pc_lookoff {
    display: none;
}

.comment_popup{
    background: url(../img/comment/bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 32px;
    display: block;
    margin: 0 auto;
}

.comment_popup img{
    width: 40%!important;
    height: auto;
}

.comment_popup h2{
    margin-top: 56px;
    margin-bottom: 56px;
    width: 112%!important;
}

.comment_popup p{
    width: 100%;
}
@media (max-width: 1020px) {

    .comment_popup{
       padding: 0;
        background: rgba(0,0,0,0.8) url(../img/comment/bg_sp.jpg) no-repeat top center;
        background-size: cover;
        background-attachment: scroll;
    }
    
    .comment_popup .over{
        padding: 16px;
        background-color: rgba(0,0,0,0.6);
    }
    
    .comment_popup img{
        width: 100%!important;
        height: auto;
        text-align: center;
    }
    
    .comment_popup h2{
        margin-bottom: 16%;
        width: 100%!important;
    }

    .comment_popup p{
        margin-bottom: 16px;
    }
}

/*====================
SC
====================*/


/*共通*/
#sc_nav {
    width: 100%;
    background: -webkit-linear-gradient(top, #ffffff 0%,#d9d4c9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d9d4c9 100%);
}

#sc_nav ul{
    width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#sc .d_f{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sc main{
    width: 100%;
    padding-top: 8%;
}


/*デズモンド・ドスとは*/

#sc #bg1{
    width: 40%;
    min-height: 100%;
    float: left;
}

#sc #s1{
    width: 1020px;
    margin: 0 auto;
}

#sc #s1 .right{
    width: 438px;
    margin-left: auto;
}

#sc #s1 .right h2 img{
    width: 100%;
    margin-bottom: 4%;
}

#sc #s1 .right .txt{
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
    margin-bottom: 8%;
}

#sc #s1 .right .other{
    width: 100%;
    min-height: 100%;
    border: 2px solid #d3d3d3;
    border-radius: 8px;
    padding: 2%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

#sc #s1 .right .other div{
    width: 58%;
    margin-right: 2%;
}

#sc #s1 .right .other h3{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: bold;
    margin-bottom: 1%;
}

#sc #s1 .right .other .ph{
    width: 40%;
}

#sc #s1 .right .other .ph img{
    width: 100%;
}

/*デズモンド・ドスと太平洋戦争*/

#sc #bg2{
    width: 100%;
    background: url(../img/special/s2/bg.jpg) no-repeat fixed center center;
    min-height: 100%;
    background-size: cover;
    padding: 8% 0 0;
    text-align: center;
}

#sc #s2 h2{
    margin-bottom: 6%;
}

#sc #s2 .txt{
    margin-bottom: 6%;
}

#sc #bg2 .ph img{
    width: 100%;
    line-height: 0;
    display: block;
}

/*Production Note*/

#sc #s3 #bg3,
#sc #s3 #bg4,
#sc #s3 #bg5{
    width: 100%;
    min-height: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-attachment: fixed!important;
}

#sc #s3 #bg3{
    background: url(../img/special/s3/bg1.jpg) center center;
    padding: 8% 0;
}

#sc #s3 #bg4{
    background: url(../img/special/s3/bg2.jpg) center center;
    padding: 4% 0;
}

#sc #s3 #bg5{
    background: url(../img/special/s3/bg3.jpg) top center;
    padding: 4% 0;
}

#sc #s3 h2{
    text-align: center;
    margin-bottom: 8%;
}

#sc #s3 article{
    width: 1020px;
    margin: 0 auto;
}

#sc #s3 article .left{
    width: 340px;
    color: white;
}

#sc #s3 article .right{
    width: 340px;
    color: white;
    margin-left: auto;
}

#sc #s3 article h3{
    margin-bottom: 4%;
}



/*====================
SC > mb
====================*/

@media (max-width: 1020px){
    
    #sc img{
        width:100%;
    }
    
    /*共通*/

    #sc main{
        padding-top: 0;
    }
    
    /*デズモンド・ドスとは*/

    #sc #bg1{
        width: 100%;
        float: none;
    }

    #sc #s1{
        width: 100%;
        margin-top: -24%;
        background-color: rgba(0,0,0,0.5);
        padding: 2%;
    }

    #sc #s1 .right{
        width: 100%;
        margin: 0 auto;
        color: white;
    }

    #sc #s1 .right .other{
        border: 2px solid white;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }
    
    #sc #s1 .right .other div{
        width: 100%;
        margin-right: 0;
    }

    #sc #s1 .right .other h3{
       text-align: center;
    }
    
    #sc #s1 .right .other .ph{
        width: 100%;
        height: auto;
        padding: 2%;
        text-align: center;
    }
    
    #sc #s1 .right .other .ph img{
        width: 100%;
        height: auto;
    }

    /*デズモンド・ドスと太平洋戦争*/
    
    #sc #bg2{
        width: 100%;
        background: url(../img/special/s2/bg.jpg) no-repeat scroll center center;
        min-height: 100%;
        background-size: cover;
    }
    
    #sc #s2{
        padding: 2%;
    }

    #sc #s2 h2{
        text-align: center;
    }
    
    #sc #s2 h2 img{
        width: 80%;
    }

    #sc #s2 .txt{
        margin-bottom: 6%;
    }

    #sc #s2 .ph img{
        width: 100%;
    }

    /*Production Note*/
    
    .bg_black{
        background-color: rgba(0,0,0,0.7);
        padding: 8% 2%;
    }

    #sc #s3 #bg3,
    #sc #s3 #bg4,
    #sc #s3 #bg5{
        width: 100%;
        min-height: 100%;
        background-size: cover!important;
        background-attachment: scroll!important;
    }

    #sc #s3 #bg3{
        background: url(../img/special/s3/bg1_sp.jpg) center center;
        padding: 0;
    }

    #sc #s3 #bg4{
        background: url(../img/special/s3/bg2_sp.jpg) center center;
        padding: 0;
    }

    #sc #s3 #bg5{
        background: url(../img/special/s3/bg3_sp.jpg) top center;
        padding: 0;
    }

    #sc #s3 h2 img{
        width: 80%;
        margin: 0 auto;
    }

    #sc #s3 article{
        width: 100%;
        margin: 0 auto;
    }

    #sc #s3 article .left{
        width: 100%;
        margin: 0 auto;
    }

    #sc #s3 article .right{
        width: 100%;
        margin: 0 auto;
    }
    
    #sc #s3 article h3{
        text-align: center;
    }

    #sc #s3 article h3 img{
        width: 98%;
        margin: 0 auto;
    }

}

/*====================
CP
====================*/

/*共通*/


#cp #wrapper{
    overflow: hidden;
}

#cp header img{
    width: 100%!important;
}

/*header*/

#cp header .in{
    width: 100%;
    position: absolute;
    top: 8.8%;
    left: 6.4%;
    z-index: 9;
}

#cp header .in h1{
    width: 40%;
}

#cp header .in .txt{
    padding-left: 1.6%;
    width: 34%;
}

#cp header .period{
    position: absolute;
    top: 68%;
    width: 56%;
}

/*main*/

#cp main img{
    width: 100%;
}

#cp main{
    background: url(../img/campaign/main/bg.jpg) repeat-y;
    background-size: contain;
    position: relative;
    z-index: 9;
    display: block;
}

#cp main #product{
    padding: 4% 0 6%;
}

#cp main #product h2{
    margin-bottom: 4%;
}

#cp main #product .productList{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

#cp main #product .productList li{
    width: 40%;
    margin-right: 4%;
    margin-bottom: 4%;
}

@-moz-document url-prefix() {
    #cp main #product .productList li {
        margin-bottom: 40px;
    }
}

#cp main #product .productList li:nth-of-type(2n),
#cp main #product .productList li:last-of-type{
    margin-right: 0;
}

#cp main #product .productAction{
    width: 36%;
    margin: 2% auto 0;
    color: #233c2e;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    position: relative;
    border: 4px solid #fff;
}

#cp main #product .productAction span.camOpen{
    background-color: white;
    color: #233c2e;
    padding: 5.6% 0%;
    display: block;
    position: relative;
}

#cp main #product .productAction::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 60, 46, 0.8);
    z-index: 1;
}

#cp main #product .productAction span.camClose{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "キャンペーンは終了しました";
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 31px;
    line-height: 3.1rem;
    z-index: 2;
}


/*#cp main #product .productAction span::after{
    position: absolute;
    content: ">>";
    color: white;
    right: 4%;
    font-weight: bold;
}*/
/*#cp main #product .productAction span:hover{
    color: white;
    background-color: transparent;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing: border-box;
}*/

#cp #caution{
    width: 100%;
    color: white;
    padding: 3.2% 0 4%;
    position: relative;
    background-color: black;
}

#cp #caution h2,
#cp #caution dl{
    width: 64%;
    margin: 0 auto;
}

#cp #caution h2{
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 1.6%;
    font-weight: bold;
}

#cp #caution dl dt{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

#cp #caution dl dd{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

#cp #caution dl dd:first-of-type{
    margin-bottom: 1.6%;
}

#cp #caution dl dd ul li{
    text-indent: -1.2rem;
    padding-left: 1.2rem;
}

@media (max-width:769px) {
    #cp #caution h2,
    #cp #caution dl{
        width: 88%;
    }
    
    #cp main #product .productAction{
        width: 88%;
    }
    
    #cp .mbLookOff{
        display: none;
    }
    
    #cp .mbLookOn{
        display: block!important;
    }
}


/*====================
BD
====================*/

/*COMMON*/

.pc{
    display: block;
}

body#bd{
    background: url(../img/bludvd/bg.jpg) #ebe0ce;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
}

#bd img{
    width: 100%;
    display: block;
    line-height: 0;
}

#bd .fN{
    float: none;
}

#bd .fN+dd{
    display: block;
    padding-left: 24px;
}

#bd .fN+dd>dl::after{
    content: "";
    display: block;
    clear: both;
}

#bd .fN+dd>dl>dt{
    float: left;
}

#bd .fN+dd>dl>dd{
    display: table;
}

/*HEADER*/

#bd header{
    padding-bottom: 4%;
}

#bd header .in{
    width: 1020px;
    margin: 0 auto;
    padding-top: 4%;
}

#bd header .in #h1{
 width: 100%;
    margin: 0 auto;
}

#bd header .in #main{
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#bd header .in .txt{
    width: 96%;
    margin: -10% auto 0;
    position: relative;
    z-index: 0;
}

/*MAIN*/

#bd main{
    width: 100%;
    padding: 4% 0 8%;
    display: block;
    background-color:rgba(255,255,255,0.3);
}

#bd main h2{
    width: 72%;
    margin: 0 auto 4%;
}

#bd main h3{
    width: 100%;
    margin: 0 auto 4%;
}

#bd main>section{
    width: 960px;
    margin: 0 auto 8%;
}

#bd main>section>section{
    padding-bottom: 4%;
}

#bd main>section>section>dl{
    width: 52%;
    float: left;
    margin-right: 4%;
}

#bd main>section>section>dl::after{
    content: "";
    display: block;
    clear: both;
}

#bd main>section>section>dl>dt{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 4%;
}

#bd main>section>section>dl>dd{
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,Arial,sans-serif;
}

#bd main>section>section>dl>dt:first-of-type{
    margin-top: 0;
}

#bd main>section>section>dl>dd>dl>dt{
    float: left;
}

#bd main>section>section>dl>dd>dl>dd{
    display: table;
}

#bd main>section>section p{
    width: 44%;
    float: left;
}

#bd main aside{
    width: 960px;
    margin: 0 auto;
}

#bd main aside dl{
    width: 100%;
    border: 2px solid #000;
    background-color: rgba(0,0,0,0.2);
    padding: 2.4%;
    margin-bottom: 8%;
}

#bd main aside dl dt{
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 2.4%;
    font-weight: bold;
}

#bd main aside dl dd ul{
    width: 100%;
}

#bd main aside dl dd ul li{
    width: 24%;
    float: left;
    margin-right: 1.3%;
}

#bd main aside dl dd ul li:nth-of-type(4n){
    margin-right: 0;
    margin-bottom: 1.3%;
}

#bd main aside dl dd ul li a{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}

#bd main aside dl dd ul li a:hover{
    opacity: 0.5;
}

#bd main aside p{
    width: 80%;
    margin: 0 auto;
}

#bd main aside p a{
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#bd main aside p a:hover{
    opacity: 0.6;
}

#bd footer{
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 4% 0 1.6%;
}

#bd footer ul{
    width: 880px;
    margin: 0 auto 4%;
    font-size: 16px;
    font-size: 1.6rem;
}

#bd footer p{
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

@media (max-width:1020px) {
    
    .pc{
        display: none;
    }

    /*HEADER*/

    #bd header .in{
        width: 100%;
        padding: 5.6% 0 0;
    }

    #bd header .in .txt{
        width: 100%;
    }
    
    /*MAIN*/

    #bd main{
        padding: 4% 1.6% 8%;
    }
    
    #bd main>section{
        width: 100%;
    }
    
    #bd main>section>section{
        margin-bottom: 8%;
    }

    #bd main>section>section>dl{
        width: 100%;
        float: none;
        margin-right: 0;
        padding-left: 1.6%;
    }

    #bd main>section>section p{
        width: 64%;
        float: none;
        margin: 6.4% auto 0;
    }

    #bd main aside{
        width: 100%;
    }
    
    #bd main aside dl dt{
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.5;
    }

    #bd main aside dl dd ul li{
        width: 49%;
        margin-right: 2%;
    }
    
    #bd main aside dl dd ul li:nth-of-type(2n){
        margin-right: 0;
        margin-bottom: 2%;
    }

    #bd main aside dl dd ul li:nth-of-type(4n){
        margin-right: 0;
        margin-bottom: 2%;
    }

    #bd footer ul{
        width: 100%;
        padding: 0 3.2%;
    }
}

@media (max-width:769px) {
    body#bd{
        background-image: url(../img/bludvd/bg_sp.png);
        background-repeat: repeat-y;
        background-attachment: scroll;
        background-position: 0 24%;
    }
    
    #bd main aside dl dt{
        font-size: 24px;
        font-size: 2.4rem;
    }
}

/*====================
index.html > CASTSTAFF
====================*/
.caststaff{
    width: 100%;
    background: url(../img/caststaff/bg.jpg) repeat-y;
    background-size: 100%;
    padding-bottom: 4%;
}

.caststaff .wrapper{
    width: 1020px;
    margin: 0 auto;
}

.caststaff .cross{
    width: 30px;
    margin: 0 auto;
}

.caststaff .cross img{
    margin-top: -21px;
    display: inline;
}

.caststaff h3{
    padding-top: 4%;
    margin: 0 auto 4%;
    width: 80px;
}

.caststaff img{
    width: 100%;
    line-height: 0;
    display: block;
}

.caststaff dl dt{
    width: 100%;
    margin-top: 4px;
}

.caststaff dl dd{
/*    display: none;*/
    font-weight: normal;
}

.caststaff dl.cast dd,
.caststaff dl.director dd{
    width: 100%;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    background-color: black!important;
    margin-bottom: 4px;
}

.caststaff dl.cast dd:nth-of-type(1){
    background: url(../img/caststaff/cast1_on.png);
}

.caststaff dl.cast dd:nth-of-type(2){
    background: url(../img/caststaff/cast2_on.png);
}

.caststaff dl.cast dd:nth-of-type(3){
    background: url(../img/caststaff/cast3_on.png);
}

.caststaff dl.cast dd:nth-of-type(4){
    background: url(../img/caststaff/cast4_on.png);
}

.caststaff dl.cast dd:nth-of-type(5){
    background: url(../img/caststaff/cast5_on.png);
}

.caststaff dl.cast dd:nth-of-type(6){
    background: url(../img/caststaff/cast6_on.png);
}

.caststaff dl.cast dd p,
.caststaff dl.director dd p{
    width: 90%;
    color: white;
    padding-top: 1%;
    padding-left: 36.7%;
    padding-bottom: 2%;
}

.caststaff dl.director dd{
    background: url(../img/caststaff/director_on.png);
    background-color: #b4aa95!important;
}

.caststaff dl.director dd p{
    padding-left: 37.4%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
}

.caststaff dl.staff{
    float: left;
    width: 49.8%;
    margin-right: 0.4%;
}

.caststaff dl.staff:nth-of-type(odd){
    margin-right: 0;
}


.caststaff dl.staff dd{
    padding: 1% 12% 4%;
    background-color: #b4aa95;
    color: white;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
}

.toggle {
    position: relative;
    margin-top: 2%;
}

.toggle:after {
    display: block;
    content: '';
    position: absolute;
    top: 40%;
    right: 4%;
    width: 32px;
    height: 15px;
    background: url(../img/caststaff/open.png) no-repeat center right;
    background-size: contain;
}

/*
.staff .toggle:after {
    width: 32px;
    height: 15px;
}
*/

.toggle.active:after {
    background: url(../img/caststaff/close.png) no-repeat center right;
    background-size: contain;
}

.pc_lookoff{
    display: none!important;
}


@media (max-width: 1020px){
    .mb_lookoff {
        display: none!important;
    }
    
    .mb_lookon {
        display: block!important;
    }
    
    .caststaff .wrapper{
        width: 100%;
    }

    .caststaff .cross{
        width: 48px;
    }

    .caststaff .cross img{
        margin-top: -24px;
    }

    .caststaff h3{
        width: 20%;
    }
    
    .caststaff dl dt{
        margin-top: 1%;
    }

    .caststaff dl dd{
        font-weight: normal;
    }

    .caststaff dl.cast dd,
    .caststaff dl.director dd{
        min-height: 100%;
        background-size: 100%!important;
        background-repeat: no-repeat!important;
        background-color: black!important;
        margin-bottom: 1%;
    }

    .caststaff dl.cast dd:nth-of-type(1){
        background: url(../img/caststaff/cast1_sp_on.jpg);
        min-height: 100%;
    }

    .caststaff dl.cast dd:nth-of-type(2){
        background: url(../img/caststaff/cast2_sp_on.jpg);
    }

    .caststaff dl.cast dd:nth-of-type(3){
        background: url(../img/caststaff/cast3_sp_on.jpg);
    }

    .caststaff dl.cast dd:nth-of-type(4){
        background: url(../img/caststaff/cast4_sp_on.jpg);
    }

    .caststaff dl.cast dd:nth-of-type(5){
        background: url(../img/caststaff/cast5_sp_on.jpg);
    }

    .caststaff dl.cast dd:nth-of-type(6){
        background: url(../img/caststaff/cast6_sp_on.jpg);
    }

    .caststaff dl.cast dd p,
    .caststaff dl.director dd p{
        width: 100%;
        padding:62% 4% 4%;
    }

    .caststaff dl.director dd{
        background: url(../img/caststaff/director_sp_on.jpg);
        background-color: #b4aa95!important;
        min-height: 100%;
    }

    .caststaff dl.director dd p{
        padding:62% 4% 4%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    .caststaff dl.staff{
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .caststaff dl.staff dd{
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        line-height: 2.2rem;
    }

    .toggle {
        position: relative;
        margin-top: 2%;
    }

    .toggle:after {
        display: block;
        content: '';
        position: absolute;
        top: 40%;
        right: 2%;
        width: 24%;
        height: 24%;
        background: url(../img/caststaff/open.png) no-repeat center right;
        background-size: contain;
    }

    .toggle.active:after {
        background: url(../img/caststaff/close.png) no-repeat center right;
        background-size: contain;
    }
}

.rmark{
    vertical-align: super;
    font-size: 95%;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.breakMovie{
    display: block;
    margin-top: 2.4%;
    font-size: 80%;
}

thead tr th:last-of-type,
tbody tr td:last-of-type{
    display: none;
}





