@charset "UTF-8";
/*
Theme Name: Emanon Pro child
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro の子テーマです。
Template: emanon-pro
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Pro 子テーマ用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮を
オンにしてください。
*/

@media screen and (max-width: 600px){
  #wpadminbar {
    position: fixed;
  }
}

body{
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

/* 背景 */
.header, .header-area-height-line #gnav {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none;
}

.background-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  z-index: -2;
  background: #000;
}
.background-area::before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px) brightness(0.4);
  -moz-filter: blur(5px) brightness(0.4);
  -o-filter: blur(5px) brightness(0.4);
  -ms-filter: blur(5px) brightness(0.4);
  filter: blur(5px) brightness(0.4);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}



/* header */
.container .header-area-height {
  position: relative;
}
.esp-header-logo {
  position: absolute;
  display: block;
  overflow: hidden;
  height: 70%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}

.esp-header-logo img {
  height: 100%;
}
.content .archive-header {
  padding: 8px 16px 8px 16px;
}
.content .archive-header .post-meta {
  margin: 0 0 8px 0;
}

.archive .content {
  padding: 32px 8px;
}
.archive .archive-list {
  margin: 0 0 32px 0;
}
.home .content {
  padding: 32px 0 64px;
}

/* header fixed */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.fixed-menu {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  z-index: 1000;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1);
  background: linear-gradient(45deg,#ffd400,#FF00A1);
}
.container.header-area-height .fixed-menu .modal-menu {
  right: 30px;
}
.container.header-area-height .fixed-menu .navTrigger {
  left: -15px;
}

.esp-content-wrap {
  margin: 30px 0;
}

.pickup-title-area {
}
.pickup-title-area-wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
}
.pickup-title-area-item {
  width: calc(50% - 10px);
  margin: 5px;
  border: solid 1px #666666;
}
.pickup-title-area-item img {
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 640px) {
}
@media screen and (min-width: 768px) {
  .pickup-title-area-item {
    width: calc(25% - 10px);
    margin: 5px;
  }
}

/* スライダー関連 */
.swiper-pagination-progressbar {
  width: 100%;
  height: 5px;
}

.top-slider-area {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
.swiper-container {
  width: 90%;
  max-width: 800px;
}
.slider-info-area {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.slider-info-cat-box {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slider-info-cat {
  display: inline-block;
  font-weight: bold;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 40px;
  color: #ffd400;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1);
  background: linear-gradient(45deg,#ffd400,#FF00A1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  z-index: 10;
}
.slider-info-title-box {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 30px 10px 10px;
  margin-top: 15px;
  width: 70%;
  float: right;
  opacity: 0;
  z-index: 0;
}
.slider-info-title {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slider-pr-tag {
  padding-right: 5px;
  color: #999;
}
.swiper-wrapper {
  max-width: 800px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
  .swiper-slide-title {
    bottom: -20px;
    padding: 10px;
  }
  .slider-info-cat {
    font-size: 2.2rem;
  }
  .slider-info-title-box {
    width: 85%;
  }
  .slider-info-title {
    height: 45px;
    font-size: 1.4rem;
  }
}

.full-width-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
  background-color: #000;
  text-align: center;
  padding: 30px 0;
}
.full-width-box-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .full-width-box-inner {
    width: 752px;
  }
}
@media screen and (min-width: 992px) {
  .full-width-box-inner {
      width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-box-inner {
      width: 1120px;
  }
}

/* 配信埋め込み */
.movie-wrap {
  position: relative;
  padding-bottom: calc(56.25% + 168px); /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 168px);
  z-index: 10;
}
.live-related-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  overflow-x: scroll;
}
.live-related-inner {
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
  width: calc(220px * 5);
}
.live-related-inner .related-archive-list {
  height: 170px;
  width: 210px;
  margin: 5px;
  border: solid 1px #666666;
  background-color: unset;
}
.article-title-box-sp {
  background-color: #161410;
}
.article-title-box-sp.archive-header {
  padding: 5px;
}
.article-title-box-sp.archive-header .archive-header-title {
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}


.article-title-hover {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 10px;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  opacity: 0;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
}
.hover-outer-02:hover > .article-title-hover {
  -webkit-animation: title-fadein .75s linear;
  animation: title-fadein .75s linear;
  opacity: 1;
}
@-webkit-keyframes title-fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes title-fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.live-related-title {
  color: #ffffff;
  text-align: center;
}
@media screen and ( min-width: 768px ) {
  .movie-wrap {
    padding-bottom: calc(56.25% + 210px);
  }
  .movie-wrap iframe {
    height: calc(100% - 210px);
  }
  /* .live-related-inner .related-archive-list {
    width: 210px;
  }
  .live-related-inner {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    width: calc(220px * 5);
  }*/
}
@media screen and ( min-width: 992px ) {
  .movie-wrap {
    padding-bottom: calc(56.25% * 0.7);
    display: flex;
    justify-content: left;
  }
  .movie-wrap {
    /* padding-bottom: calc(56.25% - 210px ); */
}

  .movie-wrap iframe {
    width: 70%;
    height: 100%;
  }
  .live-related-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
    margin-top: 0;
  }
  .live-related-inner {
    flex-wrap: wrap;
    width: 100%;
  }
  .live-related-wrap .related-archive-list {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .article-title-hover {
    display: block;
  }
  .article-title-box-sp {
    display: none;
  }
}

/*スクロールバーの横幅指定*/
.live-related-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.live-related-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #582d48;
}
/*スクロールバーの色・角丸指定*/
.live-related-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#FF00A1;
}
.live-related-wrap::-webkit-scrollbar-track-piece {
  width: 2px;
}



