@charset "UTF-8";

html {
  font-size: 62.5%;
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}
body {
  font-size: 1.46rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
body.bg-img{
  background-image: url("../img/pc_bg.jpg");
  background-color: #0062ad;
}
.font_ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
}
.font_gill {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(5%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
#btn_ticket {
  z-index: 100;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 120px;
  border-radius: 60px;
  box-shadow: 0 10px 25px 0 rgba(3, 67, 119, 0.4);
}
.title_wa{
  width: 13px;
}
.link{
  position: relative;
}
.link a{
  color: #FFF;
  position: relative;
}
.link a:after{
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  bottom: -8px;
  left:0;
}
a,
a img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover,
a img:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/**********************************************************
 * ヘッダー
 **********************************************************/
header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row;
  position: sticky;
  top: 0;
  padding: 20px;
  width: 98%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 60px;
  background: linear-gradient(rgba(0, 98, 173, 1), rgba(0, 98, 173, 0));
  z-index: 10;
}
header .logo {
  width: 145px;
  height: 35px;
}
header .nav_global {
  color: #FFF;
  font-style: normal;
  margin-left: 3vw;
}
header .nav_global ul {
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 6px;
  list-style-type: none;
  letter-spacing: 1px;
}
header .nav_global ul a {
  color: #FFF;
  text-decoration: none;
  margin: 0 18px;
  position: relative;
  display: inline-block;
}
header .nav_global ul a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
header .nav_global ul a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header .nav_global ul a:hover::after {
  transform: scale(1, 1);
}
header .langbuttons {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .langbuttons li {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 1.4rem;
  color: #FFF;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255,255,255,0);
  border-radius: 50%;
  cursor: pointer;
  opacity: .4;
}
header .langbuttons li.on {
  border-color: rgba(255,255,255,1);
  opacity: 1;
}
header .langbuttons li + li {
  margin-left: .2em;
}
/**********************************************************
 * ローディング
 **********************************************************/
#loading {
    width: 100vw;
    height: 100vh;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
 
#loading_barWrap {
    width: 70vw;
    height: 2px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
 
#loading_bar {
    width: 0;
    height: 2px;
    background: #7fc6f8;
    transition-duration: 4s;
} 
.loadingNone {
    animation: loadingAnime 1s forwards;
}
 
@keyframes loadingAnime {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
      opacity: 0;
      display: none;
      z-index:0;
    }
}
.fade-img {
  position:relative;
  width: 400px;
  top:calc(50% - 283px) ;
  top:-webkit-calc(50% - 283px) ;
  left:calc(50% - 200px) ;
  left:-webkit-calc(50% - 200px) ;
}
.fade-img img {
  position: absolute;
}
/**********************************************************
 * メイン
 **********************************************************/
