@charset "UTF-8";

html {
    font-size: 100%;
}

@font-face {
	font-family: 'kokuminchou';
	src: url(kokuminchou.ttf);
}

body {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    font-family: 'kokuminchou';
    line-height: 1.7;
    background-color: #000;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgb(65, 37, 32);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 150px;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

div {
    text-align: center;
}

@media screen and (max-width: 600px){
    .spinner img{
      width: 50%;
    }
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    filter: opacity(0%);
  }
}

.loaded {
  opacity: 0;
  display: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

a {
    text-decoration: none;
}

p {
    color: #fff;
}

.home-content {
    text-align: center;
}

.home-content .logo {
    margin-top: 30px;
    margin-bottom: 80px;
    width: 600px;
    margin-left: 3%;
}

@media (max-width: 600px) {
    .home-content .logo {
        width: 500px;
    }
}

@media (max-width: 500px) {
    .home-content .logo {
        width: 80%;
    }
}

.home-content p {
    margin: -80px 0 45px;
}

.big-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home {
    background-image: url(background_pc.png),linear-gradient(#fff2d5, #2a1b12);
    background-blend-mode: hard-light;
    background-image: fixed;
    min-height: 100vh;
}

@media (max-width: 600px) {
    #home {
        background-image: url(background_0201.png),linear-gradient(#fff2d5, #2a1b12);
        background-blend-mode: hard-light;
        background-image: fixed;
    }
}

.door {
    height: 225px;
    width: 150px;
    margin-top: -20px;
    padding-left: 0%;
    padding-right: 0%;
}

@media (max-width: 600px) {
    .door {
        height: 180px;
        width: 120px;
        margin-top: -40px;
    }
}

.text img:hover {
    opacity: 0.6;
}

.nozoku {
    margin: 70px;
    font-size: 30px;
    font-weight: bold;
    text-shadow:  2px  2px 10px #000 ,
               -2px  2px 10px #000 ,
                2px -2px 10px #000 ,
               -2px -2px 10px #000;
}

@media (max-width: 600px){
    .nozoku {
        font-size: 25px;
    }
}

.copy {
    color: #fff;
    text-align: center;
    position:fixed;
    bottom: 0;
    left: 10%;
    right: 10%;
    font-family: break;
}

.text {
    font-size: 30px;
    font-weight: bold;
    text-shadow:  2px  2px 10px #000 ,
               -2px  2px 10px #000 ,
                2px -2px 10px #000 ,
               -2px -2px 10px #000;
}

@media (max-width: 1000px) {
    .css-br::after {
        content: " \A";
        white-space: pre;
    }
    
    .text {
        margin-top: 0px;
    }
}

@media (max-width: 500px) {
    .css-br1::after {
        content: " \A";
        white-space: pre;
    }
}

@media (max-width: 600px) {
    .text {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 20px;
    } 
}