@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.run {
  animation: fadeInUp 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeInDown {
  opacity: 0;
}
.fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeOutDown {
  opacity: 1;
}
.fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
}
body {
  background: url('../img/common/bg_pattern.jpg?1531134500') repeat center top;
  font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Meiryo",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",sans-serif;
  font-feature-settings: "palt" 1;
  position: relative;
  overflow-x: hidden;
  outline: none;
}

main {
  overflow: hidden;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
  width: 0;
}

h1, h2, h3 {
  color: white;
}

.container {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.container.live {
  height: 715px;
}
.container.live.disp-yt-btn {
  height: 715px;
}
.container.live.disp-yt-text {
  height: 470px;
}
.container.live.disp-yt-text .top-visual iframe {
  width: 560px;
  height: 315px;
}
.container.live.disp-yt-text .top-visual .youtube-wrapper {
  height: 370px;
}
.container.live.disp-yt-text .top-visual .youtube-btn.v-pc {
  background: url('../img/common/youtube_btn_bg_l.png?1536576142') center top no-repeat;
  width: 252px;
  height: 43px;
  top: 310px;
  right: 20px;
  font-size: 17px;
  padding: 14px 47px 14px 19px;
  letter-spacing: 1.4px;
}
.container.live.disp-yt-text .top-visual .youtube-text {
  position: absolute;
  top: 40px;
  right: 20px;
  color: #fff;
  width: 405px;
  height: 255px;
  overflow-y: auto;
}
.container .top-visual {
  width: 1024px;
  height: 445px;
  margin: 0 auto;
  padding-top: 64px;
  background-position: top center;
  position: fixed;
  text-align: center;
  pointer-events: none;
}
.container .top-visual.top-visual-height {
  position: relative;
  height: auto;
  opacity: 0;
  pointer-events: auto;
  margin-bottom: 10px;
}
.container .top-visual a img {
  max-width: none;
  position: relative;
}
.container .top-visual .slide:before {
  position: absolute;
  bottom: 30px;
  right: -7px;
}
.container .top-visual .youtube-wrapper {
  width: 100%;
  height: 616px;
  position: absolute;
  top: 80px;
  cursor: default;
  padding: 13px 20px;
  text-align: left;
}
.container .top-visual .youtube-wrapper .youtube-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.container .top-visual .youtube-wrapper .live-logo {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/common/live_logo.png?1533385862') center top no-repeat;
  width: 124px;
  height: 60px;
}
.container .top-visual .youtube-wrapper .youtube-title {
  display: inline-block;
  position: relative;
  left: 3px;
  color: white;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  height: 19px;
}
.container .top-visual .youtube-wrapper .youtube-btn {
  background: url('../img/common/youtube_btn_bg.png?1533385862') center top no-repeat;
  width: 210px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 20px;
  float: right;
  color: black;
  background-color: yellow;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 12px;
  text-decoration: none;
}
.container .top-visual iframe {
  position: relative;
  margin-top: 10px;
  width: 985px;
  height: 554px;
}

.content-background {
  background: rgba(0, 0, 0, 0.75);
  position: relative;
}

.disp-none {
  display: none;
}

.v-pc {
  display: block;
}

.v-sp {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.text-center {
  text-align: center;
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.theme-color {
  background: #ffec02;
  border-color: #ffec02;
}

.line-up-list {
  overflow: hidden;
  width: 1050px;
}
.line-up-list li {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 13px 21px 9px 0;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.line-up-list li:hover {
  transition: all 0.1s ease-out;
}
.line-up-list li.run {
  animation: fadeInUp 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.line-up-list li .lineup-title-box {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
  background: -moz-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
  background: -o-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
  background: -ms-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
  display: table;
  box-sizing: border-box;
  padding-bottom: 3px;
}
.line-up-list li .lineup-title-box .lineup-title {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 3px 4px 13px;
  line-height: 1.4;
  min-height: 30px;
  display: inline-block;
}
.line-up-list li .lineup-title-box .lineup-title span {
  font-size: 12px;
}
.line-up-list li .lineup-title-box .lineup-title.internal {
  padding: 0 10px;
}
.line-up-list li .tag {
  position: absolute;
  top: 145px;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: url('../img/common/tag_bg.png?1530181919') center top no-repeat;
  width: 80px;
  height: 20px;
  line-height: 20px;
}
.line-up-list li .lineup-post-box {
  color: #fff;
  height: 70px;
}
.line-up-list li .lineup-post-box p {
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  padding: 6px 8px 0 6px;
}
.line-up-list li .lineup-post-box .post-title {
  line-height: 1.4;
  padding-bottom: 8px;
  height: 44px;
  overflow: hidden;
  display: inline-block;
}
.line-up-list li .lineup-post-box .post-title.row3 {
  height: 66px;
}
.line-up-list li .lineup-post-box .post-date {
  font-weight: bold;
}
.line-up-list .l1 {
  width: 240px;
}
.line-up-list .l1 a {
  text-decoration: none;
}
.line-up-list .l1 a img {
  margin-top: 30px;
  width: 100%;
  height: 135px;
}
.line-up-list .l1 a img:hover {
  opacity: 0.9;
}
.line-up-list .l1 a .sold-out {
  position: absolute;
  top: 50px;
  height: 17px !important;
}
.line-up-list li.l1:nth-child(1) {
  width: 501px;
  height: 496px;
}
.line-up-list li.l1:nth-child(1) a img {
  height: 281.81px;
}
.line-up-list li.l1:nth-child(1) .tag {
  top: 292px;
}
.line-up-list li.l1:nth-child(1) .lineup-post-box {
  height: 182px;
}
.line-up-list li.l1:nth-child(1) .lineup-post-box p {
  font-size: 24px;
}
.line-up-list li.l1:nth-child(1) .lineup-post-box .post-title {
  height: 150px;
}

.line-up-list + .line-up-list {
  margin-top: 42px;
}

.news-not-found-box {
  height: 100%;
}
.news-not-found-box .news-not-found-message {
  background: url('../img/common/nodata.png?1531194204') no-repeat center top;
  width: 270px;
  height: 160px;
  margin: 185px auto;
}

.paging {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 30px;
  padding-bottom: 30px;
}
.paging ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.paging ul.page-numbers li {
  margin: 0 4px;
}
.paging ul.page-numbers a, .paging ul.page-numbers span {
  font-size: 15px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.paging ul.page-numbers .prev {
  margin-right: 10px;
}
.paging ul.page-numbers .next {
  margin-left: 10px;
}
.paging ul.page-numbers .page-numbers {
  color: #ffffff;
  text-decoration: none;
}
.paging ul.page-numbers .page-numbers:hover, .paging ul.page-numbers .page-numbers:active, .paging ul.page-numbers .page-numbers:visited {
  color: #fff;
  text-decoration: none;
}
.paging ul.page-numbers .page-numbers:hover {
  text-decoration: underline;
  background-color: #897f19;
}
.paging ul.page-numbers .page-numbers.current {
  background-color: #897f19;
  color: #fff;
}
.paging ul.page-numbers .page-numbers.current:hover, .paging ul.page-numbers .page-numbers.current:active, .paging ul.page-numbers .page-numbers.current:visited {
  color: #fff;
  background-color: #897f19;
  text-decoration: none;
}
.paging ul.page-numbers .page-numbers.dots {
  border: 0;
}
.paging ul.page-numbers .page-numbers.dots:hover {
  text-decoration: none;
}

.bottom-btns {
  width: 100%;
  text-align: center;
  clear: both;
  padding-bottom: 30px;
}
.bottom-btns a + a {
  margin-left: 10px;
}
.bottom-btns .official-shop-btn {
  background: url('../img/goods-detail/officail_shop.png?1530243907') center center no-repeat;
  width: 501px;
  height: 160px;
  display: inline-block;
}
.bottom-btns .goods-archive-btn {
  background: url('../img/goods-detail/goods_archive.png?1530243907') center center no-repeat;
  width: 500px;
  height: 160px;
  display: inline-block;
}

.goods-archive-top .bottom-btns .goods-archive-btn {
  display: none;
}

.img-hover:hover {
  opacity: 0.9;
}

.tmb-hover img, .tmb-hover .news-eye-catch, .tmb-hover .news-img-ct .news-img {
  transition: 0.2s ease-in-out;
}
.tmb-hover:hover img, .tmb-hover:hover .news-eye-catch, .tmb-hover:hover .news-img-ct .news-img {
  transform: scale(1.05, 1.05);
  transform-origin: 50% 50%;
}

.btn-hover {
  transition: 0.1s ease-in-out;
}
.btn-hover:hover {
  opacity: 0.9;
}

a.no-content {
  pointer-events: none;
}

article .game-info {
  margin-top: 30px;
  width: 663px;
  background: #000;
  margin-left: -32px;
  padding-left: 30px;
  padding-bottom: 25px;
  margin-bottom: -30px;
  color: white;
  font-weight: bold;
}
article .game-info .title-name {
  margin: 0 auto 20px;
  padding-top: 25px;
  font-size: 22px;
}
article .game-info .title-detail {
  font-size: 15px;
  line-height: 1.8;
}
article .game-info .relation-link {
  width: 663px;
  margin: 35px auto 0;
  overflow: hidden;
}
article .game-info .relation-link li {
  float: left;
}
article .game-info .relation-link .same-title-news {
  width: 318px;
  height: 58px;
  display: block;
}
article .game-info .relation-link .same-title-news img {
  margin-top: 20px;
  margin-left: 20px;
}
article .game-info .relation-link .same-title-news:hover {
  opacity: 0.8;
}
article .game-info .relation-link .official-site {
  width: 318px;
  height: 58px;
  display: block;
  margin-left: -32px;
}
article .game-info .relation-link .official-site img {
  margin-top: 20px;
  margin-left: 120px;
}
article .game-info .relation-link .official-site:hover {
  opacity: 0.8;
}

.hover-border-efct {
  position: relative;
  display: inline-block;
}
.hover-border-efct:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #FFEC41;
  transition: all 0.2s ease;
}
.hover-border-efct:hover:after {
  border: 5px solid #FFEC41;
}

@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: url('../img/common/bg_pattern.jpg?1531134500') repeat left top !important;
  }

  .container {
    width: 640px;
    overflow: hidden;
  }
  .container.live, .container.live.disp-yt-btn, .container.live.disp-yt-text {
    height: auto;
  }
  .container.live .top-visual, .container.live.disp-yt-btn .top-visual, .container.live.disp-yt-text .top-visual {
    position: relative;
    height: auto;
    margin-bottom: 40px;
  }
  .container.live .top-visual a img, .container.live.disp-yt-btn .top-visual a img, .container.live.disp-yt-text .top-visual a img {
    position: absolute;
  }
  .container.live .top-visual iframe, .container.live.disp-yt-btn .top-visual iframe, .container.live.disp-yt-text .top-visual iframe {
    width: 603px;
    height: 339px;
  }
  .container.live .top-visual .youtube-wrapper, .container.live.disp-yt-btn .top-visual .youtube-wrapper, .container.live.disp-yt-text .top-visual .youtube-wrapper {
    position: relative;
    height: auto;
    padding: 13px 20px 18px;
  }
  .container.live .top-visual .youtube-wrapper .youtube-text, .container.live.disp-yt-btn .top-visual .youtube-wrapper .youtube-text, .container.live.disp-yt-text .top-visual .youtube-wrapper .youtube-text {
    position: relative;
    margin: 15px 0;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: #FFF;
    font-size: 16px;
  }
  .container.live .youtube-btn.v-sp, .container.live.disp-yt-btn .youtube-btn.v-sp, .container.live.disp-yt-text .youtube-btn.v-sp {
    position: relative;
    top: 0;
    left: 0;
    float: none;
    margin: 15px auto 0;
    width: 459px;
  }
  .container .top-visual {
    width: 640px;
    padding-top: 78px;
  }
  .container .top-visual .youtube-wrapper {
    width: 100%;
    height: 401px;
    position: absolute;
    top: 20px;
    cursor: default;
    padding: 13px 20px;
    text-align: left;
  }
  .container .top-visual .youtube-wrapper .youtube-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
  }
  .container .top-visual .youtube-wrapper .live-logo {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/common/live_logo.png?1533385862') center top no-repeat;
    width: 124px;
    height: 60px;
  }
  .container .top-visual .youtube-wrapper .youtube-title {
    display: inline-block;
    position: relative;
    left: 3px;
    color: white;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .container .top-visual .youtube-wrapper .youtube-btn {
    background: url('../img/common/sp/youtube_btn_bg.png?1533385862') center top no-repeat;
    width: 459px;
    height: 78px;
    top: 395px;
    left: 90.5px;
    padding: 25px 37px;
    font-size: 32px;
    letter-spacing: 1px;
  }
  .container .top-visual .youtube-wrapper .youtube-btn .v-sp {
    position: relative;
    top: 0;
    left: -70px;
  }
  .container .top-visual iframe {
    position: relative;
    margin-top: 10px;
    width: 603px;
    height: 339px;
  }

  .content-background {
    background: url("../img/common/bg_pattern.jpg?1531383384") repeat left top;
    position: relative;
  }

  .v-pc {
    display: none;
  }

  .v-sp {
    display: block;
  }

  .line-up-list {
    overflow: hidden;
    margin: 0;
    width: 640px;
    padding: 7px 0 7px 1px;
    box-sizing: border-box;
  }
  .line-up-list li {
    border: solid 1px #989898;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 0 6px 6px;
  }
  .line-up-list li .lineup-title-box .lineup-title {
    font-size: 14px;
  }
  .line-up-list li .lineup-title-box .lineup-title span {
    font-size: 14px;
  }
  .line-up-list li .lineup-post-box {
    height: 80px;
  }
  .line-up-list li .lineup-post-box p {
    font-size: 16px;
  }
  .line-up-list li .lineup-post-box .post-title {
    height: 54px;
  }
  .line-up-list li .lineup-post-box .post-title.row3 {
    height: 76px;
  }
  .line-up-list .l1 {
    width: 310px;
    height: 230px;
  }
  .line-up-list .l3 {
    width: 626px;
    height: 210px;
  }
  .line-up-list .l3 a img {
    width: 626px;
    height: 210px;
  }
  .line-up-list li.l1:nth-child(1) {
    margin: 0 0 21px 14px;
    width: 608px;
    height: auto;
  }
  .line-up-list li.l1:nth-child(1) a img {
    height: 342px;
  }
  .line-up-list li.l1:nth-child(1) .tag {
    top: 353px;
  }
  .line-up-list li.l1:nth-child(1) .lineup-post-box p {
    font-size: 18px;
  }
  .line-up-list li.l1:nth-child(1) .lineup-post-box .post-title {
    font-size: 26px;
  }
  .line-up-list li.l1:nth-child(1) .lineup-title-box-sp {
    margin: 15px 5px 25px;
  }

  .news-list,
  .title-line-up {
    clear: both;
    padding-top: 30px;
  }
  .news-list ul.line-up-list li,
  .title-line-up ul.line-up-list li {
    border: none;
    width: 288px;
    height: auto;
    margin: 0 5px 48px 20px;
  }
  .news-list ul.line-up-list li > a,
  .title-line-up ul.line-up-list li > a {
    display: block;
    height: 100%;
  }
  .news-list ul.line-up-list li img,
  .title-line-up ul.line-up-list li img {
    margin-top: 30px;
    width: 100%;
    height: 162px;
    border: none;
  }
  .news-list ul.line-up-list li .tag,
  .title-line-up ul.line-up-list li .tag {
    top: 173px;
  }

  .news-not-found-box {
    height: 100%;
  }
  .news-not-found-box .news-not-found-message {
    background: url('../img/common/nodata.png?1531194204') no-repeat center top;
    width: 270px;
    height: 160px;
    margin: 50px auto;
  }

  .paging ul.page-numbers a, .paging ul.page-numbers span {
    background: #3b3b3b;
    font-size: 17px;
    height: 52px;
    padding: 0 15px;
    max-width: 60px;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paging ul.page-numbers a.prev, .paging ul.page-numbers a.next, .paging ul.page-numbers span.prev, .paging ul.page-numbers span.next {
    padding: 0 5px;
    font-size: 16px;
    max-width: none;
  }

  .bottom-btns {
    width: 100%;
    text-align: center;
    clear: both;
    padding-bottom: 0;
  }
  .bottom-btns a + a {
    margin-left: 0;
  }
  .bottom-btns .official-shop-btn {
    background: url('../img/goods-detail/sp/officail_shop.png?1530860053') center center no-repeat;
    width: 500px;
    height: 160px;
  }
  .bottom-btns .official-shop-btn,
  .bottom-btns .goods-archive-btn {
    margin-bottom: 42px;
    border: solid 1px #989898;
  }

  article .game-info .title-name {
    margin: 0 auto 20px;
    padding-top: 20px;
    font-size: 22px;
  }
  article .game-info .title-detail {
    font-size: 16px;
    line-height: 1.7;
  }
  article .game-info .relation-link {
    width: 595px;
    overflow: hidden;
    margin-left: -10px;
  }
  article .game-info .relation-link li {
    float: left;
  }
  article .game-info .relation-link .same-title-news {
    width: 318px;
    height: 58px;
    display: block;
  }
  article .game-info .relation-link .official-site {
    width: 318px;
    height: 58px;
    display: block;
    margin-left: -45px;
  }

  .hover-border-efct:after {
    content: none;
  }
}
header {
  width: 100%;
  background: none;
  position: fixed;
  z-index: 1010;
}
header .container {
  background: #000;
  opacity: 0.85;
  height: 62px;
}
header h1 {
  position: absolute;
  top: 0;
  left: 17px;
}
header h1 a {
  background: url('../img/common/h_logo.png?1530181919') center top no-repeat;
  width: 254px;
  height: 62px;
  display: block;
}
header .header-menu {
  position: absolute;
}
header .header-menu ul {
  top: 22px;
  left: 375px;
  position: relative;
}
header .header-menu ul li {
  display: inline-block;
  width: 88px;
}
header .header-menu ul li a {
  text-decoration: none;
  position: relative;
  text-align: center;
  color: white;
  padding-bottom: 5px;
}
header .header-menu ul li a:after {
  content: '';
  position: absolute;
  background: #343434;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
header .header-menu ul li a:hover:after {
  background: #ffec02;
  animation: navAnime 0.2s linear;
}
@keyframes navAnime {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
header .header-menu ul li a.current:after {
  animation: none;
  background: #ffec02;
  width: 100%;
}

@media screen and (max-width: 640px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  header .container {
    opacity: 1;
    height: 78px;
  }
  header h1 {
    position: absolute;
    top: 11px;
    left: 8px;
  }
  header h1 a {
    background: url('../img/common/sp/h_logo.png?1530181919') center top no-repeat;
    width: 207px;
    height: 53px;
  }
  header h1 a:after {
    content: none;
  }
  header .menu-txt {
    position: absolute;
    top: 29px;
    right: 95px;
    background: url('../img/common/sp/menu.png?1530181919') center top no-repeat;
    width: 68px;
    height: 19px;
    display: inline-block;
  }
  header .header-btn-menu {
    position: absolute;
    right: 0;
    background-color: #685800;
    width: 78px;
    height: 78px;
    display: inline-block;
    text-decoration: none;
  }
  header .header-btn-menu span:nth-child(2),
  header .header-btn-menu span:nth-child(3),
  header .header-btn-menu span:nth-child(4) {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 18px;
    width: 42px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  header .header-btn-menu span:nth-child(2) {
    top: 20px;
  }
  header .header-btn-menu span:nth-child(3) {
    top: 36px;
  }
  header .header-btn-menu span:nth-child(4) {
    top: 52px;
  }
  header .header-btn-menu.opened span:nth-child(2) {
    transform: translateY(6px) rotate(30deg);
  }
  header .header-btn-menu.opened span:nth-child(3) {
    opacity: 0;
  }
  header .header-btn-menu.opened span:nth-child(4) {
    transform: translateY(-6px) rotate(-30deg);
  }
  header .header-menu {
    position: fixed;
    top: 0;
    right: -338px;
    width: 338px;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 25px 0;
    background: #000;
    overflow-x: auto;
  }
  header .header-menu .contents {
    background: url('../img/common/sp/contents.png?1531191484') no-repeat;
    width: 143px;
    height: 21px;
    margin-bottom: 34px;
  }
  header .header-menu ul {
    top: 0;
    left: 0;
  }
  header .header-menu ul li {
    width: auto;
  }
  header .header-menu ul li a:after {
    content: none;
  }
  header .header-menu .header-menu-cat {
    margin-bottom: 57px;
  }
  header .header-menu .header-menu-cat li {
    margin-bottom: 37px;
  }
  header .header-menu .header-menu-cat li a {
    display: block;
  }
  header .header-menu .header-menu-cat li:nth-child(1) a {
    background: url('../img/common/sp/nav_news.png?1531191484') no-repeat;
    width: 166px;
    height: 60px;
  }
  header .header-menu .header-menu-cat li:nth-child(2) a {
    background: url('../img/common/sp/nav_game.png?1530181919') no-repeat;
    width: 187px;
    height: 61px;
  }
  header .header-menu .header-menu-cat li:nth-child(3) a {
    background: url('../img/common/sp/nav_anime.png?1530181919') no-repeat;
    width: 189px;
    height: 60px;
  }
  header .header-menu .header-menu-cat li:nth-child(4) a {
    background: url('../img/common/sp/nav_goods.png?1530181919') no-repeat;
    width: 213px;
    height: 61px;
  }
  header .header-menu .header-menu-cat li:nth-child(5) a {
    background: url('../img/common/sp/nav_event.png?1530181919') no-repeat;
    width: 187px;
    height: 59px;
  }
  header .header-menu .header-menu-cat li:nth-child(6) a {
    background: url('../img/common/sp/nav_others.png?1530181919') no-repeat;
    width: 228px;
    height: 62px;
  }
  header .header-menu .header-menu-cat li:nth-child(7) {
    margin-bottom: 0;
  }
  header .header-menu .header-menu-cat li:nth-child(7) a {
    background: url('../img/common/sp/nav_titles.png?1530181919') no-repeat;
    width: 189px;
    height: 62px;
  }
  header .header-menu .other-media {
    background: url('../img/common/sp/other_media.png?1530181919') no-repeat;
    width: 188px;
    height: 21px;
    margin-bottom: 30px;
  }
  header .header-menu .header-menu-media li {
    margin-bottom: 18px;
  }
  header .header-menu .header-menu-media li:last-child {
    margin-bottom: 0;
  }
  header .header-menu .header-menu-media li a {
    font-size: 30px;
    line-height: 1.2;
  }
  header .header-menu .header-menu-media li a:before {
    content: "〉";
    font-size: 15px;
    position: relative;
    top: -5px;
  }
  header .header-menu hr {
    border: 1px solid #ffec02;
    margin: 35px 0;
  }
  header .header-menu .header-menu-terms {
    padding-bottom: 80px;
  }
  header .header-menu .header-menu-terms li {
    margin-bottom: 18px;
  }
  header .header-menu .header-menu-terms li:nth-child(2) {
    letter-spacing: -3px;
  }
  header .header-menu .header-menu-terms li:last-child {
    margin-bottom: 0;
  }
  header .header-menu .header-menu-terms li a {
    font-size: 30px;
    line-height: 1.2;
  }
  header .header-menu .header-menu-terms li a:before {
    content: "〉";
    font-size: 15px;
    position: relative;
    top: -5px;
  }
}
footer {
  background: #fff;
  padding: 33px 0 10px 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  clear: both;
}
footer a {
  color: #393939;
  text-decoration: none;
}
footer a:visited {
  color: #393939;
}
footer .in-site a:hover {
  opacity: 0.6;
}
footer .atlus-site a:hover {
  color: #000;
  font-weight: bold;
  opacity: 0.6;
}
footer .footer-nav {
  float: left;
}
footer .footer-nav li {
  margin-bottom: 22px;
}
footer .footer-nav li a {
  position: relative;
  font-size: 15px;
}
footer .footer-nav li a:before {
  content: '';
  background: url('../img/common/f_nav_deco2.png?1530181919') center top no-repeat;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 1px;
  left: -10px;
}
footer .footer-nav.large li {
  margin-bottom: 30px;
}
footer .footer-nav.large li a {
  position: relative;
  color: #000;
  font-size: 19px;
  padding-left: 11px;
}
footer .footer-nav.large li a:before {
  content: '';
  background: url('../img/common/f_nav_deco1.png?1530181919') center top no-repeat;
  width: 5px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}
footer .footer-nav + .footer-nav {
  margin-left: 59px;
}
footer .footer-x {
  clear: both;
}
footer .footer-x a {
  display: inline-block;
  background: url('../img/common/f_x.png?1747120190') center top no-repeat;
  width: 254px;
  height: 60px;
  position: absolute;
  top: 3px;
  right: 0;
}
footer .footer-official {
  clear: both;
  position: absolute;
  top: 175px;
  right: 0;
}
footer .footer-official .footer-atlus-logo {
  background: url('../img/common/f_logo_atlus.png?1530181919') center top no-repeat;
  width: 117px;
  height: 35px;
  display: inline-block;
  position: relative;
}
footer .footer-official p {
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin: 15px 0 0 8px;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 35px 0 15px;
  }
  footer .footer-x {
    text-align: center;
  }
  footer .footer-x a {
    position: static;
    background: url('../img/common/sp/f_x.png?1747120190') center top no-repeat;
    width: 554px;
    height: 80px;
  }
  footer .footer-official {
    position: static;
    text-align: center;
    margin-top: 35px;
  }
  footer .footer-official .footer-atlus-logo {
    background: url('../img/common/sp/f_logo_atlus.png?1530181919') center top no-repeat;
    width: 210px;
    height: 63px;
    display: inline-block;
  }
  footer .footer-official p {
    display: inline-block;
    font-size: 18px;
    margin: 26px 0 0 15px;
    vertical-align: top;
  }
}
.page-top-btn {
  background: url('../img/common/btn_page_top.png?1531267704') center top no-repeat;
  width: 85px;
  height: 85px;
  background-size: 85px 85px;
  display: none;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 20;
}
@media (max-width: 640px) {
  .page-top-btn {
    bottom: 20px;
  }
}

.page-top-btn.absolute {
  position: absolute;
  bottom: 250px;
}

main.general-format .general-container {
  width: 750px;
  margin: 0 auto;
  padding: 60px 0;
}
main.general-format .general-container h2 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
  text-align: center;
}
main.general-format .general-container .general-content-box {
  line-height: 1.6;
  font-feature-settings: "palt";
}
main.general-format .general-container .general-content-box h3 {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin: 30px 0 20px;
}
main.general-format .general-container .general-content-box h4 {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin: 15px 0 15px;
}
main.general-format .general-container .general-content-box p {
  font-size: 14px;
  color: #000;
}
main.general-format .general-container .general-content-box ul {
  list-style: disc outside;
  padding-left: 1em;
  font-size: 14px;
}
main.general-format .general-container .general-content-box ol {
  list-style: decimal inside;
  font-size: 14px;
}
main.general-format .general-container .general-content-box a {
  margin: 10px 0;
}
main.general-format .general-container .general-content-box .document-date {
  text-align: right;
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  main.general-format .general-container {
    width: 600px;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.home main .live {
  height: 715px;
}
.home main .live .top-twitter {
  margin-top: 715px;
}
.home main .live.tv-container {
  height: 968px;
}
.home main .live.disp-yt-text .top-twitter {
  margin-top: 470px;
}
.home main .live.disp-yt-text.tv-container {
  height: 740px;
}
.home main .top-calendar {
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  width: 1024px;
  overflow: hidden;
}
.home main .top-calendar .bebase-neue {
  font-family: "Bebas Neue","YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Meiryo",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",sans-serif;
}
.home main .top-calendar .noto-sans {
  font-family: "Noto Sans JP","YuGothic","游ゴシック体","Yu Gothic","游ゴシック","Meiryo",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",sans-serif;
}
.home main .top-calendar ul {
  display: flex;
  padding: 50px 0;
  transition: 1s;
  opacity: 0;
  width: 1176px;
}
.home main .top-calendar ul.visible {
  transform: none;
  opacity: 1;
}
.home main .top-calendar ul.animated {
  transform: none;
  opacity: 1;
  transition: 0s;
}
.home main .top-calendar ul.slide {
  transform: translateX(-147px);
}
.home main .top-calendar ul li {
  background: url('../img/top/top_calendar_bg.jpg?1631864507') center center no-repeat;
  width: 142px;
  height: 250px;
  margin: 0 5px 0 0;
  position: relative;
}
.home main .top-calendar ul li .month-label {
  position: absolute;
  top: -40px;
  left: 0;
  color: white;
  font-size: 30px;
}
.home main .top-calendar ul li .month-label .small {
  font-size: 15px;
}
.home main .top-calendar ul li a {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.home main .top-calendar ul li a .date {
  font-size: 45px;
  margin: 10px 0 0 6px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.home main .top-calendar ul li a .date .small {
  font-size: 14px;
  text-shadow: none;
}
.home main .top-calendar ul li a .text {
  margin: 10px 10px 0;
  font-size: 16px;
}
.home main .top-calendar ul li a .release {
  position: absolute;
  display: inline-block;
  bottom: 6px;
  right: 10px;
  font-size: 24px;
}
.home main .top-calendar ul li a .release .word {
  background: url('../img/top/calendar_text.png?1664842600') center center no-repeat;
  width: 25px;
  height: 18px;
  display: inline-block;
  margin-left: 2px;
}
.home main .top-calendar ul li.disable {
  pointer-events: none;
  visibility: hidden;
}
.home main .top-calendar .today {
  font-size: 30px;
  text-align: center;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home main .top-calendar .today-border {
  border: 3px solid white;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  width: 142px;
  height: 250px;
}
.home main .top-bnr {
  position: relative;
  width: 1023px;
  height: 183px;
  background: #000;
  margin-bottom: 47px;
  padding-top: 15px;
  margin-top: 5px;
}
.home main .top-bnr .top-bnr-list {
  width: 570px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.home main .top-bnr .top-bnr-list li {
  display: inline-block;
  width: 272px;
  height: 153px;
  margin-left: 10px;
}
.home main .top-bnr .top-bnr-list li img {
  width: 272px;
  height: 153px;
}
.home main .top-bnr .top-video-list {
  display: inline-block;
  margin-left: -3px;
  position: relative;
  top: -3px;
}
.home main .top-bnr .top-video-list li {
  display: inline-block;
  position: relative;
  width: 266px;
  height: 150px;
  margin-left: 10px;
}
.home main .top-bnr .top-video-list li:first-child {
  background: url('../img/top/top_least_video.png?1530243907') center center no-repeat;
  width: 143px;
  height: 150px;
}
.home main .top-bnr .top-video-list li a.movie-link {
  width: 100%;
  height: 153px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  transition: all 0.2s ease;
}
.home main .top-bnr .top-video-list li a.movie-link:hover span {
  opacity: 1;
}
.home main .top-bnr .top-video-list li a.movie-link span {
  opacity: 0;
  content: ' ';
  background: url('../img/top/play_btn.png?1532940950') center center no-repeat;
  width: 70px;
  height: 49px;
  position: absolute;
  top: calc(50% - 24.5px);
  left: calc(50% - 35px);
  transition: all 0.2s ease;
}
.home main .top-bnr .top-video-list li a.movie-link span:hover {
  opacity: 0.8;
}
.home main h2 {
  background: url('../img/top/title_latest_news.png?1530243907') center center no-repeat;
  width: 311px;
  height: 33px;
  margin-bottom: 33px;
  top: 20px;
  position: relative;
}
.home main .all-news-btn {
  position: absolute;
  top: 20px;
  right: 0;
  background: url('../img/title-detail/all_news_btn.png?1531144118') center top no-repeat;
  width: 174px;
  height: 40px;
}
.home main .pick-up {
  margin-top: 0;
  padding-bottom: 60px;
}
.home main .pick-up h2 {
  background: url('../img/top/title_pickup.png?1530243907') center top no-repeat;
  width: 191px;
  height: 33px;
  display: block;
}
.home main .pick-up .pickup-list {
  margin-top: 40px;
  overflow: hidden;
  width: 1044px;
  margin-left: -8px;
}
.home main .pick-up .pickup-list li {
  display: inline-block;
  margin: 0 10px 20px;
}
.home main .pick-up .pickup-list li a {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}
.home main .pick-up .pickup-list li a img {
  width: 240px;
  height: 135px;
}

@media screen and (max-width: 640px) {
  .home main .container.live .top-visual {
    margin-top: 78px;
    height: auto;
  }
  .home main .container.live.live {
    height: auto;
  }
  .home main .container.live .top-twitter {
    margin-top: 0;
  }
  .home main .top-calendar {
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    width: 640px;
  }
  .home main .top-calendar ul {
    display: flex;
    padding: 50px 0;
    width: 1016px;
    margin-left: -117px;
  }
  .home main .top-calendar ul.slide {
    transform: translateX(-125px);
  }
  .home main .top-calendar ul li {
    background: url('../img/top/top_calendar_bg.jpg?1631864507') center center no-repeat;
    width: 120px;
    height: 211px;
    margin: 0 5px 0 0;
    background-size: cover;
    position: relative;
  }
  .home main .top-calendar ul li .month-label {
    font-size: 35px;
  }
  .home main .top-calendar ul li .month-label .small {
    font-size: 18px;
  }
  .home main .top-calendar ul li a .date {
    font-size: 45px;
    margin: 10px 0 0 6px;
  }
  .home main .top-calendar ul li a .date .small {
    font-size: 14px;
  }
  .home main .top-calendar ul li a .text {
    margin: 10px 5px 0;
    font-size: 14px;
  }
  .home main .top-calendar .today-border {
    border: 3px solid white;
    position: absolute;
    top: 50px;
    left: -4px;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    width: 120px;
    height: 211px;
  }
  .home main .top-bnr {
    position: relative;
    width: 640px;
    height: 355px;
    background: rgba(0, 0, 0, 0.75);
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 5px;
  }
  .home main .top-bnr .top-bnr-list {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    background-color: #484301;
    margin-top: 180px;
  }
  .home main .top-bnr .top-bnr-list li {
    display: inline-block;
    margin: 13px 15px;
  }
  .home main .top-bnr .top-bnr-list li a {
    display: inline-block;
  }
  .home main .top-bnr .view-on-atlustube-btn {
    position: absolute;
    top: 100px;
    left: 50px;
    background: url('../img/top/sp/view_on_atlustube_btn.png?1531066443') center center no-repeat;
    width: 261px;
    height: 44px;
    display: inline-block;
  }
  .home main .top-bnr .top-video-list {
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home main .top-bnr .top-video-list li {
    display: inline-block;
    width: 266px;
    height: 150px;
    margin-left: 10px;
  }
  .home main .top-bnr .top-video-list li:first-child {
    background: url('../img/top/sp/top_least_video.png?1531066443') center center no-repeat;
    width: 328px;
    height: 99px;
    position: absolute;
    top: 10px;
    left: 7px;
  }
  .home main .top-bnr .top-video-list li:nth-child(2) {
    margin-top: 15px;
    margin-left: 360px;
  }
  .home main .top-bnr .top-video-list li iframe.movie {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .home main .top-bnr .top-video-list li a.movie-link span {
    display: none;
  }
  .home main section.news-list .paging {
    display: none;
  }
  .home main h2 {
    background: url('../img/top/title_latest_news.png?1530243907') center center no-repeat;
    width: 311px;
    height: 33px;
    margin-bottom: 33px;
    top: 20px;
    left: 15px;
    position: relative;
  }
  .home main .all-news-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    background: url('../img/title-detail/all_news_btn.png?1531144118') center top no-repeat;
    width: 174px;
    height: 40px;
  }
  .home main .pick-up {
    margin-top: 0;
    padding-bottom: 3px;
  }
  .home main .pick-up h2 {
    background: url('../img/top/title_pickup.png?1530243907') center top no-repeat;
    width: 191px;
    height: 33px;
    display: block;
  }
  .home main .pick-up ul.pickup-list {
    overflow: hidden;
    width: auto;
    margin-top: 15px;
    margin-bottom: 58px;
    margin-left: 0;
    border-top: solid 1px #484301;
    border-bottom: solid 1px #484301;
  }
  .home main .pick-up ul.pickup-list .slick-track {
    position: relative;
    left: -222px;
  }
  .home main .pick-up ul.pickup-list li {
    display: inline-block;
    margin: 13px 0 14px 15px;
  }
  .home main .pick-up ul.pickup-list li:nth-child(4n - 3) {
    margin-left: 15px;
  }
  .home main .pick-up ul.pickup-list li:nth-child(4n) {
    margin-right: 0;
  }
  .home main .pick-up ul.pickup-list li a {
    display: inline-block;
  }
  .home main .pick-up ul.pickup-list li a img {
    width: 272px;
    height: 153px;
  }

  .fancybox-slide--iframe.fancybox-slide--video .fancybox-content {
    width: 640px;
    height: 330px;
    max-width: 100%;
  }
}
main.title-wrapper h2.title {
  background: url('../img/title/title.png?1530181919') center bottom no-repeat;
  width: 146px;
  height: 33px;
  position: relative;
  padding-top: 55px;
  margin-bottom: 12px;
}
main.title-wrapper h3.title-GAME {
  background: url('../img/title/title_game.png?1530181919') center top no-repeat;
  width: 240px;
  height: 160px;
}
main.title-wrapper h3.title-ANIME {
  background: url('../img/title/title_anime.png?1530181919') center top no-repeat;
  width: 240px;
  height: 160px;
}
main.title-wrapper h3.title-OTHERS {
  background: url('../img/title/title_others.png?1530181919') center top no-repeat;
  width: 240px;
  height: 160px;
}
main.title-wrapper .title-line-up {
  padding-bottom: 50px;
}
main.title-wrapper .line-up-list li:nth-child(1) {
  width: 240px;
  height: auto;
}
main.title-wrapper .line-up-list li:nth-child(1) a img {
  height: 135px;
}
main.title-wrapper .EVENT-list {
  display: none;
}

@media screen and (max-width: 640px) {
  header .container {
    margin: 0;
  }

  main.title-wrapper .container {
    background: none;
    padding: 0;
  }
  main.title-wrapper .container.live {
    height: auto;
  }
  main.title-wrapper .container.live .top-visual {
    height: auto;
    margin-bottom: 5px;
  }
  main.title-wrapper .container.live.disp-yt-btn .top-visual, main.title-wrapper .container.live.disp-yt-text .top-visual {
    margin-bottom: 40px;
  }
  main.title-wrapper .container .top-visual {
    margin-left: 0;
  }
  main.title-wrapper .content-background .container {
    background: none;
    margin-top: 0px;
    padding: 0;
  }
  main.title-wrapper .title-series {
    margin-bottom: 40px;
  }
  main.title-wrapper .title-series h2 {
    background: url('../img/title/sp/series_title.png?1530181919') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
  main.title-wrapper .top-visual {
    min-height: auto;
  }
  main.title-wrapper h2.title {
    margin-left: 13px;
  }
  main.title-wrapper h3.title-GAME {
    background: url('../img/title/sp/title_game.png?1530697695') center top no-repeat;
    width: 610px;
    height: 63px;
  }
  main.title-wrapper h3.title-ANIME {
    background: url('../img/title/sp/title_anime.png?1530697695') center top no-repeat;
    width: 610px;
    height: 63px;
  }
  main.title-wrapper h3.title-OTHERS {
    background: url('../img/title/sp/title_others.png?1530697695') center top no-repeat;
    width: 610px;
    height: 63px;
  }
  main.title-wrapper .title-line-up h2 {
    background: url('../img/title/sp/lineup_title.png?1530181919') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
  main.title-wrapper .title-line-up li {
    border: none;
    border-bottom: solid 1px #ffec02;
    margin: 0 15px 24px;
    width: 288px;
    height: 330px;
  }
  main.title-wrapper .title-line-up li > a {
    display: block;
    height: 100%;
  }
  main.title-wrapper .title-line-up li img {
    border: solid 1px #989898;
    margin-top: 0;
    height: 162px;
  }
  main.title-wrapper .title-line-up li .lineup-title-box {
    display: none;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp {
    display: block;
    color: #fff;
    margin-top: 20px;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp .title {
    font-size: 23px;
    line-height: 26px;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp .release-date {
    margin-top: 25px;
    font-size: 14px;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp .console {
    margin-top: 15px;
    font-size: 14px;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp .link-icon {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp .link-icon:before {
    display: block;
    content: ' ';
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 2px solid #ffec02;
    -webkit-border-radius: 25%;
    border-radius: 25%;
  }
  main.title-wrapper .title-line-up li .lineup-title-box-sp .link-icon:after {
    display: block;
    content: ' ';
    left: 27%;
    top: -66%;
    position: relative;
    width: 33%;
    height: 33%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main.title-wrapper .title-line-up li:nth-child(1) {
    border: none;
    margin: 0 0 23px 13px;
    width: 100%;
    height: auto;
    min-height: auto !important;
  }
  main.title-wrapper .title-line-up .line-up-list {
    display: flex;
    flex-wrap: wrap;
  }
  main.title-wrapper .title-line-up .line-up-list li {
    height: auto;
    min-height: 330px;
  }
  main.title-wrapper .title-line-up .line-up-list li .console {
    width: 250px !important;
    margin-bottom: 15px !important;
  }
  main.title-wrapper .title-line-up .line-up-list li.l1:nth-child(1) {
    margin: 0 0 21px 14px;
    width: 608px;
    height: auto;
    min-height: auto;
  }
  main.title-wrapper .title-line-up .line-up-list li.l1:nth-child(1) a img {
    height: 342px;
  }
  main.title-wrapper .title-line-up .line-up-list li.l1:nth-child(1) .tag {
    top: 353px;
  }
  main.title-wrapper .title-line-up .line-up-list li.l1:nth-child(1) .lineup-title-box-sp {
    margin: 15px 5px 25px;
  }
  main.title-wrapper ul.ANIME-list li,
  main.title-wrapper ul.OTHERS-list li {
    height: 296px;
  }
  main.title-wrapper ul.ANIME-list li:nth-child(2),
  main.title-wrapper ul.OTHERS-list li:nth-child(2) {
    height: auto;
  }
  main.title-wrapper ul.ANIME-list li:nth-child(2) .lineup-title-box-sp,
  main.title-wrapper ul.OTHERS-list li:nth-child(2) .lineup-title-box-sp {
    margin: 15px 5px 30px;
  }
  main.title-wrapper ul.ANIME-list li:nth-child(2) .lineup-title-box-sp .title,
  main.title-wrapper ul.OTHERS-list li:nth-child(2) .lineup-title-box-sp .title {
    width: calc(100% - 36px);
  }
  main.title-wrapper ul.ANIME-list li .lineup-title-box-sp,
  main.title-wrapper ul.OTHERS-list li .lineup-title-box-sp {
    margin-bottom: 60px;
  }
  main.title-wrapper ul.ANIME-list li .lineup-title-box-sp .release-date,
  main.title-wrapper ul.ANIME-list li .lineup-title-box-sp .console,
  main.title-wrapper ul.OTHERS-list li .lineup-title-box-sp .release-date,
  main.title-wrapper ul.OTHERS-list li .lineup-title-box-sp .console {
    display: none;
  }
}
main.goods-wrapper {
  overflow: hidden;
}
main.goods-wrapper .content-background {
  margin-top: 0;
}
main.goods-wrapper p.title-name {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding: 6px 15px;
  top: 20px;
  margin-bottom: 20px;
}
main.goods-wrapper h2.title {
  background: url('../img/goods/title.png?1530243907') center bottom no-repeat;
  width: 364px;
  height: 33px;
  position: relative;
  padding-top: 55px;
  margin-bottom: 12px;
}
main.goods-wrapper h3.title-GAME {
  background: url('../img/goods/title_game.png?1530243907') center top no-repeat;
  width: 240px;
  height: 160px;
}
main.goods-wrapper h3.title-ANIME {
  background: url('../img/goods/title_anime.png?1530243907') center top no-repeat;
  width: 240px;
  height: 160px;
}
main.goods-wrapper h3.title-OTHERS {
  background: url('../img/goods/title_others.png?1530243907') center top no-repeat;
  width: 240px;
  height: 160px;
}
main.goods-wrapper .title-line-up {
  padding-bottom: 50px;
}
main.goods-wrapper .line-up-list li:nth-child(1) {
  width: 240px;
  height: auto;
}
main.goods-wrapper .line-up-list li:nth-child(1) a img {
  height: 135px;
}
main.goods-wrapper .line-up-list li:nth-child(1) a .lineup-post-box {
  height: 70px;
}
main.goods-wrapper .line-up-list li:nth-child(1) a .lineup-post-box p {
  font-size: 13px;
}
main.goods-wrapper .line-up-list li:nth-child(1) a .lineup-post-box .post-title {
  height: 44px;
}
main.goods-wrapper .line-up-list li:nth-child(1) a .lineup-post-box .post-title.row3 {
  height: 66px;
}
main.goods-wrapper .EVENT-list {
  display: none;
}
main.goods-wrapper ul.category {
  height: 36px;
  width: 100%;
  text-align: right;
  border-bottom: solid 2px #ffec00;
  font-size: 0;
  margin: 20px auto 20px;
}
main.goods-wrapper ul.category li {
  display: inline-block;
}
main.goods-wrapper ul.category li.cate-all {
  background: url('../img/goods/titles/cate_all_off.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
  position: absolute;
  left: 0;
}
main.goods-wrapper ul.category li.cate-all.on {
  background: url('../img/goods/titles/cate_all_on.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.search {
  background: url('../img/goods/titles/search.png?1530243907') center center no-repeat;
  width: 99px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-book, main.goods-wrapper ul.category li.cate-music, main.goods-wrapper ul.category li.cate-movie, main.goods-wrapper ul.category li.cate-figure, main.goods-wrapper ul.category li.cate-other {
  margin-left: 2px;
}
main.goods-wrapper ul.category li.cate-book {
  background: url('../img/goods/titles/cate1_off.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-book.on {
  background: url('../img/goods/titles/cate1_on.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-music {
  background: url('../img/goods/titles/cate2_off.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-music.on {
  background: url('../img/goods/titles/cate2_on.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-movie {
  background: url('../img/goods/titles/cate3_off.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-movie.on {
  background: url('../img/goods/titles/cate3_on.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-figure {
  background: url('../img/goods/titles/cate4_off.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-figure.on {
  background: url('../img/goods/titles/cate4_on.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-other {
  background: url('../img/goods/titles/cate5_off.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li.cate-other.on {
  background: url('../img/goods/titles/cate5_on.png?1530243907') center top no-repeat;
  width: 140px;
  height: 34px;
}
main.goods-wrapper ul.category li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  main.goods-wrapper .container {
    background: none;
    margin-top: 78px;
    padding: 0;
  }
  main.goods-wrapper .container.live {
    height: auto;
  }
  main.goods-wrapper .container.live .top-visual {
    height: auto;
    margin-bottom: 5px;
  }
  main.goods-wrapper .container.live.select-title {
    height: 360px;
  }
  main.goods-wrapper .container.live.disp-yt-btn .top-visual, main.goods-wrapper .container.live.disp-yt-text .top-visual {
    margin-bottom: 40px;
  }
  main.goods-wrapper .container .top-visual {
    margin-left: 0;
  }
  main.goods-wrapper .container .top-official-img {
    width: 640px;
  }
  main.goods-wrapper .container .top-official-img img {
    width: 100%;
  }
  main.goods-wrapper .content-background {
    padding-top: 1px;
  }
  main.goods-wrapper .content-background .container {
    background: none;
    margin-top: 0px;
    padding: 0;
  }
  main.goods-wrapper .content-background .container p.title-name {
    display: block;
    top: 0;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
    border-bottom: solid 2px #585203;
    padding: 21px 0px;
    font-size: 23px;
    line-height: 32px;
    margin: 0 auto;
    width: 610px;
  }
  main.goods-wrapper .top-visual {
    min-height: 435px;
  }
  main.goods-wrapper h2.title {
    margin: 46px 0 20px 16px;
    padding: 0;
  }
  main.goods-wrapper .category-sp {
    position: relative;
    height: 160px;
    text-align: center;
  }
  main.goods-wrapper .category-sp > p {
    display: inline-block;
    margin-top: 24px;
    color: #d4c401;
    font-size: 22px;
  }
  main.goods-wrapper .category-sp button.category-pull-down {
    position: absolute;
    top: 60px;
    left: 150px;
    width: 385px;
    height: 48px;
    background: url('../img/goods/sp/pulldown_opne_bg.png?1532592821') center top repeat;
    text-align: left;
    padding: 0 15px;
    font-size: 30px;
    color: #fff;
  }
  main.goods-wrapper .category-sp button.category-pull-down:before {
    content: '';
    background: url('../img/goods/sp/pulldown_open_btn.png?1532592821') center top no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    left: -48px;
  }
  main.goods-wrapper .category-pull-down-list {
    display: none;
    width: 433px;
    background: #bfbb00;
    position: absolute;
    z-index: 10;
    top: 108px;
    left: 102px;
    padding-top: 1px;
    padding-bottom: 50px;
  }
  main.goods-wrapper .category-pull-down-list .category-pull-down-close {
    text-align: center;
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  main.goods-wrapper .category-pull-down-list li {
    background: #fff;
    width: calc(100% - 6px);
    height: 60px;
    display: inline-block;
    position: relative;
  }
  main.goods-wrapper .category-pull-down-list li:before {
    content: '';
    background: url('../img/news/title_list_icon.png?1530181919') center top no-repeat;
    width: 5px;
    height: 11px;
    position: absolute;
    top: 25px;
    left: 12px;
  }
  main.goods-wrapper .category-pull-down-list li:first-child:before {
    background: url('../img/news/title_list_all_icon.png?1530181919') center top no-repeat;
    width: 16px;
    height: 12px;
    top: 23px;
    left: 7px;
  }
  main.goods-wrapper .category-pull-down-list li a {
    text-align: left;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 60px;
  }
  main.goods-wrapper h3.title-GAME {
    background: url('../img/goods/sp/title_game.png?1530697695') center top no-repeat;
    width: 610px;
    height: 63px;
  }
  main.goods-wrapper h3.title-ANIME {
    background: url('../img/goods/sp/title_anime.png?1530697695') center top no-repeat;
    width: 610px;
    height: 63px;
  }
  main.goods-wrapper h3.title-OTHERS {
    background: url('../img/goods/sp/title_others.png?1530697695') center top no-repeat;
    width: 610px;
    height: 63px;
  }
  main.goods-wrapper ul.line-up-list li {
    border: none;
    border-bottom: solid 1px #ffec02;
    margin: 0 15px 24px;
    width: 288px;
    height: 330px;
  }
  main.goods-wrapper ul.line-up-list li > a {
    display: block;
    height: 100%;
  }
  main.goods-wrapper ul.line-up-list li img {
    border: solid 1px #989898;
    margin-top: 0;
    height: 162px;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box {
    display: none;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp {
    display: block;
    color: #fff;
    margin-top: 20px;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp .title {
    font-size: 23px;
    line-height: 26px;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp .release-date {
    margin-top: 25px;
    font-size: 14px;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp .console {
    margin-top: 15px;
    font-size: 14px;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp .link-icon {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp .link-icon:before {
    display: block;
    content: ' ';
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 2px solid #ffec02;
    -webkit-border-radius: 25%;
    border-radius: 25%;
  }
  main.goods-wrapper ul.line-up-list li .lineup-title-box-sp .link-icon:after {
    display: block;
    content: ' ';
    left: 27%;
    top: -66%;
    position: relative;
    width: 33%;
    height: 33%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main.goods-wrapper ul.line-up-list li:nth-child(2) a .lineup-post-box .post-title {
    font-size: 16px;
  }
  main.goods-wrapper ul.line-up-list.no-title li:nth-child(1) {
    border: none;
    margin: 0 0 23px 13px;
    width: 100%;
    height: auto;
  }
  main.goods-wrapper ul.line-up-list.no-title li:nth-child(2) {
    margin: 0 0 21px 14px;
    width: 608px;
    height: auto;
  }
  main.goods-wrapper ul.line-up-list.no-title li:nth-child(2) img {
    height: 342px;
  }
  main.goods-wrapper ul.line-up-list.no-title li:nth-child(2) .lineup-title-box-sp {
    margin: 15px 5px 25px;
  }
  main.goods-wrapper ul.line-up-list.select-title li {
    width: 290px;
    height: auto;
    margin: 0 5px 48px 20px;
    border: none;
  }
  main.goods-wrapper ul.line-up-list.select-title li .lineup-title-box {
    display: block;
  }
  main.goods-wrapper ul.line-up-list.select-title li img {
    margin-top: 30px;
    width: 100%;
    height: 163px;
    border: none;
  }
  main.goods-wrapper ul.line-up-list.select-title li:nth-child(1) a .lineup-post-box p {
    font-size: 16px;
  }
  main.goods-wrapper ul.ANIME-list li,
  main.goods-wrapper ul.OTHERS-list li {
    height: 296px;
  }
  main.goods-wrapper ul.ANIME-list li:nth-child(1),
  main.goods-wrapper ul.OTHERS-list li:nth-child(1) {
    height: auto;
  }
  main.goods-wrapper ul.ANIME-list li:nth-child(1) .lineup-title-box-sp,
  main.goods-wrapper ul.OTHERS-list li:nth-child(1) .lineup-title-box-sp {
    margin: 15px 5px 30px;
  }
  main.goods-wrapper ul.ANIME-list li:nth-child(1) .lineup-title-box-sp .title,
  main.goods-wrapper ul.OTHERS-list li:nth-child(1) .lineup-title-box-sp .title {
    width: calc(100% - 36px);
  }
  main.goods-wrapper ul.ANIME-list li .lineup-title-box-sp,
  main.goods-wrapper ul.OTHERS-list li .lineup-title-box-sp {
    margin-bottom: 60px;
  }
  main.goods-wrapper ul.ANIME-list li .lineup-title-box-sp .release-date,
  main.goods-wrapper ul.ANIME-list li .lineup-title-box-sp .console,
  main.goods-wrapper ul.OTHERS-list li .lineup-title-box-sp .release-date,
  main.goods-wrapper ul.OTHERS-list li .lineup-title-box-sp .console {
    display: none;
  }
  main.goods-wrapper .title-series {
    margin-bottom: 40px;
  }
  main.goods-wrapper .title-series h2 {
    background: url('../img/goods/sp/series_title.png?1530243907') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
  main.goods-wrapper .title-line-up h2 {
    background: url('../img/goods/sp/lineup_title.png?1530243907') center top no-repeat;
    width: 313px;
    height: 54px;
    display: block;
    margin-left: 0;
  }
}
.single-goods-archive .article-container .container {
  position: relative;
}
.single-goods-archive .article-container .tv-container {
  height: auto;
}
.single-goods-archive .article-container .tv-container.live {
  height: 470px;
}
.single-goods-archive .article-container .tv-container.live.disp-yt-btn {
  height: 715px;
}
.single-goods-archive .article-container .tv-container.live.disp-yt-text {
  height: 470px;
}
.single-goods-archive .article-container main {
  float: left;
  position: relative;
  width: 663px;
}
.single-goods-archive .article-container main h2.title {
  background: url('../img/goods-detail/title.png?1530243907') center center no-repeat;
  width: 364px;
  height: 33px;
  margin-bottom: 50px;
  top: 20px;
  position: relative;
}
.single-goods-archive .article-container main .back-btn {
  position: absolute;
  top: 20px;
  right: 0;
  background: url('../img/goods-detail/back_btn.png?1530243907') center top no-repeat;
  width: 130px;
  height: 40px;
}
.single-goods-archive .article-container main .back-btn.bottom {
  top: auto;
  bottom: 0;
}
.single-goods-archive .article-container main .article-panel {
  border-top: solid 1px #ffec00;
  padding-top: 10px;
}
.single-goods-archive .article-container main article {
  width: 100%;
  color: #000;
  margin: 0 0 50px 0;
  position: relative;
}
.single-goods-archive .article-container main article .article-meta {
  position: relative;
  height: 55px;
  border-style: solid;
  border-top: 1px #696600;
}
.single-goods-archive .article-container main article .category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background: url('../img/goods-detail/category_bg.png?1530243907') center top no-repeat;
  width: 111px;
  height: 28px;
  line-height: 28px;
}
.single-goods-archive .article-container main article .article-box {
  width: 100%;
  clear: both;
  margin: 0 auto;
  background: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-goods-archive .article-container main article .release-date {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  padding: 30px 0 0 32px;
}
.single-goods-archive .article-container main article .sold-out {
  display: inline-block;
  background-color: #fe0200;
  margin-left: 10px;
  padding: 2px 10px 1px;
  font-size: 15px;
  color: white;
}
.single-goods-archive .article-container main article .price {
  font-weight: bold;
  margin-top: -10px;
  text-align: right;
  padding: 0 32px 20px;
}
.single-goods-archive .article-container main article .item-image {
  max-width: 640px;
  padding: 0 32px;
  display: block;
  margin: 0 auto;
}
.single-goods-archive .article-container main article .copyright {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  padding: 10px 32px 0;
}
.single-goods-archive .article-container main article .related-page {
  background: url('../img/goods-detail/related_page_btn.png?1531274430') center center no-repeat;
  width: 511px;
  height: 65px;
  display: block;
  margin: 30px auto;
  outline: none;
}
.single-goods-archive .article-container main article .post-date {
  padding-top: 31px;
  font-size: 14px;
  color: #696600;
  padding: 31px 32px 0;
}
.single-goods-archive .article-container main article h3 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin: 9px 0 20px;
  padding: 0 32px 0;
  padding-bottom: 0px;
}
.single-goods-archive .article-container main article .main-text {
  font-size: 16px;
  line-height: 2rem;
  font-feature-settings: "palt";
  padding: 0 32px 20px;
}
.single-goods-archive .article-container main article .main-text strong {
  font-weight: bold;
}
.single-goods-archive .article-container main article .main-text em {
  font-style: italic;
}
.single-goods-archive .article-container main article .main-text blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.single-goods-archive .article-container main article .main-text .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-goods-archive .article-container main article .main-text .alignright {
  float: right;
}
.single-goods-archive .article-container main article .main-text .alignleft {
  float: left;
}
.single-goods-archive .article-container main article .main-text img[class*="wp-image-"],
.single-goods-archive .article-container main article .main-text img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.single-goods-archive .article-container main article .main-text table,
.single-goods-archive .article-container main article .main-text tr,
.single-goods-archive .article-container main article .main-text td {
  border: 1px solid #fff;
}
.single-goods-archive .article-container main article .main-text .clearfix {
  overflow: hidden;
  zoom: 1;
}
.single-goods-archive .article-container main article .main-text .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.single-goods-archive .article-container main article .main-text p {
  margin-bottom: 10px;
}
.single-goods-archive .article-container main article .main-text img {
  margin-bottom: 15px;
}
.single-goods-archive .article-container main article .main-text a {
  color: #4169e1;
}
.single-goods-archive .article-container main article .main-text a:hover {
  color: #1d45bb;
}
.single-goods-archive .article-container main article .main-text a:visited {
  color: #7f9aea;
}
.single-goods-archive .article-container main article .main-text .article-page-nav {
  text-align: center;
  font-size: 0;
}
.single-goods-archive .article-container main article .main-text .article-page-nav span {
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.single-goods-archive .article-container main article .main-text .article-page-nav a {
  background: #d2d2d2;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.single-goods-archive .article-container main article .main-text .article-page-nav a span {
  color: #000;
}
.single-goods-archive .article-container main article .main-text .article-page-nav a:hover {
  opacity: 0.9;
}
.single-goods-archive .article-container main article .main-text .article-page-nav span + a, .single-goods-archive .article-container main article .main-text .article-page-nav a + a, .single-goods-archive .article-container main article .main-text .article-page-nav a + span {
  margin-left: 20px;
}
.single-goods-archive .article-container main article .game-info {
  width: 100%;
  margin: 0;
  padding: 0 32px 25px;
}
.single-goods-archive .article-container aside {
  float: right;
  width: 308px;
  padding-left: 2px;
}
.single-goods-archive .article-container aside .pickup {
  margin-top: 24px;
  border-bottom: 1px solid #fff;
  margin-right: 60px;
}
.single-goods-archive .article-container aside .pickup h4 {
  background: url('../img/goods-detail/title_pickup.png?1530243907') center center no-repeat;
  width: 192px;
  height: 33px;
  margin-bottom: 2px;
  display: inline-block;
}
.single-goods-archive .article-container aside .pickup ul {
  margin-bottom: 25px;
  margin-top: 20px;
}
.single-goods-archive .article-container aside .pickup ul li {
  margin-bottom: 12px;
}
.single-goods-archive .article-container aside .pickup ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.single-goods-archive .article-container aside .pickup ul li a img {
  width: 240px;
  height: 135px;
}
.single-goods-archive .article-container aside .topics {
  margin-top: 30px;
  transition: opacity 0.2s ease-in-out;
}
.single-goods-archive .article-container aside .topics h4 {
  background: url('../img/goods-detail/title_latest_news.png?1530243907') center center no-repeat;
  width: 172px;
  height: 76px;
  margin-bottom: 2px;
}
.single-goods-archive .article-container aside .topics ul {
  margin-bottom: 33px;
  margin-top: 27px;
}
.single-goods-archive .article-container aside .topics ul li {
  margin-bottom: 30px;
}
.single-goods-archive .article-container aside .topics ul li a {
  display: block;
  width: 240px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.single-goods-archive .article-container aside .topics ul li a img {
  width: 240px;
  height: 135px;
}
.single-goods-archive .article-container aside .topics ul li a .tag {
  position: absolute;
  top: 115px;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: url('../img/common/tag_bg.png?1530181919') center top no-repeat;
  width: 80px;
  height: 20px;
  line-height: 20px;
}
.single-goods-archive .article-container aside .topics ul li a .lineup-post-box {
  color: #000;
  height: 70px;
}
.single-goods-archive .article-container aside .topics ul li a .lineup-post-box p {
  vertical-align: middle;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  padding: 6px 0 0 6px;
  margin-top: 10px;
}
.single-goods-archive .article-container aside .topics ul li a .lineup-post-box .post-title {
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 0;
}
.single-goods-archive #fancybox-wrap #fancybox-title #fancybox-title-inside {
  line-height: 18px;
  padding: 10px 8px 0;
}

@media screen and (max-width: 640px) {
  .single-goods-archive .article-container .container {
    background: none;
    margin-top: 78px;
    padding: 0;
    height: 358px;
  }
  .single-goods-archive .article-container .container.live, .single-goods-archive .article-container .container.live.disp-yt-btn, .single-goods-archive .article-container .container.live.disp-yt-text {
    height: 360px;
  }
  .single-goods-archive .article-container .container .top-visual {
    margin-left: 0;
    min-height: auto;
  }
  .single-goods-archive .article-container .container .top-official-img {
    width: 640px;
  }
  .single-goods-archive .article-container .container .top-official-img img {
    width: 100%;
  }
  .single-goods-archive .article-container .content-background .container {
    margin-top: 0px;
    padding: 0;
    height: auto;
  }
  .single-goods-archive .article-container main {
    width: 640px;
    margin: 0;
    float: none;
  }
  .single-goods-archive .article-container main .top-title {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    border-bottom: solid 2px #585203;
    padding: 21px 0px;
    font-size: 23px;
    line-height: 32px;
    margin: 0 auto;
    width: 610px;
  }
  .single-goods-archive .article-container main h2.title {
    margin: 27px 16px 60px;
  }
  .single-goods-archive .article-container main .article-panel {
    border-top: none;
    padding-top: 0;
  }
  .single-goods-archive .article-container main article {
    color: #000;
  }
  .single-goods-archive .article-container main article .article-genre {
    border: solid 1px #115fad;
    color: #1a8dff;
    display: inline-block;
    font-size: 16px;
    padding: 4px 10px;
    margin: 11px 14px 0 11px;
  }
  .single-goods-archive .article-container main article .article-box {
    clear: both;
    margin: 0;
    padding-top: 1px;
  }
  .single-goods-archive .article-container main article .release-date {
    font-weight: bold;
    font-size: 17px;
    padding: 30px 0 0 21px;
  }
  .single-goods-archive .article-container main article .sold-out {
    margin-left: 10px;
    padding: 2px 11px 1px;
    font-size: 17px;
  }
  .single-goods-archive .article-container main article .price {
    font-weight: bold;
    font-size: 17px;
    text-align: right;
    margin-bottom: 20px;
    padding: 0px 21px;
  }
  .single-goods-archive .article-container main article .copyright {
    font-size: 12px;
    text-align: right;
    padding: 10px 21px;
  }
  .single-goods-archive .article-container main article .related-page {
    background: url('../img/goods-detail/sp/related_page_btn.png?1531367060') center center no-repeat;
    width: 511px;
    height: 108px;
    display: block;
    margin: 30px auto;
    outline: none;
  }
  .single-goods-archive .article-container main article h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    margin: 15px 0;
    padding: 0px 21px;
  }
  .single-goods-archive .article-container main article .main-text {
    font-size: 22px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .single-goods-archive .article-container main article .main-text p {
    margin-bottom: 18px;
  }
  .single-goods-archive .article-container main article .main-text img {
    margin-bottom: 11px;
  }
  .single-goods-archive .article-container main article .game-info {
    padding-bottom: 25px;
  }
  .single-goods-archive .article-container aside {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .single-goods-archive .article-container aside .pickup {
    margin: 0;
    border-bottom: none;
  }
  .single-goods-archive .article-container aside .pickup h4 {
    display: none;
  }
  .single-goods-archive .article-container aside .pickup ul.pickup-list {
    overflow: hidden;
    background-color: #484301;
    margin-top: 15px;
    margin-bottom: 58px;
  }
  .single-goods-archive .article-container aside .pickup ul.pickup-list .slick-track {
    position: relative;
    left: -222px;
  }
  .single-goods-archive .article-container aside .pickup ul.pickup-list li {
    display: inline-block;
    margin: 13px 0 14px 15px;
  }
  .single-goods-archive .article-container aside .pickup ul.pickup-list li a {
    display: inline-block;
  }
  .single-goods-archive .article-container aside .pickup ul.pickup-list li a img {
    width: 272px;
    height: 153px;
  }
  .single-goods-archive .article-container aside .topics {
    margin-top: 30px;
    transition: opacity 0.2s ease-in-out;
  }
  .single-goods-archive .article-container aside .topics h4 {
    background: url('../img/goods-detail/sp/title_latest_news.png?1530860053') center center no-repeat;
    width: 311px;
    height: 33px;
    margin: 0 0 0 16px;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list {
    margin-bottom: 0;
    margin-top: 32px;
    display: inline-flex;
    flex-flow: row wrap;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li {
    border: none;
    width: 288px;
    height: auto;
    margin: 0 5px 48px 20px;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li > a {
    display: block;
    width: 288px;
    height: 100%;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li img {
    margin-top: 30px;
    width: 100%;
    height: 162px;
    border: none;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li .lineup-title-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    background: -moz-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    background: -o-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    background: -ms-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    display: table;
    box-sizing: border-box;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li .lineup-title-box .lineup-title {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 3px 4px 13px;
    line-height: 1.4;
    min-height: 30px;
    display: inline-block;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li .lineup-title-box .lineup-title span {
    font-size: 14px;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li .tag {
    top: 172px;
  }
  .single-goods-archive .article-container aside .topics ul.topics-list li .lineup-post-box p {
    font-size: 16px;
  }
  .single-goods-archive .fancybox-button {
    width: 88px;
    height: 88px;
  }
  .single-goods-archive .fancybox-button--close:after, .single-goods-archive .fancybox-button--close:before {
    height: 4px;
    width: 32px;
    top: calc(50% - 2px);
    left: calc(50% - 16px);
  }
  .single-goods-archive .fancybox-button--fullscreen:before {
    width: 30px;
    height: 22px;
    left: calc(50% - 14px);
    top: calc(50% - 12px);
  }
  .single-goods-archive .fancybox-button--play:before {
    border-top: 12px inset transparent;
    border-bottom: 12px inset transparent;
    border-left: 20px solid;
    top: calc(50% - 12px);
    left: calc(50% - 8px);
  }
  .single-goods-archive .fancybox-arrow {
    width: 88px;
  }
  .single-goods-archive .fancybox-arrow:after {
    top: 18px;
    width: 64px;
    height: 64px;
    background-size: 48px 48px;
  }
}
main.title-detail-wrapper .content-background {
  padding-bottom: 100px;
}
main.title-detail-wrapper h2.title {
  font-weight: bold;
  position: relative;
  padding: 6px 15px;
  top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
main.title-detail-wrapper h3.title-latest-news {
  background: url('../img/title-detail/title_latest_news.png?1531144118') center top no-repeat;
  width: 296px;
  height: 33px;
}
main.title-detail-wrapper h3.title-goods-archive {
  background: url('../img/title-detail/title_goods_archive.png?1531144118') center top no-repeat;
  width: 364px;
  height: 33px;
}
main.title-detail-wrapper .title-line-up {
  position: relative;
  margin-top: 20px;
  padding-bottom: 50px;
}
main.title-detail-wrapper .title-line-up .line-up-list {
  margin-top: 20px;
}
main.title-detail-wrapper .title-line-up .all-news-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/title-detail/all_news_btn.png?1531144118') center top no-repeat;
  width: 174px;
  height: 40px;
}
main.title-detail-wrapper .title-line-up .all-items-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/title-detail/all_items_btn.png?1531144118') center top no-repeat;
  width: 174px;
  height: 40px;
}
main.title-detail-wrapper .official-site {
  width: 960px;
  height: 270px;
  display: inline-block;
  margin: 50px 32px 0;
  position: relative;
}
main.title-detail-wrapper .official-site.v-sp {
  display: none;
}
main.title-detail-wrapper .official-site a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
main.title-detail-wrapper .official-site img {
  width: 480px;
  height: 270px;
}
main.title-detail-wrapper .official-site .text-box {
  position: absolute;
  text-align: center;
  width: 480px;
  height: 270px;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(315deg, transparent 10px, #000 8px) no-repeat;
  background: -moz-linear-gradient(315deg, transparent 10px, #000 8px) no-repeat;
  background: -o-linear-gradient(315deg, transparent 10px, #000 8px) no-repeat;
  background: -ms-linear-gradient(315deg, transparent 10px, #000 8px) no-repeat;
}
main.title-detail-wrapper .official-site .text-box p {
  margin-top: 10px;
  width: 480px;
}
main.title-detail-wrapper .official-site .text-box .post-title {
  margin-top: 50px;
  font-size: 28px;
}
main.title-detail-wrapper .official-site .text-box .release-date,
main.title-detail-wrapper .official-site .text-box .console {
  font-weight: normal;
}
main.title-detail-wrapper .official-site .text-box .btn {
  margin: 45px auto 0;
  position: relative;
  width: 240px;
  background-color: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 9px 30px;
  text-decoration: none;
  text-align: left;
  transition: 0.2s ease-in-out;
  z-index: 1;
}
main.title-detail-wrapper .official-site .text-box .btn:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 30px;
  background: url('../img/title-detail/link_icon.png?1531144118') center top no-repeat;
  width: 15px;
  height: 14px;
}
main.title-detail-wrapper .official-site .text-box .btn:hover {
  transform: scale3d(1.02, 1.02, 1.02);
  transform-origin: 50% 50%;
}

@media screen and (max-width: 640px) {
  main.title-detail-wrapper .container.tv-container.live {
    height: 0;
  }
  main.title-detail-wrapper .top-visual {
    display: none;
  }
  main.title-detail-wrapper .content-background {
    margin-top: 0;
    padding-bottom: 0;
  }
  main.title-detail-wrapper h2.title {
    display: none;
  }
  main.title-detail-wrapper h3.title-latest-news {
    background: url('../img/title-detail/title_latest_news.png?1531144118') center top no-repeat;
    width: 296px;
    height: 33px;
    margin-left: 15px;
  }
  main.title-detail-wrapper h3.title-goods-archive {
    background: url('../img/title-detail/title_goods_archive.png?1531144118') center top no-repeat;
    width: 364px;
    height: 33px;
    margin-left: 15px;
  }
  main.title-detail-wrapper .title-line-up {
    padding-top: 0;
  }
  main.title-detail-wrapper .title-line-up:before {
    content: '';
    display: block;
    width: 610px;
    border-bottom: 1px solid #ffec00;
    position: absolute;
    top: -40px;
    left: 15px;
  }
  main.title-detail-wrapper .title-line-up .all-news-btn {
    position: absolute;
    top: 0;
    right: 15px;
    background: url('../img/title-detail/sp/all_news_btn.png?1532940950') center top no-repeat;
    width: 190px;
    height: 40px;
    margin-top: -5px;
  }
  main.title-detail-wrapper .title-line-up .all-items-btn {
    position: absolute;
    top: 0;
    right: 15px;
    background: url('../img/title-detail/sp/all_items_btn.png?1532940950') center top no-repeat;
    width: 190px;
    height: 40px;
    margin-top: -5px;
  }
  main.title-detail-wrapper .official-site {
    width: 640px;
    height: auto;
    margin: 78px 0 0;
    position: relative;
  }
  main.title-detail-wrapper .official-site.v-pc {
    display: none;
  }
  main.title-detail-wrapper .official-site.v-sp {
    display: block;
  }
  main.title-detail-wrapper .official-site a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  main.title-detail-wrapper .official-site img {
    width: 640px;
    height: auto;
  }
  main.title-detail-wrapper .official-site .text-box {
    position: relative;
    text-align: left;
    width: 610px;
    height: auto;
    margin-top: -2px;
    margin: 15px 15px;
    padding-bottom: 40px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  main.title-detail-wrapper .official-site .text-box p {
    margin-top: 20px;
    width: 640px;
  }
  main.title-detail-wrapper .official-site .text-box .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;
  }
  main.title-detail-wrapper .official-site .text-box .release-date {
    margin-top: 25px;
    font-size: 22px;
  }
  main.title-detail-wrapper .official-site .text-box .console {
    margin-top: 15px;
    font-size: 22px;
  }
  main.title-detail-wrapper .official-site .text-box a {
    background: url('../img/title-detail/sp/official_website_btn.png?1531191484') center top no-repeat;
    width: 470px;
    height: 79px;
    display: block;
    margin: 40px auto 20px;
  }
}
.post-type-archive-news main .content-background,
.tax-news_categories main .content-background {
  margin-top: 0;
}
.post-type-archive-news main h3.title,
.tax-news_categories main h3.title {
  font-weight: bold;
  position: relative;
  padding: 6px 15px;
  top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.post-type-archive-news main h2,
.tax-news_categories main h2 {
  background: url('../img/news/title_news.png?1530181919') center center no-repeat;
  width: 138px;
  height: 33px;
  margin-bottom: 33px;
  top: 20px;
  position: relative;
}
.post-type-archive-news main h2.title-goods,
.tax-news_categories main h2.title-goods {
  background: url('../img/news/title_goods.png?1530379198') center center no-repeat;
  width: 304px;
  height: 33px;
}
.post-type-archive-news main h2.title-GAME,
.tax-news_categories main h2.title-GAME {
  background: url('../img/news/title_game.png?1530355956') center center no-repeat;
  width: 282px;
  height: 33px;
}
.post-type-archive-news main h2.title-ANIME,
.tax-news_categories main h2.title-ANIME {
  background: url('../img/news/title_anime.png?1530381964') center center no-repeat;
  width: 295px;
  height: 33px;
}
.post-type-archive-news main h2.title-EVENT,
.tax-news_categories main h2.title-EVENT {
  background: url('../img/news/title_event.png?1530381736') center center no-repeat;
  width: 293px;
  height: 33px;
}
.post-type-archive-news main h2.title-OTHERS,
.tax-news_categories main h2.title-OTHERS {
  background: url('../img/news/title_others.png?1530381875') center center no-repeat;
  width: 300px;
  height: 33px;
}
.post-type-archive-news main .title-pull-down,
.tax-news_categories main .title-pull-down {
  position: absolute;
  top: 15px;
  right: 0;
  height: 40px;
  background: url('../img/news/pulldown_opne_bg.png?1532447309') center top repeat;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
}
.post-type-archive-news main .title-pull-down:before,
.tax-news_categories main .title-pull-down:before {
  content: '';
  background: url('../img/news/pulldown_open_btn.png?1530181919') center top no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -40px;
}
.post-type-archive-news main .title-pull-down-list,
.tax-news_categories main .title-pull-down-list {
  display: none;
  width: 600px;
  background: #bfbb00;
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 55px;
  padding-top: 1px;
  padding-bottom: 50px;
  flex-wrap: wrap;
  border-left: 3px solid #bfbb00;
  border-right: 3px solid #bfbb00;
  border-top: 1px solid #bfbb00;
}
.post-type-archive-news main .title-pull-down-list .title-pull-down-close,
.tax-news_categories main .title-pull-down-list .title-pull-down-close {
  text-align: center;
  position: absolute;
  display: inline-block;
  bottom: 0;
  width: 600px;
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.post-type-archive-news main .title-pull-down-list li,
.tax-news_categories main .title-pull-down-list li {
  background: #fff;
  width: 50%;
  height: 40px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 2px solid #bfbb00;
  box-sizing: border-box;
}
.post-type-archive-news main .title-pull-down-list li:before,
.tax-news_categories main .title-pull-down-list li:before {
  content: '';
  background: url('../img/news/title_list_icon.png?1530181919') center top no-repeat;
  width: 5px;
  height: 11px;
  position: absolute;
  top: 13px;
  left: 12px;
}
.post-type-archive-news main .title-pull-down-list li:first-child,
.tax-news_categories main .title-pull-down-list li:first-child {
  width: 100%;
}
.post-type-archive-news main .title-pull-down-list li:first-child:before,
.tax-news_categories main .title-pull-down-list li:first-child:before {
  background: url('../img/news/title_list_all_icon.png?1530181919') center top no-repeat;
  width: 16px;
  height: 12px;
  left: 7px;
}
.post-type-archive-news main .title-pull-down-list li:nth-child(2n),
.tax-news_categories main .title-pull-down-list li:nth-child(2n) {
  border-right: 2px solid #bfbb00;
}
.post-type-archive-news main .title-pull-down-list li::after,
.tax-news_categories main .title-pull-down-list li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: -moz-linear-gradient(-45deg, #fcf900 34%, #fff 100%);
  background-image: -webkit-linear-gradient(-45deg, #fcf900 34%, #fff 100%);
  background-image: -ms-linear-gradient(-45deg, #fcf900 34%, #fff 100%);
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.2s;
}
.post-type-archive-news main .title-pull-down-list li:hover::after,
.tax-news_categories main .title-pull-down-list li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0s;
}
.post-type-archive-news main .title-pull-down-list li a,
.tax-news_categories main .title-pull-down-list li a {
  text-align: left;
  padding-left: 30px;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
}
.post-type-archive-news main h2,
.tax-news_categories main h2 {
  margin-bottom: 33px;
  display: inline-block;
}
.post-type-archive-news main h2.latest-GAME,
.tax-news_categories main h2.latest-GAME {
  background: url('../img/news/latest_game_title.png?1530381800') center top no-repeat;
  width: 471px;
  height: 33px;
}
.post-type-archive-news main h2.latest-ANIME,
.tax-news_categories main h2.latest-ANIME {
  background: url('../img/news/latest_anime_title.png?1530383064') center top no-repeat;
  width: 484px;
  height: 33px;
}
.post-type-archive-news main h2.latest-EVENT,
.tax-news_categories main h2.latest-EVENT {
  background: url('../img/news/latest_event_title.png?1532940950') center top no-repeat;
  width: 327px;
  height: 33px;
}
.post-type-archive-news main h2.latest-OTHERS,
.tax-news_categories main h2.latest-OTHERS {
  background: url('../img/news/latest_others_title.png?1532940950') center top no-repeat;
  width: 137px;
  height: 33px;
}
.post-type-archive-news main .latest-news,
.tax-news_categories main .latest-news {
  text-align: center;
  width: 1104px;
  margin-left: -40px;
  padding-bottom: 30px;
}
.post-type-archive-news main .latest-news li,
.tax-news_categories main .latest-news li {
  display: inline-block;
  width: 480px;
  height: 270px;
  position: relative;
  margin: 15px 30px;
}
.post-type-archive-news main .latest-news li img,
.tax-news_categories main .latest-news li img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.post-type-archive-news main .latest-news li .hover-area,
.tax-news_categories main .latest-news li .hover-area {
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.post-type-archive-news main .latest-news li .hover-area:hover,
.tax-news_categories main .latest-news li .hover-area:hover {
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
}
.post-type-archive-news main .latest-news li .hover-area:hover .title-name,
.tax-news_categories main .latest-news li .hover-area:hover .title-name {
  opacity: 1;
}
.post-type-archive-news main .latest-news li .hover-area:hover .official-website-btn,
.tax-news_categories main .latest-news li .hover-area:hover .official-website-btn {
  opacity: 1;
}
.post-type-archive-news main .latest-news li .hover-area:hover .title-information-btn,
.tax-news_categories main .latest-news li .hover-area:hover .title-information-btn {
  opacity: 1;
}
.post-type-archive-news main .latest-news li .hover-area .title-name,
.tax-news_categories main .latest-news li .hover-area .title-name {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 60px 10px 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.post-type-archive-news main .latest-news li .hover-area .official-website-btn,
.tax-news_categories main .latest-news li .hover-area .official-website-btn {
  background: url('../img/news/official_website_btn.png?1532940950') center top no-repeat;
  width: 261px;
  height: 44px;
  display: inline-block;
  opacity: 0;
  transition: 0.2s ease-in-out;
  margin-top: 20px;
}
.post-type-archive-news main .latest-news li .hover-area .title-information-btn,
.tax-news_categories main .latest-news li .hover-area .title-information-btn {
  background: url('../img/news/title_information_btn.png?1532940950') center top no-repeat;
  width: 261px;
  height: 44px;
  display: inline-block;
  opacity: 0;
  transition: 0.2s ease-in-out;
  margin-top: 10px;
}
.post-type-archive-news main .latest-news li .hover-area .official-website-btn:hover,
.post-type-archive-news main .latest-news li .hover-area .title-information-btn:hover,
.tax-news_categories main .latest-news li .hover-area .official-website-btn:hover,
.tax-news_categories main .latest-news li .hover-area .title-information-btn:hover {
  transform: scale3d(1.02, 1.02, 1.02);
  transform-origin: 50% 50%;
}
.post-type-archive-news main .latest-news.small-size li,
.tax-news_categories main .latest-news.small-size li {
  width: 320px;
  height: 180px;
  margin: 10px 16px;
}
.post-type-archive-news main .latest-news.small-size li .hover-area .title-name,
.tax-news_categories main .latest-news.small-size li .hover-area .title-name {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  padding: 20px 10px 0;
  transition: 0.2s ease-in-out;
}
.post-type-archive-news main .latest-news.EVENT li .hover-area, .post-type-archive-news main .latest-news.OTHERS li .hover-area,
.tax-news_categories main .latest-news.EVENT li .hover-area,
.tax-news_categories main .latest-news.OTHERS li .hover-area {
  padding-top: 20px;
}
.post-type-archive-news main .latest-news.EVENT li .hover-area .title-information-btn, .post-type-archive-news main .latest-news.OTHERS li .hover-area .title-information-btn,
.tax-news_categories main .latest-news.EVENT li .hover-area .title-information-btn,
.tax-news_categories main .latest-news.OTHERS li .hover-area .title-information-btn {
  display: none;
}

@media screen and (max-width: 640px) {
  .post-type-archive-news main .content-background,
  .tax-news_categories main .content-background {
    margin-top: 0;
  }
  .post-type-archive-news main h3.title,
  .tax-news_categories main h3.title {
    font-weight: bold;
    position: relative;
    padding: 6px 15px;
    top: 20px;
    left: 15px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .post-type-archive-news main .latest-titles .more-btn,
  .tax-news_categories main .latest-titles .more-btn {
    position: absolute;
    top: 16px;
    right: 15px;
    background: url('../img/news/sp/more_btn.png?1531443112') center top no-repeat;
    width: 140px;
    height: 40px;
  }
  .post-type-archive-news main .latest-titles .more-btn.EVENT, .post-type-archive-news main .latest-titles .more-btn.OTHERS,
  .tax-news_categories main .latest-titles .more-btn.EVENT,
  .tax-news_categories main .latest-titles .more-btn.OTHERS {
    display: none;
  }
  .post-type-archive-news main .latest-titles li,
  .post-type-archive-news main .latest-titles li:nth-child(2),
  .tax-news_categories main .latest-titles li,
  .tax-news_categories main .latest-titles li:nth-child(2) {
    border: none;
    border-bottom: solid 1px #ffec02;
    margin: 0 15px 24px;
    width: 288px;
    height: 330px;
  }
  .post-type-archive-news main .latest-titles li > a,
  .post-type-archive-news main .latest-titles li:nth-child(2) > a,
  .tax-news_categories main .latest-titles li > a,
  .tax-news_categories main .latest-titles li:nth-child(2) > a {
    display: block;
    height: 100%;
  }
  .post-type-archive-news main .latest-titles li img,
  .post-type-archive-news main .latest-titles li:nth-child(2) img,
  .tax-news_categories main .latest-titles li img,
  .tax-news_categories main .latest-titles li:nth-child(2) img {
    border: solid 1px #989898;
    margin-top: 0;
    height: 162px;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box,
  .tax-news_categories main .latest-titles li .lineup-title-box,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box {
    display: none;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp {
    display: block;
    color: #fff;
    margin-top: 20px;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp .title,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp .title,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp .title,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp .title {
    font-size: 23px;
    line-height: 26px;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp .release-date,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp .release-date,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp .release-date,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp .release-date {
    margin-top: 25px;
    font-size: 14px;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp .console,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp .console,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp .console,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp .console {
    margin-top: 15px;
    font-size: 14px;
    width: 250px;
    margin-bottom: 15px;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp .link-icon,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp .link-icon,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp .link-icon,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp .link-icon {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 36px;
    height: 36px;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp .link-icon:before,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp .link-icon:before,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp .link-icon:before,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp .link-icon:before {
    display: block;
    content: ' ';
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 2px solid #ffec02;
    -webkit-border-radius: 25%;
    border-radius: 25%;
  }
  .post-type-archive-news main .latest-titles li .lineup-title-box-sp .link-icon:after,
  .post-type-archive-news main .latest-titles li:nth-child(2) .lineup-title-box-sp .link-icon:after,
  .tax-news_categories main .latest-titles li .lineup-title-box-sp .link-icon:after,
  .tax-news_categories main .latest-titles li:nth-child(2) .lineup-title-box-sp .link-icon:after {
    display: block;
    content: ' ';
    left: 27%;
    top: -66%;
    position: relative;
    width: 33%;
    height: 33%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .post-type-archive-news main .latest-titles li:nth-child(1),
  .tax-news_categories main .latest-titles li:nth-child(1) {
    margin: 0 0 21px 14px;
    width: 608px;
    height: auto;
  }
  .post-type-archive-news main .latest-titles li:nth-child(1) img,
  .tax-news_categories main .latest-titles li:nth-child(1) img {
    height: 342px;
  }
  .post-type-archive-news main .latest-titles li:nth-child(1) .lineup-title-box-sp,
  .tax-news_categories main .latest-titles li:nth-child(1) .lineup-title-box-sp {
    margin: 15px 5px 25px;
  }
  .post-type-archive-news main .latest-titles li:nth-child(1) .console,
  .tax-news_categories main .latest-titles li:nth-child(1) .console {
    width: 550px;
  }
  .post-type-archive-news main h2,
  .tax-news_categories main h2 {
    background: url('../img/news/title_news.png?1530181919') center center no-repeat;
    width: 138px;
    height: 33px;
    margin-bottom: 20px;
    top: 20px;
    left: 15px;
    position: relative;
  }
  .post-type-archive-news main h2.title-goods,
  .tax-news_categories main h2.title-goods {
    background: url('../img/news/title_goods.png?1530379198') center center no-repeat;
    width: 304px;
    height: 33px;
  }
  .post-type-archive-news main h2.title-GAME,
  .tax-news_categories main h2.title-GAME {
    background: url('../img/news/title_game.png?1530355956') center center no-repeat;
    width: 282px;
    height: 33px;
  }
  .post-type-archive-news main h2.title-ANIME,
  .tax-news_categories main h2.title-ANIME {
    background: url('../img/news/title_anime.png?1530381964') center center no-repeat;
    width: 295px;
    height: 33px;
  }
  .post-type-archive-news main h2.title-EVENT,
  .tax-news_categories main h2.title-EVENT {
    background: url('../img/news/title_event.png?1530381736') center center no-repeat;
    width: 293px;
    height: 33px;
  }
  .post-type-archive-news main h2.title-OTHERS,
  .tax-news_categories main h2.title-OTHERS {
    background: url('../img/news/title_others.png?1530381875') center center no-repeat;
    width: 300px;
    height: 33px;
  }
  .post-type-archive-news main .title-pull-down,
  .tax-news_categories main .title-pull-down {
    margin-top: 0;
    position: relative;
    width: 570px;
    margin-left: 55px;
    height: 40px;
    background: url('../img/news/pulldown_opne_bg.png?1532447309') center top repeat;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
  }
  .post-type-archive-news main .title-pull-down:before,
  .tax-news_categories main .title-pull-down:before {
    content: '';
    background: url('../img/news/pulldown_open_btn.png?1530181919') center top no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .post-type-archive-news main .title-pull-down-list,
  .tax-news_categories main .title-pull-down-list {
    display: none;
    width: 610px;
    background: #bfbb00;
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 123px;
    padding-top: 1px;
    padding-bottom: 50px;
  }
  .post-type-archive-news main .title-pull-down-list .title-pull-down-close,
  .tax-news_categories main .title-pull-down-list .title-pull-down-close {
    text-align: center;
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 600px;
    height: 50px;
    line-height: 50px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  .post-type-archive-news main .title-pull-down-list li,
  .tax-news_categories main .title-pull-down-list li {
    background: #fff;
    height: 60px;
    display: inline-block;
    position: relative;
  }
  .post-type-archive-news main .title-pull-down-list li:before,
  .tax-news_categories main .title-pull-down-list li:before {
    content: '';
    background: url('../img/news/title_list_icon.png?1530181919') center top no-repeat;
    width: 5px;
    height: 11px;
    position: absolute;
    top: 26px;
    left: 12px;
  }
  .post-type-archive-news main .title-pull-down-list li:first-child:before,
  .tax-news_categories main .title-pull-down-list li:first-child:before {
    background: url('../img/news/title_list_all_icon.png?1530181919') center top no-repeat;
    width: 16px;
    height: 12px;
    top: 24px;
    left: 7px;
  }
  .post-type-archive-news main .title-pull-down-list li:after,
  .tax-news_categories main .title-pull-down-list li:after {
    content: none;
  }
  .post-type-archive-news main .title-pull-down-list li a,
  .tax-news_categories main .title-pull-down-list li a {
    text-align: left;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
  }
  .post-type-archive-news main .news-list .line-up-list li.l1:nth-child(1),
  .tax-news_categories main .news-list .line-up-list li.l1:nth-child(1) {
    margin: 0 0 21px 14px;
    width: 608px;
    height: auto;
  }
  .post-type-archive-news main .news-list .line-up-list li.l1:nth-child(1) a img,
  .tax-news_categories main .news-list .line-up-list li.l1:nth-child(1) a img {
    height: 342px;
  }
  .post-type-archive-news main .news-list .line-up-list li.l1:nth-child(1) .tag,
  .tax-news_categories main .news-list .line-up-list li.l1:nth-child(1) .tag {
    top: 353px;
  }
  .post-type-archive-news main .news-list .line-up-list li.l1:nth-child(1) .lineup-title-box-sp,
  .tax-news_categories main .news-list .line-up-list li.l1:nth-child(1) .lineup-title-box-sp {
    margin: 15px 5px 25px;
  }
  .post-type-archive-news main h2,
  .tax-news_categories main h2 {
    margin-bottom: 33px;
    display: inline-block;
  }
  .post-type-archive-news main h2.latest-GAME,
  .tax-news_categories main h2.latest-GAME {
    background: url('../img/news/sp/latest_game_title.png?1531066443') center top no-repeat;
    width: 445px;
    height: 33px;
  }
  .post-type-archive-news main h2.latest-ANIME,
  .tax-news_categories main h2.latest-ANIME {
    background: url('../img/news/sp/latest_anime_title.png?1531066443') center top no-repeat;
    width: 443px;
    height: 33px;
  }
  .post-type-archive-news main h2.latest-EVENT,
  .tax-news_categories main h2.latest-EVENT {
    background: url('../img/news/sp/latest_event_title.png?1531066443') center top no-repeat;
    width: 302px;
    height: 33px;
  }
  .post-type-archive-news main h2.latest-OTHERS,
  .tax-news_categories main h2.latest-OTHERS {
    background: url('../img/news/sp/latest_others_title.png?1531066443') center top no-repeat;
    width: 109px;
    height: 33px;
  }
  .post-type-archive-news main .latest-news,
  .tax-news_categories main .latest-news {
    text-align: center;
    width: 1104px;
    margin-left: -40px;
    padding-bottom: 30px;
  }
  .post-type-archive-news main .latest-news li,
  .tax-news_categories main .latest-news li {
    display: inline-block;
    width: 480px;
    height: 270px;
    position: relative;
    margin: 15px 30px;
  }
  .post-type-archive-news main .latest-news li img,
  .tax-news_categories main .latest-news li img {
    position: absolute;
    width: 100%;
  }
  .post-type-archive-news main .latest-news li .hover-area,
  .tax-news_categories main .latest-news li .hover-area {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
    transition: 0.2s ease-in-out;
  }
  .post-type-archive-news main .latest-news li .hover-area:hover,
  .tax-news_categories main .latest-news li .hover-area:hover {
    background: rgba(0, 0, 0, 0.75);
    opacity: 1;
  }
  .post-type-archive-news main .latest-news li .hover-area:hover .title-name,
  .tax-news_categories main .latest-news li .hover-area:hover .title-name {
    opacity: 1;
  }
  .post-type-archive-news main .latest-news li .hover-area:hover .official-website-btn,
  .tax-news_categories main .latest-news li .hover-area:hover .official-website-btn {
    opacity: 1;
  }
  .post-type-archive-news main .latest-news li .hover-area:hover .title-information-btn,
  .tax-news_categories main .latest-news li .hover-area:hover .title-information-btn {
    opacity: 1;
  }
  .post-type-archive-news main .latest-news li .hover-area .title-name,
  .tax-news_categories main .latest-news li .hover-area .title-name {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 60px 10px 0;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
  .post-type-archive-news main .latest-news li .hover-area .official-website-btn,
  .tax-news_categories main .latest-news li .hover-area .official-website-btn {
    background: url('../img/news/official_website_btn.png?1532940950') center top no-repeat;
    width: 261px;
    height: 44px;
    display: inline-block;
    opacity: 0;
    transition: 0.2s ease-in-out;
    margin-top: 20px;
  }
  .post-type-archive-news main .latest-news li .hover-area .title-information-btn,
  .tax-news_categories main .latest-news li .hover-area .title-information-btn {
    background: url('../img/news/title_information_btn.png?1532940950') center top no-repeat;
    width: 261px;
    height: 44px;
    display: inline-block;
    opacity: 0;
    transition: 0.2s ease-in-out;
    margin-top: 10px;
  }
  .post-type-archive-news main .latest-news.small-size li,
  .tax-news_categories main .latest-news.small-size li {
    width: 320px;
    height: 180px;
    margin: 10px 16px;
  }
  .post-type-archive-news main .latest-news.small-size li .hover-area .title-name,
  .tax-news_categories main .latest-news.small-size li .hover-area .title-name {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    padding: 20px 10px 0;
    transition: 0.2s ease-in-out;
  }
  .post-type-archive-news main .latest-news.EVENT li .hover-area, .post-type-archive-news main .latest-news.OTHERS li .hover-area,
  .tax-news_categories main .latest-news.EVENT li .hover-area,
  .tax-news_categories main .latest-news.OTHERS li .hover-area {
    padding-top: 20px;
  }
  .post-type-archive-news main .latest-news.EVENT li .hover-area .title-information-btn, .post-type-archive-news main .latest-news.OTHERS li .hover-area .title-information-btn,
  .tax-news_categories main .latest-news.EVENT li .hover-area .title-information-btn,
  .tax-news_categories main .latest-news.OTHERS li .hover-area .title-information-btn {
    display: none;
  }
}
.single-news .article-container .container {
  position: relative;
}
.single-news .article-container .tv-container {
  height: auto;
}
.single-news .article-container .tv-container.live {
  height: 715px;
}
.single-news .article-container .tv-container.live.disp-yt-btn {
  height: 715px;
}
.single-news .article-container .tv-container.live.disp-yt-text {
  height: 470px;
}
.single-news .article-container .content-background {
  padding-bottom: 30px;
}
.single-news .article-container main {
  float: left;
  position: relative;
  width: 663px;
}
.single-news .article-container main h2.title {
  background: url('../img/news/title_news.png?1530181919') center center no-repeat;
  width: 138px;
  height: 33px;
  margin-bottom: 33px;
  top: 20px;
  position: relative;
}
.single-news .article-container main .all-news-btn {
  position: absolute;
  top: 20px;
  right: 0;
  background: url('../img/title-detail/all_news_btn.png?1531144118') center top no-repeat;
  width: 174px;
  height: 40px;
}
.single-news .article-container main .all-news-btn.bottom {
  top: auto;
  bottom: 0;
}
.single-news .article-container main article {
  width: 100%;
  color: #000;
  margin: 0 0 50px 0;
}
.single-news .article-container main article .article-meta {
  position: relative;
  height: 55px;
  border-style: solid;
  border-top: 1px #696600;
}
.single-news .article-container main article .category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background: url('../img/news-detail/category_bg.png?1530243907') center top no-repeat;
  width: 111px;
  height: 28px;
  line-height: 28px;
}
.single-news .article-container main article .article-share-btn {
  margin-top: 12px;
  position: absolute;
  top: 0;
  right: 3px;
}
.single-news .article-container main article .article-share-btn li {
  display: inline-block;
  margin-left: 7px;
}
.single-news .article-container main article .article-share-btn li .label {
  background: url('../img/news-detail/share_label.png?1530243907') center center no-repeat;
  width: 47px;
  height: 30px;
  display: inline-block;
}
.single-news .article-container main article .article-share-btn li .article-share-btn-x {
  background: url('../img/news-detail/share_btn_x.png?1747120191') center center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.single-news .article-container main article .article-share-btn li .article-share-btn-facebook {
  background: url('../img/news-detail/share_btn_facebook.png?1530243907') center center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.single-news .article-container main article .article-share-btn li .article-share-btn-line {
  background: url('../img/news-detail/share_btn_line.png?1530243907') center center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.single-news .article-container main article .article-box {
  width: 100%;
  clear: both;
  margin: 0 auto;
  background: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-news .article-container main article .post-date {
  padding: 31px 32px 0 32px;
  font-size: 14px;
  color: #696600;
}
.single-news .article-container main article h3 {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  margin: 9px 0 20px;
  padding: 0 32px;
}
.single-news .article-container main article .main-text {
  font-size: 16px;
  line-height: 2rem;
  font-feature-settings: "palt";
  padding: 0 32px 20px 32px;
}
.single-news .article-container main article .main-text strong {
  font-weight: bold;
}
.single-news .article-container main article .main-text em {
  font-style: italic;
}
.single-news .article-container main article .main-text blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.single-news .article-container main article .main-text .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-news .article-container main article .main-text .alignright {
  float: right;
}
.single-news .article-container main article .main-text .alignleft {
  float: left;
}
.single-news .article-container main article .main-text img[class*="wp-image-"],
.single-news .article-container main article .main-text img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.single-news .article-container main article .main-text table,
.single-news .article-container main article .main-text tr,
.single-news .article-container main article .main-text td {
  border: 1px solid #fff;
}
.single-news .article-container main article .main-text .clearfix {
  overflow: hidden;
  zoom: 1;
}
.single-news .article-container main article .main-text .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.single-news .article-container main article .main-text p {
  margin-bottom: 10px;
}
.single-news .article-container main article .main-text img {
  margin-bottom: 15px;
}
.single-news .article-container main article .main-text a {
  color: #4169e1;
}
.single-news .article-container main article .main-text a:hover {
  color: #1d45bb;
}
.single-news .article-container main article .main-text a:visited {
  color: #7f9aea;
}
.single-news .article-container main article .main-text .article-page-nav {
  text-align: center;
  font-size: 0;
}
.single-news .article-container main article .main-text .article-page-nav span {
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding-top: 11px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  display: inline-block;
}
.single-news .article-container main article .main-text .article-page-nav a {
  background: #d2d2d2;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}
.single-news .article-container main article .main-text .article-page-nav a span {
  color: #000;
}
.single-news .article-container main article .main-text .article-page-nav a:hover {
  opacity: 0.9;
}
.single-news .article-container main article .main-text .article-page-nav span + a, .single-news .article-container main article .main-text .article-page-nav a + a, .single-news .article-container main article .main-text .article-page-nav a + span {
  margin-left: 20px;
}
.single-news .article-container main article .game-info {
  width: 100%;
  margin: 0;
  padding: 0 32px 25px;
}
.single-news .article-container aside {
  float: right;
  width: 308px;
  padding-left: 2px;
}
.single-news .article-container aside .pickup {
  margin-top: 24px;
  border-bottom: 1px solid #fff;
  margin-right: 60px;
}
.single-news .article-container aside .pickup h4 {
  background: url('../img/news-detail/title_pickup.png?1530243907') center center no-repeat;
  width: 192px;
  height: 33px;
  margin-bottom: 2px;
  display: inline-block;
}
.single-news .article-container aside .pickup ul {
  margin-bottom: 25px;
  margin-top: 20px;
}
.single-news .article-container aside .pickup ul li {
  margin-bottom: 12px;
}
.single-news .article-container aside .pickup ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.single-news .article-container aside .pickup ul li a img {
  width: 240px;
  height: 135px;
}
.single-news .article-container aside .topics {
  margin-top: 30px;
  transition: opacity 0.2s ease-in-out;
}
.single-news .article-container aside .topics h4 {
  background: url('../img/news-detail/title_latest_news.png?1530243907') center center no-repeat;
  width: 172px;
  height: 76px;
  margin-bottom: 2px;
}
.single-news .article-container aside .topics ul {
  margin-bottom: 33px;
  margin-top: 27px;
}
.single-news .article-container aside .topics ul li {
  margin-bottom: 30px;
}
.single-news .article-container aside .topics ul li a {
  display: block;
  width: 240px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
.single-news .article-container aside .topics ul li a img {
  width: 240px;
  height: 135px;
}
.single-news .article-container aside .topics ul li a .tag {
  position: absolute;
  top: 115px;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: url('../img/common/tag_bg.png?1530181919') center top no-repeat;
  width: 80px;
  height: 20px;
  line-height: 20px;
}
.single-news .article-container aside .topics ul li a .lineup-post-box {
  color: #000;
  height: 70px;
}
.single-news .article-container aside .topics ul li a .lineup-post-box p {
  vertical-align: middle;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  padding: 6px 0 0 6px;
  margin-top: 10px;
}
.single-news .article-container aside .topics ul li a .lineup-post-box .post-title {
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 0;
  height: 44px;
  overflow: hidden;
  display: inline-block;
}
.single-news #fancybox-wrap #fancybox-title #fancybox-title-inside {
  line-height: 18px;
  padding: 10px 8px 0;
}

@media screen and (max-width: 640px) {
  .single-news .article-container .container {
    background: none;
    padding: 0;
  }
  .single-news .article-container .container.live {
    height: 441px;
    height: auto;
  }
  .single-news .article-container .container.live.disp-yt-btn, .single-news .article-container .container.live.disp-yt-text {
    height: auto;
  }
  .single-news .article-container .container.live .top-visual {
    height: auto;
    margin-bottom: 40px;
  }
  .single-news .article-container .container .top-visual {
    margin-left: 0;
    min-height: auto;
  }
  .single-news .article-container .content-background .container {
    margin-top: 0px;
    padding: 0;
    height: auto;
    background: url("../img/common/bg_pattern.jpg?1531383384") repeat left top;
  }
  .single-news .article-container main {
    width: 640px;
    margin: 0;
    float: none;
  }
  .single-news .article-container main h2.title {
    margin: -10px 0 24px 15px;
    padding-top: 60px;
  }
  .single-news .article-container main .all-news-btn {
    display: none;
    background: none;
  }
  .single-news .article-container main article {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 7px;
  }
  .single-news .article-container main article .article-meta {
    width: 610px;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .single-news .article-container main article .article-meta .article-share-btn {
    margin: 10px 0 0 0;
    right: 0;
  }
  .single-news .article-container main article .article-genre {
    border: solid 1px #115fad;
    color: #1a8dff;
    display: inline-block;
    font-size: 16px;
    padding: 4px 10px;
    margin: 11px 14px 0 11px;
  }
  .single-news .article-container main article date {
    color: #1a8dff;
    font-size: 16px;
  }
  .single-news .article-container main article .article-share-btn {
    float: right;
    margin: 14px 7px 0 0;
  }
  .single-news .article-container main article .article-share-btn li {
    float: left;
    margin-left: 22px;
  }
  .single-news .article-container main article .article-share-btn li .article-share-btn-x {
    background: url('../img/news-detail/sp/share_btn_x.png?1747120191') center center no-repeat;
    width: 36px;
    height: 32px;
    display: block;
  }
  .single-news .article-container main article .article-share-btn li .article-share-btn-facebook {
    background: url('../img/news-detail/sp/share_btn_facebook.png?1530860053') center center no-repeat;
    width: 18px;
    height: 30px;
    display: block;
  }
  .single-news .article-container main article .article-share-btn li .article-share-btn-line {
    background: url('../img/news-detail/sp/share_btn_line.png?1530860053') center center no-repeat;
    width: 36px;
    height: 35px;
    display: block;
  }
  .single-news .article-container main article .article-box {
    clear: both;
    margin: 0;
    padding-top: 1px;
  }
  .single-news .article-container main article .post-date {
    padding: 31px 21px 0 21px;
  }
  .single-news .article-container main article h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    margin: 3px 0 18px;
    padding: 0 21px;
  }
  .single-news .article-container main article .main-text {
    font-size: 22px;
    line-height: 2rem;
    padding-left: 21px;
    padding-right: 21px;
  }
  .single-news .article-container main article .main-text p {
    margin-bottom: 18px;
    line-height: 2rem;
  }
  .single-news .article-container main article .main-text img {
    margin-bottom: 18px;
  }
  .single-news .article-container aside {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .single-news .article-container aside .pickup {
    margin: 0;
    border-bottom: none;
  }
  .single-news .article-container aside .pickup h4 {
    display: none;
  }
  .single-news .article-container aside .pickup ul.pickup-list {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 58px;
    border-top: solid 1px #484301;
    border-bottom: solid 1px #484301;
  }
  .single-news .article-container aside .pickup ul.pickup-list .slick-track {
    position: relative;
    left: -222px;
  }
  .single-news .article-container aside .pickup ul.pickup-list li {
    display: inline-block;
    margin: 13px 0 14px 15px;
  }
  .single-news .article-container aside .pickup ul.pickup-list li a {
    display: inline-block;
  }
  .single-news .article-container aside .pickup ul.pickup-list li a img {
    width: 272px;
    height: 153px;
  }
  .single-news .article-container aside .topics {
    margin-top: 30px;
    transition: opacity 0.2s ease-in-out;
  }
  .single-news .article-container aside .topics h4 {
    background: url('../img/goods-detail/sp/title_latest_news.png?1530860053') center center no-repeat;
    width: 311px;
    height: 33px;
    margin: 0 0 0 16px;
  }
  .single-news .article-container aside .topics ul.topics-list {
    margin-bottom: 0;
    margin-top: 32px;
    display: inline-flex;
    flex-flow: row wrap;
  }
  .single-news .article-container aside .topics ul.topics-list li {
    border: none;
    width: 288px;
    height: auto;
    margin: 0 5px 48px 20px;
  }
  .single-news .article-container aside .topics ul.topics-list li > a {
    display: block;
    width: 288px;
    height: 100%;
  }
  .single-news .article-container aside .topics ul.topics-list li img {
    margin-top: 30px;
    width: 100%;
    height: 162px;
    border: none;
  }
  .single-news .article-container aside .topics ul.topics-list li .lineup-title-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    background: -moz-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    background: -o-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    background: -ms-linear-gradient(315deg, transparent 8px, #fff 8px) no-repeat;
    display: table;
    box-sizing: border-box;
  }
  .single-news .article-container aside .topics ul.topics-list li .lineup-title-box .lineup-title {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 3px 4px 13px;
    line-height: 1.4;
    min-height: 30px;
    display: inline-block;
  }
  .single-news .article-container aside .topics ul.topics-list li .lineup-title-box .lineup-title span {
    font-size: 14px;
  }
  .single-news .article-container aside .topics ul.topics-list li .tag {
    top: 172px;
  }
  .single-news .article-container aside .topics ul.topics-list li .lineup-post-box {
    height: 80px;
  }
  .single-news .article-container aside .topics ul.topics-list li .lineup-post-box p {
    font-size: 16px;
  }
  .single-news .article-container aside .topics ul.topics-list li .lineup-post-box .post-title {
    height: 54px;
  }
  .single-news .fancybox-button {
    width: 88px;
    height: 88px;
  }
  .single-news .fancybox-button--close:after, .single-news .fancybox-button--close:before {
    height: 4px;
    width: 32px;
    top: calc(50% - 2px);
    left: calc(50% - 16px);
  }
  .single-news .fancybox-button--fullscreen:before {
    width: 30px;
    height: 22px;
    left: calc(50% - 14px);
    top: calc(50% - 12px);
  }
  .single-news .fancybox-button--play:before {
    border-top: 12px inset transparent;
    border-bottom: 12px inset transparent;
    border-left: 20px solid;
    top: calc(50% - 12px);
    left: calc(50% - 8px);
  }
  .single-news .fancybox-arrow {
    width: 88px;
  }
  .single-news .fancybox-arrow:after {
    top: 18px;
    width: 64px;
    height: 64px;
    background-size: 48px 48px;
  }
}
.error404 .article-container {
  overflow: hidden;
}
.error404 .article-container .container {
  position: relative;
}
.error404 .article-container .content-background {
  margin-top: 445px;
}
.error404 .article-container main {
  float: left;
  position: relative;
  width: 100%;
}
.error404 .article-container main h2.title {
  margin: 100px auto 80px;
  position: relative;
  background: url('../img/404/not_found.png?1531405044') center center no-repeat;
  width: 350px;
  height: 160px;
}
.error404 .article-container main .to_page_btn {
  display: block;
  margin: 0 auto 100px;
  position: relative;
  background: url('../img/404/to_page_btn.png?1531405044') center center no-repeat;
  width: 511px;
  height: 65px;
}

@media screen and (max-width: 640px) {
  .error404 .article-container .container {
    background: none;
    margin-top: 78px;
    padding: 0;
    height: 435px;
  }
  .error404 .article-container .container.live {
    height: 441px;
  }
  .error404 .article-container .container .top-visual {
    margin-left: 0;
    min-height: auto;
  }
  .error404 .article-container .content-background {
    margin-top: 0px;
  }
  .error404 .article-container .content-background .container {
    margin-top: 0px;
    padding: 0;
    height: auto;
  }
  .error404 .article-container main h2.title {
    margin: 110px auto 90px;
  }
  .error404 .article-container main .to_page_btn {
    background: url('../img/404/sp/to_page_btn.png?1531405044') center center no-repeat;
    width: 511px;
    height: 165px;
  }
}
