@charset "utf-8";
/*
Theme Name: EROGE-TIMES v1.2
Theme URI: http://eroge-times.com/
Author: EROGE-TIMES
Author URI: http://eroge-times.com/
Version: 1.2
Text Domain: EROGE-TIMES
*/

/* 全体適用 */
* {
  margin: 0;
  padding: 0;
}
html {
	margin-top: 0!important;
}
img {
  width: 100%;
  height: auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #1ba1e3;
  cursor: pointer;
}
:root {
	--mainColor: #e72f44;

}
#main {
  width: 800px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}
#main h1 {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
	#main {
		width: 100%;
	}
}

/* header */
#header {
	position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 2px solid #212121;
}
#header .logo {
  padding: 0 12px
}
#header .logo a {
	display: block;
	width: 150px;
}
#header .category-menu {
	display: block;
	padding-right: 24px;
}
@media screen and (max-width: 767px) {
	#header .category-menu {
		display: none;
	}
}
#header .category-menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
#header .category-menu ul a {
  color: #212121;
}
#header .category-menu ul a:hover {
  text-decoration: underline;
}
#header .hamburger-menu {
	display: none;
	position: absolute;
    left: auto;
    right: 10px;
    top: 20px;
}
#header .hamburger-menu a {
	color: #212121;
}
@media screen and (max-width: 767px) {
	#header .hamburger-menu {
		display: block;
	}
}
#header .hamburger-menu .menu-open {
	flex: 0 0 auto;
    display: block;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
}
#header .hamburger-menu .menu-open::before {
	content: "\e5d2";
    font-family: Material Icons;
    cursor: pointer;
}
#header .hamburger-menu .menu.show {
	position: fixed;
    top: 0;
    right: 0;
	z-index: 11;
}
#header .hamburger-menu .menu .menu-container {
	display: none;
    width: 75vw;
    max-width: 600px;
    height: 100vh;
    padding: 0;
    background: #F7FAFD;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 14;
    position: fixed;
}
#header .hamburger-menu .menu.show .menu-container {
	display: block;
}
#header .hamburger-menu .menu .menu-container .menu-close {
	position: absolute;
    top: 50%;
    left: -60px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    z-index: 15;
}
#header .hamburger-menu .menu .menu-container .menu-close::before {
	content: "\e5cd";
    font-family: Material Icons;
    cursor: pointer;
}
.show .nav-background {
	display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 13;
}
#header .hamburger-menu .menu .menu-container .menu-inner {
	width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
#header .hamburger-menu .menu .menu-container .menu-inner .search {
	padding: 50px 16px 24px;
	margin-bottom: 20px;
}
#header .hamburger-menu .menu .menu-container .menu-inner .search .search-form {
	position: relative;
}
#header .hamburger-menu .menu .menu-container .menu-inner .search .search-form .search-input {
	height: 45px;
    border: solid 1px #ccc;
    padding: 8px 8px 8px 48px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
}
#header .hamburger-menu .menu .menu-container .menu-inner .search .search-form .search-button {
    height: 40px;
    width: 40px;
    border: none;
    background: #fff;
    color: #aaa;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
}
#header .hamburger-menu .menu .menu-container .menu-inner .search .search-form .search-button::before {
	content: "\e8b6";
	font-family: Material Icons;
    font-size: 30px;
    line-height: 40px;
}
#header .hamburger-menu .menu .menu-container .menu-inner .navigation  {
	padding: 0 0 80px;
}
#header .hamburger-menu .menu .menu-container .menu-inner .menu-list {
	border-top: solid 1px #aaa;
}
#header .hamburger-menu .menu .menu-container .menu-inner .menu-list li {
	border-bottom: solid 1px #aaa;
}
#header .hamburger-menu .menu .menu-container .menu-inner .menu-list li a {
	display: block;
    padding: 12px 16px;
    color: #333;
}

/* footer */
#footer {
  background-color: #888;
}

