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

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

#header{
  width: 100%;
  height: 72px;
  background: none;
  border-bottom: none;
  font-size: 15px;
  font-family:'Century Schoolbook W01', Georgia, "Times New Roman", Times, "serif";
  letter-spacing: 0.1em;
  position: fixed;
  z-index: 7777;
  transform: translateY(-76px);
  transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#header::after{
  height: 0;
}

#header a{
  color: #fff;
}

#headerInnerSp #navLSp{
  font-size: 9px;
  position: absolute;
  top: 20px;
  left: 15px;
  letter-spacing: 0;
}

#mainVisual{
  width: 100%;
  height: 100%;
  background: url("../img/bg_secret_sp.jpg") center no-repeat;
  background-size: cover;
}

#title{
  width: 60vw;
  position: relative;
  top: 50%;
  left: 50%;
  padding-bottom: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} 

#second{
  height: auto;
  padding: 130px 0 70vh;
  color: #fff;
  background: #000 url("../img/bg_secret_bottom_sp.jpg") bottom center no-repeat;
  background-size: 100% auto;
}

.aboutLead{
  margin-bottom: 80px;
}

#about{
  margin-bottom: 130px;
  text-align: center;
}

#about h3{
  margin-bottom: 30px;
  padding-bottom: 40px;
  font-size: 20px;
  position: relative;
}

#about h3::after{
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#about h4{
  font-size: 14px;
  line-height: 1.944;
  padding: 0 15px;
  text-align: justify;
}

#about h5{
  margin: 30px 15px 0 0;
  font-size: 14px;
  text-align: right;
}

#secretList{
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
}

#secretList ol{
  width: 100%;
}

#secretList li{
  width: 100%;
  margin: 0 0 80px 0;
  float: none;
}

#secretList li h6{
  margin-bottom: 20px;
  padding-bottom: 26px;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.secretListImg{
  margin-bottom: 20px;
}

#secretList li p{
  font-size: 13px;
  line-height: 1.733;
  text-align: justify;
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: block;
}

#footer{
  background: #000;
  padding: 20px 20px;
}

}

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

#header{
  width: 100%;
  height: 72px;
  background: none;
  border-bottom: none;
  font-size: 15px;
  font-family:'Century Schoolbook W01', Georgia, "Times New Roman", Times, "serif";
  letter-spacing: 0.1em;
  position: fixed;
  z-index: 7777;
  transform: translateY(-76px);
  transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#header::after{
  height: 0;
}

#header a{
  color: #fff;
}

#mainVisual{
  width: 100%;
  height: 100vh;
  background: url("../img/bg_secret.jpg") center no-repeat;
  background-size: cover;
}

#title{
  width: 32vw;
  position: relative;
  top: 50%;
  left: 50%;
  padding-bottom: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} 

#second{
  height: auto;
  padding: 160px 0 80vh;
  color: #fff;
  background: #000 url("../img/bg_secret_bottom.jpg") bottom center no-repeat;
  background-size: 100% auto;
}

#about{
  margin-bottom: 130px;
  text-align: center;
}

#about h3{
  margin-bottom: 30px;
  padding-bottom: 40px;
  font-size: 30px;
  position: relative;
}

.aboutLead{
  margin-bottom: 100px;
}

#about h3::after{
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#about h4{
  font-size: 1.286vw;
  line-height: 1.944;
  padding: 0;
  text-align: center;
}

#about h5{
  margin: 40px 20px 0 0;
  font-size: 1.286vw;
  text-align: right;
}

#secretList{
  width: calc(100% - 60px);
  margin: 0 auto;
  overflow: hidden;
}

#secretList ol{
  width: calc(100% + 272px);
}

#secretList li{
  width: calc(100% / 3 - 136px);
  margin: 0 68px 80px 0;
  float: left;
}

#secretList li h6{
  margin-bottom: 20px;
  padding-bottom: 26px;
  font-size: 19px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.secretListImg{
  margin-bottom: 20px;
}

#secretList li p{
  font-size: 15px;
  line-height: 1.733;
  text-align: justify;
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: block;
}

#footer{
  background: #000;
}

}