@charset "UTF-8";

html {
  font-size: 10px;
  scroll-padding-top: 60px;
}

body {
  background: #f2f2f2 url(../img/body_pat.png);
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-family: 'Arial', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  word-break: break-all;
}

p {
  color: #333;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #1d4fb5;
}

a:hover {
  color: #fc6f29;
}

img,
a img {
  vertical-align: bottom;
  border: none;
  background: transparent;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img:hover {
  opacity: 0.8;
}

ol,
ul,
dl {
  list-style: none;
}

li {
  display: list-item;
  zoom: normal;
}

ins {
  background: none;
}

object,
embed {
  vertical-align: top;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

body {
  width: 100%;
}

.defs {
  display: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*// --------------------------------------
// 共通パーツ
// --------------------------------------*/
.newsInfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsComment {
  font-family: 'Arial', sans-serif;
  font-size: 1.2rem;
  height: 14px;
  line-height: 14px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsComment svg {
  width: 14px;
  height: 14px;
  margin-right: 2px;
  float: left;
  fill: #999;
}

.newsDate {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsDate svg {
  width: 11px;
  height: 11px;
  fill: #999;
  margin-right: 2px;
}

.newsMedia {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsNew {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff9c00;
}

.newsHotS {
  width: 12px;
  height: 12px;
  fill: #F85800;
}

.newsHotL {
  width: 12px;
  height: 12px;
}

.newsHotL .hotL_back {
  fill: #FE3333;
}

.newsHotL .hotL_front {
  fill: #FCDA35;
}

.basicHeadline {
  border-top: 4px solid #4c4c4c;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 26px;
}

.basicHeadline svg {
  fill: #595959;
  position: absolute;
}

.basicHeadline a {
  display: block;
  color: #222;
  position: relative;
}

.basicHeadline a:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.basicHeadline .headlineWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.basicHeadline .en {
  font-family: 'Open Sans', sans-serif;
  color: #222;
}

.basicHeadline .ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  display: block;
  padding-top: 3px;
  line-height: 1.2;
}

.basicHeadline .outline {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1;
  color:#353535;
}

.gameNewsList {
  overflow: hidden;
}

.gameNewsList .date span {
  display: block;
  background: #e6e6e6;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  color: #555;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

.gameNewsList .gameNewsListBox {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.gameNewsList .gameNewsListBox .newsLink {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.gameNewsList .gameNewsListBox .gameNewsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 15px 8%;
  min-height: 66px;
}

.gameNewsList .image {
  width: 29.5082%;
  max-width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gameNewsList .image img {
  width: 100%;
  height: auto;
}

.gameNewsList .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gameNewsList .title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
  color: #1d4fb5;
}

.gameNewsList .outline {
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  line-height: 1.3;
  margin-bottom: 10px;
}

.gameNewsList .newsInfo span {
  margin-right: 6px;
}

.gameNewsList .newsInfo .newsComment {
  font-weight: bold;
  margin-right: 10px;
}

.gameNewsList .newsTag {
  position: absolute;
}

.gameNewsList .newsTag a {
  display: block;
}

.gameNewsList .newsTag span {
  width: 90px;
  height: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gameNewsList .boxL_large .text,
.gameNewsList .boxL_small .text,
.gameNewsList .boxM .text,
.gameNewsList .boxPr .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
}

.gameNewsList .boxL_new {
  background: #fffded;
}

.gameNewsList .boxS .gameNewsWrap {
  padding: 20px 15px 20px 8%;
}

.gameNewsList .boxS .text {
  width: 100%;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gameNewsList .boxPr {
  background: #f9ffe8;
}

.pager {
  padding: 25px 20px;
  background: #e5e5e5 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  background: #e5e5e5 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
}

.pager a.moreButton {
  display: block;
  background: #fc6f29;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 2px 0 #d64903;
  box-shadow: 0 2px 0 #d64903;
  border-radius: 6px;
  font-weight: 16px;
  font-weight: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.pager li {
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 0 1%;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 50px;
}

.pager li a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #bfbfbf;
  box-shadow: 0 1px 0 #bfbfbf;
  border-radius: 50%;
  color: #666;
}

.pager li a:hover {
  background: #8c8c8c;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #666666;
  box-shadow: 0 1px 0 #666666;
}

.pager .prev,
.pager .next {
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  background: #ccc;
  border-radius: 4px;
  position: relative;
}

.pager .prev:after,
.pager .next:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 0.5);
}

.pager .prev a,
.pager .next a {
  background: #ff681d -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: #ff681d -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: #ff681d linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0 1px 0 #e94d00;
  box-shadow: 0 1px 0 #e94d00;
  border-radius: 4px;
  color: #fff;
}

.pager .prev a:hover,
.pager .next a:hover {
  background: #ff7937 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: #ff7937 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: #ff7937 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: 0 1px 0 #e94d00;
  box-shadow: 0 1px 0 #e94d00;
}

.pager .prev {
  position: absolute;
  left: 0;
}

.pager .prev:after {
  left: 10px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.pager .next {
  position: absolute;
  right: 0;
}

.pager .next:after {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideMore {
  background: #e5e5e5 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  background: #e5e5e5 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  padding: 10px 15px;
  border-bottom: 2px solid #bfbfbf;
}

.sideMore a {
  display: block;
  background: #fff;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
  position: relative;
}

.sideMore a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideMore a:hover {
  background: #8c8c8c;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #666666;
  box-shadow: 0 1px 0 #666666;
}

.newsTag span {
  color: #fff;
  background: #949494;
}

span.newsTag_pr {
  background: #bccc10;
}

span.newsTag_attention {
  background: #79b716;
}

span.newsTag_news {
  background: #949494;
}

span.newsTag_news:hover {
  background: #fff;
  color: #7b7b7b;
  border: 1px solid #949494;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.newsTag_report,
span.newsTag_interview,
span.newsTag_playreport,
span.newsTag_planning,
span.newsTag_appreview,
span.newsTag_present,
span.newsTag_movie {
  background: #34aec8;
}

span.newsTag_report:hover,
span.newsTag_interview:hover,
span.newsTag_playreport:hover,
span.newsTag_planning:hover,
span.newsTag_appreview:hover,
span.newsTag_present:hover,
span.newsTag_movie:hover {
  background: #fff;
  color: #298ba0;
  border: 1px solid #34aec8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.newsTag_newtitle,
span.newsTag_preregist,
span.newsTag_sale {
  background: #e65757;
}

span.newsTag_newtitle:hover,
span.newsTag_preregist:hover,
span.newsTag_sale:hover {
  background: #fff;
  color: #df2b2b;
  border: 1px solid #e65757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.newsTag_entame,
span.newsTag_collabocafe,
span.newsTag_goods {
  background: #f18c27;
}

span.newsTag_entame:hover,
span.newsTag_collabocafe:hover,
span.newsTag_goods:hover {
  background: #fff;
  color: #d7730e;
  border: 1px solid #f18c27;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.newsTag_hard,
span.newsTag_product {
  background: #21ba8c;
}

span.newsTag_hard:hover,
span.newsTag_product:hover {
  background: #fff;
  color: #198f6b;
  border: 1px solid #21ba8c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span.newsTag_esports,
span.newsTag_business {
  background: #7076e0;
}

span.newsTag_esports:hover,
span.newsTag_business:hover {
  background: #fff;
  color: #464ed7;
  border: 1px solid #7076e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pageShare ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageShare li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  margin-right: 10px;
}

.pageShare a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageShare svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin: 4px;
}

.pageShare span {
  margin-left: 5px;
}

.pageShare .twitter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageShare .twitter .button {
  background: #55acee;
  -webkit-box-shadow: 0 1px 0 #147bc9;
  box-shadow: 0 1px 0 #147bc9;
}

.pageShare .twitter span {
  margin-left: 0;
}

.pageShare .twitter .list {
  background: #fff;
  position: relative;
  border-radius: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 0 3px;
  margin-left: 7px;
}

.pageShare .twitter .list:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}

.pageShare .facebook .button {
  background: #3b5998;
  -webkit-box-shadow: 0 1px 0 #1e2e4f;
  box-shadow: 0 1px 0 #1e2e4f;
}

.pageShare .hatebu .button {
  background: #1aaee1;
  -webkit-box-shadow: 0 1px 0 #0f6786;
  box-shadow: 0 1px 0 #0f6786;
}

.pageShare .pocket .button {
  background: #ef4056;
  -webkit-box-shadow: 0 1px 0 #b91025;
  box-shadow: 0 1px 0 #b91025;
}

.pageShare .line .button {
  background: #00C300;
  -webkit-box-shadow: 0 1px 0 #005d00;
  box-shadow: 0 1px 0 #005d00;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageShare .button {
  width: 70px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
}

.pageShare .button:hover {
  position: relative;
  top: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pageShareBottom {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.pageShareBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: flex;
  flex-wrap: flex;
}

.pageShareBottom li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
}

.pageShareBottom .button {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
}

.pageShareBottom svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin: 13px 10px;
}

.pageShareBottom span {
  margin-left: 5px;
}

.pageShareBottom .twitter .button {
  background: #55acee;
  -webkit-box-shadow: 0 1px 0 #147bc9;
  box-shadow: 0 1px 0 #147bc9;
}

.pageShareBottom .twitter .button:hover {
  background: #83c3f3;
}

.pageShareBottom .facebook .button {
  background: #3b5998;
  -webkit-box-shadow: 0 1px 0 #1e2e4f;
  box-shadow: 0 1px 0 #1e2e4f;
}

.pageShareBottom .facebook .button:hover {
  background: #4c70ba;
}

.pageShareBottom .hatebu .button {
  background: #1aaee1;
  -webkit-box-shadow: 0 1px 0 #0f6786;
  box-shadow: 0 1px 0 #0f6786;
}

.pageShareBottom .hatebu .button:hover {
  background: #45bfe9;
}

.pageShareBottom .pocket .button {
  background: #ef4056;
  -webkit-box-shadow: 0 1px 0 #b91025;
  box-shadow: 0 1px 0 #b91025;
}

.pageShareBottom .pocket .button:hover {
  background: #f36f80;
}

.pageShareBottom .line .button {
  background: #00C300;
  -webkit-box-shadow: 0 1px 0 #005d00;
  box-shadow: 0 1px 0 #005d00;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageShareBottom .line .button:hover {
  background: #00dd00;
}

#pagePath {
  position: relative;
  background: #2e2e2e;
}

#pagePath ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
}

#pagePath li {
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 10px;
  padding-right: 10px;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

#pagePath li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pagePath li:last-child {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0;
  margin-right: 0;
}

#pagePath li:last-child:after {
  display: none;
}

#pagePath a {
  color: #fff;
}

#pagePath a:hover {
  color: #fc6f29;
}

#pagePath .listShare {
  position: absolute;
  top: 3px;
  right: 3px;
}

.linkAppDownload {
  background: #3dae88 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #3dae88 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #3dae88 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #29755c;
  box-shadow: 0 1px 0 #29755c;
  text-shadow: 0 1px 1px #29755c;
}

.linkAppPreRegist {
  background: #a96be8 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #a96be8 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #a96be8 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #8329de;
  box-shadow: 0 1px 0 #8329de;
  text-shadow: 0 1px 1px #8329de;
}

.linkAmazon {
  background: #ff9900 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #ff9900 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #ff9900 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #b36b00;
  box-shadow: 0 1px 0 #b36b00;
  text-shadow: 0 1px 1px #b36b00;
}

.appDownload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 4% 20px;
}

.appDownload a {
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}

.appDownload .ios {
  background: #3dae88;
}

.appDownload .linkAppDownload,
.appDownload .linkAppPreRegist {
  position: relative;
}

.appDownload .linkAppDownload:before,
.appDownload .linkAppPreRegist:before {
  content: '';
  position: absolute;
  top: 50%;
  opacity: .5;
  left: 15px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.appDownload .linkAppDownload:before {
  background: url(../svg/icon_download.svg) no-repeat center top;
  background-size: 24px;
}

.appDownload .linkAppPreRegist:before {
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 24px;
}

.appDownloadBox {
  position: relative;
  margin: 0 4% 20px;
  border-radius: 6px;
}

.appDownloadBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3%;
}

.appDownloadBox .image {
  margin-right: 12px;
}

.appDownloadBox .image img {
  max-width: 60px;
  min-width: 60px;
  height: auto;
  border-radius: 13px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.appDownloadBox .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.appDownloadBox .text .textWrap {
  margin-bottom: 10px;
}

.appDownloadBox .text .title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #1d4fb5;
  margin-bottom: 3px;
}

.appDownloadBox .text .gamegenre {
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  font-weight: normal;
}

.appDownloadBox.download {
  background: #ecf8f4;
}

.appDownloadBox.preRegist {
  background: #f6effd;
}

.appDownloadBox .linkAppDownload,
.appDownloadBox .linkAppPreRegist {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 130px;
  height: 30px;
  margin-top: auto;
  padding-left: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}

.appDownloadBox .linkAppDownload:before,
.appDownloadBox .linkAppPreRegist:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  width: 20px;
  height: 20px;
}

.appDownloadBox .linkAppDownload:before {
  background: url(../svg/icon_download.svg) no-repeat center top;
  background-size: 20px;
}

.appDownloadBox .linkAppPreRegist:before {
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 20px;
}

.newsBody .appDownloadBox {
  margin: 0 0 20px;
}


.gameSponsored {
  clear: both;
  max-width: 300px;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #888888;
  margin: -10px 4% 20px;
}

.softBox {
  margin: 0 auto 10px;
}

.softBox .softWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.softBox .imageBox {
  width: 22.62443%;
  max-width: 150px;
  text-align: center;
}

.softBox .imageBox .none {
  width: 100px;
}

.softBox .imageBox .none .image {
  padding: 30px 15px;
  background: #d9d9d9;
}

.softBox .textBox {
  width: 75.11312%;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.softBox .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 6px;
}

.softBox .title a {
  display: block;
}

.softBox .company {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.softBox .company a {
  color: #a68c09;
  margin: 0 10px 0 0;
  white-space: nowrap;
  line-height: 1.3;
  font-weight: bold;
}

.softBox .company a:hover {
  color: #d6b50c;
}

.softBox .tag {
  margin-bottom: 2px;
}

.softBox .info {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.softBox .other {
  margin-bottom: 0;
}

.softBox li {
  margin: 0 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

.softBox span {
  font-weight: bold;
}

.softBox_sp {
  margin-bottom: 10px;
}

.softBox_sp .softLink {
  background: #3dae88 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #3dae88 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #3dae88 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #29755c;
  box-shadow: 0 1px 0 #29755c;
  text-shadow: 0 1px 1px #29755c;
  display: block;
  padding: 10px 2%;
  color: #fff;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 1.7rem;
  text-align: center;
}

.softBox_sp .softLink span {
  margin-top: 5px;
  font-size: 1.1rem;
  display: block;
}

.appBox {
  background: #fff;
}

.appBox .iosBox,
.appBox .androidBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appBox .imageBox {
  text-align: center;
  width: 36.1991%;
  max-width: 240px;
}

.appBox .imageBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-radius: 4px;
  color: #fff;
}

.appBox .imageBox a img {
  width: 70px;
  height: 70px;
  margin-right: 5px;
}

.appBox .imageBox a .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.appBox .imageBox a span {
  display: block;
}

.appBox .imageBox .none {
  width: 100px;
}

.appBox .iosBox .imageBox a {
  background: #647ae8 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #647ae8 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #647ae8 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #2141de;
  box-shadow: 0 1px 0 #2141de;
  text-shadow: 0 1px 0 #2141de;
}

.appBox .iosBox .imageBox a:hover {
  background: #7a8deb -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #7a8deb -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #7a8deb linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.appBox .iosBox .imageBox a span {
  font-size: 28px;
  font-size: 2.8rem;
}

.appBox .androidBox .imageBox a {
  background: #84b33d -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #84b33d -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #84b33d linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #5a7a2a;
  box-shadow: 0 1px 0 #5a7a2a;
  text-shadow: 0 1px 0 #5a7a2a;
}

.appBox .androidBox .imageBox a:hover {
  background: #91c149 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #91c149 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #91c149 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.appBox .androidBox .imageBox a span {
  font-size: 23px;
  font-size: 2.3rem;
}

.appBox .textBox {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 59.27602%;
}

.appBox .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 6px;
}

.appBox .company {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appBox .company a {
  color: #a68c09;
  margin: 0 10px 0 0;
  white-space: nowrap;
  line-height: 1.3;
  font-weight: bold;
}

.appBox .company a:hover {
  color: #d6b50c;
}

.appBox .tag {
  margin-bottom: 2px;
}

.appBox .info {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appBox .other {
  margin-bottom: 0;
}

.appBox li {
  margin: 0 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

.appBox span {
  font-weight: bold;
}

.tag {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag a {
  display: block;
  height: 16px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 16px;
  padding: 1px 6px;
  border-radius: 3px;
  background: #e7f3f8;
  color: #286a8b;
  white-space: nowrap;
  margin: 0 7px 5px 0;
}

.tag a:hover {
  background: #3997c6;
  color: #fff;
}

.tag .game-hard {
  background: #e0f2e0;
  color: #2e6c2e;
}

.tag .game-hard:hover {
  background: #45a245;
  color: #fff;
}

.tag .os a {
  background: #f0e9fa;
  color: #7234ce;
}

.tag .os a:hover {
  background: #9d72dd;
  color: #fff;
}

.tag .game-tag--free {
  background: #f8ebeb;
  color: #d91b1b;
}

.tag .game-tag--free:hover {
  background: #ea5656;
  color: #fff;
}

.tag .theme a {
  background: #e4f8f9;
  color: #00666e;
}

.tag .theme a:hover {
  background: #00aeba;
  color: #fff;
}

.relatedHeadline {
  margin-bottom: 20px;
  padding: 0 0 6px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #e0e0e0;
  position: relative;
}

.relatedHeadline svg {
  position: absolute;
  width: 24px;
  height: 24px;
  fill: #808080;
}

.relatedNews {
  margin-top: 15px;
  position: relative;
}

.relatedNews .relatedHeadline svg {
  top: -6px;
  left: 8px;
}

.relatedNews .relatedNewsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.relatedNews .relatedNewsListBox {
  background: #fff;
  width: 48%;
  margin-bottom: 20px;
}

.relatedNews a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.relatedNews .image {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
  overflow: hidden;
  margin: 0 auto;
  background: #f2f2f2;
}

.relatedNews .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.relatedNews .text {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.relatedNews .text p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d4fb5;
  line-height: 1.3;
  margin: 0 0 10px;
}

.relatedNews .text p:hover {
  color: #fc6f29;
}

.relatedNews .text .newsTag span {
  display: block;
  height: 13px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 6px;
}

.relatedNews .text .newsDate {
  margin-top: auto;
}

.relatedNews .more {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
  text-align: right;
}

.relatedNews .more:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.relatedNews .slick-prev,
.relatedNews .slick-next {
  width: 40px;
  height: 40px;
}

.relatedNews .slick-prev {
  left: -33px;
}

.relatedNews .slick-next {
  right: -33px;
}

.relatedNews .slick-prev:before,
.relatedNews .slick-next:before {
  font-size: 25px;
  color: #606060;
}

.relatedNews .slick-dots {
  bottom: -30px;
}

.relatedNews .slick-dots li {
  margin: 0;
}

.relatedNews .slick-dots li button:before {
  font-size: 10px;
}

.relatedNewsText {
  margin: 0 4% 40px;
}

.relatedNewsText li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}

.relatedNewsText li:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.relatedNewsText a {
  display: block;
}

.relatedNewsText p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3;
}

.gameHeader .gameHeaderBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gameHeader .gameHeaderBg:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.gameHeader .gameHeaderNoimage {
  background: #333 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 28px);
  background: #333 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 28px);
}

.gameHeader .gameHeaderCover {
  background: rgba(0, 0, 0, 0.4);
}

.gameHeader .gameHeaderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gameHeader .imageBox {
  margin: 20px 0 20px 25px;
}

.gameHeader .imageBox a {
  display: block;
}

.gameHeader .imageBox img {
  max-width: 180px;
  max-height: 100px;
  height: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.gameHeader .imageBox.app {
  border-radius: 22px;
}

.gameHeader .imageBox.app a {
  border-radius: 22px;
}

.gameHeader .imageBox.app img {
  max-width: 100px;
  border-radius: 22px;
}

.gameHeader .titleBox {
  color: #fff;
  padding: 30px 25px 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.gameHeader .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.2;
}

.gameHeader .title a {
  color: #fff;
}

.gameHeader .title a:hover {
  color: #ffe14d;
}

.gameHeader .gamegenre {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.gameHeader .gamegenre:last-child {
  margin-bottom: 0;
}

.gameHeader .star {
  position: relative;
}

.gameHeader .star .rate0:after {
  width: 0;
}

.gameHeader .star .rate1:after {
  width: 18px;
}

.gameHeader .star .rate1-5:after {
  width: 27px;
}

.gameHeader .star .rate2:after {
  width: 36px;
}

.gameHeader .star .rate2-5:after {
  width: 45px;
}

.gameHeader .star .rate3:after {
  width: 54px;
}

.gameHeader .star .rate3-5:after {
  width: 63px;
}

.gameHeader .star .rate4:after {
  width: 72px;
}

.gameHeader .star .rate4-5:after {
  width: 81px;
}

.gameHeader .star .rate5:after {
  width: 90px;
}

.gameHeader .star .rate {
  display: inline-block;
  width: 90px;
  height: 18px;
  font-size: 18px;
  font-family: 'Arial', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, sans-serif;
}

.gameHeader .star .rate:before,
.gameHeader .star .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 18px;
  line-height: 18px;
}

.gameHeader .star .rate:before {
  color: #ddd;
}

.gameHeader .star .rate:after {
  color: #ffd400;
  overflow: hidden;
  white-space: nowrap;
}

.gameHeader .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gameHeader .button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  height: 40px;
  margin: 0 5px;
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.gameHeader .button a:before {
  content: '';
  position: absolute;
  top: 50%;
  opacity: .5;
}

.gameHeader .button .linkAppDownload:before,
.gameHeader .button .linkAppPreRegist:before {
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.gameHeader .button .linkAppDownload:before {
  background: url(../svg/icon_download.svg) no-repeat center top;
  background-size: 20px;
}

.gameHeader .button .linkAppPreRegist:before {
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 20px;
}

.gameInfo {
  border: 1px solid #ccc;
  border-bottom: none;
}

.gameInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gameInfo dt,
.gameInfo dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gameInfo dt {
  width: 25%;
  padding: 8px 15px;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666;
  background: #f8f8f8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gameInfo dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 75%;
  padding: 8px 15px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}

.gameInfo dd span {
  margin-right: 10px;
  line-height: 1.5;
}

.gameInfo dd:has(.game-detail-memo__heading),
.gameInfo dd:has(.game-detail-memo__item){
  padding-left: 2em;
  line-height: 1.4;
  font-size: 1.3rem;
  display: block;
}

.game-detail-memo__heading {
  margin-left: -12px;
  font-weight: 600;
  font-size: 1.5rem;
}

.game-detail-memo__item {
  margin-left: -1em;
  margin-right: 0!important;
  font-weight: 600;
}

.game-detail-memo__item::before {
  content: "・";
}

/* .game-detail-memo__item::after {
  content: "：";
} */

.appReviewBox {
  background: #fdf4fd;
  margin: 30px 0 15px;
  overflow: hidden;
  border-radius: 6px;
}

.appReviewBox h2 {
  background: #e16ed8 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 28px);
  background: #e16ed8 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 28px);
  color: #fff;
  width: 100%;
  padding: 8px 10px 8px 40px;
  position: relative;
  font-size: 16px;
  font-weight: 1.6rem;
  font-weight: bold;
  text-shadow: 0 2px 0 #e032d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.appReviewBox h2:after {
  top: 100%;
  left: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 85, 85, 0);
  border-top-color: #ea74e1;
  border-width: 5px;
  margin-left: -5px;
}

.appReviewBox h2 .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 13px;
  fill: #fff;
}

.appReviewBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15px;
}

.appReviewBox .image {
  width: 180px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.appReviewBox .image img {
  background: #fff;
  width: 100%;
  height: auto;
}

.appReviewBox p {
  font-weight: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  word-break: break-all;
  color: #1d4fb5;
  margin: 0;
}

.appReviewBox p:hover {
  color: #fc6f29;
}

.listSort {
  padding: 12px 20px;
  border-bottom: 1px solid #d9d9d9;
}

.listSort p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

.listSort p span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 5px;
}

.listSort .sort {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listSort .sort a {
  display: block;
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #666;
  border-radius: 12px;
  background: #e5e5e5;
  -webkit-box-shadow: 0 1px 0 #bfbfbf;
  box-shadow: 0 1px 0 #bfbfbf;
}

.listSort .sort a:first-child {
  margin-right: 10px;
}

.listSort .sort a.active,
.listSort .sort a:hover {
  background: #f46721;
  -webkit-box-shadow: 0 1px 0 #bf4609;
  box-shadow: 0 1px 0 #bf4609;
  color: #fff;
}

.relatedTag {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 5px;
}

.relatedTag span {
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

.relatedTag span svg {
  width: 14px;
  height: 14px;
  fill: #808080;
  margin-right: 5px;
}

.relatedTag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.relatedTag ul li {
  margin: 0 10px 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}

.relatedTag ul li a {
  display: block;
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  background: #fff;
  border-radius: 9px;
}

.relatedTag ul li a:hover {
  background: #999999;
  color: #fff;
}

.rank {
  position: absolute;
  z-index: 1;
  display: block;
  min-width: 20px;
  height: 20px;
  background: #404040;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}

.no1,
.no2,
.no3 {
  border: none;
}

.no1 {
  background: url(../svg/icon_rank1.svg);
  background-size: 26px;
}

.no2 {
  background: url(../svg/icon_rank2.svg);
  background-size: 26px;
}

.no3 {
  background: url(../svg/icon_rank3.svg);
  background-size: 26px;
}

.newsFooter {
  margin: 30px;
}

.newsFooter p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #777;
}

.newsFooter .newsCopyright {
  margin-bottom: 5px;
}

.noneBox {
  padding: 50px 30px;
  text-align: center;
}

.noneBox p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.closeText {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 10px;
  background: #a0a0a0;
  color: #fff;
  font-weight: bold !important;
  font-size: 12px;
  font-size: 1.2rem;
}

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

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button:before {
  content: '●';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .25;
}

.slide-dots li.slick-active button:before {
  content: '●';
  opacity: .75;
}

/*// --------------------------------------
// ドロワーメニュー
// --------------------------------------*/

#overlay {
  /*// 半透明の黒背景*/
}

.side-open {
  /*//  ドロワーオープン時*/
  position: fixed;
  width: 100%;
}

#menuSp {
  display: none;
}

/*// --------------------------------------
// ジャック / ヘッダー
// --------------------------------------*/

a.jackLinkPc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
}

.jackPc {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 65px;
}

.jackSp {
  display: none;
}

#header {
  width: 100%;
  background: #262626;
}

.headerWrap {
  position: relative;
}

.logo svg {
  fill: #fff;
  width: 180px;
  height: 60px;
}

#menuPc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60.18519%;
}

