@charset "UTF-8";
/*// --------------------------------------
// リセット/共通スタイル
// --------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #147cc5;
}
a:hover {
  color: #ec6595;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=$filter )";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*// --------------------------------------
// 共通スタイル
// --------------------------------------*/
.shopLink {
  overflow: hidden;
  _zoom: 1;
  line-height: 12px;
  margin-top: 8px;
}
.shopLink .icon {
  float: left;
  background: #F59C2B;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 2px 3px 1px;
  margin-right: 3px;
}
.shopLink .shop {
  color: #777;
  font-size: 1.1rem;
  overflow: hidden;
  _zoom: 1;
}
.shopLink .shop a {
  line-height: 12px;
  margin: 0 3px;
  padding: 0;
  color: #e8510d;
}

.pageSocial {
  margin: 0 10px 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 10px 6px;
  overflow: hidden;
  _zoom: 1;
}
.pageSocial li {
  float: left;
  margin-right: 10px;
  list-style-type: none;
}
.pageSocial li:last-child {
  margin-right: 0;
}
.pageSocial li .button {
  display: block;
  width: 70px;
  height: 20px;
  top: 0;
  line-height: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 3px;
  position: relative;
}
.pageSocial li .button a {
  display: block;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
.pageSocial li .button a:before {
  position: absolute;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.pageSocial li .button:hover {
  position: relative;
  top: 1px;
  box-shadow: none;
}
.pageSocial li .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  fill: #fff;
}
.pageSocial .twitter {
  margin-right: 60px;
  position: relative;
}
.pageSocial .twitter .button {
  background-color: #55acee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6CB7F0', endColorstr='#FF55ACEE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjYjdmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1YWNlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6cb7f0), color-stop(100%, #55acee));
  background-image: -moz-linear-gradient(#6cb7f0 0%, #55acee 100%);
  background-image: -webkit-linear-gradient(#6cb7f0 0%, #55acee 100%);
  background-image: linear-gradient(#6cb7f0 0%, #55acee 100%);
  box-shadow: 0 1px 0 #1689e0;
}
.pageSocial .twitter .button a:before {
  top: 5px;
  left: 5px;
}
.pageSocial .twitter .icon {
  left: 4px;
}
.pageSocial .twitter .arrowBox {
  position: absolute;
  top: 0;
  right: -50px;
  width: 40px;
  height: 19px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 19px;
  border-radius: 2px;
}
.pageSocial .twitter .arrowBox:after, .pageSocial .twitter .arrowBox:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pageSocial .twitter .arrowBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.pageSocial .twitter .arrowBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 6px;
  margin-top: -6px;
}
.pageSocial .facebook .button {
  background-color: #3b5998;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF4264AA', endColorstr='#FF3B5998');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNjRhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNiNTk5OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4264aa), color-stop(100%, #3b5998));
  background-image: -moz-linear-gradient(#4264aa 0%, #3b5998 100%);
  background-image: -webkit-linear-gradient(#4264aa 0%, #3b5998 100%);
  background-image: linear-gradient(#4264aa 0%, #3b5998 100%);
  box-shadow: 0 1px 0 #1e2e4f;
}
.pageSocial .facebook .button a {
  padding-left: 24px;
}
.pageSocial .facebook .button a:before {
  font-size: 13px;
  font-size: 1.3rem;
  top: 4px;
  left: 4px;
}
.pageSocial .facebook .icon {
  left: 6px;
}
.pageSocial .hatebu .button {
  background-color: #1aaee1;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2EB7E7', endColorstr='#FF1AAEE1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYjdlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhYWVlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2eb7e7), color-stop(100%, #1aaee1));
  background-image: -moz-linear-gradient(#2eb7e7 0%, #1aaee1 100%);
  background-image: -webkit-linear-gradient(#2eb7e7 0%, #1aaee1 100%);
  background-image: linear-gradient(#2eb7e7 0%, #1aaee1 100%);
  box-shadow: 0 1px 0 #12799c;
}
.pageSocial .hatebu .button a {
  padding-left: 25px;
}
.pageSocial .hatebu .button a:before {
  font-size: 11px;
  font-size: 1.1rem;
  top: 5px;
  left: 6px;
}
.pageSocial .hatebu .icon {
  left: 6px;
}
.pageSocial .pocket .button {
  background-color: #ef4056;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF1586B', endColorstr='#FFEF4056');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNTg2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmNDA1NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1586b), color-stop(100%, #ef4056));
  background-image: -moz-linear-gradient(#f1586b 0%, #ef4056 100%);
  background-image: -webkit-linear-gradient(#f1586b 0%, #ef4056 100%);
  background-image: linear-gradient(#f1586b 0%, #ef4056 100%);
  box-shadow: 0 1px 0 #d1122a;
}
.pageSocial .pocket .button a {
  padding-left: 25px;
}
.pageSocial .pocket .button a:before {
  font-size: 12px;
  font-size: 1.2rem;
  top: 4px;
  left: 5px;
}
.pageSocial .pocket .icon {
  left: 5px;
}

.outline {
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  padding: 8px 10px;
  margin: 0 10px;
  border-bottom: 1px dotted #d6d6d6;
}

.more {
  margin: 15px auto 0;
}

.imageBox img {
  width: 100%;
  height: auto;
}

.info {
  overflow: hidden;
}
.info .tag {
  float: left;
  width: 577px;
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 6px;
}
.info .tag a {
  float: left;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
.info .tag a:last-child {
  margin-right: 0;
}
.info .figureDate, .info .newsDate {
  float: left;
  width: 577px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 3px;
}
.info .author {
  float: left;
  width: 577px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 10px;
}
.info .imageBox {
  float: right;
  border: 2px solid #e4e4e4;
  width: 120px;
}
.info .imageBox img {
  width: 100%;
  height: auto;
}

/*// --------------------------------------
// 個別スタイル
// --------------------------------------*/
/*// ---------------------------
// ヘッダー
// ---------------------------*/
/*// --------------------------------------
// ジャック / ヘッダー
// --------------------------------------*/
.trackingWrap {
  /*//ジャックがついてくる範囲*/
  overflow: hidden;
}

.background {
  width: 100%;
  min-height: 920px;
  position: absolute;
}
.background.fixed {
  position: fixed;
}

.adJackBack {
  /*//全面クリック*/
  overflow: hidden;
  max-width: 1920px;
  min-height: 920px;
  margin: 0 auto;
  padding-top: 65px;
}

.adBillBoardSP {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  margin-bottom: 25px;
  border-bottom: 5px solid #737373;
  z-index: 999;
  background: #7b7b7b;
  border-bottom: 5px solid #676767;
}
#header .logo {
  float: left;
  margin: 6px 0;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 183px;
  height: 50px;
  background-position: 0 -930px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#header .logo a {
  display: block;
  width: 200px;
  height: 78px;
}

#header + div {
  margin-top: 90px;
}

.headerWrap {
  position: relative;
  max-width: 1100px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headmenu {
  position: relative;
  height: 60px;
  z-index: 999;
}
.headmenu ul {
  max-width: 1080px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  border-left: 1px solid #a7a7a7;
}
.headmenu li {
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-right: 1px solid #a7a7a7;
}
.headmenu li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .2s;
}
.headmenu li a:hover {
  background: #676767;
}
.headmenu a.active, .headmenu li a:hover {
  border-bottom: 5px solid #f5cc26;
  background: #676767;
}

/*/// ---------------------------
// コンテンツ
// ---------------------------*/
.wrapper {
  position: relative;
  width: 1100px;
  padding: 10px;
  margin: 0 auto;
  background: #dbdbdb;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 100px;
}

section {
  background: #fff;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.index, .page {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.index h2.contentHeading, .page h2.contentHeading {
  border-radius: 6px 6px 0 0;
  height: 34px;
  line-height: 36px;
  font-weight: bold;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  padding: 0 10px 0 60px;
  background: #8d8d8d repeating-linear-gradient(-45deg, #8d8d8d 0, #8d8d8d 15px, rgba(255, 255, 255, 0.15) 15px, rgba(255, 255, 255, 0.15) 30px);
  border-bottom: 3px solid #ccc;
  position: relative;
}

.index #adBrandPanel li {
  margin-bottom: 10px;
}

.page .mainFull section {
  padding: 10px;
}
.page .ad {
  margin-bottom: 10px;
}
.page #adBrandPanel li {
  margin-bottom: 10px;
}

/*// ---------------------------
// メインカラム
// ---------------------------*/
.mainColumn {
  width: 770px;
}

.index .mainColumn {
  display: flex;
  justify-content: space-between;
}

/*// メイン真ん中----------------*/
.mainHalf {
  width: 460px;
}

.page .mainHalf {
  float: left;
}

/*// 最新ニュース一覧*/
#newNews h2:before {
  position: absolute;
  content: "";
  top: -7px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 43px;
  height: 34.5px;
  background-position: 0 -364px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#newNews .outline {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
}
#newNews .newNewsListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
}
#newNews .newNewsList {
  width: 48%;
  margin: 0 1% 10px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
#newNews .imageBox {
  margin-bottom: 7px;
  text-align: center;
}
#newNews .imageBox img {
  width: 100%;
  height: auto;
}
#newNews .textBox .title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 7px;
  word-break: break-all;
}
#newNews .textBox .date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
#newNews .more {
  display: block;
  width: 440px;
  height: 32px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 34px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 16px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#newNews .more:hover {
  background: #7cbf4c;
  border-bottom: 2px solid #649f39;
  color: #fff;
  text-shadow: 0 2px 0 #588c32;
}

/*// 最新フィギュア一覧*/
#newFigure h2, #newFigureBottom h2 {
  border-radius: 6px 6px 0 0;
}
#newFigure h2:before, #newFigureBottom h2:before {
  position: absolute;
  content: "";
  top: -7px;
  left: 5px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 48px;
  height: 47.5px;
  background-position: 0 -311px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#newFigure .outline, #newFigureBottom .outline {
  margin-bottom: 10px;
}
#newFigure .more, #newFigureBottom .more {
  display: block;
  width: 440px;
  height: 32px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 34px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 16px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#newFigure .more:hover, #newFigureBottom .more:hover {
  background: #e55050;
  border-bottom: 2px solid #de2424;
  color: #fff;
  text-shadow: 0 2px 0 #ca1e1e;
}
#newFigure .newFigureList, #newFigureBottom .newFigureList {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin: 0 10px 10px;
}
#newFigure .newFigureList .imageBox, #newFigureBottom .newFigureList .imageBox {
  border: 2px solid #e3e3e3;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  margin-right: 10px;
}
#newFigure .newFigureList .textBox .title, #newFigureBottom .newFigureList .textBox .title {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 8px;
}
#newFigure .newFigureList .textBox .catchBox, #newFigureBottom .newFigureList .textBox .catchBox {
  position: relative;
  background: #fff;
  border: 1px solid #ffd5d5;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 10px;
}
#newFigure .newFigureList .textBox .catchBox:after, #newFigure .newFigureList .textBox .catchBox:before, #newFigureBottom .newFigureList .textBox .catchBox:after, #newFigureBottom .newFigureList .textBox .catchBox:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#newFigure .newFigureList .textBox .catchBox:after, #newFigureBottom .newFigureList .textBox .catchBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
#newFigure .newFigureList .textBox .catchBox:before, #newFigureBottom .newFigureList .textBox .catchBox:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #ffd5d5;
  border-width: 6px;
  margin-top: -6px;
}
#newFigure .newFigureList .textBox .catchBox .catch, #newFigureBottom .newFigureList .textBox .catchBox .catch {
  word-break: break-all;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #555;
}
#newFigure .newFigureList .textBox .tag, #newFigureBottom .newFigureList .textBox .tag {
  overflow: hidden;
  _zoom: 1;
  margin: 5px 0;
}
#newFigure .newFigureList .textBox .tag a, #newFigureBottom .newFigureList .textBox .tag a {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
#newFigure .newFigureList .textBox .tag a:last-child, #newFigureBottom .newFigureList .textBox .tag a:last-child {
  margin-right: 0;
}
#newFigure .newFigureList .textBox .reserve, #newFigureBottom .newFigureList .textBox .reserve {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #913c3c;
  margin-bottom: 3px;
}
#newFigure .newFigureList .textBox .price, #newFigureBottom .newFigureList .textBox .price {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 3px;
  color: #666;
}
#newFigure .newFigureList .textBox .reserve, #newFigure .newFigureList .textBox .price, #newFigureBottom .newFigureList .textBox .reserve, #newFigureBottom .newFigureList .textBox .price {
  padding-left: 10px;
  position: relative;
}
#newFigure .newFigureList .textBox .reserve:before, #newFigure .newFigureList .textBox .price:before, #newFigureBottom .newFigureList .textBox .reserve:before, #newFigureBottom .newFigureList .textBox .price:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background: #d2d2d2;
  width: 4px;
  height: 4px;
  margin-top: -3px;
}

/*// メイン右----------------*/
.mainSub {
  width: 300px;
}

.page .mainSub {
  float: right;
}

/*// 注目フィギュアランキング*/
#figureRanking h2 {
  border-radius: 6px 6px 0 0;
}
#figureRanking h2:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 7px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 45.5px;
  height: 43px;
  background-position: 0 -212px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#figureRanking .outline {
  margin-bottom: 10px;
}
#figureRanking .more {
  display: block;
  width: 276px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 15px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#figureRanking .more:hover {
  background: #EF6B99;
  border-bottom: 2px solid #ea3d79;
  color: #fff;
  text-shadow: 0 2px 0 #e82669;
}
#figureRanking ol {
  margin: 0 10px;
}
#figureRanking .figureRankingList {
  overflow: hidden;
  _zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
#figureRanking .figureRankingList .imageBox {
  float: left;
  width: 80px;
  height: 80px;
  border: 2px solid #e3e3e3;
}
#figureRanking .figureRankingList .imageBox img {
  width: 100%;
  height: auto;
}
#figureRanking .figureRankingList .textBox {
  float: right;
  width: 184px;
}
#figureRanking .figureRankingList .textBox .title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}
#figureRanking .rank {
  font-size: 11px;
  font-size: 1.1rem;
  width: 42px;
  height: 0px;
  margin-bottom: 5px;
  padding-left: 4px;
  border-top: 7px solid #8b8b8b;
  border-bottom: 7px solid #8b8b8b;
  border-left: none;
  border-right: 7px solid transparent;
  line-height: 0;
  color: #fff;
  -webkit-transform: scaleX(1);
  border-right: 7px solid transparent;
}
#figureRanking .rank span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  padding: 0 1px;
}
#figureRanking .rank1 .rank {
  border-top: 7px solid #ef5959;
  border-bottom: 7px solid #ef5959;
}
#figureRanking .rank2 .rank {
  border-top: 7px solid #f16c31;
  border-bottom: 7px solid #f16c31;
}
#figureRanking .rank3 .rank {
  border-top: 7px solid #f08818;
  border-bottom: 7px solid #f08818;
}

/*// 人気作品ランキング*/
#productRanking h2 {
  height: 32px;
  line-height: 34px;
  padding: 0 10px 0 75px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 2px 0 #569ba0;
  border-radius: 6px 6px 0 0;
  background: #67bcc2;
  background-image: linear-gradient(-45deg, #67bcc2 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 50%, #67bcc2 50%, #67bcc2 75%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0.15));
  background-size: 30px 30px;
  position: relative;
}
#productRanking h2:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 32px;
  background-position: 0 -403px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#productRanking .outline {
  margin-bottom: 5px;
}
#productRanking ol {
  margin: 0 10px 10px;
}
#productRanking li {
  overflow: hidden;
  _zoom: 1;
}
#productRanking li p {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  /* for IE6-7 */
  *display: inline;
  /* for IE6-7 */
  width: 240px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#productRanking li p a {
  display: block;
  padding: 8px 0;
}
#productRanking .rank {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  *zoom: 1;
  /* for IE6-7 */
  *display: inline;
  /* for IE6-7 */
}
#productRanking .rank span {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Arial', sans-serif;
}
#productRanking .rank1 span {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -1095px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  line-height: 26px;
}
#productRanking .rank2 span {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -1124px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  line-height: 26px;
}
#productRanking .rank3 span {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -1153px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  line-height: 26px;
}
#productRanking .other span {
  display: block;
  width: 22px;
  height: 22px;
  background: #73acb0;
  border-radius: 11px;
  margin: 0 1px;
  line-height: 24px;
}
#productRanking .more {
  display: block;
  width: 276px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 15px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#productRanking .more:hover {
  background: #67BCC2;
  border-bottom: 2px solid #46a9b0;
  color: #fff;
  text-shadow: 0 2px 0 #3f979d;
}

