@charset "UTF-8";
/*共通設定&スマートフォン*/
html{
/*	overflow-x: hidden;*/
	background-color: #fff;
}
body{
    background-image: url(../img/bg01.gif);
	background-attachment: fixed;
	position: relative;
	min-width: 320px;
}
.roman{/*明朝*/
font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#opning{
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.br-sp{
	display:block;
}
#opning{
  -webkit-animation: byeShutter 2.0s forwards;
          animation: byeShutter 2.0s forwards;
}
#opning img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
#wrapper{
	width: 100%;
}
#container{
	background-color: rgba(255,255,255,.75);
}
#container>div{
	padding: 30px 20px;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #fff;
}
#container>div>h2{
	font-size: 2.4em;
    color: #1E1E1E;
    letter-spacing: 0.1em;
    margin-bottom: 0.7em;
    position: relative;
	font-family: 'Voltaire', sans-serif;
	display: inline;
}
#container>div>h2:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1E1E1E;
	border-radius: 2px;
}
#container div p{
	font-size: 12px;
	line-height: 1.8em;
}
header #imgBox{
	width: 100%;
	padding-top: 141.4%;
	background-image: url(../img/req_main.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
header #imgBox div{
	width: 70%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateY(-30%) translateX(-50%);*/
}
 header #imgBox h1{
	 display: none;
}
/*ストーリー*/
#container #story p{
	margin-top: 40px;
	font-size: 1.2em;
}
/*キャラ紹介*/
#character .chbox{
	margin-top: 10px;
	padding-right: 20px;
	width: 100%;
	box-sizing: border-box;
}
#character .chbox li{
	margin-top: 30px;
	margin-right: 20px;
	width: 50%;
	float: left;
}
#character .chbox li:nth-child(2n){
	margin-right: -20px;
}
#character .chbox li a{
	text-decoration: none;
}
#character .chbox li a:hover{
	opacity: 0.75;
	transition: 0.3s ease-in-out;
}
#character .chbox li a img{
	width: 100%;
	height: auto;
	cursor: pointer;
}
#character .chbox li a h3{
	margin-top: 16px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bolder;
}
#character .chbox li a p{
	margin-top: 6px;
	padding-left: 5px;
	font-size: 0.8em;
	line-height: 1.0em;
	color: #FFF0BD;
	letter-spacing: 0.4em;
	font-family: 'Voltaire', sans-serif;
	background-color: #1E1E1E;
	display: inline-block;
}
/* オーバーレイのスタイル */
#lean_overlay{
	position: fixed; 
	z-index:0;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
/* モーダルウィンドウのスタイル */
.modal-window{
	background-color: #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	padding: 30px;
	width: 80%;
	max-width: 320px;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	position: relative;
	box-sizing: border-box;
}
.modal_close{
	top: 0px;
	right: 0px;
    width: 30px;
    height: 30px;
	cursor: pointer;
    display: block;
	position: absolute;
}
.modal_close::before,
.modal_close::after{
    content: "";
    display: block;
    width: 50%;/*バツ線の長さ*/
    height: 1px;/*バツ線の太さ*/
    background: #1E1E1E;
    transform: rotate(45deg);
    transform-origin:0% 25%;
    position: absolute;
    top: calc(10% + 2px);
    left: 50%;
}
.modal_close::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
/* モーダルウィンドウ中身 */
.modal-window img{
	width: 80%;
	height: auto;
}
/* 鬼女紅葉専用 */
#Character04{
	max-width: none;
}
#Character04 img{
	width: 100%;
}
.modal-window dl dt h3{
	margin-top: 20px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	position: relative;
}
.modal-window  dl dt h3:before{
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1E1E1E;
	border-radius: 2px;
}
.modal-window dl dt p{
	margin-top: 26px;
	padding-left: 0.4em;
	font-size: 0.8em;
	line-height: 1.0em;
	letter-spacing: 0.4em;
	font-family: 'Voltaire', sans-serif;
}
.modal-window  dl dd p{
	margin-top: 30px;
	line-height: 1.6em;
	text-align: justify;
}
/*既刊紹介*/
#bookbox{
	margin-top: 20px;
	z-index: 999;
}
#bookbox>li>ul{
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 8px #E1E1E1;
}
#bookbox>li:last-child ul{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: none;
}
#bookbox li ul .bkPic{
	margin-top: 0px;
	margin-bottom: 0px;
}
#bookbox li ul .bkPic img{
	width: 280px;
	height: 100%;
	margin-left: -90px;
}
#bookbox li ul .bkTxt{
	margin-top: -60px;/* ドロップシャドウオフセット分 */
}
#bookbox li ul .bkTxt ul li{
	margin-bottom: 10px;
}
#bookbox li ul .bkTxt ul li h3,
#bookbox li ul .bkTxt ul li p{
	color: #1E1E1E;
	line-height: 1.8em;
	text-align: center;
}
#bookbox li ul .bkTxt ul li h3{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4em;
}
#bookbox li ul .bkTxt ul li h3 span{
	font-size: 0.6em;
}
#bookbox li ul .bkTxt ul li p{
	margin-top: 1.6em;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
}
#bookList{
	padding: 20px 10px 80px;
	min-height: calc(100vh - 137px);
	background-color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#bookList ul{
	margin: 0 auto 0;
	width: 100%;
	transition-duration: 0.5s;
	transition-property: all;
	opacity: 0.0;
}
#shoplist{
	margin-top: 40px;
	width: 80%;
	font-size: 0.7em;
	line-height: 1.8em;
	color: #1E1E1E;
}
#bookList P span{
	font-weight: bolder;
}
#bookList P a{
	display: inline-block;
}
/*アウトライン*/
#container #outline{
	border-bottom: 0px;
}
#outline ul{
	margin-top: 20px;
}
#outline ul li{
	margin-top: 2.0em;
}
#outline ul li p{
	letter-spacing: 0.2em;
}
#outline ul li p span{
	font-weight: bolder;
}
#outline div{
	margin: 40px auto 0;
	max-width: 570px;
	width: 100%;
	background-color: #fff;
}
#outline div a img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
#outline div a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
#outline div a span{
	display: none;
}
footer ul{
	width: 170px;
	margin: 60px auto 0;
	text-align: center;
}
footer ul li{
	margin-right: 10px;
	float: left;
}
footer ul li:last-child{
	margin-right: 0;
}
footer ul li a{
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #1e1e1e;
}
footer ul li:first-child a{
	background-image: url("../img/sns.png");
	background-position: 0 0;
}
footer ul li:nth-child(2) a{
	background-image: url("../img/sns.png");
	background-position: -50px 0;
}
footer ul li:last-child a{
	background-image: url("../img/sns.png");
	background-position: -100px 0;
}