/* 一覧ページ */
.esp-archive-title-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}
.esp-archive-live-box {
  margin-bottom: 0;
}
.esp-archive-live-box-inner {
  display: flex;
  justify-content: left;
}
.esp-archive-live-box-inner .esp-live-title {
  width: 80px;
}
.esp-archive-live-box-inner .esp-live-info {
  width: calc(100% - 100px);
  white-space: nowrap;
  color: #ffffff;
  line-height: 40px;
}
.esp-archive-title-box::after {
  content: '';
  position: absolute;
  bottom: 8px;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1);
  background: linear-gradient(45deg,#ffd400,#FF00A1);
  box-shadow: 0px 0px 6px 1px rgba(251, 157, 77, 0.7);
  width: 100%;
  height: 2px;
}
.esp-archive-title-box-inner {
  max-width: calc(100% - 16px);
  margin: 0 auto;
}
.esp-archive-title {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ffd400;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1) no-repeat;
  background: linear-gradient(45deg,#ffd400,#FF00A1) no-repeat;
  background-size: 99%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.esp-archive-title i {
  color: #dd2058;

}
.esp-live-info a {
  color: #00ceff;
  text-decoration: underline;
}
.esp-live-info a:hover {
  color: #c4f4ff;
  text-decoration: none;
}

.esp-archive-title-box::after {

}

.pickup-cat-posts-box {
  margin-bottom: 30px;
}
.archive-cat-name {
  color: #ffffff;
  text-align: center;
}
.archive-cat-name_border_gra {
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
}
.archive-cat-name_border_gra:before, .archive-cat-name_border_gra:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  display: block;
}
.archive-cat-name_border_gra:before {
  margin-right: .4em;
  background: linear-gradient(-90deg, #ffffff, transparent);
}
.archive-cat-name_border_gra:after {
  margin-left: .4em;
  background: linear-gradient(90deg, #ffffff, transparent);
}

.pickup-cat-posts-more {
  text-align: center;
}
.pickup-cat-posts-more_sort {
  margin: 30px 0;
}

.pickup-cat-posts-more a {
  display: block;
  width: 150px;
  color: #161410;
  background: #fff;
  padding: 5px 15px;
  border-radius: 17px;
  margin: 0 auto;
}
.pickup-cat-posts-more a:hover {
  color: #161410;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1);
  background: linear-gradient(45deg,#ffd400,#FF00A1);
}

.game-title-wrap {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.game-title-item {
  width: calc(50% - 10px);
  margin: 5px;
  border: solid 1px #666666;
}
.game-title-item img {
  display: block;
}
.game-title-name-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 52.5%;
  -webkit-background-image: linear-gradient(0deg,#161410,#161410);
  background-image: linear-gradient(0deg,#161410,#161410);
}
.game-title-name {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.archive-list {
  border: none;
  background-color: #161410;
}
.archive-header-title a {
  color: #ffffff;
}
.archive-list.wow {
  visibility: hidden;
}
.archive-pr-tag {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  border: 1px solid #999;
  padding: 0 3px;
}

.hover-item{
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  background: #000000;
  width: 100%;
}
.hover-inner{
  display: block;
}
.hover-item::before, .hover-item::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  /* background: #2980B9;
  box-shadow: 0px 0px 6px 1px rgba(93, 173, 226, 0.7); */
  background: #dd2058;
  box-shadow: 0px 0px 6px 1px rgba(240, 82, 129, 0.7);
  z-index: 1;
  -webkit-filter: saturate(250%);
  -moz-filter: saturate(250%);
  -o-filter: saturate(250%);
  -ms-filter: saturate(250%);
  visibility: hidden;
}
.hover-item img{
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .esp-archive-title-box-inner {
    width: 752px;
  }
  .archive .pickup-cat-posts-box .ar-three-column .archive-list {
    margin-bottom: 10px;
  }
  .game-title-item {
    width: calc(25% - 10px);
    margin: 5px;
  }
}
@media screen and (min-width: 992px) {
  .esp-archive-title-box-inner {
      width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .esp-archive-title-box-inner {
      width: 1120px;
  }
}

/* pagenation */
.pagination {
  padding-bottom: 10px;
}
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-numbers {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  border-radius: 2px;
  border: none !important;
}
.page-numbers.current {
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1);
  background: linear-gradient(45deg,#ffd400,#FF00A1);
}
a.page-numbers {
  color: #161410 !important;
  background: #ffffff !important;
}
a.page-numbers:hover {
  color: #ffffff !important;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1) !important;
  background: linear-gradient(45deg,#ffd400,#FF00A1) !important;
}

/* サイドバー */
.pickup-title-sideitem-wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
}
.pickup-title-sideitem {
  width: calc(50% - 10px);
  margin: 5px;
  border: solid 1px #666666;
}
.pickup-title-sideitem img {
  display: block;
}
.side-widget-title {
  text-align: center;
  border-bottom: none !important;
}
.side-widget-title span {
  color: #fff;
  line-height: 1.6rem;
  border-bottom: none !important;
}
.side-widget .side-post-inner {
  display: flex;
  justify-content: left;
}
.side-widget .side-post-inner .archive-image {
  width: 45%;
  height: auto;
}
.side-widget .side-post-inner .archive-image a {
  display: block;
  overflow: hidden;
}
.side-widget .side-post-inner .archive-image .image-link-border:after {
  content: none;
}
.side-widget .side-post-inner .archive-header {
  width: 55%;
  padding: 4px 6px;
}
.side-widget .side-post-inner .archive-header .side-post-title {
  color: #FFFFFF;
}
.side-widget .side-post-inner .archive-header .archive-header-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  height: 3.6rem;
  overflow: hidden;;
  position: relative;
  word-break: break-all;
  text-align:justify;
  padding: 0;
}
.side-widget .side-post-inner ul.post-meta {
  display: inline-block;
  position: relative;
  margin: 0;
}
.side-widget .side-post-inner .side-cat-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #666;
  padding: 0 5px;
  z-index: 1;
}
.side-widget .side-post-item {
  display: inline-block;
  position: relative;
  border: none;
  cursor: pointer;
  background: #000000;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 0;
  border: solid 1px #666666;
}
.side-widget .side-post-item img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.side-widget .post-meta {
  padding: 0;
}

/* 記事内 */
.post-bottom-item-area {
  margin: 32px 0;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #ebedf0;
}
.post-bottom-item-title {
  margin: 0 -16px 24px;
  background: #151411;
  text-align: center;
}
.post-bottom-item-area h3 {
    padding: 8px 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
}

@media screen and (min-width: 500px) {
  .side-widget .side-post-inner .archive-header .archive-header-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .post-bottom-item-area {
    padding: 0 72px;
  }
  .post-bottom-item-title {
    margin: 0 -72px 24px;
  }
  .post-bottom-item-area h3 {
    padding: 8px 0;
  }
}
@media screen and (min-width: 992px) {
  .side-widget .side-post-inner .archive-header .archive-header-title {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1200px){
  .post-bottom-item-area {
    padding: 0 72px;
  }
}

#breadcrumb {
  color: #fff;
  height: 22px;
}
#breadcrumb li a,
#breadcrumb li i.fa {
  color: #fff;
  height: 22px;
}
.rcrumbs>ol>li.show {
  display: inline;
}
.breadcrumbIcon {
  height: 17px;
  padding: 0 2px;
  vertical-align: middle;
}

/* 記事内 */
.article-thumbnail {
  position: relative;
}
.article-thumbnail .eyecatch-over-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(30% - 6px);
  height: auto;
  padding: 3px;
  background: #040301;
  z-index: 1;
}
.article-pr-tag {
  float: right;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.article-body h2 {
  padding: 0 0 0 12px !important;
  background-color: unset !important;
  border-bottom: solid 1px #161410;
}

.article-body h3 {
  border-bottom: none !important;
  border-left: solid 4px #161410;
  padding: 6px 12px !important;
  line-height: 2.0rem;
}

.article-body p {
  margin-bottom: 20px;
}
.article-body p a,
.article-body ul a,
.article-body ol a,
.article-body table a {
  color: #fa906b;
}

.article-body .btn a {
  border-bottom: none;
  border-radius: 20px;
  background-color: #161410;
  color: #ffffff;
}
.article-body .btn a:hover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: linear-gradient(45deg,#F6FF00,#FF00A1);
  border-radius: 4px;
}

input[type="submit"] {
  border-bottom: none;
  border-radius: 20px;
  background-color: #161410 !important;
  color: #ffffff;
}

input[type="submit"]:hover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: linear-gradient(45deg,#F6FF00,#FF00A1);
  border-radius: 4px;
}

.article-body blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #fa906b;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.article-body blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #fa906b;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.article-body blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

.article-body blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.article-body dl {
  border: solid 2px #e2e5e8;
  margin: 0 0 40px 0;
  padding: 28px 33px;
}
.article-body dt {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .055em;
  position: relative;
  top: -44px;
  left: -12px;
}
.article-body img.center,
.type-page img.center {
  margin: 0 auto;
}

/* table */
.tableEsp::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*スクロールバーのレール*/
.tableEsp::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #eee;
}
/*スクロールバーのつまみ*/
.tableEsp::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #aaa;
}
table.table-layout_01 {
  margin-bottom: 10px;
}
table.table-layout_01 th {
  background: #161410;
  color: #ffffff;
}
table.table-layout_01 th+th {
  background: #161410;
  color: #ffffff;
}
table.table-layout_01 tr td {
  background-color: #f4f6fa;
}
table.table-layout_01 td+td{
  background-color: #ffffff;
}

/* 目次 */
#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
}
#toc_container a {
  text-decoration: none;
  text-shadow: none;
}
#toc_container li, #toc_container ul {
  margin: 0;
  padding: 0;
}
#toc_container .toc_list > li > a {
  padding: 0;
}
#toc_container .toc_list li a {
  padding: 0;
}