/*// 人気キャラクターランキング*/
#characterRanking h2 {
  height: 32px;
  line-height: 34px;
  padding: 0 10px 0 75px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 0 2px 0 #a943a6;
  border-radius: 6px 6px 0 0;
  background: #c772c4;
  background-image: linear-gradient(-45deg, #c772c4 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 50%, #c772c4 50%, #c772c4 75%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0.15));
  background-size: 30px 30px;
  position: relative;
}
#characterRanking h2:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 32px;
  background-position: 0 -175px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#characterRanking .outline {
  margin-bottom: 5px;
}
#characterRanking ol {
  margin: 0 10px 15px;
}
#characterRanking li {
  overflow: hidden;
  _zoom: 1;
}
#characterRanking li p {
  display: inline-block;
  vertical-align: middle;
  *zoom: 1;
  /* for IE6-7 */
  *display: inline;
  /* for IE6-7 */
  width: 240px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#characterRanking li p a {
  display: block;
  padding: 8px 0;
}
#characterRanking .rank {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  *zoom: 1;
  /* for IE6-7 */
  *display: inline;
  /* for IE6-7 */
}
#characterRanking .rank span {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Arial', sans-serif;
}
#characterRanking .rank1 span {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -1095px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  line-height: 26px;
}
#characterRanking .rank2 span {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -1124px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  line-height: 26px;
}
#characterRanking .rank3 span {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 -1153px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  line-height: 26px;
}
#characterRanking .other span {
  display: block;
  width: 22px;
  height: 22px;
  background: #b270b0;
  border-radius: 11px;
  margin: 0 1px;
  line-height: 24px;
}
#characterRanking .more {
  display: block;
  width: 276px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 15px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#characterRanking .more:hover {
  background: #c772c4;
  border-bottom: 2px solid #b94db5;
  color: #fff;
  text-shadow: 0 2px 0 #a943a6;
}

/*// フィギュア予約情報*/
#figureReservation h2 {
  border-radius: 6px 6px 0 0;
}
#figureReservation h2:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 2px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 56.5px;
  height: 46.5px;
  background-position: 0 -260px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#figureReservation .outline {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}
#figureReservation .more {
  display: block;
  width: 276px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 15px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#figureReservation .more:hover {
  background: #ff617b;
  border-bottom: 2px solid #ff2e50;
  color: #fff;
  text-shadow: 0 2px 0 #ff153b;
}
#figureReservation ol {
  margin: 0 10px;
}
#figureReservation .figureReservationList {
  overflow: hidden;
  _zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
#figureReservation .figureReservationList .imageBox {
  float: left;
  width: 80px;
  height: 80px;
  border: 2px solid #e3e3e3;
}
#figureReservation .figureReservationList .imageBox img {
  width: 100%;
  height: auto;
}
#figureReservation .figureReservationList .textBox {
  float: right;
  width: 184px;
}
#figureReservation .figureReservationList .textBox .date_start {
  font-size: 1.3rem;
  color: #d44b62;
  display: block;
  padding: 2px 5px;
  margin-bottom: 5px;
  background: #fff0f2;
  text-align: center;
}
#figureReservation .figureReservationList .textBox .title {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  word-break: break-all;
}
#figureReservation .figureReservationList .textBox .shopLink {
  line-height: 10px;
}
#figureReservation .figureReservationList .textBox .shopLink .icon {
  font-size: 10px;
  font-size: 1.0rem;
  padding: 2px 2px 1px;
}
#figureReservation .figureReservationList .textBox .shopLink .shop {
  font-size: 1.1rem;
}
#figureReservation .figureReservationList .textBox .shopLink .shop a {
  line-height: 11px;
  margin: 0 2px;
}
#figureReservation .rank {
  font-size: 11px;
  font-size: 1.1rem;
  width: 40px;
  height: 0px;
  margin-bottom: 5px;
  padding-left: 4px;
  border-top: 7px solid #8b8b8b;
  border-bottom: 7px solid #8b8b8b;
  border-left: none;
  border-right: 7px solid transparent;
  line-height: 0;
  color: #fff;
  -webkit-transform: scaleX(1);
  border-right: 7px solid transparent;
}
#figureReservation .rank span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  padding: 0 1px;
}
#figureReservation .rank1 .rank {
  border-top: 7px solid #ef5959;
  border-bottom: 7px solid #ef5959;
}
#figureReservation .rank2 .rank {
  border-top: 7px solid #f16c31;
  border-bottom: 7px solid #f16c31;
}
#figureReservation .rank3 .rank {
  border-top: 7px solid #f08818;
  border-bottom: 7px solid #f08818;
}

/*// ---------------------------
// 左カラム
// ---------------------------*/
.leftColumn {
  width: 300px;
  float: left;
}

/*// ワード検索*/
#wordSearch {
  padding: 20px 10px 15px;
  border: 2px solid #c7c7c7;
  background: #f7f7f7;
}
#wordSearch h2 {
  background: none;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #666;
  text-shadow: 0 2px 0 #fff;
  position: relative;
}
#wordSearch h2:before {
  position: absolute;
  top: -13px;
  left: 0px;
  content: "";
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 43px;
  height: 37px;
  background-position: 0 -1645px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#wordSearch .field {
  clear: both;
  position: relative;
  margin-bottom: 10px;
  border-radius: 15px;
  border: solid 1px #b7b7b7;
  position: relative;
  background: #fff;
}
#wordSearch label {
  cursor: pointer;
}
#wordSearch input[type=text] {
  background: none;
  border: none;
  margin: 0;
  width: 130px;
  height: 28px;
  padding: 1px 10px;
}
#wordSearch input[type=submit] {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: none;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 26px;
  background-position: 0 -1614px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#wordSearch input:focus {
  outline: none;
}
#wordSearch ul {
  overflow: hidden;
  _zoom: 1;
  margin: 0 8px;
}
#wordSearch li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
  margin-right: 10px;
}

#kaitoriMenu {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
#kaitoriMenu h2 {
  background: #55bfb6;
  color: #fff;
  height: 32px;
  line-height: 34px;
  margin-bottom: 15px;
  padding-left: 48px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  background: #55bfb6 repeating-linear-gradient(-45deg, #55bfb6 0, #55bfb6 15px, rgba(255, 255, 255, 0.15) 15px, rgba(255, 255, 255, 0.15) 30px);
  border-bottom: 3px solid #b2e2de;
  position: relative;
}
#kaitoriMenu h2:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 8px;
  margin-top: -11px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  height: 23px;
  background-position: 0 -683px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#kaitoriMenu ul {
  margin: 0 15px 5px;
  overflow: hidden;
}
#kaitoriMenu li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
#kaitoriMenu li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #c4e9e6;
}
#kaitoriMenu li a {
  display: block;
}

