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

.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;
}

.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 .en {
  font-family: 'Open Sans', sans-serif;
  color: #222;
}

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

.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: 20px 3% 20px 8%;
}

.gameNewsList .image {
  width: 22.95082%;
  max-width: 140px;
}

.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: 17px;
  font-size: 1.7rem;
  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 {
  margin-top: auto;
}

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

.gameNewsList .newsTag {
  position: absolute;
}

.gameNewsList .newsTag a {
  display: block;
}

.gameNewsList .newsTag a .newsTag_news {
  background: #949494;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.gameNewsList .newsTag a .newsTag_report {
  background: #4aa869;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_report:hover {
  background: #fff;
  color: #3a8553;
  border: 1px solid #4aa869;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag a .newsTag_interview {
  background: #34aec8;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_interview:hover {
  background: #fff;
  color: #298ba0;
  border: 1px solid #34aec8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag a .newsTag_playreport {
  background: #7076e0;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_playreport:hover {
  background: #fff;
  color: #464ed7;
  border: 1px solid #7076e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag a .newsTag_planning {
  background: #e65757;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_planning:hover {
  background: #fff;
  color: #df2b2b;
  border: 1px solid #e65757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag a .newsTag_appreview {
  background: #ea74e1;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_appreview:hover {
  background: #fff;
  color: #e348d7;
  border: 1px solid #ea74e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag a .newsTag_present {
  background: #f56293;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_present:hover {
  background: #fff;
  color: #f23272;
  border: 1px solid #f56293;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag a .newsTag_sale {
  background: #ea8a3d;
  -webkit-transition: .3s;
  transition: .3s;
}

.gameNewsList .newsTag a .newsTag_sale:hover {
  background: #fff;
  color: #dc6f18;
  border: 1px solid #ea8a3d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gameNewsList .newsTag span {
  width: 90px;
  height: 18px;
  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_large {
  background: #fffded;
}

.gameNewsList .boxL_small {
  background: #fffded;
}

.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;
}

.newsTag_pr {
  background: #bccc10;
}

.newsTag_news {
  background: #949494;
}

.newsTag_report {
  background: #4aa869;
}

.newsTag_interview {
  background: #34aec8;
}

.newsTag_playreport {
  background: #7076e0;
}

.newsTag_planning {
  background: #e65757;
}

.newsTag_appreview {
  background: #ea74e1;
}

.newsTag_present {
  background: #f56293;
}

.newsTag_sale {
  background: #ea8a3d;
}

.newsTag_event {
  background: #21ba8c;
}

.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;
  -webkit-transition: .2s;
  transition: .2s;
}

.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;
}

.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;
  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;
  background: #83bce1;
}

.appDownload a span {
  position: relative;
  padding: 0 15px;
  max-width: 17em;
  font-size: 11px;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.appDownload a span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '「';
}

.appDownload a span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '」';
}

.appDownload .ios:before, .appDownload .android:before, .appDownload .iosPre:before, .appDownload .androidPre:before {
  position: absolute;
  content: '';
  top: 50%;
  opacity: .5;
}

.appDownload .ios {
  background: #5e76ed -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: #5e76ed -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #5e76ed 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 #1a3ce5;
  box-shadow: 0 1px 0 #1a3ce5;
  text-shadow: 0 1px 0 #1a3ce5;
  position: relative;
}

.appDownload .ios:before {
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../svg/icon_ios.svg) no-repeat center top;
  background-size: 30px;
}

.appDownload .ios:hover {
  background: #758af0 -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: #758af0 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #758af0 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.appDownload .iosPre {
  background: #9957db -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: #9957db -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #9957db 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 #7329bd;
  box-shadow: 0 1px 0 #7329bd;
  text-shadow: 0 1px 0 #7329bd;
  position: relative;
}

.appDownload .iosPre:before {
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 30px;
}

.appDownload .iosPre:hover {
  background: #a66ce0 -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: #a66ce0 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #a66ce0 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.appDownload .android {
  background: #81b03b -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: #81b03b -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #81b03b 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 #577728;
  box-shadow: 0 1px 0 #577728;
  text-shadow: 0 1px 0 #577728;
  position: relative;
}