#menuPc .menu {
  width: 92.30769%;
}

#menuPc .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
}

#menuPc .menu li {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}

#menuPc .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-weight: bold;
  color: #fff;
}

#menuPc .menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border-right: 1px solid #404040;
}

#menuPc .menu li:last-child span {
  border-right: none;
}

#menuPc .menu li.active,
#menuPc .menu li:hover {
  border-bottom: 5px solid #fc6f29;
}

.searchButtonPc {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.searchButtonPc svg {
  fill: #fff;
  position: absolute;
}

.searchButtonPc .iconSearch {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
}

.searchButtonPc .iconClose {
  display: none;
  width: 14px;
  height: 14px;
  top: 13px;
  left: 13px;
}

.searchButtonPc.active .iconSearch {
  display: none;
}

.searchButtonPc.active .iconClose {
  display: block;
}

.wordSearchPc {
  display: none;
  background: #262626;
  border-bottom: 5px solid #737373;
  width: 60.18519%;
  height: 60px;
  position: absolute;
  top: 0;
  right: 50px;
  color: #FFF;
}

.wordSearchPc .wordSearchWrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wordSearchPc .wordSearchWrap ul {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wordSearchPc .wordSearchWrap ul li {
  width: 98%;
  margin: 0 1%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.wordSearchPc .wordSearchWrap ul input[type="radio"] {
  display: none;
  height: 0;
}

.wordSearchPc .wordSearchWrap ul input[type="radio"]+label {
  width: 100%;
  height: 40px;
  background: #414141;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  position: relative;
}

.wordSearchPc .wordSearchWrap ul input[type="radio"]+label:before {
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fc6f29;
  content: '';
  opacity: 0;
}

.wordSearchPc .wordSearchWrap ul input[type="radio"]+label:after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  content: '';
}

.wordSearchPc .wordSearchWrap ul input[type="radio"]:checked+label {
  background: #737373;
  border-radius: 3px;
}

.wordSearchPc .wordSearchWrap ul input[type="radio"]:checked+label:before {
  opacity: 1;
}

.wordSearchPc .wordSearchWrap .field {
  width: 53%;
  position: relative;
  padding: 10px 0;
}

.wordSearchPc .wordSearchWrap .field input[type=text] {
  width: 96%;
  height: 40px;
  padding: 0 2%;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.wordSearchPc .wordSearchWrap .field ::-webkit-input-placeholder {
  color: #ccc;
}

.wordSearchPc .wordSearchWrap .field ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.wordSearchPc .wordSearchWrap .field :-ms-input-placeholder {
  color: #ccc;
}

.hamburgerSp {
  display: none;
}

/*// --------------------------------------
// レイアウト
// --------------------------------------*/
.wrapper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.contentWrap {
  margin-bottom: 25px;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mainContent {
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

/*// --------------------------------------
// index（トップページ）
// --------------------------------------*/

#topNews .topNewsListBox {
  background: #fff;
  margin: 0 5px;
}

#topNews .topNewsListBox .movie {
  clear: both;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
}

#topNews .topNewsListBox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#topNews .topNewsListBox .image img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*//ホバー時に1pxずれる現象を回避*/
}

#topNews .topNewsListBox .image img:hover {
  opacity: .8;
}

#topNews .topNewsListBox .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  overflow: hidden;
  padding: 2.97619%;
}

#topNews .topNewsListBox .text p {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1d4fb5;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#topNews .topNewsListBox .text p:hover {
  color: #fc6f29;
}

#topNews .topNewsListBox .newsInfo span {
  margin-right: 6px;
}

#latestNews {
  background: #fff;
  margin-bottom: 10px;
}

#latestNews .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#latestNews .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 14px;
}

#latestNews .basicHeadline a:after {
  right: 20px;
}

/*// --------------------------------------
// news
// --------------------------------------*/
#newsFull .officialSiteLink {
  margin: 0 30px 50px;
}

#newsFull .newsImageBoxList {
  margin: 0 30px 30px;
}

#newsFull .newsImageBoxList .relatedHeadline svg {
  top: -5px;
  left: 5px;
}

#newsFull .newsImageBoxList .imageBoxList {
  margin-bottom: 15px;
  margin-left: -5px;
}

#newsFull .newsImageBoxList .imageBox {
  width: 15.94203%;
  height: 68px;
  margin-left: 5px;
}

#newsFull .newsImageBoxList img {
  max-width: 100%;
  max-height: 68px;
}

#newsFull .moreimage {
  clear: both;
  margin: 15px;
  text-align: center;
  background: #1d4fb5 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #1d4fb5 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #1d4fb5 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #123273;
  box-shadow: 0 1px 0 #123273;
  text-shadow: 0 1px 1px #123273;
  border-radius: 4px;
}

#newsFull .moreimage a {
  display: block;
  padding: 11px 20px 11px 20px;
  color: #fff;
}

#newsFull .relatedNews {
  margin-bottom: 30px;
}

#newsFull .pageShareBottom {
  margin: 0 30px;
}

#newsFull .pageShareBottom ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#newsFull .pageShareBottom li {
  width: 19%;
}

#newsFull .pageShareBottom .button {
  height: 50px;
}

.newsHeader {
  margin-bottom: 20px;
}

.newsHeader .headerBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.newsHeader .headerBg:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.newsHeader .headerCover {
  background: rgba(0, 0, 0, 0.4);
}

