﻿@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:#fff;text-align:center;word-break:break-all;font-size:1.1em;margin:0;padding:0;line-height:2.2em;font-family: "Noto Serif JP", serif;font-weight:600;font-style: normal;background:#ebeef3}
@media screen and (max-width:767px) {
body{font-size:1em;line-height:2em}
}

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}
.txt-yellow{color:#ffff00}
/* 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: #ffff;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash-logo figure {width:400px;margin:auto;}
@media screen and (max-width:500px) {
#splash-logo figure {width:90%;}
}

/*========= 画面遷移のための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に*/
	background-image: url("../img/bg_footer.jpg");background-repeat:no-repeat;background-position:bottom
}

/*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;
}
}
/*MENU*/
#g-nav{position:fixed;z-index:10;top:0;right:-100%;width:max(35%,300px);height:100vh;background-color:#fff;transition:all .6s;font-weight:600}
#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:#1d2088;text-decoration:none;padding:0;display:block;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-style:normal;font-size:1.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:#1d2088;background-color:#fff;}
.openbtn svg{width:60px;height:60px}
.nc-int-icon{fill:#1d2088;}
@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:100%;background-image:url("../img/bg_main.jpg");background-position:top right;background-repeat: no-repeat;background-size:contain}
#main-block-in {position:relative}
#img-main {width:100%;}
#txt-main {width:100%;left:0;top:0;position:absolute}
.l-only {display:inline-block}
.m-only {display:none}
.s-only {display:none}
@media screen and (max-width:1300px) {
#main-block {background-image:url("../img/bg_main_m.jpg");}
.l-only {display:none}
.m-only {display:inline-block}
.s-only {display:none}
}
@media screen and (max-width:860px) {
#main-block {width:100%;background-image:url("../img/bg_main_s.jpg");background-size:100%;}
}
@media screen and (max-width:767px) {
.l-only {display:none}
.m-only {display:none}
.s-only {display:inline-block}
}


/*BOTTOM*/
#main-bottom-block {padding:30px 0;width:1800px;background:#ebeef3;letter-spacing:-.4em;margin:auto}
#main-bottom-left {display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:77%;margin-right:3%;letter-spacing:normal;text-align:left;}
#main-bottom-right {display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:20%;letter-spacing:normal;}
#txt-kokai {width:95%;}
#txt-credit {width:65%;margin:20px 0 20px}
@media screen and (max-width:2000px) {
#main-bottom-block {width:auto;margin:0 30px}
}
@media screen and (max-width:1600px) {
#main-bottom-block {margin:0 25px 20px}
#txt-kokai {width:100%;}
#txt-credit {width:75%;}
#main-bottom-left {width:72%;margin-right:3%;}
#main-bottom-right {width:25%;}
}
@media screen and (max-width:1400px) {
#txt-kokai {width:100%;}
#txt-credit {width:85%;}
}
@media screen and (max-width:1200px) {
#txt-credit {width:95%;}
}
@media screen and (max-width:960px) {
#txt-credit {width:100%;}
}
@media screen and (max-width:767px) {
#main-bottom-block {padding:20px 0 30px;margin:0 20px}
#main-bottom-left {display:block;width:100%;margin-right:0;margin-bottom:25px;}
#main-bottom-right {display:block;width:100%;text-align:center;padding-bottom:20px}
#txt-credit {margin:10px 0 20px}
}

/*TIMELINE*/
#timeline-block{clear:both;text-align:center;}
#timeline-block-in{width:auto;margin:auto;letter-spacing:normal;height:350px;overflow-y: auto;text-align:center;}
@media screen and (max-width:767px) {
#timeline-block-in{width:auto;margin:0 25px 0;}
.fb-page,.fb-page span,#timeline-block-in .timeline-fb iframe{width: 100% !important;  height:350px !important;}
}