/* TOPページ限定：固定パーツ top-footer-links 用 */
#footer .footer-site-links { background: rgba(0,0,0,0.08); }
#footer .footer-site-links__inner { padding: 10px 16px; text-align: center; }

/* 固定パーツ側が段落ブロック（p）で出る場合の横並び対策 */
#footer .footer-site-links__inner p { display: inline; margin: 0; }
#footer .footer-site-links__inner br { display: none; }

/* リンクは左右数pxだけ間隔 */
#footer .footer-site-links__inner a { display: inline-block; margin: 0 6px; }

/* ul/li で入れた場合（推奨） */
#footer .footer-site-links__list { display:flex; flex-wrap:wrap; row-gap: 8px; column-gap: 0; align-items:center; justify-content:center; }
#footer .footer-site-links__list li { display: inline-flex; align-items: center; white-space: nowrap; }
/* 区切りは「次の項目の前」に出す（折り返し時の見え方を整えるため） */
#footer .footer-site-links__list li::before { content: '|'; display: inline-block; margin: 0 10px; color: rgba(255,255,255,0.55); }
#footer .footer-site-links__list li:first-child::before { content: ''; margin: 0; }
/* 折り返し行の先頭はJSでマークして区切りを消す */
#footer .footer-site-links__list li.is-line-start::before { content: ''; margin: 0; }
#footer .footer-site-links__list a { margin: 0; color: rgba(255,255,255,0.9); font-weight:400; font-size:14px; }
#footer .footer-site-links__list a:hover { color: #fff; text-decoration: underline; }
#footer .footer-inner {
  padding: 16px;
}
#footer .footer-inner .footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer .footer-inner .footer-nav ul a {
  color: #fff;
}
@media screen and (max-width: 767px) {
	#footer .footer-inner .footer-nav ul {
		display: block;
	}
}

/* TOPのランキング部分 */
.ranking {
	display: flex;
	gap: 2em;
	justify-content: space-between;
	margin-bottom: 2em;
}

.ranking article {
	width: calc((100% - 4em) / 3);
	box-sizing: border-box;
}

.ranking .post-thumbnail img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.ranking {
		display: block;
	}
}

.ranking h2 {
  font-size: 1.2em;
  margin: 0.5em 0;
}

.ranking .release-date {
  font-size: 0.9em;
  color: #666;
}
.ranking .download-ranking {
	margin-bottom: 20px;
}
.ranking .download-ranking, .ranking .pickup-ranking {
  border: 2px solid #a51111;
  border-radius: 5px;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
	.ranking .download-ranking, .ranking .pickup-ranking {
		width: 100%;
	}
}
.ranking .download-ranking h3, .ranking .pickup-ranking h3 {
  background: #a51111;
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.ranking .inner {
  padding: 10px 25px;
}
.ranking .inner table {
  border-collapse: collapse;
}
.ranking .inner table td {
	padding: 10px;
  border: 1px solid #000;
  border-collapse: collapse;
}
.ranking .inner table td a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	color: #212121;
}
.ranking .inner .thumbnail {
  width: 80px;
  margin: 0 auto;
}
.ranking .inner .thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* TOPの無料ゲームランキング */
.ranking-bottom {
	margin-bottom: 40px;
}
.ranking-bottom .header {
  	display: flex;
	align-items: center;
	gap: 2em;
	margin-bottom: 25px;
}
.ranking-bottom .header h2 {
	flex-basis: 80%;
	background-color: #a51111;
	color: #fff;
	font-weight: bold;
	padding: 8px 16px;
}
.ranking-bottom .header a {
	flex-basis: 20%;
	text-decoration: none;
	color: #0099cc;
}
.ranking-bottom .ranking-list h4 {
 	margin-bottom: 22px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 2;
}
.ranking-bottom .ranking-list .post-item {
  position: relative;
  margin-bottom: 34px;
}
.ranking-bottom .ranking-list .post-item .free-rank-inner {
  display: block;
  padding: 16px 24px 24px;
}
.ranking-bottom .ranking-list .wpp-list {
  counter-reset: item;
}
.ranking-bottom .ranking-list .wpp-list li {
  position: relative;
}
.ranking-bottom .ranking-list .wpp-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item);
  background: rgba(51,51,51,0.8);
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.ranking-bottom .ranking-list .wpp-list li:nth-child(1)::before {
  background: rgba(230,185,30,0.8);
}
.ranking-bottom .ranking-list .wpp-list li:nth-child(2)::before {
  background: rgba(170,170,170,0.8);
}
.ranking-bottom .ranking-list .wpp-list li:nth-child(3)::before {
  background: rgba(168,111,49,0.8);
}
.ranking-bottom .ranking-list .post-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
	.ranking-bottom .header h2 {
		font-size: 18px;
	}
	.ranking-bottom .header a {
		flex-basis: 30%;
		font-size: 10px;
	}
}

