@charset "utf-8";

/* ------------------------------------------------
    CUSTOM WEB FONTS
--------------------------------------------------*/
@font-face {
  font-family: 'BebasRegular';
  src: url('fonts/bebas-webfont.eot');
  src: url('fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebas-webfont.woff') format('woff'), url('fonts/bebas-webfont.ttf') format('truetype'), url('fonts/bebas-webfont.svg#BebasRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
::-moz-selection{background:#04575f;text-shadow:none;}
::selection{background:#04575f;text-shadow:none;}
ul, li {padding: 0;margin: 0;list-style: none;}
header, nav, section, article, aside, footer, hgroup {display: block;}
* {box-sizing: border-box;}


body { margin:0; padding:0;
  font-family: 'Oswald', /*YakuHanJP,*/ "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  color: #111;
  font-size:1rem;
	line-height:1.7;
-webkit-font-smoothing:antialiased;
  font-weight:400;
background: url("../images/paper_fibers.png") repeat #fff;
	position: relative;
}
a:link {color:#333;}
a:visited {color:#333;z-index: 9999;}
a:active{color:#333;z-index: 9999;}
a:hover {color:#999;z-index: 9999;}

a:link img {z-index: 9999;}
a:visited img {z-index: 9999;}
a:active img {z-index: 9999;}
a:hover img {z-index: 9999;
  -moz-opacity: 0.80;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul {
  margin-bottom: 0px;
}
p { 
	font-size:1.1em;
	line-height:1.7;
	margin: 10px 0 0 0;
  font-weight: 500;
text-align:justify;text-align: left;
}

p a:link {color:#333;text-decoration: underline;}
p a:visited{color:#333;text-decoration: underline;}
p a:active{color:#333;text-decoration: underline;}
p a:hover {color:#333;text-decoration: none;}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html, body {

}
::selection {
  background: #999;
  color: #fff;
}
::-moz-selection {
  background: #a999;
  color: #fff;
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
large {
  font-size: 1.7rem;
	font-weight: 600;
}
medium {
  font-size: 1.25rem;
}
small {
  font-size: 0.9rem;line-height: 1.5;
}
.xlarge {
  font-size: 2.4rem;
	font-weight: 600;
}
.large {
  font-size: 1.7rem;
	font-weight: 600;
}
.medium {
  font-size: 1.25rem;
}
.small {
  font-size: 0.9rem;line-height: 1.2;
}
.strong{font-weight: 600;}

.min{font-family: 'Shippori Mincho', serif;}

.img-fluid {
  width: 100%;
}


h2 {
  text-transform: uppercase;
  font-size:1.6rem;
  text-align: center;
	padding-bottom: 0.5rem;
}


h3 {
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
}






@media (max-width: 991px) {


	
	
}/*end*/


h4 {}
h5 {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
  padding: 0 0 10px;
}

.txt-center {
  text-align: center;
  margin: 0 auto;
}
.txt-right {
  text-align: right;
}
.red {
  color: #d9343f;
}

.min{font-family: 'Shippori Mincho', serif;}

.al {
  font-family: 'Oswald', sans-serif;
}

/* 
---------------------------------------------
メイン
--------------------------------------------- 
*/

#main-content-wrap {  width: 100%;
  height: 100%;
	padding: 50px 0 0;
  position: relative;left:0; top:0;color:#fff;
}
@media (max-width:991px) {#main-content-wrap { padding: 0 ;}}
#home{padding-top: 0;background: #000;}

.index_logo_pc{width:800px;height:275px;margin: 0 auto;text-align: center;}


/*
---------------------------------------------
*/

.btn-index a {
  display: block;
  font-size: 0.8rem;
	line-height: 1.6;
  position: relative;
width: 95px;
  padding: 0.4rem 0.5rem;
  transition: background .2s linear, color .2s linear;
  text-decoration: none;
 color: #fff;
  background: #d9343f;
  margin: 0;
}

.btn-index a:hover {
color:  #d9343f;
  background: #fff;
}

.btn-index a i{
 color: #fff;
font-size: 2rem;
}

.btn-index a:hover i{
color: #d9343f;font-size: 2rem;
}



/* vertical animation */



@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  40% {
    transform: translateY(20px);
  }
100% {
    transform: translateY(100px);
  }

}


/* タイトルロゴ
---------------------------------------------*/


@keyframes fade-in-y {
  0% {
    opacity: 0;
  }
  66.6% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fade-in-x {
  0% {
    opacity: 0;
  }
  66.6% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------
スマホ 横から
--------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width:991px) {
#home{padding-top: 40px;background: #000;}

}/*end*/

@media (max-width: 768px) {
#home{padding-top: 40px;background: #000;}


}/*end*/

@media (max-width: 575px) {
	

}/*end*/

@keyframes kitsune_spmc {
  0% {
   transform: scale(1.1);opacity: 0;
  }

50% { 
    filter: blur(20px);
    transform: scale(1);opacity:1;
  }
  100% { 
  filter: blur(0px);
  transform: scale(1);opacity: 1;
  }
}	

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
nav {animation-name: fadey_top_start;
  animation-duration:3s;
}
nav.fixed-top{position:fixed;top:0;right:0;left:0;z-index:99999;}
#mainNav {background-color: #000;font-size: 0.95rem;
}
#mainNav .navbar-toggler {/*三のmenu*/
  font-size: 65%;
  padding: 0.1rem 0.1rem 0;
  color: #f0f0f0;
  border:none;
}
#mainNav .navbar-toggler:hover  {/*三のmenu*/
  font-size: 65%;
  padding: 0.1rem;
  color: #eee;
  border:none;
}
#mainNav .navbar-toggler:focus {/*三のmenu*/
  outline: none;
}
#mainNav .navbar-toggler svg {/*三のmenu*/
  width:  90%;
}
#mainNav .navbar-brand {
  color: #f0f0f0;
  font-weight: 700;
  padding: 0.95rem 0;
}
#mainNav .navbar-nav .nav-item a{font-size: 1.4rem;font-weight: 600;margin: 0 auto;text-align: center;
}
#mainNav .navbar-nav .nav-item:hover {font-size: 1.2rem;
  color: fade(#fff, 60%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item .yobo{font-size: 0.8rem;}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}


/*---------------　画面サイズが992px以上の場合読み込む　
---------------------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  #mainNav {font-size: 0.9rem;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
	 
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.8);
  }

#mainNav .navbar-nav .nav-item a{font-size: 0.9rem;font-weight: 600;margin: 0 0.6rem;text-align: center;padding: 1rem 0.1rem 1rem;}

  #mainNav .nav-link {
    transition: none;
    padding: 0.5rem 1rem;
    color: #999;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: #eee;
  }
  #mainNav.navbar-shrink {
     background: #000;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #eee;
  }
	
/*PC*/
  #mainNav.navbar-shrink .nav-link {font-size:1rem;font-weight: 600;margin: 0 0.5rem;text-align: center;letter-spacing: 0;color: #f0f0f0;
    padding: 1.2rem 0.1rem 1rem;
	/*margin: 0 0.8rem 0;*/
    border-bottom: 0.2rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
   color: #eaff00;
  }
  #mainNav.navbar-shrink .nav-link:active {
   color: #eaff00;
  }
  #mainNav.navbar-shrink .nav-link.active {
  color: #eaff00;
    outline: none;
    border-bottom: 0.2rem solid #eaff00;
  }

	.nav-link .yobo{font-size:0.9rem;}	
	
}	/*---------------　画面サイズが992px以上の場合読み込む　ここまで
---------------------------------------------------------------------------------------
*/

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

/*
---------------------------------------------
marker f9d400 F2C777(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);	background-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position: bottom;background:linear-gradient(transparent 87%, #DAB300 87%);
---------------------------------------------
*/

/*Shiny gold*/
.marker_yl{
background:linear-gradient(transparent 85%, #f9d400  85%);
font-weight:bold; 
}

/*cream*/
.marker_cr{
background:linear-gradient(transparent 87%, #FFFF99  87%);
font-weight:bold; 
}

/*gold*/
.marker_gl{
background-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #BF953F 70%, #DAAF08 85%, #B67B03 90% 100%);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position: bottom;
}
/*
---------------------------------------------
topix
---------------------------------------------
*/



/*スクロールダウン全体の場所*/
.goldfox{
padding: 0;margin: 2rem auto 0;text-align: center;
}

/*.goldfox::before{
  content: '';
  position: absolute;
  left: 50%;
	top: 2.2rem;
  width: 1px;
  height:25px;
  background: #b37700;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;}*/


.heading{
text-transform: uppercase;font-weight: 600;color: #222;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing:0;
margin: 0 auto;text-align: center; 
 position: relative;
  display: inline-block;
  padding: 0 50px;
}

.subheading{font-family: 'VT323', monospace; font-size: 0.85rem;margin: 0 auto;text-align: center; letter-spacing:0.08rem;text-transform: uppercase;}



.heading_w{
font-weight: 600;color: #f0f0f0;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing:0;
margin: 0 auto;text-align: center; 
 position: relative;
  display: inline-block;
  padding: 0 50px;
}


.subheading_w{font-family: 'VT323', monospace; font-size: 0.85rem;margin: 0 auto;text-align: center; letter-spacing:0.08rem;text-transform: uppercase;color: #f0f0f0;}




@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes border_mc{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

#intro {
  padding:60px 0 ;color:#222;background: url("../images/bg-topics.jpg") center top;
	   
}

#topix {
  padding:60px 0 0;color:#222;
	   
}



#homenews {border: 4px solid #222;
  width: 100%;
  max-width: 100%;
  margin: 0 ;
  padding:1rem;
  text-align: center;
  height:200px;
  overflow: auto;
}
#feed dt { color:#212121;
  font-size: 0.9rem;
	float: left;
  text-align: left;
  margin: 0 ;width: 100%;padding:8px 0 0; 
}
#feed dd {
  font-size: 0.9rem;
  text-align: left;
		float: right;
  margin: 0;width: 100%;border-bottom: 1px solid #666;padding:0 0 8px; 
}

#feed dd a, #feed dd a:visited {
  color: #212121;
  text-decoration: none;
}
#feed dd a:hover, #feed dd a:focus {
  color: #212121;
  text-decoration: none;

}


