@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  margin: 0;
  padding: 0;
}
.scroll-area {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -webkit-scroll-snap-type: mandatory;
  scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100%);
  scroll-snap-points-y: repeat(100%);
}
.box {
  width: 100%;
  height: 100vh;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center; /* 縦方向中央揃え */
  flex-direction: column;
}
.box__bg_black {
  background-color: #333;
}
.box__bg_gray {
  background-color: #ccc;
}
.menuheader {
  background-color: #351212;
  height: 45px;
}
.menuheader p {
  margin-top: 20px;
  margin-left: 10px;
  padding: 0;
}

/*************************
top
*************************/

.toparea {
	background-size:cover;
	height: 497px;
}

/*************************
pagetop
*************************/

#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*************************

*************************/


.illustratorbg {
	background-image: url(../bitchnursenovel/n03.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 600px;
	align-items: center;
}



