@charset "UTF-8";

:root {

  /*キーカラー*/
  --key-color: #ff4654;

  /*H2の色*/
  --h2-bg-color: #060100;

  /*H3の色*/
  --h3-bg-color: #eceef7;
  --h3-border-color: #c0c9e6;

  /*H4の色*/
  --h4-text-color: #454664;

  /*SPメニューアクティブ時の色*/
  --pc-header-menu-bg: #620c8e;
  --pc-header-menu-border: #620c8e;
  --pc-header-menu-text: #fff;

  /*検索ボタン色*/
  --search-button: #c40000 !important;
}

.popular_and_new_articles_wrapper h2 {
    background: var(--h2-bg-color);
}

.popular_and_new_articles_wrapper .thumbnail_wrapper img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.post-content .post-thumb img {
  margin: 0;
  max-height: 200px;
  object-fit: contain;
}

body {
  background-color: #f1f4f9;
}

.search_input_wrapper .s {
  border: 1px solid #b8c8cd;
}

.blog-card {
    border: 1px solid #bfcbcd !important;
}

.left_menu .left_menu_s_new h2 {
  color: #fff;
  padding: .3em .5em;
}

.calender {
  border: 1px solid #d2d7da;
}

.copyright {
  display: block;
}

#comments #reply-title {
  background-color: var(--h2-bg-color);
  padding: 10px 30px 10px 20px;
}

a.linkbtn_orange {
  position: relative;
}

a.linkbtn_orange:after {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -8px;
  content: "";
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-image: url(/wp-content/themes/appmedia/images/icon_arrow.png);
  background-repeat: no-repeat;
}

a.linkbtn_orange:hover:after {
  background-image: url(/wp-content/themes/appmedia/images/icon_arrow_hover.png);
}

#breadcrumb {
  border-bottom: 1px solid #e5e6e7;
}

.new_menu_style .select_menu a {
  background: var(--pc-header-menu-bg);
  color: var(--pc-header-menu-text);
}

.product_image {
  width: 300px;
  display: block;
  margin: 0 auto 10px;
}

.blog-card-thumbnail img {
  height: auto !important;
}

.copyright {
   font-size: 12px;
}

.left_menu {
  border: 1px solid #c1c5c8;
}

#pc_header_menu li a.select_menu {
  border-bottom: 3px solid  var(--pc-header-menu-border) !important;
  color: var(--pc-header-menu-text) !important;
  background: var(--pc-header-menu-bg) !important;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#pc_header_menu li a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

#pc_header_menu li a:hover {
  border-bottom: 3px solid  var(--pc-header-menu-border) !important;
  color: var(--pc-header-menu-text) !important;
  background: var(--pc-header-menu-bg) !important;
}

.contents_list h2 {
  background-color: var(--h2-bg-color);
  display: inline-block;
  letter-spacing: 4px;
  width: 100%;
  box-sizing: border-box;
  padding: .4em 1em;
  color: #fffdf7;
  margin: 20px 0 0;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.archive #main {
  padding: 0 10px;
}

.left_menu h3 {
  background: var(--h3-bg-color);
  font-size: 13px;
}

.nav_left_menu p.game_right_contents {
    font-size: 10px;
    color: #888;
    margin: 5px 0 0;
}

.pc_post_header {
  padding: 0;
}

.left_menu .left_menu_s_new h2 {
  background: var(--h2-bg-color);
  padding: .5em .8em;
  color: #fff;
}

#container #wrap #wrap-in #side h2 {
  font-size: 14px;
}

.popular_and_new_articles_wrapper h2 {
  background-color: var(--h2-bg-color);
  padding: 8px 16px;
}

.top_side_title {
  background-color: var(--h2-bg-color) !important;
}

