@charset "UTF-8";
body {
  word-break: break-all; }

th, td {
  word-break: break-all; }

@media only screen and (min-width: 768px) {
  .local_head .category .home {
    width: 3%; }
  .local_head .category .comic {
    width: 7%; }
    .local_head .category .comic .block {
      max-width: calc(26% - 15px);
      min-width: calc(22% - 15px); }
  .local_head .category .hon {
    width: 7%; }
    .local_head .category .hon .block {
      width: calc(19% - 15px); }
  .local_head .category .zasshi {
    width: 7%; }
  .local_head .category .toy {
    width: 7%; }
  .local_head .category .doll {
    width: 6%; }
  .local_head .category .dojin {
    width: 7%; }
    .local_head .category .dojin .block {
      width: calc(19% - 15px); }
  .local_head .category .av {
    width: 8%; }
    .local_head .category .av .block {
      width: calc(24% - 15px); }
  .local_head .category .idol {
    width: 6%; }
  .local_head .category .card {
    width: 6%; }
  .local_head .category .anime {
    width: 7%; }
  .local_head .category .gallery {
    width: 7%; }
  .local_head .category .shuppan {
    width: 7%; }
  .local_head .category .ark {
    width: 6%; }
  .local_head .category .sonota {
    width: 7%; } }

