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

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*--------------------
TRAILER 2番：900
--------------------*/

.trailer_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900;
    /*opacity: 0;
    display:none;*/
    transition-duration: 0.5s;
    
}

.trailer_pop.on{
    opacity: 1;
}


.trailer_overlay{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    z-index: 900;
    transition-duration: 1s;
    
}


.close_btn {
	position: fixed;
	    top: 4vw;
    right: 3vw;
	width: 40px;
  height: 40px;
  z-index: 902;
  transition-duration: 0.1s;
  /*opacity: 0;*/
  cursor: pointer;
	transform: scale(0.8);
}
@media (min-width: 769px) {
.close_btn {
    transform: scale(1);
    top: 42px;
    right: 43px;
    
}
	}




.close_btn i{
	color: #fff;
	z-index: 903;
}


.trailer_pop.on .close_btn{
     opacity: 1;
}
.close_btn::before,
.close_btn::after {
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  content: "";
  display: block;
  width: 35px;
  border-top: 3px solid #fff;
}
 
.close_btn::before {
  transform: skewY(-45deg);
}
 
.close_btn::after {
  transform: skewY(45deg);
}

.close_btn:hover{
    opacity: 0.5 !important;
}

.trailer_pop.on .trailer_overlay{
    opacity: 1;
}

.trailer_pop .trailer_inner {
	position: absolute;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%,-50%) scale(1,1);
    width: 90%;
    padding-bottom: 51%;
	height: 1;
    z-index: 901;
    transition-duration: 0.5s;
}

@media (min-width: 769px) {
.trailer_pop .trailer_inner{
    
    width: 60%;
	padding-bottom: 35%;
    
}
	
	
}
.trailer_pop.on .trailer_inner{
    transform: translate(-50%,-50%) scale(1,1);
}


#youtube1,#youtube2,#youtube01,#youtube02{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    transition-duration: 1s;
    opacity: 1;
}

.trailer_pop.on #youtube1,.trailer.on #youtube2,.trailer_pop.on #youtube01,.trailer.on #youtube02{
    transform: scale(1,1);
    opacity: 1;
}







