﻿@charset "UTF-8";
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,brockquote,pre,table,caption,address,form,object,img,span,a,strong,em,q,ins,del,site,code,dfn,abbr,acronym,section,header,footer,nav,aside,article,address,figure,hgroup,menu{margin:0;padding:0}
body{color:#b0afaf;text-align:center;word-break:break-all;font:1em/2em  "Noto Serif JP", serif;margin:0;padding:0;background:#000;line-height:2em;letter-spacing:.1em;font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;}
@media screen and (max-width:767px) {
body{font-size:.8em;line-height:1.9em}
}
ul{list-style-position:outside;list-style-type:none}
li a{border:none}
ol li{margin-bottom:5px}
table{border-collapse:collapse;font-size:100%}
img,a{border:none}
address,em,cite{font-style:normal}
a{overflow:hidden;outline:none;text-decoration:underline;color:#ccc}
a:visited{text-decoration:underline}
a:hover{text-decoration:none}
.nobr{white-space:nowrap}
.clearboth{clear:both;width:0;height:0;margin:0;padding:0}
.txt-s{font-size:80%}
.txt-red{color:#c00}
.txt-brown,.txt-brown a{color:#963}
.img-10{width:10%}
.img-20{width:20%}
.img-30{width:30%}
.img-40{width:40%}
.img-50{width:50%}
.img-60{width:60%}
.img-70{width:70%}
.img-80{width:80%}
.img-90{width:90%}
.img-100{width:100%}
.img-10 img,.img-20 img,.img-30 img,.img-40 img,.img-50 img,.img-60 img,.img-70 img,.img-80 img,.img-90 img,.img-100 img{width:100%}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr15{margin-right:15px}
.mr20{margin-right:20px}
.mr30{margin-right:30px}
.mr40{margin-right:40px}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml15{margin-left:15px}
.ml20{margin-left:20px}
.ml30{margin-left:30px}
.ml40{margin-left:40px}
.m5{margin:5px}
.m10{margin:10px}
.m15{margin:15px}
.m20{margin:20px}
.m30{marginp:30px}
.pt5{padding-top:5px}
.pt10{padding-top:10px}
.pt15{padding-top:15px}
.pt20{padding-top:20px}
.pt30{padding-top:30px}
.pt40{padding-top:40px}
.pb5{padding-bottom:5px}
.pb10{padding-bottom:10px}
.pb15{padding-bottom:15px}
.pb20{padding-bottom:20px}
.pb30{padding-bottom:30px}
.pb40{padding-bottom:40px}
.p5{padding:5px}
.p10{padding:10px}
.p15{padding:15px}
.p20{padding:20px}
.p30{padding:30px}
.p40{padding:40px}
figure img{width:100%;height:auto;vertical-align:bottom}
.txt-mincho {font-family: 'Sawarabi Mincho', sans-serif;}
.txt-center{text-align:center}
.txt-right{text-align:right}
.txt-s{font-size:.8em;line-height:1.4em;}
.txt-non{display:none}
.float-right{float:right}
.float-left{float:left}
.absmiddle{vertical-align:middle}
.pagetop-txt{display:none}
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.start-video {display:none;}
/**/
.txt-attention{text-indent:-1em;margin-left:1em}
.txt-long {display: inline-block;-moz-transform:scale( 3, 1 ); -webkit-transform:scale( 3, 1 ); -o-transform:scale( 3, 1 );-ms-transform:scale( 3, 1 );transform:scale( 3, 1 );-moz-transform-origin:left top;-webkit-transform-origin:left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;}
.txt-long2 {display: inline-block;-moz-transform:    scale( 2, 1 );-webkit-transform: scale( 2, 1 );-o-transform:scale( 2, 1 );-ms-transform:scale( 2, 1 );transform:scale( 2, 1 );-moz-transform-origin:left top; -webkit-transform-origin: left top;-o-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align:center;
  color:#ccc;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/*loadinglogo*/
#splash-logo .splash_logo_loader{position:relative}
#splash-logo .splash_logo_loader .loader-logo{margin:0 auto 25px;width:350px;}

@media screen and (max-width:500px) {
#splash-logo .splash_logo_loader .loader-logo{width:100%;}
}



/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
 display:block;
  animation-name:PageAnime;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
    content: "";
    position:fixed;
  z-index: 999;
    width: 50%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: translateX(-300%) skewX(-45deg);
    background-color: #000;/*伸びる背景色の設定*/
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:translateX(-300%) skewX(-45deg);
  }
  100% {
    transform-origin:left;
    transform:translateX(500%) skewX(-45deg);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{opacity: 0;background-image:url("../img/img_main.jpg");background-repeat:no-repeat;background-size:70%;}
@media screen and (max-width:767px) {
#container{background-size:90%;}
}
/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*MAIN*/
#main-block {width:100%;margin:auto;position:relative;}

/* Slider */
#img-main {display:block;position:relative}
#tit-main {width:75%;margin:auto;}
@media screen and (max-width:1200px) {
#tit-main {width:85%;}
}
@media screen and (max-width:960px) {
#tit-main {width:95%;}
}
@media screen and (max-width:767px) {
#tit-main {width:auto;margin:0 25px}
}
/*BOTTOM*/
#main-bottom-block {width:auto;text-align:left;}
#main-bottom-block-in {margin:100px 30px 100px}
#txt-credit {font-size:.8em;line-height:1.4em;margin:0 0 30px;}
#txt-credit-main {margin-bottom:40px;}
#txt-credit #txt-credit-j {font-size:1em}
#txt-credit .credit-logo {width:1100px}
#txt-credit-en {font-size:.9em;margin-bottom:10px;margin-top:10px;}
#txt-credit p {margin-bottom:.6em}
#txt-credit .logo-alfaz {width:100px;margin-top:5px;}
@media screen and (max-width:1100px) {
#txt-credit .credit-logo {width:auto}
}
@media screen and (max-width:767px) {
#main-bottom-block-in {margin:30px 25px 60px}
}

/*BTNSNS*/
.btn-sns {width:auto;margin:0;letter-spacing:-.4em;}
.btn-sns li {width:55px;display:inline-block;/display:inline;/zoom:1;letter-spacing:normal;}
.btn-sns li a {width:45px;height:45px;margin:0 10px 0 0;display:block;color:000;text-decoration:none;border-radius:50%;background:#b0afaf;text-align:center;line-height:45px;font-size:1.6em;transition: .5s;}
.btn-sns li a:hover { transform: scale(1.1,1.1);}
.btn-sns li a i {color:#000;}
@media screen and (max-width:767px) {
.btn-sns  {text-align:center}
}

/*SNSSHARE*/
.sns-block {margin-top:0px}
.list-sns{height:auto;margin:0 auto 10px;z-index:8;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;text-align:left;}
.list-sns li{display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;margin-right:5px;}
.list-sns li.twitter-share,.list-sns li.line-share,.list-sns li.eiga-share{padding-top:11px}
.list-sns li.fb-share2{padding-top:8px;width:105px}
.list-sns li.fb-share{padding-top:-1px;height:20px}
.fb-like > span {width: 135px !important;}
.fb-like iframe {width: 135px !important;}
@media screen and (max-width:767px) {
.sns-block {text-align:center}
.list-sns li.twitter-share,.list-sns li.line-share,.list-sns li.eiga-share{padding-top:6px}
.list-sns li.fb-share2{padding-top:6px;}
.list-sns li.fb-share{padding-top:0px;}
.list-sns li{margin-right:2px;}
.list-sns{}
}

/*THEATER*/
#theater {margin:100px 30px;text-align:center;}
#theater #theater-in{width:1000px;margin:auto;}
#theater #theater-in h2 {font-size:3em;margin-bottom:40px;font-family: "Oswald", sans-serif;font-weight:normal}
#theater #theater-in h3 {font-size:1em;margin-bottom:10px;font-size:500;letter-spacing:.1em}
#theater #theater-in .txt-theater-day {font-size:1em;margin-bottom:30px;}
#theater #theater-in .theater-event {width:100%;margin:0 auto 60px;border:3px solid #302c2b}
#theater #theater-in .theater-event hr.hr-event {height:1px;background-color: #ccc;border: none;color: #ccc;}
#theater #theater-in .theater-event .theater-event-in{padding:30px 35px;line-height:1.6em;text-align:left;}
#theater #theater-in .theater-event .theater-event-in h3 {font-size:1.2em;margin-bottom:25px;color:#332717;}
#theater #theater-in .theater-event .theater-event-in p{margin-bottom:1em;}
#theater #theater-in ul.list-btn {margin:20px auto 30px;letter-spacing:-.4em;width:860px}
#theater #theater-in ul.list-btn li {width:15.5%;display:inline-block;/display:inline;/zoom:1;letter-spacing:normal;vertical-align:middle;margin-right:1%;line-height:1.4em;margin-bottom:10px;text-align:center;}
#theater #theater-in ul.list-btn li a {display:block;text-decoration:none;background:#3b3937;color:#ccc;padding:8px 0; border-radius:20px;transition:0.5s}
#theater #theater-in ul.list-btn li a:hover {background:#5d5b59;}
#theater #theater-in ul.list-btn li:last-child {margin-right:0}
#theater #theater-in .table-theater {margin:0 0 60px;width:100%;}
#theater #theater-in .table-theater th,.table-theater td {padding:10px 10px;text-align:center;font-size:.9em;margin:0;border-collapse: separate;line-height:1.5em}
#theater #theater-in .table-theater th {border-bottom:#999 1px solid;margin-bottom:10px;font-weight:normal}
#theater #theater-in .table-theater tr:nth-child(even) td {background: #1b1818;}
#theater #theater-in .table-theater .th01 {width:10%;}
#theater #theater-in .table-theater .th02 {width:40%;}
#theater #theater-in .table-theater .td02 {text-align:left!important;}
#theater #theater-in .table-theater .th03 {width:25%;}
#theater #theater-in .table-theater .th04 {width:25%;}
#theater #theater-in .table-theater .table-theater td.txt-left{text-align:left;}
@media screen and (max-width:1060px) {
#theater #theater-in{width:auto;}
#theater #theater-in ul.list-btn {width:100%}
#theater #theater-in ul.list-btn li {width:32%;}
}
@media screen and (max-width:767px) {
#theater {margin:50px 25px;}
#theater #theater-in .theater-event .theater-event-in{padding:25px 25px;line-height:1.6em;text-align:left;}
#theater #theater-in .table-theater .th01 {width:18%;}
#theater #theater-in .table-theater .th02 {width:35%;}
#theater #theater-in .table-theater .td02 {text-align:left!important;}
#theater #theater-in .table-theater .th03 {width:25%;}
#theater #theater-in .table-theater .th04 {width:22%;}
#theater #theater-in .table-theater th,.table-theater td {padding:10px 3px;}
}
@media screen and (max-width: 360px) {
#theater #theater-in .table-theater th,.table-theater td {padding:15px 0;font-size:0.7em;line-height:1em;}
}


/*FADE*/
.fadeIn {opacity: 0;-webkit-transition: 1s;transition: 1s;-webkit-transform: translateY(20px);transform: translateY(20px);}
.fadeIn.is-inview {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.img_in_right {overflow: hidden;-webkit-transition: 1s;transition: 1s;opacity: 0;}
.img_in_right img {-webkit-transform: translateX(40px);transform: translateX(40px);-webkit-transition: 1s;transition: 1s;-webkit-clip-path: inset(0 0 0 100%);clip-path: inset(0 0 0 100%);}
.img_in_right.is-inview {opacity: 1;}
.img_in_right.is-inview img {-webkit-clip-path: inset(0);clip-path: inset(0);-webkit-transform: translateX(0px);transform: translateX(0px);}



#backtotop{bottom:5px;height:45px;position:fixed!important;right:5px;width:45px;text-indent:-9999px;z-index:10000}
#backtotop a{background:url(../img/btn_backtotop.png) no-repeat scroll 0 0 transparent;display:block;height:45px;width:45px}
#backtotop a:hover{background:url(../img/btn_backtotop.png) no-repeat scroll 0 -45px transparent}


@media screen and (min-width:768px) {
.pc-only{display:block}
.sp-only{display:none}
}

@media screen and (min-width: 0px) and (max-width:767px) {
.pc-only{display:none}
.sp-only{display:block}
}