.appDownload .android:before {
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../svg/icon_android.svg) no-repeat center top;
  background-size: 30px;
}

.appDownload .android:hover {
  background: #8ec044 -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: #8ec044 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #8ec044 linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.appDownload .androidPre {
  background: #4ea145 -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: #4ea145 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #4ea145 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 #346b2e;
  box-shadow: 0 1px 0 #346b2e;
  text-shadow: 0 1px 0 #346b2e;
  position: relative;
}

.appDownload .androidPre:before {
  left: 10px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 30px;
}

.appDownload .androidPre:hover {
  background: #57b34d -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: #57b34d -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #57b34d linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
}

.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;
}

.appDownloadBox .download {
  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 .download:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  width: 20px;
  height: 20px;
}

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

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

.appDownloadBox.ios {
  background: #e8ebfc;
}

.appDownloadBox.ios .download {
  background: #5e76ed;
  -webkit-box-shadow: 0 1px 0 #304fe8;
  box-shadow: 0 1px 0 #304fe8;
}

.appDownloadBox.iosPre {
  background: #f2eafb;
}

.appDownloadBox.iosPre .download {
  background: #9957db;
  -webkit-box-shadow: 0 1px 0 #802dd2;
  box-shadow: 0 1px 0 #802dd2;
}

.appDownloadBox.android {
  background: #eaf4dd;
}

.appDownloadBox.android .download {
  background: #81b03b;
  -webkit-box-shadow: 0 1px 0 #658a2e;
  box-shadow: 0 1px 0 #658a2e;
}

.appDownloadBox.androidPre {
  background: #def0dc;
}

.appDownloadBox.androidPre .download {
  background: #4ea145;
  -webkit-box-shadow: 0 1px 0 #3d7d36;
  box-shadow: 0 1px 0 #3d7d36;
}

.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 .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;
}

.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: #5e76ed -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: #5e76ed -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #5e76ed 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 #1a3ce5;
  box-shadow: 0 1px 0 #1a3ce5;
  text-shadow: 0 1px 0 #1a3ce5;
}

.appBox .iosBox .imageBox a:hover {
  background: #758af0 -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: #758af0 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #758af0 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: #81b03b -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: #81b03b -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #81b03b 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 #577728;
  box-shadow: 0 1px 0 #577728;
  text-shadow: 0 1px 0 #577728;
}

.appBox .androidBox .imageBox a:hover {
  background: #8ec044 -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: #8ec044 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #8ec044 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 span {
  margin: 0 7px 5px 0;
}

.tag a {
  display: block;
  height: 16px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 16px;
  padding: 0 6px;
  border-radius: 8px;
  -webkit-transition: .2s;
  transition: .2s;
  background: #e7f3f8;
  color: #286a8b;
  white-space: nowrap;
}

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

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

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

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

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

.tag .basicFree a {
  background: #f8ebeb;
  color: #d91b1b;
}

.tag .basicFree a: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;
}

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

.officialSiteLink a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 8px;
  padding-left: 25px;
  position: relative;
  line-height: 1.3;
}

.officialSiteLink a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  background: url(../svg/icon_link.svg) no-repeat center top;
  background-size: 14px;
  display: block;
  width: 14px;
  height: 14px;
}

.relatedNews {
  position: relative;
}

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

.relatedNews .relatedNewsListBox {
  background: #fff;
}

.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-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: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #1d4fb5;
  line-height: 1.3;
  margin: 0 0 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.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 .more {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
}

.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;
  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 .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 .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 .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;
  -webkit-transition: .2s;
  transition: .2s;
  background: #83bce1;
}

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

.gameHeader .button .ios {
  background: #5e76ed -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: #5e76ed -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #5e76ed 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 #1a3ce5;
  box-shadow: 0 1px 0 #1a3ce5;
  text-shadow: 0 1px 0 #1a3ce5;
}

.gameHeader .button .ios:before {
  left: 5px;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  background: url(../svg/icon_ios.svg) no-repeat center top;
  background-size: 22px;
}

.gameHeader .button .android {
  background: #81b03b -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: #81b03b -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #81b03b 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 #577728;
  box-shadow: 0 1px 0 #577728;
  text-shadow: 0 1px 0 #577728;
}

