html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a{
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:link{
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:visited{
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:hover{
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
a:active{
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00);
}
body{
  background: url("../img/bk.jpg") no-repeat;
  background-size: cover;
  position: relative;
}
::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track{
    border-radius: 4px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background: #ff4dc4;
}
.pcNone, .pcNoneMenu{
  display: none;
}
.spNone{
  display: block;
}
.spHeader {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  background: rgba(255,255,255,.9);
  z-index: 100000;
}
.spMenu{
  margin: 70px 0 0;
  padding: 10px;
  box-sizing: border-box;
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(255,255,255,.9);
  z-index: 10000;
}
.spMenu div{
  margin: 0 0 20px;
}
.spTopImage{
  width: 100%;
}
.spTopImage img{
  width: 100%;
}
.mainContainer{
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.container{
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.containerLeft{
  width: 60%;
}
.containerRight{
  box-sizing: border-box;
  width: 40%;
}
.titleLogo img{
  width: 100%;
}
.information, .character{
  margin: 40px 20px;
  padding: 40px;
  box-sizing: border-box;
  width: 90%;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
  box-shadow: 0 0 10px 10px rgba(150,150,150,.8);
}
.youtubeContainer{
  margin: 88vh 20px 0;
  padding: 40px;
  box-sizing: border-box;
  width: 90%;
  background: rgba(255, 255, 255, .9);
  border-radius: 20px;
  box-shadow: 0 0 10px 10px rgba(150,150,150,.8);
}
.story{
  margin: 40px 20px;
  padding: 40px;
  box-sizing: border-box;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0 0 10px 10px rgba(150,150,150,.7);
  background: url("../img/illust01.png") no-repeat;
  background-color:rgba(255,255,255,.8);
  background-blend-mode:lighten;
  background-size: 60%;
  background-position: center;
}
.storyBox, .informationBox, .characterBox{
  margin: 0 auto;
  width: 90%;
}
.storyTrial{
	margin: 20px auto 0;
	padding: 10px;
	box-sizing: border-box;
	width: 420px;
	background: #9BFE93;
	text-align: center;
}
.storyTrial:hover{
	background: #D0FFCD;
}
.hyoushiImage img{
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #888;
}
.informationBtn{
  margin: 10px auto;
  padding: 5px 0;
  width: 70%;
  border: 1px solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.informationImg{
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
}
.informationImg img{
  width: 100%;
}
.informationText{
  margin: 0;
  padding: 0;
  width: 100%;
}
.characterBox{
  margin: 0 auto 40px;
  padding: 0;
  width: 90%;
}
.characterBox img{
  width: 100%;
}
.footerLogo{
  margin: 0 auto;
  width: 300px;
}
.footerLogo img{
  width: 100%;
}
.footer{
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1700px){
  .pcMenu{
    margin: 25px 0 0 120px;
  }
  .pcMenu div{
    width: 150px;
  }
}
@media screen and (max-width: 1440px){
  .containerLeft{
    width: 50%;
  }
  .pcMenu{
    margin: 25px 0 0 90px;
  }
  .pcMenu div{
    width: 130px;
  }
  .containerRight{
    width: 50%;
  }
}
@media screen and (max-width: 946px){
  .containerLeft{
    width: 0;
  }
  .pcMenu{
    margin: 25px 0 0 90px;
  }
  .pcMenu div{
    width: 130px;
  }
  .containerRight{
    width: 100%;
  }
  .youtubeContainer{
    margin: 88vh auto 40px;
  }
  .story, .information, .character{
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px){
  body{
    height: auto;
    background: none;
    position: relative;
  }
  .spNone{
    display: none;
  }
  .pcNone, .pcNoneMenu{
    display: block;
  }
  .spHeader{
    display: block;
  }
  .midashi{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainContainer{
    padding: 70px 0 0;
    width: 100%;
    height: 100vh;
    position: static;
    overflow: visible;
  }
  .container{
    position: static;
  }
  .containerLeft div{
    position: static;
  }
  .containerRight{
    margin: 0 auto;
    width: 90%;
  }
  .youtubeContainer{
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .story, .information, .character{
    margin: 50px auto 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
  }
  .story{
    border-radius: 0;
    background: url("../img/illust01.png") no-repeat;
    background-color:rgba(255,255,255,.9);
    background-blend-mode:lighten;
    background-size: 60%;
    background-position: center;
  }
  .storyTrial {
    margin: 30px auto 30px;
    padding: 10px;
    box-sizing: border-box;
    width: 90%;
    background: #9BFE93;
    text-align: center;
  }
  .informationBtn{
    width: 100%;
  }
  .footerLogo{
    margin: 40px auto 0;
    width: 50%;
  }
}