.newsHeader .titleBox {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px 15px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.newsHeader h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  width: 76.42857%;
  margin-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.newsHeader h1 a {
  color: #fff;
  display: block;
}

.newsHeader h1 a:hover {
  color: #ffe14d;
}

.newsHeader h1 .outline {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.newsHeader .image {
  width: 21.42857%;
  max-width: 150px;
}

.newsHeader .image img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}

.newsHeader .infoBox {
  padding: 0 25px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.newsHeader .newsComment {
  color: #fff;
}

.newsHeader .newsComment a {
  color: #fff;
}

.newsHeader .newsComment a:hover {
  color: #ffe14d;
}

.newsHeader .newsComment svg {
  fill: #fff;
}

.newsHeader .newsDate {
  color: #fff;
}

.newsHeader .newsDate svg {
  fill: #fff;
}

.newsHeader .newsTag span {
  height: 12px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsHeader .newsWriter {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.newsHeader .newsWriter a {
  color: #fff;
  margin-left: 5px;
}

.newsHeader .newsWriter a:first-child {
  margin-left: 0;
}

.newsHeader .newsWriter a:hover {
  color: #ffe14d;
}

.newsHeader .pageShare {
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 20px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.newsDescription {
  margin: 20px 30px 0;
}

.newsDescription p {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

.newsDescription a {
  font-weight: bold;
}

.newsHeading{
  margin: 30px;
  padding: 20px;
  border: 1px solid #d1d1d1;
  background: #f9f9f9;
}

.newsHeading p{
  color: #808080;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.newsHeading ol{
  list-style: decimal;
  padding-left: 30px;
  font-size: 1.6rem;
}

.newsHeading ol *+*{
  margin-top: 15px;
}

.newsHeading li::marker {
  color: #808080;
}

@media screen and (max-width: 767px) {
  .newsHeading{
    margin: 20px 4%;
    padding: 20px;
  }
}

.newsBody {
  margin: 0 30px 50px;
}

.newsBody p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 30px;
}

.newsBody .quoteText {
  text-align: center;
  font-size: 1.5rem;
  color: #c74707;
}

.newsBody a {
  font-weight: bold;
}

.newsBody .bold {
  font-weight: bold;
}

.newsBody .red {
  color: #da3737;
}

.newsBody .blue {
  color: #4035bb;
}

.newsBody .green {
  color: #017701;
}

.newsBody .notes {
  color: #888;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.newsBody hr.space {
  border: none;
  height: 30px;
}

.newsBody .border {
  border: 0;
  height: 1px;
  background: #e1e1e1;
  margin-bottom: 20px;
}

.newsBody h2,
.newsBody h3,
.newsBody h4,
.newsBody h5 {
  line-height: 1.3;
}

.newsBody h2:first-child,
.newsBody h3:first-child,
.newsBody h4:first-child,
.newsBody h5:first-child {
  margin-top: 0;
}

.newsBody h2 {
  background: #f7f7f7;
  border-top: 4px solid #666;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  margin: 50px 0 25px;
  padding: 11px 15px;
  position: relative;
}

.newsBody h2:before {
  position: absolute;
  content: '';
  display: block;
  border-top: solid 4px #fc6f29;
  top: -4px;
  left: 0;
  width: 30%;
}

.newsBody h3 {
  position: relative;
  margin: 40px 0 20px;
  padding: 0 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.newsBody h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #d9d9d9 -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  background: #d9d9d9 repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}

.newsBody h4 {
  padding: 0 10px;
  margin: 35px 0 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #444;
  border-left: 3px solid #a6a6a6;
}

.newsBody h5 {
  margin: 30px 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}

.newsBody ul {
  margin-bottom: 30px;
}

.newsBody ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 7px;
  font-size: 15px;
  font-size: 1.5rem;
}

.newsBody ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
}

.newsBody ul ul {
  margin-left: 20px;
}

.newsBody ol {
  margin-bottom: 30px;
  counter-reset: number;
}

.newsBody ol li {
  padding-left: 30px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 7px;
  font-size: 15px;
  font-size: 1.5rem;
}

.newsBody ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  color: #a6a6a6;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  left: 5px;
}

.newsBody ol ol {
  margin-left: 20px;
}

.newsBody .linkPR,
.newsBody .linkDownload,
.newsBody .linkPresent,
.newsBody .linkOther {
  max-width: 510px;
  margin: 0 auto 30px;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
}

.newsBody .linkPR a,
.newsBody .linkDownload a,
.newsBody .linkPresent a,
.newsBody .linkOther a {
  display: block;
  padding: 11px 25px 11px 20px;
  color: #fff;
}

.newsBody .linkPR:after,
.newsBody .linkDownload:after,
.newsBody .linkPresent:after,
.newsBody .linkOther:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsBody .linkPR {
  background: #f49d25 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #f49d25 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #f49d25 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #c3750a;
  box-shadow: 0 1px 0 #c3750a;
  text-shadow: 0 1px 1px #c3750a;
}

.newsBody .linkPR:hover {
  background: #f5a83d -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #f5a83d -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #f5a83d linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.newsBody .linkDownload {
  background: #3dae88 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #3dae88 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #3dae88 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #29755c;
  box-shadow: 0 1px 0 #29755c;
  text-shadow: 0 1px 1px #29755c;
}

.newsBody .linkDownload:hover {
  background: #46be96 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #46be96 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #46be96 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.newsBody .linkPresent {
  background: #f16493 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #f16493 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #f16493 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #eb1e62;
  box-shadow: 0 1px 0 #eb1e62;
  text-shadow: 0 1px 1px #eb1e62;
}

.newsBody .linkPresent:hover {
  background: #f37ba3 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #f37ba3 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #f37ba3 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.newsBody .linkOther {
  background: #497ad4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #497ad4 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #497ad4 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  -webkit-box-shadow: 0 1px 0 #2855a9;
  box-shadow: 0 1px 0 #2855a9;
  text-shadow: 0 1px 1px #2855a9;
}

.newsBody .linkOther:hover {
  background: #5e89d9 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, transparent), to(transparent));
  background: #5e89d9 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #5e89d9 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.newsBody .linkCenter {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.newsBody .linkCenter a {
  display: block;
}

.newsBody .keyword {
  display: block;
  color: #f72100;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.newsBody .question {
  font-weight: bold;
  color: #067580;
}

.newsBody .nameNone {
  font-weight: bold;
  color: #da3737;
}

.newsBody .nameGreen {
  font-weight: bold;
  color: #017701;
}

.newsBody .nameViolet {
  font-weight: bold;
  color: #8036c8;
}

.newsBody .nameBlue {
  font-weight: bold;
  color: #4035bb;
}

.newsBody .namePink {
  font-weight: bold;
  color: #d92b9f;
}

.newsBody .nameOrange {
  font-weight: bold;
  color: #f56205;
}

.newsBody .textTable {
  max-width: 690px;
  margin: 0 auto 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.newsBody .textTable table {
  margin: 0 auto;
}

.newsBody .textTable th {
  background: #eee;
  border: 1px solid #ddd;
  padding: 6px;
  color: #555;
  vertical-align: middle;
}

.newsBody .textTable td {
  border: 1px solid #ddd;
  padding: 6px;
  background: #fff;
  vertical-align: middle;
  color: #333;
}

.newsBody .weeksoftTable {
  margin: 0 auto 30px;
  border-top: 1px solid #c2e3ea;
  border-bottom: 1px solid #c2e3ea;
}

.newsBody .weeksoftTable table {
  width: 100%;
}

.newsBody .weeksoftTable tr {
  display: block !important;
}

.newsBody .weeksoftTable td {
  display: table-cell !important;
}

.newsBody .weeksoftTable td:first-child br {
  display: none;
}

.newsBody .weeksoftTable td:nth-child(2),
.newsBody .weeksoftTable td:nth-child(3) {
  font-size: 1.2rem;
  white-space: nowrap;
}

.newsBody .weeksoftTable th {
  text-align: center;
}

.newsBody .weeksoftTable td:nth-child(2) {
  width: 10em !important;
}

.newsBody .weeksoftTable td:nth-child(3) {
  width: 8em !important;
}

.newsBody .rankingTable {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.newsBody .rankingTable th,
.newsBody .rankingTable td {
  vertical-align: middle;
}

.newsBody .rankingTable th {
  padding: 10px 1px;
  background: #bda557;
  color: #fff;
  border: 1px solid #e4dec9;
}

.newsBody .rankingTable td {
  text-align: center;
  border: 1px solid #e4dec9;
  padding: 10px 5px;
}

.newsBody .rankingTable td:first-child {
  color: #d51b1b;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.newsBody .rankingTable td:nth-child(2) {
  color: #753617;
}

.newsBody .rankingTable td:nth-child(4) {
  width: 20em;
}

.newsBody .rankingTable td:nth-child(4),
.newsBody .rankingTable td:nth-child(6) {
  text-align: left;
}

.newsBody .rankingTable a {
  display: block;
}

.newsBody img {
  height: auto;
  margin: 0 auto;
  max-width: 690px;
}

.newsBody .imageRight {
  clear: both;
  float: right;
  margin: 0 0 30px 20px;
  background: #fff;
  overflow: hidden;
  max-width: 298px;
}

.newsBody .imageRight img {
  max-width: 100%;
  height: auto;
}

.newsBody .imageLeft {
  clear: both;
  float: left;
  margin: 0 20px 30px 0;
  background: #fff;
  overflow: hidden;
  max-width: 298px;
}

.newsBody .imageLeft img {
  max-width: 100%;
  height: auto;
}

.newsBody .imageCenter {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.newsBody .imageCenter img {
  max-width: 690px;
}

.newsBody .imageOriginalCenter {
  margin-bottom: 30px;
  text-align: center;
}

.newsBody .imageOriginalCenterNoborder {
  margin-bottom: 30px;
  text-align: center;
}

.newsBody .imageTable {
  clear: both;
  text-align: center;
  margin: 0 auto 30px;
}

.newsBody .imageTable table {
  margin: 0 auto;
  max-width: 690px;
}

.newsBody .imageTable td {
  table-layout: fixed;
  text-align: left;
  padding: 2px;
  font-size: 1.3rem;
  color: #555;
  color: #555;
  line-height: 1.4em;
}

.newsBody .imageTable img {
  max-width: 100%;
}

.newsBody .caption {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
  padding: 5px;
}

.newsBody .imageSlider {
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
  letter-spacing: -.40em;
}

.newsBody .imageSlider .imageSliderList {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsBody .imageSlider li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  margin: 0;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsBody .imageSlider li:before {
  display: none;
}

.newsBody .imageSlider li img {
  max-width: 100%;
}

.newsBody .imageSlider .slick-dots {
  margin: 0;
  padding: 0;
}

.newsBody .imageSlider .slick-dots li {
  width: 20px;
  height: 20px;
}

.newsBody .imageSlider .slick-dots li button:before {
  font-size: 10px;
}

.newsBody .movie {
  clear: both;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.newsBody .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsBody .twitter-tweet {
  margin: 0 auto 30px;
}

.newsBody .right {
  float: right;
  margin: 0 0 30px 20px;
  max-width: 298px;
}

.newsBody .left {
  float: left;
  margin: 0 20px 30px 0;
  max-width: 298px;
}

.newsBody blockquote,
.newsBody .box,
.newsBody .boxpresent {
  overflow: hidden;
  margin: 30px 0;
}

.newsBody blockquote h2,
.newsBody .box h2,
.newsBody .boxpresent h2 {
  border-top: none;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 6px 20px;
}

.newsBody blockquote h2:before,
.newsBody .box h2:before,
.newsBody .boxpresent h2:before {
  border-top: none;
}

.newsBody blockquote h3,
.newsBody .box h3,
.newsBody .boxpresent h3 {
  position: relative;
  margin: 30px 20px 20px;
}

.newsBody blockquote h4,
.newsBody .box h4,
.newsBody .boxpresent h4 {
  position: relative;
  margin: 25px 20px 15px;
}

.newsBody blockquote h5,
.newsBody .box h5,
.newsBody .boxpresent h5 {
  position: relative;
  margin: 20px 20px 10px;
}

.newsBody blockquote p,
.newsBody .box p,
.newsBody .boxpresent p {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 20px 20px 30px;
}

.newsBody blockquote p:first-child,
.newsBody .box p:first-child,
.newsBody .boxpresent p:first-child {
  margin-top: 20px;
}

.newsBody blockquote ul,
.newsBody blockquote ol,
.newsBody .box ul,
.newsBody .box ol,
.newsBody .boxpresent ul,
.newsBody .boxpresent ol {
  margin: 0 20px 30px;
}

.newsBody blockquote img,
.newsBody .box img,
.newsBody .boxpresent img {
  max-width: 100%;
}

.newsBody blockquote .imageLeft,
.newsBody .box .imageLeft,
.newsBody .boxpresent .imageLeft {
  margin: 0 20px 30px;
}

.newsBody blockquote .imageRight,
.newsBody .box .imageRight,
.newsBody .boxpresent .imageRight {
  margin: 0 20px 30px;
}

.newsBody blockquote .imageLeft,
.newsBody blockquote .imageRight,
.newsBody blockquote .imageCenter,
.newsBody blockquote .imageOriginalCenter,
.newsBody blockquote .imageOriginalCenterNoborder,
.newsBody .box .imageLeft,
.newsBody .box .imageRight,
.newsBody .box .imageCenter,
.newsBody .box .imageOriginalCenter,
.newsBody .box .imageOriginalCenterNoborder,
.newsBody .boxpresent .imageLeft,
.newsBody .boxpresent .imageRight,
.newsBody .boxpresent .imageCenter,
.newsBody .boxpresent .imageOriginalCenter,
.newsBody .boxpresent .imageOriginalCenterNoborder {
  margin: 0 20px 30px;
}

.newsBody blockquote .imageLeft img,
.newsBody blockquote .imageRight img,
.newsBody blockquote .imageCenter img,
.newsBody blockquote .imageOriginalCenter img,
.newsBody blockquote .imageOriginalCenterNoborder img,
.newsBody .box .imageLeft img,
.newsBody .box .imageRight img,
.newsBody .box .imageCenter img,
.newsBody .box .imageOriginalCenter img,
.newsBody .box .imageOriginalCenterNoborder img,
.newsBody .boxpresent .imageLeft img,
.newsBody .boxpresent .imageRight img,
.newsBody .boxpresent .imageCenter img,
.newsBody .boxpresent .imageOriginalCenter img,
.newsBody .boxpresent .imageOriginalCenterNoborder img {
  max-width: 100%;
}

.newsBody blockquote .imageLeft:first-child,
.newsBody blockquote .imageRight:first-child,
.newsBody blockquote .imageCenter:first-child,
.newsBody blockquote .imageOriginalCenter:first-child,
.newsBody blockquote .imageOriginalCenterNoborder:first-child,
.newsBody .box .imageLeft:first-child,
.newsBody .box .imageRight:first-child,
.newsBody .box .imageCenter:first-child,
.newsBody .box .imageOriginalCenter:first-child,
.newsBody .box .imageOriginalCenterNoborder:first-child,
.newsBody .boxpresent .imageLeft:first-child,
.newsBody .boxpresent .imageRight:first-child,
.newsBody .boxpresent .imageCenter:first-child,
.newsBody .boxpresent .imageOriginalCenter:first-child,
.newsBody .boxpresent .imageOriginalCenterNoborder:first-child {
  margin: 20px 20px 30px;
}

.newsBody blockquote .imageTable,
.newsBody blockquote .textTable,
.newsBody .box .imageTable,
.newsBody .box .textTable,
.newsBody .boxpresent .imageTable,
.newsBody .boxpresent .textTable {
  max-width: 650px;
}

.newsBody blockquote .movie,
.newsBody .box .movie,
.newsBody .boxpresent .movie {
  max-width: 650px;
  margin: 0 auto 30px;
}

.newsBody blockquote .textTable,
.newsBody .box .textTable,
.newsBody .boxpresent .textTable {
  font-size: 13px;
  font-size: 1.3rem;
}

.newsBody blockquote {
  clear: both;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.newsBody blockquote .box {
  margin: 0 20px 30px;
}

.newsBody blockquote .box h2 {
  background: #8c8c8c -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #8c8c8c repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #d1d1d1;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.newsBody blockquote h2 {
  background: #f0f0f0 -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.6) 20px);
  background: #f0f0f0 repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.6) 20px);
  border-bottom: 4px solid #d1d1d1;
  color: #222;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
}

.newsBody .box {
  clear: both;
  background: #fafafa;
}

.newsBody .box blockquote {
  margin: 0 20px 30px;
}

.newsBody .box blockquote h2 {
  background: #f0f0f0 -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.6) 20px);
  background: #f0f0f0 repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.6) 20px);
  border-bottom: 4px solid #d1d1d1;
  color: #222;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9);
}

.newsBody .box h2 {
  background: #8c8c8c -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #8c8c8c repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #d1d1d1;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.newsBody .box .linkPR,
.newsBody .box .linkDownload,
.newsBody .box .linkPresent,
.newsBody .box .linkOther {
  margin: 0 auto 30px;
}

.newsBody .box .appBox {
  margin: 0 20px 30px;
}

.newsBody .box.blue {
  background: #f5f9fc;
}

.newsBody .box.blue h2 {
  background: #72b0dd -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #72b0dd repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #aad4f2;
}

.newsBody .box.blue h3 {
  color: #046ab2;
}

.newsBody .box.blue h3:after {
  background: #b8d2e5 -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  background: #b8d2e5 repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}

.newsBody .box.blue h4 {
  color: #0b4873;
  border-left: 3px solid #adcad9;
}

.newsBody .box.blue h5 {
  color: #2e5673;
}

.newsBody .box.red {
  background: #fcf5f5;
}

.newsBody .box.red h2 {
  background: #f88c93 -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #f88c93 repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #fec3cd;
}

.newsBody .box.red h3 {
  color: #991f25;
}

.newsBody .box.red h3:after {
  background: #f5d0d2 -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  background: #f5d0d2 repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}

.newsBody .box.red h4 {
  color: #660a0f;
  border-left: 3px solid #f2b6b9;
}

.newsBody .box.red h5 {
  color: #662427;
}

.newsBody .box.green {
  background: #f9fcf5;
}

.newsBody .box.green h2 {
  background: #8aba5a -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #8aba5a repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #b8d998;
}

.newsBody .box.green h3 {
  color: #336600;
}

.newsBody .box.green h3:after {
  background: #bed9a3 -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  background: #bed9a3 repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}

.newsBody .box.green h4 {
  color: #315909;
  border-left: 3px solid #a3cc7a;
}

.newsBody .box.green h5 {
  color: #3a591b;
}

.newsBody .box.yellow {
  background: #fcfaf2;
}

.newsBody .box.yellow h2 {
  background: #efc23d -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #efc23d repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #f6e1a3;
}

.newsBody .box.yellow h3 {
  color: #8c6901;
}

.newsBody .box.yellow h3:after {
  background: #e5d195 -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  background: #e5d195 repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}

.newsBody .box.yellow h4 {
  color: #705506;
  border-left: 3px solid #e5cc7e;
}

.newsBody .box.yellow h5 {
  color: #735d1d;
}

.newsBody .box.narrow {
  max-width: 640px;
  margin: 0 auto 30px;
}

.newsBody .box.narrow2 {
  max-width: 540px;
  margin: 0 auto 30px;
}

.newsBody .boxpresent {
  clear: both;
  background: #fff;
  border: 1px solid #cad7d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsBody .boxpresent h2 {
  background: #58bbbb -webkit-repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  background: #58bbbb repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.15) 0, rgba(255, 255, 255, 0.15) 20px);
  border-bottom: 4px solid #98d9d9;
  color: #fff;
  margin: 0 0 20px;
  padding: 6px 20px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.newsBody .boxpresent .titlePresent {
  clear: both;
  font-weight: bold;
  padding: 0;
  margin: 0 20px 15px;
  color: #666;
}

.newsBody .boxpresent .item {
  padding: 3px 10px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3em;
  width: 560px;
  border-left: 5px solid #56bfbf;
}

.newsBody .boxpresent .number {
  width: 80px;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #177373;
  background: #ebfcfc;
}

.newsBody .boxpresent .imageLeft {
  max-width: 290px;
}

.newsBody .boxpresent .imageLeft img {
  max-width: 100%;
}

.newsBody .boxpresent .presentText {
  margin: 0 20px 0 330px;
}

.newsBody .boxpresent .presentText p {
  margin: 0 0 30px;
}

.newsBody .boxpresent .linkPresent {
  margin: 0 0 20px 0;
}

.newsBody .boxpresent p.notes {
  font-size: 13px;
  font-size: 1.3rem;
}

.newsBody .box.moe {
  background: #fcf5f5 url(/img/moe.png) no-repeat left bottom;
}

.newsBody .softBox {
  clear: both;
  border: 1px solid #d9d9d9;
}

.newsBody .softBox .softWrap {
  border-left: 10px solid #EEB44D;
  padding-left: 15px;
}

.newsBody .softBox .imageBox {
  padding: 10px 0;
}

.newsBody .softBox .textBox {
  padding: 15px 0;
}

.newsBody .softBox li {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsBody .softBox li:after {
  display: none;
}

.newsBody .appBox,
.newsBody .box .appBox {
  /*//newsBodyの中のpタグなどで干渉を受けているのでスタイル打ち消し多め*/
  clear: both;
  border: 1px solid #d9d9d9;
  margin-bottom: 10px;
}

.newsBody .appBox .iosBox,
.newsBody .appBox .androidBox,
.newsBody .box .appBox .iosBox,
.newsBody .box .appBox .androidBox {
  padding-left: 15px;
}

.newsBody .appBox .iosBox,
.newsBody .box .appBox .iosBox {
  border-left: 10px solid #647ae8;
}

.newsBody .appBox .androidBox,
.newsBody .box .appBox .androidBox {
  border-left: 10px solid #84b33d;
}

.newsBody .appBox li,
.newsBody .box .appBox li {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.newsBody .appBox li:after,
.newsBody .box .appBox li:after {
  display: none;
}

.newsBody .appBox .imageBox,
.newsBody .box .appBox .imageBox {
  margin-right: 15px;
  padding: 10px 0;
}

.newsBody .appBox .textBox,
.newsBody .box .appBox .textBox {
  padding: 15px 0;
}

.newsBody .appBox p.title,
.newsBody .box .appBox p.title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 6px;
}

.newsBody .appBox p.tag,
.newsBody .box .appBox p.tag {
  margin: 0 0 2px;
}

.newsBody .appBox ul.info,
.newsBody .box .appBox ul.info {
  margin: 0 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsBody .appBox ul.other,
.newsBody .box .appBox ul.other {
  margin: 0;
}

.newsBody .newsNews {
  border: 1px solid #BAD5C3;
  border-radius: 5px;
  position: relative;
}

.newsBody .newsNews:hover {
  background: #f8fffa;
}

.newsBody .newsNews:after {
  content: '関連記事もチェック！';
  position: absolute;
  top: -12px;
  left: 10px;
  display: block;
  width: 160px;
  height: 24px;
  background: #59A673;
  border-radius: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.newsBody .newsNews:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 30px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top: 3px solid #59A673;
  border-right: 3px solid #59A673;
}

.newsBody .newsNews .newsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.newsBody .newsNews .textBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 15px;
}

.newsBody .newsNews .textBox .title {
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
  color: #384cb3;
  word-break: break-all;
}

.newsBody .newsNews .imageBox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 31.0219%;
  max-width: 170px;
}

.newsBody .newsNews .imageBox img {
  width: 100%;
  height: auto;
}

.newsBody .boxTalk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.newsBody .boxTalk .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsBody .boxTalk .icon img {
  width: 70px;
  height: auto;
  border-radius: 50%;
  border: 4px solid #E6E6E6;
}

.newsBody .boxTalk .name {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 3px;
}

.newsBody .boxTalk .talkContent {
  border: 2px solid #ccc;
  border-radius: 6px;
  position: relative;
  padding: 14px 18px;
}

.newsBody .boxTalk .talkContent:before,
.newsBody .boxTalk .talkContent:after {
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.newsBody .boxTalk .talkContent:before {
  border-color: rgba(217, 217, 217, 0);
  border-width: 9px;
  margin-top: -9px;
}

.newsBody .boxTalk .talkContent:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 6px;
  margin-top: -6px;
}

.newsBody .boxTalk .talkContent p {
  margin: 0;
  line-height: 1.5;
}

.newsBody .boxTalk.iconLeft .icon {
  margin-right: 14px;
}

.newsBody .boxTalk.iconLeft .talkContent:before,
.newsBody .boxTalk.iconLeft .talkContent:after {
  right: 100%;
}

.newsBody .boxTalk.iconLeft .talkContent:before {
  border-right-color: #ccc;
}

.newsBody .boxTalk.iconLeft .talkContent:after {
  border-right-color: #fff;
}

.newsBody .boxTalk.iconRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.newsBody .boxTalk.iconRight .icon {
  margin-left: 14px;
}

.newsBody .boxTalk.iconRight .name {
  text-align: right;
}

.newsBody .boxTalk.iconRight .talkContent:before,
.newsBody .boxTalk.iconRight .talkContent:after {
  left: 100%;
}

.newsBody .boxTalk.iconRight .talkContent:before {
  border-left-color: #ccc;
}

.newsBody .boxTalk.iconRight .talkContent:after {
  border-left-color: #fff;
}

.newsBody .boxTalk.blue .icon img {
  border: 4px solid #D0E9FC;
}

.newsBody .boxTalk.blue .talkContent {
  border: 2px solid #9DD3FA;
}

.newsBody .boxTalk.blue.iconLeft .talkContent:before {
  border-right-color: #9DD3FA;
}

.newsBody .boxTalk.blue.iconRight .talkContent:before {
  border-left-color: #9DD3FA;
}

.newsBody .boxTalk.green .icon img {
  border: 4px solid #D9F0C1;
}

.newsBody .boxTalk.green .talkContent {
  border: 2px solid #B3DD89;
}

.newsBody .boxTalk.green.iconLeft .talkContent:before {
  border-right-color: #B3DD89;
}

.newsBody .boxTalk.green.iconRight .talkContent:before {
  border-left-color: #B3DD89;
}

.newsBody .boxTalk.pink .icon img {
  border: 4px solid #FFDBDD;
}

.newsBody .boxTalk.pink .talkContent {
  border: 2px solid #FFB3B7;
}

.newsBody .boxTalk.pink.iconLeft .talkContent:before {
  border-right-color: #FFB3B7;
}

.newsBody .boxTalk.pink.iconRight .talkContent:before {
  border-left-color: #FFB3B7;
}

.newsBody .boxTalk.violet .icon img {
  border: 4px solid #ECDCFD;
}

.newsBody .boxTalk.violet .talkContent {
  border: 2px solid #D9B8F9;
}

.newsBody .boxTalk.violet.iconLeft .talkContent:before {
  border-right-color: #D9B8F9;
}

.newsBody .boxTalk.violet.iconRight .talkContent:before {
  border-left-color: #D9B8F9;
}

.newsBody .boxTalk.orange .icon img {
  border: 4px solid #FFE3CA;
}

.newsBody .boxTalk.orange .talkContent {
  border: 2px solid #FCBD83;
}

.newsBody .boxTalk.orange.iconLeft .talkContent:before {
  border-right-color: #FCBD83;
}

.newsBody .boxTalk.orange.iconRight .talkContent:before {
  border-left-color: #FCBD83;
}

.newsBody #newsFullNewsNext {
  max-width: 550px;
  margin: 0 auto;
  background: #fff0e8;
  padding: 10px 15px;
  text-align: center;
}

.newsBody #newsFullNewsNext p {
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.7rem;
}

.newsBody #newsFullNewsNext a {
  display: block;
  line-height: 1.3;
  font-weight: normal;
  color: #ef5103;
}

.newsBody #newsFullNewsNext a:hover {
  color: #ff6e26;
}

.newsBody #newsFullNewsNext span {
  display: block;
  font-weight: bold;
}

.newsBody #newsFullPager {
  margin-top: 30px;
}

.newsBody #newsFullPager ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -20px;
}

.newsBody #newsFullPager li {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: 'Arial', sans-serif;
  margin-left: 20px;
  padding-left: 0;
}

.newsBody #newsFullPager li:before {
  display: none;
}

.newsBody #newsFullPager li a {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #fc6f29;
  color: #fc6f29;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.newsBody #newsFullPager li a:hover {
  background: #fc6f29;
  color: #fff;
  border: none;
}

.newsBody #newsFullPager li .active {
  background: #fc6f29;
  color: #fff;
  border: none;
}


/*-----　画像レイアウト -----*/
.article-image {
  display: table;
  margin: 15px auto;
  width: fit-content;
  clear: both;
}

.article-image a{
  display: table;
  margin: 0 auto;
}

@media (hover: hover) and (pointer: fine) {
  .article-image a:hover{
    opacity: 0.8;
  }
}

.article-image img{
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 700px;
}

.article-image figcaption{
  display: table-caption;
  caption-side: bottom;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #333;
  pointer-events: none;
  text-align: left;
  font-weight: 500;
}

.article-image-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.article-image-box .article-image{
  margin: 0;
}

.clear{
  clear: both;
}

.newsBody .box>.article-image,
.newsBody .box>.article-image-box{
  padding-right: 3%;
  padding-left: 3%;
}

@media screen and (min-width: 767px) {
  .article-image {
    margin: 20px auto;
  }

  .article-image-box{
    flex-direction: row;
    align-items: flex-start;
    margin: 20px 0;
  }

  .article-image-box .column2{
    text-align: center;
    max-width: calc((100% - 10px)/2);
  }

  .article-image-box .column3{
    text-align: center;
    max-width: calc((100% - 20px)/3);
  }

  .clearfix::after{
    content: "";
    clear: both;
    display: block;
 }

  .article-image.right,
  .article-image.left{
    width: fit-content;
    max-width: 250px;
    overflow: hidden;
  }

  .article-image.right{
    margin: 0 0 15px 15px;
    float: right;
  }

  .article-image.left{
    margin: 0 15px 15px 0;
    float: left;
  }
  .newsBody .box>.article-image,
  .newsBody .box>.article-image-box{
    padding-right: 20px;
    padding-left: 20px;
  }
}

.newsFullComment {
  margin: 40px 4% 40px;
}

.newsFullComment .relatedHeadline {
  margin-bottom: 0;
}

.newsFullComment .relatedHeadline svg {
  top: -5px;
  left: 7px;
}

.newsFullComment #ulCommentWidget {
  background: #f9f9f9;
  padding: 15px;
}

.newsImageBoxList .imageBoxList .imageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
}

.writer {
  margin: 0 30px;
}

.writer h2 {
  padding: 0 0 4px 32px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  position: relative;
  border-bottom: 3px solid #4C4C4C;
}

.writer h2 svg {
  position: absolute;
  top: -5px;
  left: 3px;
  width: 22px;
  height: 22px;
  fill: #4B4B4B;
  margin-right: 5px;
}

.writer h2:before {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 3px #fc6f29;
  bottom: -3px;
  left: 0;
  width: 30%;
}

.writer .writerBox {
  padding: 30px;
  border: 1px solid #E0E0E0;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.writer .writerLink {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 118px 1fr;
  grid-template-rows: auto 2fr;
  gap: 0 20px;
  grid-template-areas: "icon name"
    "icon description";
}

.writer .icon {
  grid-area: icon;
}

.writer .icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.writer .name {
  grid-area: name;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.writer .name:hover {
  color: #fc6f29;
}

.writer .name span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fc6f29;
  margin-left: 7px;
}

.writer .description {
  grid-area: description;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
}

.writer .writerNews {
  padding-top: 15px;
  border-top: dashed 1px #E4E4E4;
}

.writer .writerNews .writerNewsHeadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.writer .writerNews h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #fc6f29;
  padding: 0 0 0 7px;
}

.writer .writerNews .more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  margin-left: 15px;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #888888;
  background: #EFEFEF;
  position: relative;
}

.writer .writerNews .more:hover {
  background: #666;
  color: #fff;
}

.writer .writerNews .more:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.writer .writerNews .writerNewsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.writer .writerNews .writerNewsList li {
  width: calc(100% / 3);
}

.writer .writerNews .writerNewsList .image {
  margin-bottom: 8px;
}

.writer .writerNews .writerNewsList .image img {
  width: 100%;
  height: auto;
}

.writer .writerNews .writerNewsList p {
  font-size: 1.3rem;
  font-weight: bold;
  color: #1d4fb5;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.writer .writerNews .writerNewsList p:hover {
  color: #fc6f29;
}

.newsword {
  background: #f5f5f5;
  margin: 0 30px 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsword span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}

.newsword span svg {
  width: 14px;
  height: 14px;
  fill: #808080;
  margin-right: 5px;
}

.newsword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsword li {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 8px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.newsword li a {
  display: block;
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  background: #fff;
  border-radius: 9px;
}

.newsword li a:hover {
  background: #999999;
  color: #fff;
}

#relatedGameBox {
  margin: 0 30px 30px;
}

#relatedGameBox h2 {
  position: relative;
  padding-left: 45px;
  background: #333;
  height: 36px;
  border-bottom: 2px solid #888;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
}

#relatedGameBox h2 svg {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  fill: #808080;
}

#relatedGameBox .gameHeader {
  border-bottom: 3px solid #b3b3b3;
}

#relatedGameBox .moreLink {
  background: #e5e5e5 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  background: #e5e5e5 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
}

#relatedGameBox .moreLink .more:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#newsImageFull {
  padding-bottom: 30px;
}

#newsImageFull .newsImageBoxList {
  max-width: 960px;
  margin: 0 50px;
}

#newsImageFull .newsImageBoxList .imageBoxList {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#newsImageFull .newsImageBoxList .imageBox {
  width: 150px;
  max-height: 85px;
  margin-left: 12px;
}

#newsImageFull .newsImageBoxList .imageBox a {
  display: block;
  width: 100%;
  text-align: center;
}

#newsImageFull .newsImageBoxList img {
  max-width: 100%;
  max-height: 85px;
}

#newsImageFull .newsImageBoxList .more {
  display: block;
  background: #f3f3f3;
  width: 350px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto 40px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
  position: relative;
}

#newsImageFull .newsImageBoxList .more:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#newsImageFull .newsImageBoxList .more:hover {
  background: #8c8c8c;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #666666;
  box-shadow: 0 1px 0 #666666;
}

#newsImageFull .newsFooter {
  margin: 0 50px 20px;
}

#newsImageFull .pageShareBottom {
  margin: 0 50px 30px;
}

#newsImageFull .pageShareBottom ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#newsImageFull .pageShareBottom li {
  width: 25%;
  margin: 0 10px;
  line-height: 1.2;
}

#newsImageFull .pageShareBottom .button {
  height: 60px;
}

#newsImageList {
  padding-bottom: 30px;
}

#newsImageList .newsImageBoxList {
  margin: 0 50px;
}

#newsImageList .newsImageBoxList .imageBoxList {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -1%;
}

#newsImageList .newsImageBoxList .imageBox {
  margin: 0 0 10px 1%;
}

#newsImageList .newsImageBoxList .imageBox a {
  display: block;
  width: 100%;
  text-align: center;
}

#newsImageList .newsImageBoxList img {
  max-width: 100%;
}

#newsImageList .newsImageBoxList .more {
  display: block;
  background: #f3f3f3;
  width: 350px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto 40px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 0 #cccccc;
  box-shadow: 0 1px 0 #cccccc;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
  position: relative;
}

#newsImageList .newsImageBoxList .more:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#newsImageList .newsImageBoxList .more:hover {
  background: #8c8c8c;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 #666666;
  box-shadow: 0 1px 0 #666666;
}

#newsImageList .newsFooter {
  margin: 0 50px;
}

#newsImageList .pageShareBottom {
  margin: 0 50px;
}

#newsImageList .pageShareBottom ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#newsImageList .pageShareBottom li {
  width: 25%;
  margin: 0 10px;
  line-height: 1.2;
}

#newsImageList .pageShareBottom .button {
  height: 60px;
}

.newsImageNavi {
  margin: 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsImageNavi .imageNaviBox {
  width: 23%;
  height: 60px;
  margin: 0 10px;
  background: #ccc;
  color: #777;
  border-radius: 4px;
}

.newsImageNavi .imageNaviBox a {
  border-radius: 4px;
  color: #fff;
}

.newsImageNavi .imageNaviBox a,
.newsImageNavi .imageNaviBox .imageNaviwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 5px;
}

.newsImageNavi .imageNaviBox .image {
  width: 80px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsImageNavi .imageNaviBox .image img {
  max-width: 100%;
  max-height: 50px;
}

.newsImageNavi .imageNaviBox span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.newsImageNavi .home {
  background: #ffece3;
  -webkit-box-shadow: 0 1px 0 #efd3c5;
  box-shadow: 0 1px 0 #efd3c5;
}

.newsImageNavi .home:hover {
  background: #fff0e8;
}

.newsImageNavi .home:hover a {
  color: #ef5103;
}

.newsImageNavi .home a {
  color: #fc6f29;
}

.newsImageNavi .prev a,
.newsImageNavi .next a {
  background: #fc6f29;
  -webkit-box-shadow: 0 1px 0 #d64903;
  box-shadow: 0 1px 0 #d64903;
}

.newsImageNavi .prev a:hover,
.newsImageNavi .next a:hover {
  background: #fd915b;
}

.newsImageNavi .prev span,
.newsImageNavi .next span {
  position: relative;
}

.newsImageNavi .prev span:before,
.newsImageNavi .next span:before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
}