.gameHeader .button .android:before {
  left: 4px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../svg/icon_android.svg) no-repeat center top;
  background-size: 20px;
}

.gameHeader .button .iosPre span, .gameHeader .button .androidPre span {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -13px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px;
}

.gameHeader .button .iosPre:before, .gameHeader .button .androidPre:before {
  left: 4px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 20px;
}

.gameHeader .button .iosPre {
  background: #9957db -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: #9957db -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #9957db 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 #7329bd;
  box-shadow: 0 1px 0 #7329bd;
  text-shadow: 0 1px 0 #7329bd;
}

.gameHeader .button .iosPre span {
  background: #6624a8;
}

.gameHeader .button .androidPre {
  background: #4ea145 -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: #4ea145 -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 100%);
  background: #4ea145 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 #346b2e;
  box-shadow: 0 1px 0 #346b2e;
  text-shadow: 0 1px 0 #346b2e;
}

.gameHeader .button .androidPre span {
  background: #346b2e;
}

.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;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.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: 21.875%;
  margin-right: 10px;
}

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

.appReviewBox p {
  width: 76.5625%;
  font-size: 16px;
  font-weight: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  word-break: break-all;
  color: #1d4fb5;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.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: 12px;
  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 30px 0;
}

.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;
}

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

#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;
}

#menuPc .menu li:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

.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 .image img {
  width: 100%;
  height: auto;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#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: 10px;
}

#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;
  -webkit-transition: color .2s;
  transition: color .2s;
}

#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 article {
  padding-bottom: 30px;
}

#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: #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;
  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;
  -webkit-transition: .3s;
  transition: .3s;
  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 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.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 .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 20px 30px;
  padding: 15px;
  background: #f8f8f8;
  border-top: 1px solid #d9d9d9;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #555;
}

.newsDescription a {
  font-weight: bold;
}

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

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

.newsBody a {
  font-weight: bold;
}

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

.newsBody .red {
  color: #b22424;
}

.newsBody .blue {
  color: #2b238b;
}

.newsBody .green {
  color: #1f591f;
}

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

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

.newsBody .titleA, .newsBody .titleB, .newsBody .titleC, .newsBody .titleD {
  line-height: 1.3;
}

.newsBody .titleA:first-child, .newsBody .titleB:first-child, .newsBody .titleC:first-child, .newsBody .titleD:first-child {
  margin-top: 0;
}