.bg{
	background-color: #000;
	    position: relative;
    z-index: 2;
	box-sizing: border-box;
	overflow: hidden;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace,monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
}
*, ::after, ::before {
    box-sizing: inherit;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, p, pre {
    margin: 0;
}
button {
    background: 0 0;
    padding: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
html {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
}
*, ::after, ::before {
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0;
}
img {
    border-style: solid;
}
textarea {
    resize: vertical;
}
[role=button], button {
    cursor: pointer;
}
table {
    border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
a {
    color: inherit;
    text-decoration: inherit;
}
button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
img, video {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    font-weight: 400;
    line-height: 1.8;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}
html * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html *:before, html *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.8;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    html, body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
img {
    display: inline-block;
    vertical-align: bottom;
}
.icon {
    vertical-align: middle;
}
.icon:before {
    vertical-align: bottom;
}
a {
    text-decoration: underline;
    color: #000;
    transition: opacity .4s;
}
/*a:hover {
    opacity: 0.7;
    text-decoration: none;
}*/
small {
    font-size: 100%;
}
body {
    background: #000;
    font-family: 'Shippori Mincho', serif;
    font-feature-settings: "palt";
    letter-spacing: -0.025em;
}
.main_wrap{
	position: relative;
	z-index: 3;
}



.main_text {
    width: 97%;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
.main_text{
	    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51.5%, -45%);
}
}


.ks {
    display: block;
}
.ks-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.ks-fixed img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: none;
}
.ks-fixed img.is-active {
    display: block;
}
.ks-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    transition: .4s;
}
/*.ks-nav__btn {
    width: 55px;
    height: 47px;
    position: absolute;
    top: 5vw;
    right: 5vw;
    transform: scale(0.6);
    transform-origin: right top;
    z-index: 1;
    cursor: pointer;
}
@media (min-width: 769px) {
    .ks-nav__btn {
        transform: scale(0.8);
        top: 40px;
        right: 40px;
    }
}
.ks-nav__btn span, .ks-nav__btn:after, .ks-nav__btn:before {
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    background: #a40b5e;
    position: absolute;
    right: 0;
    transition: .4s;
}
.ks-nav__btn:before {
    top: 0;
}
.ks-nav__btn:after {
    bottom: 0;
}
.ks-nav__btn span {
    top: 50%;
    transform: translateY(-50%);
}
.ks-nav__btn.is-open:before {
    transform: rotate(405deg) translate(-3%, -50%);
    top: 50%;
}
.ks-nav__btn.is-open:after {
    transform: rotate(-405deg) translate(-3%, 50%);
    bottom: 50%;
}
.ks-nav__btn.is-open span {
    opacity: 0;
}*/
.ks-nav__inner {
    margin-right: -270px;
    width: 270px;
    height: 100vh;
    background: #fff;
    padding: 40px;
    transition: .4s;
	    overflow-y: scroll;
}
.ks-nav__inner.is-open {
    margin-right: 0;
}
.ks-nav__head {
    text-align: center;
    color: #a40b5e;
    font-size: 1.8rem;
   border-bottom: solid 1px #a40b5e;
    padding: 30% 0 16%;
    margin-bottom: 34px;
    line-height: 1;
}
@media (min-width: 769px) {
    .ks-nav__head {
        padding: 88px 0 60px;
        margin-bottom: 60px;
        font-size: 3.7rem;
    }
}
.ks-nav__a {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 3.2;
}
@media (min-width: 769px) {
    .ks-nav__a {
        font-size: 2.6rem;
        line-height: 2;
    }
}
.ks-nav__a.-disabled {
    pointer-events: none;
    opacity: 0.2;
}
.ks-nav .trailer {
    margin-top: 1em;
}
.ks-mv {
    position: relative;
    background: #000;
}
.ks-mv img.kv {
    object-fit: cover;
    object-position: center top;
    height: calc(68.5vh - 80px);
    width: 100%;
}
@media (min-width: 769px) {
    .ks-mv img.kv {
        height: 100vh;
        min-height: 700px;
        object-position: right top;
    }
}
.ks-mv__logo {
    background: #000;
    width: 100%;
    height: calc(56vw + 60px);
}
@media (min-width: 769px) {
    .ks-mv__logo {
        height: auto;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 0;
        width: 50%;
        transform: translateY(-50%);
    }
}
.ks-sec {
    position: relative;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.ks-h2 {
    font-size: 3.8rem;
    font-weight: 600;
    border-top: solid 50px #000;
}
.ks-h2 em {
    display: inline-block;
    font-style: normal;
    transform: translateY(-50%);
}
@media (min-width: 769px) {
    .ks-h2 {
        font-size: 7.0rem;
        border-top: solid 70px #000;
    }
}
.ks-inner {
    position: relative;
    padding: 4%;
}
@media (min-width: 769px) {
    .ks-inner {
        max-width: 1435px;
        margin: 0 auto;
    }
}
.ks-slide {
    line-height: 0;
    font-size: 0;
}
@media (min-width: 769px) {
    .ks-slide > div {
        height: auto;
    }
}
.ks .-sec1 {
    padding-top: 50vh;
    color: #fff;
}
.ks .-sec1 .ks-h2 {
    border: none;
    text-align: center;
    color: #A40B5E;
    margin-bottom: 0.5em;
}
@media (min-width: 769px) {
    .ks .-sec1 .ks-h2 {
        text-align: left;
    }
}
.ks .-sec1 .ks-h2 em {
    transform: none;
}
.ks .-sec1 .ks-inner {
    margin-bottom: 50vh;
}
.ks .-sec1 h3, .ks .-sec1 p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.ks .-sec1 h3 {
    font-size: 2.0rem;
    font-weight: 800;
    margin-bottom: 0.5em;
	line-height: 1.6;
}
@media (min-width: 769px) {
    .ks .-sec1 h3 {
        font-size: 2.7rem;
    }
}
.ks .-sec1 h3 small {
    font-size: 1.6rem;
}
@media (min-width: 769px) {
	.ks .-sec1 h3 small {
    font-size: 1.8rem;
}
}

.ks .-sec1 p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
@media (min-width: 769px) {
    .ks .-sec1 p {
        font-size: 1.9rem;
    }
}
.ks .-sec2 {
    background-image: url(../img/bg_sec2.jpg);
    background-color: #C6C6C6;
}
@media (min-width: 769px) {
    .ks .-sec2 {
        background-size: auto 100%;
        background-position: 28%;
    }
}
.ks .-sec2 .ks-h2 {
    border-color: #3D3D3D;
    text-align: right;
    color: #fff;
}
.ks .-sec2 .ks-h2 em {
    padding-right: 4%;
    padding-left: 4%;
}
@media (min-width: 769px) {
    .ks .-sec2 .ks-h2 {
        text-align: left;
    }
    .ks .-sec2 .ks-h2 em {
        max-width: 1430px;
        padding-right: 120px;
        padding-left: 120px;
        margin-left: auto;
        margin-right: auto;
    }
}
.ks .-sec2 .ks-inner {
    max-width: none;
}
.ks .-sec2 .txt {
    font-size: 1.5rem;
    text-shadow: 2px 2px 2px #fff,2px 2px 2px #fff;
}
@media (min-width: 769px) {
    .ks .-sec2 .txt {
        font-size: 1.8rem;
        padding-left: 40%;
    }
}
.ks .-sec3 {
    background-image: url(../img/bg_sec3.jpg);
    background-color: #fff;
    overflow: hidden;
}
.ks .-sec3 .ks-h2 {
    border-color: #C6C6C6;
}
.ks .-sec3 .ks-h2 em {
    padding-right: 4%;
    padding-left: 4%;
    color: #a40b5e;
}
@media (min-width: 769px) {
    .ks .-sec3 .ks-h2 {
        text-align: right;
    }
    .ks .-sec3 .ks-h2 em {
        max-width: 1430px;
        padding-right: 120px;
        padding-left: 120px;
        margin-left: auto;
        margin-right: auto;
    }
}
.ks .-sec3 .cast {
    margin-bottom: 26%;
}
@media (min-width: 769px) {
    .ks .-sec3 .cast {
        max-width: 740px;
        margin: 0 auto 16%;
    }
}
.ks .-sec3 .cast__ph {
    position: relative;
}
.ks .-sec3 .cast__name {
    position: absolute;
    width: 70%;
}
@media (min-width: 769px) {
    .ks .-sec3 .cast__name {
        width: auto;
    }
}
.ks .-sec3 .cast__head {
    color: #9F135B;
    font-size: 2.5rem;
    text-align: center;
    margin: 4% 0;
}
.ks .-sec3 .cast__head small {
    display: block;
    font-size: 1.3rem;
}
.ks .-sec3 .cast__profile {
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    .ks .-sec3 .cast__profile {
        font-size: 1.5rem;
    }
}
.ks .-sec3 .cast.-c01 .cast__name {
    top: 0;
    left: 0;
    transform: translate(-6%, -70%);
}
@media (min-width: 769px) {
    .ks .-sec3 .cast.-c01 .cast__name {
        transform: translate(-70%, -19%);
    }
}
.ks .-sec3 .cast.-c02 .cast__name {
    top: 0;
    right: 0;
    transform: translate(6%, -70%);
}
@media (min-width: 769px) {
    .ks .-sec3 .cast.-c02 .cast__name {
        transform: translate(74%, -19%);
    }
}
.ks .-sec3 .cast.-c03 .cast__name {
    top: 0;
    left: 0;
    transform: translate(-6%, -30%);
}
@media (min-width: 769px) {
    .ks .-sec3 .cast.-c03 .cast__name {
        top: auto;
        bottom: 0;
        transform: translate(-54%, 73%);
    }
}
.ks .-sec3 .cast.-c04 .cast__name {
    top: 0;
    right: 0;
    transform: translate(6%, -30%);
}
@media (min-width: 769px) {
    .ks .-sec3 .cast.-c04 .cast__name {
        transform: translate(66%, 0);
        top: 50%;
    }
}
.ks .-sec3 .cast.-c05 .cast__name {
    top: 0;
    right: 0;
    transform: translate(6%, -70%);
}
@media (min-width: 769px) {
    .ks .-sec3 .cast.-c05 .cast__name {
        top: auto;
        bottom: 0;
        transform: translate(72%, 66%);
    }
}
.ks .-sec3 .cast.-c06 .cast__name {
    top: 0;
    left: 0;
    transform: translate(-6%, -70%);
}
@media (min-width: 769px) {
    .ks .-sec3 .cast.-c06 .cast__name {
        top: auto;
        bottom: 0;
        transform: translate(-69%, 66%);
    }
}
.ks .-sec4 {
    padding-top: 100vh;
    color: #fff;
}
.ks .-sec4__inner {
    position: relative;
    background: #000;
    padding-top: 4%;
}
@media (min-width: 769px) {
    .ks .-sec4__inner:before {
        content: url(../img/director_name.png);
        position: absolute;
        top: 0;
        right: 0;
    }
}
.ks .-sec4__exp1 {
    background: #C6C6C6;
    color: #000;
}
.ks .-sec4__exp2 {
    background: #0d0f0f;
    color: #fff;
}
.ks .-sec4 .ks-h2 {
    border-color: transparent;
}
.ks .-sec4 .ks-h2 em {
    padding-right: 4%;
    padding-left: 4%;
    color: #a40b5e;
    transform: translateY(50%);
    z-index: 1;
    position: relative;
}
@media (min-width: 769px) {
    .ks .-sec4 .ks-h2 {
        text-align: left;
    }
    .ks .-sec4 .ks-h2 em {
        max-width: 1430px;
        margin-left: auto;
        margin-right: auto;
    }
}
.ks .-sec4 .flex .ph {
    margin-bottom: 8%;
    position: relative;
    text-align: center;
}
.ks .-sec4 .flex .ph img {
    width: 70%;
}
.ks .-sec4 .flex .ph .name {
    position: absolute;
    right: -4%;
    bottom: -12%;
}
.ks .-sec4 .flex h3 {
    font-size: 2.5rem;
    margin-bottom: 8%;
}
.ks .-sec4 .flex h3 small {
    display: block;
    font-size: 2.0rem;
}
.ks .-sec4 .flex .txt {
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    .ks .-sec4 .flex {
        display: flex;
        align-items: flex-end;
    }
    .ks .-sec4 .flex > div {
        width: 50%;
    }
    .ks .-sec4 .flex .ph {
        width: 578px;
        margin-bottom: 0;
    }
    .ks .-sec4 .flex .ph img {
        width: 100%;
    }
    .ks .-sec4 .flex .ph .name {
        display: none;
    }
    .ks .-sec4 .flex .txt {
        width: 871px;
        padding-left: 50px;
        font-size: 1.6rem;
    }
    .ks .-sec4 .flex h3 {
        margin-bottom: 60px;
    }
}
.ks .exp dt {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.5em;
}
.ks .exp dd {
    padding-bottom: 8%;
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    .ks .exp {
        display: table;
        width: 100%;
    }
    .ks .exp dt {
        display: table-cell;
        white-space: nowrap;
        width: 7em;
        vertical-align: top;
    }
    .ks .exp dd {
        display: table-cell;
        padding: 0 0 1em 20px;
        font-size: 1.6rem;
        vertical-align: top;
    }
}
.ks .-sec5 {
    padding-top: 100vh;
}
.ks .-sec6 {
    background: #fff;
}
.ks .-sec6 dt {
    font-size: 1.5rem;
    font-weight: 800;
}
.ks .-sec6 .ks-h2 {
    border-color: #000;
    color: #a40b5e;
}
.ks .-sec6 .ks-h2 em {
    padding-right: 4%;
    padding-left: 4%;
}
@media (min-width: 769px) {
    .ks .-sec6 .ks-h2 {
        text-align: left;
    }
    .ks .-sec6 .ks-h2 em {
        max-width: 1430px;
        padding-right: 120px;
        padding-left: 120px;
        margin-left: auto;
        margin-right: auto;
    }
}
.ks .-sec6 .ks-inner {
    padding-top: 0;
    padding-bottom: 8%;
}
@media (min-width: 769px) {
    .ks .-sec6 dt {
        font-size: 1.6rem;
    }
}
.ks .footer {
    position: relative;
    z-index: 1;
    background: #000;
    /*height: 100vh;*/
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
	    padding: 30% 4%;
}
@media (min-width: 769px) {
    .ks .footer {
        font-size: 1.4rem;
        min-height: 730px;
		padding: 8% 0;
    }
}
.ks .footer .ks-inner {
    text-align: center;
    max-width: none;
    padding: 0;
}
.ks .footer__cast {
    margin-bottom: 16%;
}
.ks .footer__staff {
    margin-top: 4%;
}
.ks .footer__production {
    margin-top: 16%;
    position: relative;
    z-index: 6;
    font-size: 1.5rem;
}
@media (min-width: 769px) {
    .ks .footer__production {
        font-size: 1.6rem;
    }
}
.ks .footer img {
    height: 0.8em;
    vertical-align: middle;
    transform: translateY(-1px);
    margin-left: 0.2em;
}
.ks .footer__copy {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
	display: block;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    padding: 20px 0;
}
@media (min-width: 769px) {
    .ks .footer__copy {
        font-size: 1.4rem;
    }
}
.ks .footer .text-l {
    font-size: 1.8rem;
}
@media (min-width: 769px) {
    .ks .footer .text-l {
        font-size: 2.1rem;
    }
}
.ks .footer .text-m {
    font-size: 1.6rem;
}
@media (min-width: 769px) {
    .ks .footer .text-m {
        font-size: 1.8rem;
    }
}
.en-sans {
    font-family: 'Karla', sans-serif;
}
.en-serif {
    font-family: 'Cormorant Garamond', serif;
}
.mask {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    transition: .8s;
    pointer-events: none;
}
.mask.is-open {
    background: #000000dd;
    pointer-events: all;
}
.scroll-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: .8s;
}
.scroll-fade.active {
    opacity: 1;
    transform: translateY(0);
}
.dispPC {
    display: block;
}
@media (max-width: 769px) {
    .dispPC {
        display: none;
    }
}
.dispPC.-tb {
    display: block;
}
@media (max-width: 1000px) {
    .dispPC.-tb {
        display: none;
    }
}
.dispPC.-i {
    display: inline-block;
}
@media (max-width: 1000px) {
    .dispPC.-i {
        display: none;
    }
}
.dispSP {
    display: none;
}
@media (max-width: 769px) {
    .dispSP {
        display: block;
    }
}
.dispSP.-tb {
    display: none;
}
@media (max-width: 1000px) {
    .dispSP.-tb {
        display: block;
    }
}
.dispSP.-i {
    display: none;
}
@media (max-width: 1000px) {
    .dispSP.-i {
        display: inline-block;
    }
}


