@charset "UTF-8";
/* CSS Document */

/* intro.css */

@media only print, only screen and (min-width: 18.75em){

body::before{
  background: none;
}

body.active::before{
  content: "";
  background: url("../../intro&story/img/bg_intro_sp.jpg") center no-repeat;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#main{
  padding: 0;
}

#introWrap,
#storyWrap{
  padding: 0 15px 40px;
  background: #fff;
}

#introWrap{
  padding-top: calc(12.5vw + 30px);
}

#intro .title{
  margin-bottom: 30px;
  font-family:'Baskerville MT W01 Regular';
  font-size: 6.875vw;
}

#intro h3{
  width: 23.5vw;
  position: fixed;
  top: calc(12.5vw + 30px);
  right: 15px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#intro h3.active{
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.exclam{
  transform: rotate(45deg);
  display: inline-block;
}

#intro .txt{
  width: 68.75%;
  font-size: 2.6vw;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: justify;
}

#intro #storyWrap .txt{
  width: 100%;
}

#introBg{
  width: 100%;
  height: 80vw;
}

#story{
  padding: 0 0 40px;
  background: #fff;
}

#storyWrap{
  padding-top: 40px;
}

.storyImg{
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}

.storyImg img{
  width: 100%;
  display: block;
}

#storyImgInner,
#storyImgInner2{
  width: calc(2560px * 3 - 340px);
  overflow: hidden;
}

#storyImgInner img,
#storyImgInner2 img{
  width: auto;
  height: 144px;
  float: left;
  display: inline-block;
}

#storyImgInner2{
  margin-left: -5120px;
}

#storyImgInner2 img{
  float: right;
}

#credit{
  width: calc(100% - 30px);
  margin-bottom: 40px;
  padding-left: 15px;
  font-size: 2.6vw;
  line-height: 2.4;
  letter-spacing: 0.02em;
  text-align: justify;
  word-wrap: break-word;
}

#playlist{
  padding: 0 15px 80px;
  background: #fff;
}

#playlist iframe{
  width: 100%;
  height: 400px;
}

#footer{
  background: #fff;
}

}

@media only print, only screen and (min-width: 1000px){

body::before{
  background: none;
}

body.active::before{
  content: "";
  background: url("../../intro&story/img/bg_intro.jpg") center no-repeat;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#main{
  padding: 0;
}

#introWrap,
#storyWrap{
  padding: 40px 20px;
}

#introWrap{
  padding-top: 140px;
}

#intro .title{
  margin-bottom: 30px;
  font-family:'Baskerville MT W01 Regular';
  font-size: 2.571vw;
}

#intro h3{
  width: 11.52vw;
  position: absolute;
  top: 140px;
  right: 18px;
  letter-spacing: 0.2em;
  overflow: hidden;
}

.exclam{
  transform: rotate(45deg);
  display: inline-block;
}

#intro .txt{
  width: auto;
  font-size: 1.2vw;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

#intro #storyWrap .txt{
  width: auto;
}

#introBg{
  width: 100%;
  height: 38.57vw;
}

#story{
  padding-bottom: 40px;
}

.storyImg{
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}

.storyImg img{
  width: 100%;
  display: block;
}

#storyImgInner,
#storyImgInner2{
  width: calc(2560px * 3 - 340px);
  overflow: hidden;
}

#storyImgInner img,
#storyImgInner2 img{
  width: auto;
  height: 144px;
  float: left;
  display: inline-block;
}

#storyImgInner2{
  margin-left: -5120px;
}

#storyImgInner2 img{
  float: right;
}

#credit{
  width: auto;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 1.071vw;
  line-height: 2.4;
  letter-spacing: 0.1em;
}

#playlist{
  padding: 0 20px 80px;
  background: #fff;
}

#playlist iframe{
  width: 100%;
  height: 600px;
}

}