@charset "UTF-8";
/* ============================================================

★ series css

============================================================ */

body {
  font-family: "Meiryo", "メイリオ", "平成明朝", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Verdana", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  background: url("../../images/bg-special.gif") repeat center 0 #fff;
  position:relative;
}

a {
  overflow: hidden;
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

img {
  vertical-align: top;
}

#wrapper {
  width: 960px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px #222;
}

header {
  position: relative;
  height: 1124px;
  background: url(../images/top_bg.jpg) no-repeat top left;
}
header nav {
  width: 960px;
  height: 71px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/nav_bg.png) no-repeat top left;
  z-index: 10;
}
header nav .nav-wrapper {
  height: 100%;
  padding: 8px 10px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
header nav .nav-wrapper li {
  position: relative;
  top: 10px;
}
header nav .nav-wrapper li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
header nav .nav-wrapper li a:hover img {
  opacity: 0.7;
}
header nav .nav-wrapper li::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/nav_afterDeco.png) no-repeat center/contain;
  position: absolute;
  top: 10px;
}
header nav .nav-wrapper li:last-child::after {
  display: none;
}
header #globalTitle {
  position: absolute;
  bottom: 70px;
  right: 20px;
  margin: 0;
  padding: 0;
}
header #globalAuthors {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin: 0;
  padding: 0;
}
header #linkBtn a:hover {
  opacity: 0.7;
}

#container {
  background-color: #fff;
}

.top-link {
  margin: 0 auto;
  text-align: right;
  font-size: 11.52px;
  padding: 0 10px 15px 0;
}

.contents-box .contents {
  font-size: 14.4px;
  line-height: 1.4;
}


/* ガンダムとスニーカー文庫 部分 */
.contents-box#contents-About {
  /*position: relative;*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.contents-box#contents-About .contents-header{	
  margin: -35px 0 0 0;
  padding: 80px 0 0 0;
  text-align: right;
}
.contents-box#contents-About .contents{
  position: relative;
  height: 650px;
  background: url(../images/about_bg.jpg) no-repeat top left;
  background-position-y: 0px;
  margin: 0 auto ;
  padding: 0 0 0 0;
}
.contents-box#contents-About .contents #about-text{
  position: absolute;
  width: 570px;
  top: 30px;
  left: 40px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W5";
  font-size: 20px;
  color: #000000;
  text-align: left;
  line-height: 1.7em;
  margin: 0 auto ;
  padding: 0 0 0 0;
}
.contents-box#contents-About .contents #about-Authors{
  position: absolute;
  bottom: 10px;
  left: 40px;
  margin: 0 auto ;
  padding: 0 0 0 0;
}


/* 作品一覧 部分 */
.contents-box#contents-List {
  position: relative;
  /*height: 800px;*/
  background-color: #fff;
  background-position-y: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.contents-box#contents-List #title-list {
  position: absolute;
  height: 80px;
  top: -80px;
  visibility: hidden;
}
.contents-box#contents-List .contents-header{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}
.contents-box#contents-List .contents #list-text{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W5";
  font-size: 40px;
  font-weight: bold;
  color: #ED0000;
  text-align: center;
  margin: 40px auto 15px;
  line-height: 1.7em;
  padding: 0px;
}
.contents-box#contents-List .contents {
  text-align: center;
  margin: 5px auto 0;
  padding: 0 0 0 0;
}
.contents-box#contents-List .contents ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin :0 35px 0;
  padding: 0 0 0 0;
}
.contents-box#contents-List .contents ul li {
  /*width: 153px;*/
  text-align: center;
  margin-bottom: 30px;
}
.contents-box#contents-List .contents ul li .list-img {
  padding: 0 10px 5px;
  text-align: center;
  /*width: 100%;*/
}
.contents-box#contents-List .contents ul li .btn-read {
  padding: 10px 10px 0px;
  text-align: center;
  /*width: 100%;*/
}
.contents-box#contents-List .contents ul li .btn-buy {
  padding: 10px 10px 10px;
  text-align: center;
  /*width: 100%;*/
}

.contents-box#contents-List .contents .odd_list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin :0 35px 0;
  padding: 0 0 0 0;
}

.contents-box#contents-List .contents .odd_list:after {
    content: "";
    display: block;
    width: 40%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}


