@charset "UTF-8";
/* CSS Document */
html{
max-width:100%;
margin: 0 auto;
min-height: 100vh;
scroll-behavior: smooth;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
mage-rendering: -webkit-optimize-contrast;
background: url("../img/backimg3.png");
}


body{
background: #010019;
min-height: 100vh;
max-width: 1000px;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 40px;
}

#loading{
width: 100vw;
height: 100vh;
transition: all 1s;
background-color: rgba(0,0,12,0.92);
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}

.looping-rhombuses-spinner, .looping-rhombuses-spinner * {
box-sizing: border-box;
left: 0;
top:0;
margin: auto;
}

.looping-rhombuses-spinner {
width: calc(15px * 4);
height: 15px;
position: relative;
margin: auto;
top:0;
    }

.looping-rhombuses-spinner .rhombus {
height: 15px;
width: 15px;
background-color: #fff;
left: calc(15px * 4);
position: absolute;
border-radius: 100px;
transform: translateY(0) rotate(45deg) scale(0);
animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
margin-top: 290px;
}

    .looping-rhombuses-spinner .rhombus:nth-child(1) {
      animation-delay: calc(2500ms * 1 / -1.5);
    }

    .looping-rhombuses-spinner .rhombus:nth-child(2) {
      animation-delay: calc(2500ms * 2 / -1.5);
    }

    .looping-rhombuses-spinner .rhombus:nth-child(3) {
      animation-delay: calc(2500ms * 3 / -1.5);
    }

    @keyframes looping-rhombuses-spinner-animation {
      0% {
        transform: translateX(0) rotate(45deg) scale(0);
      }
      50% {
        transform: translateX(-233%) rotate(45deg) scale(1);
      }
      100% {
        transform: translateX(-466%) rotate(45deg) scale(0);
      }
    }

.loaded {
opacity: 0;
visibility: hidden;
}

header{
display: flex;
}

footer{
text-align: center;
margin: 0;
font-size: 20px;
color: #fff;
font-weight: 200;
}



.modal {
display: none;
position: fixed;
z-index: 8887;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.95);
transition: all 1s ease-in-out;
animation-name:fadeInAnime;
animation-duration:1s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-container p {
    margin-bottom: 10px;
}
.modal-container p:last-child {
    margin-bottom: 0;
}
.modal-content {
background: #FFF;
overflow-y: auto;
padding: 20px 25px;
width: 90%;
max-width: 500px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-height: 400px;
animation: show 9.0s linear 1s;
filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
display: inline-block;
position: absolute;
right: 5px;
top: 5px;
}

.modal-box{
margin-top: 50px;
color: #fff;
}


.modal-close {
text-decoration: none;
font-size: 2rem;
line-height: 1;
padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}


@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.modalClose {
height: 25px;
font-size: 50px;
color: #fff;
}

.haeder img{
max-width:100%;
margin: 0 auto;
width: 1000px;
margin-top: 2px;
}



