html {
  height: 100%; }

body {
  color: #FFF;
  background-color: #010101; }

body#home {
  overflow: hidden; }

@font-face {
  font-family: 'FHADEVANNC';
  src: url("../fonts/FHADEVANNC.ttf") format("truetype"); }
a {
  color: #555; }
  a:hover {
    color: #b69a5f; }

#main {
  display: none; }

#contens {
  display: none; }

#main_navi {
  background-color: transparent !important;
  box-shadow: none !important; }
  #main_navi .sidenav-trigger {
    color: #FFF;
    margin: 0; }

.main-color {
  color: #D62598; }

.sub-color {
  color: #b69a5f; }

.bg-color {
  background-color: #f5f4e8; }

.white-text {
  color: #FFF; }

h1, h2, h3, h4, h5, h6, #navi, #logo-container, .commentLink, a.btn {
  font-family: 'Volkhov', serif; }

h2 {
  color: #b69a5f;
  border: 2px solid #b69a5f;
  background-color: #F9F9F9;
  padding: 12px 0 4px;
  line-height: 1;
  margin: 1em 0 1em 25%;
  font-size: 2.6em;
  box-sizing: border-box;
  width: 50%; }

@media screen and (max-width: 768px) {
  h2 {
    padding: 10px 0 4px;
    margin: 1em 0 1em 10%;
    font-size: 1.6em;
    width: 80%; } }
h3 {
  color: #D62598; }

h5 {
  font-size: 1.2rem;
  font-weight: bold; }

h6 {
  font-size: 2.2rem;
  text-shadow: 0 0 14px #777;
  letter-spacing: 0.02em; }

@media screen and (max-width: 768px) {
  h6 {
    font-size: 1.1rem; } }
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1000; }
  #loader-bg #loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 160px;
    width: 200px;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 10001; }
    #loader-bg #loader img {
      width: 60%; }

.nav-wrapper #logo-container {
  font-size: 0.9rem; }
  .nav-wrapper #logo-container span {
    color: #BBB; }

img.hover-fade {
  transition: 0.6s; }

img.hover-fade:hover {
  opacity: 0.6; }

#index-banner {
  text-align: center; }
  #index-banner img.title {
    width: 56%;
    margin-bottom: 8vh; }
  #index-banner .head_logo a {
    color: #FFF; }
    #index-banner .head_logo a h1 {
      transition: 0.6s;
      border: 2px solid #FFF;
      padding: 10px 0;
      width: 66%;
      margin: 0 17%;
      font-size: 24px;
      font-family: 'FHADEVANNC'; }
  #index-banner .head_logo a:hover {
    color: #B22222; }
    #index-banner .head_logo a:hover h1 {
      background: #FFF; }
  #index-banner .head_logo .logo {
    width: 100%;
    margin-bottom: 2vh; }
  #index-banner .head_logo.wakie a:hover {
    color: #ff9000; }
    #index-banner .head_logo.wakie a:hover h1 {
      background: #FFF; }
  #index-banner .cover {
    margin-top: 10vh;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 13; }
  #index-banner .photo_slide {
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
    #index-banner .photo_slide .mask_1 {
      border: 6px solid #C0B39E;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 12; }
    #index-banner .photo_slide .mask_2 {
      border: 7px solid #FFF;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 11; }
    #index-banner .photo_slide .mask_3 {
      border: 13px solid #C0B39E;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      background: url("../images/black_mask.png"); }
    #index-banner .photo_slide .slide {
      opacity: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      animation: anime 48s 0s infinite; }
    #index-banner .photo_slide .slide:nth-of-type(2) {
      animation-delay: 8s; }
    #index-banner .photo_slide .slide:nth-of-type(3) {
      animation-delay: 16s; }
    #index-banner .photo_slide .slide:nth-of-type(4) {
      animation-delay: 24s; }
    #index-banner .photo_slide .slide:nth-of-type(5) {
      animation-delay: 32s; }
    #index-banner .photo_slide .slide:nth-of-type(6) {
      animation-delay: 40s; }
@keyframes anime {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 9; }
  100% {
    opacity: 0; } }
  #index-banner .footer-copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFF;
    width: 100%;
    text-align: center;
    z-index: 10; }

@media screen and (max-width: 600px) {
  #index-banner {
    text-align: center; }
    #index-banner .head_logo {
      padding: 0;
      width: 62%;
      float: none;
      margin: 0 auto; }
      #index-banner .head_logo .logo {
        margin-bottom: 1vh; }
      #index-banner .head_logo.chatty {
        padding-bottom: 3vh;
        margin-bottom: 2vh;
        border-bottom: 1px dotted #FFF; }
      #index-banner .head_logo.wakie .logo {
        margin-bottom: -1vh; }
      #index-banner .head_logo img.title {
        width: 100%;
        margin-bottom: 3.4vh; }
      #index-banner .head_logo a h1 {
        float: none;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 1vh;
        font-size: 16px;
        padding: 5px 0; }
    #index-banner .cover {
      margin-top: 5vh; } }