#menu h2 {
  margin-bottom: 15px;
}
#menu h2:before {
  position: absolute;
  content: "";
}
#menu h3 {
  position: relative;
  margin: 0 15px 20px;
  padding-bottom: 3px;
  border-bottom: 2px dashed #F9C36E;
}
#menu h3 svg {
  position: absolute;
  fill: #FFC264;
}
#menu .schedule {
  padding-bottom: 0;
}
#menu .schedule h2:before {
  top: -7px;
  left: 7px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 45px;
  height: 47px;
  background-position: 0 -440px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .schedule ul {
  margin-bottom: 20px;
}
#menu .schedule li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  height: 40px;
  line-height: 41px;
  border-bottom: 1px solid #ebebeb;
}
#menu .schedule li:last-child {
  border-bottom: none;
}
#menu .schedule a {
  display: block;
}
#menu .schedule .this {
  background: #fff8de;
}
#menu .schedule .product:before {
  top: 8px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 20.5px;
  height: 24.5px;
  background-position: 0 -761px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .schedule .character:before {
  top: 10px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 20.5px;
  height: 23.5px;
  background-position: 0 -615px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .schedule .series:before {
  top: 12px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 18px;
  background-position: 0 -791px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .schedule .brand:before {
  top: 10px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 20.5px;
  height: 21px;
  background-position: 0 -566px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .schedule .modeler:before {
  top: 11px;
  left: 6px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 20px;
  background-position: 0 -736px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .schedule .maker:before {
  top: 11px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 17.5px;
  height: 20px;
  background-position: 0 -711px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .tagList {
  margin-bottom: 10px;
}
#menu .tagList h2:before {
  top: -8px;
  left: 8px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 39.5px;
  height: 39px;
  background-position: 0 -492px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#menu .tagList h3 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 25px;
}
#menu .tagList h3 svg {
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
}
#menu .tagList .tagChildList {
  margin: 0 15px;
}
#menu .tagList .tagChildList .tagChild {
  margin-bottom: 10px;
}
#menu .tagList .tagChildList .tagChild .tagChildTitle {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 10px 5px;
}
#menu .tagList .tagChildList .tagChild .tagChildTitle svg {
  width: 16px;
  height: 16px;
  margin-top: -2px;
  fill: #fbb54c;
  margin-right: 5px;
}
#menu .tagList .tagChildList .pickupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menu .tagList .tagChildList .pickupList li {
  width: 120px;
  margin: 0 5px 10px;
}
#menu .tagList .tagChildList .pickupList li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#menu .tagList .tagChildList .pickupList li .title {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.2;
}
#menu .tagList .tagChildMore {
  margin: 20px 15px;
  padding-right: 8px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #AF8443;
  position: relative;
}
#menu .tagList .tagChildMore:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #EFC98F;
  border-right: 2px solid #EFC98F;
  transform: rotate(45deg);
}
#menu .tagList .tagChildMore:hover {
  color: #c39c62;
}
#menu .tagList a {
  display: block;
}
#menu .tagList .more {
  display: block;
  width: 276px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 32px;
  color: #555;
  text-shadow: 0 2px 0 #fff;
  border-radius: 15px;
  background: #e3e3e3;
  border-bottom: 2px solid #cacaca;
}
#menu .tagList .more:hover {
  background: #ff8c19;
  border-bottom: 2px solid #e57300;
  color: #fff;
  text-shadow: 0 2px 0 #cc6600;
}

/*//フォロー*/
#follow ul {
  display: flex;
  justify-content: space-between;
}
#follow li {
  width: 48%;
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 1.4rem;
}
#follow .rss, #follow .twitter {
  background: #fff;
}
#follow .rss a, #follow .twitter a {
  display: block;
  height: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  padding-left: 50px;
  position: relative;
}
#follow .rss a:after, #follow .twitter a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#follow .rss a:hover, #follow .twitter a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#follow .rss a {
  background: #f26522;
  box-shadow: 0 2px 0 #d54d0d;
}
#follow .rss a:before {
  display: block;
  content: '';
  position: absolute;
  top: 5px;
  left: 15px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 20.5px;
  background-position: 0 -84px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#follow .rss a:hover {
  background: #f3763a;
  box-shadow: 0 2px 0 #ed560e;
}
#follow .twitter a {
  background: #55acee;
  box-shadow: 0 2px 0 #2795e9;
}
#follow .twitter a:before {
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 15px;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 20.5px;
  height: 17px;
  background-position: 0 -109px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#follow .twitter a:hover {
  background: #6cb7f0;
  box-shadow: 0 2px 0 #3ea0eb;
}

/*// シェア*/
#siteCheck {
  padding: 10px;
  border-radius: 6px;
  background: #eff5f9;
  border: 2px solid #bed2df;
  margin: 15px 0;
}
#siteCheck .arrowBox {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
  font-weight: bold;
}
#siteCheck .arrowBox p {
  color: #666;
}
#siteCheck .arrowBox:after, #siteCheck .arrowBox:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#siteCheck .arrowBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}
#siteCheck .arrowBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #cccccc;
  border-width: 6px;
  margin-left: -6px;
}
#siteCheck .share {
  display: flex;
  justify-content: center;
}
#siteCheck .share li {
  margin: 0 0 6px 8px;
  font-family: 'Arial', sans-serif;
}
#siteCheck .share li:first-child {
  margin-left: 0;
}
#siteCheck .share .line a {
  border-radius: 4px;
  display: block;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  box-shadow: 0 3px 0 #009000;
}
#siteCheck .share a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}
#siteCheck .share a:not(.line a) {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#siteCheck .share a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=$filter )";
}
#siteCheck .share span {
  display: block;
  width: 52px;
  text-align: center;
  line-height: 30px;
  padding-left: 30px;
}
#siteCheck .share .twitter a {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  height: 41px;
  width: 38px;
  background-position: 0 -3061px;
}
#siteCheck .share .facebook a {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  height: 41px;
  width: 38px;
  background-position: 0 -2444px;
}
#siteCheck .share .gplus a {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  height: 41px;
  width: 38px;
  background-position: 0 -2611px;
}
#siteCheck .share .hatebu a {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  height: 41px;
  width: 38px;
  background-position: 0 -2778px;
}
#siteCheck .share .line a {
  background: #00C300;
}

/*//おすすめフィギュア*/
#recommendedFigure {
  margin-bottom: 15px;
}
#recommendedFigure h2 {
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 200px;
  height: 35px;
  background-position: 0 -1182px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px #b67800;
  margin-bottom: 10px;
}
#recommendedFigure .recommendedFigureList {
  background: #f6f6f6;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
}
#recommendedFigure .recommendedFigureBox {
  padding: 10px;
}
#recommendedFigure .recommendedFigureBox p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #444;
  margin-bottom: 6px;
}

#adLeftPanel {
  margin-bottom: 15px;
}

#adSkyscraper {
  text-align: center;
  margin-bottom: 15px;
}

/*// ---------------------------
// 下層ページ
// ---------------------------*/
.mainFull {
  /*// ぱんくず*/
}
.mainFull .pagePath {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 6px 6px 0 0;
}
.mainFull .pagePath ul {
  overflow: hidden;
  _zoom: 1;
}
.mainFull .pagePath li {
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  line-height: 30px;
  margin-left: 10px;
  font-weight: bold;
  color: #777;
}
.mainFull .pagePath li a {
  padding-right: 10px;
  color: #147cc5;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
  position: relative;
  font-weight: normal;
}
.mainFull .pagePath li a:hover {
  color: #ec6595;
}
.mainFull .pagePath li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none\9;
}
.mainFull .pagePath .title {
  max-width: 40em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainFull .pagePath .title a:after {
  display: none;
}
.mainFull .pager {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  _zoom: 1;
}
.mainFull .pager ol {
  position: relative;
  left: 50%;
  float: left;
}
.mainFull .pager li {
  position: relative;
  left: -50%;
  float: left;
  margin-left: 8px;
  padding-bottom: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Arial', sans-serif;
}
.mainFull .pager li:first-child {
  margin-left: 0;
}
.mainFull .pager a {
  display: block;
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  background: #e3e3e3;
  -moz-box-shadow: 0 2px 0 #cacaca;
  -webkit-box-shadow: 0 2px 0 #cacaca;
  box-shadow: 0 2px 0 #cacaca;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  color: #555;
}
.mainFull .pager a:hover {
  background: #EF6B99;
  -moz-box-shadow: 0 2px 0 #ea3d79;
  -webkit-box-shadow: 0 2px 0 #ea3d79;
  box-shadow: 0 2px 0 #ea3d79;
  color: #fff;
}
.mainFull .pager .now {
  background: #EF6B99;
  -moz-box-shadow: 0 2px 0 #ea3d79;
  -webkit-box-shadow: 0 2px 0 #ea3d79;
  box-shadow: 0 2px 0 #ea3d79;
  color: #fff;
}
.mainFull .pager .prev, .mainFull .pager .next {
  display: block;
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  background: #ccc;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  color: #888;
}
.mainFull .pager .prev a, .mainFull .pager .next a {
  background: #888;
  -moz-box-shadow: 0 2px 0 #6f6f6f;
  -webkit-box-shadow: 0 2px 0 #6f6f6f;
  box-shadow: 0 2px 0 #6f6f6f;
  color: #fff;
}
.mainFull .pager .prev a:hover, .mainFull .pager .next a:hover {
  background: #555555;
}

/*--------- #figureListAll,#newsListAll ---------*/
/*// 全フィギュアリスト*/
#figureListAll, #newsListAll {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  _zoom: 1;
}
#figureListAll h1, #newsListAll h1 {
  background: none;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 3px 0 5px 45px;
  border-bottom: 3px solid #d9d9d9;
  margin-bottom: 5px;
  border-radius: 0;
  position: relative;
}
#figureListAll h1:before, #newsListAll h1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 34px;
  height: 35px;
  background-position: 0 -643px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#figureListAll .listInfo, #newsListAll .listInfo {
  line-height: 26px;
  height: 26px;
  margin-bottom: 15px;
}
#figureListAll .listInfo p, #newsListAll .listInfo p {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}
#figureListAll .listInfo .maxCount, #newsListAll .listInfo .maxCount {
  float: right;
  margin-right: 10px;
  color: #666;
}
#figureListAll .listInfo .maxCount span, #newsListAll .listInfo .maxCount span {
  font-weight: bold;
  color: #e55050;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Arial', sans-serif;
}
#figureListAll .listAllHead, #newsListAll .listAllHead {
  margin: 0 20px;
}