.article-tags-area {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.article-tags-area > div,
.article-tags-area > i {
  margin: 5px;
  border-radius: 20px;
}
.article-tags-area .article-tags-icon {
  font-size: 25px;
  line-height: 35px;
}
.article-tags-area .article-cat-name {
  background-color: #161410;
  padding: 5px;
  border-radius: 18px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.article-tags-area .article-cat-name:hover {
  background: linear-gradient(45deg,#F6FF00,#FF00A1);
  border-radius: 3px;
}
.article-tags-area .article-tag-name {
  background-color: #656462;
  padding: 5px;
  border-radius: 18px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.article-tags-area .article-tag-name:hover {
  background: linear-gradient(45deg,#ff00a5,#5600ff);
  border-radius: 3px;
}
.article-tags-area .article-cat-name a,
.article-tags-area .article-tag-name a {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 5px;
}

.writer-info-wrap {
}
.article-writer-image-box {
  width: 100px;
}
.article-witer-thumb {
  width: 100%;
}
.article-witer-thumb img {
  display: block;
  margin: 0 auto;
  float: none;
}
.article-witer-info-name {
  width: 100%;
  font-weight: bold;
}
.article-witer-text-box {
  padding: 10px;
}
.writer-name-sns-pc {
  display: flex;
  justify-content: space-between;
}

.article-witer-info-text {
  font-size: 1.4rem;
}
.article-witer-link a {
  color: #fa906b;
  text-decoration: underline;
}
.article-witer-link a:hover {
  text-decoration: none;
}

.writer-list-info-sns {
  width: 350px;
  display: flex;
  justify-content: flex-end;
}
.writer-list-info-sns li {
  margin: 5px;
}

.writer-list-info-sns img {
  width: 30px;
  height: 30px;
}
.article-witer-link-box {
  display: flex;
  justify-content: flex-end;
}

.article-witer-link {
  margin-top: 10px;
}
.article-writer-header {
  display: flex;
  justify-content: center;
}
.writer-name-sns-pc {
  display: none;
}
.writer-name-sns-sp {
  padding: 18px 5px;
  width: calc(100% - 100px);
}
.writer-name-sns-sp .writer-list-info-sns {
  width: 100%;
  max-width: 250px;
  flex-wrap: wrap;
  justify-content: left;
}
.writer-name-sns-sp .writer-list-info-sns li {
  width: 30px;
}

@media screen and ( min-width: 768px ) {
  .writer-name-sns-sp {
    display: none;
  }
  .writer-name-sns-pc {
    display: flex;
    justify-content: space-between;
  }
  .writer-info-wrap {
    display: flex;
    justify-content: left;
  }
  .article-witer-text-box {
    width: calc(100% - 100px);
  }
  .article-writer-header {
    display: block;
  }
}

.post-navigation {
  border: none;
}
.post-navigation .nav-links {
  justify-content: left;
  width: 100%;
  background: #ffffff;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 100%;
}
.nav-previous, .nav-next {
  overflow: hidden;
  border-radius: 0;
}
.article-body dd {
  position: relative;
  margin-top: -36px;
  margin-bottom: -18px;
}
.post-nav-image {
  width: 140px;
  height: 73px;
  float: left;
}
.post-nav-image img {
  width: 100%;
  height: 100%;
}
.nav-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  float: right;
  width: calc(100% - 140px);
  text-align: left;
  padding-left: 15px;
  height: 66px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.related {
  border-radius: 0;
}
.related h3 {
  margin: 0;
}
.related-thumbnail {
  width: 155px;
  height: 73px;
  float: left;
  padding-right: 15px;
}
.related-thumbnail .image-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.related-thumbnail .image-link img {
  width: 100%;
  height: 100%;
}
.related-date {
  width: calc(100% - 155px);
  float: right;
}
.related-date .post-meta {
  white-space: nowrap;
}
.related-pr-tag {
  text-align: right;
  font-size: 1.2rem;
  line-height: 18px;
  padding: 0 3px;
  color: #000;
  border: 1px solid #888;
}
.related_post_title {
  display: -webkit-box;
  overflow: hidden;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.game-title-info-item {
  display: flex;
  justify-content: left;
  margin-bottom: 8px;
  border-bottom: 1px solid #e2e5e8;
}
.game-title-info-item_left {
  width: 120px;
  margin-right: 10px;
}
.game-title-info-item_right {
  width: calc(100% - 120px);
}
.game-title-info-item a {
  color: #fa906b;
  text-decoration: underline;
}
.game-title-info-item a:hover {
  text-decoration: none;
}
.game-title-info-item:last-child {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .article {
    border: solid 1px #ffffff;
  }
  .article-thumbnail {
    margin-bottom: 0;
  }
  .article-footer {
    padding: 32px 16px 24px 16px;
  }
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    width: 50%;
  }
  .post-bottom-item-area {
    padding: 0 32px;
  }
  .post-bottom-item-title {
    margin: 0 -32px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .article-body {
    padding: 0 16px 32px 16px;
  }
  .nav-previous {
    padding: 32px 8px 32px 32px;
  }
  .nav-next {
    padding: 32px 32px 32px 8px;
  }
  .related {
    padding: 0 32px;
  }
  .game-title-info-item {
    margin-bottom: 32px;
  }
}

/* footer */
.footer {
  padding-top: 30px;
  background-color: #161410 !important;
}

.footer .container::after {
  content: none;
}
.fotter-main-box {
  display: flex;
  justify-content: center;
}
.footer-logo {
  width: 200px;
  margin: 0 auto;
}
.footer .sns-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  line-height: 90px;
}
.footer .sns-list > li {
  width: 30px;
  margin: 0 20px 0 0;
}
.footer-menu-box {
  margin: 30px 20px 0;
}
.footer .footer-menu-content {
  overflow: hidden;
  margin: 0 auto;
}
.footer .footer-menu-content .footer-menu-nav {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 30px 30px 0;
}

#scroll-top-btn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  padding: 8px;
  z-index: 100;
  background: linear-gradient(45deg,#F6FF00,#FF00A1);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  opacity: 1 !important;
}
#scroll-top-btn a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
}
#scroll-top-btn a .fa {
  color: #ffffff;
  font-size: 2.4rem;
}

.fa-chevron-up {
  font-size: 18px;
}

.pageTop-chevron{
  color: #161410;
  padding:8px;
}

#scroll-top-btn a {
  color: #161410;
}

@media screen and ( min-width: 768px ) {
  .footer .container {
    display: flex;
    justify-content: space-around;
  }
  .fotter-main-box {
    display: block;
  }
  .footer-menu-box {
    margin-top: 0;
  }
  .footer .footer-menu-content .footer-menu-nav{
    float: left;
  }
}

.neon-effect-item .neon-image{
  display: block;
  overflow: hidden;
  height: min-content;
  position: relative;
  background: #000;
}
.neon-effect-item .neon-image {
  display: block;
  overflow: hidden;
}
.neon-effect-item img {
  display: block;
  overflow: hidden;
}
.side-fresh-image > .cat-name {
  display: none;
}
.neon-effect-item .archive-header {
  background-color: #161410;
}

.neon-effect-item .neon-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg,#a73dbd,#f7ab8d) !important;
  background: linear-gradient(45deg,#a73dbd,#f7ab8d) !important;
  opacity: .8;
  visibility: hidden;
  filter: contrast(200%);
  mix-blend-mode: hard-light;;
  visibility: hidden;
}
.neon-effect-item:hover .neon-image > img {
  mix-blend-mode: darken;
  -webkit-filter: grayscale(100%) contrast(1.3);
  filter: grayscale(100%) contrast(1.3);
}
.neon-effect-item:hover .neon-image::after {
  visibility: visible;
}

/* ランキング */
.side-widget {
  counter-reset: ranking_number;
}
.neon-effect-item .side-post-ranking:after {
  position: absolute;
  top: -17px;
  right: 5px;
  counter-increment: ranking_number;
  content: counter(ranking_number);
  color: #ffd400;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1) no-repeat;
  background: linear-gradient(45deg,#ffd400,#FF00A1) no-repeat;
  background-size: 99%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
}
.side-widget-cat-ranking .side-cat-tag {
  display: none;
}
.side-widget-cat-ranking .side-cat-tag.side-cat-tag-pr {
  display: block;
}

/* eスポーツマガジン */
.esp-archive-title-box__bg {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
}
.esp-archive-title-box-inner__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.esp-archive-title__bg {
  font-size: 2.8rem;
  color: #ffffff;
}
.esp-archive-title-box__neon {
  position: relative;
  height: 150px;
}
.esp-archive-title-box__neon svg {
  overflow: inherit;
}
.esp-archive-title__neon {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.esp-archive-title-box-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.esp-archive-title__neon_article_box {
  /* margin-top: -50px; */
}
.title-box__neon-logo {
  display: block;
  width: 250px;
}

.esport-magazine-wrap {
  display: flex;
  justify-content: left;
}
.esport-magazine-list {
  position: relative;
  overflow: hidden;
  width: 31.4%;
  margin: 0 2.88% 32px 0;
}
.esport-magazine-list:last-child {
  margin: 0 0 32px 0;
}
.esport-magazine-title {
  font-size: 100%;
  font-weight: bold;
  color: #ffffff;
  clear: both;
  height: 75px;
  overflow: hidden;
}
.esports-magazine-update {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 5px;
  float: left;
}
.esport-magazine-date {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 5px;
  float: right;
}
.esport-magazine-list-archives .esport-magazine-date {
  float: left;
  color: #999;
}

 .esport-magazine-link-list {
  position: absolute;
  /* right: -10%; */
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
}
.esport-magazine-link-list a {
  position: relative;
  background: #000000;
  opacity: 0.6;
  border-radius: 3px;
  display: block;
  margin: 3% 0 0 3%;
  width: 21%;
  padding-top: 22%;
  z-index: 10;
}
.esport-magazine-link-list a:hover {
  opacity: 1;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1) !important;
  background: linear-gradient(45deg,#ffd400,#FF00A1) !important;
}
figure.esport-magazine-item {
  background: center/cover no-repeat;
  width: 100%;
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}
.esport-magazine-link-list .esport-magazine-link-item {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.esport-magazine-link-list .esport-magazine-link-new {
  position: absolute;
  top: 15px;
  left: 50%;
  color: #2196F3;
  font-size: 14px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
figure.esport-magazine-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(5, 13, 27, 0.8);
  -webkit-transform: skew(10deg) translateX(-10%);
  transform: skew(10deg) translateX(-10%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.esport-magazine-interviewee {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  margin: 5px;
  z-index: 5;
  text-shadow: rgba(0,0,0,0.8) 1px 1px 1px, rgba(0,0,0,0.8) -1px -1px 1px, rgba(0,0,0,0.8) -1px 1px 1px, rgba(0,0,0,0.8) 1px -1px 1px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.esport-magazine-list.active figure.esport-magazine-item::after {
  -webkit-transform: skew(10deg) translateX(-60%);
  transform: skew(10deg) translateX(-60%);
}
.esport-magazine-list.active .esport-magazine-interviewee {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.esport-magazine-interviewee li {
  padding: 5px;
  font-size: 18px;
  line-height: 18px;
}
.esport-magazine-list.active .esport-magazine-item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.esport-magazine-list figcaption {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.esport-magazine-list.active figcaption {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.esports-magazine-link-btn {
  text-align: center;
  margin-bottom: 32px;
}
.esports-magazine-link-btn a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
}
/* eスポールマガジン一覧 */
.esp-archive-image {
  width: 100%;
  padding-top: 52.5%;
  background: center/cover no-repeat;
}

 .esports-magazine-next-prev-wrap {
  display: flex;
  justify-content: space-between;
  border: solid 1px #141410;
  margin-top: 64px;
  padding: 5px;
}
.esports-magazine-link {
  min-width: 50px;
}
.article-body .esports-magazine-next-prev-wrap a {
  color: #303030;
  text-decoration: none;
}

 .sp.esport-magazine-swiper-container {
  display: none;
}
.esports-magazine-btn {
  margin-bottom: 64px;
}
.swiper-navigation-esm {
  display: flex;
  justify-content: space-between;
  color: #dadada;
  margin-bottom: 12px;
  margin-top: -30px;
  border-bottom: 1px solid #303030;
}
.swiper-pagination-esm {
  position: relative;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 50px;
}
.swiper-navigation-esm .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 8px 0;
}

.esport-magazine-wrap-archives {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-left: -2.88%;
}
.esport-magazine-list-archives {
  margin: 0 0 32px 2.88%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .esp-archive-title-box__neon {
    height: 100px;
    margin-bottom: 30px;
  }
  .pc.esport-magazine-wrap {
    display: none;
  }
  .sp.esport-magazine-swiper-container {
    display: block;
  }
  .esport-magazine-swiper-container {
    position: relative;
  }
  .esport-magazine-list {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .esports-magazine-swiper-button-prev,
  .esports-magazine-swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .esports-magazine-swiper-button-prev {
    float: left;
  }
  .esports-magazine-swiper-button-next {
    float: right;
  }
  .swiper-pagination-bullet {
    background: #ffffff;
  }
  .swiper-pagination-bullet-active {
    background: #ffce15;
  }
}

/* TOPランキング */
.postsRanking {
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 64px;
}
.postsRanking__wrap {
  width: calc(310px * 5 - 10px);
  height: 320px;
  padding: 10px 0;
  counter-reset: ranking_number_top;
}
.postsRanking__item {
  background: #161410;
}
.postsRanking__image {
  position: relative;
}
.postsRanking__number:after {
  position: absolute;
  top: 130px;;
  left: 10px;
  counter-increment: ranking_number_top;
  content: counter(ranking_number_top);
  color: #ffd400;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1) no-repeat;
  background: linear-gradient(45deg,#ffd400,#FF00A1) no-repeat;
  background-size: 99%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-weight: bold;
  font-style: italic;
  z-index: 1;
}
.postsRanking__item {
  position: relative;
  width: 300px;
  height: 100%;
  float: left;
  margin-right: 10px;
}
.postsRanking__item:last-child {
  margin-right: 0;
}
.postsRanking__item .side-cat-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 80px;
  padding: 2px 4px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #232323;
  z-index: 3;
}
.postsRanking .post-meta li {
  float: right;
}
.postsRanking .archive-header-title {
  word-break: break-all;
}
.postsRanking .archive-header-title a {
  overflow: hidden;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/*スクロールバーの横幅指定*/
.postsRanking::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}
/*スクロールバーの背景色・角丸指定*/
.postsRanking::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 10px solid rgba(255,255,255,0.2);
}
/*スクロールバーの色・角丸指定*/
.postsRanking::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f8cd44;;
}
.postsRanking::-webkit-scrollbar-track-piece {
  width: 2px;
}
@media screen and (max-width: 768px) {
  .postsRanking__wrap {
    width: calc(250px * 5 - 10px);
    height: 280px;
  }
  .postsRanking__item {
    position: relative;
    width: 240px;
    height: 100%;
    float: left;
    margin-right: 10px;
  }
  .postsRanking__number:after {
    top: 100px;
    font-size: 3.8rem;
  }
  .postsRanking .archive-header-title {
    font-size: 1.4rem;
  }
  .postsRanking .archive-header-title a {
    height: 88px;
  }
}


.esp-live-link-wrap {
  border: solid 3px #ff0000;
  box-shadow: #F44D61 0px 0px 12px 1px, #F44D61 1px 0px 12px 1px inset;
  border-radius: 5px;
  margin-bottom: 30px;
}
.esp-live-link-icon-wrap {
  height: 30px;
  padding: 3px 8px;
  /* border: solid 3px #ff0000;
  box-shadow: #F44D61 0px 0px 12px 1px,
              #F44D61 1px 0px 12px 1px inset;
  border-radius: 5px; */
}
.esp-live-link-icon-wrap i {
  color: #ff0000;
  font-size: 16px;
  text-shadow: 0 0 6px #F44D61;
}
.esp-live-link {
  display: flex;
  justify-content: left;
}
.esp-live-link-icon {
  line-height: 26px;
  color: #ffffff;
  /* text-shadow: 0 0 5px red, 0 0 10px red; */
  font-size: 18px;
  font-weight: bold;
}

.live-btn-fixed {
  position: fixed;
  display: none;
  top: 15px;
  left: 5px;
  z-index: 1000;
}

.live-btn-info {
  width: calc(100% - 120px);
  white-space: nowrap;
  color: #ffffff;
  line-height: 30px;
  margin: 0 10px;
}

.esp-live-link-down i {
  font-size: 18px;
  line-height: 30px;
  color: #ff0000;
  text-shadow: 0 0 6px #F44D61;
}


/* バナー関連 */
.banner-wrap {
  margin-bottom: 32px;
}
.banner-wrap .banner-pc {
  display: none;
}

.banner-wrap a:hover > img {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .banner-wrap .banner-pc {
    display: block;
  }
  .banner-wrap .banner-sp {
    display: none;
  }
}

@media screen and (max-width: 390px) {
  .database-menu-wrap li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .database-menu-wrap li a {
    font-size: 12px;
  }
}


/* IE 10~ */
@media all and (-ms-high-contrast: none){
  body::before {
    background: rgba(0, 0, 0, 0.7);
  }
  .esp-archive-title {
    background-image: none;
  }
  .swiper-slide-title {
    left: 10px;
  }
}


/* =========================
* 記事内で使用するアイテム
========================= */

/* トークボックス */
.talkbox {
  overflow: hidden;
  margin-bottom: 32px;
}
.talkbox-image-box {
  width: 50px
}
.talkbox-image-box img {
  border-radius: 25px;
}
.talkbox-image-box-circle {
  border-radius: 25px;
}
.talkbox-text-box {
  width: calc(100% - 50px);
}
.talkbox-name {
  font-weight: bold;
}
.talkbox-comment {
  position: relative;
  border: solid 1px #6e6e6e;
  border-radius: 5px;
  padding: 10px 15px;
}
.talkbox-comment::before {
  content: "";
  position: absolute;
  top: 5px;
  border: 8px solid transparent;
  border-top-color: #6e6e6e;
  border-style: solid;
}
.talkbox-comment::after {
  content: "";
  position: absolute;
  top: 5px;
  border: 6px solid transparent;
  border-top-color: #fff;
  border-style: solid;
}

.talkbox-image-left .talkbox-image-box {
  float: left;
}
.talkbox-image-left .talkbox-text-box {
  float: right;
}
.talkbox-image-left .talkbox-name {
  margin-left: 20px;
}
.talkbox-image-left .talkbox-comment {
  margin-left: 20px;
}
.talkbox-image-left .talkbox-comment::before {
  border-width: 6px 10px 6px 0;
  border-color: transparent #6e6e6e transparent transparent;
  left: -11px;
}
.talkbox-image-left .talkbox-comment::after {
  border-width: 6px 10px 6px 0;
  border-color: transparent #fff transparent transparent;
  left: -9px;
}

.talkbox-image-right .talkbox-image-box {
  float: right;
}
.talkbox-image-right .talkbox-text-box {
  float: left;
}
.talkbox-image-right .talkbox-name {
  text-align: right;
  margin-right: 20px;
}
.talkbox-image-right .talkbox-comment {
  margin-right: 20px;
}
.talkbox-image-right .talkbox-comment::before {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #6e6e6e;
  right: -11px;
}
.talkbox-image-right .talkbox-comment::after {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  right: -9px;
}


/* メニューボタン */

@media screen and (min-width: 992px) {
  .modal-menu {
    display: block !important;
  }
}
.container.header-area-height .modal-menu {
  right: 30px;
}
.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation:outT 0.8s backwards;
  animation:outT 0.8s backwards;
  -webkit-animation-direction:reverse;
  animation-direction:reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation:outM 0.8s backwards;
  animation:outM 0.8s backwards;
  -webkit-animation-direction:reverse;
  animation-direction:reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation:outBtm 0.8s backwards;
  animation:outBtm 0.8s backwards;
  -webkit-animation-direction:reverse;
  animation-direction:reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation:inT 0.8s forwards;
  animation:inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation:inM 0.8s forwards;
  animation:inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation:inBtm 0.8s forwards;
  animation:inBtm 0.8s forwards;
}
@-webkit-keyframes inM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes inM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes outM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes outM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes inT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(9px) rotate(0deg);}
100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes outT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(9px) rotate(0deg);}
100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes inBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}

@-webkit-keyframes outBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}

/* メニュー */
.main-menu {
  float: left;
  position: fixed;
  top: 0;
  min-height: 100%;
  width: 300px;
  z-index: 1000;
  background: #161410;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);

  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;

  -webkit-transform: translate(-336px, 0);
  -moz-transform: translate(-336px, 0);
  transform: translate(-336px, 0);
}
.main-menu.open {
  -webkit-transform: translate(0, 0) skew(0);
  -moz-transform: translate(0, 0) skew(0);
  transform: translate(0, 0) skew(0);
}
.main-menu.open:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  /* background: #2980B9;
  box-shadow: 0px 0px 6px 1px rgba(93, 173, 226, 0.7); */
  background: linear-gradient(45deg,#ffd400,#FF00A1);
  box-shadow: 0px 0px 6px 1px rgba(251, 157, 77, 0.7);
}
.main-menu.open .main-menu-btn {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0s, visibility 0s;
    -moz-transition: opacity 0s, visibility 0s;
    transition: opacity 0s, visibility 0s;
}

/*main menu content*/
.main-menu-content {
  position: relative;
  padding: 35px 30px 35px 15px;
  font: normal 16px/1.25 'Open Sans';
}
.main-menu.open .main-menu-content {
  z-index: 1002;
}
.main-menu-logo h2 {
  font-size: 28px;
  opacity: 0;
}
.main-menu.open .main-menu-logo h2 {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in .3s;
  -moz-transition: opacity .5s ease-in .3s;
  transition: opacity .5s ease-in .3s;
}
.main-menu-nav {
  margin-top: 15px;
}
.main-menu.open .main-menu-nav a {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: color .2s ease-in-out 0s, opacity .3s ease, transform .3s ease;
  -moz-transition: color .2s ease-in-out 0s, opacity .3s ease, transform .3s ease;
  transition: color .2s ease-in-out 0s, opacity .3s ease, transform .3s ease;
  opacity: 1;
}
.main-menu-nav a {
  opacity: 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.main-menu-nav i {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.main-menu.open .main-menu-nav a:hover {
  color: #ffd400;
  background: -webkit-linear-gradient(45deg,#ffd400,#FF00A1);
  background: linear-gradient(45deg,#ffd400,#FF00A1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.main-menu.open .main-menu-nav a.orange {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}
.main-menu.open .main-menu-nav a.yellow {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.main-menu.open .main-menu-nav a.green {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
.main-menu.open .main-menu-nav a.purple {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
.main-menu.open .main-menu-nav a.red {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}

/*main content*/
.main-wrapper {
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  background: #212F3D;
  font: normal 16px 'Open Sans';
}

.main-content {
  padding: 45px 55px;
}
.main-content h4 {
  font-size: 26px;
  line-height: 1.25;
  color: #3498DB;
  text-align: center;
}
.main-content .posts li {
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .main-menu {
    width: 280px;
  }
}

#slide-menu-layer {
  position: fixed;
  top: 0;
  z-index: 998;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: block;
}

.thumbnail-over-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(30% - 6px);
  height: auto;
  padding: 3px;
  background: #040301;
  z-index: 1;
}

.hover-item .thumbnail-over-image {
  width: calc(30% - 6px);
  height: auto;
}

.esport-magazine-list.active .thumbnail-over-image {
  display: none;
}

@media screen\0 {
  .main-menu.open .main-menu-nav a:hover {
    background-image: none;
  }
}

/* 関連記事記事下 */
.relatedPost {
  margin: 10px 0 40px 0;
  padding: 24px;
  border: solid 2px #e2e5e8;
}
.article-body ul.relatedPost__list {
  margin: 0 0 10px 18px;
}
.article-body .relatedPost a.relatedPost__postLink {
  color: #9b8d77;
}

/* ゲームタイトルメニュー */
.home .gameTitleMenu {
  margin-bottom: 32px;
}
.archive .gameTitleMenu {
  margin-bottom: 16px;
}
.gameTitleMenu {
  box-shadow: #ff773c 0px 0px 8px 1px;
  background: rgba(0,0,0,0.1);
}

.gameTitleMenu::before {
  content:"";
  display:block;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(45deg,#ffd400 20%,#FF00A1 60%);
  background: linear-gradient(45deg,#ffd400 20%,#FF00A1 60%);
}
.gameTitleMenu::after {
  content:"";
  display:block;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(45deg,#ffd400 40%,#FF00A1 80%);
  background: linear-gradient(45deg,#ffd400 40%,#FF00A1 80%);
}
.gameTitleMenu__list {
  display: flex;
  justify-content: space-around;
  padding: 3px 0;
  color: #ffffff;
}
.gameTitleMenu__item {
  position: relative;
  width: calc(25% - 1px);
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.gameTitleMenu__link {
  position: relative;
  color: #ffffff;
}

.gameTitleMenu__link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background: linear-gradient(
    45deg,
    rgba(255,255,255,0.8) 0%,
    rgba(255,255,255,0.3) 80%,
    rgba(255,255,255,0) 100%
  );
}
.gameTitleMenu__link:hover {
  opacity: 0.8;
}

.gameTitleMenu__link:hover::after {
  opacity: 0.8;
  background: linear-gradient(
    45deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.3) 20%,
    rgba(255,255,255,0.8) 100%
  );
}
.gameTitleMenu__title_short {
  display: none;
}

@media screen and (max-width: 767px) {
  .share-btn li {
    width: 22px;
  }
}

@media screen and (max-width: 767px) {
  .gameTitleMenu {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 992px) {
  .gameTitleMenu__title_short {
    display: inline-block;
  }
  .gameTitleMenu__title_long {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .gameTitleMenu__item {
    font-size: 1.4rem;
  }
}
