body{
}
body.teaser{
  overflow: hidden;
}
@media screen and (min-width: 780px) {
.pcn{
    display: none;
}
}
@media screen and (max-width: 780px) {
.spn{
    display: none;
}
}
/*  ================================================
header
================================================  */
header{
    position: fixed;
    background: #000000e8;
    width: 100%;
    padding: 10px!important;
    box-sizing: border-box;
    z-index: 999;
}
header img{
}
@media screen and (max-width: 780px) {
    header{
        text-align: left;
}
    header img{
        width: 130px;
        height: 30px;
}
}

/*  ================================================
video
================================================  */
/* video */
.video {
    width: 100%;
    height: 100vh;
    background: url(../images/demo.jpg) no-repeat center/cover;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
}
.teaser .video::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}
.video::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5;
    z-index: 9;
}

.video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {

    /* video */
    .video {
        min-width: 960px;
    }
}



/*  ================================================
kv
================================================  */
/* kv */
.kv {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
.kv .catch-copy {

}
.kv .main-logo {
    width: 350px;
    margin: auto;
}
.kv .main-logo img{
    width: 100%!important;
    height: 100%!important;
}
.kv .main-copy {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
}

.kv .sub-copy {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.kv .t_sml,
.kv .t_mid,
.kv .t_big{
line-height: 1.8em;
}
.kv .t_sml{
margin-bottom: 1em;
margin-top: 1em;
font-size: 1.5em;
letter-spacing: 2px;
}
.kv .t_mid{
margin-top: -1.3em;
font-size: 1.5em;
letter-spacing: 2px;
font-family: adobe-caslon-pro, serif;
}
.kv .t_big{
margin-top: -0.6em;
font-size: 5em;
letter-spacing: 5px;
font-family: adobe-caslon-pro, serif;
}
@media screen and (max-width: 980px) {

.kv .catch-copy {
    text-align: center;
}
.kv .main-logo img{
    width: 70%!important;
    height: 70%!important;
}
}

/*  ================================================
#main
================================================  */
#main {
    text-align: center;
}
#main .container{
    width: 980px;
    margin: auto;
}

#main > * {
    margin-top: 3em;
    padding: 7em 0;
}
#main > *:nth-child(1) {
    margin-top: 0;
}
#main h3 {
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    margin-bottom: 1em;
    letter-spacing: 2px;
}

#main p {
    line-height: 2.5;
    letter-spacing: 1px;
}

#main .bgOn + .bgOn {
    margin-top: 0;
}

#main .bgW {
    background: #ffffff;
}

#main .bgWa {
    background: #ffffffe3;
}

#main .bgBa {
    background: #011008e3;
    color: #fff;
}
#main .bgGr {
    background: #ededed;
}
@media screen and (max-width: 980px) {
#main {
    overflow: hidden;
}
#main p {
    line-height: 2;
    letter-spacing: 1px;
}
#main .container{
    width: 90%;
    margin: auto;
}
#main > * {
    margin-top: 3em;
    padding: 4em 0;
}
}

/*  #concept
--------------------------------------*/
#main #concept {}
#main #concept .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#main #concept .container p a{
  color: #666;
  text-decoration: none;
  padding: 1px;
  line-height: 1.2;
  border-bottom: 1px solid;
  margin-top: 1em;
  display: inline-block;
  font-size: 0.9em;
}
#main #concept .container>*{
    width: calc( 100% / 2 - 20px);
}
#main #concept .container img{
    max-width: 100%;
}
@media screen and (max-width: 900px) {
#main #concept .container>*{
    width: calc( 100% / 1);
}
#main #concept .container>*+*{
    margin-top: 3em;
}
#main #concept .container img{
    max-width: 80%;
}
}
/*  #trailer
--------------------------------------*/
#main #trailer {}
#main #trailer h3{
    margin-bottom: 2em;
}
#main #trailer video{
    width: 100%;
}
.youtube{
	position:relative;
	width:100%;
	height:0;
	padding-top:75%;
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*  #story
--------------------------------------*/
#main #story {}

#main #story h3 {}

/*  #artist
--------------------------------------*/
#main #artist {}

#main .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main .items {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 2em;
}
#main .itemImg{
    margin-bottom: 1em;
}
#main .itemImg img{
    max-width: 100%;
}