.newsImageNavi .prev span:before {
  left: 15px;
  display: block;
  content: '';
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  border-right: 4px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.newsImageNavi .next span:before {
  right: 15px;
  display: block;
  content: '';
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  border-right: 4px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsImageBox {
  max-width: 960px;
  margin: 0 40px 20px;
  padding: 10px;
  text-align: center;
  background: #f6f6f6;
}

.newsImageBox img {
  max-width: 100%;
}

#newsList .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#newsList .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 14px;
}

#newsList .basicHeadline a:after {
  right: 20px;
}

.specialBanners {
  background: #f5f5f5;
  padding: 20px 2%;
}

.specialBanners li {
  margin: 0 1%;
}

.specialBanners li img {
  width: 100%;
  height: auto;
}

/*// --------------------------------------
// game
// --------------------------------------*/
.gameBody {
  padding: 40px;
}

.gameBody .catchcopy {
  margin-bottom: 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ed5509;
  line-height: 1.3;
}

.gameBody .gameOutline p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.gameBody .gameOutline span.bold {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(0%, #fdf264));
  background: -webkit-linear-gradient(#ffffff 50%, #fdf264 0%);
  background: linear-gradient(#ffffff 50%, #fdf264 0%);
}

.gameBody .gameOutline span.red {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(0%, #fbd2ff));
  background: -webkit-linear-gradient(#ffffff 50%, #fbd2ff 0%);
  background: linear-gradient(#ffffff 50%, #fbd2ff 0%);
}

.gameBody .gameInfo {
  margin-bottom: 15px;
}

.gameBody .pageShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 15px 0 20px;
}

.gameBody .officialSiteLink {
  margin-bottom: 50px;
}

.gameBody .relatedNews {
  margin-bottom: 50px;
}

.gameImageBox {
  margin: 0 0 40px;
}

.gameImageBox .horizontal img {
  max-width: 400px;
  max-height: 230px;
}

.gameImageBox .vertical img {
  max-width: 210px;
  max-height: 370px;
}

.gameImageBox .gameImage img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.gameImageList .gameImage {
  margin: 0 10px;
}

.gameImageList .horizontal .slick-prev {
  left: -40px;
}

.gameImageList .horizontal .slick-next {
  right: -40px;
}

.gameImageList .vertical .gameImage {
  max-width: 210px;
  max-height: 370px;
}

.gameImageList .vertical .slick-prev {
  left: -35px;
}

.gameImageList .vertical .slick-next {
  right: -35px;
}

.gameImageList .horizontal,
.gameImageList .vertical {
  display: none;
}

.gameImageList .horizontal.slick-initialized,
.gameImageList .vertical.slick-initialized {
  display: block;
  /*//slick-initializedが付与されたら表示*/
}

.gameImageList .slick-prev,
.gameImageList .slick-next {
  width: 40px;
  height: 40px;
}

.gameImageList .slick-prev:before,
.gameImageList .slick-next:before {
  font-size: 25px;
  color: #606060;
}

.gameImageList .slick-dots {
  bottom: -30px;
}

.gameImageList .slick-dots li button:before {
  font-size: 10px;
}

/*// 画像1枚*/

.gameImage1 .gameImage {
  margin: 0 auto;
  text-align: center;
}

.gameImage1 .horizontal,
.gameImage1 .vertical {
  background: #000;
}

.gameImage1 .horizontal .gameImage,
.gameImage1 .vertical .gameImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gameImage1 .horizontal .gameImage:before,
.gameImage1 .vertical .gameImage:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

.gameImage1 .horizontal .gameImage _:-ms-lang(x),
.gameImage1 .horizontal .gameImage:after,
.gameImage1 .vertical .gameImage _:-ms-lang(x),
.gameImage1 .vertical .gameImage:after {
  background: rgba(0, 0, 0, 0.7);
}

.gameImage1 .horizontal img,
.gameImage1 .vertical img {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*// 画像2枚*/

.gameImage2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gameImage2 .horizontal .gameImage,
.gameImage2 .vertical .gameImage {
  width: 48%;
  margin: 0 1%;
}

.gameImage2 .vertical .gameImage {
  max-width: 210px;
  max-height: 370px;
}

.softList .relatedHeadline svg {
  top: -5px;
  left: 8px;
}

.softList .softBox {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.softList .softBox:last-child {
  border-bottom: none;
}

.softList .appBox {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.softList .appBox:last-child {
  border-bottom: none;
}

.storelink{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 4%;
}

.storelink a{
  display: block;
  font-size: 1.4rem;
  padding: 6px;
  color: #387188;
  background-color: #e7f3f8;
  border-radius: 5px;
}

.storelink a:hover{
  background-color: #c7e0ea;
}

@media screen and (min-width: 767px) {
  .storelink{
    margin: 30px 0;
  }
}

.gameFooter {
  border-top: 1px solid #d9d9d9;
  margin-top: 15px;
  padding-top: 30px;
}

.gameFooter p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #777;
  margin-bottom: 0;
}

#gameList .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#gameList .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 14px;
}

#gameList .basicHeadline a:after {
  right: 20px;
}

.gameTag {
  background: #f3f3f3;
}

.gameTag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 0;
}

.gameTag ul.gameTag_all {
  border-bottom: 3px solid #737373;
}

.gameTag ul.gameTag_PS4 {
  border-bottom: 3px solid #2470bd;
}

.gameTag ul.gameTag_PSVita {
  border-bottom: 3px solid #e84126;
}

.gameTag ul.gameTag_Switch {
  border-bottom: 3px solid #40b2d5;
}

.gameTag ul.gameTag_3DS {
  border-bottom: 3px solid #e12322;
}

.gameTag ul.gameTag_XboxOne {
  border-bottom: 3px solid #278d25;
}

.gameTag ul.gameTag_PC {
  border-bottom: 3px solid #2d9bd1;
}

.gameTag ul.gameTag_AC {
  border-bottom: 3px solid #f08d00;
}

.gameTag li {
  min-width: 80px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.gameTag li a {
  display: block;
}

.gameTag li span {
  display: block;
}

.gameTag li.active span,
.gameTag li:hover span {
  border-right: none;
}

.gameTag li.gameTag_all a {
  color: #333333;
}

.gameTag li.gameTag_all.active,
.gameTag li.gameTag_all:hover {
  background: #737373;
}

.gameTag li.gameTag_all.active a,
.gameTag li.gameTag_all:hover a {
  color: #fff;
}

.gameTag li.gameTag_PS4 a {
  color: #2470bd;
}

.gameTag li.gameTag_PS4.active,
.gameTag li.gameTag_PS4:hover {
  background: #2470bd;
}

.gameTag li.gameTag_PS4.active a,
.gameTag li.gameTag_PS4:hover a {
  color: #fff;
}

.gameTag li.gameTag_PSVita a {
  color: #e84126;
}

.gameTag li.gameTag_PSVita.active,
.gameTag li.gameTag_PSVita:hover {
  background: #e84126;
}

.gameTag li.gameTag_PSVita.active a,
.gameTag li.gameTag_PSVita:hover a {
  color: #fff;
}

.gameTag li.gameTag_Switch a {
  color: #40b2d5;
}

.gameTag li.gameTag_Switch.active,
.gameTag li.gameTag_Switch:hover {
  background: #40b2d5;
}

.gameTag li.gameTag_Switch.active a,
.gameTag li.gameTag_Switch:hover a {
  color: #fff;
}

.gameTag li.gameTag_3DS a {
  color: #e12322;
}

.gameTag li.gameTag_3DS.active,
.gameTag li.gameTag_3DS:hover {
  background: #e12322;
}

.gameTag li.gameTag_3DS.active a,
.gameTag li.gameTag_3DS:hover a {
  color: #fff;
}

.gameTag li.gameTag_XboxOne a {
  color: #278d25;
}

.gameTag li.gameTag_XboxOne.active,
.gameTag li.gameTag_XboxOne:hover {
  background: #278d25;
}

.gameTag li.gameTag_XboxOne.active a,
.gameTag li.gameTag_XboxOne:hover a {
  color: #fff;
}

.gameTag li.gameTag_PC a {
  color: #2d9bd1;
}

.gameTag li.gameTag_PC.active,
.gameTag li.gameTag_PC:hover {
  background: #2d9bd1;
}

.gameTag li.gameTag_PC.active a,
.gameTag li.gameTag_PC:hover a {
  color: #fff;
}

.gameTag li.gameTag_AC a {
  color: #f08d00;
}

.gameTag li.gameTag_AC.active,
.gameTag li.gameTag_AC:hover {
  background: #f08d00;
}

.gameTag li.gameTag_AC.active a,
.gameTag li.gameTag_AC:hover a {
  color: #fff;
}

.gameTitleList .gameTitleListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

.gameTitleList .image {
  width: 35.21127%;
  min-height: 70px;
  max-width: 200px;
  max-height: 140px;
  margin-right: 15px;
  background: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gameTitleList .image:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -2;
}

.gameTitleList .image img {
  width: 100%;
  max-width: 200px;
  max-height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
}

.gameTitleList .text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gameTitleList .title {
  margin-bottom: 2px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.gameTitleList .title a {
  display: block;
}

.gameTitleList .catchcopy {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.3;
  margin-bottom: 8px;
}

.gameTitleList .company {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gameTitleList .company a {
  color: #a68c09;
  margin: 0 10px 0 0;
  white-space: nowrap;
  line-height: 1.3;
}

.gameTitleList .company a:hover {
  color: #d6b50c;
}

/*// --------------------------------------
// app
// --------------------------------------*/
#appList .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#appList .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 20px;
}

#appList .basicHeadline a:after {
  right: 26px;
}

.appTag {
  position: relative;
  background: #f3f3f3;
  overflow: hidden;
}

.appTag.appTag_all {
  border-bottom: 3px solid #737373;
}

.appTag.appTag_rpg {
  border-bottom: 3px solid #fab206;
}

.appTag.appTag_action {
  border-bottom: 3px solid #F85656;
}

.appTag.appTag_shooting {
  border-bottom: 3px solid #43af59;
}

.appTag.appTag_adventure {
  border-bottom: 3px solid #fa8C21;
}

.appTag.appTag_simulation {
  border-bottom: 3px solid #9ccc5e;
}

.appTag.appTag_strategy {
  border-bottom: 3px solid #c4845e;
}

.appTag.appTag_breed {
  border-bottom: 3px solid #fa6a96;
}

.appTag.appTag_sports {
  border-bottom: 3px solid #3c80f0;
}

.appTag.appTag_card {
  border-bottom: 3px solid #8c7bf3;
}

.appTag.appTag_puzzle {
  border-bottom: 3px solid #3dc0f1;
}

.appTag.appTag_rhythm {
  border-bottom: 3px solid #38c7bf;
}

.appTag.appTag_pachinko {
  border-bottom: 3px solid #9fB3b9;
}

.appTag.appTag_slot {
  border-bottom: 3px solid #f66148;
}

.appTag.appTag_love {
  border-bottom: 3px solid #f863be;
}

.appTag.appTag_women {
  border-bottom: 3px solid #da66eB;
}

.appTag.appTag_horror {
  border-bottom: 3px solid #6072e2;
}

.appTag.appTag_line {
  border-bottom: 3px solid #54c254;
}

.appTag ul {
  margin: 15px 15px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appTag li {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  background: #fff;
}

.appTag li a {
  display: block;
  padding: 0 10px 0 30px;
}

.appTag li:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.appTag li svg {
  position: absolute;
  fill: #fff;
}

.appTag li.active span,
.appTag li:hover span {
  border-right: none;
}

.appTag li.appTag_all a {
  color: #333333;
}

.appTag li.appTag_all:before {
  background: #737373;
}

.appTag li.appTag_all.active,
.appTag li.appTag_all:hover {
  background: #737373;
}

.appTag li.appTag_all.active a,
.appTag li.appTag_all:hover a {
  color: #fff;
}

.appTag li.appTag_rpg a {
  color: #b07d04;
}

.appTag li.appTag_rpg:before {
  background: #fab206;
}

.appTag li.appTag_rpg.active,
.appTag li.appTag_rpg:hover {
  background: #fab206;
  -webkit-box-shadow: 0 1px 0 #b07d04;
  box-shadow: 0 1px 0 #b07d04;
}

.appTag li.appTag_rpg.active a,
.appTag li.appTag_rpg:hover a {
  color: #fff;
}

.appTag li.appTag_action a {
  color: #c60808;
}

.appTag li.appTag_action:before {
  background: #F85656;
}

.appTag li.appTag_action.active,
.appTag li.appTag_action:hover {
  background: #F85656;
  -webkit-box-shadow: 0 1px 0 #f50d0d;
  box-shadow: 0 1px 0 #f50d0d;
}

.appTag li.appTag_action.active a,
.appTag li.appTag_action:hover a {
  color: #fff;
}

.appTag li.appTag_shooting a {
  color: #20532a;
}

.appTag li.appTag_shooting:before {
  background: #43af59;
}

.appTag li.appTag_shooting.active,
.appTag li.appTag_shooting:hover {
  background: #43af59;
  -webkit-box-shadow: 0 1px 0 #2e783d;
  box-shadow: 0 1px 0 #2e783d;
}

.appTag li.appTag_shooting.active a,
.appTag li.appTag_shooting:hover a {
  color: #fff;
}

.appTag li.appTag_adventure a {
  color: #984d03;
}

.appTag li.appTag_adventure:before {
  background: #fa8C21;
}

.appTag li.appTag_adventure.active,
.appTag li.appTag_adventure:hover {
  background: #fa8C21;
  -webkit-box-shadow: 0 1px 0 #ca6605;
  box-shadow: 0 1px 0 #ca6605;
}

.appTag li.appTag_adventure.active a,
.appTag li.appTag_adventure:hover a {
  color: #fff;
}

.appTag li.appTag_simulation a {
  color: #5b8129;
}

.appTag li.appTag_simulation:before {
  background: #9ccc5e;
}

.appTag li.appTag_simulation.active,
.appTag li.appTag_simulation:hover {
  background: #9ccc5e;
  -webkit-box-shadow: 0 1px 0 #76a835;
  box-shadow: 0 1px 0 #76a835;
}

.appTag li.appTag_simulation.active a,
.appTag li.appTag_simulation:hover a {
  color: #fff;
}

.appTag li.appTag_strategy a {
  color: #77482c;
}

.appTag li.appTag_strategy:before {
  background: #c4845e;
}

.appTag li.appTag_strategy.active,
.appTag li.appTag_strategy:hover {
  background: #c4845e;
  -webkit-box-shadow: 0 1px 0 #9c5e39;
  box-shadow: 0 1px 0 #9c5e39;
}

.appTag li.appTag_strategy.active a,
.appTag li.appTag_strategy:hover a {
  color: #fff;
}

.appTag li.appTag_breed a {
  color: #dd0749;
}

.appTag li.appTag_breed:before {
  background: #fa6a96;
}

.appTag li.appTag_breed.active,
.appTag li.appTag_breed:hover {
  background: #fa6a96;
  -webkit-box-shadow: 0 1px 0 #f82062;
  box-shadow: 0 1px 0 #f82062;
}

.appTag li.appTag_breed.active a,
.appTag li.appTag_breed:hover a {
  color: #fff;
}

.appTag li.appTag_sports a {
  color: #0c44a0;
}

.appTag li.appTag_sports:before {
  background: #3c80f0;
}

.appTag li.appTag_sports.active,
.appTag li.appTag_sports:hover {
  background: #3c80f0;
  -webkit-box-shadow: 0 1px 0 #1058d0;
  box-shadow: 0 1px 0 #1058d0;
}

.appTag li.appTag_sports.active a,
.appTag li.appTag_sports:hover a {
  color: #fff;
}

.appTag li.appTag_card a {
  color: #3014db;
}

.appTag li.appTag_card:before {
  background: #8c7bf3;
}

.appTag li.appTag_card.active,
.appTag li.appTag_card:hover {
  background: #8c7bf3;
  -webkit-box-shadow: 0 1px 0 #4f35ed;
  box-shadow: 0 1px 0 #4f35ed;
}

.appTag li.appTag_card.active a,
.appTag li.appTag_card:hover a {
  color: #fff;
}

.appTag li.appTag_puzzle a {
  color: #0c7aa3;
}

.appTag li.appTag_puzzle:before {
  background: #3dc0f1;
}

.appTag li.appTag_puzzle.active,
.appTag li.appTag_puzzle:hover {
  background: #3dc0f1;
  -webkit-box-shadow: 0 1px 0 #0f9dd2;
  box-shadow: 0 1px 0 #0f9dd2;
}

.appTag li.appTag_puzzle.active a,
.appTag li.appTag_puzzle:hover a {
  color: #fff;
}

.appTag li.appTag_rhythm a {
  color: #1c6460;
}

.appTag li.appTag_rhythm:before {
  background: #38c7bf;
}

.appTag li.appTag_rhythm.active,
.appTag li.appTag_rhythm:hover {
  background: #38c7bf;
  -webkit-box-shadow: 0 1px 0 #278b86;
  box-shadow: 0 1px 0 #278b86;
}

.appTag li.appTag_rhythm.active a,
.appTag li.appTag_rhythm:hover a {
  color: #fff;
}

.appTag li.appTag_pachinko a {
  color: #5b757d;
}

.appTag li.appTag_pachinko:before {
  background: #9fB3b9;
}

.appTag li.appTag_pachinko.active,
.appTag li.appTag_pachinko:hover {
  background: #9fB3b9;
  -webkit-box-shadow: 0 1px 0 #739099;
  box-shadow: 0 1px 0 #739099;
}

.appTag li.appTag_pachinko.active a,
.appTag li.appTag_pachinko:hover a {
  color: #fff;
}

.appTag li.appTag_slot a {
  color: #b62209;
}

.appTag li.appTag_slot:before {
  background: #f66148;
}

.appTag li.appTag_slot.active,
.appTag li.appTag_slot:hover {
  background: #f66148;
  -webkit-box-shadow: 0 1px 0 #e62b0b;
  box-shadow: 0 1px 0 #e62b0b;
}

.appTag li.appTag_slot.active a,
.appTag li.appTag_slot:hover a {
  color: #fff;
}

.appTag li.appTag_love a {
  color: #d20984;
}

.appTag li.appTag_love:before {
  background: #f863be;
}

.appTag li.appTag_love.active,
.appTag li.appTag_love:hover {
  background: #f863be;
  -webkit-box-shadow: 0 1px 0 #f51a9f;
  box-shadow: 0 1px 0 #f51a9f;
}

.appTag li.appTag_love.active a,
.appTag li.appTag_love:hover a {
  color: #fff;
}

.appTag li.appTag_women a {
  color: #a518b9;
}

.appTag li.appTag_women:before {
  background: #da66eB;
}

.appTag li.appTag_women.active,
.appTag li.appTag_women:hover {
  background: #da66eB;
  -webkit-box-shadow: 0 1px 0 #ca22e2;
  box-shadow: 0 1px 0 #ca22e2;
}

.appTag li.appTag_women.active a,
.appTag li.appTag_women:hover a {
  color: #fff;
}

.appTag li.appTag_horror a {
  color: #1e31a4;
}

.appTag li.appTag_horror:before {
  background: #6072e2;
}

.appTag li.appTag_horror.active,
.appTag li.appTag_horror:hover {
  background: #6072e2;
  -webkit-box-shadow: 0 1px 0 #263dd0;
  box-shadow: 0 1px 0 #263dd0;
}

.appTag li.appTag_horror.active a,
.appTag li.appTag_horror:hover a {
  color: #fff;
}

.appTag li.appTag_line a {
  color: #286f28;
}

.appTag li.appTag_line:before {
  background: #54c254;
}

.appTag li.appTag_line.active,
.appTag li.appTag_line:hover {
  background: #54c254;
  -webkit-box-shadow: 0 1px 0 #359535;
  box-shadow: 0 1px 0 #359535;
}

.appTag li.appTag_line.active a,
.appTag li.appTag_line:hover a {
  color: #fff;
}

.appContent {
  padding: 30px 0;
}

.appContent>section {
  margin-bottom: 50px;
}

.appContent>section:last-child {
  margin-bottom: 0;
}

.appHeadline {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appHeadline h3 {
  border-left: 5px solid #fc6f29;
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
}

.appHeadline .more {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  margin-left: 15px;
  width: 80px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #888888;
  background: #EFEFEF;
  position: relative;
}

.appHeadline .more:hover {
  background: #666;
  color: #fff;
}

.appHeadline .more:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #b3b3b3;
  border-right: 2px solid #b3b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.appListSlider .appList,
.appListSliderNum .appList {
  margin: 0 8px;
}

.appListSlider button,
.appListSliderNum button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.appListSlider .arrow,
.appListSliderNum .arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 20px;
  height: 60px;
  background: #666;
  opacity: 0.65;
}

.appListSlider .arrow:focus,
.appListSlider .arrow:hover,
.appListSliderNum .arrow:focus,
.appListSliderNum .arrow:hover {
  opacity: 1;
}

.appListSlider .arrow:after,
.appListSliderNum .arrow:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
}

.appListSlider .prev,
.appListSliderNum .prev {
  left: 0;
  border-radius: 0 6px 6px 0;
}

.appListSlider .prev:after,
.appListSliderNum .prev:after {
  left: 6px;
  margin-top: -5px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.appListSlider .next,
.appListSliderNum .next {
  right: 0;
  border-radius: 6px 0 0 6px;
}

.appListSlider .next:after,
.appListSliderNum .next:after {
  right: 6px;
  margin-top: -5px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.appListSlider {
  opacity: 0;
}

.appListSlider.slick-initialized {
  opacity: 1;
}

.appListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.appListSliderNum .appHeadline {
  margin: 0 8px 15px;
}

.appListContainer {
  width: calc(100%/2);
}

.appListBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.appListBox .icon {
  width: 60px;
  margin-right: 10px;
}

.appListBox .icon img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.appListBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.appListBox .rightBox:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ccc;
  bottom: -10px;
}

.appListBox .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.appListBox .text .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.appListBox .text .title a {
  display: block;
}

.appListBox .text .gamegenre {
  font-size: 1.2rem;
  color: #777;
}

.appListBox .linkAppDownload,
.appListBox .linkAppPreRegist {
  display: block;
  width: 80px;
  padding: 12px 0;
  margin-left: 15px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}

.appReviewList .image {
  text-align: center;
  margin-bottom: 10px;
  -ms-flex-item-align: start;
  align-self: start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.appReviewList .image:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -2;
}

.appReviewList .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: auto;
  max-width: 100%;
  height: 210px;
}

.appReviewList .image a {
  display: block;
}

.appReviewList .appListBox .text .title {
  color: #1d4fb5;
  margin-bottom: 5px;
}

.appReviewList .appListBox .text .title:hover {
  color: #fc6f29;
}

.appReviewList .slick-slide img {
  display: inline-block;
}

.genreList .scrollNav {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.genreList .scrollNav::-webkit-scrollbar {
  display: none;
}

.genreList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.genreList li {
  position: relative;
  font-weight: bold;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DFDFDF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.genreList li:before {
  position: absolute;
  top: 7px;
  left: 7px;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.genreList li.active,
.genreList li:hover {
  border: 1px solid transparent;
}

.genreList li.active span,
.genreList li:hover span {
  border-right: none;
}

.genreList li a {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 45px;
}

.genreList li svg {
  position: absolute;
  fill: #fff;
  top: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
}

.genreList li.appTag_rpg a {
  color: #b07d04;
}

.genreList li.appTag_rpg:before {
  background: #fab206;
}

.genreList li.appTag_rpg.active,
.genreList li.appTag_rpg:hover {
  background: #fab206;
}

.genreList li.appTag_rpg.active a,
.genreList li.appTag_rpg:hover a {
  color: #fff;
}

.genreList li.appTag_action a {
  color: #f50d0d;
}

.genreList li.appTag_action:before {
  background: #F85656;
}

.genreList li.appTag_action.active,
.genreList li.appTag_action:hover {
  background: #F85656;
}

.genreList li.appTag_action.active a,
.genreList li.appTag_action:hover a {
  color: #fff;
}

.genreList li.appTag_shooting a {
  color: #2e783d;
}

.genreList li.appTag_shooting:before {
  background: #43af59;
}

.genreList li.appTag_shooting.active,
.genreList li.appTag_shooting:hover {
  background: #43af59;
}

.genreList li.appTag_shooting.active a,
.genreList li.appTag_shooting:hover a {
  color: #fff;
}

.genreList li.appTag_adventure a {
  color: #ca6605;
}

.genreList li.appTag_adventure:before {
  background: #fa8C21;
}

.genreList li.appTag_adventure.active,
.genreList li.appTag_adventure:hover {
  background: #fa8C21;
}

.genreList li.appTag_adventure.active a,
.genreList li.appTag_adventure:hover a {
  color: #fff;
}

.genreList li.appTag_simulation a {
  color: #76a835;
}

.genreList li.appTag_simulation:before {
  background: #9ccc5e;
}

.genreList li.appTag_simulation.active,
.genreList li.appTag_simulation:hover {
  background: #9ccc5e;
}

.genreList li.appTag_simulation.active a,
.genreList li.appTag_simulation:hover a {
  color: #fff;
}

.genreList li.appTag_strategy a {
  color: #9c5e39;
}

.genreList li.appTag_strategy:before {
  background: #c4845e;
}

.genreList li.appTag_strategy.active,
.genreList li.appTag_strategy:hover {
  background: #c4845e;
}

.genreList li.appTag_strategy.active a,
.genreList li.appTag_strategy:hover a {
  color: #fff;
}

.genreList li.appTag_breed a {
  color: #f82062;
}

.genreList li.appTag_breed:before {
  background: #fa6a96;
}

.genreList li.appTag_breed.active,
.genreList li.appTag_breed:hover {
  background: #fa6a96;
}

.genreList li.appTag_breed.active a,
.genreList li.appTag_breed:hover a {
  color: #fff;
}

.genreList li.appTag_sports a {
  color: #1058d0;
}

.genreList li.appTag_sports:before {
  background: #3c80f0;
}

.genreList li.appTag_sports.active,
.genreList li.appTag_sports:hover {
  background: #3c80f0;
}

.genreList li.appTag_sports.active a,
.genreList li.appTag_sports:hover a {
  color: #fff;
}

.genreList li.appTag_card a {
  color: #4f35ed;
}

.genreList li.appTag_card:before {
  background: #8c7bf3;
}

.genreList li.appTag_card.active,
.genreList li.appTag_card:hover {
  background: #8c7bf3;
}

.genreList li.appTag_card.active a,
.genreList li.appTag_card:hover a {
  color: #fff;
}

.genreList li.appTag_puzzle a {
  color: #0f9dd2;
}

.genreList li.appTag_puzzle:before {
  background: #3dc0f1;
}

.genreList li.appTag_puzzle.active,
.genreList li.appTag_puzzle:hover {
  background: #3dc0f1;
}

.genreList li.appTag_puzzle.active a,
.genreList li.appTag_puzzle:hover a {
  color: #fff;
}

.genreList li.appTag_rhythm a {
  color: #278b86;
}

.genreList li.appTag_rhythm:before {
  background: #38c7bf;
}

.genreList li.appTag_rhythm.active,
.genreList li.appTag_rhythm:hover {
  background: #38c7bf;
}

.genreList li.appTag_rhythm.active a,
.genreList li.appTag_rhythm:hover a {
  color: #fff;
}

.genreList li.appTag_pachinko a {
  color: #739099;
}

.genreList li.appTag_pachinko:before {
  background: #9fB3b9;
}

.genreList li.appTag_pachinko.active,
.genreList li.appTag_pachinko:hover {
  background: #9fB3b9;
}

.genreList li.appTag_pachinko.active a,
.genreList li.appTag_pachinko:hover a {
  color: #fff;
}

.genreList li.appTag_slot a {
  color: #e62b0b;
}

.genreList li.appTag_slot:before {
  background: #f66148;
}

.genreList li.appTag_slot.active,
.genreList li.appTag_slot:hover {
  background: #f66148;
}

.genreList li.appTag_slot.active a,
.genreList li.appTag_slot:hover a {
  color: #fff;
}

.genreList li.appTag_love a {
  color: #f51a9f;
}

.genreList li.appTag_love:before {
  background: #f863be;
}

.genreList li.appTag_love.active,
.genreList li.appTag_love:hover {
  background: #f863be;
}

.genreList li.appTag_love.active a,
.genreList li.appTag_love:hover a {
  color: #fff;
}

.genreList li.appTag_women a {
  color: #ca22e2;
}

.genreList li.appTag_women:before {
  background: #da66eB;
}

.genreList li.appTag_women.active,
.genreList li.appTag_women:hover {
  background: #da66eB;
}

.genreList li.appTag_women.active a,
.genreList li.appTag_women:hover a {
  color: #fff;
}

.genreList li.appTag_line a {
  color: #359535;
}

.genreList li.appTag_line:before {
  background: #54c254;
}

.genreList li.appTag_line.active,
.genreList li.appTag_line:hover {
  background: #54c254;
}

.genreList li.appTag_line.active a,
.genreList li.appTag_line:hover a {
  color: #fff;
}

.genreList li.appTag_horror a {
  color: #263dd0;
}

.genreList li.appTag_horror:before {
  background: #6072e2;
}

.genreList li.appTag_horror.active,
.genreList li.appTag_horror:hover {
  background: #6072e2;
}

.genreList li.appTag_horror.active a,
.genreList li.appTag_horror:hover a {
  color: #fff;
}

.popularTagList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popularTagList li {
  margin: 0 4px 8px;
  position: relative;
}

.popularTagList li a {
  display: block;
  padding: 15px 12px 15px 24px;
  border-radius: 3px;
  background: #EBFBFC;
  -webkit-box-shadow: 0 1px 0 #bff2f5;
  box-shadow: 0 1px 0 #bff2f5;
  color: #00666E;
  font-size: 1.4rem;
  font-weight: bold;
}

.popularTagList li a:hover {
  background: #00b3be;
  -webkit-box-shadow: 0 1px 0 #00838b;
  box-shadow: 0 1px 0 #00838b;
  color: #fff;
}

.popularTagList li svg {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  fill: #8fd4d9;
}

.appRankingList .appHeadline {
  margin-bottom: 20px;
}

.appRankingBox {
  border-bottom: 1px solid #ccc;
}

.appRankingBox .icon {
  grid-area: icon;
}

.appRankingBox .text {
  grid-area: text;
}

.appRankingBox .point {
  grid-area: point;
}

.appRankingBox .image {
  grid-area: image;
}

.appRankingBox .appRankingWrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto;
  gap: 0 20px;
  grid-template-areas: "icon text image"
    "icon point image";
}

.appRankingBox .image {
  text-align: center;
  -ms-flex-item-align: start;
  align-self: start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.appRankingBox .image:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  z-index: -2;
}

.appRankingBox .image img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.appRankingBox .image a {
  display: block;
}

.appRankingBox .image.imageAd img {
  width: 100%;
  height: auto;
}

.appRankingBox .image.ad img {
  width: 100%;
  max-height: 100%;
}

.appRankingBox .icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.appRankingBox .icon .rank {
  position: absolute;
  top: -7px;
  left: -7px;
  min-width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  border-radius: 13px;
}

.appRankingBox .icon .no1,
.appRankingBox .icon .no2,
.appRankingBox .icon .no3 {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.appRankingBox .icon img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.appRankingBox .star {
  position: relative;
  margin-top: 5px;
  text-align: center;
}

.appRankingBox .star .rate0:after {
  width: 0;
}

.appRankingBox .star .rate1:after {
  width: 16px;
}

.appRankingBox .star .rate1-5:after {
  width: 24px;
}

.appRankingBox .star .rate2:after {
  width: 32px;
}

.appRankingBox .star .rate2-5:after {
  width: 40px;
}

.appRankingBox .star .rate3:after {
  width: 48px;
}

.appRankingBox .star .rate3-5:after {
  width: 56px;
}

.appRankingBox .star .rate4:after {
  width: 64px;
}

.appRankingBox .star .rate4-5:after {
  width: 72px;
}

.appRankingBox .star .rate5:after {
  width: 80px;
}

.appRankingBox .star .rate {
  display: inline-block;
  width: 80px;
  height: 16px;
  font-size: 16px;
  font-family: 'Arial', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', 'メイリオ', Meiryo, sans-serif;
}

.appRankingBox .star .rate:before,
.appRankingBox .star .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 16px;
  line-height: 16px;
}

.appRankingBox .star .rate:before {
  color: #ddd;
}

.appRankingBox .star .rate:after {
  color: #ffd400;
  overflow: hidden;
  white-space: nowrap;
}

.appRankingBox .star .num {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #EC5959;
}

.appRankingBox .text .catchcopy {
  position: relative;
  margin-bottom: 3px;
  padding-bottom: 7px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ed5509;
  line-height: 1.4;
  border-bottom: 1px solid #e1e1e1;
}

.appRankingBox .text .catchcopy:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #fff transparent;
  border-width: 6px 6px 0 0;
  bottom: -6px;
  left: 10%;
}

.appRankingBox .text .catchcopy:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: #e1e1e1 transparent;
  border-width: 8px 8px 0 0;
  bottom: -8px;
  left: 10%;
  margin-left: -1px;
}

.appRankingBox .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.appRankingBox .text .title a {
  display: block;
  padding-top: 3px;
}

.appRankingBox .text .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appRankingBox .text .company a {
  color: #888;
  font-size: 1.2rem;
  margin-right: 10px;
}

.appRankingBox .text .company a:hover {
  color: #fc6f29;
}

.appRankingBox .text .tag {
  margin-top: 7px;
}

.appRankingBox .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}

.appRankingBox .text li {
  margin-right: 5px;
}

.appRankingBox .gameBody {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  min-width: 300px;
}

.appRankingBox .gameBody p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.appRankingBox .gameBody label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 40px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%);
}

.appRankingBox .gameBody input:checked+label {
  background: inherit;
}

.appRankingBox .gameBody label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 200px;
  content: '続きをよむ';
  transform: translate(-50%, 0);
  color: #ffffff;
  border-radius: 10px;
  background-color: #7c938b;
}

.appRankingBox .gameBody input {
  display: none;
}

.appRankingBox .gameBody .text-wrapper {
  overflow: hidden;
  height: 100px;
  transition: all 0.5s;
}

.appRankingBox .gameBody input:checked+label {
  display: none;
}

.appRankingBox .gameBody input:checked~.text-wrapper {
  height: auto;
  transition: all 0.5s;
}

.appRankingBox .gameBody p span.red {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(248, 245, 225)), color-stop(0%, #fbd2ff));
  background: -webkit-linear-gradient(rgb(248, 245, 225) 50%, #fbd2ff 0%);
  background: linear-gradient(rgb(248, 245, 225) 50%, #fbd2ff 0%);
}

.appRankingBox .gameBody p span.bold {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(248, 245, 225)), color-stop(0%, #fdf264));
  background: -webkit-linear-gradient(rgb(248, 245, 225) 50%, #fdf264 0%);
  background: linear-gradient(rgb(248, 245, 225) 50%, #fdf264 0%);
}

.appRankingBox .point {
  margin-top: 20px;
  border: 3px solid #FFD98F;
  border-radius: 6px;
  background: #fff;
}

.appRankingBox .point p {
  width: 8em;
  margin-left: 15px;
  padding: 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #fff;
  color: #FE7411;
  margin-top: -10px;
}

.appRankingBox .point ul {
  padding: 10px 20px;
}

.appRankingBox .point li {
  font-size: 1.3rem;
  color: #555;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.appRankingBox .point li:last-child {
  margin-bottom: 0;
}

.appRankingBox .point li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #FFC34B;
}

.appRankingBox .linkAppDownload,
.appRankingBox .linkAppPreRegist {
  display: block;
  color: #fff;
  text-align: center;
  margin: 15px 10px 0;
  padding: 20px 0;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 4px;
}

.appRankingBox .footerWrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.appRankingBox .footerWrap .sponsored {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #888888;
}

.appRankingBox .footerWrap .more {
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  position: relative;
}

.appRankingBox .footerWrap .more:after {
  position: absolute;
  top: 6px;
  right: 2px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #686868;
  border-right: 2px solid #686868;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*// -----------ストアレビュー-----------*/

.appRankingBox .storeReview {
  margin: 16px 10px 10px 10px;
  padding: 7px;
  border-radius: 4px;
  background: #dee9e6;
}

.appRankingBox .storeReview p.storeReviewTitle {
  margin-bottom: 7px;
  font-weight: 800;
  line-height: 20px;
  font-size: 1.2rem;
}

.appRankingBox .storeReview p.storeReviewList {
  line-height: 16px;
  margin-bottom: 5px;
  padding: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.appRankingBox .storeReview .reviewTitle {
  color: #333;
  font-weight: 600;
  margin-left: 5px;
  font-size: 1.4rem;
}

.appRankingBox .storeReview .reviewText {
  color: #444;
  margin-left: 5px;
  font-size: 1.4rem;
}

.appRankingBox .storeReview p.moreReview {
  text-align: right;
}

/*// -----------星評価-----------*/

.appRankingBox .star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 16px;
}

.appRankingBox .star5_rating:before,
.appRankingBox .star5_rating:after {
  content: '★★★★★';
}

.appRankingBox .star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.appRankingBox .star5_rating[data-rate="5"]:after {
  width: 100%;
}

.appRankingBox .star5_rating[data-rate="4.5"]:after {
  width: 90%;
}

.appRankingBox .star5_rating[data-rate="4"]:after {
  width: 80%;
}

.appRankingBox .star5_rating[data-rate="3.5"]:after {
  width: 70%;
}

.appRankingBox .star5_rating[data-rate="3"]:after {
  width: 60%;
}

.appRankingBox .star5_rating[data-rate="2.5"]:after {
  width: 50%;
}

.appRankingBox .star5_rating[data-rate="2"]:after {
  width: 40%;
}

.appRankingBox .star5_rating[data-rate="1.5"]:after {
  width: 30%;
}

.appRankingBox .star5_rating[data-rate="1"]:after {
  width: 20%;
}

.appRankingBox .star5_rating[data-rate="0.5"]:after {
  width: 10%;
}

.appRankingBox .star5_rating[data-rate="0"]:after {
  width: 0%;
}


/*// --------------------------------------
// release
// --------------------------------------*/
#releaseFull .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#releaseFull .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 14px;
}

#releaseFull .basicHeadline a:after {
  right: 20px;
}

.releaseBox {
  margin: 30px 30px 30px;
}

.releaseBox td br {
  display: none;
}

.releaseNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #27b2d3;
  height: 40px;
  line-height: 40px;
}

.releaseNavi .prev,
.releaseNavi .next {
  width: 25%;
  position: relative;
  background: #23a0bd;
}

.releaseNavi .prev:after,
.releaseNavi .next:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 0.5);
}