button{
display: inline-block; 
border: none; 
background-color: transparent; 
color: #fff; 
text-align: center; 
text-decoration: none; 
font-size: 18px;
font-weight: 200;
cursor: pointer; 
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

button p{
color: #fff;
margin-top: 2px;
}

button img{
width: 20px;
margin-top: 2px;
}

.modal-box{
text-align: center;
margin: 0 auto;
}


.dal-text{
margin: 0 auto;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.dal-text h2{
font-size: 35px;
margin: 0 auto;
width: 30%;
font-weight: 500;
}

.dal-text h3{
font-size: 25px;
padding-top: 30px;
margin: 0 auto;
width: 50%;
font-weight: 400;
}

.dal-text h4{
padding-top: 30px;
padding-bottom: 30px;
font-size: 15px;
margin: 0 auto;
width: 50%;
text-align: left;
font-weight: 500;
}

.dal-text h5{
padding-top: 30px;
padding-bottom: 30px;
font-size: 15px;
line-height: 2.0em;
margin: 0 auto;
text-align: left;
width: 50%;
font-weight: 500;
}
/*menu*/
.manu-der{
display: flex;
position: fixed;
cursor: pointer;
top:0;
right: 0;
z-index: 199;
}


.manu-der li{
margin-top: 12px;
padding: 7px;
text-align: center;
list-style: none;
width: 100px;
height: 40px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background: #fff;
}

.manu-der a{
font-size: 18px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 500;
color: #2100FF;
margin: 2px;
text-decoration: none;
}

.manu-der li:hover{
transition: 0.3s;
background: #5E73FF;
}


/*menu*/


.stageserihu{
color: #fff;
align-content: center;
margin: 0 auto;
width: 500px;
max-width: 100%;
font-family: Verdana, Geneva, "sans-serif";
font-weight: 200;
}
.modorubtn{
margin-top: 70px;
}

.modorubtn a{
align-content: center;
margin: 0 auto;
max-width: 100%;
border: none; 
background-color: transparent; 
color: #fff; 
text-align: center; 
text-decoration: none; 
font-size: 23px;
font-family:　"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 200;
cursor: pointer; 
border-bottom: 2px solid #fff;
}

.sextutei h1{
color: #fff;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 100;
text-align: center;
margin-top: 70px;
font-size:35px;
margin: 0 auto;
width: 320px;
border-bottom: 2px solid #fff;
}



.sextutei h2{
color: #fff;
align-content: center;
margin: 0;
font-size:18px;
margin-top: 50px;
max-width: 100%;
font-family: Verdana, Geneva, "sans-serif";
font-weight: 300;
}


.sextutei{
max-width:100%;
width:100%;
text-align: center;
margin: 0 auto;
padding-top: 90px;

}

.stagedtn{
text-align: center;
display: grid;
gap: 20px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 200px 10px ;
margin-top: 5%;
}

.stage-box{
text-align: center;
margin:0 auto;
max-width:100%;
}

.stagebox{
width: 300px;
height: 200px;
object-fit: cover;
transition: all .3s;
}

.charaimg{
width: 650px;
}

.charaimg img{
width: 100%;
}

.border-top{
width: 200px;

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

html{
margin: 0 auto;
scroll-behavior: smooth;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
mage-rendering: -webkit-optimize-contrast;
background: none;
}


body{
margin: 0 auto;
background: #010019;
}
	

header{
display: flex;
}

footer{
text-align: center;
margin: 0;
font-size: 20px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
color: #fff;
font-weight: 200;
}


.modal {
display: none;
position: fixed;
z-index: 8887;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.70);
transition: all 1s ease-in-out;
animation-name:fadeInAnime;
animation-duration:1s;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-container p {
    margin-bottom: 10px;
}
.modal-container p:last-child {
    margin-bottom: 0;
}
.modal-content {
background: #FFF;
overflow-y: auto;
padding: 20px 25px;
width: 90%;
max-width: 500px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-height: 400px;
animation: show 9.0s linear 1s;
filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
display: inline-block;
position: absolute;
right: 5px;
top: 5px;
}

.modal-box{
margin-top: 50px;
color: #fff;
}


.modal-close {
text-decoration: none;
font-size: 2rem;
line-height: 1;
padding: 0 8px;
}

.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}


@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.modalClose {
height: 25px;
color: #fff;
}

button{
display: inline-block; 
border: none; 
background-color: transparent; 
color: #fff; 
text-align: center; 
text-decoration: none; 
font-size: 15px;
cursor: pointer; 
}



button p{
color: #fff;
margin-top: 2px;
}

button img{
width: 20px;
margin-top: 2px;
}

.modal-box{
text-align: center;
margin: 0 auto;
}


.dal-text{
margin: 0 auto;
}

.dal-text h2{
font-size: 35px;
margin: 0 auto;
width: 30%;
}

.dal-text h3{
font-size: 25px;
padding-top: 30px;
margin: 0 auto;
width: 50%;
border-bottom: double 4px #FFF800;
}

.dal-text h4{
padding-top: 30px;
padding-bottom: 30px;
font-size: 15px;
margin: 0 auto;
width: 50%;
text-align: left;
}

.dal-text h5{
padding-top: 30px;
padding-bottom: 30px;
font-size: 15px;
margin: 0 auto;
text-align: left;
width: 50%;
}
/*menu*/
.manu-der{
display: flex;
position: fixed;
cursor: pointer;
top:0;
right: 0;
z-index: 199;
}


.manu-der li{
margin-top: 12px;
padding: 7px;
font-size: 10px;
text-align: center;
list-style: none;
width: 80px;
height: 35px;
background: #2100FF;
}

.manu-der a{
font-size: 15px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 300;
color: #fff;
margin: 2px;
text-decoration: none;
}

.manu-der li:hover{
transition: 0.3s;
background: #5E73FF;
}


/*menu*/
	
.stageserihu{
width: 300px;
margin: 0 auto;
align-content: center;
max-width: 100%;
}	
	
.stageserihu h1{
color: #fff;
font-size: 15px;
align-content: center;
margin: 0;
max-width: 100%;
font-family: Verdana, Geneva, "sans-serif";
font-weight: 500;
}


.stageserihu　h3{
color: #fff;
font-size: 10px;
align-content: center;
margin: 0;
max-width: 100%;
font-family: Verdana, Geneva, "sans-serif";
font-weight: 500;
}

.sextutei{
max-width:100%;
width:100%;
text-align: center;
margin: 0 auto;
padding-top: 90px;
}

.sextutei h1{
font-size: 25px;
}

.stagedtn{
text-align: center;
display: grid;
gap: 10px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 200px 20px;
margin-top: 5%;
}

.stage-box{
text-align: center;
margin:0 auto;
max-width:100%;
}

.stagebox{
width: 100px;
height: 100px;
object-fit: cover;
transition: all .3s;
}

.charaimg{
width: 350px;
}

.charaimg img{
width: 100%;
}

}