/*追加*/
.date{
	line-height: 1.4;
    text-align: center;
	color: #A40B5E;
	font-weight: 800;
	font-size: 2rem;
}
	.date em{
	font-size: 2.7rem;
	font-style: normal;
	font-weight: 700;
}
@media (min-width: 769px) {
.date{
	color: #A40B5E;
	font-weight: 800;
	font-size: 2.7rem;
}
	.date em{
	font-size: 3.7rem;
	font-style: normal;
	font-weight: 700;
}
}



.date small{
	font-weight: 800;
	font-size: 1.9rem;
}

.interview_top {
    width: 100%;
    height: 250px;
	background-image: url("../img/interview_top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
@media (min-width: 769px) {
.interview_top{
	width: 100%;
	height: 400px;
	
}
}
.ks .-sec1.interview, .ks .-sec1.news {
    padding-top: 0;
    color: #000;
    background-color: #fff;
}

.ks .-sec1.interview .ks-inner, .ks .-sec1.news .ks-inner {
    /*margin-top: -53px;*/
	    padding: 0 4% 4% 4%;
	margin-bottom: 0;
}
@media (min-width: 769px) {
.ks .-sec1.interview .ks-inner, .ks .-sec1.news .ks-inner{
	/*margin-top: -130px;*/
	margin-bottom: 0;
}
}


.ks .-sec1.interview h2, .ks .-sec1.news h2{
	transform: translateY(-50%);
	margin-bottom: 0;
}



.ks .-sec1.interview h3, .ks .-sec1.news h3{
	color: #a40b5e;
	
}
.ks .-sec1.interview h3 small{
	font-size: 1.9rem;
}




.ks .-sec1.interview h3, .ks .-sec1.interview p {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), 2px 2px 4px rgba(255, 255, 255, 0.8);
}

.-sec1.interview p {
    font-size: 1.5rem;
}
@media (min-width: 769px) {
.-sec1.interview p {
	margin-bottom: 5%;
	 font-size: 1.9rem;
}
}

.-sec1.interview p em, .-sec1.news p em {
	font-weight: bold;
	font-style: normal;
}
.interviewer{
	text-align: right;
}

.ks .-sec1.interview h4 {
    color: #a40b5e;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 3%;
}
@media (min-width: 769px) {
.ks .-sec1.interview h4{
	    color: #a40b5e;
    font-weight: bold;
    font-size: 2.2rem;
	margin-bottom: 3%;
}
}



.interview_img {
    width: 100%;
	margin: 0 auto 5%;
}
@media (min-width: 769px) {
.interview_img{
	width: 60%;
	
}
}

.postscript{
	width: fit-content;
	padding: 10px 20px;
	font-size: 2rem;
	font-weight: bold;
	border: 2px solid #a40b5e;
	color: #a40b5e;
	text-align: center;
	margin: 0 auto;
	
}



.ks .-sec1.news h4{
	color: #a40b5e;
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 5%;
	border-bottom: 2px solid #a40b5e;
}
@media (min-width: 769px) {
.ks .-sec1.news h4{
	    color: #a40b5e;
    font-weight: bold;
    font-size: 2.2rem;
	margin-bottom: 3%;
	padding-bottom: 5px;
	
}
}
.ks .-sec1.news h3, .ks .-sec1.news p {
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8), 2px 2px 4px rgba(255, 255, 255, 0.8);
}