.comments input,
.comments textarea { border:solid 1px #ccc; font-size:16px; line-height:1.5; padding:8px 8px; box-sizing:border-box; width:100%;}
.comments input.submit { border:none; background:#f0f0f0; padding:12px 24px; border-radius:24px; cursor:pointer; box-shadow:0 1px 4px rgba(4,4,4,0.3);}
.comments input.submit:hover { background:#eaeaea; box-shadow:0 2px 6px rgba(4,4,4,0.3);}
.comments .comments-header h2 { background: #a51111; color: #fff; padding: 8px 16px; margin: 3em 0 1em; }
.comments .comments-header,
.comments .comment-list li { margin-bottom:16px; padding-bottom:16px; border-bottom:solid 1px #ccc;}
.comments .comment-list .comment-author { margin-bottom:8px;}
.comments .comment-list .comment-author .name { font-size:15px; font-weight:bold; color:#111; display:inline-block; margin-right:8px;}
.comments .comment-list .comment-author .date { font-size:13px; color:#888;}
.comments .comment-list .comment-text { font-size:16px;}
.comments .comment-form { display:flex; flex-wrap:wrap; justify-content: center;}
.comments .comment-form-author { margin-bottom:16px; order:1; width:100%;}
.comments .comment-form-text { margin-bottom:16px; order:2; width:100%;}
.comments .form-submit { order:3; width:100%;}
.comments .comment-reply-title { background: #a51111; color: #fff; padding: 8px 16px; margin: 3em 0 1em; font-size:24px; margin:16px 0 16px;}


/* サイドバー */
#sidebar {
  width: 348px;
  box-sizing: border-box;
  margin-top: 2em;
}
#sidebar .side-inner {
  padding: 0;
  border: 2px solid #a51111;
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5em 1.5em;
  margin-bottom: 2em;
}
#sidebar .side-inner h3 {
  color: #a51111;
  background-color: #fff;
  left: 1.5em;
  padding: 0 0.5em;
  position: absolute;
  top: -16px;
  font-size: 1.05em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#sidebar .side-inner ul {
  margin-left: 16px;
}
#sidebar .side-inner ul li {
  position: relative;
  margin: 10px 0;
}
#sidebar .side-inner ul li::before {
  content: '⚫︎';
  font-size: 24px;
  color: #a51111;
  position: absolute;
  top: -5px;
  left: -30px;
}
#sidebar .side-inner ul li a {
  color: #212121;
  font-size: 17px;
}
#sidebar .more {
  display: block;
  margin-top: 1em;
  text-align: right;
}
@media screen and (max-width: 767px) {
	#sidebar {
		width: 100%;
		padding: 24px;
	}
}

