@charset "UTF-8";
@font-face {
font-family: 'A1 Mincho';
font-display: swap;
src: url('../font/A-OTF-A1MinchoStd-Bold.woff') format('woff')
}
@font-face {
font-family: 'Noto Serif JP';
font-display: swap;
src: url('../font/NotoSerifJP-Regular.woff') format('woff');
font-weight: 400
}
@font-face {
font-family: 'Noto Serif JP';
font-display: swap;
src: url('../font/NotoSerifJP-Medium.woff') format('woff');
font-weight: 500
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
font-weight: 400
}
body {
font-family: 'Noto Serif JP', serif;
overflow-x: hidden;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
direction: ltr;
}
::selection {
background: #333;
color: #fff
}
::-moz-selection {
background: #333;
color: #fff
}
#luxy {
width: 100%;
display: block;
/*background-image: url('../img/bg.jpg');
background-position: top left;
background-repeat: repeat*/
}

main {
    min-height: 100vh;
}

.main-container {
width: 100%;
display: block;
position: relative;
padding-top: 44px;
}


.main-container .inner {
width: 100%;
max-width: 1920px;
height: 86vh;
padding: 0 2%;
margin: 0 auto;
display: flex;
flex-flow: column;
justify-content: space-between;
align-items: center;
position: relative;
min-height: 0;
z-index: 1;
font-family: 'A1 Mincho' !important;
color: #fff;
}

.header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
.main-visual {
    width: 75%;
    min-height: 80vh;
    display: block;
    position: relative;
    background-image: url(../img/main-bg.jpg);
    background-size: cover;
    background-position: top center;
}
.main-info {
    width: 25%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2%;
    background-color: #fff;
}
.main-info h1 {
width: 120%;
margin: 0 0 0 -20%;
display: block;
min-height: 0;
text-align: center;
padding-bottom: 48px;
text-shadow: 1px 1px 10px #000;
letter-spacing: 0.26em;
position: relative;
}
.main-container h1 img {
filter: drop-shadow(1px 1px 4px rgba(255,255,255,0.4));
}
.main-container .inner h1 img.pc {
display: block;
}
.main-container .inner h1 img.sp {
display: none;
}

.main-info p.cast-list {
    max-width: 180px;
    width: 100%;
    display: block;
    min-height: 0;
    margin: 0 auto;
    padding: 0 5%;
}

.main-visual p.vl {
    font-size: 1.136rem;
    font-size: 2.6vh;
    letter-spacing: .2em;
    text-shadow: 1px 1px 10px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    margin: auto;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    font-family: 'A1 Mincho' !important;
}
.main-info p.top-bnr {
    max-width: 180px;
    width: 100%;
    min-height: 0;
    margin: 48px auto;
    display: block;
    position: relative;
}
.main-container p.top-cast {
    max-width: 160px;
    width: 100%;
    min-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 4%;
}

.main-visual p.date {
    max-width: 56%;
    width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    align-self: flex-end;
    filter: drop-shadow(1px 1px 3px #000);
}

.main-container .inner .center {
display: inline-block;
position: absolute;
top: 10%;
left: 36%;
}

.main-container .inner p.ttl01 {
width: 100%;
display: block;
min-height: 0;
text-align: center;
padding-bottom: 48px;
text-shadow: 1px 1px 10px #000;
letter-spacing: 0.2em;
}
.main-container .inner p.ttl02 {
display: block;
font-size: 1.565rem;
font-size: 3.6vh;
min-height: 0;
text-align: center;
padding: 0 0 16px 0;
text-shadow: 1px 1px 6px #fff;
letter-spacing: 0.1em;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
color: #000;
font-weight: 600;
}
.main-container .inner p.ttl03 {
width: 100%;
display: block;
min-height: 0;
text-align: center;
text-shadow: 1px 1px 10px #000;
letter-spacing: 0.16em
}
.main-container .inner p.date-ttl {
width: 27vw;
max-width: 420px;
min-width: 270px;
display: block;
min-height: 0;
text-align: center;
text-shadow: 1px 1px 10px #000;
letter-spacing: 0.1em;
padding: 0 0 12px 0;
position: absolute;
bottom: 2%;
left: 0;
right: 0;
margin: auto;
}
.main-container .inner p.date-ttl img {
filter: drop-shadow(1px 1px 4px rgba(109, 82, 82, 1));
}

.bnr {
width: 140px;
height: auto;
display: block;
position: absolute;
bottom: 4%;
left: 2%;
z-index: 999;
}
.bnr a {
width: 100%;
height: auto;
display: block;
min-height: 0;
}

span.scroll {
font-size: 0.7rem;
letter-spacing: 0.2em;
line-height: 1em;
position: absolute;
right: 0;
left: 0;
bottom: 0;
margin: auto;
display: inline-block;
overflow: hidden;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
z-index: 3;
height: 64px;
width: 1px
}
span.scroll:after {
content: "";
position: absolute;
left: -2%;
bottom: 6%;
width: 2px;
height: 100%;
display: inline-block;
background-color: #fff;
z-index: -1;
animation: marquee 1.5s ease infinite;
animation-delay: 0s
}
@keyframes marquee {
0% {
transform: translate3d(0, -101%, 0);
-webkit-transform: translate3d(0, -101%, 0)
}
100% {
transform: translate3d(0, 103%, 0);
-webkit-transform: translate3d(0, 103%, 0)
}
}
@-webkit-keyframes marquee {
0% {
transform: translate3d(0, 103%, 0);
-webkit-transform: translate3d(0, -101%, 0)
}
100% {
transform: translate3d(0, 103%, 0);
-webkit-transform: translate3d(0, 103%, 0)
}
}

/* sp header inner */
.header-inner-sp {
    display: none;
}

/* scroll */
div#circle {
display:inline-block;
width:120px;
height:120px;
position: absolute;
bottom: -60px;
right: 2%;
animation:3s linear infinite rotation1;
z-index: 999;
}
@keyframes rotation1{
0%{ transform:rotate(0);}
100%{ transform:rotate(360deg); }
}