.releaseNavi .prev a,
.releaseNavi .next a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.releaseNavi .prev a:hover,
.releaseNavi .next a:hover {
  background: #1b7c92;
}

.releaseNavi .prev:after {
  left: 10px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.releaseNavi .next:after {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.releaseNavi .now {
  display: block;
  width: 50%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.releaseNavi .now span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

.releaseNavi a,
.releaseNavi span {
  font-weight: bold;
}

.releaseTable,
.newsBody .weeksoftTable {
  width: 100%;
}

.releaseTable table,
.newsBody .weeksoftTable table {
  margin: 0 auto;
}

.releaseTable tr,
.newsBody .weeksoftTable tr,
.releaseTable th,
.newsBody .weeksoftTable th {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.releaseTable tr,
.newsBody .weeksoftTable tr {
  border: 1px solid #c2e3ea;
  border-top: none;
}

.releaseTable tr:last-child,
.newsBody .weeksoftTable tr:last-child {
  border-bottom: none;
}

.releaseTable tr,
.newsBody .weeksoftTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.releaseTable th,
.newsBody .weeksoftTable th,
.releaseTable td,
.newsBody .weeksoftTable td {
  vertical-align: middle;
}

.releaseTable th,
.newsBody .weeksoftTable th {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #e1f5f9 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  background: #e1f5f9 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b7c92;
}

.releaseTable td,
.newsBody .weeksoftTable td {
  padding: 10px;
  background: #fff;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.3;
}

.releaseTable td a,
.newsBody .weeksoftTable td a {
  font-weight: bold;
}

.releaseTable td span.company,
.newsBody .weeksoftTable td span.company {
  margin-left: 8px;
  font-size: 1.1rem;
}

.releaseTable td span.company a,
.newsBody .weeksoftTable td span.company a {
  color: #a68c09;
  font-weight: normal;
}

.releaseTable td.button,
.newsBody .weeksoftTable td.button {
  min-width: 7em;
  max-width: 10%;
  text-align: center;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.releaseTable td.button a,
.newsBody .weeksoftTable td.button a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 5px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
}

.releaseTable td .tag,
.newsBody .weeksoftTable td .tag {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.releaseTable td .tag span,
.newsBody .weeksoftTable td .tag span {
  margin: 5px 5px 0 0;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.1rem;
}

.releaseTable td .tag span.price,
.newsBody .weeksoftTable td .tag span.price {
  color: #666;
  font-size: 1.2rem;
}

.releaseTable td .tag a,
.newsBody .weeksoftTable td .tag a {
  font-weight: normal;
  padding: 0px 3px;
}

/*// --------------------------------------
// event
// --------------------------------------*/
#eventFull .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#eventFull .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 14px;
}

#eventFull .basicHeadline a:after {
  right: 20px;
}

.eventBox {
  margin: 30px 30px 30px;
}

.eventBox td br {
  display: none;
}

.eventBox .none {
  padding: 50px;
  text-align: center;
}

.eventNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f35858;
  height: 40px;
  line-height: 40px;
}

.eventNavi .prev,
.eventNavi .next {
  width: 25%;
  position: relative;
  background: #f14040;
}

.eventNavi .prev:after,
.eventNavi .next:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  border-right: 3px solid rgba(255, 255, 255, 0.5);
}

.eventNavi .prev a,
.eventNavi .next a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.eventNavi .prev a:hover,
.eventNavi .next a:hover {
  background: #ed1111;
}

.eventNavi .prev:after {
  left: 10px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.eventNavi .next:after {
  right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.eventNavi .now {
  display: block;
  width: 50%;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.eventNavi .now span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

.eventNavi a,
.eventNavi span {
  font-weight: bold;
}

.eventTable {
  width: 100%;
  line-height: 1.3;
  border: 1px solid #f5d5d5;
}

.eventTable th,
.eventTable td {
  vertical-align: middle;
}

.eventTable th {
  height: 30px;
  line-height: 30px;
  background: #fef0f0 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  background: #fef0f0 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  border: 1px solid #f5d5d5;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #cd4b4b;
}

.eventTable td {
  vertical-align: middle;
  color: #333;
  background: #fff;
  border-right: 1px solid #f5d5d5;
}

.eventTable td a {
  display: block;
  font-weight: bold;
}

.eventTable .eventStartTime {
  width: 4em;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #f5d5d5;
}

.eventTable .eventTitle {
  padding: 15px 10px 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.eventTable .eventOutline {
  padding: 0 10px 10px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  border-bottom: 1px solid #f5d5d5;
}

.eventTable .eventUrl {
  width: 7em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #f5d5d5;
}

.eventTable .eventUrl a {
  display: block;
  padding: 5px 0;
}

/*// --------------------------------------
// サイドバー
// --------------------------------------*/
#pr {
  background: #bccc10 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 28px);
  background: #bccc10 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 28px);
  padding: 10px;
  margin-bottom: 10px;
}

#pr h2 {
  padding: 0 0 10px 45px;
  text-shadow: 0 2px 0 #828c1d;
  position: relative;
}

#pr h2 svg {
  width: 30px;
  height: 30px;
  fill: #f1f5cd;
  position: absolute;
  top: 0;
  left: 4px;
}

#pr h2 .en {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
}

#pr h2 .ja {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fffbc0;
  padding-top: 3px;
}

#pr .prListBox {
  background: #fff;
  border-bottom: 1px solid #dfe3ab;
  position: relative;
}

#pr .prListBox:last-child {
  border-bottom: none;
}

#pr .prListBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

#pr .prListBox .image {
  width: 34.61538%;
  max-width: 90px;
  margin-right: 10px;
}

#pr .prListBox .image img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*//ホバー時に1pxずれる現象を回避*/
}

#pr .prListBox .image img:hover {
  opacity: .8;
}

#pr .prListBox .text {
  width: 61.53846%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#pr .prListBox .text p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
}

#pr .prListBox .text p:hover {
  color: #fc6f29;
}

#present {
  background: #f56293 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 28px);
  background: #f56293 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 28px);
  padding: 10px;
  margin-bottom: 10px;
}

#present .presentHeadline {
  padding: 0 0 10px 45px;
  text-shadow: 0 2px 0 #dc4879;
  position: relative;
}

#present .presentHeadline svg {
  width: 30px;
  height: 30px;
  fill: #f9dee7;
  position: absolute;
  top: 0;
  left: 4px;
}

#present .presentHeadline .en {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
}

#present .presentHeadline .ja {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fffbc0;
  padding-top: 3px;
}

#present .headlineWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#present .presentListBox {
  background: #fff;
  border-bottom: 1px solid #f2d5df;
  position: relative;
}

#present .presentListBox:last-child {
  border-bottom: none;
}

#present .presentListBox a {
  display: block;
  padding: 10px 10px 20px;
}

#present .presentListBox .image {
  margin-bottom: 10px;
}

#present .presentListBox .image img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*//ホバー時に1pxずれる現象を回避*/
}

#present .presentListBox .image img:hover {
  opacity: .8;
}

#present .presentListBox .text p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
}

#present .presentListBox .text p:hover {
  color: #fc6f29;
}

#present .presentListBox .dueDate {
  display: block;
  width: 130px;
  height: 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 20px;
  text-align: center;
  color: #666;
  border-bottom: 20px solid #fef2f6;
  border-left: 10px solid transparent;
}

#present .presentListBox .dueDate span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #b30b43;
}

#newsRanking {
  background: #fff;
  margin-bottom: 10px;
}

#newsRanking .basicHeadline {
  padding: 13px 0 14px 50px;
}

#newsRanking .basicHeadline svg {
  top: 8px;
  left: 10px;
  width: 30px;
  height: 30px;
}

#newsRanking .newsRankingListBox {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

#newsRanking .newsRankingListBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

#newsRanking .newsRankingListBox .rank {
  top: 5px;
  left: 5px;
}

#newsRanking .newsRankingListBox .no1,
#newsRanking .newsRankingListBox .no2,
#newsRanking .newsRankingListBox .no3 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 30px;
  font-size: 20px;
  font-size: 2.0rem;
}

