﻿@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:#023a8c;text-align:center;word-break:break-all;margin:0;padding:0;background:#f8f8f4;line-height:2em;font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;font-size:1em}
@media screen and (max-width:767px) {
body{font-size:1em;line-height:1.8em}
}
html, body,main { height: 100%; }

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:#000}
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;
}
/**/
.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: #f8f8f4;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash-logo figure {width:300px;margin:auto;}


@media screen and (max-width:500px) {
#splash-logo figure {width:85%;}
}

/*========= 画面遷移のための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: #fff;/*伸びる背景色の設定*/
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:translateX(-300%) skewX(-45deg);
  }
  100% {
    transform-origin:left;
    transform:translateX(500%) skewX(-45deg);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
  opacity: 0;/*はじめは透過0に*/
}

/*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;
}
}

#container {height:100%;}

/*MENU*/
#g-nav{position:fixed;z-index:10;top:0;right:-100%;width:max(35%,300px);height:100vh;background-color:#d4ccab;transition:all .6s;}
#g-nav.panelactive{right:0}
#g-nav-list{overflow:auto;-webkit-overflow-scrolling:touch;width:100%;height:100vh;position:relative;display:flex;align-items:center;padding:3rem;flex-direction:column}
#g-nav ul{position:relative;z-index:10;width:100%;margin-top:80px;font-family: "Noto Serif JP", serif;}
#g-nav li{list-style:none;text-align:left}
#g-nav li a{color:#213d87;text-decoration:none;padding:0;display:block;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;font-style:normal;font-size:1em;transition:0.5s;}
.underline{position:absolute;bottom:-2px;left:0;display:block;width:0;height:1px;background-color:#fff}
.list_item a{position:relative;display:inline-block}
#g-nav ul li ul{margin-top:40px}
#g-nav .btn-sns {letter-spacing:-.4em;width:auto;display:block;text-align:left;}
#g-nav .btn-sns li {height:auto;margin-right:5px;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;letter-spacing:normal;}
#g-nav .btn-sns li a {font-size:1.2em;display:block;color:#fff;text-align:center;text-decoration:none;width:35px;height:35px;border-radius:50%;line-height:35px;background:#213d87;color:#d4ccab;}
#g-nav .btn-sns li a i {color:#d4ccab;}
@media screen and (max-width: 767px) {
#g-nav li a{text-decoration:none;padding:0;display:block;text-transform:uppercase;letter-spacing:0;font-size:clamp(.9rem,1.027rem + 0.26vw,1.2rem)}
#g-nav{width:max(50%,300px)}
#g-nav-list{width:100%;padding:2rem}
}
.openbtn{position:fixed;z-index:30;top:5px;right:5px;cursor:pointer;width:60px;height:60px;color:#d4ccab;background-color:#213d87;border-radius: 50%}
.openbtn svg{width:60px;height:60px}
.nc-int-icon{fill:#d4ccab;}
@media screen and (max-width: 767px) {
.openbtn{width:60px;height:60px}
.openbtn svg{width:60px;height:60px}
}
.top-bt{position:fixed;width:40px;height:auto;z-index:888;right:10px;bottom:10px}
/*MAIN*/
#main-block {width:90%;margin-left:10%;letter-spacing:-.4em;position:relative}

#main-block #txt-main {display:inline-block;/display:inline;/zoom:1;vertical-align:middle;width:31%;margin-right:3%}
#main-block #logo-main {display:inline-block;/display:inline;/zoom:1;vertical-align:middle;width:13%;margin-right:5%}
#main-block #img-main {display:inline-block;/display:inline;/zoom:1;vertical-align:middle;width:48%;}
@media screen and (max-width:1200px) {
#main-block {width:98%;margin-left:2%;}
#main-block #txt-main {width:35%;margin-right:2%}
#main-block #img-main {width:45%;padding-top:40px}
}
@media screen and (max-width:900px) {
#main-block #txt-main {width:100%;margin-right:0;position:absolute;left:0;top:0}
#main-block #logo-main {width:100%;margin-right:0;position:absolute;left:0;top:0}
#main-block #img-main {width:100%;margin-right:0;left:0;top:0;padding-top:0px}
}
/*MAINBOTTOM*/
#main-bottom-block {background-color:#232827;background-image:url("../img/bg_mainbottom.jpg");background-repeat:no-repeat;background-size:50%;background-position:left middle;position:relative}
#main-bottom-block #main-bottom-block-in {margin-left:50%;widtn:50%;text-alien:left;}
#main-bottom-block #main-bottom-block-in #main-bottom-block-in-in {margin-right:30px;padding:40px 0;}
.main-bottom-dish {position:absolute;width:40%;top:-50px;left:40px}
.btn-download {margin:10px 0 0 0;text-align:left;font-size:1em;}
.btn-download a {display:inline-block;background:#023a8c;color:#ddd5b3;padding:3px 13px;text-decoration:none;}
.btn-download a i {margin-right:5px;}
@media screen and (max-width:1200px) {
.main-bottom-dish {position:absolute;width:40%;top:-30px;left:40px}
#main-bottom-block #main-bottom-block-in #main-bottom-block-in-in {padding:30px 0;}
}
@media screen and (max-width:900px) {
#main-bottom-block {background-color:#ddd5b3;background-image:none}
.main-bottom-dish {display:none;}
#main-bottom-block #main-bottom-block-in {margin-left:0;widtn:100%;text-alien:left;}
#main-bottom-block #main-bottom-block-in #main-bottom-block-in-in {margin:0 25px;padding:30px 0;}
#txt-kokai {margin:0 auto 30px;width:90%;}
.btn-download {margin:10px auto 0;text-align:center;}
}
@media screen and (max-width:767px) {
#txt-kokai {width:100%;}
}

/*MAINBOTTOM2*/
#main-bottom-block2 {background-color:#ddd5b3;color:;}
#main-bottom-block2 #main-bottom-block2-in {width:960px;margin:auto;padding:50px 0 30px;color:#023a8c}
#main-bottom-block2 #main-bottom-block2-in a {color:#023a8c}
@media screen and (max-width:960px) {
#main-bottom-block2 #main-bottom-block2-in {width:auto;margin:0 30px}
}
@media screen and (max-width:900px) {
#main-bottom-block2 #main-bottom-block2-in {padding:10px 0 30px;}
}

/*TIMELINE*/
#timeline-block{width:100%;margin:0 auto 15px;}
#timeline-block-in{margin:auto;}
#timeline-block-in ul {letter-spacing:-.4em}
#timeline-block-in ul li {letter-spacing:normal;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;text-align:left;width:48%;height:400px;overflow-y: auto;}
#timeline-block-in ul li:first-child {margin-right:3%;overflow-y:hidden}
@media screen and (max-width:900px) {
#timeline-block-in{margin:0 0;width:auto;}
#timeline-block-in ul li {height:380px;}
}
@media screen and (max-width:787px) {
#timeline-block-in ul {width:100%;}
#timeline-block-in ul li {width:70%;margin:0 auto 30px;display:block;}
#timeline-block-in ul li:first-child {margin-right:auto;}

}

#note-block {border:1px solid #ccc;background:#fff;height:398px;overflow-y: auto;color:#000}
#note-block h2 {border-bottom:1px solid #ccc;font-size:1.2em;padding:10px 0 10px 15px;}
#note-block #message {padding:25px;}
#note-block #message p img {display: none;}
#note-block #message a.btn {display: block;text-decoration:none;transition: 1.0s ;color:#000}
#note-block #message a.btn:hover{opacity:50%;}
#note-block #message .mu {}
#note-block #message .mu img {width: 100%;height: auto}
#note-block #message .mu h3 {margin-bottom: 1em;text-align: left;font-weight: normal;border-bottom:1px solid #ccc;padding-bottom:15px;font-size:1em;line-height:1.6em}
#note-block #message .mu small {display: block}


/*BTNSNS*/
#sns-block{text-align:left;letter-spacing:-.4em;margin-top:15px;}
.btn-sns {letter-spacing:-.4em;width:auto;display:inline-block;/display:inline;/zoom:1;vertical-align:middle;}
.btn-sns li {height:auto;margin-right:5px;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;letter-spacing:normal;}
.btn-sns li a {font-size:1.2em;display:block;color:#000;text-align:center;text-decoration:none;width:40px;height:40px;border-radius:50%;line-height:40px;transform:.5s;background:#ddd5b3}
.btn-sns li a i {color:#023a8c;}
.btn-sns li a:hover {opacity: 50%}
@media screen and (max-width:900px) {
#sns-block{text-align:center;}
.btn-sns li a {background:#023a8c;}
.btn-sns li a i {color:#ddd5b3;}
}

@media screen and (max-width:679px) {
.btn-sns {letter-spacing:normal;display:block;width:auto;margin:0 auto 5px;}
.btn-sns li:last-child{margin-right:0;}
}

/*SNSSHARE*/
.list-sns{margin:0px auto 10px;text-align:center;letter-spacing:-.4em;display:inline-block;/display:inline;/zoom:1;vertical-align:middle;}
.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-share{padding-top:1px;width:105px}
.list-sns li.fb-share0{padding-top:-4px;height:20px}
.fb-like > span {width: 135px !important;}
.fb-like iframe {width: 135px !important;}
.eiga-share {padding-top:11px;width:98px}
.filmarks-share {padding-top:11px;width:70px}
@media screen and (max-width:900px) {
.list-sns{display:block;}
.list-sns li.fb-share{padding-top:5px;}
}
.btn-trailer-start {display:none;}

/*TRAILER*/
#trailer {background:#6357a3;padding:80px 0}
#trailer #trailer-in {width:auto;margin:0 25px;}
#trailer #trailer-in h2 {font-size:1.5em;margin-bottom:15px;color:#fff;font-weight:600;letter-spacing:.1em}
#trailer #trailer-in .trailer-box{width:800px;margin:auto;}
#trailer #trailer-in .youtube {position: relative;width: 100%;padding-top: 56.25%;}
#trailer #trailer-in .youtube iframe {position: absolute;top: 0;right: 0;width: 100%;height: 100%;}
#trailer #trailer-in ul {width:1600px;margin:30px auto;letter-spacing:-.4em;}
#trailer #trailer-in ul li {letter-spacing:normal;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:48%;margin-bottom:30px;}
#trailer #trailer-in ul li:first-child {margin-right:4%;}
#trailer #trailer-in ul li h3{font-size:1.4em;margin-bottom:15px;color:#ddd5b3;font-weight:600;letter-spacing:.1em}
@media screen and (max-width:1600px) {
#trailer #trailer-in ul {width:auto;margin:0 25px;}
}
@media screen and (max-width:900px) {
#trailer #trailer-in ul li {width:100%;}
#trailer #trailer-in ul li:first-child {margin-right:0;}
}

@media screen and (max-width:800px) {
#trailer #trailer-in .trailer-box{width:100%;margin:auto;}

}
@media screen and (max-width:767px) {
#trailer {padding:40px 0}

}

/*INTRO*/
#intro {padding:70px 0 50px}
#intro #intro-in {width:1100px;margin:auto;text-align:left;}
#intro #intro-in h2 {font-size:1.6em;margin-bottom:25px;font-weight:900;letter-spacing:.1em}
#intro #intro-in p {margin-bottom:20px;}
#intro #intro-in .catch-intro {width:85%;margin-bottom:20px;}
#intro-photo {margin:10px 0 0}
#intro-photo ul {letter-spacing:-.4em;}
#intro-photo ul li {display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;width:32%;margin-right:2%}
#intro-photo ul li:nth-child(3) {margin-right:0}
@media screen and (max-width:1100px) {
#intro #intro-in {width:auto;margin:0 25px;}
#intro #intro-in .catch-intro {width:90%;}
}
@media screen and (max-width:900px) {
#intro-photo ul li {width:49%;margin-right:2%;margin-bottom:2%}
#intro-photo ul li:nth-child(2) {display:none}
#intro-photo ul li:nth-child(3) {margin-right:0}
#intro-photo ul li:nth-child(4) {width:100%;margin-right:0%}
#intro #intro-in .catch-intro {width:95%;}
}
@media screen and (max-width:767px) {
#intro {padding:30px 0 20px}
}
@media screen and (max-width:580px) {
#intro-photo ul li {width:100%;margin-right:0;margin-bottom:20px}
#intro #intro-in .catch-intro {width:100%;}
}

/*MESSAGE*/
#dsmessage {padding:70px 0 50px}
#dsmessage #dsmessage-in {width:1100px;margin:auto;text-align:left;}
#dsmessage #dsmessage-in h2 {font-size:1.6em;margin-bottom:25px;font-weight:900;letter-spacing:.1em;text-align:center;}
#dsmessage #dsmessage-in ul li {margin-bottom:35px;padding-bottom:35px;background-image: url("../img/line_blue.png");background-repeat: repeat-x;background-position:bottom;letter-spacing:-.4em}
#dsmessage #dsmessage-in ul li:last-child {background-image:none}
#dsmessage #dsmessage-in ul li div.img-message {display:inline-block;/display:inline;/zoom:1;vertical-align:middle;letter-spacing:normal;width:22%;margin-right:3%}
#dsmessage #dsmessage-in ul li div.img-message img{border-radius:50%;}
#dsmessage #dsmessage-in ul li div.txt-message {display:inline-block;/display:inline;/zoom:1;vertical-align:middle;letter-spacing:normal;width:75%;}
#dsmessage #dsmessage-in ul li div.txt-message h3 {display:inline-block;/display:inline;/zoom:1;vertical-align:bottom;letter-spacing:normal;width:auto;font-size:2.2em;font-weight:700;letter-spacing:.1em;}
#dsmessage #dsmessage-in ul li div.txt-message div.txt-message-katagaki {display:inline-block;/display:inline;/zoom:1;vertical-align:bottom;letter-spacing:normal;width:auto;background:#6357a3;font-size:.9em;color:#fff;padding:0 10px;line-height:1.6em;margin-left:10px}
#dsmessage #dsmessage-in ul li div.txt-message div.txt-message-txt {display:block;margin-top:20px;line-height:1.6em;text-align:left;}
#dsmessage #dsmessage-in ul li div.txt-message-profile {font-size:.9em;line-height:1.5em;color:#6357a3;letter-spacing:normal;margin-top:15px;}
#dsmessage #dsmessage-in ul li div.txt-message-profile h4 {font-size:1.2em;margin-bottom:3px;}
@media screen and (max-width:1100px) {
#dsmessage #dsmessage-in {width:auto;margin:0 25px;}
}
@media screen and (max-width:900px) {
#dsmessage #dsmessage-in ul li div.img-message {display:block;width:50%;margin:0 auto 20px}
#dsmessage #dsmessage-in ul li div.txt-message {display:block;width:100%;text-align:center;}
#dsmessage #dsmessage-in ul li div.txt-message h3 {display:block;margin-bottom:10px;}
#dsmessage #dsmessage-in ul li div.txt-message div.txt-message-katagaki {text-align:center;margin:auto;}
}
@media screen and (max-width:767px) {
#dsmessage {padding:30px 0 20px}
}

/*COMMENT*/
#comment {padding:70px 0 50px;background-image:url("../img/bg_comment.jpg");background-attachment: fixed;background-repeat:no-repeat;position:relative}
#comment #comment-in {width:1600px;margin:auto;text-align:left;background:#1e3e6e;}
#comment #comment-in #comment-in-in {padding:50px 40px;color:#ddd5b3;}
#comment #comment-in #comment-in-in h2 {font-size:1.6em;margin-bottom:25px;font-weight:900;letter-spacing:.1em;text-align:center;}
#comment #comment-in #comment-in-in .txt-comment-attention {margin-bottom:20px;text-align:center;}
#comment #comment-in #comment-in-in ul {letter-spacing:-.4em}
#comment #comment-in #comment-in-in ul li {margin-bottom:35px;padding-bottom:35px;background-image: url("../img/line_comment.png");background-repeat: no-repeat;background-position:bottom center;vertical-align:top;display:inline-block;letter-spacing:normal;width:48%; }
#comment #comment-in #comment-in-in ul li:nth-child(odd) {margin-right:4%;}
#comment #comment-in #comment-in-in ul li:last-child {margin-bottom:0;padding-bottom:20px;background-image:none}
#comment #comment-in #comment-in-in ul li:nth-last-child(2)  {background-image:none}
#comment #comment-in #comment-in-in ul li div.txt-comment {font-size:1.1em;}
#comment #comment-in #comment-in-in ul li div.txt-comment p {margin-bottom:15px;}
#comment #comment-in #comment-in-in ul li div.txt-comment-name {text-align:right;}
#comment #comment-in #comment-in-in ul li h3 {text-align:right;font-size:1.6em;display:inline-block;margin-right:0px;vertical-align:bottom;line-height:1.2em}
#comment #comment-in #comment-in-in ul li div.txt-comment-katagaki {text-align:right;font-size:.9em;display:inline-block;vertical-align:bottom;line-height:1.4em}
@media screen and (max-width:1600px) {
#comment #comment-in {width:auto;margin:0 25px;}
}
@media screen and (max-width:900px) {
#comment #comment-in #comment-in-in {padding:40px 30px;}
}
@media screen and (max-width:767px) {
#comment #comment-in #comment-in-in {padding:25px;}
#comment #comment-in #comment-in-in ul li div.txt-comment-katagaki {display:block;}
#comment #comment-in #comment-in-in ul li {width:100%;}
#comment #comment-in #comment-in-in ul li:nth-child(odd) {margin-right:0;}
#comment #comment-in #comment-in-in ul li:last-child {background-image:none}
#comment #comment-in #comment-in-in ul li:nth-last-child (2)  {background-image: url("../img/line_comment.png");}
}

/*STAFF*/
#staff {padding:70px 0 40px}
#staff #staff-in {width:1600px;margin:auto;text-align:left;}
#staff #staff-in h2 {font-size:1.6em;margin-bottom:25px;font-weight:900;letter-spacing:.1em;text-align:center;}
#staff-director {margin-bottom:40px;letter-spacing:-.4em;background-image: url("../img/line_blue.png");background-repeat: repeat-x;background-position:bottom;padding-bottom:40px;}
#staff-director #staff-director-left {margin-right:3%;width:32%;vertical-align: top;display:inline-block;letter-spacing:normal}
#staff-director #staff-director-right {width:65%;vertical-align: top;display:inline-block;letter-spacing:normal}
#staff-director #staff-director-left .staff-director-katagaki {margin:20px 0 3px;font-size:1em;color:#6357a3}
#staff-director #staff-director-left h3 {font-size:2em;display:inline-block;width:auto;margin-right:3px;}
#staff-director #staff-director-left .staff-director-furigana {font-size:.9em;display:inline-block;width:auto;margin-right:3px;}
#staff #staff-in p{margin-bottom:15px;}
.btn-staff-director-film {display:inline-block;background:#6357a3;color:#fff;width:auto;padding:5px 20px;cursor: pointer;margin:5px 0;font-size:1.2em;font-weight:normal}
#staff-director #staff-director-right .slide-down:before {content:"\f078 \00A0"; font-family: "Font Awesome 6 Free";}
#staff-director #staff-director-right .active:before{content:"\f077 \00A0"; font-family: "Font Awesome 6 Free";}
.btn-staff-director-film i {margin-right:5px}
div.slide-1 {display: none;color:#6357a3;margin-top:10px}
.list-film li {letter-spacing:-.4em;margin-bottom:10px;background:#fff;padding:30px}
.list-film li div.img-film {margin-right:3%;width:22%;vertical-align:middle;display:inline-block;letter-spacing:normal}
.list-film li div.txt-film {width:75%;vertical-align:middle;display:inline-block;letter-spacing:normal}
.list-film li div.txt-film div.txt-film-time {font-size:.9em;margin-bottom:5px}
.list-film li div.txt-film h4 {font-size:1.4em;}
.list-film li div.txt-film div.txt-film-about {line-height:1.6em;margin-bottom:10px}
.list-film li div.txt-film div.txt-film-staff {font-size:.8em;line-height:1.4em}
#staff #staff-in .list-staff {letter-spacing:-.4em;margin-top:20px;}
#staff #staff-in .list-staff li {letter-spacing:normal;width:48%;vertical-align:middle;display:inline-block;margin-bottom:40px;}
#staff #staff-in .list-staff li:nth-child(odd) {margin-right:4%;}
#staff #staff-in .list-staff li h3 {width:auto;margin-right:5px;font-size:1.8em;display:inline-block;vertical-align:bottom;}
#staff #staff-in .list-staff li div.txt-staff-katagaki {font-size:1em;color:#6357a3}
#staff #staff-in .list-staff li div.txt-staff-kana {width:auto;vertical-align:bottom;font-size:.8em;display:inline-block;line-height:1.2em}
#staff #staff-in .list-staff li div.txt-staff-about {line-height:1.7em;margin-top:8px;}
#staff #staff-in .list-staff li:nth-child(odd) {margin-right:4%;}
#staff #staff-in .list-staff li div.list-staff-box{margin-bottom:40px;}
@media screen and (max-width:1600px) {
#staff #staff-in {width:auto;margin:0 25px;}
}
@media screen and (max-width:1200px) {
.list-film li {padding:20px}
}
@media screen and (max-width:1100px) {
#staff-director #staff-director-left {margin:0 auto 20px;width:600px;display:block;text-align:center;}
#staff-director #staff-director-right {width:100%;}
}
@media screen and (max-width:900px) {
#staff #staff-in .list-staff li {width:100%;margin-bottom:30px;}
#staff #staff-in .list-staff li:nth-child(odd) {margin-right:0;}
#staff #staff-in .list-staff li div.list-staff-box{margin-bottom:30px;}
}
@media screen and (max-width:767px) {
#staff {padding:30px 0 30px}
}
@media screen and (max-width:680px) {
#staff-director #staff-director-left {width:100%;}
.list-film li div.img-film {margin:0 auto 15px;width:55%;vertical-align:middle;display:inline-block;letter-spacing:normal}
.list-film li div.txt-film {width:100%;display:block;}
}

/*THEATER*/
#theater {padding:60px 0;background:#232827;color:#d4ccab}
#theater #theater-in {width:960px;margin:auto;text-align:left;}
#theater #theater-in h2 {font-size:1.6em;margin-bottom:25px;font-weight:900;letter-spacing:.1em;text-align:center;}
#theater #theater-in h3 {margin-bottom:30px;font-size:1.3em;text-align:center;font-weight:normal}
#theater #theater-in .txt-theater-koukai{width:700px;margin:0 auto 40px;}
#theater #theater-in .txt-theater-ticket {font-weight:bold;font-size:1.6em;text-align:center;margin-bottom:15px;line-height:1.4em;color:#aea6d9}
#theater #theater-in .txt-theater-ticket span.txt-s  {font-size:.7em;}
#theater #theater-in .btn-theater-ticket a {display:inline-block;width:auto;padding:7px 30px;background:#aea6d9;color:#232827;text-decoration:none;border-radius:10px;text-align:center;font-size:1.2em;letter-spacing:.1em;margin-bottom:30px;}
#theater #theater-in .txt-theater-day {font-size:1.1em;margin-bottom:15px;text-align:center}
.txt-genzai {margin-bottom:30px;}
#theater #theater-in .theater-event {width:auto;margin:0 auto 60px;background:#fff;color:#0b3f8e;}
#theater #theater-in .theater-event hr.hr-event {height:1px;background-color: #000;border: none;color: #000000;}
#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;text-align:center;margin-bottom:25px;font-weight:bold}
#theater #theater-in .theater-event .theater-event-in p{margin-bottom:1em;}
#theater #theater-in ul.list-btn {text-align:center;margin:30px auto 50px;letter-spacing:-.4em;width:860px}
#theater #theater-in ul.list-btn li {width:15%;display:inline-block;/display:inline;/zoom:1;letter-spacing:normal;vertical-align:middle;margin-right:1%;line-height:1.4em}
#theater #theater-in ul.list-btn li a {display:block;text-decoration:none;background:#6357a3;color:#fff;padding:10px 0;border-radius:30px}
#theater #theater-in ul.list-btn li:last-child {margin-right:0}
.table-theater {width:960px;margin:0 auto 60px;color:#fff;border-collapse:separate;color:#000}
.table-theater th,.table-theater td {padding:10px 10px;text-align:center;font-size:1em;margin:0;border-collapse:separate;}
table { border: 1px solid #232827;}
.table-theater td {color:#023a8c;background:#fff}
.table-theater td a {color:#023a8c;}
.table-theater th {background:#d4ccab;font-weight:normal;color:#000}
.th01 {width:21%;}
.th02 {width:35%;}
.td02 {text-align:left!important;}
.th03 {width:22%;}
.th04 {width:22%;}
.table-theater td.txt-left{text-align:left;}
@media screen and (max-width:960px) {
#theater #theater-in {width:auto;margin:0 25px;}
#theater #theater-in .txt-theater-catch{font-size:1.6em;}
.table-theater {width:100%;margin:0 0 60px;}
}
@media screen and (max-width:859px) {
#theater #theater-in ul.list-btn {margin:30px 0 60px;width:auto;font-size:.8em}
#theater #theater-in ul.list-btn li {width:30%;margin-bottom:10px}
#theater #theater-in ul.list-btn li:nth-of-type(3n) {margin-right:0}
#theater #theater-in .txt-theater-koukai{width:70%;margin:0 auto 30px;}
}
@media screen and (max-width:799px) {
#theater #theater-in .txt-theater-koukai{width:auto;}
}
@media screen and (max-width:767px) {
#theater {padding:30px 0;}
}
@media screen and (max-width: 500px) {
.table-theater th,.table-theater td {padding:10px 0px 10px 3px;font-size:0.9em;line-height:1.1em;}
}

/*PHOTO*/
.img-photo1{}
.img-photo1 ul {letter-spacing:-.4em}
.img-photo1 ul li {letter-spacing:normal;width:25%;display:inline-block;vertical-align:top;}
@media screen and (max-width:767px) {
.img-photo1 ul li {width:50%;}
}

.img-photo2{}
.img-photo2 ul {letter-spacing:-.4em}
.img-photo2 ul li {letter-spacing:normal;width:50%;display:inline-block;vertical-align:top;}
@media screen and (max-width:767px) {
.img-photo2 ul li {width:100%;}
}

#img-photo3{}
#img-photo3 #img-photo3-in {width:100%;margin:auto;}
@media screen and (max-width:1000px) {
#img-photo3 #img-photo3-in {width:100%;}
}

#img-footer {width:100%;}


/*FOOTER*/
#footer {padding:80px 0 60px;text-align:center;background-image: url("../img/bg_footer.jpg");background-position:right bottom;background-repeat: no-repeat}
#footer #footer-in{width:1200px;margin:auto;text-align:center;}
#footer #footer-in .footer-logo{width:300px;margin:0 auto 30px;}
/*BTNSNS*/
#footer #footer-in #sns-block{text-align:center;letter-spacing:-.4em}
#footer #footer-in .btn-sns {letter-spacing:-.4em;width:auto;display:block}
#footer #footer-in .btn-sns li {height:auto;margin-right:5px;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:auto;letter-spacing:normal;}
#footer #footer-in .btn-sns li a {font-size:1.2em;display:block;color:#000;text-align:center;text-decoration:none;width:40px;height:40px;border-radius:50%;line-height:40px;transform:.5s;background:#213d87}
#footer #footer-in .btn-sns li a i {color:#d4ccab;}
#footer #footer-in .btn-sns li a:hover {opacity: 50%}
@media screen and (max-width:1000px) {
#footer {background-size:40%;padding:40px 0;}
}
@media screen and (max-width:679px) {
#footer #footer-in .btn-sns {letter-spacing:normal;display:block;width:auto;margin:0 auto 5px;}
#footer #footer-in .btn-sns li:last-child{margin-right:0;}

}

/*SNSSHARE*/
#footer #footer-in .list-sns{margin:0px auto 10px;text-align:center;letter-spacing:-.4em;display:block;}
#footer #footer-in .list-sns li{display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;margin-right:5px;}
#footer #footer-in .list-sns li.twitter-share,.list-sns li.line-share,.list-sns li.eiga-share{padding-top:11px}
#footer #footer-in .list-sns li.fb-share{padding-top:1px;width:125px}
#footer #footer-in .list-sns li.fb-share0{padding-top:-4px;height:20px}
#footer #footer-in .fb-like > span {width: 135px !important;}
#footer #footer-in .fb-like iframe {width: 135px !important;}
@media screen and (max-width:767px) {
#footer #footer-in .list-sns li.fb-share{padding-top:5px;}
}
@media screen and (max-width:1200px) {
#footer #footer-in{width:auto;margin:0 25px}

}
@media screen and (max-width:580px) {
#footer #footer-in .footer-logo{width:60%;}
}



#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}



/*MODAAL*/
.modaal-noscroll{overflow:hidden}
.modaal-accessible-hide{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}
.modaal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9998;opacity:0}
.modaal-wrapper{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:auto;opacity:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.modaal-wrapper *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden}
.modaal-wrapper .modaal-close{border:none;padding:0;-webkit-appearance:none}
.modaal-wrapper .modaal-close:hover{opacity:0.8}
.modaal-wrapper.modaal-start_none{display:none;opacity:1}
.modaal-wrapper.modaal-start_fade{opacity:0}
.modaal-wrapper [tabindex="0"]{outline:none!important}
.modaal-wrapper.modaal-fullscreen{overflow:hidden}
.modaal-outer-wrapper{display:table;position:relative;width:100%;height:100%}
.modaal-fullscreen .modaal-outer-wrapper{display:block}
.modaal-inner-wrapper{display:table-cell;width:100%;height:100%;position:relative;vertical-align:middle;text-align:center;padding:80px 25px}
.modaal-fullscreen .modaal-inner-wrapper{padding:0;display:block;vertical-align:top}
.modaal-container{position:relative;display:inline-block;width:100%;margin:auto;text-align:center;color:#000;max-width:1000px;border-radius:0;box-shadow:0 4px 15px rgba(0,0,0,0.2);cursor:auto}
.modaal-container.is_loading{height:100px;width:100px;overflow:hidden}
.modaal-fullscreen .modaal-container{max-width:none;height:100%;overflow:auto;position:relative}
.modaal-close{position: fixed;right:0;top:0; text-align:right;color:#fff;cursor:pointer;opacity:1;width:50px;margin:auto;height:50px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-image:url(../img/close-icon.png);background-repeat:no-repeat;background-position:right;background-size:contain;background-color:hsla(0,0%,0%,0)}
.modaal-close:focus,.modaal-close:hover{outline:none}
.modaal-close:focus:before,.modaal-close:focus:after,.modaal-close:hover:before,.modaal-close:hover:after{background:#e60044}
.modaal-close:before,.modaal-close:after{display:block;content:" ";position:absolute;background:#fff;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}
.modaal-fullscreen .modaal-close{background:#afb7bc;right:10px;top:10px}
.modaal-content-container{padding:30px}
@media screen and (max-width: 767px) {
.modaal-content-container{padding:10px}
}
.modaal-confirm-wrap{padding:30px 0 0;text-align:center;font-size:0}
.modaal-confirm-btn{font-size:14px;display:inline-block;margin:0 10px;vertical-align:middle;cursor:pointer;border:none;background:transparent}
.modaal-confirm-btn.modaal-ok{padding:10px 15px;color:#fff;background:#555;border-radius:3px;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}
.modaal-confirm-btn.modaal-ok:hover{background:#2f2f2f}
.modaal-confirm-btn.modaal-cancel{text-decoration:underline}
.modaal-confirm-btn.modaal-cancel:hover{text-decoration:none;color:#2f2f2f}
.modaal-instagram .modaal-container{width:auto;background:transparent;box-shadow:none!important}
.modaal-instagram .modaal-content-container{padding:0;background:transparent}
.modaal-instagram .modaal-content-container > blockquote{width:1px!important;height:1px!important;opacity:0!important}
.modaal-instagram iframe{opacity:0;margin:-6px!important;border-radius:0!important;width:1000px!important;max-width:800px!important;box-shadow:none!important;-webkit-animation:instaReveal 1s linear forwards;animation:instaReveal 1s linear forwards}
.modaal-image .modaal-inner-wrapper{padding-left:140px;padding-right:140px;text-align:right;}
.modaal-image .modaal-container{width:auto;max-width:100%}
.modaal-gallery-wrap{position:relative;color:#fff}
.modaal-gallery-item{display:none}
.modaal-gallery-item img{display:block}
.modaal-gallery-item.is_active{display:block}
.modaal-gallery-label{position:absolute;left:0;width:100%;margin:20px 0 0;font-size:18px;text-align:center;color:#fff}
.modaal-gallery-label:focus{outline:none}
.modaal-gallery-control{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:1;cursor:pointer;color:#fff;width:50px;height:50px;background:rgba(0,0,0,0);border:none;border-radius:100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.modaal-gallery-control.is_hidden{opacity:0;cursor:default}
.modaal-gallery-control:focus,.modaal-gallery-control:hover{outline:none;background:#fff}
.modaal-gallery-control:focus:before,.modaal-gallery-control:focus:after,.modaal-gallery-control:hover:before,.modaal-gallery-control:hover:after{background:#afb7bc}
.modaal-gallery-control span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}
.modaal-gallery-control:before,.modaal-gallery-control:after{display:block;content:" ";position:absolute;top:16px;left:25px;width:4px;height:18px;border-radius:4px;background:#fff;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}
.modaal-gallery-control:before{margin:-5px 0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.modaal-gallery-control:after{margin:5px 0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.modaal-gallery-next-inner{left:100%;margin-left:40px}
.modaal-gallery-next-outer{right:45px}
.modaal-gallery-prev:before,.modaal-gallery-prev:after{left:22px}
.modaal-gallery-prev:before{margin:5px 0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.modaal-gallery-prev:after{margin:-5px 0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.modaal-gallery-prev-inner{right:100%;margin-right:40px}
.modaal-gallery-prev-outer{left:45px}
.modaal-video-wrap{margin:auto 50px;position:relative}
@media screen and (max-width: 767px) {
.modaal-video-wrap{margin:auto 10px;position:relative}
}
.modaal-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,0.3);background:#000;max-width:1300px;margin-left:auto;margin-right:auto}
.modaal-video-container iframe,.modaal-video-container object,.modaal-video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}
.modaal-iframe .modaal-content{width:100%;height:100%}
.modaal-iframe-elem{width:100%;height:100%;display:block}
.modaal-loading-spinner{background:none;position:absolute;width:200px;height:200px;top:50%;left:50%;margin:-100px 0 0 -100px;-webkit-transform:scale(0.25);-ms-transform:scale(0.25);transform:scale(0.25)}
.modaal-loading-spinner > div{width:24px;height:24px;margin-left:4px;margin-top:4px;position:absolute}
.modaal-loading-spinner > div > div{width:100%;height:100%;border-radius:15px;background:#fff}
.modaal-loading-spinner > div:nth-of-type(1) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:0;animation-delay:0}
.modaal-loading-spinner > div:nth-of-type(2) > div,.modaal-loading-spinner > div:nth-of-type(3) > div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}
.modaal-loading-spinner > div:nth-of-type(1){-ms-transform:translate(84px,84px) rotate(45deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(45deg) translate(70px,0);transform:translate(84px,84px) rotate(45deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(2) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.12s;animation-delay:.12s}
.modaal-loading-spinner > div:nth-of-type(2){-ms-transform:translate(84px,84px) rotate(90deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(90deg) translate(70px,0);transform:translate(84px,84px) rotate(90deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(3) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.25s;animation-delay:.25s}
.modaal-loading-spinner > div:nth-of-type(4) > div,.modaal-loading-spinner > div:nth-of-type(5) > div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}
.modaal-loading-spinner > div:nth-of-type(3){-ms-transform:translate(84px,84px) rotate(135deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(135deg) translate(70px,0);transform:translate(84px,84px) rotate(135deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(4) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.37s;animation-delay:.37s}
.modaal-loading-spinner > div:nth-of-type(4){-ms-transform:translate(84px,84px) rotate(180deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(180deg) translate(70px,0);transform:translate(84px,84px) rotate(180deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(5) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s}
.modaal-loading-spinner > div:nth-of-type(6) > div,.modaal-loading-spinner > div:nth-of-type(7) > div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}
.modaal-loading-spinner > div:nth-of-type(5){-ms-transform:translate(84px,84px) rotate(225deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(225deg) translate(70px,0);transform:translate(84px,84px) rotate(225deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(6) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.62s;animation-delay:.62s}
.modaal-loading-spinner > div:nth-of-type(6){-ms-transform:translate(84px,84px) rotate(270deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(270deg) translate(70px,0);transform:translate(84px,84px) rotate(270deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(7) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.75s;animation-delay:.75s}
.modaal-loading-spinner > div:nth-of-type(7){-ms-transform:translate(84px,84px) rotate(315deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(315deg) translate(70px,0);transform:translate(84px,84px) rotate(315deg) translate(70px,0)}
.modaal-loading-spinner > div:nth-of-type(8) > div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.87s;animation-delay:.87s}
.modaal-loading-spinner > div:nth-of-type(8){-ms-transform:translate(84px,84px) rotate(360deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(360deg) translate(70px,0);transform:translate(84px,84px) rotate(360deg) translate(70px,0)}
@media only screen and (min-width: 1400px) {
.modaal-video-container{padding-bottom:0;height:731px}
}
@media only screen and (max-width: 1140px) {
.modaal-image .modaal-inner-wrapper{padding-left:25px;padding-right:25px}
.modaal-gallery-control{top:auto;bottom:20px;-webkit-transform:none;-ms-transform:none;transform:none;background:rgba(0,0,0,0.2)}
.modaal-gallery-control:before,.modaal-gallery-control:after{background:#fff}
.modaal-gallery-next{left:auto;right:20px}
.modaal-gallery-prev{left:20px;right:auto}
}
@media screen and (max-width: 900px) {
.modaal-instagram iframe{width:500px!important}
}
@media only screen and (max-width: 600px) {
.modaal-instagram iframe{width:280px!important}
}
@media screen and (max-height: 1100px) {
.modaal-instagram iframe{width:700px!important}

}
@media screen and (max-height: 1000px) {
.modaal-inner-wrapper{padding-top:60px;padding-bottom:60px}
.modaal-instagram iframe{width:600px!important}
}
@media screen and (max-height: 900px) {
.modaal-instagram iframe{width:500px!important}
.modaal-video-container{max-width:900px;max-height:510px}
}
@media only screen and (max-height: 820px) {
.modaal-gallery-label{display:none}
}
@keyframes instaReveal {
0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes instaReveal {
0%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes modaal-loading-spinner {
0%{opacity:1;-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}
100%{opacity:.1;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes modaal-loading-spinner {
0%{opacity:1;-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}
100%{opacity:.1;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}
}
/*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);}



@media screen and (min-width:900px) {
.pc-only{display:block}
.sp-only{display:none}
}

@media screen and (min-width: 0px) and (max-width:899px) {
.pc-only{display:none}
.sp-only{display:block}
}




