/* -------------tb mode------------- */
@media screen and (max-width: 1024px) {
  .linkspot {
    margin-top: -50px;
    padding-top: 50px;
  }

  .only_pc {
    display: none !important;
  }

  .only_tbsp {
    display: inline !important;
  }

  section.only_tbsp, div.only_tbsp {
    display: block !important;
  }

  /* layout */
  #contents_wrapper {
    display: block;
    *zoom: 1;
  }
  #contents_wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents_wrapper #side_l {
    width: 48.5%;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  #contents_wrapper #main {
    padding-bottom: 32px;
    margin-bottom: 16px;
    border-bottom: 1px #cccccc solid;
  }
  #contents_wrapper #side_r {
    width: 48.5%;
    float: right;
    margin-left: 0;
    margin-bottom: 0;
  }
  #contents_wrapper #side_large {
    *zoom: 1;
    width: 100%;
  }
  #contents_wrapper #side_large:after {
    content: "";
    display: table;
    clear: both;
  }
  #contents_wrapper #side_large #side_large_l {
    width: 48.5%;
    float: left;
    padding-top: 7px;
  }
  #contents_wrapper #side_large #side_large_r {
    width: 48.5%;
    float: right;
  }

  /* header */
  header {
    height: 34px;
    position: fixed;
    z-index: 10002;
    width: 100%;
  }
  header .wbox h1 {
    width: 90px;
    margin-top: 7px;
    margin-right: 2px;
  }
  header .wbox h1 a {
    position: relative;
  }
  header .wbox h1 a::after {
    content: "";
    background: url(/img/ico_s_home.svg) no-repeat center center;
    background-size: 28px auto;
    display: block;
    height: 32px;
    width: 34px;
    position: absolute;
    right: -36px;
    top: -7px;
  }
  header .wbox #header_nav {
    display: none;
  }
  header .wbox #header_sub {
    margin-right: 84px;
    padding: 0;
  }
  header .wbox #header_sub #header_sub_nav {
    margin-top: 2px;
  }
  header .wbox #header_sub #header_sub_nav ul li {
    display: none;
    margin-left: 0px;
  }
  header .wbox #header_sub #header_sub_nav ul li.calendar {
    display: inline-block;
  }
  header .wbox #header_sub #header_sub_nav ul li.calendar a {
    background: url(/img/ico_s_calendar.svg) no-repeat center left;
    background-size: 28px auto;
    display: block;
    padding-left: 30px;
    padding-top: 8px;
    height: 32px;
    font-weight: bold;
  }
  header .wbox #header_sub #header_sub_nav ul li.calendar a span {
    display: none;
  }
  header .wbox #header_sub #header_sub_nav ul li.calendar a span.only_sp {
    display: inline !important;
  }
  header .wbox #header_sub #header_sub_search {
    display: none;
  }
  header::after {
    height: 6px;
    bottom: -6px;
    background: url(/img/header_wave.png) repeat-x top right;
    background-size: 27px auto;
  }
  header .btn_sp_nav {
    display: block;
    border: none;
    background-color: #ff6c88;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    font-size: 12px;
    width: 90px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
  }
  header .btn_sp_nav span {
    padding: 10px 0 0 26px;
    display: block;
  }
  header .btn_sp_nav span.open {
    display: block;
  }
  header .btn_sp_nav span.close {
    display: none;
  }
  header .btn_sp_nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
    background: url(/img/header_wave_menu.png) repeat-x top right;
    background-size: 27px auto;
    z-index: 1;
  }
  header .btn_sp_nav .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 8px;
    background: #fff;
    transition: .2s;
  }
  header .btn_sp_nav .icon::before, header .btn_sp_nav .icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  header .btn_sp_nav .icon::before {
    margin-top: -7px;
  }
  header .btn_sp_nav .icon::after {
    margin-top: 5px;
  }

  .drawer-open .btn_sp_nav {
    background-color: #666666;
  }
  .drawer-open .btn_sp_nav span.open {
    display: none;
  }
  .drawer-open .btn_sp_nav span.close {
    display: block;
  }
  .drawer-open .btn_sp_nav::after {
    background: url(/img/header_wave_menu_close.png) repeat-x top right;
    background-size: 27px auto;
  }
  .drawer-open .btn_sp_nav .icon {
    background: transparent;
  }
  .drawer-open .btn_sp_nav .icon::before, .drawer-open .btn_sp_nav .icon::after {
    margin-top: 0;
  }
  .drawer-open .btn_sp_nav .icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .drawer-open .btn_sp_nav .icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* sp_nav */
  #sp_nav #sp_nav_wrap {
    padding: 48px 12px 12px 12px;
  }
  #sp_nav #sp_nav_wrap .sp_nav_search {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap .sp_nav_search fieldset {
    display: block;
    width: 100%;
  }
  #sp_nav #sp_nav_wrap .sp_nav_search fieldset .search_text {
    background-color: #f2f2f2;
    border: 1px #999999 solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 6px;
    margin-bottom: 4px;
    line-height: 1.5;
  }
  #sp_nav #sp_nav_wrap .sp_nav_search fieldset .search_btn {
    display: block;
    border: none;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff6c88;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px 6px 0;
    line-height: 24px;
  }
  #sp_nav #sp_nav_wrap .sp_nav_search fieldset .search_btn::before {
    display: inline-block;
    content: "";
    background: url(/img/ico_search_wh.svg) no-repeat center center;
    background-size: 24px auto;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 4px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_search_nav {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_search_nav ul {
    *zoom: 1;
  }
  #sp_nav #sp_nav_wrap #sp_nav_search_nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #sp_nav #sp_nav_wrap #sp_nav_search_nav ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  #sp_nav #sp_nav_wrap #sp_nav_search_nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  #sp_nav #sp_nav_wrap #sp_nav_search_nav ul li a {
    display: block;
    color: #fff;
    background-color: #333333;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav ul li {
    border-left: 1px #ff6c88 solid;
    border-right: 1px #ff6c88 solid;
    border-bottom: 1px #ff6c88 solid;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav ul li:first-child {
    border-top: 1px #ff6c88 solid;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav ul li:last-child {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav ul li a {
    display: block;
    padding: 12px 0;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav ul li.event a {
    background: url(/img/ico_s_event.svg) no-repeat 8px center;
    background-size: 30px auto;
    padding-left: 40px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_pickup_nav ul li.newitem a {
    background: url(/img/ico_s_newitem.svg) no-repeat 8px center;
    background-size: 30px auto;
    padding-left: 40px;
  }
  #sp_nav #sp_nav_wrap .btn_recommend {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap .btn_recommend a {
    border: 1px #999999 solid;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding-right: 6%;
  }
  #sp_nav #sp_nav_wrap .btn_recommend2 {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap .btn_recommend2 a {
    width: 100%;
    font-size: 16px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #sp_nav #sp_nav_wrap .btn_recommend2 a img {
    width: 56px;
  }
  #sp_nav #sp_nav_wrap .btn_recommend3 {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap .btn_recommend3 a {
    width: 100%;
  }
  #sp_nav #sp_nav_wrap .btn_recommend3 a img {
    width: 100%;
  }
  #sp_nav #sp_nav_wrap h3 {
    color: #333333;
    font-size: 16px;
    padding-left: 12px;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
  }
  #sp_nav #sp_nav_wrap h3::before {
    content: "";
    display: block;
    background-color: #ff6c88;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category {
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category h3 {
    background: url(/img/ico_s_category.svg) no-repeat center left;
    background-size: 30px auto;
    padding-left: 32px;
    padding-top: 2px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category h3::before {
    display: none;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 8px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li {
    width: 50%;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #999999;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li:nth-child(2n) a {
    border-right: none;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li:nth-child(1) a {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 0;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li:nth-child(2) a {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 0 0;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li:nth-last-child(2) a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 3px;
    border-bottom: none;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li:nth-last-child(1) a {
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 0;
    border-bottom: none;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li.magazine a {
    background-color: #a270ee;
    font-size: 12px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li.comics a {
    background-color: #fd70b6;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li.novels a {
    background-color: #f86e4e;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li.cddvd a {
    background-color: #e9b70a;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li.ebook a {
    background-color: #58c1b3;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category ul li.other a {
    background-color: #929ca0;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category .category_listpage {
    margin-bottom: 8px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_category .category_listpage a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ff6c88;
    border: 1px #ff6c88 solid;
    padding: 10px 8px 10px 0;
    background: #fff8f9 url(/img/ico_arrow_r_simple_bboy.svg) no-repeat 96% center;
    background-size: 12px auto;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu {
    border-bottom: 1px #cccccc solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu h3 {
    background: url(/img/ico_s_menu.svg) no-repeat center left;
    background-size: 30px auto;
    padding-left: 32px;
    padding-top: 2px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu h3::before {
    display: none;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul {
    *zoom: 1;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul li {
    width: 50%;
    float: left;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul li a {
    background: url(/img/ico_link_bboy.svg) no-repeat center left;
    background-size: 12px auto;
    color: #333333;
    text-decoration: none;
    padding-left: 16px;
    display: block;
    height: 30px;
    line-height: 30px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul li a[target="_blank"] {
    background: url(/img/ico_link_blank.svg) no-repeat center left;
    background-size: 12px auto;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul li a[target="_blank"]::after {
    content: "";
    width: 12px;
    height: 10px;
    background: url(/img/ico_blank.png) no-repeat center center;
    background-size: 12px auto;
    display: inline-block;
    margin-left: 2px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_menu ul li a.text_s {
    font-size: 11px;
    font-feature-settings: "palt";
  }
  #sp_nav #sp_nav_wrap #sp_nav_home {
    width: 50%;
    float: left;
  }
  #sp_nav #sp_nav_wrap #sp_nav_home a {
    color: #333333;
    text-decoration: none;
    background: url(/img/ico_s_home_base.svg) no-repeat 20px 40%;
    background-size: 30px auto;
    padding-left: 40px;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 8px 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #999999 solid;
  }
  #sp_nav #sp_nav_wrap #sp_nav_sns ul {
    text-align: right;
  }
  #sp_nav #sp_nav_wrap #sp_nav_sns ul li {
    display: inline-block;
    margin-left: 4px;
  }
  #sp_nav #sp_nav_wrap #sp_nav_sns ul li img {
    width: 40px;
  }

  /* sp_header_nav */
  .sp_header_nav {
    background-color: #ff8ba5;
    padding: 34px 0 0 0;
    margin-bottom: 16px;
  }
  .sp_header_nav ul {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sp_header_nav ul li {
    text-align: center;
    width: 25%;
  }
  .sp_header_nav ul li.newitem a {
    background: url(/img/ico_s_newitem_wh.svg) no-repeat center 6px;
    background-size: 25px auto;
  }
  .sp_header_nav ul li.event {
    min-width: 6em;
  }
  .sp_header_nav ul li.event a {
    background: url(/img/ico_s_event_wh.svg) no-repeat center 6px;
    background-size: 25px auto;
  }
  .sp_header_nav ul li.cddvd a {
    background: url(/img/ico_s_cddvd_wh.svg) no-repeat center 6px;
    background-size: 25px auto;
  }
  .sp_header_nav ul li.specialpage a {
    background: url(/img/ico_s_specialpage_wh.svg) no-repeat center 6px;
    background-size: 25px auto;
  }
  .sp_header_nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 28px 0 3px 0;
    font-weight: bold;
    font-size: 12px;
  }

  /* pagetitle_area */
  #pagetitle_area {
    padding: 0;
    margin-top: 34px;
    margin-bottom: 16px;
    background-color: #ff8ba5;
  }
  #pagetitle_area .wbox {
    padding-top: 10px;
    padding-bottom: 4px;
  }
  #pagetitle_area .wbox h2 {
    padding: 0 0 2px 0;
  }

  /* breadcrumb */
  #breadcrumb {
    top: -12px;
    margin-bottom: -4px;
  }

  /* main */
  #main_search {
    width: 94%;
    max-width: 500px;
    vertical-align: middle;
    padding: 0px;
    margin: 0 auto 8px auto;
    position: relative;
    margin-bottom: 12px;
  }
  #main_search fieldset {
    width: 100%;
    padding: 0;
    display: block;
  }
  #main_search fieldset .search_text {
    display: block;
    border: none;
    background-color: #f2f2f2;
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 1.5;
    background-color: #f2f2f2;
    border: 1px #999999 solid;
    padding: 0 48px 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #main_search fieldset .search_btn {
    display: block;
    background: #ff6c88 url(/img/ico_search_wh.svg) no-repeat center center;
    background-size: 24px auto;
    border: none;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
  }

  /* side */
  .side_contents {
    margin: 0 0 16px 0;
    *zoom: 1;
  }
  .side_contents:after {
    content: "";
    display: table;
    clear: both;
  }
  .side_contents.underline {
    border-bottom: 1px #cccccc solid;
    padding-bottom: 16px;
  }
  .side_contents h3 {
    height: auto;
    text-indent: 0;
    overflow: auto;
    margin-bottom: 0px;
    margin-top: -6px;
    font-weight: bold;
    padding: 6px 0 6px 34px;
    text-align: left;
    color: #333333;
    width: auto;
    vertical-align: middle;
    font-size: 16px;
  }
  .side_contents h3.twitter {
    background: url(/img/ico_m_twitter.svg) no-repeat left center;
    background-size: 30px auto;
  }
  .side_contents h3.pickup {
    background: url(/img/ico_m_pickup.svg) no-repeat left center;
    background-size: 30px auto;
  }
  .side_contents h3.calendar {
    background: url(/img/ico_m_calendar.svg) no-repeat left center;
    background-size: 30px auto;
  }
  .side_contents h3.link {
    background: url(/img/ico_m_link.svg) no-repeat left center;
    background-size: 30px auto;
  }
  .side_contents h3.category {
    background: url(/img/ico_m_category.svg) no-repeat left center;
    background-size: 30px auto;
  }
  .side_contents h3.specialpage {
    background: url(/img/ico_m_specialpage.svg) no-repeat left center;
    background-size: 30px auto;
  }
  .side_contents .twitter_name {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .side_contents .category_list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .side_contents .category_list li {
    width: 50%;
  }
  .side_contents .category_list li:first-child a {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 0;
  }
  .side_contents .category_list li:nth-child(2) a {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 0 0;
  }
  .side_contents .category_list li:nth-last-child(2) {
    border-bottom: none;
  }
  .side_contents .category_list li:nth-last-child(2) a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 3px;
  }
  .side_contents .category_list li:last-child {
    border-bottom: none;
  }
  .side_contents .category_list li:last-child a {
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 0;
  }
  .side_contents .category_list li:nth-child(2n) {
    border-left: 1px #f5f5f5 solid;
  }
  .side_contents .category_list li a {
    padding: 8px 0;
  }
  .side_contents .category_listpage {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .side_contents .category_listpage:nth-child(2n) {
    margin-right: 0;
  }
  .side_contents .category_listpage a {
    padding: 8px 0;
  }
  .side_contents .specialpage_list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .side_contents .specialpage_list li {
    width: 49%;
    margin-right: 2%;
  }
  .side_contents .specialpage_list li:nth-child(2n) {
    margin-right: 0;
  }

  /* parts-btn */
  .btn_area {
    margin-bottom: 0px;
  }
  .btn_area .btn.btn_s {
    max-width: 300px;
    margin: 0 8px 8px 8px;
  }
  .btn_area.sp2column {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: -8px;
  }
  .btn_area.sp2column .btn.btn_s {
    max-width: 49%;
    margin: 0 2% 8px 0;
  }
  .btn_area.sp2column .btn.btn_s:nth-child(2n) {
    margin-right: 0;
  }

  .h3box .btn_s_list {
    display: block;
    margin-left: 0;
    float: none;
    text-align: center;
    margin-bottom: 4px;
    width: 100%;
    clear: both;
  }

  /* parts-list */
  .side_bnrlist li {
    width: 50%;
  }

  /* parts-calendar */
  .calendar_wrap .calendar_slider .calendar_monthbox .calendar_month {
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .calendar_wrap .calendar_slider .calendar_monthbox table tr td {
    padding: 10px 2px;
  }
  .calendar_wrap .calendar_slider .calendar_monthbox table tr td a {
    margin: -8px 0;
    padding: 8px 0;
  }

  /* footer_contents */
  #footer_contents_wrap {
    background-color: #fff;
  }
  #footer_contents_wrap .footer_contents {
    display: block;
  }
  #footer_contents_wrap .footer_contents .footer_h3_box {
    display: table;
    width: 100%;
  }
  #footer_contents_wrap .footer_contents .footer_h3_box h3 {
    display: table-cell;
    vertical-align: middle;
  }
  #footer_contents_wrap .footer_contents .footer_h3_box .category_listpage {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  #footer_contents_wrap .footer_contents h3 {
    display: block;
    height: auto;
    text-indent: 0;
    overflow: auto;
    margin-bottom: 0px;
    margin-top: -6px;
    font-weight: bold;
    padding: 6px 0 6px 34px;
    text-align: left;
    color: #333333;
    width: auto;
    vertical-align: middle;
    font-size: 16px;
  }
  #footer_contents_wrap .footer_contents h3.category {
    background: url(/img/ico_m_category.svg) no-repeat left center;
    background-size: 30px auto;
  }
  #footer_contents_wrap .footer_contents h3.specialpage {
    background: url(/img/ico_m_specialpage.svg) no-repeat left center;
    background-size: 30px auto;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box {
    display: block;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding-top: 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li {
    width: 33.3%;
    border-bottom: 1px #fff solid;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:first-child a {
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-child(3) {
    border-right: none;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-child(3) a {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 0 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-last-child(3) {
    border-bottom: none;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-last-child(3) a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 3px;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-last-child(2) {
    border-bottom: none;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:last-child a {
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li a {
    padding: 8px 0;
  }
}
/* -------------sp mode------------- */
@media screen and (max-width: 767px) {
  .only_sp {
    display: inline !important;
  }

  section.only_sp, div.only_sp {
    display: block !important;
  }

  .mb8 {
    margin-bottom: 4px !important;
  }

  .mb16 {
    margin-bottom: 8px !important;
  }

  .mb24 {
    margin-bottom: 12px !important;
  }

  .mb32 {
    margin-bottom: 16px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }

  .mb80 {
    margin-bottom: 40px !important;
  }

  .mt8 {
    margin-top: 4px !important;
  }

  .mt16 {
    margin-top: 8px !important;
  }

  .mt24 {
    margin-top: 12px !important;
  }

  .mt32 {
    margin-top: 16px !important;
  }

  .mt40 {
    margin-top: 20px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .bottomline {
    padding-bottom: 16px;
  }

  .bottomline_sp {
    padding-bottom: 16px;
    border-bottom: 1px #cccccc solid;
  }

  .whitebox {
    padding: 8px;
  }

  /* layout */
  #contents_wrapper {
    display: block;
    width: 100%;
  }
  #contents_wrapper #side_l {
    width: 100%;
    margin-right: 0px;
  }
  #contents_wrapper #main {
    width: 100%;
  }
  #contents_wrapper #side_r {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 16px;
  }
  #contents_wrapper #side_large #side_large_l {
    width: 100%;
    padding-top: 0px;
  }
  #contents_wrapper #side_large #side_large_r {
    width: 100%;
  }

  .column2_wrap .column2_cont {
    width: auto;
    float: none;
  }
  .column2_wrap .column2_cont:nth-child(2n) {
    margin-right: 3%;
  }

  /* sp_header_nav */
  .sp_header_nav {
    margin-bottom: 0px;
  }

  /* main */
  #main_slide {
    padding-bottom: 24px;
  }

  .main_contents, .item_contents {
    margin: 0 3% 16px 3%;
    position: relative;
  }
  .main_contents h3, .item_contents h3 {
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .main_contents h3.title_new, .item_contents h3.title_new {
    top: -8px;
    margin-bottom: -2px;
  }
  .main_contents h3.title_new img, .item_contents h3.title_new img {
    width: 45px;
  }
  .main_contents h3.title_recommend, .item_contents h3.title_recommend {
    top: -8px;
    margin-bottom: -2px;
  }
  .main_contents h3.title_recommend img, .item_contents h3.title_recommend img {
    width: 55px;
  }

  #special_contents {
    margin-bottom: 16px;
  }
  #special_contents h3 {
    font-size: 18px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 8px;
  }
  #special_contents ul {
    margin: 0 3% -6px 3%;
    padding-bottom: 4px;
  }
  #special_contents ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 6px;
  }
  #special_contents ul li:nth-child(2n) {
    margin-right: 0;
  }

  #item_wrap {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  #item_wrap .item_data {
    padding: 16px 3% 0 3%;
  }
  #item_wrap .item_data .item_data_l {
    width: 40%;
  }
  #item_wrap .item_data .item_data_r {
    margin-left: 0px;
  }
  #item_wrap .item_data .item_data_r .item_data_head {
    margin-left: 42%;
  }
  #item_wrap .item_data .item_data_r .item_data_head .label {
    position: relative;
    top: -23px;
    margin-bottom: -18px;
  }
  #item_wrap .item_data .item_data_r .item_data_head h2 {
    font-size: 18px;
    padding-right: 0px;
  }
  #item_wrap .item_data .item_data_r .item_data_detail {
    clear: both;
    padding-top: 16px;
  }
  #item_wrap .item_btnarea {
    *zoom: 1;
    padding: 16px 3% 8px 3%;
  }
  #item_wrap .item_btnarea:after {
    content: "";
    display: table;
    clear: both;
  }
  #item_wrap .item_btnarea:last-child {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #item_wrap .item_btnarea > li {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
    display: block;
  }
  #item_wrap .item_btnarea > li.buy {
    width: 49%;
  }
  #item_wrap .item_btnarea > li:last-child {
    margin-right: 2%;
  }
  #item_wrap .item_btnarea > li:nth-child(2n) {
    margin-right: 0;
  }
  #item_wrap .item_contents {
    margin-left: 3%;
    margin-right: 3%;
  }
  #item_wrap .item_contents .introduction {
    margin-right: 0;
  }
  #item_wrap .item_contents .introduction .img {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 8px !important;
  }
  #item_wrap .item_contents .introduction .movie {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 8px !important;
  }
  #item_wrap .item_contents .introduction p {
    margin-right: 0;
  }
  #item_wrap .item_contents .lineup li {
    width: 100%;
    border-right: none;
    border-bottom: 1px #999999 solid;
  }
  #item_wrap .item_contents .lineup li:nth-last-child(2) {
    border-bottom: 1px #999999 solid;
  }
  #item_wrap .item_contents .character_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #item_wrap .item_sns {
    position: relative;
    text-align: right;
    top: 0;
    right: 0;
  }
  #item_wrap .item_sns li.line {
    display: inline-block;
  }

  /* side */
  .side_contents, .side_large_contents {
    margin: 0 3% 16px 3%;
  }

  /* parts-btn */
  .btn_recommend a {
    padding: 14px 4% 12px 0;
  }

  .btn_more {
    position: relative;
    text-align: center;
  }
  .btn_more a {
    font-size: 14px;
    padding: 8px 0;
    width: 240px;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
  }
  .btn_more a.only_sp {
    display: block !important;
  }
  .btn_more a:last-child {
    margin-bottom: 0px;
  }
  .btn_more a::before {
    height: 12px;
  }

  .btn_set {
    display: block;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .btn_set li {
    display: block;
    width: 50%;
    border-bottom: 1px #999999 solid;
  }
  .btn_set li:nth-child(2n) {
    border-right: none;
  }
  .btn_set li:last-child {
    border-bottom: none;
  }
  .btn_set li:last-child:nth-child(2n+1) {
    border-right: 1px #999999 solid;
  }
  .btn_set li:nth-last-child(2) {
    border-bottom: none;
  }
  .btn_set li:nth-last-child(2):nth-child(2n) {
    border-bottom: 1px #999999 solid;
  }
  .btn_set li a {
    padding: 8px 0;
    font-size: 14px;
  }
  .btn_set li a::before {
    height: 12px;
  }
  .btn_set.toplarge li:first-child {
    width: 100%;
  }
  .btn_set.toplarge li:nth-child(2n) {
    border-right: 1px #999999 solid;
  }
  .btn_set.toplarge li:nth-child(2n+1) {
    border-right: none;
  }
  .btn_set.toplarge li:nth-last-child(2) {
    border-bottom: none;
  }
  .btn_set.column5 li {
    width: 20%;
  }
  .btn_set.column5 li:nth-child(2n) {
    border-right: 1px #999999 solid;
  }
  .btn_set.column5 li:nth-child(5n) {
    border-right: none;
  }
  .btn_set.column5 li:nth-last-child(3), .btn_set.column5 li:nth-last-child(4), .btn_set.column5 li:nth-last-child(5) {
    border-bottom: none;
  }
  .btn_set.column6 li {
    width: 16.66%;
  }
  .btn_set.column6 li.fix {
    width: 16.66%;
  }
  .btn_set.column6 li:nth-child(2n) {
    border-right: 1px #999999 solid;
  }
  .btn_set.column6 li:nth-child(6n) {
    border-right: none;
  }
  .btn_set.column6 li:nth-last-child(3), .btn_set.column6 li:nth-last-child(4), .btn_set.column6 li:nth-last-child(5), .btn_set.column6 li:nth-last-child(6) {
    border-bottom: none;
  }

  .btn_set_flex li a {
    padding: 8px 16px;
    font-size: 14px;
  }
  .btn_set_flex li a::before {
    height: 12px;
  }

  /* parts-list */
  .item_list_card {
    margin-bottom: 0;
  }
  .item_list_card li {
    width: 33%;
    margin-bottom: 12px;
  }
  .item_list_card li:nth-child(5n) {
    margin-right: 0.5%;
  }
  .item_list_card li:nth-child(3n) {
    margin-right: 0;
  }
  .item_list_card li a {
    padding-top: 20px;
  }
  .item_list_card li a .itemimg {
    margin-bottom: 2px;
  }
  .item_list_card li a .itemtext p {
    font-size: 12px;
  }
  .item_list_card li a .itemtext p.person, .item_list_card li a .itemtext p.date {
    font-size: 10px;
  }
  .item_list_card.list_s li {
    width: 33%;
    margin-right: 0.5%;
  }
  .item_list_card.list_s li:nth-child(5n) {
    margin-right: 0.5%;
  }
  .item_list_card.pickup_list li:nth-child(5n) {
    margin-right: 0.5%;
  }
  .item_list_card.pickup_list li:nth-child(5n+3) {
    margin-right: 0.5%;
  }
  .item_list_card.pickup_list li:nth-child(3n+2) {
    margin-right: 0;
  }
  .item_list_card.pickup_list li:nth-child(3n) {
    margin-right: 0.5%;
  }
  .item_list_card.pickup_list li:first-child {
    width: 49.5%;
    margin-right: 1%;
  }
  .item_list_card.pickup_list li:nth-child(2) {
    width: 49.5%;
    margin-right: 0;
  }
  .item_list_card.list li {
    padding-bottom: 8px;
  }
  .item_list_card.list li > a {
    display: block;
    padding: 12px 8% 0 12px;
    background: url(/img/ico_link_arrow.svg) no-repeat 97% center;
  }
  .item_list_card.list li > a .itemimgbox {
    display: block;
    width: 120px;
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
  }
  .item_list_card.list li > a .itemtext {
    display: inline;
    padding-left: 0px;
  }
  .item_list_card.list li > a .itemtext .category {
    display: block;
    margin-bottom: 6px;
    width: 120px;
  }
  .item_list_card.list li > a .itemtext p {
    display: block;
    margin-bottom: 4px;
  }
  .item_list_card.list li > a .itemtext p.title {
    font-size: 16px;
  }
  .item_list_card.list li > a .itemtext p.text span, .item_list_card.list li > a .itemtext p.text span.h {
    display: block;
  }
  .item_list_card.list li > a .itemtext p span.h {
    width: 4em;
  }
  .item_list_card.list li .btn {
    position: relative;
    right: 0;
    top: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    clear: both;
  }
  .item_list_card.list li .btn a {
    padding: 8px 0px;
    max-width: 200px;
    width: 60%;
  }
  .item_list_card.sp_item3 li:nth-child(n+4) {
    display: none;
  }
  .item_list_card.pc_item5 > li:nth-child(n+6) {
    display: block;
  }

  .item_slider {
    padding: 0;
    margin-left: -3%;
    margin-right: -3%;
  }
  .item_slider ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .item_slider ul li a {
    padding: 8px 20px;
  }
  .item_slider ul li a .itemtextbox .text {
    max-height: 72.8px;
    overflow: hidden;
  }

  .labelitem_list > li {
    display: block;
    margin-bottom: 12px;
  }
  .labelitem_list > li .list_l {
    display: table;
    width: 100%;
  }
  .labelitem_list > li .list_l .logo {
    display: table-cell;
    width: 40%;
    padding: 4px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .labelitem_list > li .list_l .descriotion {
    display: table-cell;
    padding: 4px 4px 4px 8px;
  }
  .labelitem_list > li .list_l .descriotion .descriotion_title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .labelitem_list > li .list_l .descriotion .descriotion_title br {
    display: none;
  }
  .labelitem_list > li .list_r {
    display: block;
    padding-bottom: 44px;
  }
  .labelitem_list > li .list_r .item {
    padding: 8px;
  }
  .labelitem_list > li .list_r .item a, .labelitem_list > li .list_r .item > div {
    *zoom: 1;
  }
  .labelitem_list > li .list_r .item a:after, .labelitem_list > li .list_r .item > div:after {
    content: "";
    display: table;
    clear: both;
  }
  .labelitem_list > li .list_r .item a .itemimg, .labelitem_list > li .list_r .item > div .itemimg {
    display: block;
    float: left;
  }
  .labelitem_list > li .list_r .item a .itemtextbox, .labelitem_list > li .list_r .item > div .itemtextbox {
    display: block;
  }
  .labelitem_list > li .list_r .item a .itemtextbox .label, .labelitem_list > li .list_r .item > div .itemtextbox .label {
    margin-bottom: 4px;
    margin-left: 31%;
  }
  .labelitem_list > li .list_r .item a .itemtextbox .title, .labelitem_list > li .list_r .item > div .itemtextbox .title {
    font-size: 16px;
    margin-bottom: 4px;
    margin-left: 31%;
  }
  .labelitem_list > li .list_r .item a .itemtextbox .text, .labelitem_list > li .list_r .item > div .itemtextbox .text {
    font-size: 14px;
    margin-bottom: 4px;
    margin-left: 31%;
  }
  .labelitem_list > li .list_r .item a .itemtextbox .data, .labelitem_list > li .list_r .item > div .itemtextbox .data {
    padding-top: 4px;
    margin-left: 0;
    clear: both;
  }
  .labelitem_list > li .list_r .btn a {
    font-size: 14px;
  }

  .label_list > li {
    position: relative;
    display: block;
    margin-bottom: 12px;
  }
  .label_list > li a {
    padding-right: 24px;
  }
  .label_list > li a::after {
    right: 8px;
  }
  .label_list > li .list_l {
    display: block;
    width: 40%;
    padding: 4px;
    float: left;
  }
  .label_list > li .list_l .logo {
    padding: 4px;
  }
  .label_list > li .list_r {
    display: block;
    padding: 8px;
  }
  .label_list > li .list_r .descriotion .descriotion_title {
    margin-left: 41%;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .label_list > li .list_r .descriotion .descriotion_text {
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .schedule_textlist li {
    margin-bottom: 8px;
  }
  .schedule_textlist li .date {
    display: block;
  }
  .schedule_textlist li .title {
    display: block;
  }

  .top_magazine_list_wrap {
    display: block;
  }
  .top_magazine_list_wrap .top_magazine_list h4 {
    margin-bottom: 4px;
  }
  .top_magazine_list_wrap .top_magazine_list ul li {
    display: block;
    margin: 0 0 8px;
    background-color: #fff;
    border: 1px #a270ee solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 49%;
    margin-right: 2%;
  }
  .top_magazine_list_wrap .top_magazine_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .top_magazine_list_wrap .top_magazine_list ul li:last-child {
    margin-right: 0;
  }
  .top_magazine_list_wrap .top_magazine_list ul li a img {
    width: 100px;
  }
  .top_magazine_list_wrap .top_magazine_list.bboy {
    width: 100%;
  }
  .top_magazine_list_wrap .top_magazine_list.bboy h4 {
    color: #a270ee;
  }
  .top_magazine_list_wrap .top_magazine_list.bboy ul li {
    width: 49%;
  }
  .top_magazine_list_wrap .top_magazine_list.blank {
    width: 100%;
  }
  .top_magazine_list_wrap .top_magazine_list.blank h4 {
    color: #999999;
  }
  .top_magazine_list_wrap .top_magazine_list.blank ul {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .top_magazine_list_wrap .top_magazine_list.blank ul li {
    width: 49%;
  }
  .top_magazine_list_wrap .top_magazine_list:last-child {
    width: 100%;
    margin-bottom: 8px;
  }
  .top_magazine_list_wrap .top_magazine_list:last-child ul li {
    border: 1px #999999 solid;
  }

  .movie_list > li {
    margin-bottom: 8px;
    display: block;
    padding: 8px;
  }
  .movie_list > li .movie_header {
    margin-bottom: 4px;
  }
  .movie_list > li .movie {
    width: 100%;
    margin-bottom: 4px;
    float: none;
  }
  .movie_list > li .movie_textbox {
    margin-left: 0;
  }
  .movie_list > li .movie_textbox .person {
    margin-bottom: 2px;
  }
  .movie_list > li .movie_textbox .title {
    margin-bottom: 2px;
  }
  .movie_list > li .movie_textbox .text {
    margin-bottom: 2px;
  }
  .movie_list > li .movie_textbox .link {
    margin-bottom: 2px;
  }
  .movie_list > li .movie_textbox .associate_list {
    padding-top: 2px;
  }

  .movie_list_s {
    margin-bottom: 8px;
  }
  .movie_list_s > li {
    display: block;
    padding: 8px;
  }
  .movie_list_s > li .movie {
    width: 100%;
    margin-bottom: 6px;
    float: none;
  }
  .movie_list_s > li .movie_textbox {
    margin-left: 0;
  }

  .specialpage_bnrlist {
    margin-bottom: 8px;
  }
  .specialpage_bnrlist li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .present_data, .event_data {
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    padding: 0 8px;
  }
  .present_data tbody, .event_data tbody {
    display: block;
  }
  .present_data tbody tr, .event_data tbody tr {
    display: block;
    width: 100%;
  }
  .present_data tbody tr:first-child th, .event_data tbody tr:first-child th {
    display: none;
  }
  .present_data tbody tr th, .event_data tbody tr th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 4px;
  }
  .present_data tbody tr td, .event_data tbody tr td {
    display: block;
    border-bottom: none;
    padding: 8px 0;
  }
  .present_data tbody tr td.event_title, .event_data tbody tr td.event_title {
    font-size: 16px;
    margin: 0 -8px 8px -8px;
    padding: 8px;
  }
  .present_data tbody tr td.itemdatabox, .event_data tbody tr td.itemdatabox {
    padding: 0;
  }
  .present_data tbody tr td.itemdatabox a, .event_data tbody tr td.itemdatabox a {
    padding: 8px 8px 8px 0;
    background: url(/img/ico_link_arrow.svg) no-repeat 99% center;
  }
  .present_data tbody tr td.itemdatabox .itemdata .itemimg, .event_data tbody tr td.itemdatabox .itemdata .itemimg {
    width: 70px;
  }
  .present_data tbody tr td.itemdatabox .itemdata .itemtext, .event_data tbody tr td.itemdatabox .itemdata .itemtext {
    padding-left: 8px;
  }
  .present_data tbody tr td.itemdatabox .itemdata .itemtext .category, .event_data tbody tr td.itemdatabox .itemdata .itemtext .category {
    width: 110px;
  }
  .present_data tbody tr td.itemdatabox .itemdata .itemtext p.title, .event_data tbody tr td.itemdatabox .itemdata .itemtext p.title {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .event_data tr td.event_title {
    background-color: #54a4e2;
    color: #fff;
  }

  .present_detail li .present_img {
    padding-right: 8px;
    width: 50%;
  }
  .present_detail li .present_text p {
    font-size: 12px;
  }
  .present_detail li .present_text .present_name {
    font-size: 14px;
  }

  .genre_list {
    margin-right: -4px;
  }
  .genre_list li {
    display: inline-block;
    width: auto;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .genre_list li:nth-child(4n) {
    margin-right: 4px;
  }

  .associate_list li .category {
    float: none;
  }
  .associate_list li p {
    margin-left: 0;
    display: inline-block;
  }

  /* parts-form */
  .radio, .checkbox {
    padding: 8px 8px 8px 28px;
  }
  .radio:after, .checkbox:after {
    left: 8px;
  }

  .checkbox:before {
    left: 14px;
  }

  /* parts-label */
  .category {
    font-size: 10px;
  }

  /* parts-pager */
  .pager {
    margin-top: 20px;
  }
  .pager ul {
    padding-bottom: 44px;
  }
  .pager ul li.pager_prev a {
    padding: 12px 12px 12px 32px;
  }
  .pager ul li.pager_next a {
    padding: 12px 32px 12px 12px;
  }
  .pager ul li a {
    padding: 12px 14px;
  }

  /* search */
  #search_wrap #search_inputbox {
    display: block;
    margin-bottom: 12px;
    *zoom: 1;
  }
  #search_wrap #search_inputbox:after {
    content: "";
    display: table;
    clear: both;
  }
  #search_wrap #search_inputbox .search_input_text {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #search_wrap #search_inputbox .search_input_btn {
    width: 49%;
    padding-left: 0px;
    float: left;
    margin-right: 2%;
  }
  #search_wrap #search_inputbox .search_input_btn:last-child {
    margin-right: 0;
  }
  #search_wrap h4 {
    margin-bottom: 8px;
  }
  #search_wrap #search_sortbox {
    margin-bottom: 8px;
  }
  #search_wrap #search_sortbox .toggle_btn {
    display: block;
    border: 1px #cccccc solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    background-color: #fff;
    padding: 12px 16px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    margin-bottom: 8px;
  }
  #search_wrap #search_sortbox .toggle_btn::before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ff6c88;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -1px;
  }
  #search_wrap #search_sortbox .toggle_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ff6c88;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -1px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #search_wrap #search_sortbox .toggle_btn.open::before {
    background-color: #cccccc;
  }
  #search_wrap #search_sortbox .toggle_btn.open::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #cccccc;
  }
  #search_wrap #search_sortbox .toggle_detail {
    display: none;
    *zoom: 1;
  }
  #search_wrap #search_sortbox .toggle_detail:after {
    content: "";
    display: table;
    clear: both;
  }
  #search_wrap #search_sortbox .search_date_refine .search_date_refine_inputbox input[type="text"] {
    padding: 8px 0px 8px 4px;
    width: 84px;
  }
  #search_wrap #search_sortbox .search_date_refine .search_date_refine_inputbox .refine_btn {
    padding: 8px;
  }
  #search_wrap #search_sortbox .search_category_refine {
    margin-bottom: 8px;
  }
  #search_wrap #search_sortbox .search_sort, #search_wrap #search_sortbox .search_listchange {
    margin-bottom: 4px;
  }
  #search_wrap #search_sortbox .search_reset {
    position: relative;
    display: inline-block;
  }
  #search_wrap #search_sortbox .search_reset .reset_btn {
    padding: 8px 12px 8px 12px;
  }
  #search_wrap #search_sortbox .search_result {
    padding-top: 0px;
    float: none;
  }

  /* author_list */
  .author_list li {
    width: 100%;
    float: none;
  }
  .author_list li a {
    padding: 8px 4px 8px 0;
  }

  .author_contents {
    margin-bottom: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 16px 3%;
  }
  .author_contents h3 {
    font-size: 18px;
  }
  .author_contents h3 .kana {
    font-size: 12px;
  }
  .author_contents .author_data {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }
  .author_contents .author_btn {
    float: none;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .author_contents .author_btn li {
    width: 49%;
    margin-right: 2%;
  }
  .author_contents .author_btn li:nth-child(2n) {
    margin-right: 0;
  }

  /* news */
  .news_list {
    margin-bottom: 12px;
  }
  .news_list > li {
    width: 100%;
    border-right: none;
  }
  .news_list > li:nth-last-child(2) {
    border-bottom: 1px #cccccc solid;
  }
  .news_list > li:first-child {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
  }
  .news_list > li:nth-child(2), .news_list > li:nth-child(2n-1):nth-last-child(2), .news_list > li:nth-child(2n):nth-last-child(2), .news_list > li:nth-child(2):nth-last-child(2) {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .news_list > li:nth-child(2n):last-child, .news_list > li:nth-child(2n-1):last-child, .news_list > li:nth-child(2):last-child {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
  }
  .news_list > li:first-child:last-child {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .news_list > li a {
    padding: 8px 10% 8px 8px;
  }
  .news_list > li a .newstmb {
    width: 90px;
  }
  .news_list > li a .newstmb > div {
    height: 90px;
  }
  .news_list > li a .newstextbox .date {
    font-size: 10px;
  }

  .news_list_l li a {
    display: block;
    padding: 12px 8% 12px 12px;
    background: url(/img/ico_link_arrow.svg) no-repeat 97% center;
    background-size: 10px auto;
  }
  .news_list_l li a .newstmb {
    width: 90px;
    display: block;
    float: left;
    margin-bottom: 6px;
  }
  .news_list_l li a .newstmb > div {
    height: 90px;
  }
  .news_list_l li a .newstextbox {
    display: inline;
    padding-left: 0px;
  }
  .news_list_l li a .newstextbox .newstextbox_head {
    margin-left: 98px;
  }
  .news_list_l li a .newstextbox .newstextbox_head .date {
    font-size: 10px;
    padding-top: 0px;
  }
  .news_list_l li a .newstextbox .newstextbox_head .title {
    font-size: 16px;
    margin-bottom: 3px;
    padding-top: 4px;
  }
  .news_list_l li a .newstextbox .text {
    clear: both;
  }

  .news_contents .news_contents_head {
    padding: 6px 3% 0 3%;
  }
  .news_contents .news_contents_head .date {
    margin-right: 4px;
    float: none;
  }
  .news_contents .news_contents_head .news_contents_data {
    float: none;
    display: inline;
  }
  .news_contents .news_contents_head .title {
    font-size: 16px;
  }
  .news_contents .news_contents_kiji {
    padding: 12px 3% 20px 3%;
  }
  .news_contents .news_contents_kiji h1 {
    font-size: 16px;
    background-size: 18px auto;
  }
  .news_contents .news_contents_kiji h2 {
    font-size: 16px;
  }
  .news_contents .news_contents_kiji table tbody tr th, .news_contents .news_contents_kiji table tbody tr td {
    padding: 8px 10px;
  }
  .news_contents .news_contents_footer {
    display: block;
    padding-top: 8px;
  }
  .news_contents .news_contents_footer .news_contents_associate {
    display: block;
    padding: 0 3% 8px 3%;
  }
  .news_contents .news_contents_footer .news_contents_associate h5 {
    margin-bottom: 4px;
  }
  .news_contents .news_contents_footer .news_contents_sns {
    display: block;
    padding: 0 8px 8px 8px;
  }
  .news_contents .news_contents_footer .news_contents_sns ul {
    text-align: center;
  }
  .news_contents .news_contents_footer .news_contents_sns ul li {
    margin-right: 8px;
  }
  .news_contents .news_contents_footer .news_contents_sns ul li.line {
    display: inline-block;
  }
  .news_contents .news_contents_footer .news_contents_sns ul li a img {
    width: 40px;
  }

  /* footer_contents */
  #footer_contents_wrap {
    padding: 16px 0;
  }
  #footer_contents_wrap .footer_contents {
    margin-bottom: 16px;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li {
    width: 50%;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-child(2) {
    border-right: none;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-child(2) a {
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 0 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-child(3) {
    border-right: 1px #fff solid;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-child(3) a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-last-child(3) {
    border-right: none;
    border-bottom: 1px #fff solid;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-last-child(3) a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li:nth-last-child(2) a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 3px;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .category_list li a {
    padding: 8px 0;
  }
  #footer_contents_wrap .footer_contents .footer_contents_box .footer_specialpage_list {
    padding: 0 0 8px 0;
  }

  /* pagetop */
  #pagetop {
    bottom: 28px;
    right: 8px;
  }
  #pagetop::before {
    background-size: 52px auto;
  }
  #pagetop a {
    font-size: 16px;
    width: 52px;
    height: 36px;
    padding-top: 8px;
  }

  /* footer */
  footer #footer_nav {
    padding: 20px 0;
  }
  footer #footer_nav #footer_nav_bboy {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  footer #footer_nav #footer_nav_relation {
    width: 100%;
    float: none;
  }
  footer #footer_nav .footer_nav_wrap > div ul {
    display: block;
  }
  footer #footer_sub {
    padding: 20px 3%;
  }
  footer #footer_sub #footer_sub_sns {
    margin-bottom: 16px;
  }
  footer #footer_sub #footer_sub_sns ul li.line {
    display: inline-block;
  }
  footer #footer_sub #footer_sub_sns ul li a img {
    width: 40px;
  }
  footer #footer_sub #footer_sub_nav ul {
    margin-bottom: 16px;
  }
  footer #footer_sub #footer_sub_nav ul li a {
    padding: 4px 8px;
  }

  /* month_pager */
  .month_pager .month_pager_prev, .month_pager .month_pager_next {
    width: 70px;
  }
  .month_pager .month_data {
    width: auto;
    font-size: 14px;
    padding-top: 2px;
  }
  .month_pager .month_data span {
    font-size: 22px;
  }

  /* calendar_contents */
  .calendar_contents tr td ul li .category {
    display: block;
    float: none;
    margin-bottom: 4px;
  }
  .calendar_contents tr td ul li .data {
    margin-left: 0px;
  }

  /* error_box */
  .error_box {
    padding: 40px 0;
  }
  .error_box h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .error_box p {
    text-align: left;
  }
  .error_box .btn_area {
    margin-top: 40px;
  }

  .recommend_bnr {
    margin: 30px 0;
  }

  .tokuten_bnr {
    margin-bottom: 20px;
  }

  .tokuten_caution {
    margin-bottom: 15px;
  }

  .item_bnr {
    margin-bottom: 0px;
  }

  .author_link a {
    padding-top: 2px !important;
    font-size: 12px;
    padding-left: 11px;
  }
}
/* -------------sp_s mode------------- */
@media screen and (max-width: 480px) {
  .movie_list_s li .movie_header .category {
    width: 100%;
    margin-right: 0;
  }

  /* r18 */
  #r18_check .modal-in-cont h3 img {
    width: 80px;
  }
  #r18_check .modal-in-cont h3 span {
    font-size: 14px;
  }
  #r18_check .modal-in-cont p {
    font-size: 14px;
  }
  #r18_check .modal-in-cont .btn_area .btn {
    max-width: 110px;
  }
}