.movetext {
opacity: 0
}
.movetext span {
opacity: 0
}
.fadein {
opacity: 0;
transform: translate(0, 16px);
-webkit-transform: translate(0, 16px);
transition: all 0.5s;
-webkit-transition: all 0.5s
}
.fadein.scrollin {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0)
}
.fadeinImg {
opacity: 1;
transform: translate(0, 72px);
-webkit-transform: translate(0, 72px);
transition: all 2s;
-webkit-transition: all 2s
}
.fadeinImg.scrollinImg {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0)
}

/* loader */
/* loader */
body.pace-done {
    background-color: #fff;
  }
  
  .pace {
    background: #ddd;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    z-index: 1045;
  }
  
  .pace .pace-logo {
    opacity: 1;
    -webkit-transition: opacity .3s .3s, transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: opacity .3s .3s, transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    width: 100%;
  }
  
  .pace .pace-logo img {
    display: block;
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
  }
  
  .pace .pace-logo.pace-hide {
    opacity: 0;
  }
  
  .pace .pace-progress {
    background: #fff;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1046;
  }
  
  .pace.pace-transition-1 .pace-progress {
    -webkit-transition: width 1s cubic-bezier(0.05, 0.95, 0.795, 0.035);
    transition: width 1s cubic-bezier(0.05, 0.95, 0.795, 0.035);
  }
  
  .pace.pace-transition-2 .pace-progress {
    -webkit-transition: width .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: width .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
  
  .pace-activity {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: transform .5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    width: 100%;
    z-index: 1046;
  }

  /* */

.title-area {
width: 100%;
display: block;
position: relative;
margin-bottom: 96px;
text-align: center;
overflow: hidden
}
.title-area h2.title {
font-size: 1.8rem;
line-height: 1.6em;
display: inline-block;
font-weight: 500;
text-align: center;
position: relative;
color: #1D3156
}
.title-area h2.title:before {
content: "";
display: block;
position: absolute;
bottom: 0;
right: -56px;
top: 0;
margin: auto;
width: 48px;
height: 1px;
background-color: #1D3156
}
.title-area h2.title:after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: -56px;
top: 0;
margin: auto;
width: 48px;
height: 1px;
background-color: #1D3156
}
.title-area p.title-original {
padding-top: 16px;
font-size: 1.36rem;
}
p.title-original02 {
padding-bottom: 36px;
font-size: 1.6rem;
text-align: center;
}
p.title-original02.padt96 {
padding-top: 96px;
}
br.sp {
display: none
}
span.sp span {
display: inline-block;
opacity: 1
}

.menu-bloc {
    width: 60px;
    height: 60px;
    background-color: #000;
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    flex-flow: column;
}
.menu-btn {
height: 100%;
position: relative;
width: 100%;
cursor: pointer;
display: block;
padding: 0;
}
.menu__line{
background: #fff;
display: block;
height: 2px;
position: absolute;
transition:transform .3s;
-webkit-transition:transform .3s;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.menu__line--top{
top: 18%;
left: 0;
right: 0;
margin: auto;
width: 33px;
}
.menu__line--center{
top: 34%;
left: 0;
right: 0;
margin: auto;
width: 33px;
}
.menu__line--bottom{
    top: 49%;
    left: 0;
    right: 0;
margin: auto;
width: 33px;
}

.menu__line--top.active {
    -webkit-transform: translateY(9px) rotate(140deg);
    transform: translateY(9px) rotate(140deg);
}
.menu__line--center.active {
opacity: 0;
}
.menu__line--bottom.active {
    -webkit-transform: translateY(-9px) rotate(-140deg);
    transform: translateY(-9px) rotate(-140deg);
}
.menu-bloc span.menu-text {
    font-size: .6rem;
    color: #fff;
    display: block;
    margin-bottom: 12px;
    position: absolute;
    margin: auto;
    bottom: 16%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: -1;
    font-weight: 600;
}

nav.nav {
width: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
/*background-image: url(../img/nav-bg.jpg);
background-position: center;
background-size: cover;*/
z-index: 999;
}
/*nav.nav:after {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,.6);
z-index: -1;
}*/
nav.nav .nav-inner {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
}
@media screen and (max-width: 960px) and (min-width: 481px) {
nav.nav .nav-inner {
justify-content: flex-start;
}
}

.nav-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}

.nav-bloc-l {
/*width: calc(75.5% - 20px);*/
width: 75%;
display: block;
position: relative;
background-color: rgba(45, 45, 45, .9);
}
    /*.nav-bloc-l:after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent rgba(45, 45, 45, .9) transparent transparent;
        border-width: 44px 20px 0px 0px;
        transform: rotate(180deg);
  }*/

.nav-bloc-r {
width: 25%;
display: block;
position: relative;
background-color: rgba(235, 235, 235, 0.96);
}
/*.nav-bloc-r:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent rgba(235, 235, 235, 0.96) transparent transparent;
    border-width: 44px 20px 0px 0px;
    transform: rotate(0deg);
}*/
.nav-bloc-r figure {
max-width: 320px;
width: 100%;
display: block;
position: relative;
min-height: 0;
margin: 0 auto 48px;
}