/* ------------------------------------------------------------------- 
 * responsive:
 * topix
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
	
	#homenews {
  width: 100%;
  max-width: 100%;
  margin: 0 ;
  padding:1rem;
  text-align: center;
  height:189px;
  overflow: auto;

}
	
	}	
	
@media screen and (max-width:991px) {


#homenews {
  width: 100%;
  max-width: 100%;
  margin: 0 ;
  padding:1rem;
  text-align: center;
  height: 300px;
  overflow: auto;

}
#feed dt {
font-weight:400;
  font-size: 0.8rem;
	float: left;
  text-align: left;
  margin: 0 ;width: 100%;border-bottom:none;
}
#feed dd {
  font-size: 0.8rem;
  text-align: left;
float: right;
  margin: 0;width: 100%;border-bottom: 1px solid #000;
}
	
	

}/*end*/

	
@media screen and (max-width:768px) {


	
	
}/*end*/





/*
---------------------------------------------
info
---------------------------------------------
*/
#info {
  padding: 60px 0;background:#eaff00;background-size:800px;color: #111;
}

#info .table .midashi{border:1px solid #222;background: #000;color:#eaff00;  padding: 0.2rem 0.5rem;font-weight: 600;width: 40%;margin: 15px 0;}


#info .table {max-width: 100%;text-align: left;line-height:1.6;border:5px solid #000;background: #fff;margin-top: 3rem;}
#info .table th{margin: 0;width:140px;border-bottom:1px solid #fff;padding: 0.5rem;background: #000;color:#fff;}
#info .table th:first-child{border-top:1px solid #000;}
#info .table td{font-weight: 500;border-bottom:1px solid #000;border-top:1px solid #000;padding: 0.5rem;}


