@charset "UTF-8";
/* ------------------------------------

コナンDBページcommon

/* ------------------------------------  */
.global-header {
  z-index: 9999;
}
body {
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  background: #000000 url(./img/bg.gif) repeat-y;
  color: #fff;
}
.container {
  width: 100%;
  padding-top: 70px;
}
#share {
  max-width: 755px;
  margin: -100px auto 40px;
  float: none;
  justify-content: flex-end;
}
.conanDb-comics + #share,
.conanDb-data + #share,
.conanDb-list + #share {
  margin: -55px auto 40px;
}
#share li {
  width: auto;
  margin: 0 0 0 8px;
  font-size: 36px;
  line-height: 1.4;
}
#share li a {
  color: #000;
}
#share .fb,
#share .tw,
#share .line {
  background-color: initial;
}
#share .fb a::before {
  color: #3B5998!important;
}
#share .tw a::before {
  color: #1DA1F2!important;
}
#share .line a::before {
  color: #1dcd00!important;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin-bottom: 0;
}
h1 {
  text-indent:-9999px;
}
.conanDb {
  background: url(./img/bg2.gif) no-repeat;
  max-width:755px;
  margin: 0 auto;
  padding: 0;
}
.conanDb-main,
.conanDb-footer {
  margin-left:88px;
  max-width:667px;
}
.conanill{
  position:absolute;
  left: 50px;
  top: 0;
  z-index:1000;
}
.conanill-sp {
  display: none;
}
.conanDb-top__header {
  position:relative;
  background: url(./img/head_bg2.gif) no-repeat;
  background-position-y: 14px;
  height:157px;
}
.headet-top {
  display: none;
  margin-bottom:40px;
  background: #012886;
  line-height:15px;
  text-align: center;
  font-size: 1rem;
}
.navi {
  position:absolute;
  left:604px;
  top:4px;
  width: 151px;
  list-style-type:none;
}
.navi li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height :20px;
  padding-top: 20px;
  margin-top: 8px;
}
.n1 a{
  background-image: url(./img/navi1.gif);
  background-repeat: no-repeat;
}
.n2 a{
  background-image: url(./img/navi2.gif);
  background-repeat: no-repeat;
}
.n1 a:hover,
.n2 a:hover {
  background-position :0 -20px;
}

/* フッター
------------------------------------------------*/
.conanDb-footer{
  max-width:120px;
  padding: 10px 0 50px;
  text-align:right;
  position:relative;
}
.conanDb-footer .footer__item {
  display: flex;
  justify-content: space-between;
}

/* コナンDBページcommon（スマートフォン）
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .container {
    padding-top: 64px;
  }
  .conanDb {
    max-width: 100%;
  }
  .conanDb-main,
  .conanDb-footer {
    margin:0 20px;
  }
  .conanDb-main {
    max-width: 100%;
  }
  #share {
    padding-right : 20px;
  }
  .headet-top {
    display: block;
  }
  .header-serch {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .navi {
    left: auto;
    right: 15px;
    top: 65px;
  }
  .navi li a {
    margin-top: 15px;
  }
}

/* ------------------------------------

トップページcommon

/* ------------------------------------  */
.conanDb-top__main {
  background: none;
  display: flex;
  flex-direction: column;
}
.conanDb-top__main h2{
  text-indent:-9999px;
}
.s3 {
  order: 1;
}
.s4 {
  order: 2;
}
.s4end {
  order: 3;
}
.howto {
  order: 4;
}
/* トップページ（ヘッダー）
------------------------------------------------*/
.conanDb-top__header {
  height:194px;
  background: url(./img/head_bg1.gif) no-repeat;
}
.search {
  position:absolute;
  left: 560px;
  top: 20px;
  max-width: 100%;
  list-style-type:none;
}
.search p {
  height:13px;
  margin:4px 0 9px;
  font-size: 1rem;
  text-align: center;
}
.search a {
  display: block;
  overflow: hidden;
  width: 173px;
  height: 0;
  padding-top: 33px;
  margin: 0 14px;
}
.s1 a{
  background: url(./img/search1.gif) no-repeat;
}
.s2 a{
  background: url(./img/search2.gif) no-repeat;
}
.s1 a:hover,
.s2 a:hover {
  background-position :0 -33px;
}