/*BTNSNS*/
#sns-block{text-align:left;letter-spacing:-.4em}
.btn-sns {letter-spacing:-.4em;width:auto;display:inline-block;vertical-align: middle;text-align:left;}
.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 {background:#1d2088;font-size:1.2em;display:block;color:#fff;text-align:center;text-decoration:none;width:35px;height:35px;border-radius:50%;line-height:35px;transition:0.5s}
.btn-sns li a i {color:#fff;}
.btn-sns li a:hover {opacity: 50%}
@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{height:auto;display:inline-block;/display:inline;/zoom:1;width:auto;vertical-align: middle;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-share0{padding-top:-4px;height:20px}
.fb-like > span {width: 135px !important;}
.fb-like iframe {width: 135px !important;}
@media screen and (max-width:767px) {
.list-sns li.fb-share{padding-top:5px;}
}

/*INTRO*/
#intro {padding:0 0 40px;background-color:#5386c5;background-image: url("../img/bg_intro.jpg");background-repeat:no-repeat;background-position:bottom}
#intro #img-intro{margin-bottom:40px;}
#intro #intro-in{width:1200px;margin:auto;text-align:left;}
#intro #intro-in #catch-intro {width:70%;margin-bottom:30px;}
#intro #intro-in p {margin-bottom:1em;text-shadow: 2px 2px 3px #5386c5,-2px -2px 3px #5386c5;}
.txt-intro {position:relative;padding-bottom:40px}
.img-hane {position:absolute;right:20px;bottom:40px;width:150px}
#intro #img-intro2{margin-bottom:40px;}
#intro #img-intro2 ul{letter-spacing:-.4em;text-align:center;}
#intro #img-intro2 ul li{width:32%;margin-right:2%;margin-bottom:20px;display:inline-block;/display:inline;/zoom:1;vertical-align:top;letter-spacing:normal;}
#intro #img-intro2 ul li:last-child{margin-right:0;}
@media screen and (max-width:1200px) {
#intro #intro-in{width:auto;margin:0 25px;}
.img-hane {right:-10px;bottom:10px;}
}
@media screen and (max-width:767px) {
#intro #intro-in #catch-intro {width:100%;}
#intro #img-intro2{margin-bottom:20px;}
#intro #img-intro2 ul li{width:100%;}
#intro #img-intro2 ul li:nth-child(2){margin-right:0;}
#intro {padding:0 0 20px;}
}

/*STORY*/
#story {background:#fff;padding:60px 0;color:#000}
#story #story-in {width:1000px;margin:auto;text-align:left}
#story #story-in h2 {font-size:1.2em;margin-bottom:30px;text-align:center;}
#story #story-in p {margin-bottom:1em;}
@media screen and (max-width:1000px) {
#story #story-in {width:auto;margin:0 25px;}
}
@media screen and (max-width:768px) {
#story {padding:30px 0;}
}


/*CAST*/
#cast {background-color:#c5d9ef;color:#000;background-image: url("../img/bg_cast.jpg");background-position:center bottom;background-repeat:no-repeat;background-size:auto}
#cast #cast-in {padding:60px 0 60px;}
#cast #cast-in h2 {padding-bottom:20px;font-size:1.4em;text-align:center;}
#cast #cast-in ul {letter-spacing:-.4em;width:1200px;margin:auto;}
#cast #cast-in ul li {letter-spacing:.1em;display:inline-block;/display:inline;/zoom:1;vertical-align:top;width:29%;margin:0 2% 20px;padding-bottom:20px;}
#cast #cast-in ul li div.img-cast {width:80%;border:7px solid #fff;margin:0 auto 10px; overflow:hidden;}
#cast #cast-in ul li a {display:block;text-decoration:none}
#cast #cast-in ul li a .cast-name {font-size:1.8em;font-weight:600}
#cast #cast-in ul li a .cast-en {font-size:1em;font-weight:300;letter-spacing:.1em}
#cast #cast-in ul li a .cast-yaku {font-size:.9em;color:#fff;display:inline-block;background:#1d2088;font-weight:300;padding:1px 10px;line-height:1.9em;letter-spacing:.1em}
@media screen and (max-width:1200px) {
#cast #cast-in ul {width:auto;margin:0 5px;}
}
@media screen and (max-width:767px) {
#cast #cast-in {padding:30px 0 30px;}
#cast #cast-in ul li div.img-cast {width:80%;border:5px solid #fff;}
#cast #cast-in ul li {width:49%;margin:0 .5% 30px}
#cast #cast-in ul li a .cast-name {font-size:1.4em;font-weight:900}
#cast #cast-in ul li a .cast-en {font-size:1em;letter-spacing:0em}
#cast #cast-in ul li a .cast-yaku {padding:1px 5px;letter-spacing:0;font-size:.8em}
}


/*THEATERIMAGE*/
#img-theater {}


/*THEATER*/
#theater {width:100%;position:relative;z-index:1;color:#000;background-color:#fff}
#theater #theater-in {width:960px;margin:auto;padding:60px 0}
#theater #theater-in .theater-kokai {width:768px;margin:0 auto 30px;}
#theater #theater-in h2{font-size:1.4em;margin-bottom:30px;color:#000;font-weight:500;}
#theater #theater-in .mvtk-box {text-align:center;width:840px;margin:auto;}
#theater #theater-in .event-box {border:3px solid #e1e1e1;padding:30px;margin:40px 0;line-height:1.6em}
#theater #theater-in .event-box h3 {font-size:1em;margin-bottom:20px;font-weight:500}
#theater #theater-in .event-box p {margin-bottom:1.5em}
#theater #theater-in .txt-day {margin:30px 0}
#theater #theater-in ul {margin-bottom:30px}
#theater #theater-in ul.list-btn li {width:13%;display:inline-block;/display:inline;/zoom:1;letter-spacing:normal;vertical-align:middle;margin-right:1%;line-height:1.4em;margin-bottom:10px;font-size:.9em}
#theater #theater-in ul.list-btn li a {display:block;text-decoration:none;background:#1d2088;color:#fff;padding:8px 0; border-radius:30px;}
#theater #theater-in ul.list-btn li:last-child {margin-right:0}
#theater #theater-in h3 {font-size:1.2em;margin-bottom:20px;font-weight:500}
#theater #theater-in .table-theater {width:100%;margin:0 auto 60px;border-top:1px solid #000;}
#theater #theater-in .table-theater th,#theater #theater-in .table-theater td {padding:8px 5px;text-align:center;font-size:1em;margin:0;border-bottom:1px solid #000;line-height:1.6em}
#theater #theater-in .table-theater td {color:#000;background:#fff}
#theater #theater-in .table-theater tr:nth-child(even) td{background:#f2f4f7;}
#theater #theater-in .table-theater td a {color:#000}
#theater #theater-in .table-theater th {background:#5386c5;color:#fff}
#theater #theater-in .table-theater th.th01 {width:15%;}
#theater #theater-in .table-theater th.th02 {width:35%;}
#theater #theater-in .table-theater td.td02 {text-align:left!important;}
#theater #theater-in .table-theater th.th03 {width:25%;}
#theater #theater-in .table-theater th.th04 {width:25%;}
#theater #theater-in .table-theater td.txt-left{text-align:left;}
@media screen and (max-width: 960px) {
#theater #theater-in {width:auto;margin:0 25px;}
}
@media screen and (max-width: 840px) {
#theater #theater-in .mvtk-box {width:342px;margin:auto;}
}
@media screen and (max-width: 768px) {
#theater #theater-in ul.list-btn li {width:auto;display:inline-block;margin-right:1%;line-height:1.2em;margin-bottom:10px;font-size:.9em;white-space: nowrap}
#theater #theater-in ul.list-btn li a {padding:7px 10px; border-radius:15px;}
#theater #theater-in .table-theater th,#theater #theater-in .table-theater td {font-size:.9em;}
.mvtk-box {text-align:center;margin:auto;width:342px}
#theater #theater-in .theater-kokai {width:100%;}
#theater #theater-in {padding:30px 0}
}
@media screen and (max-width: 360px) {
.table-theater th,.table-theater td {padding:15px 0;font-size:0.8em;line-height:1em;}
}

/*FOOTER*/
#footer {padding:350px 0 40px;background-color:#fff;background-image: url("../img/bg_footer.jpg");background-repeat: no-repeat;background-position:bottom}
#footer #footer-logo {width:300px;margin:0 auto 10px;}

/*BTNSNS*/
#footer #sns-block{text-align:center;letter-spacing:-.4em}
#footer .btn-sns {letter-spacing:-.4em;width:auto;display:block;vertical-align: middle;text-align:center;}
#footer .btn-sns li a {display:block;background:#fff;color:#5386c5;}
#footer .btn-sns li a i {color:#1d2088;}
@media screen and (max-width:768px) {
#footer {padding:200px 0 40px;}
}
@media screen and (max-width:480px) {
#footer #footer-logo {width:40%;}
}

/*SNSSHARE*/
#footer .list-sns{height:auto;display:block;text-align:center;}



/*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);}


/*COLORBOX*/
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999}
#cboxWrapper{max-width:none}
#cboxOverlay{position:fixed;width:100%;height:100%}
#cboxMiddleLeft,#cboxBottomLeft{clear:left}
#cboxContent{position:relative}
#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box}
#cboxTitle{margin:0}
#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}
#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}
.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}
.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}
#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
#cboxOverlay{background:url(../img/overlay.png) 0 0 repeat;z-index:5}
#colorbox{outline:0}
#cboxContent{margin-top:0;overflow:visible;padding:50px 0}
#cboxError{padding:50px;border:1px solid #ccc}
#cboxTitle{position:absolute;top:-22px;left:0;color:#000}
#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}
#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;width:0;height:0;position:absolute}
#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active,#cboxClose{outline:0}
#cboxPrevious{background-position:0 0;right:44px}
#cboxPrevious:hover{background: url(../img/btn_cbox_p_over.png) top left no-repeat;}
#cboxNext{background-position:-25px 0;right:22px}
#cboxNext:hover{background-position:-25px -25px;background: url(../img/btn_cbox_n_over.png) top left no-repeat;}
#cboxClose{background:url(../img/cbox_close.png) 0 0 no-repeat;top:0;right:0;height:44px;width:44px;z-index:100000}
#cboxClose:hover{background-position:0 0;filter:alpha(opacity=70);-moz-opacity:.7;opacity:.7}
.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious{right:66px}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;right:44px}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0;right:44px}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px}
#cboxOverlay{xbackground:#d61a7e!important;background:url(../img/overlay.png) top center repeat;z-index:999!important}
#cboxOverlay #colorbox{z-index:100}
.cboxIframe{width:100%;height:100%!important}
#cboxContent{padding:0}
#cboxClose{background:url(../img/cbox_close.png) 0 0 no-repeat;right:0;top:0;height:70px;width:70px;position:fixed;z-index:100000}

#cboxPrevious {top:45%;width:40px;height:40px;background:#000;left:0px;background: url(../img/btn_cbox_p.png) top left no-repeat;text-indent:-9999px;}
#cboxNext {top:45%;width:40px;height:40px;background:#000;right:0px;background: url(../img/btn_cbox_n.png) top left no-repeat;text-indent:-9999px;}
@media screen and (min-width:959px) {
.modal-content {max-width:1020px;}
}


/*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%;}
}



/*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:1200px;border-radius:0;box-shadow:0 4px 15px rgba(0,0,0,0.2);cursor:auto;height:720px;}
.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:60.25%;height:0;overflow:hidden;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,0.3);max-width:1200px;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 (max-width: 1400px) {
.modaal-container{height:640px;}
}
@media only screen and (max-width:800px) {
.modaal-container{height:500px;}
}
@media only screen and (max-width:680px) {
.modaal-container{height:400px;}
}
@media only screen and (max-width:580px) {
.modaal-container{height:340px;}
}
@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}
.modaal-video-container{padding-bottom:60.25%;height:100%}
}
@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{padding-bottom:67.25%;}
}
@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)}
}

@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)}
}


#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}
}