#info  a:link {color:#333;text-decoration: underline;}
#info  a:visited {color:#333;text-decoration: underline;}
#info  a:active{color:#333;text-decoration: underline;}
#info  a:hover {color:#000;text-decoration: none;}


 /*1199px以下のとき*/
 @media screen and (max-width: 1199px) {

	 
}/*end*/	

@media screen and (max-width: 991px) {

#info .table {width: 100%;max-width: 100%;text-align: left;font-size: 0.95rem;line-height:1.6;}
#info .table th{margin: 0;display: block;width: 100%;border-bottom:1px solid #000;}
#info .table td{font-weight: 500;display: block;width: 100%;padding: 0.5rem;border:none;}


#info .table large{font-weight: 600;font-size:1.45rem;}
#info .table .midashi{padding: 0.2rem 0.5rem;font-weight: 600;width: 96%;margin: 15px 0;}
	
}/*end*/

/*
---------------------------------------------
btn-チケット
---------------------------------------------
*/


.ticket-area .btn-flat-simple {font-size:1rem;
  position: relative;
  display: inline-block;
	letter-spacing: 0.2rem;
  padding: 0.25rem 1rem;
  text-decoration: none;
  transition: .4s;  color: #111;
  background: #eaff00;width: 400px;margin-top: 15px;
}