#figureListAll .figureList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 20px;
  gap: 30px;
}
#figureListAll .figureList .figureListBox {
  position: relative;
  width: calc( ( 100% - 30px ) / 2 );
  display: flex;
  flex-direction: column;
}
#figureListAll .figureList .figureListBox .reSell {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 49px;
  height: 44px;
  background: #e55050;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  color: #fff;
}
#figureListAll .figureList .figureListBox .reSell span {
  display: block;
  transform: rotate(-45deg);
  font-size: 1.4rem;
  position: absolute;
  top: 7px;
  left: 3px;
}
#figureListAll .figureList .figureListBox .imageBox {
  position: relative;
  border-bottom: 2px solid #E64858;
}
#figureListAll .figureList .figureListBox .imageBox a.figureLink {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
#figureListAll .figureList .figureListBox .imageBox img {
  width: 100%;
  height: auto;
}
#figureListAll .figureList .figureListBox .imageBox .titleBox {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(28, 28, 28, 0.7) 0%, rgba(28, 28, 28, 0.6) 30%, rgba(28, 28, 28, 0.4) 60%, rgba(28, 28, 28, 0.2) 80%, rgba(28, 28, 28, 0) 100%);
  box-sizing: border-box;
  padding: 30px 10px 10px;
}
#figureListAll .figureList .figureListBox .imageBox .titleBox .product, #figureListAll .figureList .figureListBox .imageBox .titleBox .title {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#figureListAll .figureList .figureListBox .imageBox .titleBox .product {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#figureListAll .figureList .figureListBox .imageBox .titleBox .product a {
  color: #fff;
}
#figureListAll .figureList .figureListBox .imageBox .titleBox .title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#figureListAll .figureList .figureListBox .textBox {
  background: #f7f7f7;
  padding: 15px 10px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#figureListAll .figureList .figureListBox .textBox .shop {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
#figureListAll .figureList .figureListBox .textBox .shop li {
  width: 100%;
  max-width: calc( ( 100% - calc( 5px * 3) ) / 4 );
  flex-grow: 1;
  background: #fff;
  font-size: 1.1rem;
  height: 20px;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-sizing: border-box;
}
#figureListAll .figureList .figureListBox .textBox .shop li:before {
  position: absolute;
  content: '';
  display: block;
}
#figureListAll .figureList .figureListBox .textBox .shop li:before {
  top: 0;
  left: -1px;
  width: 18px;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
  border-radius: 3px 0 0 3px;
}
#figureListAll .figureList .figureListBox .textBox .shop li svg {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 11px;
  height: 11px;
  fill: #fff;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amiami {
  border: 1px solid #f87027;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amiami:before {
  background: #f87027;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amiami a {
  color: #f7600e;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amiami:hover {
  background: #f87027;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amiami:hover a {
  color: #fff;
  transition: .3s;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amiami a {
  color: #9a3905;
}
#figureListAll .figureList .figureListBox .textBox .shop li.animate {
  border: 1px solid #197ec2;
}
#figureListAll .figureList .figureListBox .textBox .shop li.animate:before {
  background: #197ec2;
}
#figureListAll .figureList .figureListBox .textBox .shop li.animate a {
  color: #166fab;
}
#figureListAll .figureList .figureListBox .textBox .shop li.animate:hover {
  background: #197ec2;
}
#figureListAll .figureList .figureListBox .textBox .shop li.animate:hover a {
  color: #fff;
  transition: .3s;
}
#figureListAll .figureList .figureListBox .textBox .shop li.animate a {
  color: #0d4368;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amazon {
  border: 1px solid #3f4e5c;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amazon:before {
  background: #3f4e5c;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amazon a {
  color: #35414d;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amazon:hover {
  background: #3f4e5c;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amazon:hover a {
  color: #fff;
  transition: .3s;
}
#figureListAll .figureList .figureListBox .textBox .shop li.yahoo {
  border: 1px solid #df3c5c;
}
#figureListAll .figureList .figureListBox .textBox .shop li.yahoo:before {
  background: #df3c5c;
}
#figureListAll .figureList .figureListBox .textBox .shop li.yahoo a {
  color: #db264a;
}
#figureListAll .figureList .figureListBox .textBox .shop li.yahoo:hover {
  background: #df3c5c;
}
#figureListAll .figureList .figureListBox .textBox .shop li.yahoo:hover a {
  color: #fff;
  transition: .3s;
}
#figureListAll .figureList .figureListBox .textBox .shop li.amazon, #figureListAll .figureList .figureListBox .textBox .shop li.yahoo {
  font-size: 1.2rem;
}
#figureListAll .figureList .figureListBox .textBox .info {
  display: flex;
  justify-content: space-between;
}
#figureListAll .figureList .figureListBox .textBox .price {
  color: #666;
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
#figureListAll .figureList .figureListBox .textBox .reserve {
  padding: 1px 4px;
  background: #fff;
  font-size: 1.2rem;
  color: #800e36;
}

#newsListAll .newsList {
  clear: both;
  overflow: hidden;
  _zoom: 1;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin: 0 20px 10px;
}
#newsListAll .newsList .imageBox {
  float: left;
  border: 2px solid #e3e3e3;
  width: 140px;
  text-align: center;
}
#newsListAll .newsList .textBox {
  float: right;
  width: 552px;
}
#newsListAll .newsList .textBox .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5px;
}
#newsListAll .newsList .textBox .outlineBox {
  background: #eff7ea;
  padding: 5px;
  margin-bottom: 10px;
}
#newsListAll .newsList .textBox .outline {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.3;
}
#newsListAll .newsList .textBox .date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
  text-align: right;
}