#newsRanking .newsRankingListBox .no4,
#newsRanking .newsRankingListBox .no5 {
  padding: 1px;
}

#newsRanking .newsRankingListBox .image {
  width: 37.03704%;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#newsRanking .newsRankingListBox .image img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*//ホバー時に1pxずれる現象を回避*/
}

#newsRanking .newsRankingListBox .image img:hover {
  opacity: .8;
}

#newsRanking .newsRankingListBox .text {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#newsRanking .newsRankingListBox .text p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1d4fb5;
  line-height: 1.4;
}

#newsRanking .newsRankingListBox .text p:hover {
  color: #fc6f29;
}

#newsRanking .newsRankingListBox:nth-child(-n+3) a {
  display: block;
}

#newsRanking .newsRankingListBox:nth-child(-n+3) .image {
  width: 100%;
  max-width: 100%;
}

#newsRanking .newsRankingListBox:nth-child(-n+3) .text {
  width: 100%;
}

#newsRanking .newsRankingListBox:nth-child(-n+3) .text p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#movieContents {
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

#movieContents .basicHeadline {
  padding: 13px 0 14px 50px;
}

#movieContents .basicHeadline svg {
  top: 13px;
  left: 12px;
  width: 28px;
  height: 28px;
}

#movieContents .movieContentsListBox {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px;
}

#movieContents .movieContentsListBox .image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

#movieContents .movieContentsListBox .image img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*//ホバー時に1pxずれる現象を回避*/
}

#movieContents .movieContentsListBox .image img:hover {
  opacity: .8;
}

#movieContents .movieContentsListBox .text p {
  line-height: 1.3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#movieContents .movieContentsListBox .text .title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1d4fb5;
}

#movieContents .movieContentsListBox .text .title:hover {
  color: #fc6f29;
}

#movieContents .movieContentsListBox .text .outline {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

#series {
  background: #fff;
  margin-bottom: 10px;
}

#series .basicHeadline {
  padding: 13px 0 14px 50px;
}

#series .basicHeadline svg {
  top: 10px;
  left: 12px;
  width: 28px;
  height: 28px;
}

#series .seriesListBox {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

#series .seriesListBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

#series .seriesListBox .image {
  width: 33.33333%;
  max-width: 90px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#series .seriesListBox .image img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*//ホバー時に1pxずれる現象を回避*/
}

#series .seriesListBox .image img:hover {
  opacity: .8;
}

#series .seriesListBox .text {
  width: 62.96296%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#series .seriesListBox .text p {
  line-height: 1.3;
}

#series .seriesListBox .text .title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1d4fb5;
  margin-bottom: 5px;
}

#series .seriesListBox .text .title:hover {
  color: #fc6f29;
}

#series .seriesListBox .text .outline {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

#regular {
  background: #fff;
  margin-bottom: 10px;
}

#regular .basicHeadline {
  padding: 13px 0 14px 50px;
}

#regular .basicHeadline svg {
  top: 10px;
  left: 12px;
  width: 28px;
  height: 28px;
}

#regular ul {
  margin: 0 15px 15px;
  overflow: hidden;
}

#regular li {
  margin: 10px 0;
}

#release,
#event {
  background: #fff;
  margin-bottom: 10px;
}

#release .basicHeadline,
#event .basicHeadline {
  padding: 13px 0 14px 50px;
}

#release .basicHeadline svg,
#event .basicHeadline svg {
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
}

#release .basicHeadline a:after,
#event .basicHeadline a:after {
  right: 10px;
}

#release dt,
#event dt {
  padding: 7px 10px;
  background: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#release dt span,
#event dt span {
  display: inline-block;
  margin-left: 3px;
  width: 16px;
  height: 16px;
  background: #737373;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}

#release dd,
#event dd {
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
}

#release dd a,
#event dd a {
  padding: 6px 10px;
  display: block;
}

#event dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#event dd span {
  display: block;
  width: 13.33333%;
  max-width: 40px;
  margin-left: 10px;
  white-space: nowrap;
  text-align: center;
}

#event dd a {
  width: 76.66667%;
}

#commentRanking {
  background: #fff;
  margin-bottom: 10px;
}

#commentRanking .basicHeadline {
  padding: 13px 0 14px 50px;
}

#commentRanking .basicHeadline svg {
  top: 8px;
  left: 12px;
  width: 32px;
  height: 32px;
}

#commentRanking .commentRankingListBox {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

#commentRanking .commentRankingListBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

#commentRanking .commentRankingListBox .rank {
  top: 5px;
  left: 5px;
}

#commentRanking .commentRankingListBox .no1,
#commentRanking .commentRankingListBox .no2,
#commentRanking .commentRankingListBox .no3 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

#commentRanking .commentRankingListBox .no4,
#commentRanking .commentRankingListBox .no5 {
  padding: 1px;
}

#commentRanking .commentRankingListBox .text {
  width: 62.96296%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
}

#commentRanking .commentRankingListBox .text p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1d4fb5;
  line-height: 1.3;
  display: inline;
}

#commentRanking .commentRankingListBox .text p:hover {
  color: #fc6f29;
}

#commentRanking .commentRankingListBox .text .newsComment {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  vertical-align: bottom;
}

#commentRanking .commentRankingListBox .text .newsComment svg {
  width: 14px;
  height: 14px;
  margin: 0 2px 0 5px;
}

#press {
  background: #fff;
  margin-bottom: 10px;
}

#press .basicHeadline {
  padding: 13px 0 14px 50px;
}

#press .basicHeadline svg {
  top: 8px;
  left: 12px;
  width: 32px;
  height: 32px;
}

#press .basicHeadline a:after {
  right: 10px;
}

#press .pressListBox {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}

#press .pressListBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

#press .pressListBox .rank {
  top: 5px;
  left: 5px;
}

#press .pressListBox .text {
  width: 62.96296%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
}

#press .pressListBox .text p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #1d4fb5;
  line-height: 1.3;
  display: inline;
}

#press .pressListBox .text p:hover {
  color: #fc6f29;
}

#gameRankingPr {
  background: #fff;
  margin-bottom: 10px;
}

#gameRankingPr .basicHeadline {
  padding: 13px 0 14px 50px;
  background: url(../svg/icon_pr.svg) no-repeat right bottom;
}

#gameRankingPr .basicHeadline svg {
  top: 10px;
  left: 14px;
  width: 28px;
  height: 28px;
}

#gameRankingPr li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
}

#gameRankingPr li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gameRankingPr .rankIcon {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  background: #404040;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

#gameRankingPr .rankIcon.no1,
#gameRankingPr .rankIcon.no2,
#gameRankingPr .rankIcon.no3 {
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: none;
  padding: 1px;
}

#gameRankingPr .rankIcon.no1 {
  background: url(/svg/icon_rank1.svg) no-repeat 0 0;
  background-size: 30px 30px;
}

#gameRankingPr .rankIcon.no2 {
  background: url(/svg/icon_rank2.svg) no-repeat 0 0;
  background-size: 30px 30px;
}

#gameRankingPr .rankIcon.no3 {
  background: url(/svg/icon_rank3.svg) no-repeat 0 0;
  background-size: 30px 30px;
}

#gameRankingPr .image {
  margin-right: 10px;
}

#gameRankingPr .image img {
  width: 80px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 13px;
}

#gameRankingPr .text {
  word-break: break-all;
}

#gameRankingPr .text dt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}

#gameRankingPr .text dd {
  color: #333;
  font-size: 1.3rem;
  line-height: 1.3;
}

/*// --------------------------------------
// その他の情報ページ
// --------------------------------------*/
#infoFull .basicHeadline {
  padding: 13px 20px 14px 60px;
}

#infoFull .basicHeadline svg {
  width: 30px;
  height: 30px;
  top: 13px;
  left: 22px;
}

#infoFull .basicHeadline a:after {
  right: 20px;
}

.infoBody {
  margin: 30px 30px 30px;
}

.infoBody dt {
  padding: 0 10px;
  margin: 35px 0 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #444;
  border-left: 3px solid #a6a6a6;
}

.infoBody p,
.infoBody dd {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.infoBody a {
  font-weight: bold;
}

.infoBody h2 {
  background: #f7f7f7;
  border-top: 4px solid #666;
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #222;
  margin: 50px 0 25px;
  padding: 11px 15px;
  position: relative;
}

.infoBody h2:before {
  position: absolute;
  content: '';
  display: block;
  border-top: solid 4px #fc6f29;
  top: -4px;
  left: 0;
  width: 30%;
}

.infoBody h3 {
  position: relative;
  margin: 40px 0 20px;
  padding: 0 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.infoBody h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #d9d9d9 -webkit-repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 4px);
  background: #d9d9d9 repeating-linear-gradient(-45deg, transparent, transparent 2px, #fff 2px, #fff 4px);
}

.infoBody h4 {
  padding: 0 10px;
  margin: 35px 0 15px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #444;
  border-left: 3px solid #a6a6a6;
}

.infoBody ul {
  margin-bottom: 30px;
}

.infoBody ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.infoBody ul li:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 5px;
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
}

.infoBody ul ul {
  margin-left: 20px;
}

/*// --------------------------------------
// 共通コンテンツ
// --------------------------------------*/
#banners {
  max-width: 750px;
  margin: 0 auto 10px;
}

#banners .bannerLarge {
  display: block;
  width: 100%;
  margin-bottom: 9px;
}

#banners .bannerLarge img {
  width: 100%;
  height: auto;
}

#banners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#banners li {
  position: relative;
  width: 32.53333%;
}

#banners li img {
  width: 100%;
  height: auto;
  max-height: 110px;
}

#banners li img:hover {
  opacity: .8;
}

#banners .up {
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  height: 14px;
  padding: 0 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Arial', sans-serif;
  color: #fff;
  line-height: 14px;
  text-align: center;
  background: red;
  border: 1px solid #fff;
  border-radius: 7px;
  z-index: 2;
}

#hotTag {
  max-width: 750px;
  margin: 15px auto 5px;
}

#hotTag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#hotTag li {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}

#hotTag li a {
  padding: 2px 7px;
  color: #222;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(0%, rgba(255, 215, 30, 0.65)));
  background: -webkit-linear-gradient(transparent 30%, rgba(255, 215, 30, 0.65) 0%);
  background: linear-gradient(transparent 30%, rgba(255, 215, 30, 0.65) 0%);
}

#hotTag li a:hover {
  color: #fc6f29;
}

#hotTag li.limited a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(0%, rgba(142, 229, 255, 0.65)));
  background: -webkit-linear-gradient(transparent 30%, rgba(142, 229, 255, 0.65) 0%);
  background: linear-gradient(transparent 30%, rgba(142, 229, 255, 0.65) 0%);
}

#figgy {
  background: #f5f5f5;
  position: relative;
}

#figgy .head {
  background: #7b7b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#figgy .head svg {
  max-width: 120px;
  max-height: 30px;
  margin-right: 10px;
}

#figgy .head span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
}

#figgy .figureList {
  margin: 20px 70px 90px;
}

#figgy .figureListBox {
  padding: 5px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin: 0 10px;
}

#figgy .figureListBox img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

#figgy .figureListBox img:hover {
  opacity: .8;
}

#figgy .figureListBox p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #147cc5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 42px;
}

#figgy .figureListBox p:hover {
  color: #ec6595;
}

#figgy .more {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444;
}

#figgy .slick-prev,
#figgy .slick-next {
  width: 40px;
  height: 40px;
}

#figgy .slick-prev {
  left: -50px;
}

#figgy .slick-next {
  right: -50px;
}

#figgy .slick-prev:before,
#figgy .slick-next:before {
  font-size: 35px;
  color: #606060;
}

#figgy .slick-dots {
  bottom: -30px;
}

#figgy .slick-dots li button:before {
  font-size: 10px;
}

/*// --------------------------------------
// フッター
// --------------------------------------*/
footer {
  background: #262626;
}

footer .footerWrap {
  max-width: 1080px;
  margin: 0 auto;
}

footer .menuBox {
  background: #595959;
  text-align: center;
  overflow: hidden;
}

footer .menu ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .menu li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 3%;
}

footer .menu li a {
  color: #fff;
}

footer .menu li a:hover {
  color: #fc6f29;
}

footer .follow {
  margin: 50px 0;
}

footer .follow p {
  width: 8em;
  margin: 0 auto 12px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  position: relative;
}

footer .follow p:before,
footer .follow p:after {
  position: absolute;
  width: 40px;
  height: 40px;
  content: '';
  z-index: 2;
}

footer .follow p:before {
  top: 5px;
  left: -15px;
  background: url(../svg/follow_fukidashi.svg) no-repeat;
  background-size: 40px;
}

footer .follow p:after {
  top: 5px;
  right: -15px;
  background: url(../svg/follow_fukidashi.svg) no-repeat;
  background-size: 40px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

footer .follow p span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: 'Arial', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

footer .follow ul {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .follow li {
  margin: 0 5px;
}

footer .follow li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
}

footer .follow li a:hover svg {
  fill: #fff;
}

footer .follow li svg {
  fill: #595959;
}

footer .follow .twitter a:hover {
  background: #55acee;
}

footer .follow .twitter svg {
  width: 26px;
  height: 26px;
}

footer .follow .facebook a:hover {
  background: #3b5998;
}

footer .follow .facebook svg {
  width: 26px;
  height: 26px;
}

footer .follow .youtube a:hover {
  background: #e52d27;
}

footer .follow .youtube svg {
  width: 26px;
  height: 26px;
}

footer .follow .feedly a:hover {
  background: #2bb24c;
}

footer .follow .feedly svg {
  width: 26px;
  height: 26px;
}

footer .aboutBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0 20px 4.62963%;
}

footer .media li {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}

