/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

/* イベント情報 */
.event {
//  background: ivory;
//  background: black;
  padding: 0.1em 5em 0em 5em;
// opacity: 0.9;
//  border: 10px solid crimson;
//  border-radius: 20px;
  margin-bottom: 0em;
}

/* メンバー紹介 */
.member {
// background:whitesmoke;
//  background:black;
  margin:2.0em auto;
//  padding:0.1em 3em 2em 3em;
  padding:0.1em 0em 0em 0em;
// opacity: 0.9;
}
.prof {
  margin-top:2em;
  min-height:10em;
}
a:hover {
  opacity: 0.9;
}
.pc {
  display: inline;
}
.smh {
  display: none;
}
span.comment {
  color:#555555;
  font-size:1.5em;
  font-weight:bold;
}
span.tw {
  float: right;
  margin: 0.8em 0 0 0;
  padding: 0;
  font-size: 1.5em;
}
span.tw a {
  margin:0 0 2em 0;
  padding: 0;
}
.details {
  color:white;
  margin:8em 0 0 16em;
  padding:0;
  font-weight:bold;
}
.link1 {
  margin:0 auto;
  padding: 10px;
  font-size:1.5em;
  font-weight:bold;
  text-align: center;
  border: solid 5px #0044ff;
  border-radius: 50px;
//  max-width: 280px;
}
.link2 {
  margin:1.0em auto 2.0em auto;
  padding: 10px;
  font-size:1.5em;
  font-weight:bold;
  text-align: center;
  border: solid 5px #0044ff;
  border-radius: 50px;
//  max-width: 280px;
}
.link3 {
  margin:2em 0 0 0;
  padding: 0;
  font-size:1.5em;
  font-weight:bold;
  text-align: center;
}

@media only screen and (max-width: 600px) {
/* イベント情報 */
.event {
//  background: ivory;
//  background: black;
  padding: 0.1em 0;
// opacity: 0.9;
//  border: 10px solid crimson;
//  border-radius: 20px;
  margin-bottom: 0em;
}
    
/* メンバー紹介 */
.member {
// background:whitesmoke;
//  background:black;
  margin:1.0em auto;
  padding:0.1em 0;
// opacity: 0.9;
} 
.pc {
  display: none;
}
.smh {
  display: inline;
}
span.comment {
  color:white;
  font-size:0.85em;
  font-weight:bold;
}
.profile {
  text-align:center;
  padding: 1em;
    }
}

/* フォーム */
#title_bar {
	margin: 10px auto 30px auto;
	padding: 10px 10px 10px 10px;
	background-color:darkblue;
	border-radius:15px;
	font-size:120%;
    font-weight:bold;
	text-align:center;
	color:#ffffff;
}
fieldset {
  border: 3px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
  fieldset legend {
    font-weight: bold;
//    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
    font-size:2em;
}
@media only screen and (max-width: 600px) {
fieldset {
  border: 3px solid #dddddd;
  padding: 0.5rem;
  margin: 1.125rem 0;
}
#reserve {
    background-color: 44ccff;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0 0 -2em 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    border:2px solid white;
}
}
/* MOVIE */
.movie_title {
    margin: -1em 0 0 0;
    padding: 0;
    font-weight: bold;
}

.archive_category{
	margin:20px auto 0px;
	padding:10px;
	background-color:#aaaaaa;
	text-align:center;
}
.archive_list{
	background-color:#ffffff;
	border:dotted 0px #cccccc;
	border-radius:15px;
	margin:0px 0px 15px 0px;
	padding:10px 10px 10px 20px;
	font-size:0.92em;
	clear:both;
}


/*▼==========ローディングアニメーション==========*/
#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    animation: backgroundGlowToWhite 5s forwards;
}
@keyframes backgroundGlowToWhite {
    0%   { background-color: #fff; box-shadow: 0 0 30px #fff; opacity:1; }
	15%   { background-color: #fff; box-shadow: 0 0 30px #fff; opacity:1; }
	30%   { background-color: #000; box-shadow: 0 0 30px #000; opacity:1; }
    40%  { background-color: #ffff00; box-shadow: 0 0 50px #ffff00; opacity:1; }
    50%  { background-color: #ff0000; box-shadow: 0 0 50px #ff0000; opacity:1; }
    60%  { background-color: #0000ff; box-shadow: 0 0 50px #0000ff; opacity:1; }
    70%  { background-color: #ff69b4; box-shadow: 0 0 50px #ff69b4; opacity:1; }
	85%  { background-color: #fff; box-shadow: 0 0 50px #fff; opacity:1; }
    100% { background-color: #ffffff; box-shadow: 0 0 0 transparent; opacity:0; }
}


#logo_loader .f_logo {
    position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
	animation: logoFadeOut 1s ease-out 4s forwards;
}
@keyframes logoFadeOut {
    0%   { opacity: 1; }
    100% { opacity: 0; }
}


#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

/*#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
} 

#logo_loader .f_logo:before {
    animation: loadLogo 1.5s;
}

#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 4s;
    animation-delay: 2s; 
}


@keyframes slideOut {
  0% {
	opacity:1;
  }
  50% {
	opacity:1;
  }
  100% {
	opacity:0;
  }
}*/



@media screen and (max-width: 768px){
#logo_loader .f_logo {
    width: 80%;
    height: auto;
}
}