nav.nav .nav-inner ul {
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
nav.nav .nav-inner ul.sns {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position: relative;
flex-flow: row;
}
nav.nav .nav-inner ul.sns li {
padding: 0;
width: auto;
text-align: center;
}
nav.nav .nav-inner ul.sns li a {
border-bottom: none;
}
nav.nav .nav-inner ul.sns li a:hover {
background-color: rgba(0, 0, 0, 0);
}
nav.nav .nav-inner ul.sns li a:after {
content: "";
}

nav.nav .nav-inner ul li {
display: block;
}

nav.nav .nav-inner ul li a {
width: 100%;
color: #fff;
padding: 16px 12px;
display: block;
font-size: .8rem;
letter-spacing: 3px;
position: relative;
overflow: hidden;
transition: all .3s ease;
-webkit-transition: all .3s ease;
font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
font-weight: 600;
}
nav.nav .nav-inner ul li a:hover {
background-color: rgb(245, 245, 245);
color: #000;
}
/*nav.nav .nav-inner ul li a:after {
content: "〉";
position: absolute;
top: 38%;
font-size: .9rem;
right: 0;
margin: auto;
display: block;
}*/


nav.nav .nav-inner ul li a.sns {
padding: 12px;
}

nav.nav .nav-inner ul li a img {
width: 100%;
max-width: 20px;
}

/* section */
section {
width: 100%;
padding: 0 60px;
}
section .inner {
max-width: 1280px;
width: 100%;
margin: 0 auto;
}
.section-title {
width: 100%;
display: block;
position: relative;
margin-bottom: 48px;
}
.section-title h2 {
display: inline-block;
min-height: 0;
z-index: 2;
position: relative;
font-size: 2.6rem;
font-weight: 500;
font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
letter-spacing: .1em;
}
/*.section-title h2 img[src$=".svg"], .section-title h2 object[src$=".svg"] {
max-height: 100%;
width: auto;
height: auto;
}*/

/* top info */
.top-info {
    width: 100%;
    background-color: #000;
    color: #fff;
}
.top-info .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 114px 60px;
}
.top-info .inner h2 {
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.6em;
    text-align: center;
    font-family: 'A1 Mincho' !important;
}
.top-info .inner p {
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 2.2em;
    text-align: center;
    font-family: 'A1 Mincho' !important;
}
/* news */
.news {
padding: 96px 0 0 0;
background-color: #f9f9f9;
}
.news .inner {
padding: 0px 60px;
max-width: 1280px;
width: 100%;
margin: 0 auto;
}
ul.news-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
z-index: 1;
padding-bottom: 64px;
}
ul.news-flex:after {
content: "";
width: 100%;
height: 120%;
position: absolute;
z-index: -1;
top: -20%;
left: 60px;
right: -60px;
background-color: #f0f0ef;
}
ul.news-flex li {
width: 24%;
display: block;
margin-bottom: 24px;
}

ul.news-flex li figure {
width: 100%;
display: block;
position: relative;
overflow: hidden;
margin-bottom: 12px;
}
ul.news-flex li figure a img {
transition: all .5s ease;
-webkit-transition: all .5s ease;
}
ul.news-flex li figure a:hover img {
transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
}
ul.news-flex li p {
font-size: .8rem;
margin-bottom: 6px;
}
ul.news-flex li h3 {
font-size: .9rem;
line-height: 1.4em;
}