main .inner {
  text-align: center;
}
#top h1 {
  width: 380px;
  margin: 0 auto;
}
#top .mv {
  width: 915px;
  margin: -70px auto;
}
#top .date {
  width: 300px;
  margin: 0 auto;
}
#top .scroll{
  position: absolute;
  left:50px;
  top:550px;
  width: 13px;
}
/*映画シーン*/
#scene {
  margin: 200px auto 100px auto;
  text-align: center;
  width: 860px;
  min-height: 1400px;
  position: relative;
}
#scene .copy {
  font-size: 2rem;
  line-height: 200%;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-style: normal;
  text-align: left;
  position: relative;
}
#scene .copy:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/img_accent.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -50px;
  top: -30px;
}
#scene .photo1 {
  position: absolute;
  width: 170px;
  left: -240px;
  top: 210px;
  z-index: 2;
}
#scene .photo2 {
  position: absolute;
  width: 240px;
  left: -110px;
  top: 400px;
  z-index: 1;
}
#scene .photo3 {
  position: absolute;
  width: 290px;
  right: 40px;
  top: 0px;
  z-index: 0;
}
#scene .photo4 {
  position: absolute;
  width: 340px;
  right: 280px;
  top: 270px;
  z-index: 1;
}
#scene .photo5 {
  position: absolute;
  width: 215px;
  right: -210px;
  top: 160px;
  z-index: 1;
}
#scene .photo6 {
  position: absolute;
  width: 240px;
  right: -100px;
  top: 550px;
  z-index: 1;
}
#scene .mv_titlephoto{
  position:absolute;
  top:854px;
  z-index: 2;
}
/*お知らせ*/
#news{
  padding-top:50px;
}
#news .inner{
  width: 860px;
  margin: 100px auto;
  position: relative;
}
#news h2.title_wa{
  display: inline-block;
  margin-bottom:100px
}
#news h2.title_en{
  position: absolute;
  width: 430px;
  top:-50px;
  left:-200px;
  display: inline-block;
}
#news dl.news_box{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
  color: #FFF;
  text-align: left;
}
#news dl.news_box dt{
	padding: 35px 0;
	width: 200px;
	border-bottom: 1px solid #FFF;
}
#news dl.news_box dd{
	padding: 35px 0;
	width: calc(100% - 200px);
	border-bottom: 1px solid #FFF;
  line-height: 140%;
}
#news dl.news_box dt:last-of-type{
	border-bottom: none;
}
#news dl.news_box dd:last-of-type{
	border-bottom: none;
}
#news dl.news_box.noborder{
	border-top: none;
}
#news dl.news_box dd a{
  color: #FFF;
  text-decoration: underline;
}
#news .txt-hide{
display: none;
}
#news .more {
    color: #FFF;
    padding: 20px;
    text-align: right;
}
/*公演について*/
#about{
  padding-top:50px;
}
#about .inner{
  position: relative;
  width: 1180px;
  margin: 50px auto 160px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about h2.title_wa{
  display: inline-block;
  position: absolute;
  right:50px;
  top:150px
}
#about h2.title_en{
  position: absolute;
  width: 610px;
  top:0px;
  right:80px;
  display: inline-block;
}
#about .about_img{
  margin-top:85px;
  width: 650px;
}
#about .about_img img{
  margin-bottom:30px;
}
#about .text_box{
  width: 470px;
  color: #FFF;
  margin-top:300px;
  text-align: left;
  line-height: 200%;
}
#about .inner h3{
  color: #FFF;
  text-align: left;
  margin: 60px 0 20px 0;
  font-size: 2.7rem;
  line-height: 150%;
}
#about .logos{
  width: 470px;
}
#about .spotify{
  width: 650px;
}
#about .works_logo{
  width: 470px;
}
/*スタジオ地図って？*/
#whats .inner{
  width: 1180px;
  height: 1180px;
  margin: 160px auto 60px auto;
  position: relative;
}
#whats h2.title_wa{
  display: inline-block;
  position: absolute;
  left:320px;
  top:90px;
  background:#0062ad;
  padding:0 45px;
  z-index: 2;
}
#whats h2.title_en{
  position: absolute;
  width: 1000px;
  top:0px;
  right:70px;
  display: inline-block;
  z-index: 1;
}
#whats .whats_img{
  position: absolute;
  top:140px;
  right:0;
  width: 650px;
}
#whats .text_box{
  position:absolute;
  width: 470px;
  color: #FFF;
  top:320px;
  left:0;
  text-align: left;
  line-height: 200%;
}
#whats .text_box h3{
  width: 220px;
  margin-bottom:40px;
}
#whats .text_box .line{
  position: absolute;
  z-index: 1;
  width: 420px;
  bottom: 20px;
  left: 177px;
}
#whats .text_box dl{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin:40px 0;
}
#whats .text_box dl dt{
  width: 170px;
}
#whats .text_box dl dd{
  width: 300px;
  margin-left:55px;
  font-size:1.4rem;
}
#whats .text_box dl dd .name{
  font-size:2.3rem;
}
#whats .text_box .link{
  margin-top:40px;
}
#whats .text_box .link:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  background-image: url("../img/arrow.png");
  background-size: contain;
  vertical-align: middle;
  margin-right:13px;
  margin-bottom:2px;
}