footer .media a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .media svg {
  width: 40px;
  height: 40px;
  fill: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

footer .media .gamer a:hover {
  color: #fc6f29;
}

footer .media .gamer a:hover svg {
  fill: #fc6f29;
}

footer .media .onlinegamer a:hover {
  color: #2abbf8;
}

footer .media .onlinegamer a:hover svg {
  fill: #2abbf8;
}

footer .media .figgy a:hover {
  color: #e55050;
}

footer .media .figgy a:hover svg {
  fill: #e55050;
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .copyright .ixllLogo {
  text-align: center;
}

footer .copyright svg {
  fill: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 40px;
  margin: 10px;
}

footer .copyright svg:hover {
  fill: white;
}

footer .copyright p {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.3;
}

footer .backToTop a {
  display: block;
  color: #fff;
}

footer .switchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .switchBtn a {
  margin-top: 20px;
  width: 48%;
  height: 20px;
  line-height: 18px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer .switchBtn a.btnAcv {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*// --------------------------------------
// 広告
// --------------------------------------*/
.pr-note-list{
  font-size: 1.2rem;
  color: #777;
  text-align: right;
  margin-top: 8px;
}

.pr-note-full{
  font-size: 1.2rem;
  color: #ccc;
  text-align: right;
  padding: 0 3% 10px;
}

.adBillboard_pc {
  position: relative;
  text-align: center;
  width: 970px;
  height: 250px;
  margin: 0 auto 25px;
}

.adBillboard_pc div {
  margin: 0 auto;
}

.adBillboard_sp {
  display: none;
}

.adInfeedNewsList {
  clear: both;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.adInfeedNewsList div {
  margin: 0 auto;
}

.adInfeedArticleBottom {
  margin: 30px 30px 30px 30px;
}

.adMiddleArticle_sp {
  display: none;
}

.adMiddleRectangle_pc {
  width: 300px;
  margin: 0 auto 10px;
}

.adMiddleRectangle_sp {
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
}

.adBottomRectangle_sp {
  min-width: 300px;
  min-height: 250px;
  margin: 0 auto 40px;
  text-align:center;
}

.adHalfPage_pc {
  width: 300px;
  margin: 0 auto 10px;
}

.adBillboardBottom_pc {
  text-align: center;
  margin-bottom: 25px;
}

.adBillboardBottom_pc div {
  margin: 0 auto;
}

.adBillboardBottom_sp {
  display: none;
}

.adArticleTop {
  clear: both;
  max-width: 710px;
  margin: 0 30px 10px;
}

@media screen and (max-width: 767px) {
  .adArticleTop {
    margin: 0 0 10px;
  }

  .adArticleTop img{
    width: 100%;
  }
}


.adInfeedArticle {
  clear: both;
  max-width: 710px;
  margin: 0 20px 10px;
  text-align: center;
}

.adInfeedNewsRanking {
  padding: 10px 0;
}

.adArticleBottom_sp {
  max-width: 336px;
  text-align: center;
  margin: 30px auto;
  min-height: 280px;
}

.adGameTop {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.adGameTop div {
  margin: 0 auto;
}

.adAppTop {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.adAppTop div {
  margin: 0 auto;
}

.adRecommend_pc {
  max-width: 750px;
  margin: 0 auto 30px;
  padding: 30px;
  background: #fff;
}

.adRecommend_sp {
  background: #fff;
  padding: 10px 4%;
  margin-bottom: 20px;
}

.adRecommend_sub_pc {
  padding: 5px;
  background: #fff;
  margin-bottom: 10px;
}

.adMovie_sp {
  margin: 0 auto 20px;
  width: 300px;
}

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

  .adBillboard_pc{
    display: none;
  }

  .basicHeadline {
    font-size: 24px;
  }

  .gameNewsList .gameNewsListBox .gameNewsWrap {
    padding: 15px 4%;
  }

  .gameNewsList .title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .gameNewsList .outline {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .gameNewsList .newsTag {
    bottom: 5px;
    right: 5px;
  }

  .gameNewsList .newsTag span {
    width: 80px;
    height: 16px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 16px;
    margin-bottom: 0;
  }

  .gameNewsList .boxPr .image,
  .gameNewsList .boxM .image {
    width: 43.33333%;
    max-width: 130px;
    margin-bottom: 15px;
  }

  .gameNewsList .boxPr .text,
  .gameNewsList .boxM .text {
    width: 63.33333%;
  }

  .gameNewsList .boxL_large .gameNewsWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gameNewsList .boxL_large .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .gameNewsList .boxL_small .image {
    width: 33.33333%;
    max-width: 140px;
    margin-bottom: 15px;
  }

  .gameNewsList .boxL_small .text {
    width: 63.33333%;
  }

  .pager {
    padding: 10px 3%;
    border-bottom: 2px solid #bfbfbf;
  }

  .pager li {
    display: none;
  }

  .pager .now {
    margin: 0 3%;
  }

  .pager .prev,
  .pager .next,
  .pager .now {
    display: block;
  }

  .pager .prev,
  .pager .next {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
  }

  .sideMore {
    padding: 15px 4%;
  }

  .sideMore a {
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
  }

  .pageShare li {
    margin: 0 1%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .pageShare a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pageShare svg {
    width: 26px;
    height: 26px;
  }

  .pageShare span {
    display: none;
  }

  .pageShare .twitter .list {
    display: none;
  }

  .pageShare .button {
    width: 100%;
    height: 44px;
  }

  .pageShareBottom {
    margin: 0 4%;
    padding: 10px 0;
  }

  .pageShareBottom ul {
    margin: 0;
  }

  .pageShareBottom .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pageShareBottom span {
    display: none;
  }

  .softBox .imageBox {
    display: none;
  }

  .appBox {
    display: none;
  }

  .tag span {
    margin: 0 7px 4px 0;
  }

  .tag a {
    height: 13px;
    line-height: 13px;
  }

  .relatedHeadline {
    margin-bottom: 15px;
  }

  .relatedNews .relatedHeadline {
    margin: 0 4% 15px;
  }

  .relatedNews .relatedNewsList {
    margin: 0 4%;
  }

  .relatedNews .text p {
    overflow: hidden;
    font-size: 1.3rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .relatedNews .more {
    color: #444;
    text-align: center;
    display: block;
    margin: 0 4% 0;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
    -webkit-box-shadow: 0 1px 0 #bfbfbf;
    box-shadow: 0 1px 0 #bfbfbf;
    background: #eeeeee;
    position: relative;
  }

  .relatedNews .more:after {
    position: absolute;
    top: 50%;
    right: 4%;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 3px solid #b3b3b3;
    border-right: 3px solid #b3b3b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .relatedNews .slick-prev,
  .relatedNews .slick-next {
    width: 30px;
    height: 30px;
  }

  .relatedNews .slick-prev {
    left: -40px;
  }

  .relatedNews .slick-next {
    right: -35px;
  }

  .relatedNews .slick-prev:before,
  .relatedNews .slick-next:before {
    font-size: 30px;
  }

  .relatedNews .slick-dots {
    padding: 0 3%;
  }

  .gameHeader .imageBox {
    margin: 10px 0 10px 3%;
  }

  .gameHeader .imageBox a {
    border-radius: 18px;
  }

  .gameHeader .imageBox img {
    max-width: 80px;
    max-height: 80px;
  }

  .gameHeader .imageBox.app {
    border-radius: 18px;
  }

  .gameHeader .imageBox.app img {
    border-radius: 18px;
    max-width: 80px;
  }

  .gameHeader .titleBox {
    padding: 10px 3% 10px;
  }

  .gameHeader .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .gameHeader .gamegenre {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .gameHeader .button a {
    height: 44px;
    margin: 0 3% 10px;
  }

  .gameInfo dt {
    padding: 8px 5px;
    width: 32%;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }

  .gameInfo dd {
    width: 68%;
    padding: 8px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .gameInfo dd span {
    margin-right: 5px;
  }

  .appReviewBox {
    margin: 0 4% 30px;
  }

  .appReviewBox a {
    padding: 3%;
  }

  .appReviewBox .image {
    width: 120px;
    margin-right: 10px;
  }

  .appReviewBox p {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .listSort {
    padding: 12px 4%;
  }

  .listSort p {
    display: none;
  }

  .listSort .sort a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }

  .relatedTag {
    padding: 10px 3% 5px;
  }

  .relatedTag span {
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .relatedTag span svg {
    width: 13px;
    height: 13px;
  }

  .relatedTag ul li {
    margin-right: 7px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .relatedTag ul li a {
    height: 16px;
    padding: 0 5px;
    line-height: 16px;
  }

  .newsFooter {
    margin: 30px 4%;
  }

  .noneBox {
    padding: 40px 4%;
  }

  .closeText {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  html,
  body,
  .container {
    position: relative;
    left: 0;
  }

  #overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 993;
  }

  .container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 52px;
    font-size: 13px;
    z-index: 2;
  }

  .side-open .container,
  .side-open #overlay {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: fixed !important;
  }

  .side-open #overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
  }

  .side-open #menuSp {
    display: block;
  }

  #menuSp {
    display: none;
    padding-top: 162px;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: #fff;
  }

  #menuSp .drawerHeader {
    background: #262626;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menuSp .drawerHeader p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
  }

  #menuSp .menuSpTrigger {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #menuSp .menuSpTrigger .close {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -2px;
    padding: 0;
    width: 3px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menuSp .menuSpTrigger .close:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
    background: #fff;
  }

  #menuSp .menuSpTrigger .text {
    position: absolute;
    bottom: 6px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  #menuSp .wordSearch {
    padding: 16px 5%;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d9d9d9;
    background: #e5e5e5 -webkit-repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
    background: #e5e5e5 repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0.5) 28px);
  }

  #menuSp .wordSearch ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }

  #menuSp .wordSearch li {
    width: 100%;
    color: #333;
    margin-right: 3%;
  }

  #menuSp .wordSearch li:last-child {
    margin-right: 0;
  }

  #menuSp .wordSearch input[type=radio] {
    display: none;
  }

  #menuSp .wordSearch label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #777;
    border-radius: 6px;
    background-color: #fff;
    vertical-align: middle;
  }

  #menuSp .wordSearch label:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
  }

  #menuSp .wordSearch label:before {
    position: absolute;
    top: 50%;
    left: 11px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fc6f29;
    content: '';
    opacity: 0;
  }

  #menuSp .wordSearch input[type=radio]:checked+label {
    background: #fff;
    color: #fc6f29;
    -webkit-box-shadow: 0 1px 0 #cccccc;
    box-shadow: 0 1px 0 #cccccc;
  }

  #menuSp .wordSearch input[type=radio]:checked+label:before {
    opacity: 1;
  }

  #menuSp .wordSearch input[type=radio]:checked+label:after {
    border: 1px solid #ebc5b2;
  }

  #menuSp .wordSearch .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #menuSp .wordSearch .field input[type="text"] {
    width: 77%;
    border: 1px solid #ccc;
    background: #fff;
    border-right: 0;
    height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 4px 0 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }

  #menuSp .wordSearch .field ::-webkit-input-placeholder {
    line-height: 1.3;
    color: #ccc;
  }

  #menuSp .wordSearch .field ::-moz-placeholder {
    color: #ccc;
    opacity: 1;
  }

  #menuSp .wordSearch .field :-ms-input-placeholder {
    color: #ccc;
  }

  #menuSp .wordSearch .field .button {
    width: 23%;
    height: 38px;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #fc6f29;
  }

  #menuSp .menuList {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 2px;
    background: #f1f1f1;
    overflow-y: auto;
  }

  #menuSp .menuList ul {
    display: none;
  }

  #menuSp .menuList li {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  #menuSp .menuList li:last-child {
    margin-bottom: 60px;
    border-bottom: none;
  }

  #menuSp .menuList li svg {
    width: 20px;
    height: 20px;
    fill: #595959;
    position: absolute;
    top: 15px;
    left: 10px;
  }

  #menuSp .menuList li span.en {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
  }

  #menuSp .menuList li span.ja {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 10px;
    color: #fc6f29;
  }

  #menuSp .menuList li.parent .wrap:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 3px solid #999;
    border-right: 3px solid #999;
  }

  #menuSp .menuList li.parent .wrap.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menuSp .menuList li.parent li {
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
    position: relative;
  }

  #menuSp .menuList li.parent li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
  }

  #menuSp .menuList li.parent li a {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #555;
  }

  #menuSp .menuList li.parent li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
  }

  #menuSp .menuList li.parent li:last-child {
    border-bottom: none;
  }

  #menuSp .menuList a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #999;
    border-right: 3px solid #999;
  }

  #menuSp .menuList a,
  #menuSp .menuList .wrap {
    width: 100%;
    height: 50px;
    padding-left: 40px;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    color: #222;
  }

  #menuSp .menuList::-webkit-scrollbar {
    width: 6px;
  }

  #menuSp .menuList::-webkit-scrollbar-track {
    background: #ddd;
  }

  #menuSp .menuList::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #bababa;
  }

  a.jackLinkPc {
    display: none;
  }

  .jackPc {
    display: none;
  }

  .jackSp {
    display: block;
    max-width: 415px;
    min-height: 180px;
    margin: 0 auto;
    position: relative;
  }

  .jackSp a {
    display: block;
    width: 320px;
    height: 180px;
    margin: 0 auto;
  }

  .adBillBordNone {
    display: block;
    min-height: 180px;
    text-align: center;
    margin: 5px auto;
  }

  .adBillBordNone div {
    display: block;
    margin: 0 auto;
  }

  #header {
    position: fixed;
    height: 50px;
    top: 0;
    z-index: 9999;
    border-bottom: 2px solid #7c7c7c;
  }

  #header.fixedJack.fixed {
    /*//ジャック追尾時*/
    position: fixed;
  }

  #header.fixedJack.fixed .jackSpHalf {
    display: block;
  }

  .background+#header {
    position: fixed;
  }

  .jackSpHalf {
    display: none;
    /*//最初は消えてる*/
    position: relative;
    max-width: 415px;
    height: 50px;
    margin: 0 auto;
  }

  .jackSpHalf a {
    display: block;
    width: 320px;
    margin: 0 auto;
  }

  .jackSp div,
  .jackSpHalf div {
    display: block;
    width: 320px;
    margin: 0 auto;
    position: relative;
  }

  .headerWrap {
    margin: 0;
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .logo {
    text-align: center;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -65px;
  }

  .logo a {
    display: block;
  }

  .logo svg {
    width: 130px;
    height: 30px;
    position: relative;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.9));
  }

  #menuPc {
    display: none;
  }

  .searchButtonPc {
    display: none;
  }

  .wordSearchPc {
    display: none;
  }

  .hamburgerSp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /*//メニューアイコン*/
    /*//メニューアイコン デフォルト*/
  }

  .hamburgerSp .menuSpTrigger,
  .hamburgerSp .menuSpTrigger .border {
    display: inline-block;
  }

  .hamburgerSp .menuSpTrigger {
    position: relative;
    width: 50px;
    height: 50px;
  }

  .hamburgerSp .menuSpTrigger .border {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  }

  .hamburgerSp .menuSpTrigger .border:nth-of-type(1) {
    top: 8px;
  }

  .hamburgerSp .menuSpTrigger .border:nth-of-type(2) {
    top: 15px;
  }

  .hamburgerSp .menuSpTrigger .border:nth-of-type(3) {
    top: 22px;
  }

  .hamburgerSp .menuText {
    position: absolute;
    bottom: 6px;
    left: 0;
    display: block;
    width: 100%;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
  }

  .wrapper {
    overflow: hidden;
  }

  .mainContent {
    margin-bottom: 20px;
  }

  #topNews {
    margin: 20px 0;
    max-height: 320px;
  }

  #topNews .topNewsList {
    /*//スライダーが一瞬縦に並ぶ問題を解消*/
    opacity: 0;
  }

  #topNews .topNewsList.slick-initialized {
    opacity: 1;
  }

  #topNews .topNewsListBox .text {
    min-height: 70px;
  }

  #topNews .topNewsListBox .text p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }

  #topNews .slide-dots {
    margin-top: 5px;
  }

  #latestNews {
    margin-bottom: 20px;
  }

  #latestNews .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #latestNews .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
  }

  #latestNews .basicHeadline a:after {
    right: 10px;
  }

  #newsFull .officialSiteLink {
    margin: 40px 4% 40px;
  }

  #newsFull .newsImageBoxList {
    display: none;
  }

  #newsFull .pageShareBottom {
    margin: 0 4% 15px;
  }

  #newsFull .pageShareBottom .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsHeader {
    margin-bottom: 5px;
  }

  .newsHeader .titleBox {
    padding: 15px 3% 10px;
  }

  .newsHeader h1 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .newsHeader .image {
    display: none;
  }

  .newsHeader .infoBox {
    padding: 0 3% 10px;
    text-align: right;
  }

  .newsHeader .newsInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 5px;
  }

  .newsHeader .newsComment {
    margin-left: 6px;
  }

  .newsHeader .newsDate {
    margin-left: 10px;
  }

  .newsHeader .pageShare {
    padding: 10px 2%;
  }

  .newsHeader .pageShare li {
    width: 18%;
    margin: 0 1%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .newsDescription {
    margin: 10px 4% 0;
  }

  .newsBody {
    margin: 0 4% 40px;
  }

  .newsBody .notes {
    margin: 0 4% 30px;
  }

  .newsBody hr.space {
    border: none;
    height: 30px;
  }

  .newsBody h2 {
    margin: 40px 0 20px;
    padding: 10px 4%;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .newsBody .titleB {
    margin: 30px 0 15px;
    padding: 0 0 8px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .newsBody h4 {
    margin: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .newsBody h5 {
    margin: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .newsBody .linkPR,
  .newsBody .linkDownload,
  .newsBody .linkPresent,
  .newsBody .linkOther {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .newsBody .keyword {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .newsBody .rankingTable {
    overflow-x: scroll;
  }

  .newsBody .rankingTable::-webkit-scrollbar {
    background: #efead7;
    border-radius: 5px;
    height: 4px;
  }

  .newsBody .rankingTable::-webkit-scrollbar-thumb {
    background: #bda557;
    border-radius: 5px;
  }

  .newsBody .rankingTable table {
    width: 800px;
  }

  .newsBody .rankingTable th {
    white-space: nowrap;
    padding: 5px 1px;
  }

  .newsBody .rankingTable td {
    padding: 10px 3px;
  }

  .newsBody .rankingTable td:nth-child(4) {
    width: 14em;
  }

  .newsBody .rankingTable td:nth-child(3),
  .newsBody .rankingTable td:nth-child(5) {
    white-space: nowrap;
  }

  .newsBody img {
    max-width: 100%;
  }

  .newsBody .imageRight {
    float: none;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }

  .newsBody .imageLeft {
    float: none;
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }

  .newsBody .imageCenter {
    margin: 0 auto 30px;
    text-align: center;
  }

  .newsBody .imageCenter img {
    max-width: 100%;
  }

  .newsBody .right {
    float: none;
    margin: 0 auto 30px;
    max-width: 100%;
  }

  .newsBody .left {
    float: none;
    margin: 0 auto 30px;
    max-width: 100%;
  }

  .newsBody blockquote h2,
  .newsBody .box h2,
  .newsBody .boxpresent h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 6px 3%;
  }

  .newsBody blockquote h3,
  .newsBody .box h3,
  .newsBody .boxpresent h3 {
    margin: 30px 3% 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .newsBody blockquote h4,
  .newsBody .box h4,
  .newsBody .boxpresent h4 {
    margin: 25px 3% 10px;
  }

  .newsBody blockquote h5,
  .newsBody .box h5,
  .newsBody .boxpresent h5 {
    margin: 20px 3% 10px;
  }

  .newsBody blockquote p,
  .newsBody .box p,
  .newsBody .boxpresent p {
    margin: 0 3% 30px;
  }

  .newsBody blockquote ul,
  .newsBody blockquote ol,
  .newsBody .box ul,
  .newsBody .box ol,
  .newsBody .boxpresent ul,
  .newsBody .boxpresent ol {
    margin: 0 3% 30px;
  }

  .newsBody blockquote img,
  .newsBody .box img,
  .newsBody .boxpresent img {
    max-width: 100%;
  }

  .newsBody blockquote .imageLeft,
  .newsBody blockquote .imageRight,
  .newsBody blockquote .imageCenter,
  .newsBody blockquote .imageOriginalCenter,
  .newsBody blockquote .imageOriginalCenterNoborder,
  .newsBody .box .imageLeft,
  .newsBody .box .imageRight,
  .newsBody .box .imageCenter,
  .newsBody .box .imageOriginalCenter,
  .newsBody .box .imageOriginalCenterNoborder,
  .newsBody .boxpresent .imageLeft,
  .newsBody .boxpresent .imageRight,
  .newsBody .boxpresent .imageCenter,
  .newsBody .boxpresent .imageOriginalCenter,
  .newsBody .boxpresent .imageOriginalCenterNoborder {
    margin: 0 3% 30px;
  }

  .newsBody blockquote .imageTable,
  .newsBody blockquote .textTable,
  .newsBody .box .imageTable,
  .newsBody .box .textTable,
  .newsBody .boxpresent .imageTable,
  .newsBody .boxpresent .textTable {
    margin: 0 3% 30px;
  }

  .newsBody blockquote .movie,
  .newsBody .box .movie,
  .newsBody .boxpresent .movie {
    width: 94%;
    margin: 0 3% 30px;
  }

  .newsBody blockquote .twitter-tweet,
  .newsBody .box .twitter-tweet,
  .newsBody .boxpresent .twitter-tweet {
    padding: 0 3% 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .newsBody blockquote .box {
    margin: 0 3% 30px;
  }

  .newsBody .box blockquote {
    margin: 0 3% 30px;
  }

  .newsBody .box .linkPR,
  .newsBody .box .linkDownload,
  .newsBody .box .linkPresent,
  .newsBody .box .linkOther {
    margin: 0 3% 30px;
  }

  .newsBody .boxpresent .titlePresent {
    margin: 0 3% 15px;
  }

  .newsBody .boxpresent .item {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .newsBody .boxpresent .number {
    padding: 3px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    float: right;
    margin-bottom: 15px;
  }

  .newsBody .boxpresent .imageLeft {
    max-width: 100%;
  }

  .newsBody .boxpresent .presentText {
    margin: 0 3% 0 3%;
  }

  .newsBody .softBox .textBox {
    padding: 5px 0;
  }

  .newsBody .newsNews .textBox .title {
    font-size: 1.4rem;
  }

  .newsBody .boxTalk .icon img {
    width: 50px;
  }

  .newsBody .boxTalk .talkContent {
    padding: 10px 3%;
  }

  .newsBody .boxTalk .talkContent p {
    font-size: 1.5rem;
  }

  .newsBody .boxTalk.iconLeft .icon {
    margin-right: 10px;
  }

  .newsBody .boxTalk.iconRight .icon {
    margin-left: 10px;
  }

  .newsBody #newsFullNewsNext p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .newsBody #newsFullPager ol {
    margin-left: -15px;
  }

  .newsBody #newsFullPager li {
    margin-left: 15px;
  }

  .newsFullComment #ulCommentWidget {
    padding: 10px 3%;
  }

  .writer {
    margin: 0 4%;
  }

  .writer .writerBox {
    padding: 15px 4%;
  }

  .writer .writerLink {
    margin-bottom: 10px;
    justify-items: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 78px 1fr;
    gap: 0 15px;
    grid-template-areas: "icon name"
      "description description";
  }

  .writer .name {
    font-size: 2.1rem;
  }

  .writer .name span {
    display: block;
    margin: 5px 0 0 0;
  }

  .writer .description {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .writer .writerNews {
    padding: 10px 0;
  }

  .writer .writerNews h3 {
    padding: 0 0 0 5px;
    font-size: 1.4rem;
  }

  .writer .writerNews .writerNewsList li {
    width: 48%;
  }

  .writer .writerNews .writerNewsList li:last-child {
    display: none;
  }

  .writer .writerNews .writerNewsList p {
    font-size: 1.2rem;
  }

  .newsword {
    margin: 0 4% 30px;
  }

  #relatedGameBox {
    margin: 0 4% 20px;
  }

  #relatedGameBox .moreLink {
    padding: 15px 4%;
  }

  #relatedGameBox .moreLink .more {
    display: block;
    background: #fff;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-radius: 22px;
    -webkit-box-shadow: 0 1px 0 #cccccc;
    box-shadow: 0 1px 0 #cccccc;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #444;
    position: relative;
  }

  #newsImageFull .newsImageBoxList .imageBoxList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-bottom: 15px;
  }

  #newsImageFull .newsImageBoxList .imageBox {
    width: calc((100% / 3) - 1%);
    height: auto;
    margin: 0 0 4px 1%;
  }

  #newsImageFull .newsImageBoxList img {
    max-height: 65px;
  }

  #newsImageFull .newsImageBoxList .more {
    width: 94%;
    margin: 0 3% 30px;
  }

  #newsImageFull .newsImageBoxList .more {
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
  }

  #newsImageFull .pageShareBottom {
    padding: 15px 0;
  }

  #newsImageFull .pageShareBottom .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
  }

  #newsImageList .newsImageBoxList .imageBoxList {
    margin-bottom: 15px;
  }

  #newsImageList .newsImageBoxList .imageBox {
    height: auto;
    margin: 0 0 4px 1%;
  }

  #newsImageList .newsImageBoxList .more {
    width: 94%;
    margin: 0 3% 30px;
  }

  #newsImageList .newsImageBoxList .more {
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
  }

  #newsImageList .pageShareBottom {
    padding: 15px 0;
  }

  #newsImageList .pageShareBottom .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
  }

  .newsImageNavi {
    margin: 0 2% 15px;
  }

  .newsImageNavi .imageNaviBox {
    width: 30%;
    height: 50px;
    margin: 0 1%;
  }

  .newsImageNavi .imageNaviBox .image {
    display: none;
  }

  .newsImageNavi .imageNaviBox span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .newsImageNavi .prev span:before {
    left: 5px;
  }

  .newsImageNavi .next span:before {
    right: 5px;
  }

  #newsList .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #newsList .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
  }

  #newsList .basicHeadline a:after {
    right: 10px;
  }

  .specialBanners li {
    margin-bottom: 15px;
  }

  .specialBanners li:last-child {
    margin-bottom: 0;
  }

  .gameBody {
    padding: 20px 0;
  }

  .gameBody .catchcopy {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 4% 15px;
  }

  .gameBody .gameOutline p {
    margin: 0 4% 20px;
  }

  .gameBody .gameInfo {
    margin: 0 4% 20px;
  }

  .gameBody .pageShare {
    padding: 12px;
    margin: 30px 3% 40px;
    background: #efefef;
  }

  .gameBody .pageShare ul {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gameBody .pageShare li {
    width: 31%;
  }

  .gameBody .officialSiteLink {
    margin: 0 4% 30px;
  }

  .gameBody .relatedNews {
    margin: 0 0 30px;
  }

  .gameImageBox {
    margin: 0 0 20px;
  }

  .gameImageList {
    margin-bottom: 40px;
  }

  .gameImageList .gameImage {
    margin: 0 5px;
  }

  .gameImageList .slick-prev,
  .gameImageList .slick-next {
    width: 30px;
    height: 30px;
  }

  .gameImageList .slick-prev:before,
  .gameImageList .slick-next:before {
    font-size: 30px;
  }

  .gameImage1 {
    margin: 0 4%;
  }

  .gameImage1 .vertical img {
    max-height: 280px;
  }

  .gameImage2 {
    margin: 0 4%;
  }

  .softList {
    display: none;
  }

  .gameFooter {
    margin: 0 4% 30px;
  }

  #gameList .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #gameList .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
  }

  #gameList .basicHeadline a:after {
    right: 10px;
  }

  .gameTag ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 3% 8px;
  }

  .gameTag li {
    width: calc((100% - 4%) / 3);
    height: 36px;
    line-height: 36px;
    margin: 0 2% 7px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px #cccccc;
    box-shadow: 0 1px #cccccc;
    border-radius: 4px;
  }

  .gameTag li:nth-child(3n) {
    margin-right: 0;
  }

  .gameTitleList .gameTitleListBox {
    margin: 0 3%;
    padding: 14px 0 10px;
  }

  .gameTitleList .image {
    width: 30%;
    margin-right: 10px;
    min-height: 60px;
    max-height: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .gameTitleList .title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .gameTitleList .catchcopy {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .gameTitleList .company a {
    margin: 0 8px 0 0;
  }

  #appList .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #appList .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
  }

  #appList .basicHeadline a:after {
    right: 10px;
  }

  .appTag ul {
    margin: 15px 3%;
    border: 1px solid #dbdbdb;
    border-top: none;
  }

  .appTag li {
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .appTag li:nth-child(even) {
    border-right: none;
  }

  .appTag li:nth-first-child(1),
  .appTag li:nth-first-child(2) {
    border-top: none;
  }

  .appTag li a {
    padding: 0 0 0 36px;
  }

  .appTag li:before {
    top: 10px;
    left: 6px;
    width: 24px;
    height: 24px;
  }

  .appTag li svg {
    top: 12px;
    left: 8px;
    width: 20px;
    height: 20px;
  }

  .appTag li.appTag_all svg {
    top: 13px;
    left: 9px;
    width: 19px;
    height: 18px;
  }

  .appTag li.appTag_action svg {
    left: 9px;
  }

  .appTag li.appTag_pachinko svg {
    top: 13px;
    left: 9px;
    width: 18px;
    height: 18px;
  }

  .appTag li.appTag_love svg {
    top: 11px;
    left: 10px;
  }

  .appTag li.appTag_horror svg {
    top: 12px;
    left: 9px;
    width: 19px;
    height: 20px;
  }

  .appContent {
    padding: 20px 0;
  }

  .appListSlider,
  .appListSliderNum {
    width: 100%;
    margin-left: 2%;
  }

  .appListSlider .slick-list,
  .appListSliderNum .slick-list {
    padding: 0 8% 0 0 !important;
  }

  .appListSliderNum {
    opacity: 0;
  }

  .appListSliderNum.slick-initialized {
    opacity: 1;
  }

  .genreList ul {
    margin-left: 3%;
  }

  .genreList li {
    margin: 0 3px 6px;
    max-width: 123px;
    font-size: 1.1rem;
  }

  .genreList li span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .popularTagList ul {
    margin: 0 3%;
  }

  .appRankingBox {
    margin: 0 4% 15px;
    padding-bottom: 15px;
  }

  .appRankingBox .appRankingWrap {
    gap: 0 10px;
    grid-template-columns: 90px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "image image"
      "icon text"
      "point point";
  }

  .appRankingBox .image {
    margin-bottom: 10px;
  }

  .appRankingBox .image img {
    max-height: 250px;
  }

  .appRankingBox .image+.icon {
    position: absolute;
    top: -23px;
  }

  .appRankingBox .icon {
    margin-left: 10px;
  }

  .appRankingBox .icon .rank {
    top: -5px;
    left: -5px;
  }

  .appRankingBox .icon img {
    border: 3px solid #fff;
  }

  .appRankingBox .text {
    min-height: 100px;
    margin-right: 10px;
  }

  .appRankingBox .text .company {
    display: none;
  }

  .appRankingBox .point {
    margin-right: 10px;
    margin-left: 10px;
  }

  #releaseFull .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #releaseFull .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
  }

  #releaseFull .basicHeadline a:after {
    right: 10px;
  }

  .releaseBox {
    margin: 20px 3% 30px;
  }

  .releaseNavi {
    height: 36px;
    line-height: 36px;
  }

  .releaseNavi .prev:after,
  .releaseNavi .next:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }

  .releaseNavi .prev a,
  .releaseNavi .next a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .releaseNavi .prev:after {
    left: 8px;
  }

  .releaseNavi .next:after {
    right: 8px;
  }

  .releaseNavi .now span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .releaseTable th,
  .newsBody .weeksoftTable th {
    font-size: 1.4rem;
  }

  .releaseTable td,
  .newsBody .weeksoftTable td {
    padding: 10px 2%;
    font-size: 1.4rem;
  }

  .releaseTable td.button,
  .newsBody .weeksoftTable td.button {
    max-width: 20%;
    font-size: 1.0rem;
    padding: 10px 2% 10px 0;
  }

  .releaseTable td.button a,
  .newsBody .weeksoftTable td.button a {
    padding: 10px 1%;
  }

  .releaseTable td .tag span,
  .newsBody .weeksoftTable td .tag span {
    margin: 5px 4px 0 0;
    font-size: 1.0rem;
  }

  .releaseTable td .tag span.price,
  .newsBody .weeksoftTable td .tag span.price {
    font-size: 1.1rem;
  }

  #eventFull .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #eventFull .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 8px;
  }

  #eventFull .basicHeadline a:after {
    right: 10px;
  }

  .eventBox {
    margin: 20px 3% 30px;
  }

  .eventNavi {
    height: 36px;
    line-height: 36px;
  }

  .eventNavi .prev:after,
  .eventNavi .next:after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }

  .eventNavi .prev a,
  .eventNavi .next a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .eventNavi .prev:after {
    left: 8px;
  }

  .eventNavi .next:after {
    right: 8px;
  }

  .eventNavi .now span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .eventTable {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .eventTable th {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .eventTable .eventStartTime {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .eventTable .eventTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .eventTable .eventOutline {
    font-size: 11px;
    font-size: 1.1rem;
  }

  .eventTable .eventUrl {
    font-size: 11px;
    font-size: 1.1rem;
  }

  #pr {
    margin: 0 4% 20px;
  }

  #pr .prListBox:nth-child(n + 4) {
    display: none;
  }

  #present {
    margin: 0 4% 20px;
  }

  #newsRanking {
    margin-bottom: 20px;
  }

  #newsRanking .newsRankingListBox .image {
    width: 48.14815%;
    max-width: 130px;
  }

  #series {
    display: none;
  }

  #regular {
    display: none;
  }

  #ise {
    margin: 0 4%;
  }

  #release,
  #event {
    display: none;
  }

  #commentRanking {
    margin-bottom: 20px;
  }

  #gameRankingPr {
    margin-bottom: 20px;
  }

  #infoFull .basicHeadline {
    padding: 13px 15px 14px 40px;
  }

  #infoFull .basicHeadline svg {
    width: 24px;
    height: 24px;
    top: 13px;
    left: 10px;
  }

  #infoFull .basicHeadline a:after {
    right: 10px;
  }

  .infoBody {
    margin: 0 4% 40px;
  }

  .infoBody dt {
    margin: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .infoBody h2 {
    margin: 40px 0 20px;
    padding: 10px 4%;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .infoBody h3 {
    margin: 30px 0 15px;
    padding: 0 0 8px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .infoBody h4 {
    margin: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #banners {
    margin: 0 4% 20px;
  }

  #banners .up {
    top: -3px;
    left: -3px;
    height: 12px;
    line-height: 12px;
    font-size: 10px;
    font-size: 1.0rem;
    border-radius: 6;
  }

  #hotTag {
    margin: 0 4% 10px;
  }

  #hotTag li {
    margin-right: 8px;
  }

  #figgy {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  #figgy .head {
    padding: 6px 2%;
  }

  #figgy .head span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #figgy .figureList {
    margin: 20px 50px 90px;
  }

  #figgy .figureListBox {
    margin: 0 5px;
  }

  #figgy .more {
    text-align: center;
    display: block;
    margin: 0 3%;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    line-height: 44px;
    -webkit-box-shadow: 0 1px 0 #bfbfbf;
    box-shadow: 0 1px 0 #bfbfbf;
    position: relative;
  }

  #figgy .more:after {
    position: absolute;
    top: 50%;
    right: 4%;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 3px solid #b3b3b3;
    border-right: 3px solid #b3b3b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #figgy .slick-prev,
  #figgy .slick-next {
    width: 30px;
    height: 30px;
  }

  #figgy .slick-prev {
    left: -40px;
  }

  #figgy .slick-next {
    right: -35px;
  }

  #figgy .slick-prev:before,
  #figgy .slick-next:before {
    font-size: 30px;
  }

  footer .menu {
    background: #f6f6f6;
  }

  footer .menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 5px solid #262626;
  }

  footer .menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 44px;
    line-height: 44px;
    margin: 0;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }

  footer .menu li:nth-child(even) {
    border-right: none;
  }

  footer .menu li a {
    color: #555;
    display: block;
  }

  footer .follow {
    margin: 25px 0;
  }

  footer .aboutBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 0 25px 0;
  }

  footer .copyright p {
    text-align: center;
  }

  footer .backToTop {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #0d0d0d;
    position: relative;
  }

  footer .backToTop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 13, 13, 0);
    border-bottom-color: #0d0d0d;
    border-width: 10px;
    margin-left: -10px;
  }

  footer .switchBtn a {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .adBillboard_sp {
    display: block;
    text-align: center;
    margin: 8px 0;
    min-height: 50px;
  }

  .adBillboard_sp div {
    margin: 0 auto;
  }

  .adInfeedArticleBottom {
    margin: 30px 4%;
  }

  .adMiddleArticle_sp {
    display: block;
    width: 300px;
    margin: 0 auto 30px;
  }

  .adMiddleRectangle_pc {
    display: none;
  }

  .adBillboardBottom_sp {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .adBillboardBottom_sp div {
    margin: 0 auto;
  }

  .adInfeedArticle {
    margin: 0 3% 10px;
    /*
    max-width: 336px;
    min-height: 280px;
*/
  }

  .adGameMovie {
    clear: both;
    margin: 10px;
  }
}

@media screen and (min-width: 768px) {
  .gameNewsList .date {
    clear: both;
    float: left;
    width: 13.33333%;
    position: relative;
    z-index: 3;
  }

  .gameNewsList .date span {
    width: 100%;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13px;
    padding: 0;
  }

  .gameNewsList .date span:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-left-color: #e6e6e6;
    border-width: 11px;
    margin-top: -11px;
  }

  .gameNewsList .gameNewsListBox {
    float: right;
    width: 92%;
    border-left: 3px solid #e5e5e5;
  }

  .gameNewsList .gameNewsListBox:hover {
    cursor: pointer;
  }

  .gameNewsList .gameNewsListBox:hover .image {
    opacity: 0.8;
  }

  .gameNewsList .gameNewsListBox:hover .text .title {
    color: #fc6f29;
  }

  .gameNewsList .newsTag {
    top: 50%;
    margin-top: -10px;
    left: -50px;
    z-index: 2;
  }

  .gameNewsList .boxL_large .text,
  .gameNewsList .boxL_small .text,
  .gameNewsList .boxM .text,
  .gameNewsList .boxPr .text {
    margin-right: 15px;
  }

  .gameNewsList .boxS .text .title {
    font-size: 1.7rem;
  }

  .pager .now a {
    background: #8c8c8c;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 #666666;
    box-shadow: 0 1px 0 #666666;
  }

  #pagePath {
    border-bottom: 1px solid #808080;
  }

  #pagePath .listShare {
    display: none;
  }

  .appDownload {
    display: none;
  }

  .appDownloadBox {
    display: none;
  }

  .relatedNews .text .newsInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .relatedNews .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .gameHeader .imageBox a {
    background: #fff;
  }

  .gameHeader .button {
    width: 35%;
    position: absolute;
    bottom: 10px;
    right: 5px;
  }

  .gameHeader .button.spDownload {
    display: none;
  }

  .appReviewBox a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .listSort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trackingWrap {
    overflow: hidden;
  }

  .background {
    width: 100%;
    min-height: 920px;
    position: absolute;
  }

  .background.fixed {
    position: fixed;
  }

  #header {
    position: fixed;
    height: 60px;
    margin-bottom: 25px;
    border-bottom: 5px solid #737373;
    z-index: 999;
  }

  #header+div {
    margin-top: 90px;
  }

  .jackSpHalfBg {
    display: none;
  }

  .jackSpHalf {
    display: none;
  }

  .headerWrap {
    max-width: 1080px;
    height: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contentWrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-top: 10px;
  }

  #topNews {
    background: #666;
    padding: 10px;
    margin-bottom: 10px;
  }

  #topNews .topNewsList {
    overflow: hidden;
  }

  #topNews .topNewsListBox {
    margin: 0;
  }

  #topNews .topNewsListBox:first-child {
    float: left;
    width: 46.15385%;
    height: 47.93956%;
  }

  #topNews .topNewsListBox:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #topNews .topNewsListBox:first-child .text {
    height: 120px;
  }

  #topNews .topNewsListBox:nth-child(n+2) {
    float: right;
    margin-bottom: 0.96154%;
    width: 52.88462%;
    height: 19.09091%;
  }

  #topNews .topNewsListBox:nth-child(n+2) a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #topNews .topNewsListBox:nth-child(n+2) .image {
    width: 30.54545%;
    max-height: 25.92593%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  #topNews .topNewsListBox:nth-child(n+2) .image img {
    width: 100%;
    max-height: 105px;
  }

  #topNews .topNewsListBox:nth-child(n+2) .text {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #topNews .topNewsListBox:nth-child(n+2) .text p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #topNews .topNewsListBox:last-child {
    margin-bottom: 0;
  }

  #newsFull .relatedNews {
    margin: 0 30px 30px;
  }

  #newsFull .pageShareBottom ul {
    margin: 0 20px;
  }

  .newsHeader .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .newsHeader .newsComment {
    margin-right: 6px;
  }

  .newsHeader .newsDate {
    margin-right: 10px;
  }

  .newsBody .rankingTable td:nth-child(3),
  .newsBody .rankingTable td:nth-child(5) {
    width: 3em;
  }

  .newsBody .boxpresent .titlePresent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .newsBody .newsNews {
    margin: 10px 50px 20px;
    padding: 20px;
  }

  .newsBody .newsNews .textBox .title {
    font-size: 1.8rem;
  }

  .newsImageBoxList .imageBoxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .newsImageBoxList .more {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
  }

  .newsImageBoxList .more:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #b3b3b3;
    border-right: 2px solid #b3b3b3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .writer .writerNews .writerNewsList li {
    margin: 0 1%;
  }

  #relatedGameBox .moreLink .more {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #444;
    height: 30px;
    line-height: 32px;
  }

  #relatedGameBox .moreLink .more:hover {
    color: #fc6f29;
  }

  #newsImageFull .pageShareBottom .button .brNone {
    display: none;
  }

  #newsImageList .newsImageBoxList .imageBox {
    width: calc((100% / 4) - 1%);
    height: 130px;
  }

  #newsImageList .newsImageBoxList img {
    max-height: 130px;
  }

  #newsImageList .pageShareBottom .button .brNone {
    display: none;
  }

  .specialBanners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gameBody .pageShare li:last-child {
    margin-right: 0;
  }

  .gameTag li {
    height: 30px;
    margin-left: -1px;
    line-height: 32px;
    border-radius: 3px 3px 0 0;
  }

  .gameTag li a {
    padding: 5px 0;
  }

  .gameTag li span {
    height: 20px;
    line-height: 20px;
    border-right: 1px solid #ccc;
  }

  .gameTitleList .company a {
    font-weight: bold;
  }

  .appTag li {
    margin: 0 5px 10px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0 1px 0 #cccccc;
    box-shadow: 0 1px 0 #cccccc;
  }

  .appTag li svg {
    top: 7px;
    left: 7px;
    width: 16px;
    height: 16px;
  }

  .appTag li.appTag_all svg {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
  }

  .appTag li.appTag_action svg {
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
  }

  .appTag li.appTag_adventure svg {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
  }

  .appTag li.appTag_strategy svg {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
  }

  .appTag li.appTag_breed svg {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
  }

  .appTag li.appTag_card svg {
    top: 8px;
    left: 8px;
  }

  .appTag li.appTag_rhythm svg {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
  }

  .appTag li.appTag_pachinko svg {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
  }

  .appTag li.appTag_love svg {
    top: 6px;
    left: 8px;
  }

  .appTag li.appTag_women svg {
    top: 8px;
    left: 7px;
  }

  .appTag li.appTag_line svg {
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
  }

  .appTag label,
  .appTag input {
    display: none;
  }

  .appListSliderNum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .appListBox .linkAppDownload,
  .appListBox .linkAppPreRegist {
    display: none;
  }

  .genreList ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 32px;
  }

  .genreList li {
    margin: 0 4px 8px;
    font-size: 1.2rem;
  }

  .popularTagList ul {
    margin: 0 32px;
  }

  .appRankingBox {
    margin: 0 37px 20px;
    padding-bottom: 20px;
  }

  .appRankingBox .appRankingWrap {
    margin-right: 20px;
  }

  .appRankingBox .image {
    width: 250px;
  }

  .appRankingBox .image img {
    max-height: 200px;
  }

  .appRankingBox .point {
    max-width: 306px;
  }

  .appRankingBox .linkAppDownload,
  .appRankingBox .linkAppPreRegist,
  .appRankingBox .storeReview {
    display: none;
  }

  .releaseTable td.button a.linkAppDownload,
  .newsBody .weeksoftTable td.button a.linkAppDownload {
    display: none;
  }

  #figgy {
    border: 2px solid #bfbfbf;
    border-radius: 10px;
    background: #f5f5f5 url(../img/figgy_bg.png) no-repeat right bottom;
    margin-bottom: 10px;
  }

  #figgy .head {
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
  }

  #figgy .figureListBox {
    max-width: 120px;
  }

  #figgy .figureListBox img {
    max-width: 120px;
  }

  #figgy .more {
    position: absolute;
    right: 110px;
    bottom: 28px;
  }

  #figgy .more:hover {
    color: #fc6f29;
  }

  footer .footerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .menuBox {
    width: 380px;
    padding-top: 60px;
  }

  footer .copyright .ixllLogo {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  footer .backToTop {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px 4px 0 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
  }

  footer .backToTop:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .adInfeedNewsList div {
    max-width: 750px;
  }

  .adInfeedNewsList {
    padding: 10px 0;
  }

  .adInfeedNewsList.sp {
    display: none;
  }

  .adMiddleRectangle_sp {
    display: none;
  }

  .adBottomRectangle_sp {
    display: none;
  }

  .adArticleBottom_sp {
    display: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
  .gameNewsList .image {
    width: 32.78689%;
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .adBillboard_pc {
    position: relative;
    text-align: center;
    width: 970px;
    height: 250px;
    margin: 0 auto 25px;
  }

  .adBillboard_pc div {
    margin: 0 auto;
  }

  a.jackLinkPc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
  }

  .jackPc {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 65px;
  }

  .headerWrap {
    margin: 0 3%;
  }

  #newsImageFull .newsImageBoxList .imageBox {
    margin: 0 3px;
  }

  footer .aboutBox {
    padding-right: 2%;
  }
}