.ks .-sec1.news p.news_date{
	color: #a40b5e;
	    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
@media (min-width: 769px) {
.ks .-sec1.news p.news_date{
	color: #a40b5e;
	    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
}
}
.news_top {
    width: 100%;
    height: 250px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: center;
	background-color: #000;
}
@media (min-width: 769px) {
.news_top{
	width: 100%;
	height: 400px;
	background-size: 55px;
}
	
	
}
.mvtk_img{
	width: 80%;
        margin: 10px 0 15%;

    text-align: center;
    /* padding: 5% 0; */
    text-align: left;
    /* background-color: #C6C6C6; */
    border-radius: 10px;
}

@media (min-width: 769px) {
	.mvtk_img{
	width: 80%;
        margin: 10px 0 5%;
	}
}

.mvtkcard{
	padding-top: 2%;
	margin: 0 !important;
	color: #a40b5e;
}
article {
    margin-bottom: 20%;
}

@media (min-width: 769px) {
article{
	margin-bottom: 10%;
}
}
article h5 {
    font-weight: bold;
    font-size: 1.9rem;
	margin-bottom: 10px;
}
@media (min-width: 769px) {
article h5{
    font-weight: bold;
	    font-size: 2.1rem;
	
}
}

.a231117_img{
	width: 100%;
	margin: 0 auto;
	min-width: inherit;
}
@media (min-width: 769px) {
.a231117_img{
	width: 60%;
	margin: 0 auto;
	    min-width: 550px;
}
}
	
	

.info_item {
    margin-bottom: 10px !important;
}
@media (min-width: 769px) {
.info_item{
	margin-bottom: 20px !important;
}
}





.mvtk_img img{
	width: 70%;
	    filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
@media (min-width: 769px) {
.mvtk_img img{
	width: 30%;

}
	
}

/*TRAILER-------------------------------------------*/

/*.trailer{
	background-image: url("../img/trailer_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	padding: 7%;
}*/
.youtube {
        width: 100%;
    padding-bottom: 63%;

	}
@media (min-width: 769px) {
.youtube{
    margin: 0 auto;
	position: relative;
    width: 60%;
    padding-bottom: 35%;
	box-sizing: border-box;
}
}

.youtube iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.trailer_box{
	position: relative;
}
.trailer_tab2 {
  color: #fff;
  display: flex;
 flex-direction: column;
  justify-content: center;
	    width: 50%;
    margin: 20px auto 0;
	box-sizing: border-box;
}
/*.trailer_tab2 ul{
	display: block;
	width: 100%;
}
.trailer_tab2 li {
  display: flex;
  justify-content: center;
  padding: 10px;
  border: solid 1px #fff;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 4px;
}
.trailer_tab2 li.f_act {
  background: #000;
  color: #fff;
  cursor: pointer;
}
.trailer_tab2 li.f_act:hover {
  background: #aaa;
}*/

.trailer_tab{
    position: absolute;
    color: #fff;
    top: 100%;
    display:flex;
    width: 100%;
    justify-content: center;
	margin-top: 10px;
}
.trailer_tab ul{
	width: 100%;
	margin: 0 auto;
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
}
.trailer_tab li{
	display: flex;
	justify-content: center;
    width: 100%;
	margin-right: 4px;
	padding: 7px 10px;
    font-size: 2.5vw;
    text-align: center;
    background:#fff;
    color: #000;
	box-sizing: border-box;
	font-weight: 600;
	border: 1px solid #000;
}
.trailer_tab li:last-child{
	margin-right: 0;
}

.trailer_tab li.f_act{
    background: #000;
    color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	
	
}

.trailer_tab li.f_act:hover{
    background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.trailer_box_inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    box-sizing: border-box;
	transform: translateY(-15px);
}
@media (min-width: 769px) {
.trailer_box_inner{
	    margin: 0 auto;
    position: relative;
    width: 62%;
    padding-bottom: 34%;
    box-sizing: border-box;
}
.trailer_tab li{
	display: flex;
	justify-content: center;
    width: 100%;
	margin-right: 4px;
	padding: 7px 10px;
    font-size: 14px;
    text-align: center;
    background:#fff;
    color: #000;
	box-sizing: border-box;
	font-weight: 600;
	border: 1px solid #000;
}
}



.youtube{
	margin: 0 auto;
    position: relative;
    width: 60%;
    padding-bottom: 34%;
}
.youtube iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
	border: 2px solid #D70440;
}
iframe#youtube01, iframe#youtube02{;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
}