/*出演者*/
#cast{
  padding-top:100px;
}
#cast .inner{
  width: 1056px;
  margin: 0 auto;
  position: relative;
}
#cast h2.title_wa{
  text-align: center;
  display: inline-block;
  margin-top:50px;
  margin-bottom:30px;
}
#cast h2.title_en{
  display: inline-block;
  position: absolute;
  left:-60px;
  top:0px;
  width: 427px;
}
#cast dl{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom:54px;
}
#cast dl dt{
  width: 420px;
  margin-right:110px;
}
#cast dl dt .cast_photo{
  background: #FFF;
  padding:36px 20px 25px 20px;
  letter-spacing: 2px;
}
#cast dl dt .cast_photo h3{
  font-size:1.2rem;
  margin-bottom:32px;
}
#cast dl dt .cast_photo .name{
  font-size:1.2rem;
  margin-top:25px;
}
#cast dl dd{
  position: relative;
  width: 526px;
  text-align: left;
  color: #FFF;
  line-height:200%;
}
#cast dl dd h3{
  font-size:2.4rem;
  margin-bottom:33px;
}
#cast dl dd a{
  color: #FFF;
}
/*モーダルを開くボタン*/
.modal-open,
.modal-open2,
.modal-open3,
.modal-open4{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
	font-weight: bold;
	background: #fff;
  color: #0062ad;
  padding: 3px 15px;
	margin: auto;
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container,
.modal-container2,
.modal-container3,
.modal-container4{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before,
.modal-container2:before,
.modal-container3:before,
.modal-container4:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active,
.modal-container2.active,
.modal-container3.active,
.modal-container4.active{
	opacity: 1;
	visibility: visible;
  z-index: 9999;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close2,
.modal-close3,
.modal-close4{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 0px;
}
/*チケット*/
#ticket .inner{
  padding-top:180px;
  width: 860px;
  margin: 120px auto 0 auto;
  position: relative;
  color: #0062ad;
}
#ticket h2.title_wa{
  text-align: center;
  display: inline-block;
  margin-top:-100px;
  margin-bottom:90px;
}
#ticket h2.title_en{
  display: inline-block;
  position: absolute;
  left:-158px;
  top:70px;
  width: 427px;
}
#ticket p{
  text-align: left;
  line-height: 200%;
}
#ticket .tokuten_img{
  margin-top:30px;
}
#ticket h3{
  font-size:2.4rem;
  margin-top:45px;
  margin-bottom:33px;
  text-align: left;
}
#ticket dl.ticket_box{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-top: 1px solid #0062ad;
  text-align: left;
  margin-bottom:80px;
  line-height: 160%;
}
#ticket dl.ticket_box dt{
	padding: 35px 0;
	width: 250px;
	border-bottom: 1px solid #0062ad;
}
#ticket dl.ticket_box dd{
	padding: 35px 0 15px 0;
	width: calc(100% - 250px);
	border-bottom: 1px solid #0062ad;
}
#ticket ul.price{
	border-top: 1px solid #0062ad;
	width: 100%;
}
#ticket ul.price li{
	border-bottom: 1px solid #0062ad;
	padding: 35px 0;
  font-size:2.3rem;
  letter-spacing: 3px;
  text-align: center;
  line-height: 150%;
}
#ticket ul.price li.noborder{
	border-bottom: none;
  padding-bottom:15px;
}
#ticket ul.price li .notice{
  font-size:1.3rem;
  margin:20px 0 0 0;
}
#ticket ul.price li .notice p{
  line-height: 130%;
  text-align: center;
}
#ticket .tokuten_icon{
    background: #0062ad;
    display: inline-block;
    padding: 6px 20px;
    color: #FFF;
    font-size: 1.9rem;
    margin-right: 50px;
    letter-spacing: 1px;
}
#ticket .zeikomi{
  font-size:1.2rem;
  display: inline !important;
  letter-spacing: 1px;
}
#ticket .tokuten{
  font-size:1.4rem;
  display: inline !important;
  letter-spacing: 0px;
}
#ticket .end {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #b80000;
    padding: 0 10px;
    border: 1px solid #b80000;
    vertical-align: text-top;
}
#ticket ul.price li .present{
  font-weight: bold;
  font-size:2rem;
  line-height: 160%;
  text-align: center;
  margin-top:30px;
}
#ticket ul.price li .note{
  font-size:1.2rem;
  letter-spacing: 0;
  font-family: fot-cezanne-pron, sans-serif;
  text-align: center;
  margin-top:10px;
}
#ticket .ticket_box .note{
  font-size:1.2rem;
  width: 500px;
  display: block;
}
#ticket .ticket_box .btn{
  float: right;
  display: inline-block;
  width: 280px;
  text-align: center;
  margin: -8px 0;
  font-size:1.1rem;
}
#ticket .ticket_box .btn.end{
  line-height: 130%;
  background: #b4b9be;
  padding: 10px 0;
  font-size:1.5rem;
  color: #FFF;
}
#ticket .ticket_box .btn.pre{
  line-height: 130%;
  background: #a7d7fa;
  padding: 10px 0;
  font-size:1.5rem;
  color: #FFF;
}
#ticket .ticket_box .btn a{
  line-height: 130%;
  font-size:1.5rem;
  background: #3fa9f5;
  color: #FFF;
  padding: 12px 0;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#ticket .ticket_box .btn a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ticket_box .ippan_end {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #b80000;
    padding: 0 10px;
  text-align: right !important;
  margin-top:15px;
}
#ticket .addendum{
    width: 100%;
    font-size: 1.2rem;
    line-height: 200%;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #0062ad;
}
#ticket .addendum li{
  list-style: none;
  text-indent: -20px;
}
#ticket .addendum li:before {
    content:  "";
    width:  8px;
    height:  8px;
    display:  inline-block;
    background-color: #0062ad;
    border-radius:  50%;
    position:  relative;
    top: -1px;
    margin-right: 10px;
}
#ticket .link a{
  color: #0062ad;
}
#ticket .link a:after{
  background-color: #0062ad;
}
#ticket .file_link {
  text-align: center;
  margin: 0 0 20px 0;
}
#ticket .file_link a{
  color: #0062ad;
  text-decoration: underline;
}
#ticket .dayofperformance h4{
  font-weight: bold;
  text-align: left;
  font-size:1.6rem;
  margin: 10px;
}
#ticket .dayofperformance a{
  color: #0062ad;
  text-decoration: underline;
}
#ticket .dayofperformance .note{
    font-size: 1.2rem;
    line-height: 200%;
  margin-top:15px;
}
/*配信*/
#streaming .inner{
  padding-top:300px;
  width: 860px;
  margin: 0 auto;
  position: relative;
  color: #0062ad;
}
#streaming h2.title_wa{
  text-align: center;
  display: inline-block;
  margin-top:-100px;
  margin-bottom:90px;
}
#streaming h2.title_en{
  display: inline-block;
  position: absolute;
  left:-158px;
  top:160px;
  width: 550px;
}
#streaming p{
  text-align: left;
  line-height: 200%;
}