.side-nav h2 {
  display: block;
  background: #EEE;
  color: #333;
  margin: 0;
  padding: 20px 32px;
  font-size: 1.2rem;
  border-bottom: 1px solid #CCC; }
.side-nav li {
  border-bottom: 1px solid #CCC; }

.container#blog h2 {
  margin-bottom: 2rem; }
.container#blog #rss {
  margin: 0 0 2em; }
  .container#blog #rss li a {
    text-decoration: underline !important;
    padding: 1em 0;
    display: block;
    cursor: pointer;
    transition: .3s ease-out; }
    .container#blog #rss li a:hover {
      background: #dbd8d2;
      color: #444; }
  .container#blog #rss .itemTitle {
    font-weight: bold;
    display: inline; }
  .container#blog #rss .itemDate {
    font-size: 80%;
    color: #666;
    display: inline-block;
    margin-left: 1rem; }
  .container#blog #rss .itemContent {
    display: none;
    margin: 0.5em 0 0; }
    .container#blog #rss .itemContent p {
      margin: 0; }

#navigation-top {
  margin: 3em 0; }
  #navigation-top a {
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 24px 0 0;
    background: url(../images/angle-up.svg) 52% 1px no-repeat transparent;
    background-size: 14px;
    color: #FFF;
    font-size: 11px;
    border: 1px solid #FFF;
    border-radius: 60px; }
    #navigation-top a:hover {
      background: url(../images/angle-up.svg) 52% 1px no-repeat transparent; }

#profile {
  margin-bottom: 3em; }
  #profile h3 {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: none;
    padding: 12px 0 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.5em;
    box-sizing: border-box;
    margin: 1em 0 1.5em 25%;
    box-sizing: border-box;
    width: 50%; }
  #profile .name {
    font-size: 150%; }
  #profile .image-round1 {
    width: 260px;
    border-radius: 50%; }
  #profile .badge {
    width: 100px; }

#footer .logo-w {
  width: 200px;
  margin-bottom: 3em; }
  #footer .logo-w img {
    width: 100%; }

.page-footer {
  background: transparent; }
  .page-footer .centered {
    position: relative;
    overflow: hidden;
    height: 180px; }
  .page-footer .sns-footer {
    position: relative;
    left: 50%;
    float: left; }
    .page-footer .sns-footer li {
      text-align: center;
      width: 4em;
      position: relative;
      left: -50%;
      float: left; }
  .page-footer #footer {
    background: transparent;
    padding: 4em 0 0;
    margin: 0; }
  .page-footer .logo-footer img {
    width: 160px; }
  .page-footer .footer-copyright {
    font-size: 0.6rem;
    text-align: center;
    background: transparent; }

#contact select {
  display: inline;
  border-radius: 0px; }
#contact [type="radio"]:not(:checked), #contact [type="radio"]:checked {
  position: static;
  opacity: 1;
  pointer-events: auto; }
#contact [type="checkbox"]:not(:checked), #contact [type="checkbox"]:checked {
  position: static;
  opacity: 1;
  pointer-events: auto; }
#contact textarea {
  height: 8em; }
#contact input:not([type]), #contact input[type=text]:not(.browser-default), #contact input[type=password]:not(.browser-default), #contact input[type=email]:not(.browser-default), #contact input[type=url]:not(.browser-default), #contact input[type=time]:not(.browser-default), #contact input[type=date]:not(.browser-default), #contact input[type=datetime]:not(.browser-default), #contact input[type=datetime-local]:not(.browser-default), #contact input[type=tel]:not(.browser-default), #contact input[type=number]:not(.browser-default), #contact input[type=search]:not(.browser-default), #contact textarea {
  background-color: #FFF;
  border: 1px solid #f2f2f2; }
#contact small.red {
  color: #C00;
  background: none !important;
  font-weight: normal; }

@media screen and (max-width: 640px) {
  .formTable {
    width: 100%; }

  .formTable th, .formTable td {
    padding: 15px 5px 10px;
    border-bottom: none;
    display: block;
    width: 100%; }

  .formTable th {
    padding: 15px 5px 0; } }
/*

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
nav ul a, nav .brand-logo {
  color: #444; }

p {
  line-height: 2rem; }

.sidenav-trigger {
  color: #26a69a; }

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9); }
  .parallax-container .section {
    width: 100%; }

@media screen and (max-width: 768px) {
  .parallax-container {
    min-height: 300px; } }
.icon-block {
  padding: 0 15px; }
  .icon-block .material-icons {
    font-size: inherit; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style_home.css.map */