.readmore {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.readmore a {
    display: inline-block;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    padding: 16px 24px;
    text-align: center;
    margin: -5% auto 5%;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.readmore a:hover {
    background-color: #fff;
    color: #333;
}
.spacer {
    width: 100%;
    height: 96px;
    display: block;
    background-color: #f9f9f9;
}

.news-wrap {
    padding: 96px 0;
}
.news-area {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}
.news-area h2 {
    font-size: 1.67rem;
    line-height: 1.6em;
    padding: 48px 0 36px;
}
.news-area h3.sub-title {
    font-size: 1.16rem;
    line-height: 1.8em;
    padding: 48px 0 16px;
}
.news-area p {
    font-size: .9rem;
    line-height: 3em;
}
.back {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 96px;
    text-align: center;
}
.back a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.back a:hover {
    color: #333;
    background-color: #fff;
}

/* introduction */
.introduction {
padding: 96px 0 0 0;
}
.introduction .inner {
padding: 0 60px;
}
.intro-image01 {
    width: 100%;
    height: 520px;
}

.intro-image01 .vegas-slide-inner {
    background-position: top center!important;
}

.intro-image02 {
    width: 100%;
}

.intro-image02 .vegas-slide-inner {
    background-position: top center!important;
}
.mgb96 {
    margin-bottom: 96px!important;
}
.intro-flex {
width: 100%;
max-width: 1280px;
padding: 0 60px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
z-index: 1;
}

.intro-flex .title-bloc {
width: 48%;
padding: 4%;
margin-top: -5%;
box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 41.8px 33.4px rgb(0 0 0 / 5%), 0 100px 80px rgb(0 0 0 / 7%);
background-color: #fff;
}
.intro-flex .title-bloc h3 {
font-size: 1.6rem;
line-height: 1.6em;
margin-bottom: 24px;
}
.intro-flex .info-bloc {
width: 48%;
display: block;
margin-top: 5%;
}
.intro-flex .info-bloc .video {
    width: 100%;
    display: block;
    position: relative;
}
.intro-flex .info-bloc video {
    max-width: 100%;
    width: auto;
    height: auto;
}
.intro-flex .info-bloc ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: 2%;
}
.intro-flex .info-bloc ul li {
    width: 49%;
    display: block;
}
.intro-flex .title-bloc p {
font-size: .9rem;
line-height: 2.2em;
letter-spacing: .05em;
}

/* modal */
a.js-modal-open {
    max-width: 320px;
    width: 100%;
    display: block;
    position: relative;
    background-color: #333;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    padding: 16px 0;
    margin: 36px auto 0 auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a.js-modal-open:hover {
    background-color: #fff;
    color: #333;
}
a.js-modal {
    max-width: 320px;
    width: 100%;
    display: block;
    position: relative;
    background-color: #333;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    padding: 16px 0;
    margin: 36px auto 0 auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a.js-modal:hover {
    background-color: #fff;
    color: #333;
}

a.js-modal-open02 {
    max-width: 240px;
    width: 100%;
    display: none;
    position: relative;
    background-color: #333;
    border: 1px solid #333;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    margin: 36px auto 0 auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a.js-modal-open02:hover {
    background-color: #fff;
    color: #333;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}
.modal__content .modal-inner {
    width: 100%;
    display: block;
    padding: 6%;
    max-height: 80vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal__content .modal-inner::-webkit-scrollbar {
    display:none;
}

.modal__content h3 {
    font-size: 1.36rem;
    font-weight: 500;
    padding: 0 0 24px;
    display: block;
    position: relative;
}
.modal__content p {
    font-size: 0.9rem;
    line-height: 2.2em;
    margin-bottom: 24px;
    padding: 24px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.modal__content .modal-inner a.js-modal-close {
    text-align: right;
    font-size: .9rem;
    display: flex;
    justify-content: flex-end;
}

/* tile */
.tile-wrap {
    width: 100%;
    display: block;
    position: relative;
}
.tile-wrap ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.tile-wrap ul li {
    width: calc(100% / 4);
    display: block;
}
.tile-wrap ul li .video-bloc {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.tile-wrap ul li .video-bloc video {
    width: 102%;
    height: 102%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* slider */
.slide-wrap {
width: 100%;
height: 100%;
display: block;
position: relative;
margin: 0 auto;
z-index: 2;
overflow: hidden;
padding: 0 0 0 0;
}
.slide-contents {
overflow: hidden;
position: relative;
}
.sliding {
width: 3840px;
height: 256px;
background-image: url(../img/slide.jpg);
background-repeat: repeat-x;
background-size: contain;
animation: slide 30s linear infinite;
-webkit-animation: slide 30s linear infinite;
-ms-animation: slide 30s linear infinite;
-moz-animation: slide 30s linear infinite;
}
@keyframes slide {
0%{
transform: translate3d(0, 0, 0);
}
100%{
transform: translate3d(-50%, 0, 0);
}
}

@-webkit-keyframes slide {
0%{
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
100%{
transform: translate3d(-50%, 0, 0);
-webkit-transform: translate3d(-50%, 0, 0);
}
}
@-ms-keyframes slide {
0%{
transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
100%{
transform: translate3d(-50%, 0, 0);
-ms-transform: translate3d(-50%, 0, 0);
}
}
@-moz-keyframes slide {
0%{
transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
100%{
transform: translate3d(-50%, 0, 0);
-moz-transform: translate3d(-50%, 0, 0);
}
}

/* story */
.story {
padding: 96px 0 0 0;
}
.story .inner {
padding: 0 60px;
}
.story-wrap {
width: 100%;
height: 660px;
display: block;
position: relative;
overflow: hidden;
}
.story-skew {
width: 100%;
height: 100%;
/*background-image: url(../img/bg-story.jpg);*/
background-position: center left;
background-size: cover;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin: auto;
z-index: 1;
}
.story-info {
max-width: 1280px;
width: 100%;
margin: auto;
padding: 0 60px;
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
position: absolute;
color: #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
}
.story-info .info-area {
width: 50%;
display: block;
position: relative;
}
.story-info .info-area h3 {
    font-size: 1.76rem;
    line-height: 1.6em;
    letter-spacing: .05em;
    margin-bottom: 24px;
    }
.story-info .info-area p {
font-size: .96rem;
line-height: 2.2em;
letter-spacing: .05em;
}
.story-info-sp {
    display: none;
}

/* contents */
.contents {
    padding: 0 0 0 0;
    }
    .contents .contents-inner {
        max-width: 1280px;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 96px 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
    }
.contents .contents-inner h2 {
    font-size: 1.76rem;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: #fff;
    margin-bottom: 24px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}
.contents .contents-inner p {
    font-size: .96rem;
    line-height: 2.2em;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
}
/* cast */
.cast {
padding: 96px 0;
}
.cast .inner {
padding: 0 60px;
}
.cast-bg01 {
width: 100%;
height: 50vh;
display: block;
position: relative;
background-image: url(../img/cast-bg01.jpg);
background-size: cover;
background-position: center;
}
.cast-bg02 {
width: 100%;
height: 50vh;
display: block;
position: relative;
background-image: url(../img/cast-bg02.jpg);
background-size: cover;
background-position: center;
}
.cast-flex {
width: 100%;
max-width: 1280px;
padding: 0 60px;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
margin: 0 auto 96px;
}
.cast-flex .cast-image {
width: 38%;
display: block;
margin-top: -5%;
box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07);
}

.cast-flex .cast-image .youtube {
width: 100%;
padding-bottom: 56.25%;
height: 0px;
position: relative;
margin-top: 24px;
}
.cast-flex .cast-image .youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cast-flex .cast-info {
width: 58%;
display: block;
margin-top: 5%;
position: relative;
z-index: 1;
padding: 4%;
box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07);
background-color: #f9f9f9;
}

.cast-flex .cast-info h3 {
font-size: 1.06rem;
line-height: 2.2em;
}
.cast-flex .cast-info h4 {
font-size: 2rem;
padding: 24px 0;
display: block;
position: relative;
}
.cast-flex .cast-info p.cast-prof {
font-size: 0.9rem;
display: block;
position: relative;
padding: 0 0 24px;
text-align: left;
border: none;
}
.cast-flex .cast-info p.cast-role {
font-size: 1.16rem;
line-height: 2.2em;
border: none;
padding: 0;
}
.cast-flex .cast-info p {
font-size: .9rem;
line-height: 2.2em;
border-top: 1px solid #000;
padding: 24px 0 0 0;
}

/* slick slider */
.cast-slider {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0 60px;
}
.slider-wrap {
width: 100%;
min-height: 1px;
display: block;
position: relative;
margin: 0 auto 48px auto;
background-color: #eee;
}
.slick-slide img {
width: 100%;
height: auto;
}
.slick-arrow {
position: absolute;
top: 50%;
z-index: 100;
padding: 4px 8px;
border: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
transition: all .5s ease;
-webkit-transition: all .5s ease;
}
.slick-arrow:hover {
opacity: .6;
}
.slick-prev {
left: 20px;
}
.slick-next {
right: 20px;
}

.next-arrow {
max-width: 48px;
right: -4%;
}
.prev-arrow {
max-width: 48px;
left: -4%;
}

/* custom */
.slick-dots {
    /* margin-top: 5px; */
    /* margin-left: -5px; */
    /* margin-right: -5px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
  .slick-dots li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 7);
    margin: 0;
    padding: 0.5%;
    cursor: pointer;
  }
  .slick-dots li img {
    opacity: 0.5;
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,.76);
  }
  .slick-dots li.slick-active img {
    opacity: 1;
  }

  /*--*/

.slick-dots {
position: relative;
width: 100%;
font-size: 0;
text-align: center;
list-style: none;
padding: 0 16px 36px 16px;
}

.slick-dots li button {
display: block;
font-size: 0;
line-height: 0;
width: 12px;
height: 12px;
background: #fff;
border: 0;
border-radius: 50%;
color: transparent;
cursor: pointer;
transition: all .5s ease;
-webkit-transition: all .5s ease;
}
.slick-dots .slick-active button,
.slick-dots li button:hover {
background: #db0011;
}

#slick {
width: 100%;
}
.slick{
opacity: 0;
transition: opacity .3s linear;
}
.slick.slick-initialized{
opacity: 1;
}
#slick li.slick-slide {
outline: none;
}
#slick .slick-slide img {
width: 100%;
height: auto;
opacity: 0.4;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#slick .slick-current img {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
box-shadow:
0 2px 2.7px -20px rgba(0, 0, 0, 0.121),
0 6.7px 8.9px -20px rgba(0, 0, 0, 0.179),
0 30px 40px -20px rgba(0, 0, 0, 0.3);
}
#thum .slick-track{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
width: 100%;
background-color: #eee;
}

#thumb li.slick-slide {
cursor: pointer;
position: relative;
outline: none;
width: calc(100% / 7)!important;
margin: 0.5%;
text-align: center;
}
#thumb li.slick-slide figure {
width: 100%;
display: block;
margin-bottom: 12px;
background-color: rgba(0,0,0,.8);
}
#thumb li.slick-slide p {
font-size: .8rem;
text-align: center;
line-height: 1.6em;
display: inline-block;
background-color: #fff;
padding: 0 16px;
margin-top: -50%;
z-index: 2;
position: relative;
}
#thumb li.slick-slide p span {
font-size: .9rem;
}

#thumb .slick-slide img {
width: 100%;
height: auto;
opacity: 0.4;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
/*border-top: 1.5px solid rgba(0,0,0,1);
border-bottom: 1.5px solid rgba(0,0,0,1);*/
position: relative;
}

#thumb .slick-current img {
opacity: 1;
box-sizing: border-box;
display: block;
position: relative;
}