@media screen and (max-width: 1023px) {
  #menuPc {
    width: 70%;
  }

  #menuPc .menu li {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .wordSearchPc .wordSearchWrap ul {
    width: 56%;
  }

  .wordSearchPc .wordSearchWrap .field {
    width: 42%;
  }

  #newsImageFull .newsImageBoxList {
    margin: 0 3%;
  }

  .newsImageBox {
    margin: 0 3% 15px;
    padding: 3px;
  }

  .appHeadline {
    margin: 0 4% 15px;
  }

  #newsRanking .newsRankingListBox .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #movieContents .movieContentsList {
    margin: 15px 0 20px;
  }

  #movieContents .movieContentsListBox {
    margin: 0 5px 10px;
    padding: 0;
    border-bottom: none;
  }

  #commentRanking .commentRankingListBox .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  footer .media {
    display: none;
  }

  .adHalfPage_pc {
    display: none;
  }

  .adBillboardBottom_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapper {
    margin-top: 65px;
  }

  #topNews .topNewsListBox:nth-child(n+2) .text p {
    -webkit-line-clamp: 2;
  }

  .appListWrap {
    padding: 0 3%;
  }

  footer .aboutBox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main {
    width: 65%;
  }

  .side {
    width: 300px;
    margin-left: 10px;
  }

  .appHeadline {
    margin: 0 37px 15px;
  }

  .appListWrap {
    padding: 0 29px;
  }

  .appListSliderNum {
    padding: 0 29px;
  }
}

@media screen and (min-width: 1100px) {

  .main#newsFull,
  .main#newsList,
  .main#gameFull,
  .main#gameList,
  .main#appList,
  .main#releaseFull,
  .main#eventFull {
    max-width: 750px;
  }

  .main#newsList.special {
    max-width: 1000%;
  }

  #topNews .topNewsListBox .text {
    padding: 15px 15px;
    height: 105px;
  }

  #newsImageFull .newsImageBoxList .imageBoxList {
    margin-left: -12px;
  }
}

@media screen and (min-width: 768px) and (min-width: 480px) and (max-width: 1023px) {
  #topNews .topNewsListBox:nth-child(n+2) .image {
    width: 34.02597%;
  }
}

@media all and (-ms-high-contrast: none) {
  #newsFull .newsImageBoxList .imageBox a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }

  .newsBody .imageTable a {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }

  .newsImageNavi .imageNaviBox .image {
    display: table-cell;
    table-layout: fixed;
    text-align: center;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .newsBody .newsNews {
    margin: 10px 3% 20px;
    padding: 20px 10px 12px;
  }
}

@media screen and (max-width: 479px) {
  .newsBody .newsNews {
    margin: 10px 0 20px;
    padding: 20px 10px 15px;
  }

  .newsBody .newsNews .textBox {
    padding-left: 10px;
  }

  #newsRanking .newsRankingListBox a {
    padding: 15px 4%;
  }

  #newsRanking .newsRankingListBox:nth-child(-n+3) .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #commentRanking .commentRankingListBox a {
    padding: 15px 4%;
  }

  #banners li {
    width: 49%;
  }

  #banners li:nth-child(1),
  #banners li:nth-child(2) {
    margin-bottom: 6px;
  }

  #banners li.spNone {
    display: none;
  }

  #figgy .figureList {
    margin: 20px 0 40px;
  }
}

@media screen and (max-width: 1099px) {
  #newsImageFull .newsFooter {
    margin: 0 3% 20px;
  }

  #newsImageFull .pageShareBottom {
    margin: 0 3% 30px;
  }

  #newsImageFull .pageShareBottom li {
    width: 31%;
    margin: 0 1%;
  }

  #newsImageList .newsImageBoxList {
    margin: 0 3%;
  }

  #newsImageList .newsFooter {
    margin: 0 3%;
  }

  #newsImageList .pageShareBottom {
    margin: 0 3%;
  }

  #newsImageList .pageShareBottom li {
    width: 31%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 374px) {
  .appTag li.appTag_strategy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
  .appListSliderNum {
    padding: 0 4%;
  }
}

@media screen and (min-width: 480px) {
  .appRankingBox .footerWrap {
    display: none;
  }

  #banners li:nth-child(4) {
    display: none;
  }
}

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

  #newsRanking .newsRankingListBox .no1,
  #newsRanking .newsRankingListBox .no2,
  #newsRanking .newsRankingListBox .no3 {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-size: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #newsRanking .newsRankingListBox:nth-child(-n+3) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #newsRanking .newsRankingListBox:nth-child(-n+3) .image {
    width: 37.03704%;
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #newsRanking .newsRankingListBox:nth-child(-n+3) .image img {
    width: 100%;
    height: auto;
  }

  #newsRanking .newsRankingListBox:nth-child(-n+3) .text {
    width: 59.25926%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #newsRanking .newsRankingListBox:nth-child(-n+3) .text p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}




.shopLink {
  border-left: 7px solid #8c8c8c;
  padding-left: 15px;
  background-color: #fff;
  margin-bottom: 40px;
}

.shopTitle {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

.shopTitle span {
  font-size: 1.2rem;
}

.shopButton {
  display: flex;
}

.shop {
  border: 1.5px solid;
  width: 25%;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  margin-right: 15px;
}

.shop a {
  display: block;
  font-size: 1.5rem;
}

.shop a:hover {
  color: #fff;
}

.amazon {
  border-color: #ff851d;
}

.amazon:hover {
  background-color: #ff851d;
}

.amazon a {
  color: #ff851d;
}

.yahoo {
  border-color: #e35974;
}

.yahoo:hover {
  background-color: #e35974;
}

.yahoo a {
  color: #e35974;
}

.rakuten {
  border-color: #d33131;
}

.rakuten:hover {
  background-color: #d33131;
}

.rakuten a {
  color: #d33131;
}

.amazon-btn{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #FE9800;
  border-radius: 6px;
  margin: 30px 4%;
  box-shadow: 0 1px 0 #c07300;
  transition: all .2s;
}

.amazon-btn a{
  display: block;
  padding: 18px;
  color: #fff;
}

.amazon-btn span{
 font-size: 1.2rem; 
}

.amazon-btn:hover{
  background-color: #ffb74a;
  box-shadow: none;
  transform: translateY(1px);
}

@media screen and (min-width: 767px) {
  .amazon-btn{
    max-width: 510px;
    margin: 30px auto;
  }
}

/*----------------------------------------

著者

----------------------------------------*/
.newsAuthor{
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  margin: 10px 0 20px;
}

.newsAuthor__heading{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.newsBody .newsAuthor__name{
  flex-grow: 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.newsAuthor__job{
  font-size: 1.2rem;
  font-weight: 500;
  color: #888;
}

.newsAuthor__heading img{
  width: 50px;
  height: 50px;
  margin: 0 16px 0 0;
  border-radius: 30px;
  flex-shrink: 0;
}

.newsAuthor__profile p{
  font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
  .newsAuthor{
    padding: 26px;
    margin: 10px 50px 20px;
  }
  .newsAuthor__heading{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newsBody .newsAuthor__name{
    font-size: 2.2rem;
  }
  .newsAuthor__heading img{
    width: 60px;
    height: 60px;
  }
  .newsAuthor__profile p{
    font-size: 1.5rem;
  }  
}

/*----------------------------------------

続きを読む

----------------------------------------*/
.readmore-check{
  display: none;
}

.readmore-content{
  position: relative;
  min-height: 34px;
  max-height: 80px;
  overflow: hidden;
}

.readmore-check:checked+.readmore-content{
  max-height: none;
}

.readmore-content::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(to bottom,transparent,#f7f7f7);
}

.readmore-check:checked+.readmore-content::before{
  content: none;
}

.readmore-label{
  position: relative;
  display: block;
  width: 120px;
  height: 34px;
  margin: -34px auto 0;
  background-color: #fff;
  text-align: center;
  border-radius: 100vh;
  border: 1px solid #ccc;
}

.readmore-check:checked~.readmore-label{
  margin-top: 0;
}

.readmore-label::before{
  display: inline-block;
  content: '続きを読む';
  font-size: 1.3rem;
  line-height: 34px;
}

.readmore-check:checked~.readmore-label::before{
  content: '閉じる';
}

.readmore-label::after{
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin-left: 8px;
  vertical-align: 2px;
  transform: rotate(135deg);
}

.readmore-check:checked~.readmore-label::after{
  vertical-align: -2px;
  transform: rotate(-45deg);
}

@media (hover: hover) {
  .readmore-label:hover,
  .readmore-label:hover::after{
    color: #fc6f29;
    border-color: #fc6f29;
  }
}

/*プレイボタン*/
.play-btn{
  position: relative;
  margin: 20px 3%;
  text-align: center;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #bbb;
  background-color: #ebebeb;
}

.play-btn-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 12px;
  box-sizing: border-box;
}

.play-btn-inner:has(svg){
  padding: 12px 40px;
}

.play-btn svg{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  fill: #bbb;
  opacity: 0.8;
}

.play-btn-inner>span{
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 4px;
}

.play-btn-ad{
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #bbb;
  opacity: 0.8;
}

.play-btn>a{
  display: block;
  color: #fff;
  background-color: #00caa5;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: .2s;
}

.play-btn>a.play-btn-entry{
  background-color: #ff6a00;
}

.play-btn>a.play-btn-download{
  background-color: #ff367a;
}

.play-btn>a svg{
  fill: #fff;
}

.play-btn>a .play-btn-ad{
  color: #fff;
}

@media (hover: hover) {
  .play-btn>a:hover{
    background-color: #00e7bd;
    box-shadow: none;
  }

  .play-btn>a.play-btn-entry:hover{
    background-color: #ff8800;
  }
  
  .play-btn>a.play-btn-download:hover{
    background-color: #ff6196;
  }
}

@media screen and (min-width: 767px) {
  .play-btn{
    max-width: 550px;
    margin: 20px auto;
  }
}