.ticket-area .btn-flat-simple:first-child{margin-top: 0px;}

.ticket-area .btn-flat-simple:link {
   color: #111;
  background: #eaff00;
	text-decoration: none;
}
.ticket-area .btn-flat-simple:visited{
  color: #111;
  background: #eaff00;
	text-decoration: none;
}
.ticket-area .btn-flat-simple:hover {
  background: #eee;
  color:#eaff00;
		text-decoration: none;
}
.ticket-area .btn-flat-simple i{ color: #111;}

.bg-black{background: #000;color: #fff;padding:0 1rem;margin-top: 5rem;}

 /*1199px以下のとき*/
 @media screen and (max-width: 1199px) {

	 
}/*end*/	

@media screen and (max-width: 991px) {
	
	.ticket-area .btn-flat-simple {font-size:1rem;
  position: relative;
  display: inline-block;
	letter-spacing: 0.2rem;
  padding: 0.25rem 1rem;
  text-decoration: none;
  transition: .4s;  color: #fff;
  background: #e84466;width: 100%;margin-top: 15px;
}
	
	
#info .table th{margin: 0;font-weight: 600;display: block;width: 100%;}
#info .table td{font-weight: 500;display: block;width: 100%;}

#info .table {width: 100%;max-width: 100%;text-align: left;font-size: 0.95rem;line-height:1.6;}


}/*end*/

@media only screen and (max-width: 576px) {
  .table-striped th, .table-striped td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}/*end*/

/*
---------------------------------------------
theater
---------------------------------------------
*/
#theater {
  padding: 60px 0;
background: #000;
}
#theater p {
  padding: 0 10px;
  color: #f5f5f5;
  /*background: rgba(43,45,61,0.4);*/
  line-height: 2;
  font-size: 17.5px;

}
#theater h4 {

}
#theater h5 {

}

#theater a:link {color:#333;text-decoration: underline;}
#theater a:visited {color:#333;text-decoration: underline;}
#theater a:active{color:#333;text-decoration: underline;}
#theater a:hover {color:#000;text-decoration: none;}


#theater .table tr {border:none;}

#theater .table th {
  font-weight: 600;
  font-size: 0.9rem;
  background: #000;color: #ccc;
}
#theater .table td {border:none;
  font-weight: normal;
  font-size: 0.9rem;

}