#thumb .slick-current:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.thumb{
opacity: 0;
transition: opacity .3s ease;
}
.thumb.slick-initialized{
opacity: 1;
}

#slick .slick-arrow {
width: 200px;
height: 80px;
bottom: 0;
z-index: 99;
position: absolute;
cursor: pointer;
background: transparent;
display: block!important;
outline: none;
color: transparent;
cursor: pointer;
}
#slick .slick-arrow.slick-next {
right: 0;
}
#slick .slick-arrow.slick-prev {
left: 0;
}
.cast-prof-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
border: 20px solid #eee;
background-color: #fff;
}
.cast-prof-flex .prof-image {
width: 40%;
display: block;
padding: 2%;
}
.cast-prof-flex .prof-info {
width: 60%;
display: block;
padding: 2%;
}
.cast-prof-flex .prof-info h3 {
font-size: .9rem;
line-height: 2.2em;
display: block;
margin-bottom: 12px;
}
.cast-prof-flex .prof-info h3 span.fl {
font-size: 1rem;
}
.cast-prof-flex .prof-info h4 {
font-size: 1.6rem;
line-height: 1.4em;
display: block;
margin-bottom: 12px;
}
.cast-prof-flex .prof-info h4 span {
font-size: .86rem;
color: #000;
}
.cast-prof-flex .prof-info p.birth {
font-size: .86rem;
display: block;
margin-bottom: 16px;
border: none;
padding: 0;
}
.cast-prof-flex .prof-info p {
font-size: .86rem;
line-height: 1.8em;
border-top: 1px solid #000;
padding-top: 16px;
}
.cast-prof-flex .prof-info p.prof-pc {
    display: block;
}

/* bike */
.bike-area {
width: 100%;
text-align: center;
display: block;
}
.bike-area figure {
max-width: 160px;
width: 100%;
min-height: 0;
margin: 0 auto;
}

.bike-wrap {
width: 100%;
height: 480px;
display: block;
position: relative;
overflow: hidden;
}
.bike-skew {
width: 100%;
height: 120%;
background-image: url(../img/bluebike.jpg);
background-position: center right;
background-size: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: 1;
}

/* staff */
.staff {
width: 100%;
display: block;
padding: 96px 0 0 0;
}
.staff .inner {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding: 0 60px;
}
.staff-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.staff-flex .staff-image {
width: 30%;
display: block;
}
.staff-flex .staff-image ul {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
padding-top: 24px;
}
.staff-flex .staff-image ul li {
width: 48%;
display: block;
}
.staff-flex .staff-info {
width: 66%;
display: block;
box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 41.8px 33.4px rgb(0 0 0 / 5%), 0 100px 80px rgb(0 0 0 / 7%);
    padding: 4%;
    background-color: rgba(255,255,255,0.2);
    }
.staff-flex .staff-info h3 {
font-size: 1.36rem;
font-weight: 500;
padding: 0 0 24px;
display: block;
position: relative;
}
.staff-flex .staff-info h4 {
font-size: 0.9rem;
display: block;
position: relative;
padding: 0 0 24px;
font-weight: 500;
}
.staff-flex .staff-info p {
font-size: 0.9rem;
line-height: 2.2em;
padding-bottom: 24px;
}

/* original */
.original-sec {
padding: 96px 0 0 0;
}
.original-sec .inner {
padding: 0 60px;
}
.original-wrap {
width: 100%;
height: 480px;
display: block;
position: relative;
overflow: hidden;
}
.original-skew {
width: 100%;
height: 120%;
background-image: url(../img/bg-original.jpg);
background-position: top left;
-ms-filter: blur(6px);
  filter: blur(6px);
background-size: cover;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
margin: auto;
z-index: 1;
}

.original-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.original-flex .original-image {
    width: 30%;
    position: relative;
    z-index: 1;
}
.original-flex .original-image figure {
box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07);
}
.original-flex .original-info {
    width: 66%;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 41.8px 33.4px rgb(0 0 0 / 5%), 0 100px 80px rgb(0 0 0 / 7%);
    padding: 4%;
    background-color: rgba(255,255,255,0.2);
}
.original-info h3 {
    font-size: 1.36rem;
    font-weight: 500;
    padding: 0 0 24px;
    display: block;
    position: relative;
    margin-left: -0.5em;
    line-height: 1.6em;
}
.original-info h3 span {
    font-size: .96rem;
}
.original-info h4 {
    font-size: 1.16rem;
    display: block;
    position: relative;
    padding: 0 0 24px;
    font-weight: 500;
}
.original-info p {
    font-size: 0.9rem;
    line-height: 2.2em;
    padding-bottom: 24px;
}