/* トップページ（メインキャラから探す）
------------------------------------------------*/
.s3{
  background: url(./img/main_bg1.gif) repeat-y;
  position: relative;
  padding-left:22px;
}
.s3 ul {
  float:left;
  font-size:1.4rem;
  list-style-type:none;
  margin-bottom:5px;
}
.s3 li {
  width:159px;
  margin-bottom:5px;
  padding-right: 5px;
}
.s3 li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.s3 li img {
  margin-right: 5px;
}
.s3 li p {
  width: calc(100% - 37px);
  font-size: 1.3rem;
  line-height: 1.2;
}
.s3__box1 .col1 {
  display: flex;
  flex-wrap: wrap;
}
.s3__box2 .subm1 {
  width: 100%;
  margin-top:20px;
  text-align: center;
}

/* トップページ（フリーキーワードから探す）
------------------------------------------------*/
.s4{
  background: url(./img/s4_bg.gif) no-repeat;
  position:relative;
  padding-left:22px;
  height: 135px;
}
.s4 h2{
  clear:both;
  height:85px;
}
.s4__item {
  display: flex;
  margin-bottom: 10px;
}
.s4__box1 span {
  font-size:1.2rem;
}
.s4 .text1 {
  width:310px;
  height: 24px;
  border:2px solid #188e5f;
  padding:1px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
}
.s4__box2 {
  margin-top: -7px;
}
.s4 .subm2 {
  margin-top: 2px;
  margin-left: 15px;
}
.s4end {
  background: #000;
  margin: -1px 7px 30px;
  height:22px;
  border: 4px  solid #fff;
  border-top: none;
  box-shadow: 0 0 0 7px #188e5f;
  border-radius: 1px;
}

/* トップページ（事件の探し方）
------------------------------------------------*/
.howto {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 5px;
}
.howto h2{
  color: #fff;
  font-size:1.6rem;
  font-weight: bold;
  text-indent: 0;
  margin-bottom: 5px;
}
.howto h3,
.howto h4,
.howto p {
  font-size: 1.4rem;
}
.howto h3{
  color:#ffeb94;
  margin: 15px 0 5px;
}
.howto h4{
  color:#4fa985;
}
.howto p {
  padding-bottom:4px;
}
.howto .color1 {
  color:#6699CC;
}
.howto-pin {
  display: flex;
}
.howto-pin p {
  width: 87%;
  margin-right: 3%;
}

