/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■
■ FLYER
■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
*{ margin: 0; padding: 0; }
/* --------------------------------------------------
- content
-------------------------------------------------- */
#content{ position: fixed; /*margin-top: 36px;*/ }
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■
■ Original Style
■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
body{ font-size: 14px; /*line-height: 1.6em;*/ font-family: sans-serif; }
/*
CSS: iPhoneを回転させた際に文字サイズが拡大されてしまう場合の対処方法
http://thesaibase.com/html/iphone-rotation
*/
body { -webkit-text-size-adjust: none; }
/* ==================================================
= a
================================================== */
a{ color: #333333; text-decoration: none; outline: none; }
a:hover{ text-decoration: underline; outline: none; }
a:active{ outline: none; }
a:focus{ outline: none; }
/* --------------------------------------------------
- 矢印
-------------------------------------------------- */
a.arrow{ display: inline-block; padding: 14px 22px 12px 20px; text-decoration: none; color: #333; background-color: #fff; border: #333 1px solid; }
a.arrow span{ display: inline-block; position: relative; width: 0; height: 0; margin-left: 10px; vertical-align: 0px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #333;  }
a.arrow span::after{ content: '.'; font-size: 0.1em; display: inline-block; position: absolute; top: -7px; left: -9px; z-index: 2; width: 0; height: 0; margin-left: 0px; border-left: 7px solid #fff; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }
a.arrow:hover{ padding-right: 10px; transition-property: padding-right; transition-duration: 0.2s; transition-timing-function: ease; transition-delay: 0s; }
a.arrow:hover span{ margin-left: 22px; transition-property: margin-left; transition-duration: 0.2s; transition-timing-function: ease; }
/* 背景黒 */
a.arrow.black{ background-color: #333; color: #fff;　}
a.arrow.black span{ border-left: 6px solid #fff;  }
a.arrow.black span::after{ border-left: 7px solid #333; }
/**/
a.blue{ color: blue; text-decoration: underline; }
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■
■ common
■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ==================================================
= header
================================================== */
/* --------------------------------------------------
-
-------------------------------------------------- */
header{ text-align: center;  margin-top: 10px; }








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■
■ CSS版
■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* --------------------------------------------------
- ul
-------------------------------------------------- */
#main ul{ background-color: #ffffff; }
/* --------------------------------------------------
- content
-------------------------------------------------- */
#content{ position: static; }
.card{ display: inline-block; position: relative; overflow: hidden; /*border: 1px solid rgba(207, 178, 111, 0.4); margin-top: 0; margin-bottom: 4px;*/ vertical-align: top; cursor: pointer; }
.card.thumb{ /*padding: 4px;*/ }
.card .inner{ display: inline-block; position: relative; overflow: hidden; vertical-align: top; padding: 4px; }
.card .bottom{ position: absolute; display: block; width: 100%; height: 13px; transform: translateX(0px) translateY(-12px); z-index: 1000;
background: -moz-linear-gradient(to right,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.0) 60%);
background: -webkit-linear-gradient(to right,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.0) 60%);
background: linear-gradient(to right,rgba(255,255,255,0.8) 20%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.0) 60%);}
.card img{ width: calc(100%/* - 2px*/); /*border: 1px solid #efefef;*/ vertical-align: top; }
.card video{ width: calc(100%/* - 2px*/); /*border: 1px solid #efefef;*/ vertical-align: top; }
.card .term{ position: absolute; color: rgba(100, 70, 20, 0.7); font-size: 11px; font-family: 'Open Sans Condensed', 'Open Sans'; bottom: 0px; left: 3px; }
/* ==================================================
= Full
================================================== */
.full{ display: none; position: fixed; top: 0px; left: 0px; z-index: 101; overflow: scroll; background-color: rgba(0, 0, 0, 0.8); }
.info{ display: block; position: absolute; top: 0px; left: 0px; z-index: 115; width: 100%; }
.info.on{ background: rgba(0, 0, 0, 0.6); z-index: 130; }
.cover{ display: block; position: absolute; top: 0px; left: 0px; z-index: 114; width: 100%; height: 100%; }
.now{ display: block; position: absolute; top: 0px; left: 0px; z-index: 113; background-color: #ffffff; overflow: hidden; text-align: center; }
.prev{ display: block; position: absolute; top: 0px; left: 0px; z-index: 112; background-color: #ffffff; overflow: hidden; text-align: center; }
.next{ display: block; position: absolute; top: 0px; left: 0px; z-index: 111; background-color: #ffffff; overflow: hidden; text-align: center; }

.now{ width: 100%; height: 100%; }
.prev{ width: 100%; height: 100%; }
.next{ width: 100%; height: 100%; }

.now img, .prev img, .next img{ /*top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);*/ height: 100%; width: auto; }



/* ==================================================
= Information
================================================== */
.information{ color: #ffffff; text-align: center; }
.information .type{ margin-top: 4px; font-size: 1.8em; font-family: 'Open Sans Condensed', 'Open Sans'; }
.information .role{ margin-top: 0px; font-size: 1.0em; }
.information .date{ margin-top: 20px; font-size: 1.0em; padding-left: 20px; text-align: left; }

.information .wrapper{ display: inline-block; border-radius: 34px; -webkit-border-radius: 34px; -moz-border-radius: 34px; margin-top: 10px; padding: 8px; background: rgba(200, 200, 200, 0.2) };

.information .sitetype{ padding-right: 4px; font-size: 1.0em; }
.information a.sitename{ border: 1px solid rgba(0,0,0, 0.6); font-size: 1.0em; display: inline-block; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; line-height: 30px; border: none; background-color: #ffffff; color: #000000; text-decoration: none; cursor: pointer; padding: 8px 12px 4px 12px; box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.4 ); -moz-box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.4 ); -webkit-box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.4 ); }

.information .sitename .profile_image{ display: inline-block; width: 34px; height: 34px; margin-right: 8px; vertical-align: bottom; overflow: hidden; border-radius: 4px;
border-radius: 50%; 
}
.information .sitename img{ /*width: 60%;*/ height: 24px; vertical-align: -10px; }
.information .context{ margin-top: 10px; padding: 0 20px 40px; text-align: left; }
.information .address{ margin-top: 20px; padding: 0 10px; text-align: left; }
.information .address a{ color: #ffffff; }
.information .address a .outlink::after{ content: ' (GoogleMaps)' }
.information .access{ margin-top: 6px; padding: 0 10px; text-align: left; }
.information .step{ border: 1px solid #ffffff; margin: 10px 0 10px; padding: 8px 0 10px; }
.information .arrow{ position: relative; display: inline-block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; margin-right: 6px; vertical-align: 0px; border-left: 6px solid #000; }
.information .arrow::after{ content: '.'; font-size: 0.1em; position: absolute; display: inline-block; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; top: -7px; left: -9px; z-index: 2; border-left: 7px solid #fff; }
.information .outlink{ margin-left: 6px; }
/* 過去の公演 */
.information .pasts{ padding: 5px 10px 3px 10px; border: 1px solid #ffffff; display: inline-block; }
.information .past{ margin-top: 20px; padding: 0 10px 40px; text-align: left; }
.information .past a{ display: inline-block; color: #ffffff; margin: 10px 0 0 10px; }
.information .past a:hover{ text-decoration: none; }
/* ==================================================
= Marker
================================================== */
.marker{ display: block; position: absolute; z-index: 120; width: 40px; height: 40px; border-radius: 50%; background-color: rgba(87, 202, 242, 0.9); box-shadow: 0 0 5px rgba(87, 202, 242, 1.0); background-repeat: no-repeat; background-position: 0 0; background-size: contain; cursor: pointer; 
box-shadow: 0px 2px 3px rgba(0, 60, 100, 0.8);
}
.marker.play{ background-image: url(./images/dftg-marker-play.svg); }
.marker.theater{ background-image: url(./images/dftg-marker-theater.svg); }
.marker.company{ background-image: url(./images/dftg-marker-company.svg); }
.marker.twitter{ background-image: url(./images/dftg-marker-twitter.svg); }
.marker.youtube{ background-image: url(./images/dftg-marker-youtube.svg); }
.marker.GooglePlace{ background-image: url(./images/dftg-marker-googleplace.svg); }
.marker.theatergoing{ background-image: url(./images/dftg-marker-theatergoing.svg); }
.marker.other{ background-image: url(./images/dftg-marker-other.svg); }
.marker.blog{ background-image: url(./images/dftg-marker-other.svg); }
.marker.facebook{ background-image: url(./images/dftg-marker-facebook.svg); }
.marker.instagram{ background-image: url(./images/dftg-marker-instagram.svg); }
.marker .ring{ position: absolute; z-index:-1; border-radius: 50%; height: 40px; width: 40px; top: 0; left: 0; top: -1px; left: -1px; border: 1px solid rgba(87, 202, 242, 0.8); box-shadow: 0 0 0px rgba(87, 202, 242, 1.0);
animation: pulsate 2400ms ease-out;
animation-iteration-count: infinite;
box-shadow: 0px 2px 3px rgba(60, 120, 160, 0.3);
}
@keyframes pulsate {
	0%   { transform: scale(1.0, 1.0); }
	50%  { opacity: 1; }
	100% { transform: scale(1.5, 1.5); opacity: 0.0; }
}
/* --------------------------------------------------
- attention
-------------------------------------------------- */
/* return */
.doubletap{ position: fixed; bottom: 0; right: 2px; padding: 8px 10px 4px 10px; text-align: left; font-size: 14px; display: inline-block; }
.doubletap img{ height: 20px; vertical-align: -3px; margin-right: 4px; }
.doubletap-01{ position: fixed; bottom: 0px; right: 0px; text-align: left; font-size: 12px; display: inline-block; background-color: rgba(0, 0, 0, 0.4); color: #ffffff; padding: 8px 10px 4px 10px; z-index: 100; }
.doubletap-01 img{ height: 20px; vertical-align: -3px; margin-right: 4px; }
.doubletap-02{ position: fixed; bottom: 0px; right: 0px; text-align: left; font-size: 12px; display: inline-block; background-color: rgba(0, 0, 0, 0.4); color: #ffffff; padding: 8px 10px 4px 10px; z-index: 120; }
.doubletap-02 img{ height: 20px; vertical-align: -3px; margin-right: 4px; }
.doubletap-02 .scroll{ display: none; }
.multiple .doubletap-02 .scroll{ display: inline-block; }
.doubletap-02.off{ display: none; }
.rotating .meter1, .rotating .meter2, .rotating .meter3, .rotating .meter4, .rotating .meter5{ display: none; margin-right: 4px; color: #666666; }
/*.rotating[step="0"] .meter{ display: none; }*/
.rotating[step="1"] .meter1{ color: #ffffff; }
.rotating[step="2"] .meter2{ color: #ffffff; }
.rotating[step="3"] .meter3{ color: #ffffff; }
.rotating[step="4"] .meter4{ color: #ffffff; }
.rotating[step="5"] .meter5{ color: #ffffff; }
.rotating[length="5"] .meter1, .rotating[length="4"] .meter1, .rotating[length="3"] .meter1, .rotating[length="2"] .meter1, .rotating[length="1"] .meter1{ display: inline-block; }
.rotating[length="5"] .meter2, .rotating[length="4"] .meter2, .rotating[length="3"] .meter2, .rotating[length="2"] .meter2{ display: inline-block; }
.rotating[length="5"] .meter3, .rotating[length="4"] .meter3, .rotating[length="3"] .meter3{ display: inline-block; }
.rotating[length="5"] .meter4, .rotating[length="4"] .meter4{ display: inline-block; }
.rotating[length="5"] .meter5{ display: inline-block; }
/* --------------------------------------------------
- rotating
-------------------------------------------------- */
.rotating{ position: relative; width: 100%; min-height: 100px; }
.board{ position: absolute; /* width: 100%; height: 100%; */ /*border: 1px solid #ffffff;*/ margin-top: 6px; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 1s ease; transition: transform 1s ease; /*background-color: rgba(255, 255, 255, 1.0);*/ color: #000; width: 100%; background-repeat: no-repeat; }
/*.GooglePlace .board{ background-image: url(./images/gb-google-map-icon.svg); background-position: 10px 10px; background-size: 18px; }*/
/*.board .inner{ padding: 10px 20px 40px; }*/
/* board */
.board .inner{ padding: 10px 20px 10px; background-color: rgba(255, 255, 255, 1.0); border: 1px solid #ffffff; margin-bottom: 40px; background-repeat: no-repeat; }
.twitter .board .inner{ background-image: url(./images/Twitter_Logo_Blue.svg); background-position: 10px 0; background-size: 34px; }
.GooglePlace .board .inner{ background-image: url(./images/gb-google-map-icon.svg); background-position: 10px 10px; background-size: 18px; }
.GooglePlace .board.step0 .inner{ background-image: none; }
.board .title{ display: block; text-align: right; color: #bbb; font-size: 0.86em; margin-bottom: 6px; }
.board .photo{ display: inline-block; padding-top: 6px; }
.board .photo img{ width: 100%; }
.board .video video{ width: 100%; }
.board a{ color: #1DA1F2; }
.board .dftg{ margin-top: 10px; border-top: 1px #ffffff dotted; padding-top: 10px }
/* z-indexはtransform3dをサポートしてないブラウザ用 */
/*.rotating .board::after{ content: "・・・タップで切り替わります"; font-size: 1em; }*/
/*.rotating.on .tap{ display: inline-block; vertical-align: baseline; margin-top: 4px; margin-left: 10px; padding-left: 20px; padding-top: 6px; background-repeat: no-repeat; background-position: 0 0; background-size: 16px; background-image: url(./images/dftg-hand-single.svg); }*/
.rotating .swipe{ display: none; }
.rotating.on .swipe{ display: inline-block; vertical-align: baseline; margin-left: 10px; padding-left: 36px; padding-top: 6px; padding-right: 10px; background-repeat: no-repeat; background-position: 0 4px; background-size: 36px; background-image: url(./images/dftg-hand-swipe.svg); }
.rotating .step .title .date{ font-size: 0.86em; }
/*step0*/
.rotating[step="0"] .board{ -webkit-transform: perspective(3000px) rotateY(-180deg); transform: perspective(3000px) rotateY(-180deg); z-index: 1; }
.rotating[step="0"] .board.step0{ -webkit-transform: perspective(3000px) rotateY(0deg); transform: perspective(3000px) rotateY(0deg); z-index: 2; }
/*step1*/
.rotating[step="1"] .board{ -webkit-transform: perspective(3000px) rotateY(-180deg); transform: perspective(3000px) rotateY(-180deg); z-index: 1; }
.rotating[step="1"] .board.step1{ -webkit-transform: perspective(3000px) rotateY(0deg); transform: perspective(3000px) rotateY(0deg); z-index: 2; }
/*step2*/
.rotating[step="2"] .board{ -webkit-transform: perspective(3000px) rotateY(-180deg); transform: perspective(3000px) rotateY(-180deg); z-index: 1; }
.rotating[step="2"] .board.step2{ -webkit-transform: perspective(3000px) rotateY(0deg); transform: perspective(3000px) rotateY(0deg); z-index: 2; }
/*step3*/
.rotating[step="3"] .board{ -webkit-transform: perspective(3000px) rotateY(-180deg); transform: perspective(3000px) rotateY(-180deg); z-index: 1; }
.rotating[step="3"] .board.step3{ -webkit-transform: perspective(3000px) rotateY(0deg); transform: perspective(3000px) rotateY(0deg); z-index: 2; }
/*step4*/
.rotating[step="4"] .board{ -webkit-transform: perspective(3000px) rotateY(-180deg); transform: perspective(3000px) rotateY(-180deg); z-index: 1; }
.rotating[step="4"] .board.step4{ -webkit-transform: perspective(3000px) rotateY(0deg); transform: perspective(3000px) rotateY(0deg); z-index: 2; }
/*step5*/
.rotating[step="5"] .board{ -webkit-transform: perspective(3000px) rotateY(-180deg); transform: perspective(3000px) rotateY(-180deg); z-index: 1; }
.rotating[step="5"] .board.step5{ -webkit-transform: perspective(3000px) rotateY(0deg); transform: perspective(3000px) rotateY(0deg); z-index: 2; }
/* --------------------------------------------------
- loading
 -http://blog.asial.co.jp/857
-------------------------------------------------- */
.info .information .loader{ position: fixed; top: 200px; }
.info .information .loader.off{ display: none; }
.info .information .loader span{ background-color: #fff; width: 10px; height: 10px; border-radius: 100%; margin: 2px; -webkit-animation-fill-mode: both; animation-fill-mode: both; display: inline-block; }
.info .information .loader span:nth-child(1){ -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.info .information .loader span:nth-child(2){ -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.info .information .loader span:nth-child(3){ -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }