@charset "UTF-8";
/*
	Title	   : アニメ「イド・インヴェイデッド」公式サイト
	URI            : id
	Designer       : GRAPHNETWORK
	Designer's URI : http://graphnetwork.com/
*/
/* --------------------------------------------------------------

							Layout

-----------------------------------------------------------------*/
#book h1.page_ttl {
   background-position: top 3px left -43px;
   width: 220px;
}
.book_block {
   text-align: center;
   font-size: 1em;
   margin: auto;
   width: 100%;
}
.book_block .wrap .box {
   margin-bottom: 60px;
   position: relative;
}
.book_block img {
   width: 100%;
   max-width: 300px;
   display: block;
}
figure {
   background: #fcf300;
   margin-bottom: 10px;
}
figure img {
   opacity: 1;
   -webkit-transition: .3s ease-in-out;
   transition: .5s ease-in-out;
}
figure:hover img {
   opacity: .5;
}
.cover {
   filter: alpha(opacity=100);
   -moz-opacity: 100;
   opacity: 100;
   position: absolute;
   width: 301px !important;
   transition: 1.0s;
}
.cover:hover {
   filter: alpha(opacity=0);
   -moz-opacity: 0;
   opacity: 0;
}
#book .book_block .box:first-child {
   margin-left: 0;
}
#book .book_block .box:last-child {
   margin-right: 0;
}
#book .book-tag {
   color: #fff100;
   font-size: 13px;
   font-weight: normal;
   margin: 0 0 2%;
   text-align: center;
}
#book .book-tag::after {
   content: url(../img/common/ttl-arrow-right.png);
   position: relative;
   margin-left: 4px;
   top: -2px;
}
#book .book-tag::before {
   content: url(../img/common/ttl-arrow-left.png);
   position: relative;
   margin-right: 6px;
   top: -2px;
}
#book .cate-ttl {
   font-size: 20px;
   line-height: 1.4;
   text-align: center;
   letter-spacing: 0.09em;
   margin-bottom: 10%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
#book .book_wrap .cate-ttl .staff-txt {
   color: #999;
   font-size: 10px;
   margin-top: 2%;
   letter-spacing: 0.05em;
}
#book .book_wrap {
   margin: auto auto 40%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
#book .book_block .wrap {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-flow: row wrap;
   flex-wrap: wrap;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   flex-wrap: wrap;
}
#book .book_block .box {
	margin: 0 2%;
	width: 30%;
}

#book .btnarea {
	text-align: center;
	position: relative;
	width: 100%;
	margin: auto;
}
#book .btnarea a.btn {
   background: #000;
   height: 52px;
   width: 100%;
   margin-top: 20px;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 20px;
   line-height: 58px;
   font-size: 15px;
   -webkit-transition: all 2s ease;
   -moz-transition: all 2s ease;
   -o-transition: all 2s ease;
   transition: all 2s ease;
   border: 1px solid #eee;
   text-decoration: none;
}
#book a.btn:hover {
   background: #fff;
   color: #000;
}
.button::after {
    position: absolute;
    top: 2.9em;
    right: 0.4em;
    content: '';
    /* margin-top: -5px; */
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .2s;
}
.button:hover:after {
   position: absolute;
   top: 2.9em;
    /*right: 1em;*/
   content: '';
   /* margin-top: -5px; */
   border: 7px solid transparent;
   border-top-width: 5px;
   border-bottom-width: 5px;
   border-left-color: #000;
   transition: all .2s;
}
#book .subnav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 810px;
	margin: 0 auto 40px;
}
#book .subnav .category {
	border-left: 1px solid #333;
	width: 24%;
	text-align: center;
	margin: 8px 0;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 0.8;
}
#book .subnav .category:last-child {
	border-right: 1px solid #333;
}
#book .subnav li a.en {
	font-size: 15px;
	font-weight: 400;
}
#book .subnav li a {
	border-radius: 0;
	border: none;
	display: block;
	text-align: center;
	height: auto;
	width: 100%;
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#book .block-book-ttl {
    text-align: center;
    letter-spacing: 0.09em;
    margin-bottom: 40px;
}
#book h1.book-ttl {
    width: 100%;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#book .book_wrap .block-bd-ttl .release {
    margin-top: 12px;
    font-size: 16px;
}
#book .store {
	text-decoration: underline;
}
#book .block-summary .product ul li {
	color: #fff100;
    margin-left: 20px !important;
    margin-bottom: 12px;
    line-height: 1.6;
    list-style: circle;
}
#book .item-data {
	color: #999;
	font-size: 12px;
}
#book .book_wrap {
	margin: 20px;
	background-color: #0f0f0f;
	border: 1px solid #333333;
	padding: 30px 20px 30px;
	position: relative;
	background-image: url(../img/common/sp-contents-line-bottom.png), url(../img/common/sp-contents-line-top.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top, bottom;
	font-weight: 400;
	/* font-family: "Yu Gothic", YuGothic, sans-serif; */
}
#book .block-book-ttl {
    /* text-align: center; */
    letter-spacing: 0.09em;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#book .thumb-goods {
	width: 100%;
	margin-bottom: 20px;
}
#book .rd-txt {
	text-align: center;
	margin: 0 0 30px 0;
}
#book .product h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.09em;
	line-height: 1.8;
}

@media screen and (min-width:960px) {
   #book #main {
      margin: 0 auto;
      float: left;
      padding: 0;
      padding-left: 250px;
      min-height: 1100px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-size: 100%;
      background-attachment: fixed;
      background-position: top 0 left 100px;
   }
   #book h1.page_ttl {
      background-position: top 45px right 162px;
      width: 232px;
      margin: auto;
   }
   #book .book_block {
      text-align: center;
      font-size: 0.8em;
   }
   #book .book_wrap .cate-ttl .staff-txt {
      font-size: 14px;
   }
   #book .cate-ttl {
      font-size: 28px;
   }
   #book .book_wrap {
      display: block;
      width: 660px;
      margin: auto auto 10%;
   }
   #book .book_block .box {
		margin: 0 2%;
		width: 30%;
	}
   #book .book_block .wrap .box .btnarea a.btn {
      height: 52px;
      width: 100%;
      line-height: 58px;
      font-size: 15px;
      -webkit-transition: all 2s ease;
      -moz-transition: all 2s ease;
      -o-transition: all 2s ease;
      transition: all 2s ease;
      border: 1px solid #eee;
      text-decoration: none;
   }
   #book .block-book-ttl {
		text-align: center;
		letter-spacing: 0.09em;
		margin-bottom: 40px;
	}
	#book h1.book-ttl {
	    font-size: 28px;
	    line-height: 2;
	    margin: 0;
	}
	#book .flex {
	    display: flex;
	    flex-wrap: wrap;
	}
	#book .flex .box {
		width: 50%;
	}
	#book .flex .item-box {
		width: 44%;
	}
	
	#book .block-summary h3.ttl {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 0.09em;
		margin-bottom: 10px;
	}
	#book .book_wrap {
		width: 660px;
		margin: auto auto 100px;
		background-color: #0f0f0f;
		border: 1px solid #333333;
		padding: 40px 60px 30px;
		position: relative;
		background-image: url(../img/common/contents-line-bottom.png), url(../img/common/contents-line-top.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top, bottom;
	}
	#book .thumb-goods {
		width: 74%;
		margin-bottom: 0;
	}
	#book .btnarea {
		text-align: center;
		position: relative;
		width: 36%;
		margin: auto;
	}

}