/* シリーズ一覧 部分 */
.contents-box#contents-Introduction {
  /*position: relative;
  height: px;*/
  background-color: #fff;
  background-position-y: 0px;
  margin: 15px 0 80px 0;
  padding: 0 0 0 0;
}
.contents-box#contents-Introduction .contents-header{	
  margin: -35px 0 0 0;
  padding: 80px 0 0 0;
  text-align: right;
}
.contents-box#contents-Introduction .contents{
  text-align: center;
  margin: 30px auto 0;
  padding: 0 0 0 0;
}
.contents-box#contents-Introduction .contents .title-introduction-each{
  text-align: center;
  margin: 45px auto 0;
  padding: 0 0 0 0;
}
.contents-box#contents-Introduction .contents .contents-detail{
  position: relative;
  height: 450px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.contents-box#contents-Introduction .contents .contents-detail .introduction-img{
  position: absolute;
  top: 40px;
  left: 80px;
  width: 281px;
  text-align: left;
  line-height: 1.7em;
  margin: 0 0 0 0 ;
  padding: 0 0 0 0 ;
}
.contents-box#contents-Introduction .contents .contents-detail .introduction-text{
  position: absolute;
  top: 35px;
  right: 45px;
  width: 520px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W5";
  font-size: 20px;
  color: #000000;
  text-align: left;
  line-height: 1.7em;
  margin: 0 0 0 0 ;
  padding: 0 0 0 0 ;

}

/* ギャラリー 部分 */
.contents-box#contents-Gallery {
  position: relative;
  /*height: 800px;*/
  background-color: #fff;
  background-position-y: 0px;
  margin: 0 0 0 0;
  padding: 0 0 90px 0;
}
.contents-box#contents-Gallery #title-gallery {
  position: absolute;
  height: 80px;
  top: -80px;
  visibility: hidden;
}
.contents-box#contents-Gallery .contents-header{	
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}
.contents-box#contents-Gallery .contents #gallery-text{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W5";
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 40px auto 0;
  line-height: 1.7em;
  padding: 0px;
}
.contents-box#contents-Gallery .contents #gallery-text-r{
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W5";
  font-size: 30px;
  font-weight: bold;
  color: #ED0000;
  text-align: center;
  margin: 30px auto 0;
  line-height: 1.7em;
  padding: 0px;
}
.contents-box#contents-Gallery .contents {
  position:relative;
  text-align: center;
  margin: 5px auto 0;
  padding: 0 0 0 0;
}

/* ギャラリーのポップアップ記述 ここから*/
.contents-box#contents-Gallery .contents #zoomback{
/* 絶対位置に配置 */
  position: absolute;
  top:0;

/* 画面いっぱいに */
  width:100%;
  height:100%;

/* 背景を少し透過 */
  background-color:rgba(0,0,0,0.8);

/* 中のimgを中央揃え */
  display:flex;
  justify-content:center;
  align-items:center;
	
/* 隠す */	
 display: none;
}

 .contents-box#contents-Gallery .contents #zoomback #zoomimg {
/* 拡大画像のサイズを調整 */
  width:60%;
  border:solid 5px #fff;
}


/* アニメーション挙動 */
.deka {

animation:deka 0.3s ease-out;
}

@keyframes deka {

from {

transform:scale(0);
}

}
/* ギャラリーのポップアップ記述 ここまで*/


.contents-box#contents-Gallery .contents ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin :0 35px 0;
  padding: 0 0 0 0;
}
.contents-box#contents-Gallery .contents ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 40px;
}
.contents-box#contents-Gallery .contents ul li .gallery-img {
  /*width: 50%;*/
  padding: 0 10px 0;
  text-align: center;
  margin: 30px 0 0;
}
.contents-box#contents-Gallery .contents ul li .gallery-authors {
  /*width: 50%;*/
  padding: 0px 10px 0px;
  text-align: center;
  margin: 20px 0 10px 0;
}


/* シリーズ 部分 */
.contents-box#contents-series .contents-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contents-box#contents-series .contents {
  padding: 0 60px;
}
.contents-box#contents-series .contents .product {
  list-style-type: none;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.contents-box#contents-series .contents .product > * {
  display: inline;
  width: 180px;
  font-size: 14.4px;
  line-height: 1.3;
  padding-bottom: 20px;
}
.contents-box#contents-series .contents .product > * img {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.contents-box#contents-series .contents .product > * a:hover {
  opacity: 0.7;
}
.contents-box#contents-series .contents .product::before {
  content: "";
  display: block;
  width: 180px;
  order: 1;
}
.contents-box#contents-series .contents .product::after {
  content: "";
  display: block;
  width: 180px;
}
/*# sourceMappingURL=extention.css.map */