.contents_list ul li a {
    width: 100%;
    height: 100%;
    color: #6a361f;
    text-align: center;
    font-weight: 700;
    padding: .5em;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contents_list ul {
    display: flex;
    flex-wrap: wrap;
    background: #f7f2e8;
    box-sizing: border-box;
}

.contents_list ul li {
    width: 25%;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ca893c;
    border-bottom: 1px solid #ca893c;
    position: relative;
    box-sizing: border-box;
}

.contents_list ul li:first-child, .contents_list ul li:nth-child(5) {
    border-left: 1px solid #ca893c;
}

.post-content p {
  font-size: 14px;
  line-height: 1.6em;
  word-break: break-all;
}

.popular_and_new_articles_wrapper > .tab.active {
  background-color: var(--h2-bg-color);
}

.popular_and_new_articles_wrapper > .tab {
  border-bottom: 3px solid var(--h2-bg-color);
  background-color: var(--h3-bg-color);
  color: #a3abc5;
}

.post-content h4 {
  border-left: none;
  position: relative;
  padding-left: 14px;
  color: var(--h4-text-color);
}

.post-content h4:before {
  position: absolute;
  content: "";
  background-size: 14px;
  width: 10px;
  height: 10px;
  top: 30%;
  background-color: #19191b;
  transform: rotate(45deg);
  left: 0;
}

.post-content h2 {
  background-color: var(--h2-bg-color);
  background-size: 50%;
  background-position: left;
  background-repeat: no-repeat;
}

.post-content h3 {
  margin: 10px 0px 15px 0px;
  color: var(--h2-bg-color);
  padding: 5px 10px 4px 10px;
  border-left: 6px solid var(--h2-bg-color);
  border-bottom: 1px solid var(--h3-border);
  font-size: 15px;
  background: var(--h3-bg-color);
}

.nav_left_menu .game_right {
  background: var(--h2-bg-color);
  font-weight:bold;
}

.post-content .contents_list table td {

}

.searchform_search_button {
  background-color: var(--search-button) !important;
}

.category-geass_gr #slide {
  background-color: transparent !important;
}

#slide .searchform_search_button {
  background-color: var(--search-button) !important;
  }

.ranking_headline {
  background: var(--h2-bg-color);
  border: 1px solid #756c6c;
  color: #fff;
}

#pc_top #main {
  border: 1px solid #d2d7da;
}


@media screen and (max-width: 1024px) {

  body {
    background-color: #f1f4f9;
  }
  #breadcrumb {
    border-bottom: 1px solid #e5e6e7;
  }
  div#breadcrumb div {
    color: #333333;
  }
}

@media screen and (max-width: 480px) {

  body {
    background-color: #fff;
  }

  #searchform {
    margin-bottom: 10px;
  }

  #breadcrumb_cat .nav_left_menu li h3 {
      border-left: none !important;
  }

  .game_right_contents {
    color: #677886;
    padding: 1em;
  }

  div#breadcrumb_cat h2 {
    font-size: 15px;
  }

  .select_menu {
    background: none;
    border-bottom: none;
  }

  .popular_and_new_articles_wrapper > .tab.active {
    background-color: var(--h2-bg-color);
  }

  .archive h1 {
    margin: 10px;
  }

  .search_input_wrapper .searchform_search_button, #main .searchform_search_button {
    background-color: var(--search-button) !important;
  }

  .popular_and_new_articles_wrapper > .tab {
    border-bottom: 3px solid var(--h2-bg-color);
    background-color:var(--h3-bg-color);
    color: #a5b0d0;
  }

  .archive #main {
    padding: 0;
  }

  .search_input_wrapper {
    text-align: center;
    width: 93%;
  }

  #main #searchform {
    margin: 6px 0 10px;
  }

  .search_input_wrapper .searchform_search_button, #main .searchform_search_button {
    padding: .5em;
    height:auto;
  }

  .post-content .contents_list ul li a {
    font-size: 11px;
    letter-spacing: -1px;
  }

  .post-content .contents_list table td a {
    font-size: 11px;
    letter-spacing: -1px;
  }

  .contents_list ul li a {
    width: auto;
    height: auto;
    padding-left: 16px;
  }

  .contents_list ul li:before {
    left: -3%;
    top: 24%;
  }

}