footer ul li a span{
	display: none;
}
footer ul li:hover a{
	background-color: #4f4f4f;
	transition: color 0.3s ease 0s;
}
footer h3{
	margin: 40px auto 0px;
	padding-bottom: 60px;
	height: 38px;
	width: 92px;
	background-image: url("../img/tm_books.svg");
	background-repeat: no-repeat;
}
footer h3 span{
	display: none;
}
/*戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
}
 #pageTop a {
  display: block;
  z-index: 999;
  width: 50px;
  height: 50px;
  background-color: #eee;
  opacity: 0.8;
 }
  #pageTop a span{
  color: #303146;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}
 #pageTop a: hover {
  opacity: 0.5;
}
/*タブレット~PC向け*/
@media only screen and (min-width: 768px){
.br-sp{
	display: none;
}
#container{
	max-width: 1024px;
}
header{
	background-image: url(../img/bg.gif);
	background-size: auto;
	background-repeat: repeat;
	background-color: #1e1e1e;
	}
header #imgBox{
	width: auto;
	height: 100vh;
	padding-top: 0;
	background-size: contain;
}
/*キャラ紹介*/
#character .chbox{
	padding-left: 80px;
	padding-right: 120px;
}
#character .chbox li{
	width: 33.333%;
}
#container #character .chbox li:nth-child(2n){
	margin-right: 20px;
}
#container #character .chbox li:nth-child(3n){
	margin-right: -40px;
}
.modal-window{
	width: 640px;
	max-width: none;
}
/* モーダルウィンドウ中身 */
.modal-window img,
.modal-window dl{
	float: left;
}
.modal-window img,
#Character04 img{
	width: 300px;
	margin-right: 20px;
}
.modal-window dl{
	width: 260px;
}
/*既刊紹介*/
#bookbox{
	margin: 20px auto 0;
	max-width: 920px;
}
#bookbox li ul{
	padding-bottom: 0px;
}
#bookbox li ul li{
	float: left;	
}
#bookbox li ul .bkPic{
	width: calc(40% + 20px);/*影ある分の画像のマージン*/
	margin-left: -20px;
	margin-bottom: -30px;
}
#bookbox li ul .bkTxt{
	width: calc(60% + 60px);
	max-width: 540px;
	margin: 0 0 0 -60px;
}
#bookbox li ul .bkTxt ul li h3,
#bookbox li ul .bkTxt ul li p{
	text-align: left;
}
}
@media only screen and (min-width: 1024px){
#container{
	margin: 0 auto;
	box-shadow: 0 0 4px gray;
}
}