@charset "UTF-8";
/* スマホ版 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ====================================================================== */
/* 独自設定 */
/* ====================================================================== */
body {
  margin: 0;
  padding: 0;
}

.tokusetsu_contents {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------
 レイアウト
----------------------------- */
.bsbb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alt {
  display: none;
}

.tokusetsu_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tokusetsu_wrapper {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tokusetsu_wrapper a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #0d1d65;
}
.tokusetsu_wrapper a:visited {
  color: #836a8e;
}
.tokusetsu_wrapper a:hover, .tokusetsu_wrapper a:focus, .tokusetsu_wrapper a:active {
  color: #21a7ad;
}
.tokusetsu_wrapper a:hover img, .tokusetsu_wrapper a:focus img, .tokusetsu_wrapper a:active img {
  filter: brightness(120%);
}
.tokusetsu_wrapper a img {
  -webkit-transition: filter 0.2s;
  -moz-transition: filter 0.2s;
  -ms-transition: filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
}
.tokusetsu_wrapper p {
  line-height: 1.6;
}
.tokusetsu_wrapper .btn {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tokusetsu_wrapper .btn:visited {
  color: #FFF;
}
.tokusetsu_wrapper .btn:hover, .tokusetsu_wrapper .btn:active, .tokusetsu_wrapper .btn:focus {
  color: #FFF;
  filter: brightness(108%);
}
.tokusetsu_wrapper .mb1em {
  margin-bottom: 1em;
}
.tokusetsu_wrapper .list-mark1 {
  list-style: none;
}
.tokusetsu_wrapper .list-mark1 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.tokusetsu_wrapper .list-mark1 li i {
  text-decoration: none;
  display: inline-block;
  font-style: normal;
  text-indent: 0;
  width: 1.2em;
}
.tokusetsu_wrapper .mb_s {
  margin-bottom: 30px;
}
.tokusetsu_wrapper .mb_m {
  margin-bottom: 50px;
}
.tokusetsu_wrapper .mb_l {
  margin-bottom: 80px;
}
.tokusetsu_wrapper .pb_s {
  padding-bottom: 30px;
}
.tokusetsu_wrapper .pb_m {
  padding-bottom: 50px;
}
.tokusetsu_wrapper .pb_l {
  padding-bottom: 80px;
}
.tokusetsu_wrapper .text-center {
  text-align: center;
}

.tokusetsu_block .tokusetsu_block-body {
  max-width: 840px;
  margin: 0 auto;
}

.tokusetsu_contents_base {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 60px;
}
.tokusetsu_contents_base:before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  border-bottom: 2px solid #0d1d65;
  background: url("../img/pat_slash_yl.png") repeat center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tokusetsu_block .tokusetsu_block-body {
    max-width: 90vw;
  }
}
@media screen and (max-width: 767px) {
  .tokusetsu_wrapper {
    font-size: 0.875em;
  }
  .tokusetsu_wrapper small {
    font-size: 0.85714em;
  }

  .pc-show {
    display: none;
  }
}
@media screen and (max-width: 579px) {
  .tokusetsu_wrapper .mb_s {
    margin-bottom: 4vw;
  }
  .tokusetsu_wrapper .mb_m {
    margin-bottom: 7vw;
  }
  .tokusetsu_wrapper .mb_l {
    margin-bottom: 10vw;
  }
  .tokusetsu_wrapper .pb_s {
    padding-bottom: 4vw;
  }
  .tokusetsu_wrapper .pb_m {
    padding-bottom: 7vw;
  }
  .tokusetsu_wrapper .pb_l {
    padding-bottom: 10vw;
  }

  .tokusetsu_contents_base:before {
    margin-bottom: 4vw;
  }
}
/*---------------------------
Block
----------------------------- */
.tokusetsu_card_wrapper {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tokusetsu_card_wrapper .tokusetsu_card {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
  margin-bottom: 30px;
}

.tokusetsu_card {
  text-decoration: none;
  background: url("../img/tokusetsu_card_foot.png") no-repeat right bottom #fff;
  padding-bottom: 4px;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.tokusetsu_card .card-thumb {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("../img/pat_slash_wh20.png") repeat center #e4e8ec;
}
.tokusetsu_card .card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.tokusetsu_card .card-headline {
  padding: 0.6em;
  font-weight: bold;
  line-height: 1.2;
  color: #0d1d65;
}
.tokusetsu_card a {
  text-decoration: none;
  color: #0d1d65;
}
.tokusetsu_card a:hover {
  color: #21a7ad;
}

/* オススメタイトルランキング */
.ranking_card {
  position: relative;
  background: url("../img/bor_star_blue.png") repeat-x bottom center #fff;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.ranking_card:before {
  content: "";
  display: block;
  background: url("../img/pat_slash_blue.png") repeat top center;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ranking_card .card-thumb {
  display: block;
  position: relative;
  padding: 10px 10px 0;
}
.ranking_card .card-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ranking_card .card-headline {
  position: relative;
  margin: 0 10px;
  line-height: 1.3;
  color: #0d1d65;
  font-weight: bold;
  position: relative;
}
.ranking_card .card-lead {
  margin: 0 10px;
  line-height: 1.6;
  text-align: justify;
}
.ranking_card:nth-child(-n+2) {
  background-image: url("../img/bor_star_pink.png"), url("../img/bor_star_red_bg.png");
  background-position: bottom center , top center;
}
.ranking_card:nth-child(-n+2):before {
  position: absolute;
  top: -26px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  height: 63px;
  width: 100%;
  -webkit-background-size: auto 63px;
  -o-background-size: auto 63px;
  background-size: auto 63px;
}
.ranking_card:nth-child(-n+2) .card-thumb {
  padding-top: 42px;
  margin-bottom: 10px;
}
.ranking_card:nth-child(-n+2) .card-headline {
  background: url("../img/pat_slash_gray.png") repeat;
  padding: 0.4em 16px;
  margin: 0 0 0.4em;
}
.ranking_card:nth-child(-n+2) .card-lead {
  margin: 0 16px 0.4em;
}
.ranking_card:nth-child(1):before {
  background-image: url("../img/rank1.png");
}
.ranking_card:nth-child(2):before {
  background-image: url("../img/rank2.png");
}
.ranking_card:nth-child(n+3) {
  font-size: 0.875em;
}
.ranking_card:nth-child(n+3):before {
  background-image: url("../img/pat_slash_blue.png");
}
.ranking_card:nth-child(n+3) .card-headline {
  padding: 0 0 0 66px;
  min-height: 60px;
  margin: 10px 10px 5px 4px;
}
.ranking_card:nth-child(n+3) .card-headline:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
}
.ranking_card:nth-child(n+3) .card-lead {
  border-top: 1px solid #93a2b3;
  padding: 0.6em 0;
}
.ranking_card:nth-child(3) .card-headline:before {
  background-image: url("../img/rank3.png");
}
.ranking_card:nth-child(4) .card-headline:before {
  background-image: url("../img/rank4.png");
}
.ranking_card:nth-child(5) .card-headline:before {
  background-image: url("../img/rank5.png");
}
.ranking_card:nth-child(6) .card-headline:before {
  background-image: url("../img/rank6.png");
}
.ranking_card:nth-child(7) .card-headline:before {
  background-image: url("../img/rank7.png");
}
.ranking_card:nth-child(8) .card-headline:before {
  background-image: url("../img/rank8.png");
}

.pickup-block .block-heading {
  background: url("../img/pickup_title.png") no-repeat top center;
  height: 56px;
  margin-bottom: 20px;
}
.pickup-block .block-heading span {
  display: none;
}

.ranking-block .block-heading {
  background: url("../img/ranking_heading_pc.png") no-repeat top center;
  height: 146px;
  margin-bottom: 20px;
}
.ranking-block .block-heading span {
  display: none;
}
.ranking-block .block-body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ranking-block .block-body > * {
  -webkit-flex-basis: 47%;
  flex-basis: 47%;
}
.ranking-block .block-body > *:nth-child(-n+2) {
  margin-bottom: 50px;
}
.ranking-block .block-body > *:nth-child(n+3) {
  -webkit-flex-basis: 31.4%;
  flex-basis: 31.4%;
  margin-bottom: 30px;
}

/* オトクなシリアルコード */
.btn-detail {
  display: block;
  width: 100%;
  background: url("../img/icon_arrow.png") no-repeat left 16px center #21a7ad;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 0.8em 0.5em;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn-detail, .btn-detail:visited, .btn-detail:hover, .btn-detail:active, .btn-detail:focus {
  color: #FFF;
}
.btn-detail:hover {
  background-color: #25bcc2;
}

.code_card {
  border: 5px solid #93a2b3;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.code_card .card-headline {
  background-color: #e4e8ec;
  padding: 16px;
  font-size: 1.125em;
  font-weight: bold;
  color: #0d1d65;
}
.code_card .card-body {
  zoom: 1;
  padding: 16px;
}
.code_card .card-body:before, .code_card .card-body:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.code_card .card-body:after {
  clear: both;
}
.code_card .card-body .card-thumb {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  background: url("../img/code_dummy.png") no-repeat center #93a2b3;
}
.code_card .card-body .card-detail {
  margin-left: 116px;
  font-size: 0.875em;
}
.code_card .card-body .btn-detail {
  font-size: 1.14286em;
  margin-top: 0.8em;
}

.code-block .block-heading {
  background-image: url("../img/code_heading.png"), url("../img/code_heading_deco.png");
  background-repeat: no-repeat, repeat-x;
  background-position: center;
  height: 52px;
}
.code-block .block-heading span {
  display: none;
}
.code-block .block-body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.code-block .block-body > * {
  -webkit-flex-basis: 48.4%;
  flex-basis: 48.4%;
  margin-bottom: 30px;
}

.related_card {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  position: relative;
  background: url("../img/related_foot.png") no-repeat right bottom #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related_card .card-thumb {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  background: url("../img/code_dummy.png") no-repeat center #93a2b3;
}
.related_card .card-headline {
  margin-left: 116px;
  font-size: 1.125em;
  color: #0d1d65;
  font-weight: bold;
  line-height: 1.3;
}
.related_card .card-date {
  line-height: 1;
  font-size: 0.75em;
  color: #FFF;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

a.related_card:hover {
  background-color: #faed16;
}

.related-block .block-heading {
  background: url("../img/related_heading.png") no-repeat top center;
  height: 38px;
}
.related-block .block-heading span {
  display: none;
}
.related-block .block-body {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.related-block .block-body > * {
  -webkit-flex-basis: 48.4%;
  flex-basis: 48.4%;
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .tokusetsu_card_wrapper .tokusetsu_card {
    margin-bottom: 5vw;
  }

  .ranking-block .block-heading {
    width: 97.5%;
    margin: 0 auto 3vw;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 15.53191vw;
  }
}
@media screen and (max-width: 579px) {
  .tokusetsu_card_wrapper .block-body {
    margin-bottom: 5vw;
  }

  .ranking_card:nth-child(n+3) .card-headline {
    padding-left: 42px;
  }
  .ranking_card:nth-child(n+3) .card-headline:before {
    height: 40px;
    width: 40px;
    -webkit-background-size: 40px auto;
    -o-background-size: 40px auto;
    background-size: 40px auto;
  }

  .pickup-block .block-heading {
    height: 28px;
    margin-bottom: 2vw;
    -webkit-background-size: auto 28px;
    -o-background-size: auto 28px;
    background-size: auto 28px;
  }

  .ranking-block .block-heading {
    background: url("../img/ranking_heading_smp.png") no-repeat;
    height: 28vw;
    margin-bottom: 8vw;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .ranking-block .block-body > *:nth-child(-n+2) {
    margin-bottom: 8vw;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .ranking-block .block-body > *:nth-child(n+3) {
    margin-bottom: 4vw;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
  }

  .code_card .card-headline {
    padding: 10px;
  }
  .code_card .card-body {
    padding: 10px;
  }

  .code-block .block-heading {
    height: 26px;
    -webkit-background-size: 248px 26px, auto 17px;
    -o-background-size: 248px 26px, auto 17px;
    background-size: 248px 26px, auto 17px;
  }
  .code-block .block-body {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .code-block .block-body > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }

  .related-block .block-heading {
    height: 19px;
    -webkit-background-size: 420px 19px;
    -o-background-size: 420px 19px;
    background-size: 420px 19px;
  }
  .related-block .block-body {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .related-block .block-body > * {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
/*---------------------------
ヘッダー　＆　フッター
----------------------------- */
#tokusetsu_header {
  position: relative;
  background-color: #F4F4F4;
  height: 56px;
}
#tokusetsu_header .logo {
  display: inline-block;
  width: 265px;
  height: 0;
  padding: 40px 0 0;
  margin-left: 8px;
  margin-top: 10px;
  background: url("../img/logo_g123app.png");
  -webkit-background-size: 265px 40px;
  -o-background-size: 265px 40px;
  background-size: 265px 40px;
}

.tokusetsu_mainimg {
  height: 450px;
}

.tokusetsu_title {
  display: none;
}

#tokusetsu_footer {
  color: #FFF;
  padding: 30px 30px 30px;
  font-size: 0.875em;
  line-height: 1.3;
  background-color: #2B2B2B;
}
#tokusetsu_footer a {
  color: #FFF;
}
#tokusetsu_footer ul {
  list-style-type: none;
  text-align: center;
}
#tokusetsu_footer ul li {
  display: inline-block;
  margin-right: 1em;
}
#tokusetsu_footer #copyright {
  padding: 24px 0 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .tokusetsu_mainimg {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  #tokusetsu_header {
    height: 56px;
  }
  #tokusetsu_header .logo {
    display: inline-block;
    width: 134px;
    height: 0;
    padding: 37px 0 0;
    margin-left: 8px;
    margin-top: 12px;
    background: url("../img/logo_retina.png");
    -webkit-background-size: 134px 37px;
    -o-background-size: 134px 37px;
    background-size: 134px 37px;
  }

  #tokusetsu_footer {
    background-image: -webkit-linear-gradient(top, #2B2B2B 0%, #1B1B1B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2B2B2B), to(#1B1B1B));
    background-image: -moz-linear-gradient(top, #2B2B2B 0%, #1B1B1B 100%);
    background-image: linear-gradient(to bottom, #2b2b2b 0%, #1b1b1b 100%);
    padding: 30px;
  }
}