.card-header{background: #000;}
.card-header a:link {color:#eaff00;text-decoration: underline;}
.card-header a:visited {color:#eaff00;text-decoration: underline;}
.card-header a:active{color:#eaff00;text-decoration: underline;}
.card-header a:hover {color:#999;text-decoration: none;}
.region {
  font-weight: 600;
  font-size: 1.2rem;
}
.matinee {}
.soiree {}


/*
---------------------------------------------
notice
---------------------------------------------
*/
#guideline {
  padding: 60px 0;background: url("../images/gobosei.svg") #fff right bottom no-repeat;
	background-size:45%;color: #111;
}
#guideline p {
  font-size: 0.85em;
}

#guideline h3 {color: #222;
  font-weight: 600;
  font-size: 1.2rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: 30px auto 30px;
  padding: 0.5rem;text-align: center;
}
#guideline h4 {color: #222;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 15px 0;
  padding: 0;
}
#guideline h5 {color: #222;
  font-weight: 600;
  font-size: 1em;
  text-align: left;
  margin: 15px 0;
  padding: 30px 0 0 0;
  border-top: 1px dotted #000;
}


/*
---------------------------------------------
stage
--------------------------------------------- 
*/


#stage {background:#eaff00;color: #111;margin: 0 auto;}

/*
---------------------------------------------
okurojo 7a1f6e
--------------------------------------------- 
*/
#dokurojo {padding: 30px 0; background:#7a1f6e;background-size:800px;margin: 0 auto;color: #333; font-size: 15px;}

#dokurojo a, #dokurojo a:visited {color: #333;
  text-decoration: underline;
}
#dokurojo a:hover, #dokurojo a:focus {color: #7a1f6e;
  text-decoration: none;
}


#dokurojo .table {max-width: 100%;text-align: left;line-height:1.6;border:1px solid #999;background: #fff;margin-top: 3rem;}
#dokurojo .table th{margin: 0;width:140px;border-bottom:1px solid #999;padding: 0.5rem;}
#dokurojo .table th:first-child{border-top:1px solid #999;}
#dokurojo .table td{font-weight: 500;border-bottom:1px solid #999;border-top:1px solid #999;padding: 0.5rem;}



@media screen and (max-width: 991px) {

#dokurojo .table {width: 100%;max-width: 100%;text-align: left;font-size: 0.95rem;line-height:1.6;}
#dokurojo .table th{margin: 0;display: block;width: 100%;border-bottom:1px solid #000;background: #eee;}
#dokurojo .table td{font-weight: 500;display: block;width: 100%;padding: 0.5rem;border:none;}

	}/*end*/
	
/*
---------------------------------------------
footer 
--------------------------------------------- 
*/
#footer {
  color: #333;
  padding: 60px 0;
  background:#f2f700;
}

.twitter {
  height: 360px;
  margin: 0 auto;
  text-align: center;
background: url("../images/paper_fibers.png") repeat #fff;
}
@media (max-width: 1200px) {

  img {
    max-width: 100%;
    height: auto;
  }
  .twitter {
    height: 100%;
    margin: 0 auto;
    text-align: center;
background: url("../images/paper_fibers.png") repeat #fff;
  }
}

/*
---------------------------------------------
footer
---------------------------------------------
*/

#footer{padding: 60px 0 ;background: #000;
}

