@charset "UTF-8";

@font-face {
  font-family: alright-sans;
  src: url("../font/alrightsansboldv3.otf") format("otf"),url(../font/alrightsansboldv3.woff) format("woff"),url(../font/alrightsansboldv3.ttf) format("truetype");
}
@font-face {
  font-family:Catamaran;
  font-style:normal;
  font-weight:400;
  src:local(Catamaran),local(Catamaran-Regular),url(https://fonts.gstatic.com/s/catamaran/v2/iVYgK2bOLvZcSxr0ITOecqCWcynf_cDxXwCLxiixG1c.ttf) format("truetype");
}
@font-face {
font-family:"titling-gothic-fb-skyline";
src:url("https://use.typekit.net/af/fdeb24/00000000000000003b9ae901/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/fdeb24/00000000000000003b9ae901/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/fdeb24/00000000000000003b9ae901/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}
@font-face {
font-family:"titling-gothic-fb-skyline";
src:url("https://use.typekit.net/af/2566bd/00000000000000003b9ae903/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2566bd/00000000000000003b9ae903/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2566bd/00000000000000003b9ae903/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;
}
.tk-titling-gothic-fb-skyline { font-family: "titling-gothic-fb-skyline",sans-serif; }

html {
	-webkit-overflow-scrolling: touch;
}
html,body {
	width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
  /*overflow-y: scroll;*/
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  /*overflow-y: hidden;*/
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック","MS Gothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .06em;
  color: #222;
  background-color: #f5f6f7;
}
a {
/*  color: #85c5ab; */
  color: #805624
}
a:hover {
  color: #85c5ab;
  text-decoration: none;
}
body.on {
	position: fixed;
	width: 100%;
	height: 100%;
}
a.disabled {
  pointer-events: none;
}
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 100;
}
#splash.on {
  background-color: transparent;
}
#splash .progress {
  width: 0;
  height: auto;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0;
  background-color: #000;
  transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
  -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
  transition: all .6s cubic-bezier(.77,0,.175,1);
}
#splash .progress.on {
  transform: translateX(102%);
}
#splash .bland {
  color : rgb(255, 255, 255);
  mix-blend-mode : difference;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .6em;
}
@media screen and (min-width:768px) {
  #splash .bland {
    font-size: 2.5rem;
    letter-spacing: 1.2em;
  }
}
#splash .bland.on {
  opacity: 0;
}

.btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e606';
  margin-top: -.65rem;
  font-size: 1.3rem;
}
@media screen and (min-width:768px) {
  .btn::after {
    font-size: 1.6rem;
    margin-top: -.8rem;
  }
}
.btn.disabled::after {
  color: #ddd;
}
@-webkit-keyframes button-str {
	0% {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	
	49.9% {
		opacity:0;
		-webkit-transform:translateX(5px) scale(.5);
		transform:translateX(5px) scale(.5);
	}
	
	50% {
		opacity:0;
		-webkit-transform:translateX(-5px) scale(1.6);
		transform:translateX(-5px) scale(1.6);
	}
	
	100% {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

@keyframes button-str {
	0% {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	
	49.9% {
		opacity:0;
		-webkit-transform:translateX(5px) scale(.5);
		transform:translateX(5px) scale(.5);
	}
	
	50% {
		opacity:0;
		-webkit-transform:translateX(-5px) scale(1.6);
		transform:translateX(-5px) scale(1.6);
	}
	
	100% {
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.btn .submit-label {
  position: relative;
  padding: 1rem 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .btn .submit-label {
    padding: 2rem 6rem;
    font-size: 1.6rem;
  }
}
.btn .submit-label .typo {
  display: inline-block;
}
.btn:hover .submit-label .typo {
  -webkit-animation-name:button-str;
  animation-name:button-str;
  -webkit-animation-duration:.3s;
  animation-duration:.3s;
  -webkit-animation-timing-function:cubic-bezier(.785,.135,.15,.86);
  animation-timing-function:cubic-bezier(.785,.135,.15,.86);
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.btn .submit-label .typo:nth-of-type(1) {
  -webkit-animation-delay:0;
  animation-delay:0;
}
.btn .submit-label .typo:nth-of-type(2) {
  -webkit-animation-delay:30ms;
  animation-delay:30ms;
}
.btn .submit-label .typo:nth-of-type(3) {
  -webkit-animation-delay:60ms;
  animation-delay:60ms;
}
.btn .submit-label .typo:nth-of-type(4) {
  -webkit-animation-delay:90ms;
  animation-delay:90ms;
}
.btn .submit-label .typo:nth-of-type(5) {
  -webkit-animation-delay:.12s;
  animation-delay:.12s;
}
.btn .submit-label .typo:nth-of-type(6) {
  -webkit-animation-delay:.15s;
  animation-delay:.15s;
}
.btn .submit-label .typo:nth-of-type(7) {
  -webkit-animation-delay:.18s;
  animation-delay:.18s;
}
.btn .submit-label .typo:nth-of-type(8) {
  -webkit-animation-delay:.21s;
  animation-delay:.21s;
}
.btn .submit-label .typo:nth-of-type(9) {
  -webkit-animation-delay:.24s;
  animation-delay:.24s;
}
.btn .submit-label .typo:nth-of-type(10) {
  -webkit-animation-delay:.27s;
  animation-delay:.27s;
}
.btn.disabled {
  pointer-events: none;
}
.btn.disabled .submit-label .typo {
  color: #ddd;
}

#scroll-spacer {
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  margin: 0px;
  display: block;
  position: relative;
  box-sizing: content-box;
  width: 100%;
  height: 100vh;

}
header.masthead {
  margin: auto;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  box-sizing: border-box;
}
header.masthead #hero-scroll {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 50px;
  margin: 0 auto;
  font-size: 12px;
  font-size: .75rem;
  font-family: Catamaran;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .32em;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  z-index: 10;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.masthead #hero-scroll.inview {
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-delay: 7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
header.masthead #hero-scroll p {
  font-size: .6rem;
  line-height: 1.125em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  margin: 0 auto;
}
header.masthead #hero-scroll-bar {
  width:1px;
  height:100%;
  overflow:hidden;
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  margin:0 auto;
  background-color:#d7d7d7;
}
header.masthead #hero-scroll-bar-in {
  height:80%;
  position:absolute;
  top:0;
  right:0;
  left:0;
  background-color:#143659;
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
  transform:scale(0);
  -webkit-animation-name:animateScrollBar;
  animation-name:animateScrollBar;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-timing-function:cubic-bezier(.645,.045,.355,1);
  animation-timing-function:cubic-bezier(.645,.045,.355,1);
  -webkit-animation-duration:1s;
  animation-duration:1s;
}
@-webkit-keyframes animateScrollBar {
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
  }
  
  80% {
    -webkit-transform:translateY(200%);
    transform:translateY(200%);
  }
}

@keyframes animateScrollBar {
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
  }
  
  80% {
    -webkit-transform:translateY(200%);
    transform:translateY(200%);
  }
}
#hero {
  background-image: url("../images/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}
#hero::after {
  content: '';
  /*background-color: rgba(0, 0, 0, .3);*/
  background-image: url(../images/overlay.gif);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#hero .caption-first,
#hero .caption-second,
#hero .caption-third {
  position: absolute;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-shadow: 0 0 .3rem #000;
  opacity: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #hero .caption-first,
  #hero .caption-second,
  #hero .caption-third {
    font-size: 4.8rem;
  }
}
#hero .caption-first {
  top: 20%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  #hero .caption-first {
    left: 10%;
  }
}
#hero .caption-second {
  top: 35%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  #hero .caption-second {
    right: 10%;
  }
}
#hero .caption-third {
  bottom: 20%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  #hero .caption-third {
    left: 30%;
  }
}
#hero .movie-title {
  width: 90vw;
  filter: drop-shadow(0 0 .3rem rgba(0, 0, 0, 1));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #hero .movie-title {
    width: 70vw;
  }
}
@media screen and (min-width: 992px) {
  #hero .movie-title {
    width: 40vw;
  }
}
#hero .movie-title .st0{
  opacity: 0.8;
  fill:#84C4AB;
}
#hero .movie-title .st1{
  fill: #fff;
}
#hero .movie-title .st2{
  fill: #805624;
}
@keyframes captionInRight {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(13%);
  }
}
@keyframes captionInLeft {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-13%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hero.inview .caption-first {
  animation-name: captionInRight;
  animation-duration: 4s;
  animation-delay: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#hero.inview .caption-second {
  animation-name: captionInLeft;
  animation-duration: 4s;
  animation-delay: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#hero.inview .caption-third {
  animation-name: captionInRight;
  animation-duration: 2s;
  animation-delay: 4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#hero.inview .movie-title {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.introduction {
  z-index: 15;
  margin-bottom:50px;
}
@media screen and (min-width:576px) {
  .introduction {
    margin-bottom:5.55556%;
  }
}
.introduction .introduction-expand {
  margin: -75px auto 5.55556%;
  padding-top: 6.44444%;
  padding-bottom: 3.88889%;
}
.introduction-title {
  margin-bottom: 20px;
}
.introduction-title-ja,
.introduction-title-en {
  display: block;
  letter-spacing: .1em;
}
.introduction-title-ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.introduction-title-en {
	font-size: 2.4rem;
  font-family: "Catamaran";
  text-transform: uppercase;
  line-height: 1.2;
}
.introduction-text {
	font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  line-height: 2;
  margin-bottom: 3.5rempx;
}
@media screen and (min-width: 576px) {
	
	.introduction-title-ja br,
	.introduction-title-en br {
		display: none;
	}
	
}
@media screen and (min-width: 992px) {
  .introduction-title {
    margin-bottom: 35px;
  }
  .introduction-title-ja {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .introduction-title-en {
    font-size: 3.8rem;
  }
  .introduction-text {
	  font-size: 1.4rem;
    line-height: 2.64;
    margin-bottom: 50px;
  }
}
.introduction-expand-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
}
.introduction-expand-body, .recent-intro-body, .recent-contents-body {
  opacity: 0;
  z-index: 10;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.introduction-expand-body.inview, .recent-intro-body.inview, .recent-contents-body.inview {
  opacity: 1;
}
.introduction-expand.inview-fix, guidline-contents-body.inview-fix, .recent-intro-body.inview-fix, , .recent-contents-body-inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.introduction-expand .introduction-expand-bg {
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.introduction-expand .introduction-expand-bg.inview {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.introduction-expand .introduction-expand-bg.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.scroll-type-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 37.3333333333vw;
}
@media screen and (min-width:576px) {
	.scroll-type-wrap {
		height: 330px;
	}
}
.scroll-type-first,
.scroll-type-second {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 37.3333333333vw;
  color: #84c4ab;
  font-size: 37.3333333333vw;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-transform: translate3d(0, 0, 0); 
  transform: translate3d(0, 0, 0);
  opacity: 0.2;
}
.scroll-type-first,
.scroll-type-second {
  -webkit-animation: scroll-first 40s 0s linear infinite normal;
  animation: scroll-first 40s 0s linear infinite normal;
}
.scroll-type-second {
  -webkit-animation: scroll-second 40s -20s linear infinite normal;
  animation: scroll-second 40s -20s linear infinite normal;
}
@media screen and (min-width:576px) {
	.scroll-type-first,
  .scroll-type-second {
	  font-size: 330px;
		height: 330px;
	}
}
@-webkit-keyframes scroll-first {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-first {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-second {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-second {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.audition {
  margin-top: -19.7333333333vw;
}
@media screen and (min-width: 768px) {
  .audition {
    margin-top: -160px;
  }
}
.audition .audition-header {
  opacity: 0;
  margin-bottom: 2.5rem;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
@media screen and (min-width: 768px) {
  .audition .audition-header {
     margin-bottom: 4rem;
  }
}
.audition .audition-header.inview {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.audition .audition-header h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  audition .audition-header h2 {
    margin-bottom: 3.5rem;
  }
}
.audition .audition-header h2 .ja,
.audition .audition-header h2 .en {
  display: block;
}
.audition .audition-header h2 .ja {
  font-size: 1.5rem;
  letter-spacing: .1em;
}
.audition .audition-header h2 .en {
	font-size: 2.4rem;
  font-family: titling-gothic-fb-skyline;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .audition .audition-header h2 .ja {
    font-size: 2.2rem;
  }
  .audition .audition-header h2 .en {
    font-size: 3.8rem;
    margin-bottom: 2.5rem;
  }
}
.audition .audition-header p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .audition .audition-header p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}
.audition .audition-item {
  margin-bottom: .5rem;
  padding: 2rem;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
@media only screen and (min-width: 769px) {
  .audition .audition-item {
    padding: 5rem;
  }
}
.audition .audition-item.inview {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.audition .audition-item h5 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .audition .audition-item h5 {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.audition .audition-item h5 span {
  font-size: 1rem;
  margin-bottom: .8rem;
  display: block;
  color: #805624;
}
@media screen and (min-width: 576px) {
  .audition .audition-item h5 span {
    font-size: 1.4rem;
  }
}
.audition .audition-item p {
	font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .audition .audition-item p {
  	font-size: 1.3rem;
    line-height: 2.2;
  }
}
.audition .audition-item.disabled h5,
.audition .audition-item.disabled h5 span,
.audition .audition-item.disabled p {
  color: #ddd;
}
.audition .btn {
  position: relative;
  width: 100%;
  border: 1px solid #b8b8b8;
  margin: 1rem .25rem 5rem;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
/*
  -webkit-transition-duration:1s;
  transition-duration:1s;
  -webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);
  transition-timing-function:cubic-bezier(.075,.82,.165,1);*/
}
@media only screen and (min-width: 769px) {
  .audition .btn {
    margin: 3rem 0 10rem;
  }
}
.audition .btn:hover {
  color: #fff;
  background-color: #000;
}
.audition .btn.inview-fix {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.audition .btn.disabled {
  border: 1px solid #ddd;
}

.works {
  margin-top: -19.7333333333vw;
}
@media screen and (min-width: 768px) {
  .works {
    margin-top: -160px;
  }
}
.works .works-header {
  opacity: 0;
  margin-bottom: 2.5rem;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
@media screen and (min-width: 768px) {
  .works .works-header {
     margin-bottom: 4rem;
  }
}
.works .works-header.inview {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.works .works-header h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .works .works-header h2 {
    margin-bottom: 3.5rem;
  }
}
.works .works-header h2 .ja,
.works .works-header h2 .en {
  display: block;
}
.works .works-header h2 .ja {
  font-size: 1.5rem;
  letter-spacing: .1em;
}
.works .works-header h2 .en {
	font-size: 2.4rem;
  font-family: titling-gothic-fb-skyline;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .works .works-header h2 .ja {
    font-size: 2.2rem;
  }
  .works .works-header h2 .en {
    font-size: 3.8rem;
    margin-bottom: 2.5rem;
  }
}
.works .works-header p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .works .works-header p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}
.works .works-item {
  margin-bottom: .5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
.works .works-item img {
  width: 100%;
}
.works .works-item.inview {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.works .btn {
  position: relative;
  width: 100%;
  border: 1px solid #b8b8b8;
  margin: 1rem .25rem 5rem;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
@media only screen and (min-width: 769px) {
  .works .btn {
    margin: 3rem 0 10rem;
  }
}
.works .btn:hover {
  color: #fff;
  background-color: #000;
}
.works .btn.inview-fix {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.recent .recent-intro-body {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
.recent .recent-intro-body.inview {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.recent .recent-intro-body h2 {
  font-size: 9.6rem;
  font-family: titling-gothic-fb-skyline;
  font-weight: 400;
  letter-spacing: 1.25rem;
  margin-right: -1.25rem;
  line-height: .9;
}
@media screen and (min-width: 992px) {
  .recent .recent-intro-body h2 {
    font-size: 14.4rem;
  }
}
.recent .recent-intro-body h3 {
  font-size: 1.1rem;
  margin-top: 2rem;
  letter-spacing: 1rem;
}
@media screen and (min-width: 992px) {
  .recent .recent-intro-body h3 {
    font-size: 2.1rem;
    letter-spacing: 1rem;
  }
}
.recent-image {
  position: relative;
  overflow: hidden;
  max-height: 50rem;
  z-index: 5;
}

.recent-image {
  overflow: hidden;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.recent-image.inview {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.recent-image.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.recent-image picture {
  display: block;
}

.recent-image picture img {
  visibility: hidden;
}

.recent-image picture {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.recent-image picture.inview {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.recent-image picture.inview img {
  visibility: visible;
}
.recent-image picture.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.recent-image-over, .recent-image-over-bg, .recent-image-over-label {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.recent-image-over-label {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	z-index:10;
	color:#fff;
	font-family:Catamaran;
	font-size: 1.6rem;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.3em;
}
.recent-image-over-label .typo {
	opacity:0;
	-webkit-transform:scale(2);
	-ms-transform:scale(2);
	transform:scale(2);
	-webkit-transition-duration:.2s;
	transition-duration:.2s;
	-webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);
	transition-timing-function:cubic-bezier(.075,.82,.165,1);
}
.recent-image-over-label .typo:nth-of-type(1) {
	-webkit-transition-delay:0;
	transition-delay:0;
}
.recent-image-over-label .typo:nth-of-type(2) {
	-webkit-transition-delay:20ms;
	transition-delay:20ms;
}
.recent-image-over-label .typo:nth-of-type(3) {
	-webkit-transition-delay:40ms;
	transition-delay:40ms;
}
.recent-image-over-label .typo:nth-of-type(4) {
	-webkit-transition-delay:60ms;
	transition-delay:60ms;
}
.recent-image-over-bg {
	opacity:0;
	background-color:rgba(133, 197, 171, .3);
	-webkit-transition-duration:1s;
	transition-duration:1s;
	-webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);
	transition-timing-function:cubic-bezier(.075,.82,.165,1);
}
.recent-image a:hover .recent-image-over-label .typo {
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.recent-image a:hover .recent-image-over-bg {
	opacity:1;
}
.recent-outline {
	right: 0;
  bottom: 0;
  z-index:10;
}
.recent-contents-body {
	padding: 1.5rem 0;
  z-index: 10;
}
@media screen and (min-width:992px) {
	.recent-contents-body {
	  padding: 2.5rem 0;
	}
}
.recent-item-day {
	font-size: 1rem;
/*	color: #805624; */
	color: #85c5ab;
	margin-bottom: .3rem;
}
@media screen and (min-width:768px) {
	.recent-item-day {
  	font-size: 1.1rem;
		margin-bottom: .5rem;
	}
}
@media screen and (min-width:992px) {
	.recent-item-day {
  	font-size: 1.2rem;
  	margin-bottom: .5rem;
	}
}
.recent-item-text {
	font-size: 1.2rem;
	color: #222;
}
@media screen and (min-width:992px) {
	.recent-item-text {
		font-size: 1.4rem;
	}
}
.recent-contents-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255,255,255,1);
}
.recent-contents-bg {
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.recent-contents-bg.inview {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.recent-contents-bg.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sponsor {
  padding-top: 5rem;
  background-color: #000;
}
.sponsor h2 {
  font-size: 7rem;
  font-family: 'Noto Serif JP', serif;
  color: #2a2a28;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 4rem;
  font-weight: 900;
}
@media screen and (min-width: 576px) {
	.sponsor h2 {
    font-size: 18rem;
	}
}
@media screen and (min-width: 768px) {
	.sponsor h2 {
    font-size: 19rem;
	}
}
@media screen and (min-width: 992px) {
	.sponsor h2 {
    font-size: 25rem;
	}
}
.sponsor .header {
  opacity: 0;
  padding: 10rem 0 5rem;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}
@media screen and (min-width: 768px) {
  .sponsor .header {
     margin-bottom: 4rem;
  }
}
.sponsor .header.inview {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.sponsor .header p {
  font-size: 1.2rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .sponsor .header p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}
.sponsor .sponsor-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
}

.sponsor .sponsor-item.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.sponsor .sponsor-item i {
  display: block;
  margin-bottom: 20px;
  font-size: 7rem;
}
.sponsor .sponsor-item h5 {
  margin-bottom: 1.5rem;
}
.sponsor .sponsor-item h5 span {
  display: block;
}
.sponsor .sponsor-item h5 .category {
  font-size: 1.1rem;
  margin-bottom: .8rem;
}
.sponsor .sponsor-item h5 .bite {
  font-size: 2rem;
}
.sponsor .sponsor-item p {
	font-size: 1.2rem;
  line-height: 1.8;
}
.sponsor .btn {
  width: 100%;
  color: #fff;
  border: 1px solid #b8b8b8;
  margin: 1rem .25rem 5rem;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 32);
  transform: matrix(1, 0, 0, 1, 0, 32);
  -webkit-transition: all .65s;
  transition: all .65s;
/*
  -webkit-transition-duration:1s;
  transition-duration:1s;
  -webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);
  transition-timing-function:cubic-bezier(.075,.82,.165,1);*/
}
@media only screen and (min-width: 769px) {
  .sponsor .btn {
    margin: 3rem 0 5rem;
  }
}
.sponsor .btn:hover {
  color: #000;
  background-color: #fff;
}
.sponsor .btn.inview-fix {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.access .gmap-wrap {
  width: 100%;
  padding-top: 40.25%;
  overflow: hidden;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.access .gmap-wrap.inview {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}

.access .gmap-wrap.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.access .gmap-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(90%,0,0);
  transform: translate3d(90%,0,0);
}
.access .gmap-wrap iframe.inview {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.access .gmap-wrap iframe.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.access .gmap-wrap iframe {
  width: 100%;
  display: block;
}
.access .gmap-wrap iframe,
.access .gmap-wrap object,
.access .gmap-wrap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.access .outline {
  position: static;
}
@media screen and (min-width:768px) {
  .access .outline {
    position: absolute;
  	left: 0;
    bottom: 0;
    z-index:10;
  }
}
.access .contents-body {
  opacity: 0;
  z-index: 10;
	padding: 1.5rem 0;
  z-index: 10;
}

@media screen and (min-width:992px) {
	.access .contents-body {
	  padding: 2.5rem 0;
	}
}
.access .contents-body.inview {
  opacity: 1;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.access .contents-body.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.access .contents-body .header h2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .access .contents-body .header h2 {
    margin-bottom: 3.5rem;
  }
}
.access .contents-body .header h2 .ja,
.access .contents-body .header h2 .en {
  display: block;
}
.access .contents-body .header h2 .ja {
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.access .contents-body .header h2 .en {
	font-size: 2.4rem;
  font-family: titling-gothic-fb-skyline;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .access .contents-body .header h2 .ja {
    font-size: 2.2rem;
  }
  .access .contents-body .header h2 .en {
    font-size: 3.8rem;
    margin-bottom: 2.5rem;
  }
}
.access .contents-body ul {
  font-size: 1.2rem;
  line-height: 2.5rem;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  .access .contents-body ul {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}
.access .contents-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255,255,255,1);
}
.access .contents-bg {
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.access .contents-bg.inview {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.access .contents-bg.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.footer {
  width: 100%;
  text-align: center;
  padding: 2rem;
  background-color: #000;
}
.footer .copy {
  font-size: 1rem;
  color: #fff;
}

.modal {
	-webkit-overflow-scrolling: touch;
}
.modal .modal-dialog {
  background-color: rgba(255, 255, 255, 0);
  margin: 0 auto;
  min-height: 100%;
}
@media screen and (min-width: 992px) {
  .modal-lg, .modal-xl {
    min-width: 100vw;
  }
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    min-width: 100vw;
  }
}
.modal .modal-content {
  opacity: 0;
  z-index: 10;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.modal .modal-content.inview {
  opacity: 1;
}
.modal .sheet-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.modal .sheet-bg {
  -webkit-transform: scale3d(0,1,1);
  transform: scale3d(0,1,1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.modal .sheet-bg.inview {
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
}
.modal .sheet-bg.inview-fix {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.modal .modal-content .modal-header {
  padding-top: 10rem;
  border-bottom: none;
  margin-bottom: 4.4rem;
}
.modal .modal-content .modal-header h4 {
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal .modal-content .modal-header h4 {
    font-size: 2.2rem;
  }
}
.modal .modal-body {
	padding: .65rem;
}
.modal .modal-body .flow .step{
  list-style-type: none;
  display: table;
  width: 100%;
  padding :0;
  margin-bottom: 6.4rem;
  overflow: hidden;
}
.modal .modal-body .flow .step li{
  display:table-cell;
  position:relative;
  background: #000;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.modal .modal-body .flow .step li:last-child{
  padding-right: 1em;
}
.modal .modal-body .flow .step li:last-child:before,
.modal .modal-body .flow .step li:last-child:after{
  display:none;
}
.modal .modal-body .flow .step li:before,
.modal .modal-body .flow .step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.modal .modal-body .flow .step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.modal .modal-body .flow .step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.modal .modal-body .account {
  width: 100%;
  margin-bottom: 9rem;
}
.modal .modal-body .account dl {
  width: 100%;
  padding: 2.5rem;
  font-size: 1.3rem;
  border: 1px solid #ced4da;
}
@media screen and (min-width: 768px) {
  .modal .modal-body .account dl {
    padding: 5rem;
  }
}
.modal .modal-body .account dt {
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .modal .modal-body .account dt {
    clear: left;
    float: left;
    width: 16%;
  }
  .modal .modal-body .account dd {
    margin-left: 11%;
  }
}
.modal .modal-body .form-group {
  margin-bottom: 6rem;
}
.modal .modal-body .form-control-lg {
  font-size: 1.6rem;
}
.modal .modal-title,
.modal label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
.modal label .badge {
	color: #fff;
	border-radius: 0;
	background-color: #000;
}
.modal label .validation {
	padding-left: .5rem;
	color: #ff0000;
}
.modal .modal-body input::placeholder {
  color: #aaa;
  font-size: 1.2rem;
  line-height: calc(1.5em + 1rem);
}
.modal .modal-body input::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.2rem;
  line-height: calc(1.5em + 1rem);
}
.modal .modal-body input:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.2rem;
  line-height: calc(1.5em + 1rem);
}
.modal .modal-body textarea {
  font-size: 1.6rem;
}
.modal .col-auto {
	font-size: .65rem;
}
@media screen and (min-width: 576px) {
	.modal .col-auto {
	  font-size: .8rem;
	}
}
.modal #audition-message,
.modal #sponsor-message {
	line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
  transition: line-height .3s ease-out, opacity .1s linear, visibility .1s linear;
}
.modal #audition-message.inview,
.modal #sponsor-message.inview {
  opacity: 1;
  visibility: visible;
}
.modal #audition-message.inview p,
.modal #sponsor-message.inview p {
  font-size: 1.3rem;
	font-weight: 600;
  text-align: center;
	line-height: 1;
}
.modal #audition-message.inview .success,
.modal #sponsor-message.inview .success {
	color: #468F74;
}
.modal #audition-message.inview .error
.modal #sponsor-message.inview .error {
	color: #ff0000;
}
.modal #audition-submit,
.modal #sponsor-submit {
  position: relative;
  border: 0;
  border-radius: 0;
  color: #f1ede1;
  text-decoration: none;
  letter-spacing: .14em;
  opacity: .1;
  pointer-events: none;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
.modal #audition-submit.inview,
.modal #sponsor-submit.inview {
  opacity: 1;
  pointer-events: auto;
}
.modal #audition-submit-label,
.modal #sponsor-submit-label {
  position: relative;
  padding: 15px 40px;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 2;
}

@media screen and (min-width:768px) {
  .modal #audition-submit-label
  .modal #sponsor-submit-label {
    padding: 22px 60px;
    font-size: 1.6rem;
  }
}
.modal #audition-submit #audition-submit-label .typo,
.modal #sponsor-submit #sponsor-submit-label .typo {
  display: inline-block;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo,
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo {
  -webkit-animation-name:button-str;
  animation-name:button-str;
  -webkit-animation-duration:.3s;
  animation-duration:.3s;
  -webkit-animation-timing-function:cubic-bezier(.785,.135,.15,.86);
  animation-timing-function:cubic-bezier(.785,.135,.15,.86);
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(1),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(1) {
  -webkit-animation-delay:0;
  animation-delay:0;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(2),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(2) {
  -webkit-animation-delay:30ms;
  animation-delay:30ms;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(3),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(3) {
  -webkit-animation-delay:60ms;
  animation-delay:60ms;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(4),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(4) {
  -webkit-animation-delay:90ms;
  animation-delay:90ms;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(5),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(5) {
  -webkit-animation-delay:.12s;
  animation-delay:.12s;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(6),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(6) {
  -webkit-animation-delay:.15s;
  animation-delay:.15s;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(7),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(7) {
  -webkit-animation-delay:.18s;
  animation-delay:.18s;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(8),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(8) {
  -webkit-animation-delay:.21s;
  animation-delay:.21s;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(9),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(9) {
  -webkit-animation-delay:.24s;
  animation-delay:.24s;
}
.modal #audition-submit.inview:hover #audition-submit-label .typo:nth-of-type(10),
.modal #sponsor-submit.inview:hover #sponsor-submit-label .typo:nth-of-type(10) {
  -webkit-animation-delay:.27s;
  animation-delay:.27s;
}
.modal #audition-submit-bg,
.modal #sponsor-submit-bg {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: #000;
  -webkit-transition-duration:1s;
  transition-duration:1s;
  -webkit-transition-timing-function:cubic-bezier(.075,.82,.165,1);
  transition-timing-function:cubic-bezier(.075,.82,.165,1);
}
.modal #audition-submit.inview:hover #audition-submit-bg,
.modal #sponsor-submit.inview:hover #sponsor-submit-bg {
  background-color: #313333;
}
.modal-footer {
  width: 100%;
  border-top: none;
  padding: 0 .65rem 10rem;
}
.modal-backdrop.show {
  opacity: 0;
}
.modal-close-wrap {
  top: 0;
  right: 0;
  margin: 1rem 1rem 0 0;
  z-index: 20;
}
@media screen and (min-width: 576px) {
	.modal-close-wrap {
    top: 0;
    right: 0;
    margin: 2.5rem 2.5rem 0 0;
  }
}
.modal-close {
  width: 4.8rem;
  height: 4rem;
  opacity: 1;
  outline: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.modal-close span {
  width: 4.8rem;
  height: 2px;
  overflow: hidden;
}

@media screen and (min-width: 576px) {
	.modal-close {
    width: 6.4rem;
    height: 5.6rem;
  }
  
  .modal-close span {
	  width: 6.4rem;
	}
}
.modal-close span div {
  height: 100%;
  background: #000;
}
.modal-close span:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close span:last-of-type {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-close div {
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}
.modal-close:hover .line-1 {
  -webkit-animation-duration:.6s;
  animation-duration:.6s;
  -webkit-animation-timing-function:cubic-bezier(.77,0,.175,1);
  animation-timing-function:cubic-bezier(.77,0,.175,1);
}

.modal-close:hover .line-1,
.modal-close:hover .line-2 {
  -webkit-animation-name: modal-close-hover;
  animation-name: modal-close-hover;
}

.modal-close:hover .line-2 {
  -webkit-animation-duration:.7s;
  animation-duration:.7s;
  -webkit-animation-timing-function:cubic-bezier(.77,0,.175,1);
  animation-timing-function:cubic-bezier(.77,0,.175,1);
}

@-webkit-keyframes modal-close-hover {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  
  49% {
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  51% {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  
  52% {
    opacity:1;
  }
  
  to {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}

@keyframes modal-close-hover {
  0% {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
  
  49% {
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  51% {
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
  }
  
  52% {
    opacity:1;
  }
  
  to {
    -webkit-transform:translateX(0);
    transform:translateX(0);
  }
}
.tooltip {
/*  background-color:rgba(0, 0, 0, 1);*/
  font-size: 1.3rem;
  font-weight: 700;
}
.tooltip-inner {
  max-width: 100%;
}