.index h2 {
  background-color: #333;
  padding: 10px 5px 9px 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 100%;
  color: #eee; }

.index h3 {
  background-color: #b82424;
  padding: 10px 5px 9px 10px;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 100%;
  color: #eee; }

.index h4 {
  background-color: #999;
  padding: 8px 5px 7px 10px;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 100%;
  color: #fff; }

.index h5 {
  background-color: #666;
  padding: 10px 5px 8px 10px;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 100%;
  color: #eee; }

.index .entry {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .index .entry {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .index .entry {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: flex-start;
      padding-top: 10px; } }
  .index .entry .prime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .index .entry .prime {
        order: 1;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .index .entry .prime {
        order: 2;
        width: calc(58% - 40px); } }
    .index .entry .prime .itemlist {
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      .index .entry .prime .itemlist .block {
        width: 24%;
        margin: 0 0 6px;
        text-align: center;
        position: relative; }
        .index .entry .prime .itemlist .block .thum {
          width: 100%;
          height: 150px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          align-content: center;
          overflow: hidden;
          line-height: 0; }
          .index .entry .prime .itemlist .block .thum img {
            max-width: 100%;
            max-height: 130px; }
          .index .entry .prime .itemlist .block .thum .r18mark {
            position: absolute;
            z-index: 10;
            top: 0;
            left: 0;
            width: 100%; }
          .index .entry .prime .itemlist .block .thum .r18item {
            position: absolute;
            z-index: 9;
            top: 0;
            left: 0;
            width: 100%; }
        .index .entry .prime .itemlist .block .title {
          color: #666;
          padding: 5px 0 4px 0;
          margin: 3px 0 0 0;
          border-top: 1px dotted #ccc; }
          .index .entry .prime .itemlist .block .title p {
            margin: 0;
            height: 30px;
            overflow: hidden;
            font-size: 12px;
            line-height: 140%; }
      .index .entry .prime .itemlist + p {
        margin: 0;
        text-align: center;
        border-top: 1px dotted #ccc;
        padding: 7px 0 15px 0; }

@media only screen and (max-width: 767px) {
  .index .sub {
    order: 2; } }

@media only screen and (min-width: 768px) {
  .index .sub {
    order: 1;
    width: 17%; } }

.index .sub dl {
  margin: 0;
  padding: 0; }
  .index .sub dl dt {
    margin: 0 0 10px 0;
    padding: 5px 3px 5px 5px;
    background-color: #eee; }
  .index .sub dl dd {
    margin: 0 3px 20px 10px; }

.index .sub .list {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: circle; }
  .index .sub .list li {
    margin: 0; }

.index .sub .day {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border: 1px solid #999; }
  .index .sub .day ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .index .sub .day li {
    text-align: center;
    margin: 0 0 5px 0; }

.index .sub .box img {
  width: 100%;
  max-width: 180px; }

@media only screen and (max-width: 767px) {
  .index .pickup {
    order: 3;
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .index .pickup {
    order: 3;
    width: 25%; } }

@media only screen and (max-width: 767px) {
  .index .pickup .sahra-item {
    display: none; } }

@media only screen and (min-width: 768px) {
  .index .pickup .sahra-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

.index .pickup .sahra-item .block {
  width: 49%;
  margin: 0 0 15px;
  text-align: center;
  position: relative; }
  .index .pickup .sahra-item .block .thum {
    width: 100%;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    text-align: center; }
    .index .pickup .sahra-item .block .thum img {
      max-width: 140px;
      max-height: 140px; }
    .index .pickup .sahra-item .block .thum .r18mark {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%; }
    .index .pickup .sahra-item .block .thum .r18item {
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0;
      width: 100%; }
  .index .pickup .sahra-item .block .title {
    color: #666;
    padding: 5px 0 0 0;
    margin: 3px 0 0 0;
    border-top: 1px dotted #ccc; }
    .index .pickup .sahra-item .block .title p {
      height: 30px;
      overflow: hidden;
      margin: 0;
      font-size: 12px;
      line-height: 140%; }

.index .pickup .pickup_large {
  margin: 0 0 5px 0; }
  .index .pickup .pickup_large img {
    max-width: 100%; }

.index .pickup .pickup_cat {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start; }
  .index .pickup .pickup_cat li {
    width: 49%;
    margin: 0 0 5px 0; }
  .index .pickup .pickup_cat img {
    max-width: 100%; }

.index .banner {
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0; }
  @media only screen and (max-width: 767px) {
    .index .banner {
      order: 1; } }
  @media only screen and (min-width: 768px) {
    .index .banner {
      order: 1; } }
  .index .banner .block {
    width: 100%;
    text-align: center;
    margin: auto; }
  .index .banner img {
    width: 100%;
    margin: auto; }

.index .topics_pr {
  border: 3px solid #cc0000;
  padding: 15px;
  margin: 0 0 20px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .index .topics_pr {
      order: 2; } }
  @media only screen and (min-width: 768px) {
    .index .topics_pr {
      order: 2; } }
  .index .topics_pr strong {
    font-size: 1.25rem;
    line-height: 150%;
    color: #cc0000; }

.index .topics_notes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .index .topics_notes {
      order: 3; } }
  @media only screen and (min-width: 768px) {
    .index .topics_notes {
      order: 3; } }
  .index .topics_notes__section {
    width: calc(100% / 2 - 10px); }
  .index .topics_notes .mailbin {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; }
    .index .topics_notes .mailbin .pic {
      text-align: center;
      margin: 0 auto 15px; }
      .index .topics_notes .mailbin .pic img {
        max-width: 150px;
        width: auto;
        height: auto; }
    .index .topics_notes .mailbin .coment p {
      margin: 15px 0 0 0; }
      .index .topics_notes .mailbin .coment p:first-child {
        margin: 0 0 0 0; }
    .index .topics_notes .mailbin .coment ul {
      margin: 0 5px 0 25px;
      padding: 0;
      list-style: circle; }
    .index .topics_notes .mailbin .coment li {
      margin: 15px 0 0 0; }
  .index .topics_notes p {
    margin: 10px 0 0 10px; }

@media only screen and (max-width: 767px) {
  .index .topics_tokushu {
    order: 4; } }

@media only screen and (min-width: 768px) {
  .index .topics_tokushu {
    order: 4; } }

.index .topics_tokushu .topics_tokushu_toy {
  margin: 0 0 20px 0; }
  .index .topics_tokushu .topics_tokushu_toy .section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start; }
    .index .topics_tokushu .topics_tokushu_toy .section a {
      display: block;
      margin: 0 0 5px 0; }
      @media only screen and (max-width: 767px) {
        .index .topics_tokushu .topics_tokushu_toy .section a {
          width: calc(50% - 5px); } }
      @media only screen and (min-width: 768px) {
        .index .topics_tokushu .topics_tokushu_toy .section a {
          width: calc(20% - 5px); } }
    .index .topics_tokushu .topics_tokushu_toy .section img {
      max-width: 100%; }

.index .topics_tokushu .topics_tokushu_zasshi .column3 a {
  width: 32%; }

.index .topics_tokushu .topics_tokushu_zasshi .column4 a {
  width: 23%; }

.index .topics_tokushu .topics_tokushu_zasshi .block {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  .index .topics_tokushu .topics_tokushu_zasshi .block a {
    display: block;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .index .topics_tokushu .topics_tokushu_zasshi .block img {
      max-width: 100%;
      width: auto;
      max-height: 30px;
      height: auto; } }
  @media only screen and (min-width: 768px) {
    .index .topics_tokushu .topics_tokushu_zasshi .block img {
      max-width: 100%;
      width: auto;
      max-height: 60px;
      height: auto; } }

.index .topics_item {
  margin: 0 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .index .topics_item {
      order: 5; } }
  @media only screen and (min-width: 768px) {
    .index .topics_item {
      order: 5; } }

.index .none {
  display: none; }

.index .tab_content {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #891f1f; }

.local_foot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: flex-start; }
  .local_foot .attention {
    flex: 1;
    text-align: left; }
    .local_foot .attention p {
      margin: 15px 0 0 10px; }
      .local_foot .attention p:first-child {
        margin: 0 0 0 10px; }
  .local_foot .service_link {
    width: 20%;
    text-align: center; }
    .local_foot .service_link .payment_button {
      text-align: center;
      padding: 7px 10px 2px 10px;
      margin: 0 0 15px 0;
      background-color: #999;
      display: inline-block;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px; }

.infolist .addcart a:after {
  content: "に追加する"; }

.infolist .addfavo a:after, .infolist .addalert a:after {
  content: "に追加する"; }