/* song */
.song {
    width: 100%;
    display: block;
    padding: 96px 0 0 0;
    }
    .song .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    }
    .song-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    }
    .song-flex .song-image {
    width: 30%;
    display: block;
    }
    .song-flex .song-info {
    width: 66%;
    display: block;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 41.8px 33.4px rgb(0 0 0 / 5%), 0 100px 80px rgb(0 0 0 / 7%);
    padding: 4%;
    background-color: rgba(255,255,255,0.2);
    }
    .song-flex .song-info h3 {
    font-size: 1.36rem;
    font-weight: 500;
    padding: 0 0 24px;
    display: block;
    position: relative;
    }
    .song-flex .song-info h4 {
    font-size: 0.9rem;
    display: block;
    position: relative;
    padding: 0 0 24px;
    font-weight: 500;
    }
    .song-flex .song-info p {
    font-size: 0.9rem;
    line-height: 2.2em;
    margin-bottom: 48px;
    }

/* theater */
.theater {
    width: 100%;
    display: block;
    padding: 0 0 96px 0;
    }
    .theater .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    }

    /* movie */
.movie {
    width: 100%;
    display: block;
    padding: 96px 0 0 0;
    }
    .movie .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    }
    .movie-bg-wrap {
        width: 100%;
        height: 480px;
        display: block;
        position: relative;
        overflow: hidden;
        }
        .movie-skew {
        width: 100%;
        height: 120%;
        background-image: url(../img/bg-movie.jpg);
        background-position: top center;
        background-size: cover;
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        margin: auto;
        z-index: 1;
        }
    #movie-wrap {
        width: 100%;
        max-width: 800px;
        margin: -10% auto 10%;
        display: block;
        text-align: center;
        padding: 2%;
        background-color: #fff;
        box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07);
        z-index: 2;
        position: relative;
    }
    .player-wrap {
        width: 100%;
        display: block;
        position: relative;
        padding-top: 56.25%;
        margin: 0 auto 2%;
    }
    .player-wrap iframe {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 100% !important;
        height: 100% !important;
      }

    #player {
        display: block;
    }
    ul#thumbnail {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
    }
    #thumbnail li.thum {
        width: calc(100% / 4.2);
        margin-bottom: 16px;
    }
    #thumbnail li.thum img {
        width: 100%;
        height: auto;
    }
/* outline */
.outline {
width: 100%;
display: block;
padding: 0;
background-image: url(../img/bluebike.jpg);
background-size: cover;
background-position: center;
color: #fff;
}
.outline .inner {
    max-width: 100%;
width: 100%;
margin: 0 auto;
}  
.outline-bloc {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    display: block;
    padding: 96px 60px;
    background-color: rgba(0,0,0,.5);
}
.outline-bloc h2 {
max-width: 480px;
display: block;
margin: 0 auto 48px;
min-height: 0
}
.outline-bloc p.original {
font-size: 1rem;
display: block;
margin: 0 auto 18px;
text-align: center;
line-height: 1.6em
}
.outline-bloc p.original  span {
    font-size: .76rem;
}
.outline-bloc p.themesong {
    font-size: 1rem;
    display: block;
    margin: 0 auto 36px;
    text-align: center;
    line-height: 1.6em
    }
.outline-bloc p.cast-name {
font-size: 1.36rem;
line-height: 1.6em;
display: block;
margin: 0 auto 18px;
text-align: center
}
.outline-bloc p.cast-name span {
font-size: 1rem;
}
.outline-bloc p.outline-info {
font-size: 0.8rem;
line-height: 2.2em;
margin: 0 auto 24px;
display: block;
text-align: center
}
.outline-bloc p.outline-info span {
    display: inline-block;
    width: auto;
    height: 19px;
    min-height: 0;
    line-height: 1.5em;
}
.outline-bloc p.outline-info span.pdr {
    padding-right: 6px;
}
.outline-bloc p.outline-info span.pdl {
    padding-left: 12px;
}
.outline-bloc p.outline-info span img {
    width: auto;
    height: 100%;
}
.outline-bloc p.contact {
font-size: 0.96rem;
display: flex;
text-align: center;
justify-content: center;
align-items: center
}
p.contact a {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
position: relative;
min-height: 0;
}
p.contact a img {
width: auto;
max-height: 100%;
height: 14px;
margin-left: 8px;
}
.outline dl {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
font-size: 0.86rem;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc
}
.outline dl dt {
width: 20%;
display: block;
padding: 8px 16px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
line-height: 1.8em;
text-align: center
}
.outline dl dd {
width: 80%;
display: block;
padding: 8px 16px;
border-bottom: 1px solid #ccc;
line-height: 1.8em
}

/* footer */
footer.footer {
width: 100%;
display: block;
position: relative;
padding: 24px 0;
background-color: #333
}
footer.footer .inner {
max-width: 1440px;
padding: 0 4%;
margin: 0 auto;
}
footer.footer p.copy {
font-size: 0.76rem;
color: #fff;
text-align: center;
font-weight: 500
}
#menu_wrap {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
position: fixed;
top: 0;
width: 320px;
height: 100vh;
left: -296px;
z-index: 999
}
#sidemenu {
display: inline-block;
width: 296px;
background-color: #333333;
height: 500px !important;
padding: 10px;
-webkit-overflow-scrolling: touch;
}
.key-wrap {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 24px;
height: 500px
}
#sidemenu_key {
display: inline-block;
width: 24px;
background: #333333;
color: #fff;
padding: 8px 5px;
cursor: pointer
}

/* modal youtube */
.movie-content-wrap {
position: relative;
width: 100%;
max-width: 800px;
}
.mfp-content {
width: 100%;
padding-top: 56.25%;
position: relative;
overflow: hidden;
}
.mfp-content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%!important;
height: 100%!important;
}
.mfp-fade01.mfp-bg {
opacity: 0;
transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
opacity: 0.7;
}
.mfp-fade01.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade01.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}