/* トップページ（スマートフォン）
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .conanDb-top__header {
    height: 300px;
    background: url(./img/head_bg1-sp.gif) no-repeat;
    background-position: top center;
  }
  .conanill-pc {
    display:none;
  }
  .conanill-sp {
    display:block;
  }
  .conanill,
  .search {
    position: initial;
  }
  .search {
    margin-top:40px;
  }
  .s3,
  .s4 {
    background:#000;
    margin: 0 10px 60px 10px;
    margin-bottom:60px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 10px #188e5f;
  }
  .s3 {
    order: 3;
  }
  .s3 h2 {
    background: url(./img/s3-top.gif) no-repeat;
    position: absolute;
    width: 181px;
    height: 47px;
    top: -40px;
  }
  .s3__item {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
  }
  .s3__box1 .col1 {
    margin-top: 0;
  }
  .s3 ul {
    float:initial;
    font-size: 1.1rem;
  }
  .s3 ul label {
    vertical-align: 2px;
  }
  .s3 li {
    width: 50%;
  }
  .s3 li p {
    font-size: 1.2rem;
  }
  .s4 {
    order: 1;
    background: rgb(3, 3, 3);
    margin: 20px 10px 30px;
    height: 65px;
  }
  .s4 h2 {
    background: url(./img/s4-top.gif) no-repeat;
    position: absolute;
    width: 188px;
    height: 38px;
    top: -35px;
  }
  .s4 .text1 {
    width: 100%;
  }
  .s4end {
    order: 2;
    background: none;
    border: none;
    box-shadow: none;
    height: 0;
  }
  .s4__item {
    justify-content: center;
    margin-bottom: 0;
  }
  .s4__box1 {
    width: 50%;
    margin: 18px 0 0;
    color: #333;
  }
  .s4__box1 span {
    display: none;
  }
  .s4__box2 {
    margin:10px 0;
  }
  .howto {
    order: 3;
  }
  .howto {
    position: relative;
  }
  .howto h2 {
    position: absolute;
    right: 20px;
    top: -40px;
    padding: 5px 15px;
    border: 1px solid #fff;
  }
  .howto .subm1 a{
    margin-left:20px;
  }
}

/* ------------------------------------

エピソード詳細ページcommon

/* ------------------------------------  */
.conanDb-data__main {
  background-image : url(./img/main_btm2.gif), url(./img/main_bg3.gif);
  background-position : center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  padding: 0 30px;
  font-size: 1.4rem;
}
.conanDb-data__main h1{
  order: 1;
}
.file {
  order: 2;
}
.mchara {
  order: 3;
}
.venue {
  order: 4;
}
.gchara {
  order: 5;
}
.naiyo {
  order: 6;
}
.comic {
  order: 7;
}
.conanDb-data__main h1 {
  font-weight:bold;
  color:#ffff67;
  padding:1px 8px;
  background : url(./img/title_bg.gif) repeat;
  margin-bottom:8px;
  width: 100%;
  text-indent: 0;
}
.conanDb-data__main h2 {
  height:25px;
  font-size:20px;
  color: #188e5f;
  font-weight: bold;
  font-style: italic;
  line-height:0.9;
}
.conanDb-data__main h2::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, #188e5f 50%, #ffffff 100%);
}
.conanDb-data__main h2 span{
  font-size: 1rem;
}

/* エピソード詳細ページ（ヘッダー）
------------------------------------------------*/
.conanDb-data__header {
  background: url(./img/head_bg4.gif) no-repeat;
  height:132px;
  position:relative;
}
.conanDb-data__header .conanill {
  background: url(./img/conan_ill4.gif) no-repeat;
  background-size: 65%;
  width:185px;
  height:160px;
  left: 0;
  top: 0;
}
.conanDb-data__header .no {
  position:absolute;
  width:50px;
  color:#188e5f;
  left:610px;
  top:90px;
  font-size: 2.4rem;
  text-align: center;
}