/* 記事ページ */
.article-header .flex {
  display: flex;
  gap: 2em;
  align-items: center;
}
@media screen and (max-width: 767px) {
	.article-header .flex {
		display: block;
	}
}
.article-header img {
  width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
	.article-header img {
		width: 100%;
	}
}
.article-header .information h1 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.buttons {
  display: flex;
  justify-content: space-around;
  margin: 34px 0;
}
.buttons .review-button, .buttons .favorite-button{
  flex-basis: 40%;
  background: #000;
  border-radius: 50px;
  opacity: 1;
  transition: all 0.3s;
}
.buttons .review-button:hover, .buttons .favorite-button:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.buttons .review-button a, .buttons .favorite-button a {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
	.buttons .favorite-button {
		flex-basis: 50%;
	}
	.buttons .review-button a, .buttons .favorite-button a {
		font-size: 14px;
	}
}
.meta-area .genre, .meta-area .device {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 767px) {
	.meta-area .genre, .meta-area .device {
		display: block;
	}
}
.meta-area .genre dt {
	width: 140px;
}
.meta-area .genre dt, .meta-area .device dt {
  width: 100px;
  font-weight: bold;
}
.meta-area .genre dd, .meta-area .device dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.meta-area .genre dd a, .meta-area .device dd a {
  text-decoration: none;
  color: #000;
}
.article-body {
  margin: 2em 0;
}
.sample-image .sample-image-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sample-image .sample-image-list li {
  width: calc(50% - 16px);
  border-radius: 4px;
  overflow: hidden;
}
.sample-image .sample-image-list li img {
  width: 100%;
  height: auto;
}

/* 固定ページ */
#termList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#termList li a {
  color: #212121;
  padding: 5px 10px;
  border: 1px solid #888;
  border-radius: 20px;
}