.pagetop {
    max-width: 20px;
    width: 100%;
    display: block;
    position: fixed;
    right: 2%;
    bottom: 70px;
}
#loading{width:100%;height:100vh;background-color:#fff;position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;z-index:9999;overflow:hidden}#loading img{position:relative;width:48px;height:auto;min-height:0}
.anime {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}
.anime-bloc {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1024px) and (min-width:769px) {
    .main-visual p.vl {
        font-size: 1rem;
        font-size: 1.16vh;
    }
}

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

    nav.nav {
        width: 100%;
        height: 100%;
        display: none;
    }
    nav.nav .nav-inner {
        height: 100%;
    }
    .nav-flex {
        height: 100%;
    }
    .nav-bloc-l {
        display: flex;
        background-color: rgba(45, 45, 45, .9);
        justify-content: center;
        align-items: center;
    }
    nav.nav .nav-inner ul {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        position: relative;
        flex-flow: column;
        padding: 0 60px;
    }
    nav.nav .nav-inner ul li a {
        font-size: 1.36rem;
        padding: 24px 12px;
    }
    .main-visual {
        background-image: url(../img/main-bg-sp.jpg);
    }
    .main-visual p.vl {
        font-size: .9rem;
        /*font-size: 1.36vh;*/
    }
    .main-info h1 {
        width: 160%;
        margin: 0 0 0 -60%;
    }
    ul.news-flex li {
        width: 48%;
    }
    .nav-bloc-r {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    nav.nav .nav-inner ul.sns {
        flex-flow: column;
        padding: 0px;
    }
    nav.nav .nav-inner ul li a.sns {
        padding: 24px 12px;
    }
    nav.nav .nav-inner ul li a img {
        width: 100%;
        max-width: 20%;
    }

    .news-area {
        padding: 0 60px;
    }
    .menu-bloc {
        display: block;
    }
    .main-container {
        padding-top: 0px;
    }
    .intro-image01 {
        height: 420px;
    }
    .intro-flex .title-bloc {
        width: 100%;
    }
    .intro-flex .info-bloc {
        width: 100%;
    }
    .cast-bg01 {
        height: 30vh;
        background-position: right center;
    }
    .cast-bg02 {
        height: 30vh;
        background-position: left center;
    }
    .cast-flex .cast-info h4 {
        font-size: 1.56rem;
    }
    .slick-track {
        justify-content: center!important;
        flex-wrap: wrap!important;
    }
    #thumb li.slick-slide {
        width: calc(100% / 4)!important;
        margin: 0 0 16px 0;
    }
    .contents .contents-inner h2 {
        font-size: 1.26rem;
    }
    #movie-wrap {
        width: 100%;
        max-width: 80%;
    }
    .outline-bloc p.outline-info {
        font-size: 0.76rem;
    }
}