/*// タグリスト*/
#catListTag,
#productListTag,
#characterListTag,
#seriesListTag,
#brandListTag,
#modelerListTag,
#makerListTag {
  position: relative;
  padding: 50px 0 0 0;
  overflow: hidden;
  _zoom: 1;
}
#catListTag h1,
#productListTag h1,
#characterListTag h1,
#seriesListTag h1,
#brandListTag h1,
#modelerListTag h1,
#makerListTag h1 {
  background: none;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 3px 0 5px 45px;
  border-bottom: 3px solid #d9d9d9;
  margin-bottom: 5px;
  border-radius: 0;
  position: relative;
}
#catListTag h1:before,
#productListTag h1:before,
#characterListTag h1:before,
#seriesListTag h1:before,
#brandListTag h1:before,
#modelerListTag h1:before,
#makerListTag h1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 33px;
  height: 33px;
  background-position: 0 -848px;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
}
#catListTag .listInfo,
#productListTag .listInfo,
#characterListTag .listInfo,
#seriesListTag .listInfo,
#brandListTag .listInfo,
#modelerListTag .listInfo,
#makerListTag .listInfo {
  line-height: 26px;
  height: 26px;
  margin-bottom: 15px;
}
#catListTag .listInfo p,
#productListTag .listInfo p,
#characterListTag .listInfo p,
#seriesListTag .listInfo p,
#brandListTag .listInfo p,
#modelerListTag .listInfo p,
#makerListTag .listInfo p {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}
#catListTag .listInfo .maxCount,
#productListTag .listInfo .maxCount,
#characterListTag .listInfo .maxCount,
#seriesListTag .listInfo .maxCount,
#brandListTag .listInfo .maxCount,
#modelerListTag .listInfo .maxCount,
#makerListTag .listInfo .maxCount {
  float: right;
  margin-right: 10px;
  color: #666;
}
#catListTag .listInfo .maxCount span,
#productListTag .listInfo .maxCount span,
#characterListTag .listInfo .maxCount span,
#seriesListTag .listInfo .maxCount span,
#brandListTag .listInfo .maxCount span,
#modelerListTag .listInfo .maxCount span,
#makerListTag .listInfo .maxCount span {
  font-weight: bold;
  color: #e55050;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Arial', sans-serif;
}

.catListTagHead,
.productListTagHead,
.characterListTagHead,
.seriesListTagHead,
.brandListTagHead,
.modelerListTagHead,
.makerListTagHead {
  margin: 0 20px;
}

.catListTagWrap,
.productListTagWrap,
.characterListTagWrap,
.seriesListTagWrap,
.brandListTagWrap,
.modelerListTagWrap,
.makerListTagWrap {
  background: #f5f5f5;
  padding: 23px;
}

.catListTagBox,
.productListTagBox,
.characterListTagBox,
.seriesListTagBox,
.brandListTagBox,
.modelerListTagBox,
.makerListTagBox {
  display: flex;
  flex-wrap: wrap;
}

.catList,
.productList,
.characterList,
.seriesList,
.brandList,
.modelerList,
.makerList {
  border: 1px solid #d9d9d9;
  padding: 5px;
  margin: 0 10px 10px 0;
  background: #fff;
  width: 136px;
  box-sizing: border-box;
}
.catList:nth-of-type(5n),
.productList:nth-of-type(5n),
.characterList:nth-of-type(5n),
.seriesList:nth-of-type(5n),
.brandList:nth-of-type(5n),
.modelerList:nth-of-type(5n),
.makerList:nth-of-type(5n) {
  margin-right: 0;
}
.catList .imageBox,
.productList .imageBox,
.characterList .imageBox,
.seriesList .imageBox,
.brandList .imageBox,
.modelerList .imageBox,
.makerList .imageBox {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.catList .textBox .title,
.productList .textBox .title,
.characterList .textBox .title,
.seriesList .textBox .title,
.brandList .textBox .title,
.modelerList .textBox .title,
.makerList .textBox .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  word-break: break-all;
}

/*--------- #figureFull ---------*/
/*// フィギュア情報ページ*/
#figureFull {
  position: relative;
  overflow: hidden;
  _zoom: 1;
  padding-bottom: 30px;
}
#figureFull .figureFullHead {
  margin: 40px 10px 0;
  padding: 10px;
  overflow: hidden;
  _zoom: 1;
  border-top: 4px solid #e55050;
}
#figureFull .figureFullHead h1 {
  float: left;
  width: 577px;
  background: none;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 5px 0 10px;
  border-radius: 0;
  color: #555;
}
#figureFull .figureFullHead .info {
  overflow: hidden;
}
#figureFull .figureFullHead .info .cat {
  float: left;
  width: 577px;
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 6px;
}
#figureFull .figureFullHead .info .cat a {
  float: left;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}
#figureFull .figureFullHead .info .cat a:last-child {
  margin-right: 0;
}
#figureFull .figureFullHead .info .figureDate {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 3px;
}
#figureFull .figureFullHead .info .figureDate span {
  display: flex;
  align-items: center;
}
#figureFull .figureFullHead .info .figureDate svg {
  width: 11px;
  height: 11px;
  fill: #888;
  margin-right: 2px;
}
#figureFull .figureFullHead .info .author {
  float: left;
  width: 577px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 10px;
}
#figureFull .figureFullHead .imageBox {
  float: right;
  border: 2px solid #e4e4e4;
  width: 120px;
}
#figureFull .figureFullHead .imageBox img {
  width: 100%;
  height: auto;
}
#figureFull .catch {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #ca1e1e;
  margin: 0 20px 15px;
}
#figureFull .figureOutline {
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0 20px 10px;
}
#figureFull #shopButton, #figureFull #shopButtonSmall {
  margin-bottom: 30px;
}
#figureFull #shopButton h2, #figureFull #shopButtonSmall h2 {
  position: relative;
  margin: 0 auto 7px;
  padding: 3px;
  max-width: 23em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
}
#figureFull #shopButton h2:before, #figureFull #shopButtonSmall h2:before, #figureFull #shopButton h2:after, #figureFull #shopButtonSmall h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #333;
}
#figureFull #shopButton h2:before, #figureFull #shopButtonSmall h2:before {
  left: 0;
  transform: rotate(60deg);
}
#figureFull #shopButton h2:after, #figureFull #shopButtonSmall h2:after {
  right: 0.5em;
  transform: rotate(-60deg);
}
#figureFull #shopButton ul, #figureFull #shopButtonSmall ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#figureFull #shopButton li, #figureFull #shopButtonSmall li {
  min-width: calc( ( 100% - 30px ) / 4 );
  height: 50px;
  background: #e2e2e2;
  border-radius: 3px;
  color: #888;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
#figureFull #shopButton li a, #figureFull #shopButtonSmall li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  border-radius: 4px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#figureFull #shopButton li:first-child:nth-last-child(3), #figureFull #shopButtonSmall li:first-child:nth-last-child(3),
#figureFull #shopButton li:first-child:nth-last-child(3) ~ li,
#figureFull #shopButtonSmall li:first-child:nth-last-child(3) ~ li,
#figureFull #shopButton li:first-child:nth-last-child(6),
#figureFull #shopButtonSmall li:first-child:nth-last-child(6),
#figureFull #shopButton li:first-child:nth-last-child(6) ~ li,
#figureFull #shopButtonSmall li:first-child:nth-last-child(6) ~ li {
  width: calc( ( 100% - 20px ) / 3 );
}
#figureFull #shopButton li:first-child:nth-last-child(5), #figureFull #shopButtonSmall li:first-child:nth-last-child(5),
#figureFull #shopButton li:nth-child(2):nth-last-child(4),
#figureFull #shopButtonSmall li:nth-child(2):nth-last-child(4) {
  width: calc( ( 100% - 10px ) / 2 );
}
#figureFull #shopButton li:nth-child(2):nth-last-child(4) ~ li, #figureFull #shopButtonSmall li:nth-child(2):nth-last-child(4) ~ li {
  width: calc( ( 100% - 20px ) / 3 );
}
#figureFull #shopButton li:first-child:nth-last-child(4), #figureFull #shopButtonSmall li:first-child:nth-last-child(4),
#figureFull #shopButton li:first-child:nth-last-child(4) ~ li,
#figureFull #shopButtonSmall li:first-child:nth-last-child(4) ~ li {
  width: calc( ( 100% - 30px ) / 4 );
}
#figureFull #shopButton li:first-child:nth-last-child(2), #figureFull #shopButtonSmall li:first-child:nth-last-child(2),
#figureFull #shopButton li:first-child:nth-last-child(2) ~ li,
#figureFull #shopButtonSmall li:first-child:nth-last-child(2) ~ li {
  width: calc( ( 100% - 10px ) / 2 );
}
#figureFull #shopButton .amiami a, #figureFull #shopButtonSmall .amiami a {
  background: #f87027 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 1px 0 #db5107;
  -webkit-box-shadow: 0 1px 0 #db5107;
  box-shadow: 0 1px 0 #db5107;
}
#figureFull #shopButton .amiami a:hover, #figureFull #shopButtonSmall .amiami a:hover {
  background: #f97d3b linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#figureFull #shopButton .amazon a, #figureFull #shopButtonSmall .amazon a {
  background: #3f4e5c linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 1px 0 #262f38;
  -webkit-box-shadow: 0 1px 0 #262f38;
  box-shadow: 0 1px 0 #262f38;
}
#figureFull #shopButton .amazon a:hover, #figureFull #shopButtonSmall .amazon a:hover {
  background: #475868 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#figureFull #shopButton .animate a, #figureFull #shopButtonSmall .animate a {
  background: #197ec2 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 1px 0 #125b8c;
  -webkit-box-shadow: 0 1px 0 #125b8c;
  box-shadow: 0 1px 0 #125b8c;
}
#figureFull #shopButton .animate a:hover, #figureFull #shopButtonSmall .animate a:hover {
  background: #1b8ad4 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#figureFull #shopButton .pbandai a, #figureFull #shopButtonSmall .pbandai a {
  background: #c29e2a linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 1px 0 #90751f;
  -webkit-box-shadow: 0 1px 0 #90751f;
  box-shadow: 0 1px 0 #90751f;
}
#figureFull #shopButton .pbandai a:hover, #figureFull #shopButtonSmall .pbandai a:hover {
  background: #d2ab2f linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#figureFull #shopButton .rakuten a, #figureFull #shopButtonSmall .rakuten a {
  background: #d33131 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 1px 0 #a42323;
  -webkit-box-shadow: 0 1px 0 #a42323;
  box-shadow: 0 1px 0 #a42323;
}
#figureFull #shopButton .rakuten a:hover, #figureFull #shopButtonSmall .rakuten a:hover {
  background: #d74242 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#figureFull #shopButton .yahoo a, #figureFull #shopButtonSmall .yahoo a {
  background: #df3c5c linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 1px 0 #bf1f3f;
  -webkit-box-shadow: 0 1px 0 #bf1f3f;
  box-shadow: 0 1px 0 #bf1f3f;
}
#figureFull #shopButton .yahoo a:hover, #figureFull #shopButtonSmall .yahoo a:hover {
  background: #e24e6b linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