.sns li {color: #f5f5f5;
  width: 60px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.sns li i {
  font-size: 1.5rem;
}
.sns li span {
  font-size: 0.7rem;
}
.sns li a, .sns li a:visited {color: #f5f5f5;
  text-decoration: none;
}
.sns li a:hover, .sns li a:focus {color: #eaff00;
  text-decoration: none;
}
.sns li a i, .sns li a i:visited {color: #f5f5f5;
  text-decoration: none;
}
.sns li a i:hover, .sns li a i:focus {color: #eaff00;
  text-decoration: none;
}
.footer_logo {margin:3rem auto;text-align: center;width: 60%;}

.footer_credit {
  font-size: 0.8rem;
  margin: 3rem 0 0;
	  margin: 0 auto;
	text-align: center;color: #fff;
}
.footer_copyright {
  font-size:0.5rem;
	letter-spacing: 0.3rem;
  margin: 0 auto;
	text-align: center;
  padding: 0.5rem 0 0;color: #fff;
}



.fix-pc{position:fixed;animation-name:fadey_bottom_start;animation-duration:8s;}
.fix-pc{left:0;bottom:5px;background: rgba( 255,255, 255, 0.9 );width: 230px;height:45px;border-radius:0 3px 3px 0;position: fixed; z-index: 99999;filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));}
.fix-pc-wrap {margin: 0 auto;text-align: center;padding-top: 10px;color:#993399;font-size:0.8rem;font-weight: 600;line-height: 1.4;}
.fix-pc-wrap i{font-size:1.2rem;}
.fix-pc-wrap a:link {color:#993399;text-decoration: none; display: block;}
.fix-pc-wrap a:visited  {color:#993399;text-decoration: none;}
.fix-pc-wrap a:active {color:#993399;text-decoration: none;}
.fix-pc-wrap a:hover {color:#a45ae8;text-decoration: none;}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
.fix-sp{position:fixed;animation-name:fadey_bottom_start;animation-duration:11s;}
.fix-sp{bottom:10px;background: rgba( 255,255, 255, 0.85 );left:5%;width: 90%;height:45px;border-radius: 3px;position: fixed; z-index: 99999;filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));}
.fix-sp-wrap {margin: 0 auto;text-align: center;padding-top: 8px;color:#993399;font-size:1rem;font-weight: 600;}
.fix-sp-wrap i{font-size:1.2rem;}
.fix-sp-wrap a:link {color:#993399;text-decoration: none; display: block;}
.fix-sp-wrap a:visited  {color:#993399;text-decoration: none;}
.fix-sp-wrap a:active {color:#993399;text-decoration: none;}
.fix-sp-wrap a:hover {color:#a45ae8;text-decoration: none;}
	
/*imgのとき*/
.fix-spwrap .img-fluid{margin: 0 auto;text-align: center;padding-top: 5px;}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  img {
    max-width: 100%;
    height: auto;
  }

}




/* =============================================== */
/* rollover - 画像ロールオーバー設定 */
/* ----------------------------------------------- */


@keyframes fadey_bottom_start{
 0% {opacity: 0;transform: translatey(100px);}
90% {opacity: 0;transform: translatey(100px);}
  100% {opacity: 1;transform: translatey(0);}
}
@keyframes fadey_top_start{
 0% {opacity: 0;transform: translatey(-100px);}
90% {opacity: 0;transform: translatey(-100px);}
  100% {opacity: 1;transform: translatey(0);}
}








.fixed-bg {width: 100%;
  position: relative;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: 1;
background-image: url("../images/aboutstagemain.jpg");
}



.bg04 {background: url("../images/zu_001.png") no-repeat center center;}
.bg05 {background-image: url("../images/aboutstagemain.jpg");}

@media only screen and (max-width: 1024px) {
.fixed-bg {display: none;}
.bg05 {display: none;}
}





/* =============================================== */
/* ローディング */
/* ----------------------------------------------- */
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ローディング画面の背景部分
/* ----------------------------------------------- */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
/* ローディング回転部分
/* ----------------------------------------------- */
#loading-main:after, #loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 120%;
}
#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 105;
}
#loading-main:after {
  -moz-animation: loading 0.75s linear infinite;
  -webkit-animation: loading 0.75s linear infinite;
  animation: loading 0.75s linear infinite;
  border: 10px solid transparent;
  border-top-color: #fff;
}
#loading-main:before {
  border: 2px solid rgba(255, 255, 255, 0.9);
}