.newsBody .titleA {
  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 .titleA:before {
  position: absolute;
  content: '';
  display: block;
  border-top: solid 4px #fc6f29;
  top: -4px;
  left: 0;
  width: 30%;
}

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

.newsBody .titleB: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 .titleC {
  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 .titleD {
  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: #b22424;
}

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

.newsBody .nameViolet {
  font-weight: bold;
  color: #6321a6;
}

.newsBody .nameBlue {
  font-weight: bold;
  color: #23238c;
}

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

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

.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;
}

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

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

.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: 11px;
  font-size: 1.1rem;
  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 .titleA, .newsBody .box .titleA, .newsBody .boxpresent .titleA {
  border-top: none;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 6px 20px;
}

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

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

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

.newsBody blockquote .titleD, .newsBody .box .titleD, .newsBody .boxpresent .titleD {
  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 ul li, .newsBody blockquote ol li, .newsBody .box ul li, .newsBody .box ol li, .newsBody .boxpresent ul li, .newsBody .boxpresent ol li {
  font-size: 14px;
  font-size: 1.4rem;
}

.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 .titleA {
  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 .titleA {
  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 .titleA {
  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 .titleA {
  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 .titleA {
  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 .titleB {
  color: #046ab2;
}

.newsBody .box.blue .titleB: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 .titleC {
  color: #0b4873;
  border-left: 3px solid #adcad9;
}

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

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

.newsBody .box.red .titleA {
  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 .titleB {
  color: #991f25;
}

.newsBody .box.red .titleB: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 .titleC {
  color: #660a0f;
  border-left: 3px solid #f2b6b9;
}

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

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

.newsBody .box.green .titleA {
  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 .titleB {
  color: #336600;
}

.newsBody .box.green .titleB: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 .titleC {
  color: #315909;
  border-left: 3px solid #a3cc7a;
}

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

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

.newsBody .box.yellow .titleA {
  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 .titleB {
  color: #8c6901;
}

.newsBody .box.yellow .titleB: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 .titleC {
  color: #705506;
  border-left: 3px solid #e5cc7e;
}

.newsBody .box.yellow .titleD {
  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 .titleA {
  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 {
  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 #5e76ed;
}

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

.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 #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;
}

.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;
}

.newsword {
  background: #f5f5f5;
  margin: 0 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;
  -webkit-transition: .3s;
  transition: .3s;
}

.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 .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;
}

.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;
}

.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;
  margin: 0 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

.gameTitleList .image {
  width: 19.71831%;
  max-width: 140px;
  margin-right: 15px;
  text-align: center;
}

.gameTitleList .image img {
  max-width: 100%;
  max-height: 80px;
}

.gameTitleList .text {
  width: 78.16901%;
  -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;
}

.appTitleList .appTitleListBox {
  position: relative;
  margin: 0 20px;
  padding: 20px 0 15px;
  border-bottom: 1px solid #e5e5e5;
}

.appTitleList .appTitleInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appTitleList .rank {
  top: -5px;
  left: -5px;
}

.appTitleList .no {
  padding: 1px;
}

.appTitleList .no1, .appTitleList .no2, .appTitleList .no3 {
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.appTitleList .image {
  position: relative;
  width: 80px;
  max-width: 80px;
  margin-right: 15px;
}

.appTitleList .image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.appTitleList .star {
  position: relative;
  margin-top: 5px;
}

.appTitleList .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;
}

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

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

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

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

.appTitleList .star .rate1:after {
  width: 16px;
}

.appTitleList .star .rate1-5:after {
  width: 24px;
}

.appTitleList .star .rate2:after {
  width: 32px;
}

.appTitleList .star .rate2-5:after {
  width: 40px;
}

.appTitleList .star .rate3:after {
  width: 48px;
}

.appTitleList .star .rate3-5:after {
  width: 56px;
}

.appTitleList .star .rate4:after {
  width: 64px;
}

.appTitleList .star .rate4-5:after {
  width: 72px;
}

.appTitleList .star .rate5:after {
  width: 80px;
}

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

.appTitleList .title {
  margin-bottom: 2px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}

.appTitleList .title a {
  display: block;
}

.appTitleList .catchcopy {
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  line-height: 1.2;
  margin-bottom: 8px;
}

.appTitleList .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;
}

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

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

.appTitleList .pcDownload li {
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #e6e6e6;
  color: #999;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
}

.appTitleList .pcDownload a {
  display: block;
  border-radius: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

.appTitleList .pcDownload a:before {
  position: absolute;
  content: '';
}

.appTitleList .pcDownload .ios a {
  position: relative;
  color: #304fe8;
  background: #e3e7fc;
  border-left: 30px solid #5e76ed;
  -webkit-box-shadow: 0 1px 0 #d1d8fa;
  box-shadow: 0 1px 0 #d1d8fa;
}

.appTitleList .pcDownload .ios a:before {
  top: 3px;
  left: -27px;
  width: 24px;
  height: 24px;
  background: url(../svg/icon_ios.svg) no-repeat center top;
  background-size: 24px;
}

.appTitleList .pcDownload .ios a:hover {
  background: #eceffd;
}

.appTitleList .pcDownload .android a {
  position: relative;
  color: #577728;
  background: #dfedca;
  border-left: 30px solid #81b03b;
  -webkit-box-shadow: 0 1px 0 #c8e0a4;
  box-shadow: 0 1px 0 #c8e0a4;
}

.appTitleList .pcDownload .android a:before {
  top: 4px;
  left: -25px;
  width: 22px;
  height: 22px;
  background: url(../svg/icon_android.svg) no-repeat center top;
  background-size: 22px;
}

.appTitleList .pcDownload .android a:hover {
  background: #e4f0d1;
}

.appTitleList .spDownload {
  width: 37%;
  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;
}

.appTitleList .spDownload a {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}

.appTitleList .spDownload a:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  width: 20px;
  height: 20px;
}

.appTitleList .spDownload .ios:before, .appTitleList .spDownload .android:before {
  background: url(../svg/icon_download.svg) no-repeat center top;
  background-size: 20px;
}

.appTitleList .spDownload .iosPre:before, .appTitleList .spDownload .androidPre:before {
  background: url(../svg/icon_pre.svg) no-repeat center top;
  background-size: 20px;
}

.appTitleList .spDownload .ios {
  background: #5e76ed;
  -webkit-box-shadow: 0 1px 0 #304fe8;
  box-shadow: 0 1px 0 #304fe8;
}

.appTitleList .spDownload .android {
  background: #81b03b;
  -webkit-box-shadow: 0 1px 0 #658a2e;
  box-shadow: 0 1px 0 #658a2e;
}

.appTitleList .spDownload .iosPre {
  background: #9957db;
  -webkit-box-shadow: 0 1px 0 #802dd2;
  box-shadow: 0 1px 0 #802dd2;
}

.appTitleList .spDownload .androidPre {
  background: #4ea145;
  -webkit-box-shadow: 0 1px 0 #3d7d36;
  box-shadow: 0 1px 0 #3d7d36;
}

/*// --------------------------------------
// 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;
  -webkit-transition: .3s;
  transition: .3s;
}

.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%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

.releaseTable table, .newsBody .weeksoftTable table {
  margin: 0 auto;
}

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

.releaseTable th, .newsBody .weeksoftTable th {
  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);
  border: 1px solid #c2e3ea;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b7c92;
}

.releaseTable td, .newsBody .weeksoftTable td {
  border: 1px solid #c2e3ea;
  padding: 6px;
  background: #fff;
  vertical-align: middle;
  color: #333;
}

.releaseTable td a, .newsBody .weeksoftTable td a {
  display: block;
  font-weight: bold;
}

.releaseTable td .company, .newsBody .weeksoftTable td .company {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 2px;
}

.releaseTable td .company a, .newsBody .weeksoftTable td .company a {
  color: #a68c09;
  font-weight: normal;
}

.releaseTable td .company a:hover, .newsBody .weeksoftTable td .company a:hover {
  color: #d6b50c;
}

.releaseTable .hard, .newsBody .weeksoftTable .hard {
  font-size: 12px;
  font-size: 1.2rem;
  width: 6em;
}

.releaseTable .hard span, .newsBody .weeksoftTable .hard span {
  display: block;
  margin: 2px 0;
}

.releaseTable .hard a, .newsBody .weeksoftTable .hard a {
  font-weight: normal;
  color: #197186;
}

.releaseTable .hard a:hover, .newsBody .weeksoftTable .hard a:hover {
  color: #27b2d3;
}

.releaseTable .price, .newsBody .weeksoftTable .price {
  width: 10em;
}

/*// --------------------------------------
// 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;
}

.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;
  -webkit-transition: .3s;
  transition: .3s;
}

.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-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#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;
  -webkit-transition: color .2s;
  transition: color .2s;
}

#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 h2 {
  padding: 0 0 10px 45px;
  text-shadow: 0 2px 0 #dc4879;
  position: relative;
}

#present h2 svg {
  width: 30px;
  height: 30px;
  fill: #f9dee7;
  position: absolute;
  top: 0;
  left: 4px;
}

#present h2 .en {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
}

#present h2 .ja {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fffbc0;
  padding-top: 3px;
}