#figureFull #shopButtonSmall li {
  height: 35px;
  font-size: 1.2rem;
}
#figureFull #shopButtonSmall li:first-child:nth-last-child(-n+4),
#figureFull #shopButtonSmall li:first-child:nth-last-child(-n+4) ~ li {
  height: 40px;
}
#figureFull .notice {
  border: 2px solid #dfd5ea;
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}
#figureFull .notice .hideAdult {
  display: block;
  width: 360px;
  padding: 15px 10px;
  margin: 0 auto;
  border-radius: 6px;
  background: #804ab9;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#figureFull .notice .hideAdult:hover {
  background: #9055d0;
  color: #fff;
}
#figureFull .hiddenContent {
  display: none;
  margin-top: 30px;
}
#figureFull .figureBody {
  margin: 0 20px;
  clear: both;
}
#figureFull .figureBody p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#figureFull .figureBody .titleA {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: none;
  padding: 2px 5px 2px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  height: auto;
  color: #555;
  border-left: 5px solid #e55050;
  border-bottom: 1px dotted #ca1e1e;
}
#figureFull .figureBody .titleB {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  color: #444;
  background: #F7F7F7;
  margin-bottom: 15px;
  padding: 3px 10px;
}
#figureFull .figureBody .titleC {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}
#figureFull .figureBody .image {
  margin: 0 6px 20px;
  text-align: center;
}
#figureFull .figureBody .image img {
  max-width: 100%;
  height: auto;
  border: 2px solid #e3e3e3;
}
#figureFull .figureBody .shop {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 500px;
  margin: 0 auto 40px;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: -moz-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: -o-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: -ms-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: linear-gradient(to top, #75b247 50%, #88cc51 50%);
  -moz-box-shadow: 0 1px 0 #588636;
  -webkit-box-shadow: 0 1px 0 #588636;
  box-shadow: 0 1px 0 #588636;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#figureFull .figureBody .shop:hover {
  background-image: -webkit-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: -moz-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: -o-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: -ms-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: linear-gradient(to top, #7fba53 50%, #93d161 50%);
}

/*--------- #newsFull ---------*/
/*//ニュースページ*/
#newsFull {
  position: relative;
  overflow: hidden;
  _zoom: 1;
}
#newsFull .newsFullHead {
  margin: 40px 10px 0;
  padding: 10px;
  overflow: hidden;
  _zoom: 1;
  border-top: 4px solid #7cbf4c;
}
#newsFull .newsFullHead h1 {
  float: left;
  width: 557px;
  background: none;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 0;
  margin: 0 0 5px;
  border-radius: 0;
  color: #555;
  line-height: 1.2;
  height: 100%;
  word-break: break-all;
}
#newsFull .newsBody {
  margin: 0 20px;
}
#newsFull .newsBody .newsOutline {
  font-size: 15px;
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 15px;
  background: #f5f5f5;
  padding: 10px;
}
#newsFull .newsBody p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#newsFull .newsBody .titleA {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #588c32;
  margin: 30px 0 15px;
}
#newsFull .newsBody .titleB {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #7cbf4c;
  margin-bottom: 15px;
  padding-left: 8px;
}
#newsFull .newsBody .titleC {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}
#newsFull .newsBody .image, #newsFull .newsBody .imageN {
  margin: 0 6px 30px;
  text-align: center;
}
#newsFull .newsBody .image img, #newsFull .newsBody .imageN img {
  border: 2px solid #e3e3e3;
  max-width: 100%;
  height: auto;
}
#newsFull .newsBody .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
  line-height: 1.2;
}
#newsFull .newsBody .box {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
#newsFull .newsBody .box p {
  margin: 0 20px 20px;
}
#newsFull .newsBody .box .titleA {
  background: #f2f2f2;
  margin: 0 0 20px;
  padding: 5px 15px;
  border-bottom: 3px solid #d4d4d4;
  border-top: 1px solid #e0e0e0;
  color: #555;
}
#newsFull .newsBody .box .titleA:first-child {
  border-top: none;
}
#newsFull .newsBody .box .titleB {
  border-left: 5px solid #b3b3b3;
  margin-bottom: 15px;
}
#newsFull .newsBody .shop {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  position: relative;
  background-image: -webkit-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: -moz-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: -o-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: -ms-linear-gradient(bottom, #75B247 50%, #88CC51 50%);
  background-image: linear-gradient(to top, #75b247 50%, #88cc51 50%);
  -moz-box-shadow: 0 1px 0 #588636;
  -webkit-box-shadow: 0 1px 0 #588636;
  box-shadow: 0 1px 0 #588636;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#newsFull .newsBody .shop:hover {
  background-image: -webkit-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: -moz-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: -o-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: -ms-linear-gradient(bottom, #7fba53 50%, #93d161 50%);
  background-image: linear-gradient(to top, #7fba53 50%, #93d161 50%);
}

/*--------- #infoFull ---------*/
/*//その他の個別ページ*/
#infoFull {
  position: relative;
  overflow: hidden;
  _zoom: 1;
  padding-bottom: 30px;
}
#infoFull .infoFullHead {
  margin: 40px 10px 20px;
  padding: 10px;
  overflow: hidden;
  _zoom: 1;
  border-top: 4px solid #ff8c19;
  border-bottom: 1px solid #d9d9d9;
}
#infoFull .infoFullHead h1 {
  float: left;
  width: 577px;
  background: none;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  border-radius: 0;
  color: #555;
  line-height: 1.2;
  height: 100%;
}

.infoBody {
  margin: 0 20px;
}
.infoBody p, .infoBody li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.infoBody p {
  margin-bottom: 20px;
}
.infoBody ul ul {
  margin: 15px 0;
}
.infoBody ul ul li {
  margin-bottom: 10px;
}
.infoBody ul ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "■";
  font-size: 12px;
  color: #ddd;
}
.infoBody li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}
.infoBody li:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "■";
  font-size: 14px;
  color: #ccc;
}
.infoBody li:last-child {
  margin-bottom: 0;
}
.infoBody h2 {
  background: none;
  border-radius: 0;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2;
  font-weight: bold;
  color: #824100;
  border-left: 5px solid #ff8c19;
  margin-bottom: 20px;
  padding-left: 8px;
}
.infoBody h3 {
  background: none;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}