.ks .-sec7 {
    background: #000;
}

.-sec7 .ks-h2 {
    font-size: 3.8rem;
	border-top: solid 50px #fff;
	color: #a40b5e;
}
@media (min-width: 769px) {
.-sec7 .ks-h2 {
    font-size: 7.0rem;
    border-top: solid 70px #fff;
}
}
.ks .-sec7 .ks-h2 em {
    padding-right: 4%;
    padding-left: 4%;
    color: #a40b5e;
    z-index: 1;
    position: relative;
}
.ks .-sec7 .ks-inner {
    padding-bottom: 25%;
}
@media (min-width: 769px) {
	.ks .-sec7 .ks-inner {
    padding-top: 0;
    padding-bottom: 12%;
}
}


.staff_billing{
	width: 65%;
    margin: 0 auto;
}

.top_menu{
	position: absolute;
	top: 5%;
	left: 0;
	/*display: flex;*/
	vertical-align: middle;
	z-index: 900;
	flex-flow: column;
		align-items: flex-start;
    height: auto;
    line-height: inherit;
	width: 25%;
}
li.top_menu_item{
	text-align: left;
	margin-bottom: 10px;
}

li.top_menu_item a{
	display: inline-block;
	color: #fff;
	transition: .7s;
	font-size: 20px;
	padding: 2px 15%;
	background-color: #000;
}
li.top_menu_item a:hover{
	opacity: .7;
	transition: .7s;
	
}