#streaming dl.stream_box{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
	flex-wrap: wrap;
  align-items: stretch;
	width: 100%;
	border-top: 1px solid #0062ad;
  text-align: left;
  margin:40px 0;
}
#streaming dl.stream_box dt{
	padding: 23px 0;
	width: 200px;
	border-bottom: 1px solid #0062ad;
}
#streaming dl.stream_box dt span{
  background: #0062ad;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  display: block;
  width: 160px;
}
#streaming dl.stream_box dd{
  display: flex;
  align-items: center;
	padding: 23px 0;
	width: calc(100% - 200px);
	border-bottom: 1px solid #0062ad;
  vertical-align: middle;
 justify-content: space-between;
 flex-wrap: wrap;
}
#streaming dl.stream_box dd .note{
  width: 100%;
  font-size:1.2rem;
}

#streaming .stream_ticket{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  text-align: center;
  }
#streaming .stream_ticket p{
  font-size:1.3rem;
  text-align: center;
  }
#streaming .stream_ticket > li{
  border:1px solid #0062ad;
  padding: 20px;
  line-height: 200%;
  text-align: center;
  }
#streaming .stream_ticket li .logo{
  width: 210px;
  margin: 0 auto 20px auto;
  }
#streaming .stream_ticket li .lang{
  font-size:1.2rem;
  text-align: center;
  }
#streaming .stream_ticket li ol{
  margin:25px 0;
  }
#streaming .stream_ticket li ol a{
  color: #0062ad;
  text-decoration: underline;
  }
#streaming .stream_ticket li .btn a{
  display: block;
  color: #FFF;
  background: #3fa9f5;
  padding:10px 0;
  text-align: center;
  margin-bottom:5px;
  }