.infoBody img {
	max-width:710px;
}
.infoBody figure {
	margin-bottom:10px;
}
.infoBody figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.infoBody .kaitoriFlow {
	border:1px solid #ccc;
	margin:0 10px 10px 10px;
	padding:15px;
}
.infoBody .kaitoriFlow figure {
	margin-bottom:10px;
}
.infoBody .kaitoriFlow img {
	max-width:658px;
}
.infoBody .kaitoriBtn {
  width: 450px;
  height: 60px;
  margin: 30px auto 20px;
}
.infoBody .kaitoriBtn a {
  display: block;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #ff870f linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 3px 0 #d16800;
  -webkit-box-shadow: 0 3px 0 #d16800;
  box-shadow: 0 3px 0 #d16800;
}
.infoBody .kaitoriBtn a:hover {
  background: #ff9123 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

#info {
  margin: 30px 0 0;
}
#info a {
  font-weight: bold;
}
#info .infoBox {
  margin-bottom: 50px;
  padding: 20px;
  border: 3px solid #ffdcb9;
  border-radius: 10px;
}
#info .infoWrap {
  overflow: hidden;
  margin-bottom: 15px;
}
#info .imageBox {
  max-width: 300px;
  float: right;
  margin: 0 0 20px 20px;
  border: 3px solid #e6e6e6;
}
#info .imageBox img {
  width: 100%;
  height: auto;
}
#info .imageBoxCenter {
  text-align: center;
  margin: 0 auto 50px;
}
#info .imageBoxCenter img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
#info .imageBoxCenter span {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#info em {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(255, 215, 30, 0.6) 0%);
}
#info li {
  color: #802727;
}
#info li:before {
  color: #efb5b5;
}
#info .note {
  clear: both;
  position: relative;
  border: 1px solid #e6e0d6;
  margin-top: 40px;
  padding: 35px 15px 15px;
}
#info .note .title {
  position: absolute;
  top: -15px;
  background-color: #fff8ee;
  border-left: 4px solid #ff8e8e;
  padding: 0.25em 2em;
  color: #e14848;
  transform: rotate(-3deg);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#info .linkBtn {
  width: 450px;
  height: 60px;
  margin: 30px auto 10px;
}
#info .linkBtn a {
  display: block;
  line-height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #ff870f linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  -moz-box-shadow: 0 3px 0 #d16800;
  -webkit-box-shadow: 0 3px 0 #d16800;
  box-shadow: 0 3px 0 #d16800;
}
#info .linkBtn a:hover {
  background: #ff9123 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

/*// フィギュアスペック*/
#figureSpec {
  padding: 0;
  border-radius: 6px;
}
#figureSpec h2 {
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  background: #9a9a9a;
  background-image: linear-gradient(-45deg, #9a9a9a 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 50%, #9a9a9a 50%, #9a9a9a 75%, rgba(255, 255, 255, 0.15) 75%, rgba(255, 255, 255, 0.15));
  background-size: 50px 50px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
#figureSpec table {
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
#figureSpec table a {
  margin-right: 5px;
}
#figureSpec th {
  text-align: left;
  background: #f5f5f5;
  width: 120px;
  padding: 8px 10px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
}
#figureSpec td {
  padding: 8px 10px;
  width: 553px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 14px;
  font-size: 1.4rem;
}
#figureSpec .character td a {
  margin-left: 7px;
}
#figureSpec .character td a:first-child {
  margin-left: 0;
}
#figureSpec p.copyright {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 10px;
}
#figureSpec p.attention {
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  margin-bottom: 20px;
}

/*//コメント*/
#figureComment h2 {
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  background: none;
  padding: 2px 5px 2px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  height: auto;
  color: #555;
  border-left: 5px solid #e55050;
  border-bottom: 1px dotted #f2a9a9;
}

/*//関連フィギュア情報*/
#figureRelate {
  padding-top: 20px;
  margin: 0 20px 30px;
  overflow: hidden;
}
#figureRelate h2 {
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  background: none;
  padding: 2px 5px 2px 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  height: auto;
  color: #555;
  border-left: 5px solid #ff8c19;
  border-bottom: 1px dotted #ffbf7f;
}
#figureRelate ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 0;
}
#figureRelate li {
  display: inline-block;
  vertical-align: top;
  width: 124px;
  margin: 0 5px;
}
#figureRelate li:first-child {
  margin-left: 0;
}
#figureRelate .imageBox {
  margin-bottom: 5px;
  border: 2px solid #e4e4e4;
}
#figureRelate .textBox p.title {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
  word-break: break-all;
  color: #147cc5;
}
#figureRelate .more {
  float: right;
  text-align: right;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-right: 10px;
}
#figureRelate .more:hover {
  text-decoration: underline;
}
#figureRelate .more:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none\9;
}

/*// 下層ページ下部*/
/*// 最新フィギュア一覧*/
#newFigureBottom h2 {
  margin-bottom: 15px;
}

/*// ---------------------------
// フッター
// ---------------------------*/
footer {
  background: #7b7b7b;
}
footer .footerWrap {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 30px;
  position: relative;
}
footer .footerMenu {
  width: 780px;
  height: 43px;
  margin: 0 auto 40px 210px;
  padding: 0;
  overflow: hidden;
  _zoom: 1;
}
footer .footerMenu li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #666;
  text-align: center;
}
footer .footerMenu li:first-child {
  margin-left: 0;
}
footer .footerMenu a {
  background: #f8f8f8;
  display: block;
  width: 110px;
  height: 40px;
  color: #666;
  border-bottom: 3px solid #b8b8b8;
  border-radius: 20px;
}
footer .footerMenu a:hover {
  color: #fff;
}
footer .footerMenu .about a:hover {
  background: #e55050;
  border-bottom: 3px solid #de2424;
}
footer .footerMenu .ixll a:hover {
  background: #ff8c19;
  border-bottom: 3px solid #e57300;
}
footer .footerMenu .agreement a:hover {
  background: #7cbf4c;
  border-bottom: 3px solid #649f39;
}
footer .footerMenu .ad a:hover {
  background: #0973BD;
  border-bottom: 3px solid #07558c;
}
footer .footerMenu .inquiry a:hover {
  background: #EF6B99;
  border-bottom: 3px solid #ea3d79;
}
footer .groupMediaCategory {
  clear: both;
  width: 780px;
  margin: 0 auto 30px 210px;
}
footer .groupMediaCategory a {
  color: #fff;
}
footer .groupMediaCategory a:hover {
  color: #f5cc26;
}
footer .groupMediaCategory .categoryWrap {
  display: flex;
}
footer .groupMediaCategory span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ddd;
  display: block;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: 3px solid #a9a9a9;
}
footer .groupMediaCategory dl {
  margin-right: 40px;
}
footer .groupMediaCategory dt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
footer .groupMediaCategory dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}
footer .groupMediaCategory dd:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
}
footer .copyright {
  width: 780px;
  margin: 0 auto 0 210px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Arial', sans-serif;
}
footer .figgy {
  position: absolute;
  bottom: 0;
  right: -5px;
}

#backToTop {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 170px;
  left: 50%;
  margin-left: 560px;
  border-radius: 6px 6px 0 0;
  background-image: url('../img/sprite-s215adc6994.png');
  background-repeat: no-repeat;
  display: block;
  width: 119px;
  height: 78.5px;
  background-position: 0 0;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  -webkit-background-size: 200px auto;
  background-size: 200px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*//広告*/
.adBillBoardPC {
  position: relative;
  text-align: center;
  width: 970px;
  min-height: 90px;
  max-height: 250px;
  margin: 0 auto 25px;
}

.adBillBoardSP {
  display: none;
}

.adRightPanel {
  margin-bottom: 10px;
}

.adRightBigPanel {
  margin-bottom: 10px;
}

#adSkin {
  display: block;
  top: 175px;
  z-index: 2147483647;
  position: fixed;
}