.ks .-sec1.interview .ks-h2, .ks .-sec1.news .ks-h2 {
    text-align: left;
}

/*SNS-------------------------------------------*/
/*.nav_btn_wrap{
	    position: absolute;
        transform: scale(0.9);
    top: 3vw;
    right: 14vw;
    display: flex;
    width: auto;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}*/

.nav_btn_wrap{
	    position: absolute;
        transform: scale(0.9);
    top: 3vw;
    right: 2vw;
    display: flex;
    width: auto;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}
@media (min-width: 769px) {
.nav_btn_wrap{
	    position: absolute;
    transform: scale(1);
    top: 40px;
    right: 40px;
    display: flex;
    width: auto;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

	}



.ks-nav__btn {
    width: 55px;
    height: 47px;
    
    transform: scale(0.6);
    z-index: 1;
    cursor: pointer;
}
@media (min-width: 769px) {
    .ks-nav__btn {
        transform: scale(0.8);

    }
}
.ks-nav__btn span, .ks-nav__btn:after, .ks-nav__btn:before {
    content: "";
    display: block;
    width: 55px;
    height: 5px;
    background: #a40b5e;
    position: absolute;
    right: 0;
    transition: .4s;
}
.ks-nav__btn:before {
    top: 0;
}
.ks-nav__btn:after {
    bottom: 0;
}
.ks-nav__btn span {
    top: 50%;
    transform: translateY(-50%);
}
.ks-nav__btn.is-open:before {
    transform: rotate(405deg) translate(-3%, -50%);
    top: 50%;
}
.ks-nav__btn.is-open:after {
    transform: rotate(-405deg) translate(-3%, 50%);
    bottom: 50%;
}
.ks-nav__btn.is-open span {
    opacity: 0;
}


	




.menu_bg.twitter, .menu_bg.insta{
	    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 779;
	top: 5%;
	line-height: 1;
	margin-right: 15px;
}

i{
	color: #a40b5e;
    font-size: 2rem;
}
@media (min-width: 769px) {
    i{
	color: #a40b5e;
    font-size: 45px;
}
}



/*loading--------------------------*/

.loading_wrap{
	display: block;
position: fixed;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
 background-color: #000;
	opacity: 1;
}


.logo {
	 width: 23%;
	max-width: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	text-align: center;
    z-index: 1000;
	color: #fff;
}

@media (min-width: 769px) {
	.logo {
	 width: 8%;
		min-width: 100px;
	}
}


.blinking{
	font-weight: bold;
	font-size: 18px;
    letter-spacing: 0.1em;
	display: block;
	-webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.-sec8{
	background-color: #3D3D3D;
	background-image: url("../img/mvtk_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10% 0;
	position: relative;
	z-index: 1;
}

@media (min-width: 769px) {
.-sec8{
	
    padding: 4%;
	
}
}

.-sec8::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 2;
	opacity: 0.8;
}
.mvtk_wrap{
	margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
	position: relative;
	z-index: 3;
}

.bnr_wrap{
	width: 70%;
	 max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% auto 0;
}

.mvtk_bnr {
    width: 44%;
    /*margin: 3% auto 0;*/
	margin-right: 4%;
		  position: relative;
	z-index: 3;
}

.mvtk_bnr:last-child {
	width: 51%;
	margin-right: 0;

}

@media (min-width: 769px) {
	.bnr_wrap{
		width: 35%;
		 max-width: 400px;
		margin: 2% auto 0;
	}
.mvtk_bnr{
	    width: 47%;
	/*min-width: 400px;
    margin: 1% auto 0;*/
  
}
}



.mvtk_bnr a{
	transition: .7s;
	display: block;
}
.mvtk_bnr a:hover{
	transition: .7s;
	opacity: .7;
}



.butai {
    width: 24%;
	position: absolute;
    bottom: 25%;
    right: 3%;
}
@media (min-width: 769px) {
.butai{
	
    width: 13%;
}
}


.butai a{
	transition: .5s;
	display: block;
	filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.2));
}
.butai a:hover{
	
	transform: rotate(20deg);
}