#present .presentListBox {
  background: #fff;
  border-bottom: 1px solid #f2d5df;
  position: relative;
}

#present .presentListBox:last-child {
  border-bottom: none;
}

#present .presentListBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px 20px;
}

#present .presentListBox .image {
  width: 34.61538%;
  max-width: 90px;
  margin-right: 10px;
}

#present .presentListBox .image img {
  width: 100%;
  height: auto;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#present .presentListBox .image img:hover {
  opacity: .8;
}

#present .presentListBox .text {
  width: 61.53846%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#present .presentListBox .text p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

#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 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-size: 30px;
  font-size: 20px;
  font-size: 2.0rem;
}

#newsRanking .newsRankingListBox .no2, #newsRanking .newsRankingListBox .no3 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

#newsRanking .newsRankingListBox .no4, #newsRanking .newsRankingListBox .no5 {
  padding: 1px;
}

#newsRanking .newsRankingListBox .image {
  width: 33.33333%;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#newsRanking .newsRankingListBox .image img {
  width: 100%;
  height: auto;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#newsRanking .newsRankingListBox .image img:hover {
  opacity: .8;
}

#newsRanking .newsRankingListBox .text {
  width: 62.96296%;
  -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.3;
  -webkit-transition: color .2s;
  transition: color .2s;
}