@media screen and (max-width:480px) {
    .anime-bloc {
        width: 50%;
    }
    nav.nav .nav-inner ul li a {
        font-size: .9rem;
        padding: 16px 0px;
        font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",'Noto Serif JP',serif;
    }
    nav.nav .nav-inner ul li a img {
        width: 100%;
        max-width: 30%;
    }
    nav.nav .nav-inner ul li a.sns {
        padding: 24px 8px;
    }
    .mfp-container:after {
        top: -30%!important;
    }
    .main-container {
        padding-top: 60px!important;
    }
    .header-inner {
        display: none;
    }
    .header-inner-sp {
        display: block;
        width: 100%;
        position: relative;
    }
    .header-inner-sp h1 {
        width: 65%;
        min-height: 0;
        position: absolute;
        top: 0;
        right: 16px;
        display: block;
        z-index: 3;
    }
    .header-inner-sp .head-top {
        width: 100%;
        display: block;
        position: relative;
        padding: 16px;
    }
    .header-inner-sp .head-top p {
        width: 80px;
    }
    .header-inner-sp .main-vs-sp {
        width: 100%;
        height: 600px;
        background-image: url(../img/main-bg-sp.jpg);
        background-size: cover;
        background-position: center top;
        position: relative;
    }
    .header-inner-sp .main-vs-sp p.vl {
        font-size: .76rem;
        /*font-size: 1.82vh;*/
        letter-spacing: .2em;
        text-shadow: 1px 1px 10px #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 14%;
        right: 0;
        left: 0;
        margin: auto;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        font-family: 'A1 Mincho' !important;
    }
    .header-inner-sp .main-vs-sp p.top-bnr {
        max-width: 30%;
        width: 100%;
        display: block;
        margin: auto;
        position: absolute;
        left: 5%;
        bottom: 12%;
        align-self: flex-end;
        filter: drop-shadow(1px 1px 8px rgba(0,0,0,.6));
    }
    .header-inner-sp .main-vs-sp p.date {
        max-width: 90%;
        width: 100%;
        display: block;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;
        align-self: flex-end;
        filter: drop-shadow(1px 1px 3px #000);
    }
    
    .section-title h2 {
        font-size: 1.6rem;
        font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",'Noto Serif JP',serif;
    }

    .news .inner {
        padding: 0px 24px;
    }
    ul.news-flex {
        padding-bottom: 48px;
    }
    ul.news-flex:after {
        content: "";
        width: calc(100% - 0px);
        height: 100%;
        z-index: -1;
        top: -12%;
        left: 20px;
        right: -20px;
    }
    ul.news-flex li h3 {
        font-size: .8rem;
    }
    .readmore a {
        font-size: .9rem;
    }

    .introduction .inner {
        padding: 0 24px;
    }
    .intro-image01 {
        height: 240px;
    }
    .intro-flex {
        padding: 0 24px;
    }
    .intro-flex .title-bloc {
        margin-top: -10%;
    }
    .intro-flex .title-bloc h3 {
        font-size: 1.16rem;
        line-height: 2.2em;
    }
    .tile-wrap ul {
        justify-content: space-between;
        padding: 0 24px;
    }
    .tile-wrap ul li {
        width: calc(100% / 2.05);
        margin-bottom: 2%;
    }
    .tile-wrap ul li:last-child {
        display: none;
    }
    .tile-wrap ul li:nth-child(2),
    .tile-wrap ul li:nth-child(4),
    .tile-wrap ul li:nth-child(5),
    .tile-wrap ul li:nth-child(7),
    .tile-wrap ul li:nth-child(10),
    .tile-wrap ul li:nth-child(12),
    .tile-wrap ul li:nth-child(13),
    .tile-wrap ul li:nth-child(14),
    .tile-wrap ul li:nth-child(15) {
        display: none;
    }

    .story-wrap {
        height: 240px;
    }
    .story .inner {
        padding: 0 24px;
    }
    .story-info {
        padding: 0 0 0 24px;
    }
    .story-info .info-area p {
        display: none;
    }
    .story-info .info-area {
        width: 55%;
    }
    .story-info .info-area h3 {
        font-size: 1.16rem;
    }

    .story-info-sp {
        display: block;
        width: calc(100% - 48px);
        margin: -10% auto 0;
        padding: 4%;
        background-color: #fff;
        z-index: 3;
        position: relative;
        box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 2%), 0 6.7px 5.3px rgb(0 0 0 / 3%), 0 12.5px 10px rgb(0 0 0 / 4%), 0 22.3px 17.9px rgb(0 0 0 / 4%), 0 41.8px 33.4px rgb(0 0 0 / 5%), 0 100px 80px rgb(0 0 0 / 7%);
    }
    .story-info-sp p {
        font-size: .9rem;
        line-height: 2.2em;
    }

    .cast .inner {
        padding: 0 24px;
    }
    .cast-flex {
        padding: 0 24px;
    }
    .cast-flex .cast-image {
        width: 100%;
        margin: -5% auto 5%;
        padding: 4%;
        background-color: #f9f9f9;
    }
    .cast-flex .cast-info {
        width: 100%;
        margin-top: 0;
    }
    .cast-flex .cast-info h3 {
        font-size: 1rem;
    }
    .cast-flex .cast-info p.cast-role {
        font-size: 1.06rem;
    }
    .cast-flex .cast-info h4 {
        font-size: 1.36rem;
        line-height: 1.4em;
    }
    .cast-flex .cast-info p {
        font-size: .86rem;
        line-height: 1.8em;
    }
    section.cast .cast-flex.cr {
        flex-flow: column-reverse;
    }
    .cast-slider {
        padding: 0 24px;
    }
    .slick-track {
        align-items: stretch!important;
    }
    .cast-prof-flex .prof-image {
        width: 100%;
        margin-bottom: 24px;
    }
    .cast-prof-flex .prof-info {
        width: 100%;
        padding: 4%;
    }
    .cast-prof-flex .prof-info h4 {
        font-size: 1.36rem;
    }
    .slick-dots li {
        width: calc(100% / 4);
    }

    .prev-arrow {
        max-width: 42px;
        left: -6%;
        height: auto;
    }
    .next-arrow {
        max-width: 42px;
        height: auto;
        right: -6%;
    }    
    #thumb li.slick-slide p {
        display: none;
    }
    #thumb li.slick-slide {
        width: calc(100% / 4)!important;
        margin: 0 0 0 0;
        padding: 0 1%;
    }
    .contents .contents-inner {
        padding: 128px 32px 24px;
    }
    .contents .contents-inner h2 {
        font-size: 1rem;
        margin-bottom: 16px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
    }
    .contents .contents-inner p {
        font-size: .86rem;
        line-height: 1.8em;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
    }
    .staff .inner {
        padding: 0 24px;
    }
    .staff-flex .staff-image {
        width: 100%;
        padding: 4%;
        background-color: #f9f9f9;
    }
    .staff-flex .staff-info {
        width: 100%;
        padding: 24px 4%;
    }
    .staff-flex .staff-info h3 {
        font-size: 1.06rem;
        line-height: 1.6em;
    }
    .staff-flex .staff-info p {
        font-size: .86rem;
        line-height: 1.8em;
    }
    .original-sec .inner {
        padding: 0 24px;
    }
    .original-flex .original-image {
        width: 60%;
        margin: 0 auto 24px;
    }
    .original-flex .original-info {
        width: 100%;
    }
    .original-info h3 {
        font-size: 1.16rem;
    }
    .original-info h4 {
        font-size: 1rem;
    }
    .original-info p {
        font-size: .86rem;
        line-height: 1.8em;
    }
    .song .inner {
        padding: 0 24px;
    }
    .song-flex .song-image {
        width: 100%;
        padding: 4%;
        background-color: #f9f9f9;
    }
    .song-flex .song-info {
        width: 100%;
    }
    .song-flex .song-info h3 {
        font-size: 1.16rem;
        line-height: 1.6em;
    }
    .song-flex .song-info p {
        font-size: .8rem;
        line-height: 2em;
    }
    .theater .inner {
        padding: 0 24px;
    }

    .movie .inner {
        padding: 0 24px;
    }
    .movie-bg-wrap {
        height: 240px;
    }
    #movie-wrap {
        max-width: calc(100% - 48px);
        margin: -20% auto 96px;
    }
    .outline-bloc {
        padding: 96px 24px;
        background-color: rgba(0,0,0,.3);
    }
    .outline {
        background-position: center right;
    }
    a.js-modal-open {
        font-size: .9rem;
    }
    .outline-bloc p.cast-name {
        font-size: 1.16rem;
        line-height: 1.8em;
    }
    .outline-bloc p.cast-name span {
        font-size: .9rem;
    }
    .outline-bloc p.original {
        font-size: .96rem;
    }
    .outline-bloc p.themesong {
        font-size: .96rem;
    }
    .outline-bloc p.outline-info {
        font-size: 0.7rem;
    }
    .outline-bloc p.outline-info span {
        height: 14px;
    }
    .modal__content {
        width: 90%;
    }
    br.sp {
        display: inline-block;
    }
    a.js-modal-open02 {
        display: block;
    }
    .cast-prof-flex .prof-info p.prof-pc {
        display: none;
    }
}