.table_wrap{
	display: block;
	margin-bottom: 10%;
}
.table_wrap1, .table_wrap2, .table_wrap3{
	width: 100%;
	margin: 0 0 5% 0;

}
.table_wrap3{
	margin-bottom: 0;	
}

table{
	border-collapse:  collapse; /* セルの線を重ねる */
   
    table-layout: fixed;
}


.theater_list1{
	width: 100%;
	margin: 0;
}

.theater_list2, .theater_list3, .theater_list4, .theater_list5{
	width: 100%;
	margin: 0 0 5% 0;
}


tr{
	display: flex;
}
tr.last{
	border-bottom: 1px solid #000;
}
th.theater_date{
	padding: 0 0 10px 0;
	font-size: 16px;
}

td.area{
	width: 25%;
	padding: 10px;
	border: solid 1px;
	border-right: none;
	border-bottom: none; 
}
	td.theater_name{
    width: 75%;
    padding: 1rem;
    border: solid 1px;
     border-bottom: none; 
    font-size: 1.5rem;
}

@media (min-width: 769px) {


	.table_wrap1{
	width: 32%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 2% 0 0;
}
	.table_wrap2{
	width: 32%;
	margin: 0 2% 0 0;
}
.table_wrap3{
	    width: 32%;
}
	
	.theater_list2, .theater_list3, .theater_list4, .theater_list5{
	width: 100%;
	margin: 0 0 11% 0;
}
	.table_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5%;
}
	th.theater_date{
	width: 100%;
	text-align: left;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
}
	
}







