@charset "utf-8";
/* PC */
@media print, screen and (min-width: 961px) {
  #genre {
    overflow: hidden;
  }
  .main_inner .genre_item {
    position: relative;
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .main_inner .genre_item .swiper_item {
    padding-left: 9.23%;
    padding-right: 9.23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main_inner .genre_item .swiper_item .imgBox {
    width: 45.28%;
  }
  .main_inner .genre_item .swiper_item .textBox {
    width: 49.05%;
    text-align: left;
  }
  .main_inner .genre_item .swiper_item .textBox .title {
    font-size: 2rem;
  }
  .main_inner .genre_item .swiper_item .textBox .detail {
    margin-top: 20px;
  }
  .main_inner .genre_item .swiper_item .textBox .annotation {
    margin-top: 10px;
  }
  .main_inner .genre_item .swiper_item .textBox ul {
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .main_inner .genre_item .swiper_item .textBox ul li {
    display: inline;
    padding-right: 10px;
    white-space: nowrap;
  }
  .main_inner .genre_item .swiper_item .textBox .link {
    font-size: 1.2rem;
  }
  .main_inner .genre_item .swiper_item .textBox .link a {
    color: #000000;
  }
  #literary .boxTable td .icon {
    display: block;
    width: 90px;
    margin-bottom: 4px;
  }
  #literary .boxTable th, #picture .boxTable th {
    font-weight: 500;
    white-space: nowrap;
  }
  #literary .boxTable td:nth-child(n+2), #picture .boxTable td:nth-child(n+2) {
    font-size: 1.2rem;
  }
  #literary .boxTable th, #literary .boxTable td {
    padding: 15px 4px;
  }
  #literary .boxTable td:nth-child(n+2) {
    padding: 34px 4px;
  }
  /* swiper */
  .swiper-container {
    text-align: center;
    width: 100%;
    z-index: 10;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -3.07%;
    width: 8.615%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: solid 2px #808080;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/common/img/icon_prev.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .swiper-button-next {
    position: absolute;
    top: 50%;
    right: -3.07%;
    width: 8.615%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: solid 2px #808080;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(/common/img/icon_next.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 12;
  }
  .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    font-size: 0;
    text-align: center;
    list-style: none;
  }
  .swiper-pagination span {
    display: inline-block;
    margin: 0 5px !important;
    font-size: 0;
    line-height: 0 !important;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    cursor: pointer;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    transition: all 0.3s ease;
    background: #000000 !important;
  }
  .swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (min-width: 961px) and (max-width:1320px) {
  #literary .boxTable.sTable td:nth-child(n+2), #picture .boxTable.sTable td:nth-child(n+2) {
    font-size: calc(1rem + ((1vw - 0.960rem) * 0.555))
  }
}