#newsRanking .newsRankingListBox .text p:hover {
  color: #fc6f29;
}

#newsRanking .newsRankingListBox:first-child a {
  display: block;
}

#newsRanking .newsRankingListBox:first-child .image {
  width: 100%;
  max-width: 100%;
}

#newsRanking .newsRankingListBox:first-child .text {
  width: 100%;
}

#newsRanking .newsRankingListBox:first-child .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-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#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;
  -webkit-transition: color .2s;
  transition: color .2s;
}

#movieContents .movieContentsListBox .text .title:hover {
  color: #fc6f29;
}

#movieContents .movieContentsListBox .text .outline {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

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

#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-transition: .2s;
  transition: .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#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;
  -webkit-transition: color .2s;
  transition: color .2s;
  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%;
}

/*// --------------------------------------
// その他の情報ページ
// --------------------------------------*/
#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 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;
  -webkit-transition: .2s;
  transition: .2s;
}

#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: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}

#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.8)));
  background: -webkit-linear-gradient(transparent 30%, rgba(255, 215, 30, 0.8) 0%);
  background: linear-gradient(transparent 30%, rgba(255, 215, 30, 0.8) 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.8)));
  background: -webkit-linear-gradient(transparent 30%, rgba(142, 229, 255, 0.8) 0%);
  background: linear-gradient(transparent 30%, rgba(142, 229, 255, 0.8) 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;
  -webkit-transition: .2s;
  transition: .2s;
}

#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;
  -webkit-transition: .2s;
  transition: .2s;
  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: '';
}

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;
  -webkit-transition: .2s;
  transition: .2s;
}

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;
  -webkit-transition: .2s;
  transition: .2s;
}

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;
  -webkit-transition: .2s;
  transition: .2s;
}

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;
}

/*// --------------------------------------
// 広告
// --------------------------------------*/
.adBillboard_pc {
  text-align: center;
  margin-bottom: 25px;
  height: 250px;
}

.adBillboard_pc div {
  margin: 0 auto;
}

.adBillboard_sp {
  display: none;
}

.adInfeedNewsList {
  clear: both;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.adInfeedNewsList div {
  margin: 0 auto;
}

.adMiddleArticle_pc {
  width: 728px;
  margin: 0 auto 50px;
}

.adMiddleArticle_sp {
  display: none;
}

.adMiddleRectangle_pc {
  width: 300px;
  margin: 0 auto 10px;
}

.adMiddleRectangle_sp {
  width: 300px;
  margin: 0 auto 20px;
}

.adBottomRectangle_sp {
  width: 300px;
  margin: 0 auto 40px;
}

.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;
}

.adInfeedArticle {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}

.adInfeedNewsRanking {
  padding: 10px 0;
}

.adArticleBottom_sp {
  text-align: center;
  margin: 0 4% 20px;
}

.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;
}