/* アーカイブ */
.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.article-list .article-list-item {
  width: calc(33% - 10px);
}
.article-list .article-list-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.article-list .article-list-item .title a {
  color: #212121;
}
@media screen and (max-width: 767px) {
	.article-list .article-list-item {
		width: calc(34% - 10px);
	}
	.article-list .article-list-item .title {
		font-size: 12px;
	}
}
.article-list-footer { padding: 24px 0; }
.article-list-footer .pagination .nav-links { display: flex; justify-content: center; gap: 8px; font-size: 15px; position: relative;}
.article-list-footer .pagination a { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; box-sizing: border-box; background: #fff;}
.article-list-footer .pagination a:hover { border-bottom: 1px solid;}
.article-list-footer .pagination span { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; color: orange; font-weight: bold;}
.article-list-footer .pagination .current { color: #f84a95; font-size: 18px;}
.article-list-footer .pagination .dots { color: #ccc;}
.article-list-footer .pagination .prev { border: 1px solid #ccc; border-radius: 4px; color: #888; font-size: 18px; position: absolute; left: 0;}
.article-list-footer .pagination .next { border: 1px solid #ccc; border-radius: 4px; color: #888; font-size: 18px; position: absolute; right: 0;}
.article-list-footer .pagination .prev::before { content: "\e408"; font-family: Material Icons;}
.article-list-footer .pagination .next::before { content: "\e409"; font-family: Material Icons;}

/* 並び替え検索 */
.search-wrapper {
  margin-bottom: 2em;
  border: 1px solid #000;
  border-radius: 4px;
  overflow: auto;
}
.search-wrapper select {
  width: 100%;
  display: block;
  border: 1px solid #000;
  border-radius: 2px;
  appearance: none;
}
.search-wrapper .accordion-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-wrapper .accordion-menu.active::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.search-wrapper .accordion-menu li {
  position: relative;
  list-style: none;
}
.search-wrapper .accordion-menu .accordion-content {

}
.search-wrapper .accordion-menu .accordion-content li::before {
  content: "⚫︎";
  color: #a51111;
  position: absolute;
  top: 0;
  left: -25px;
}
.search-wrapper .accordion-menu .accordion-content li a {
  color: #000;
  text-decoration: none;
  font-size: 17px;
  padding: 5px 0;
}
.search-wrapper .accordion-menu .accordion-toggle {
  display: block;
  padding: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.search-wrapper .accordion-menu .accordion-content {
  padding: 8px 8px 8px 50px;
}

.content {

}
.archive-content {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1164px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.archive-content {
		display: block;
	}
}

/* ランキングページ */
.wpp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.wpp-list li {
  width: calc(33% - 10px);
}
.wpp-list li img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.wpp-list li .title a {
  color: #212121;
}

/* パンくず */
.breadcrumb {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #888;
}
.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* 新作一覧 */
.newgames-header h1 {
  margin-bottom: 0.75em;
}
.newgames-lead,
.newgames-updated {
  margin-bottom: 1em;
  line-height: 1.7;
}
.newgames-updated {
  color: #666;
  font-size: 14px;
}
.newgames-controls {
  margin: 1.5em 0 2em;
}
.newgames-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.newgames-filters button {
  border: 1px solid #888;
  background: #fff;
  color: #212121;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
}
.newgames-filters button.is-active {
  background: #a51111;
  border-color: #a51111;
  color: #fff;
}
.newgames-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 14px;
}
.newgames-block h2,
.newgames-archives h2,
.newgames-related h2 {
  background-color: #a51111;
  color: #fff;
  padding: 8px 16px;
  margin: 2em 0 1em;
  font-size: 20px;
}
.newgames-month > h3 {
  margin: 1.5em 0 0.75em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #212121;
}
.newgames-card {
  display: flex;
  gap: 1.5em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.newgames-card[hidden],
.newgames-month[hidden],
.newgames-block[hidden] {
  display: none !important;
}
.newgames-card__image {
  flex: 0 0 140px;
  margin: 0;
}
.newgames-card__image img {
  width: 140px;
  height: auto;
  aspect-ratio: 1 / 1;
  /* FANZAのpl.jpgは縦長と横長が混在する（実測で約4割が横長）。
     cover で正方形に切るとタイトル帯やキャラが欠けるため contain で全体を見せる。 */
  object-fit: contain;
  background: #e8e8e8;
}
.newgames-card__title {
  font-size: 18px;
  margin-bottom: 0.4em;
  color: #212121;
}
.newgames-card__brand,
.newgames-card__date,
.newgames-card__price,
.newgames-card__genres,
.newgames-card__review {
  margin-bottom: 0.35em;
  line-height: 1.6;
}
.newgames-card__past,
.newgames-card__days,
.newgames-card__discount {
  margin-left: 0.5em;
  color: #a51111;
  font-weight: bold;
}
.newgames-badge {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  background: #a51111;
  border-radius: 4px;
}
.newgames-badge--trial {
  background: #0099cc;
}
.newgames-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.75em;
}
.newgames-card__buy,
.newgames-card__official,
.newgames-card__trial {
  display: inline-block;
  padding: 8px 12px;
  font-weight: bold;
}
.newgames-card__buy {
  background: #000;
  color: #fff;
  border-radius: 50px;
}
.newgames-card__official,
.newgames-card__trial {
  border: 1px solid #888;
  border-radius: 50px;
  color: #212121;
}
.newgames-archives ul,
.newgames-related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.newgames-archives a,
.newgames-related a {
  color: #212121;
  padding: 5px 10px;
  border: 1px solid #888;
  border-radius: 20px;
}
.newgames-disclaimer {
  margin-top: 2em;
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}
.newgames-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 2em 0;
}
.newgames-pager__hub {
  flex-basis: 100%;
}
.newgames-top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.newgames-topcard {
  width: calc(25% - 8px);
}
.newgames-topcard__link {
  display: block;
  color: inherit;
}
.newgames-topcard__image {
  margin: 0;
}
.newgames-topcard__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #e8e8e8;
}
.newgames-topcard__title {
  margin: 8px 0 4px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newgames-topcard__brand {
  margin: 0 0 2px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newgames-topcard__date {
  margin: 0;
  font-size: 12px;
  color: #666;
}
.newgames-topcard__days {
  color: #a51111;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newgames-topcard {
    width: calc(50% - 5px);
  }
  .newgames-topcard__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .newgames-card {
    display: block;
  }
  .newgames-card__image img {
    width: 100%;
  }
}