/* エピソード詳細ページ（各項目）
------------------------------------------------*/
.file,
.mchara{
  width:50%;
  float:left;
}
.mchara ul {
  display: flex;
  flex-wrap: wrap;
}
.mchara li {
  width: 50%;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.mchara p {
  margin-left: 5px;
  width: calc(100% - 37px);
  line-height: 1.2;
  font-size: 1.3rem;
}
.venue,
.gchara,
.naiyo,
.comic {
  width: 100%;
  margin-bottom: 20px;
}
.naiyo__item {
  display: flex;
}
.naiyo__box1 {
  width: 80%;
}
.vol__item {
  display: flex;
  flex-wrap: wrap;
}
.vol__box {
  display: flex;
  position: relative;
  width: 50%;
  margin-bottom: 20px;
}
.comic p {
  font-size: 1.4rem;
  margin-right: 10px;
}
.comic .buy {
  position:absolute;
  width:64px;
  height:64px;
  left:180px;
  bottom: 0;
}
.comic .buy a {
  display: block;
  overflow: hidden;
  width:100%;
  height: 0 !important;
  height :64px;
  padding-top: 64px;
  background-image: url(./img/buy.gif);
  background-repeat: no-repeat;
}
.comic .buy a:hover {
  background-position :0 -64px;
}

/* エピソード詳細ページ（フッター）
------------------------------------------------*/
.conanDb-data__footer {
  padding: 20px 0 5px;
}

/* エピソード詳細ページ（スマートフォン）
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .conanDb-data__header {
    height: 110px;
    background: url(./img/conan_ill4-sp.gif) no-repeat;
    background-position: left bottom;
    margin-bottom: 50px;
  }
  .conanDb-data__header .conanill {
    background: none;
    height: 0;
  }
  .conanDb-data__main h1 {
    order: 1;
  }
  .naiyo {
    order: 2;
  }
  .venue {
    order: 3;
  }
  .mchara {
    order: 4;
  }
  .gchara {
    order: 5;
  }
  .file {
    order: 6;
  }
  .conanDb-data__main {
    background: #fff;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 1px #188e5f, 0 0 0 5px #188e5f;
    border-radius: 1px;
    padding: 0 15px;
  }
  .conanDb-data__main h1 {
    margin: 15px 0;
  }
  .naiyo__box1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .comic {
    order: 9;
  }
  .file,
  .mchara {
    width: 100%;
    margin-bottom: 20px;
  }
  .naiyo__item {
    display: block;
  }
  .vol__item {
    flex-direction: column;
  }
  .vol__box {
    width: 100%;
    position: relative;
  }
  .vol__box .cover {
    order: 1;
    width: 120px;
  }
  .vol__box p {
    order: 2;
    margin-left: 5px;
  }
  .vol__box .buy {
    order: 3;
    float: right;
    position: initial;
    left: 130px;
  }
  .conanDb-data__header .no {
    background: url(./img/no-sp.gif) no-repeat;
    left: auto;
    right: 5%;
    top:139px;
    width: 100px;
    vertical-align: text-bottom;
    font-size: 1.4rem;
    line-height: 40px;
  }
  .conanDb-data__footer {
    background: none;
  }
}

/* ------------------------------------

コミックス一覧ページcommon

/* ------------------------------------  */
.conanDb-comics__main {
  background-image : url(./img/main_btm.gif), url(./img/main_bg2.gif);
  background-position : center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  padding-left: 32px;
}

/* コミックス一覧ページ（ヘッダー）
------------------------------------------------*/
.conanDb-comics__header {
  background: url(./img/head_bg2.gif) no-repeat;
  height: 157px;
  position: relative;
}
.conanDb-comics__header .conanill {
  background: url(./img/conan_ill2.gif) no-repeat;
  width:234px;
  height:197px;
  left: 0;
  top: 0;
}
.conanDb-comics__header .amount {
  display: none;
}

/* コミックス一覧ページ（コミックス表紙）
------------------------------------------------*/
.conanDb-comics__main .cover {
  max-width: 610px;
  flex-wrap: wrap;
  font-size: 1.4rem;
  display: flex;
}
.conanDb-comics__main .cover li {
  width: 112px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.conanDb-comics__main .cover li:nth-of-type(5) {
  margin-right: 0;
}
.conanDb-comics__footer {
  padding: 20px 0 5px;
}

/* コミックス一覧ページ（スマートフォン）
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .conanDb-comics__header {
    height: 110px;
    background: url(./img/conan_ill4-sp.gif) no-repeat;
    background-position: left bottom;
    margin-bottom: 40px;
    position: relative;
  }
  .conanDb-comics__header .conanill {
    background: none;
    height: 0;
  }
  .conanDb-comics__header .amount {
    display: block;
    position: absolute;
    left: 5px;
    top: 100px;
    background: #188e5f;
    width: 150px;
    height: 60px;
    padding:15px 5px 15px 20px;
    border-radius: 50%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .conanDb-comics__main {
    background: #000;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 1px #188e5f, 0 0 0 5px #188e5f;
    border-radius: 1px;
    padding: 0 15px;
  }
  .conanDb-comics__title {
    background: url(./img/conandb-comics.gif) no-repeat;
    background-position: right top;
    height: 40px;
  }
  .conanDb-comics__main .cover {
    max-width: 100%;
    justify-content: space-between;
  }
  .conanDb-comics__main .cover li {
    width: 30%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .conanDb-comics__main .cover li img {
    width: 100%;
  }
  .conanDb-comics__main .cover:after {
    content: "";
    display: block;
    width: 30%;
  }
  .conanDb-comics__footer {
    background: none;
    padding: 40px 0 5px;
  }
}

/* ------------------------------------

エピソード一覧ページcommon

/* ------------------------------------  */
.conanDb-list__main {
  background-image : url(./img/main_btm.gif), url(./img/main_bg2.gif);
  background-position : center bottom, center top;
  background-repeat: no-repeat, repeat-y;
  padding: 0 0 30px 32px;
}

/* エピソード一覧ページ（ヘッダー）
------------------------------------------------*/
.conanDb-list__header{
  height: 157px;
  background: url(./img/head_bg3.gif) no-repeat;
  position: relative;
  z-index: 100;
}
.conanDb-list__header .conanill {
  background: url(./img/conan_ill3.gif) no-repeat;
  width:204px;
  height:210px;
  left: 0;
  top: 0;
}
.conanDb-list__header .amount {
  position:absolute;
  left: 87px;
  top: 90px;
  text-align:right;
  color:#ffff67;
  width:50px;
  font-size:2.4rem;
}
.conanDb-list__header .amount-sp {
  display: none;
}

/* エピソード一覧ページ（エピソード一覧）
------------------------------------------------*/
.list {
  margin-left:59px;
  min-height:200px;
  padding-top:3px;
}
.list p {
  color:#ffff67;
  font-size: 1.4rem;
  font-weight: bold;
  display: none;
}
.list table {
  width:504px;
  border-collapse:collapse;
}
.list th,
.list td {
  border:1px solid #595959;
  font-size: 1.4rem;
}
.list th {
  text-align:center;
  width:63px;
}
.list td {
  padding:0 12px;
  color:#fff;
}
.list-no {
  text-align:center;
}
.list a {
  color:#94b0cb;
  text-decoration:none;
}
.list a:hover {
  color:#bc0000;
}
.conanDb-list__main .pnavi {
  max-width:504px;
  margin-left: 59px;
}

/* エピソード一覧ページ（キーワードで絞り込む）
------------------------------------------------*/
.focus {
  position:relative;
  margin-top:12px;
  margin-left: 59px;
}
.focus-title {
  font-size:1.6rem;
  color: #188e5f;
  font-weight: bold;
  height:18px;
  margin:10px 0;
}
.focus__item {
  display: flex;
}
.focus__box1 span {
  font-size:1.2rem;
}
.focus__box2 {
  margin-top: -7px;
}
.focus .text1 {
  width:400px;
  height: 27px;
  border:2px solid #188e5f;
  padding:1px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.focus .subm2 {
  margin-top: 2px;
  margin-left: 15px;
}
.conanDb-list__main input {
  background: #fff;
}

/* エピソード一覧ページ（フッター）
------------------------------------------------*/
.conanDb-list__footer {
  padding: 20px 0 5px;
}

/* エピソード一覧ページ（スマートフォン）
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .conanDb-list__main {
    background: #000;
    background-position: top right;
    border: 3px solid #fff;
    box-shadow: inset 0 0 0 1px #bbbdbc, 0 0 0 5px #188e5f;
    border-radius: 1px;
    padding: 45px 15px 15px;
  }
  .conanDb-list__header {
    height: 110px;
    background: url(./img/conan_ill4-sp.gif) no-repeat;
    background-position: left bottom;
    margin-bottom: 40px;
  }
  .conanDb-list__header .conanill {
    background: none;
    height: 0;
  }
  .conanDb-list__header .amount {
    left: 5px;
    top: 90px;
    background: #188e5f;
    width: 120px;
    height: 80px;
    padding:20px 5px 20px 20px;
    border-radius: 50%;
    text-align: left;
    line-height: 0.8;
  }
  .conanDb-list__header .amount-sp {
    display:inline;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 10px;
  }
  .list {
    margin-left: 0;
    position: relative;
  }
  .list-header {
    background: url(./img/head_bg3-sp.gif) no-repeat;
    width: 154px;
    height:40px;
    position: absolute;
    right: 0;
    top: -47px;
  }
  .list p { 
    display: block;
    margin-bottom: 10px;
  }
  .list table {
    width: 100%;
  }
  .conanDb-list__main .pnavi {
    max-width: 100%;
    margin-left: 0;
  }
  .focus {
    margin-left: 0;
  }
  .focus__item {
    justify-content: center;
  }
  .focus__box1 {
    width: 60%;
  }
  .focus .text1 {
    width: 100%;
  }
  .conanDb-list__footer {
    background: none;
  }
}