@media screen and (max-width: 767px) {
  .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: 33.33333%;
    max-width: 140px;
    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%;
  }
  .pageShareBottom ul {
    margin: 0;
  }
  .pageShareBottom .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageShareBottom span {
    display: none;
  }
  .softBox {
    display: none;
  }
  .appBox {
    display: none;
  }
  .tag span {
    margin: 0 7px 4px 0;
  }
  .tag a {
    height: 13px;
    line-height: 13px;
  }
  .relatedHeadline {
    margin-bottom: 15px;
  }
  .officialSiteLink a {
    margin: 0;
  }
  .relatedNews .relatedHeadline {
    margin: 0 4% 15px;
  }
  .relatedNews .relatedNewsList {
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  .relatedNews .relatedNewsList.slick-initialized {
    opacity: 1;
  }
  .relatedNews .relatedNewsList.one {
    opacity: 1;
    max-width: 300px;
    margin: 0 auto;
  }
  .relatedNews .relatedNewsListBox {
    max-width: 300px;
    margin: 0 7px;
  }
  .relatedNews .text {
    min-height: 94px;
  }
  .relatedNews .more {
    color: #444;
    text-align: center;
    display: block;
    margin: 40px 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;
  }
  .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;
  }
  .gameHeader .button .ios:before {
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px;
  }
  .gameHeader .button .android:before {
    left: 10px;
  }
  .gameHeader .button .iosPre span, .gameHeader .button .androidPre span {
    left: 10px;
  }
  .gameHeader .button .iosPre:before, .gameHeader .button .androidPre:before {
    left: 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 p {
    font-size: 14px;
    font-weight: 1.4rem;
  }
  .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: 20px 4% 0;
  }
  .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;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 993;
  }
  .container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 52px;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    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: 1;
    background: #fff;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #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);
    -webkit-transition: all .4s;
    transition: all .4s;
    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);
    -webkit-transition: all .4s;
    transition: all .4s;
    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);
    -webkit-transition: all .4s;
    transition: all .4s;
    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;
    height: 180px;
    margin: 0 auto;
    position: relative;
  }
  .jackSp a {
    display: block;
    width: 320px;
    height: 180px;
    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;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .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 45px;
    max-height: 320px;
  }
  #topNews .topNewsList {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }
  #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 .slick-dots {
    bottom: -30px;
  }
  #topNews .slick-dots li button:before {
    font-size: 10px;
  }
  #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%;
  }
  #newsFull .pageShareBottom .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsHeader {
    margin-bottom: 10px;
  }
  .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 .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 0 20px;
  }
  .newsBody {
    margin: 0 4% 40px;
  }
  .newsBody .notes {
    margin: 0 4% 30px;
  }
  .newsBody .titleA {
    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 .titleC {
    margin: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .newsBody .titleD {
    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 .titleA, .newsBody .box .titleA, .newsBody .boxpresent .titleA {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 6px 3%;
  }
  .newsBody blockquote .titleB, .newsBody .box .titleB, .newsBody .boxpresent .titleB {
    margin: 30px 3% 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .newsBody blockquote .titleC, .newsBody .box .titleC, .newsBody .boxpresent .titleC {
    margin: 25px 3% 10px;
  }
  .newsBody blockquote .titleD, .newsBody .box .titleD, .newsBody .boxpresent .titleD {
    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 #newsFullNewsNext p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .newsBody #newsFullPager ol {
    margin-left: -15px;
  }
  .newsBody #newsFullPager li {
    margin-left: 15px;
  }
  .newsword {
    margin: 0 4% 20px;
  }
  #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;
  }
  .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;
  }
  .appTitleList .appTitleListBox {
    margin: 0 3%;
    padding: 14px 0;
  }
  .appTitleList .image {
    width: 30%;
    margin-right: 10px;
  }
  .appTitleList .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .appTitleList .catchcopy {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .appTitleList .company a {
    margin: 0 8px 0 0;
  }
  .appTitleList .tag {
    margin-bottom: 5px;
  }
  .appTitleList .hard, .appTitleList .os {
    display: none;
  }
  .appTitleList .appTitleDownload {
    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;
  }
  .appTitleList .pcDownload {
    display: none;
  }
  .appTitleList .appReview {
    position: relative;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    background: #fdf0fc;
    border: 1px solid #f4b6ef;
    border-radius: 3px;
  }
  .appTitleList .appReview a {
    display: block;
    padding: 0 5px;
    color: #bf39b4;
  }
  .appTitleList .appReview:after, .appTitleList .appReview:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .appTitleList .appReview:after {
    border-left-color: #fdf0fc;
    border-width: 5px;
    margin-top: -5px;
  }
  .appTitleList .appReview:before {
    border-left-color: #f4b6ef;
    border-width: 6px;
    margin-top: -6px;
  }
  #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, .newsBody .weeksoftTable {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .releaseTable th, .newsBody .weeksoftTable th {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .releaseTable .hard, .newsBody .weeksoftTable .hard {
    width: 3em;
    text-align: center;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.1;
  }
  .releaseTable .price, .newsBody .weeksoftTable .price {
    width: 4em;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #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;
  }
  #series {
    display: none;
  }
  #regular {
    display: none;
  }
  #release, #event {
    display: none;
  }
  #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;
  }
  #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: 15px 0;
  }
  .adBillboard_sp div {
    margin: 0 auto;
  }
  .adMiddleArticle_pc {
    display: none;
  }
  .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 {
    max-width: 336px;
    margin: 0 auto;
  }
  .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;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .gameNewsList .gameNewsListBox:hover .text .title {
    color: #fc6f29;
    -webkit-transition: color .2s;
    transition: color .2s;
  }
  .gameNewsList .newsTag {
    top: 50%;
    margin-top: -9px;
    left: -50px;
    z-index: 2;
  }
  .gameNewsList .boxL_large .text, .gameNewsList .boxL_small .text, .gameNewsList .boxM .text, .gameNewsList .boxPr .text {
    margin-right: 15px;
    width: 73.77049%;
  }
  .gameNewsList .boxS .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .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 .relatedNewsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.44928%;
  }
  .relatedNews .relatedNewsListBox {
    width: 31.88406%;
    margin-bottom: 20px;
    margin-left: 1.44928%;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .wrapper {
    padding-top: 90px;
  }
  .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%;
  }
  #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: 10px;
    width: 52.88462%;
  }
  #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: 105px;
  }
  #topNews .topNewsListBox:nth-child(n+2) .image img {
    width: 100%;
    max-height: 105px;
  }
  #topNews .topNewsListBox:nth-child(n+2) .text {
    width: 69.45455%;
    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 .more {
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding-right: 10px;
    position: relative;
  }
  #newsFull .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);
  }
  #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 .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;
  }
  .newsImageBoxList .imageBoxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #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;
  }
  .appTitleList .appTitleListBox {
    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;
  }
  .appTitleList .appTitleInfo {
    width: 77.46479%;
  }
  .appTitleList .company a {
    font-weight: bold;
  }
  .appTitleList .appTitleDownload {
    width: 19.71831%;
  }
  .appTitleList .spDownload {
    display: none;
  }
  .appTitleList .appReview {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .appTitleList .appReview a {
    display: block;
    width: 90px;
    height: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-bottom: 20px solid #ea74e1;
    border-left: 10px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .appTitleList .appReview a:hover {
    border-bottom: 20px solid #ed8ae6;
  }
  #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: 768px) and (max-width: 1023px) {
  .headerWrap {
    margin: 0 3%;
  }
  #topNews .topNewsListBox:nth-child(n+2) .text p {
    -webkit-line-clamp: 2;
  }
  footer .aboutBox {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@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;
  }
  #newsRanking .newsRankingListBox .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #movieContents .movieContentsList {
    margin: 15px 0 40px;
  }
  #movieContents .movieContentsListBox {
    margin: 0 5px 10px;
    padding: 0;
    border-bottom: none;
  }
  footer .media {
    display: none;
  }
  .adBillboard_pc {
    display: none;
  }
  .adHalfPage_pc {
    display: none;
  }
  .adBillboardBottom_pc {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main {
    width: 65%;
  }
  .side {
    width: 300px;
    margin-left: 10px;
  }
}

@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 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: 768px) and (max-width: 1099px) {
  #newsImageFull .newsImageBoxList .imageBox {
    margin: 0 3px;
  }
  footer .aboutBox {
    padding-right: 2%;
  }
}

@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: 479px) {
  #newsRanking .newsRankingListBox a {
    padding: 15px 4%;
  }
  #newsRanking .newsRankingListBox:first-child .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #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 (min-width: 480px) and (max-width: 1099px) {
  #newsRanking .newsRankingListBox .no1 {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-size: 26px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #newsRanking .newsRankingListBox:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #newsRanking .newsRankingListBox:first-child .image {
    width: 37.03704%;
    max-width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #newsRanking .newsRankingListBox:first-child .image img {
    width: 100%;
    height: auto;
  }
  #newsRanking .newsRankingListBox:first-child .text {
    width: 59.25926%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #newsRanking .newsRankingListBox:first-child .text p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 480px) {
  #banners li:nth-child(4) {
    display: none;
  }
}