#streaming .addendum{
  margin-top:25px;
  font-size:1.2rem;
  line-height: 200%;
  text-align: left;
  margin-left:25px;
}
#streaming .addendum li{
  list-style: none;
  text-indent: -20px;
}
#streaming .addendum li:before {
    content:  "※";
    position:  relative;
    top: -1px;
    margin-right: 10px;
}
/*グッズ*/
#goods .inner{
  padding-top:180px;
  width: 860px;
  margin: 130px auto 0 auto;
  position: relative;
  color: #0062ad;
}
#goods h2.title_wa{
  text-align: center;
  display: inline-block;
  margin-top:-100px;
}
#goods h2.title_en{
  display: inline-block;
  position: absolute;
  left:-158px;
  top:70px;
  width: 420px;
}
#goods p{
  line-height: 150%;
  text-align: left;
  margin-bottom:10px;
}
#goods p.text{
  margin:40px 0 10px 0;
}
#goods h4{
  font-size:1.6rem;
  font-weight: bold;
  text-align: left;
  margin: 15px 10px;
}
#goods p.note{
  font-size:1.2rem;
  margin: 0 0 40px 0;
  line-height: 170%;
}
#goods ul.goodslist{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#goods ul.goodslist li{
  width: 32%;
  margin-right:2%;
  margin-bottom:20px;
}
#goods ul.goodslist li:nth-child(3n){
  margin-right:0%;
}
#goods ul.goodslist li h3{
    text-align: left;
    font-size: 1.6rem;
    margin: 15px 0 5px 0;
}
#goods ul.goodslist li .price{
  font-size:1.3rem;
}
#goods ul.goodslist li .goods_txt{
  font-size:1.3rem;
  margin: 10px 0;
}
#goods ul.goodslist li .size{
  font-size:1.2rem;
  margin: 10px 0;
}
#goods .btn{
  text-align: center;
  margin: 40px auto;
}
#goods .btn a {
  width: 275px;
    display: block;
    color: #FFF;
    background: #3fa9f5;
    padding: 10px 0;
    text-align: center;
    margin: 5px auto;
}
#streaming dl.stream_box{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
	flex-wrap: wrap;
  align-items: stretch;
	width: 100%;
	border-top: 1px solid #0062ad;
  text-align: left;
  margin:40px 0;
}
/*開催概要*/
#outline .inner{
  padding-top:180px;
  width: 860px;
  margin: 130px auto 0 auto;
  position: relative;
  color: #0062ad;
}
#outline h2.title_wa{
  text-align: center;
  display: inline-block;
  margin-top:-100px;
}
#outline h2.title_en{
  display: inline-block;
  position: absolute;
  left:-158px;
  top:70px;
  width: 420px;
}
#outline dl.outline_box{
  color: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-top: 1px solid #FFF;
  text-align: left;
  margin:80px 0;
  line-height: 200%;
}
#outline dl.outline_box dt{
	padding: 35px 0;
	width: 200px;
	border-bottom: 1px solid #FFF;
  letter-spacing: 3px;
}
#outline dl.outline_box dd{
	padding: 35px 0;
	width: calc(100% - 200px);
	border-bottom: 1px solid #FFF;
}
#outline dl.outline_box .logo{
  height: 35px;
  width: auto;
}
#outline .file_link {
  text-align: center;
  margin: 0;
}
#outline .file_link a{
  color: #FFF;
  text-decoration: underline;
}
/*アクセス*/
#access .inner{
  padding-top:150px;
  width: 860px;
  margin: 0 auto 150px auto;
  position: relative;
  color: #0062ad;
}
#access h2.title_wa{
  text-align: center;
  display: inline-block;
  margin-top:-100px;
  margin-bottom:35px;
}
#access h2.title_en{
  display: inline-block;
  position: absolute;
  right:-158px;
  top:120px;
  width: 470px;
  z-index: 1;
}
#access .text_box{
  margin:35px 0;
  line-height: 200%;
  color: #FFF;
  text-align: left;
}
#access .text_box h3{
  margin: 45px 0 20px 0;
  font-size: 2.7rem;
  line-height: 150%;
}
#access iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/**********************************************************
 * フッター
 **********************************************************/
footer {
  background-color: #FFF;
  position: relative;
}
footer .pagetop{
  position: absolute;
  width: 31px;
  right:30px;
  top:-40px;
}
footer .inner {
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0 145px;
  color: #0062ad;
}
footer h2 {
  width: 245px;
  margin-bottom:45px;
}
footer .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer #sns {
  width: 405px;
  padding:25px 60px;
  background-color: rgb(0, 98, 173);
  position: relative;
}
footer #sns .title_sns{
  width: 10px;
  position: absolute;
  right:35px;
  top:25px;
}
footer .nav_footer{
  padding-bottom:50px;
  position: relative;
  margin-bottom:30px;
}
footer .nav_footer:after{
  content: '';
  width: 128px;
  height: 1px;
  display: inline-block;
  background-color: #0062ad;
  position: absolute;
  bottom: 0;
  left:0;
}
footer .nav_footer li{
  text-decoration: none;
  display: inline-block;
  padding-bottom: 13px;
}
footer .nav_footer li a{
    font-size: 1.7rem;
    color: #0062ad;
    margin-right: 38px;
    letter-spacing: 1px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .nav_footer li a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
footer .banner{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .banner li{
  width: 250px;
}
footer .contents_footer {
  width: 535px;
}
footer .copyright{
  margin-top:30px;
    font-size: 1.14rem;
    line-height: 150%;
}