#main .items dl {}

#main .items dt {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    letter-spacing: 2px;
}
#main .itemWrap span{
    font-size: 0.6em;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 0.7em;
}

#main .items dd {
    line-height: 1.8em;
    font-size: 0.8em;
    text-align: left;
}
#main .items dd {}
#main .itemWrap p {
    box-sizing: border-box;
    /* padding: 2em; */
    text-align: left;
    line-height: 1.2;
    font-size: 1.1em;
}
@media screen and (max-width: 900px) {
#main .items {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 0.8em;
}
#main .itemWrap p {
    margin-top: 2em;
    padding: 0.8em;
}
}
/*  #otherCut
--------------------------------------*/
#main #otherCut {}

#main #otherCut ul {}

#main #otherCut li {
    padding: 5px;
}

#main #otherCut img {
    max-width: 100%;
}

#main #otherCut img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.9;
    transition: 0.3s;
}
#main #otherCut img:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.3s;
}
/*  ================================================
footer
================================================  */
footer{
    background: #010101e3;
    color: #d3d3d3;
    padding: 3em 1em!important;
    font-size: small!important;
    line-height: 1.6em!important;
    text-align: center;
}
footer div+div{
    margin-top: 
    1em;
}
footer div#footerLogo{
    text-align: center;
}

footer div#footerLogo img{
    max-width: 250px;
    height: 100%;
}
footer div#goSite{
    display: none;
    text-align: center;
    margin: 1em 0 2em;
}
footer div#goSite a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.8px;
    border: 1px solid #4b4b4b;
    padding: 0.2em 2em;
}
footer div#company-navi{
    font-size: 0.8em;
    letter-spacing: 0.5px;
}
footer div#company-navi li{
    margin-top: 1em;
}
footer div#copyRights a{
    color: #f0f0f0;
    text-decoration: none;
    position: fixed;
    left: -7em;
    height: 1em;
    width: 17em;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    transform: rotate(-270deg);
    padding: 0;
    font-size: 00.9em;
    letter-spacing: 2px;
}

@media screen and (max-width: 900px) {
footer{
    text-align: left;
}
footer div#footerLogo img{
    max-width: 30%;
    height: 100%;
}
footer div#copyRights{
    text-align: center;
}
footer div#copyRights a{
    color: #d3d3d3;
    position: initial;
    transform: rotate(0);
}
}

a#scroll {
  padding-top: 70px;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: auto;
  color: #d3d3d3;
  width: 100px;
  text-align:center;
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1px;
}
/* a#scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
} */
a#scroll span::before {
  position: absolute;
  top: 20px;
  left: 50%;
  content: '';
  width: 4px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 10px);
    opacity: 1;
    padding-top: 30px;
  }
  100% {
    opacity: 0;
    padding-top: 30px;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 10px);
    opacity: 0;
    padding-top: 30px;
  }
  100% {
    opacity: 0;
    padding-top: 30px;
  }
}



.acd-check{
    display: none;
}
.acd-label{
    display: block;
    margin-bottom: 1px;
    padding: 10px 0;
    width: 100%;
    /* border-top: 1px solid #ccc; */
}
.acd-label:before{
    content:"more";
    font-family: adobe-caslon-pro, serif;
    text-decoration: underline;
    font-size: 1.2em;
    color: #666;
}
.acd-content{
    height: 8em;
    /* padding: 0 10px; */
    overflow: hidden;
    position:relative;
}
.acd-content:before{
    content:"";
    width: 100%;
    height: 40px;
    background: rgb(237,237,237);
    background: linear-gradient(0deg, rgba(237,237,237,1) 0%, rgba(237,237,237,1) 35%, rgba(237,237,237,0) 100%);
    position: absolute;
    bottom:0;
}
.acd-check:checked + .acd-content{
    visibility: visible;
    height: auto;
}
.acd-check:checked + .acd-content:before{
    height: auto;
}
.acd-check:checked + .acd-content + .acd-label{
    display: none;
}