@charset "UTF-8";

/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align:baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: solid 1px #F5F5F5;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #FBFAF9;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #272421;
  word-break: break-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 { clear: both; }

h1 {
  font-size: 20px;
  font-weight: 800;
}

h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 15px;
  position: relative;
}

h2 span {
  font-weight: 700;
  color: #5B4A42;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

p { margin: 0; }

strong,
.txt-bold {
  font-weight: 700;
}

.txt-regular {
  font-weight: 400;
}

.font-red {
  color: #FF5656;
}

hr { border: solid 1px #E6E6E6; margin: 0 0 20px; }

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  outline: none;
}

.thumb img {
  width: 100%;
}

figure {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/** onigiri 20190412 **/
.form-error {
  display : block;
  font-size: 12px;
  color: #FF0000;
  margin: 0 0 12px;
  line-height: 1.5;
}
/** end **/

input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 50px;
  background: #FCFCFC;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
  padding: 0 20px;
  margin: 0 0 12px;
}

/** onigiri 20190412 **/
input[type="email"] {
  ime-mode: disabled;
}
/** end **/

form input[type="email"] + .form-error {
  display : none;
  font-size: 12px;
  color: #FF3939;
  margin: 0 0 12px;
  line-height: 1.5;/** onigiri 20190412 **/
}

textarea {
  width: 100%;
  height: 382px;
  background: #FCFCFC;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 20px;
  resize: none;
}

::-webkit-input-placeholder {
  color: #D2CDCB;
}
::-moz-placeholder {
  color: #D2CDCB;
  opacity: 1;
}
input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #D2CDCB;
}

a,
a:active {
  text-decoration: none;
  color: #5B4A42;
}

a:visited {
  color: #786F66;
}

a:hover {
  text-decoration: underline;
}

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

a:hover img {
  opacity: 0.8;
}

.fleft { float: left; }
.fright { float: right; }
.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

.tleft { text-align: left }
.tright { text-align: right }
.tcenter { text-align: center; }

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.sleep {
  display: none;/* onigiri add */
}

.main {
  flex-direction: row-reverse;
  padding: 50px 0 0;
}

.main-wrapper {
  width: 1028px;
  margin: 0 auto;
}

.main-content {
  flex: 1;
  padding: 20px 7px;
}

section.underline,
div.underline {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #EBE6E4;
}

section.pd0 {
  padding: 0;
}

.row {
  display: flex;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.sp,
.night { 
  display: none;
}

.game-list {
  margin: 0 -3.5px;
}

.game-list li {
  width: calc( (100%/5) - 7px );
  margin: 0 3.5px;
  position: relative;
}

.game-list-wrap,
.list-wrap {
  flex-wrap: wrap;
}

.game-list-wrap li:not(:nth-last-child(-n+5)) {
  margin: 0 3.5px 30px;
}

.game-list figure {
  min-height: 150px;
  overflow: hidden;
  flex-shrink: 0;
}

.game-list figure img {
  border-radius: 7px;
}

.game-list h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 0;
  height: 3.5em;
}

.game-list-sub h4,
.game-list-sub .game-list-cat,
.game-list-sub .game-list-review {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
}

.game-list-sub .game-list-review span {
  color: #989492;
}

.game-list-sub p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.53;
  color: #989492;
}

.btn-favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: .8;
  z-index: 1;
  display: none;
}

.game-list-pr {
  font-size: 10px;
  margin: 2px 0 0;
}

.tag-list {
  margin: 0 -10px;
}

.tag-list li {
  margin: 0 10px 25px;
}

.tag-list a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  background: #FCFCFC;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
  padding: 10px;
}

.tag-list a:hover {
  background: #ECE6E0;
}

.ad-horizontal-wrapper {
  width: 726px;
  margin: 0 auto;
}

.sponsor {
  font-size: 10px;
  margin: 0 0 3px;
}

.ad-square-list {
  justify-content: center;
  align-items: center;
}

.ad-square-list li + li {
  margin: 0 0 0 20px;
}

.relation-list.game-list li {
  width: calc( (100%/4) - 7px );
}

.relation-list.game-list figure img {
  border-radius: 0;
}

.relation-list.game-list h3 {
  font-size: 13px;
}

.relation-list.game-list .game-list-sub h4 {
  font-size: 12px;
  margin: 0 0 5px;
}

.relation-list.game-list .game-list-sub p {
  font-size: 12px;
  line-height: 1.5;
}

.btn-red a,
.btn-blue a,
.btn-red input,
.btn-blue input {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #FBFAFA;
  border: 0;
  border-radius: 10px;
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.btn-red a,
.btn-red input {
  background: #FF3939;
}

.btn-blue a,
.btn-blue input {
  background: #6A92FF;
}

.btn-red a:hover,
.btn-blue a:hover {
  text-decoration: none;
}

.freegame-event {
  justify-content: space-between;
}

.freegame-event li {
  width: 100%;
  text-align: center;
}

.freegame-event li + li {
  margin: 0 0 0 5px;
}

.side-game-list li {
  margin: 0 0 7px;
}

.side-game-list figure {
  flex-shrink: 0;
}

.side-game-list-detail {
  margin: 0 0 0 5px;
}

.side-game-list h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.side-game-list h4,
.side-game-list p {
  font-size: 12px;
}

.side-game-list h4 {
  margin: 5px 0;
}

.side-game-list p {
  color: #989492;
  line-height: 1.5;
}

.btn-list li {
  width: 46px;
  padding: 6px 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.btn-list > li:hover .btn-ico,
.btn-list > li:hover .btn-text {
  opacity: 0.8;
}

.btn-list li a:hover {
  text-decoration: none;
}

.btn-text {
  font-size: 10px;
  transform: scale(0.8);
  margin: 8px 0 0;
}

.btn-list li .tooltip {
  display: none;
  background: #FEFDFC;
  border: solid 2px #FE6500;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  top: -52px;
  right: 50%;
  transform: translateX(50%);
}

.btn-list li .tooltip.tooltip-multiline {
  top: -70px;
}

.btn-list li.open .tooltip {
  display: block;
  z-index: 999;/* onigiri add */
}

.btn-list li .tooltip::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(254, 101, 0, 0);
  border-top-color: #FE6500;
  border-width: 10px;
  margin-left: -10px;
}

.btn-list li .tooltip-list {
  flex-wrap: nowrap;
}

.btn-list li .tooltip-list li {
  flex: 0 0 auto;
  width: 20px;
  padding: 0;
}

.btn-list li .tooltip-list li + li {
  margin: 0 0 0 10px;
}

.btn-list li .tooltip p {
  text-align: left;
  font-size: 14px;
  line-height: 1.42;
}

.btn-list li .tooltip .tooltip-close {
  position: absolute;
  right: 10px;
  bottom: 8px;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-wrapper {
  background: #FBFAFA;
  border-bottom: solid 1px #EBE6E4;
  align-items: center;
  position: relative;
}

.logo {
  margin: 0 14px 0 20px; 
}

.logo a:hover {
  text-decoration: none;
}

.header-nav a {
  display: block;
  padding: 17.5px;
  font-size: 14px;
}

.header-nav a:hover,
.header-nav a.current {
  background: #E8E8E8;
}

.header-search-wrapper {
  margin: 0 0 0 14px;
}

.header-search {
  position: relative;
}

.header-search input[type="text"] {
  background: #FEFDFC;
  border: solid 1px #F5F5F5;
  border-radius: 10px;
  width: 350px;
  height: 32px;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
}

.header-search input[type="submit"] {
  background: url(/images/common/btn_search.svg) no-repeat 0 0 / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
}

.header-login {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.header-login a {
  display: block;
  font-size: 12px;
  padding: 8px 16px;
  background: #FEFDFC;
  border: solid 1px #F5F5F5;
  border-radius: 5px;
}

.header-login a:hover {
  background: #ECE6E0;
}

.header-login a + a {
  margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
footer {
  background: #FBFAFA;
  padding: 20px 0;
}

.footer-language-links {
  justify-content: center;
  align-items: center;
  margin: 0 0 48px;
}

.footer-language-links li + li {
  margin: 0 0 0 28px;
}

.footer-language-links a {
  font-size: 18px;
}

.footer-links-wrapper {
  width: 660px;
  margin: 0 auto;
}

.footer-links {
  justify-content: center;
  align-items: center;
  margin: 0 -15px;
}

.footer-links li {
  margin: 0 15px 26px;
  font-size: 14px;
  color: #5B4A42;
  cursor: pointer;
}

.footer-links li:hover {
  text-decoration: underline;
}

.copyright {
  font-size: 12px;
}

/*--------------------------------------------------------------
# サイドバー
--------------------------------------------------------------*/
.sidebar {
  background: #F5F5F5;
  flex-basis: 238px;
  flex-shrink: 0;
}

.sidebar h2 {
  margin: 20px;
  color: #989492;
}

.sidebar li a,
.sidebar li span {
  display: block;
  font-size: 14px;
  padding: 9px 30px;
  line-height: 1.5;
  color: #5B4A42;
}

.sidebar li a:hover {
  background: #E8E8E8;
}

.side-ad-wrapper {
  margin: 20px;
}

.side-ad + .side-ad {
  margin: 10px 0 0;
}

.side-img-information-wrapper {
  margin: 20px;
}

.side-img-information + .side-img-information {
  margin: 10px 0 0;
}

/** onigiri 20190412 **/
.side-img-information {
  min-height: 90px;
}
/** end **/

.ico-sns {
  margin: 18px 22px;
}

.ico-facebook {
  margin: 0 0 0 20px;
  width: 35px;/** onigiri **/
  height: 35px;/** onigiri **/
}

/** onigiri **/
.ico-twitter {
  width: 35px;
  height: 35px;
}
/** end **/

.sidebar-underlayer h2 {
  font-size: 16px;
}

.sidebar-underlayer-last {
  padding: 0 0 30px;
}

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
/* トップおすすめ */
.top-recommend-list {
  margin: 0 -30px;
  justify-content: space-between;
}

.top-recommend-list li {
  margin: 0 30px;
  max-width: 300px;
}

.top-recommend-list li.top-ad-list {
  min-width: 300px;
}

.top-recommend-list h3 {
  font-size: 20px;
  margin: 10px 0;
}

.top-recommend-list p {
  font-size: 16px;
  line-height: 1.2;
}

.top-recommend-list figure {
  min-height: 225px;
  overflow: hidden;
}

.top-recommend-list figure img {
  border-radius: 7px;
}

.top-ad-list {
  padding: 45px 0 0;
}

/* 広告ゲームリスト */
.game-list-ad .game-list h3 {
  margin: 5px 0;
  height: auto;
}

/* 新着フリーゲームピックアップ */
.new-free-game-list {
  margin: 20px 0 0;
}

.new-free-game-list a {
  font-size: 20px;
}

/* 新着イラスト */
.illustration-list {
  margin: 0 -3.5px;
}

.illustration-list li {
  width: calc( (100%/5) - 7px );
  margin: 0 3.5px;
  position: relative;
}

.illustration-list figure img {
  border-radius: 7px;
}

.illustration-list h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 5px 0;
}

.illustration-list p {
  font-size: 13px;
  color: #707070;
}

/* クリエイターからの最新情報 */
.creators-news-list li:not(:last-child) {
  margin: 0 0 30px;
}

.creators-news-detail {
  flex: 1;
  margin: 0 0 0 10px;
}

.creators-news-detail h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 2px;
}

.creators-news-detail p {
  font-size: 16px;
  line-height: 1.5;
}

/* フリーゲームについて */
.about-free-game-list {
  margin: 0 -5px;
}

.about-free-game-list li {
  width: calc( (100%/3) - 10px );
  margin: 0 5px;
}

.about-free-game-list h2 {
  margin: 0 0 2px;
  line-height: 1.5;
}

.about-free-game-list figure img {
  border-radius: 7px;
}

.about-free-game-list p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0;
}

/* ふりーむ開発コンテンツの紹介コーナー */
.development-content-list li:not(:last-child) {
  margin: 0 0 25px;
}

.development-content-list h3 {
  font-size: 16px;
  line-height: 1.43;
  margin: 0 0 5px;
}

.development-content-list p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px;
}

.development-links {
  font-size: 16px;
}

/* フリーゲームが始めての方へ */
.first-visit-guide h3,
.first-visit-guide p {
  font-size: 16px;
}

.first-visit-guide h3 {
  margin: 0 0 15px;
}

.first-visit-guide p {
  line-height: 1.5;
}

/*--------------------------------------------------------------
# 新着一覧
--------------------------------------------------------------*/
.sort-news-wrapper {
  margin: 30px 0 0;
  padding: 20px 0 16px;
  border-top: solid 1px #EBE6E4;
  border-bottom: solid 1px #EBE6E4;
  align-content: center;
  /**line-height: 1.3; onigiri20190709 **/
}

.sort-news-wrapper > .col {
  flex-basis: 100%;
  align-items: center;
}

.sort-news-wrapper a {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  line-height: 1.3;
}

/** onigiri20190709
.sort-news-wrapper img {
  margin: 0 5px 0 0;
}
onigiri **/

.sort-popular a {
  margin: 0 0 0 20px;
}

.sort-popular a::before {
  content: url(/images/new/ico_popular.png);
  margin: -2px 5px 0 0;
}

.sort-topic::before {
  content: "・";
  margin: 0 40px;
}

.news-wrapper {
  padding: 0 0 0 20px;
}

.pagination-wrapper {
  margin: 30px 0;
}

.pagination {
  justify-content: center;
  align-content: center;
}

.pagination li {
  margin: 0 10px;
  text-align: center;
}

.pagination span,
.pagination a,
.pagination li.current {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.pagination a,
.pagination li.current {
  width: 50px;
  border: solid 1px #D6CFC9;
  border-radius: 10px;
  background: #FBFAFA;
}

.pagination a:hover {
  background: #ECE6E0;
  text-decoration: none;
}

.pagination li.current {
  background: #D6CFC9;
  border: 0;
  color: #FBFAF9;
}

/*--------------------------------------------------------------
# ダウンロード
--------------------------------------------------------------*/
.dl-wrapper {
  width: 1130px;
  margin: 20px auto;
  justify-content: space-between;
  flex-direction: row;
}

.dl-main {
  flex-basis: 700px;
}

.dl-side {
  flex: 1;
  margin: 0 0 0 30px;
  min-width: 300px;
}

.dl-side-list img {
  width: 195px;
}

.dl-main h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: solid 1px #EBE6E4;
}

.dl-file-download {
  flex-basis: 50%;
}

.dl-file-wrapper {
  justify-content: space-between;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: solid 1px #EBE6E4;
}

.dl-meta {
  font-size: 16px;
  line-height: 1.5;
  color: #989492;
}

.dl-file-size {
  margin: 16px 0;
}

.dl-file-tag a,
.dl-file-tag li {
  font-size: 13px;
  color: #2B2F92;
}

.dl-file-tag li {
  color: #272421;
}

.dl-file-tag li + li {
  margin: 0 0 0 15px;
}

.dl-file-help {
  margin: 28px 0 0;
}

.dl-file-help li {
  font-size: 14px;
  font-weight: 700;
}

.dl-file-help li + li {
  margin: 14px 0 0;
}

.dl-file-help li::before {
  content: "＊";
}

.dl-btn-wrapper {
  padding: 0 0 20px;
  margin: 0 0 25px;
  border-bottom: solid 1px #EBE6E4;
}

.btn-dl a {
  width: 250px;
}

.btn-dl-login {
  margin: 15px 0 0;
  font-size: 12px;
}

.freemid-inner {
  padding: 20px 25px;
  background: #FCFCFC;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
}

.freemid-inner h2 span {
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .freemid-inner h2 span {
    top: 10px;
  }
}

.freemid-list li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.freemid-list-h {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.freemid-register-wrapper {
  padding: 6px 0 0;
  justify-content: center;
  align-items: center;
}

.btn-freemid-register a {
  width: 280px;
}

.freemid-register-or {
  font-size: 20px;
  font-weight: 800;
  margin: 0 10px;
}

.freemid-login a {
  font-size: 16px;
  font-weight: 700;
}

.dl-bottom-ad-list {
  justify-content: center;
}

.dl-bottom-ad-list li + li {
  margin: 0 0 0 50px;
}

/*--------------------------------------------------------------
# ブランド
--------------------------------------------------------------*/
.brand-creator-ttl-wrapper {
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
}

.brand-creator-follow a {
  width: 320px;
}

.brand-creator-ttl {
  align-items: center;
}

.brand-creator-name {
  margin: 0 0 0 15px;
}

.brand-wrapper p {
  line-height: 2;
}

.brand-wrapper .game-list-sub p {
  line-height: 1.53;
}

.brand-creator-url {
  margin: 12px 0 0;
}

section.brand-news-wrapper.underline {
  padding: 0 0 12px;
}

.brand-news-wrapper h2,
.brand-gamelist h2 {
  font-size: 18px;
}

.brand-news-wrapper h2 {
  margin: 0 0 8px;
}

/*--------------------------------------------------------------
# 汎用
--------------------------------------------------------------*/
.common-main {
  background: #FBFAFA;
  border-left: solid 1px #EBE6E4;
  border-right: solid 1px #EBE6E4;
  padding: 0 0 5px;
}

.common-inner {
  padding: 0 10px;
}

.common-wrapper h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  background: #F3F1EE;
  border-left: solid 5px #E3DEDA;
  padding: 10px;
  margin: 0 0 10px;
}

.common-wrapper h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: #47423E;
  border-left: solid 5px #E3DEDA;
  padding: 10px;
  margin: 10px 0;
}

.common-wrapper p {
  line-height: 1.5;
  margin: 10px 0;
}

.common-links {
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.common-links li {
  margin: 0 10px 15px;
}

.common-links li a {
  display: inline-block;
  position: relative;
}

.common-links li a:hover {
  text-decoration: none;
}

.common-links li a:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #989492;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.common-links li.btn-common-links a {
  background: #FBFAFA;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
  padding: 10px;
}

.common-links li.btn-common-links a:hover {
  background: #D6CFC9;
  color: #FBFAF9;
}

.common-links li.btn-common-links a:hover::after {
  content: none;
}

.status {
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.status h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.status a {
  font-weight: 700;
}

.status-x {
  position: absolute;
  top: 5px;
  right: 8px;
}

.warning {
  background: #FFECA4;
  border: solid 1px #FFDB87;
}

.warning h3,
.warning p,
.warning .status-x a {
  color: #AA841B;
}

.warning p {
  margin: 0;
}

.success {
  background: #E3FFBA;
  border: solid 1px #C1E68B;
}

.success h3,
.success p,
.success .status-x a {
  color: #7BA144;
}

.info {
  background: #D2EDFF;
  border: solid 1px #99D0F5;
}

.info h3,
.info p,
.info .status-x a {
  color: #617FAC;
}

.error {
  background: #FFD2D2;
  border: solid 1px #F59999;
}

.error h3,
.error p,
.error .status-x a {
  color: #AC6161;
}

.common-wrapper table {
  border: solid 1px #D8D8D8;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  margin: 10px 0;
  width: 100%;
}

.common-wrapper table th,
.common-wrapper table td {
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 20px;
  border-bottom: 1px solid #D8D8D8;
  vertical-align: middle;
}

.common-wrapper table th {
  font-size: 16px;
  font-weight: 400;
  background: #F3F3F3;
  text-align: center;
}

.common-wrapper table th + th,
.common-wrapper table td + td {
  border-left: solid 1px #D8D8D8;
}

.common-wrapper table tr:last-child th,
.common-wrapper table tr:last-child td {
  border-bottom: none;
}

.common-wrapper table tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
}

.common-wrapper table tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
}

.common-wrapper table tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}

.common-wrapper table tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}

.basic-table-first {
  width: 146px;
}

.form-table-first {
  width: 222px;
}

.form-select {
  overflow: hidden;
  position: relative;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
  background: #FCFCFC;
  width: 215px;
}

.form-select select {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  padding: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #777;
  pointer-events: none;
  z-index: 1;
}

.form-select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background: #FBFAF9;
  border-left: solid 1px #D8D8D8;
}

.common-wrapper table textarea {
  height: 150px;
  font-size: 14px;
  line-height: 1.5;
}

.form-check input {
  display: none;
}

.form-check label {
  cursor: pointer;
  margin: 0 20px 0 0;
}

.form-check-vertical label {
  margin: 0;
}

.form-check span {
  padding: 5px 0 5px 35px;
  position: relative;
}

.form-check span,
.form-radio span {
  display: inline-block;
}

.form-check span a,
.form-radio span a {
  color: #2B2F92;
  text-decoration: underline;
}

.form-check span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #D8D8D8;
  border-radius: 5px;
}

.form-check input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 6px;
  width: 16px;
  height: 22px;
  transform: rotate(35deg);
  border-bottom: solid 2px #B4B4B4;
  border-right: solid 2px #B4B4B4;
}

.form-radio input {
  display: none;
}

.form-radio label {
  cursor: pointer;
}

.form-radio-vertical label,
.form-check-vertical label {
  display: block;
}

.form-radio-vertical label:not(:first-child),
.form-check-vertical label:not(:first-child) {
  margin: 20px 0 0;
}

.form-radio label {
  padding: 5px 0 5px 35px;
  position: relative;
}

.form-radio-horizontal label {
  margin: 0 20px 0 0;
}

.form-radio span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #D8D8D8;
  border-radius: 50%;
}

.form-radio input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #B4B4B4;
  border-radius: 50%;
}

.common-wrapper table.form-table-double-first {
  flex-basis: 400px;
}

.common-wrapper table.form-table-double-second {
  flex: 1;
  margin: 10px 0 10px 10px;
}

.common-wrapper table.variable-table {
  width: auto;
}

.btn-blue-common-login a {
  width: 308px;
}

.ico-horizontal-box {
  background: #FBFAFA;
  padding: 5px;
  border: solid 1px #D8D8D8;
  border-radius: 10px;
}

.ico-horizontal-box + .ico-horizontal-box {
  margin: 0 0 0 5px;
}

.ico-horizontal-box .count {
  margin: 5px 0 0;
}

.common-btn-wrapper .btn-red {
  margin: 0 0 0 10px;
}

.timeline {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #EBE6E4;
}

.timeline .font-red {
  color: #FF3939;
}

.timeline dt {
  line-height: 1.5;
  margin: 0 0 5px;
}

.timeline dt a {
  text-decoration: underline;
}

.timeline dd {
  color: #989492;
}

/*--------------------------------------------------------------
# レビュー
--------------------------------------------------------------*/
.review-wrapper {
  width: 822px;
  margin: 0 auto;
}

.review-inner {
  padding: 0 7px;
}

/** onigiri 20190517 **/
.review-inner p {
  line-height: 1.5;
}
/** end **/

.review-eyecatch-wrapper {
  width: 100%;
  height: 507px;
  margin: 0 0 10px;
  padding: 20px;
  background: #000;
  justify-content: center;
  align-items: center;
}

/** onigiri 20190507 **/
.review-eyecatch-wrapper a,
.review-eyecatch-wrapper figure {
  height: 100%;
}
/** end **/

.review-eyecatch-wrapper figure {
  justify-content: center;
  align-items: center;
}

.review-eyecatch-wrapper figure img {
  max-height: 100%;
  object-fit: contain;
}

section.review-hd-wrapper {
  padding: 0 0 5px;
}

.review-hd-wrapper h2 {
  margin: 0 0 10px;
}

.review-hd-wrapper h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
}

.review-tag-links {
  margin: 10px 0 0;
  flex-wrap: wrap;
}

.review-tag-links a {
  font-size: 12px;
  color: #2B2F92;
}

.review-tag-links li {
  margin: 0 15px 0 0;
  line-height: 1.5;
}

.review-ad.underline {
  margin: 0 0 30px;
}

.review-content-wrapper.underline {
  margin: 0 0 35px;
  padding: 0 0 30px;
}

.review-content-ttl-wrapper {
  position: relative;
  margin: 0 0 25px;
}

.review-content-ico {
  position: absolute;
  top: 0;
  left: 0;
}

.review-ttl-detail,
.review-content {
  padding: 0 0 0 55px;
}

.review-ttl-detail h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 2px 0 0;
}

.review-name a {
  font-size: 14px;
  color: #272421;
}

.review-content p {
  font-size: 18px;
  line-height: 2;
}

.review-like {
  align-items: center;
  margin: 25px 0 20px;
}

.review-like-count {
  font-size: 12px;
  margin: 0 0 0 5px;
}

.review-date {
  color: #989492;
}

.review-guideline {
  font-size: 12px;
  color: #989492;
  line-height: 2;
}

.review-form-submit {
  margin: 30px 0 0;
}

.review-form-submit input {
  width: 650px;
}

.review-wrapper .game-list li {
  width: calc( (100%/4) - 7px );
}

.review-wrapper .foryou-game-list .game-list li:not(:nth-last-child(-n+4)) {
  margin: 0 3.5px 30px;
}

.review-wrapper .relation-list.game-list {
  padding: 0 20px;
}

.review-wrapper .relation-list.game-list li {
  width: calc( (100%/3) - 7px );
}

.review-wrapper .relation-list.game-list figure {
  min-height: auto;
}

.review-wrapper .relation-list.game-list li:not(:nth-last-child(-n+4)) {
  margin: 0 3.5px;
}

.review-form-wrapper input::-webkit-input-placeholder,
.review-form-wrapper textarea::-webkit-input-placeholder {
  color: #B4B4B4;
}
.review-form-wrapper input::-moz-placeholder,
.review-form-wrapper textarea::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.review-form-wrapper input:-ms-input-placeholder,
.review-form-wrapper textarea:-ms-input-placeholder {
  color: #B4B4B4;
}

/*--------------------------------------------------------------
# アカウント登録・ログイン
--------------------------------------------------------------*/
.account-wrapper {
  width: 320px;
  margin: 0 auto;
  /** line-height: 1.5;/** onigiri 20190425 **/
}

.account-wrapper input[type="text"],
.account-wrapper input[type="email"],
.account-wrapper input[type="password"] {
  font-size: 16px;
  margin: 0 0 12px;
}

.account-wrapper h2 {
  margin: 0 0 20px;
}

.register-wrapper h3,
.login-wrapper h3 {
  margin: 20px 0;
}

.register-wrapper h3 {
  font-size: 16px;
  font-weight: 400;
}

.login-wrapper h3 {
  font-size: 18px;
}

.account-wrapper hr {
  border: 0;
  border-top: solid 1px #EBE6E4;
  margin: 25px 0;
}

.account-wrapper input::-webkit-input-placeholder {
  color: #B4B4B4;
}
.account-wrapper input::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.account-wrapper input:-ms-input-placeholde {
  color: #B4B4B4;
}

.account-wrapper .form-select {
  width: 100%;
  margin: 0 0 12px;
}

.account-wrapper .form-select select {
  height: 50px;
  padding: 0 20px;
}

.account-wrapper .form-select::after {
  background: #FBFAFA;
}

.account-select-birth-wrapper .col + .col {
  margin: 0 0 12px 10px;
}

.account-wrapper .form-radio {
  margin: 10px 0 20px;
}

.account-wrapper .form-radio-horizontal {
  display: flex;
  align-items: center;
}

.account-wrapper .form-check {
  margin: 25px 0;
}

.account-wrapper .form-check span {
  line-height: 1.5;
  padding: 0;
  display: flex;
  align-items: flex-start;
}

.account-wrapper .form-check span::before {
  position: relative;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

.account-wrapper .form-check span span {
  display: inline-block;
}

.account-wrapper .form-check span span::before {
  content: none;
}

.account-wrapper .form-radio-horizontal label {
  margin: 0;
  width: 100%;
}

.account-wrapper .form-radio label:not(:first-child) {
  margin: 0;
}

.account-wrapper .form-radio-vertical label:not(:first-child),
.account-wrapper .form-check-vertical label:not(:first-child) {
  margin: 25px 0 0;
}

/** onigiri 20190425 **/
/** .account-wrapper h3.faq {
  font-weight: 800;
  margin: 20px 0;
}

.account-wrapper div.question {
  font-weight: 800;
}

.account-wrapper div.answer {
  margin: 0 0 25px 0;
} **/
/** end **/

.account-submit {
  margin: 25px 0 0;
}

.account-submit-last {
  margin: 25px 0 80px;
}

.account-submit input {
  cursor: pointer;
}

.account-forget a {
  text-decoration: underline;
}

.account-forget li::before {
  content: "＊";
  display: inline-block;
  margin: 0 3px 0 0;
  color: #262626;
}

/*--------------------------------------------------------------
# イラスト詳細
--------------------------------------------------------------*/
.illust-img img {
  max-height: 700px;
}

section.illust-ttl-wrapper {
  padding: 0 0 10px;
}

.illust-ttl-wrapper h1 {
  font-size: 20px;
  font-weight: 800;
  margin: 10px 0;
  line-height: 1.5;
}

.illust-tag-links {
  flex-wrap: wrap;
}

.illust-tag-links a {
  color: #2B2F92;
}

.illust-tag-links li {
  margin: 0 25px 10px 0;
}

.illust-review-hd {
  align-items: center;
}

.ico-illust-review img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.illust-review-contributor {
  margin: 0 0 0 15px;
}

.illust-review-contributor h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
}

.illust-review-summary li + li {
  margin: 0 0 0 25px;
}

.illust-review {
  margin: 20px 0 0;
  line-height: 2;
}

.illust-more {
  margin: 20px 0 0;
}

.illust-more a {
  font-size: 20px;
  font-weight: 700;
}

.illust-btn-wrapper {
  background: #FBFAF9;/** onigiri 20190528 **/
  justify-content: space-between;
}

.illust-btn-wrapper li,
.illust-btn-wrapper li a {
  color: #989492;
}

/*--------------------------------------------------------------
# ゲーム詳細
--------------------------------------------------------------*/
.game-wrapper {
  width: 1724px;
  margin: 10px auto;
  padding: 0 7px;
  justify-content: space-between;
  flex-direction: row;
}

.game-main {
  flex-basis: 1280px;
  overflow: hidden;
}

.game-side {
  flex-basis: 400px;
}

.game-main h1 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: #47423E;
  margin: 10px 0 0;
}

.game-zone {
  background: #000;
  position: relative;
}

.game-zone-main {
  height: 720px;
}

.game-zone-iframe {
  width: 100%;
  height: 100%;
}

.game-zone-iframe iframe,
.game-zone-iframe object,
.game-zone-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.game-alert {
  display: none;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  text-align: center;
}

.game-alert-cont {
  position: relative;
  padding: 5px 10px;
  background: rgba(35,34,34,0.8);
  border-radius: 7px;
  color: #BCB5B1;
}

.game-alert-cont + .game-alert-cont {
  margin: 7px 0 0;
}

.game-alert-cont p {
  display: inline-block;
  text-align: left;
  line-height: 2;
}

.game-alert-cont input {
  display: none;
}

.game-alert-cont label {
  padding: 5px 0 5px 22px;
  position: relative;
  cursor: pointer;
}

.game-alert-cont label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px #D8D8D8;
  border-radius: 5px;
}

.game-alert-cont input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  transform: rotate(35deg);
  border-bottom: solid 2px #B4B4B4;
  border-right: solid 2px #B4B4B4;
}

.game-alert-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.game-btn-wrapper {
  background: #141414;
  justify-content: space-between;
  align-items: center;
}

.game-btn-wrapper li,
.game-btn-wrapper li a,
.game-plays {
  color: #BCB5B1;
}

.game-plays {
  padding: 0 0 0 6px;
}

section.game-ttl-wrapper {
  padding: 0 0 15px;
}

.game-ttl-wrapper .game-creator-wrapper {
  display: none;
}

.game-tag-list a {
  font-size: 13px;
  color: #2B2F92;
}

.game-tag-list li + li {
  margin: 0 0 0 15px;
}

.game-thumb img {
  border-radius: 7px;
  width: 100%;
}

.game-description-wrapper h2 {
  font-weight: 400;
  margin: 0 0 10px;
}

.game-description-wrapper p {
  line-height: 2;
}

.game-description-readme {
  margin: 4px 0 0;
}

.game-description-readme a {
  color: #564944;
}

.game-detail-table th,
.game-detail-table td {
  font-weight: 400;
  color: #989492;
  text-align: left;
  padding: 0 0 15px;
}

.game-detail-table th {
  width: 145px;
}

.game-breadcrumb-list {
  margin: 15px 0 0;
}

.game-breadcrumb-list li,
.game-breadcrumb-list a {
  color: #5B4A42;
}

.game-breadcrumb-list li + li::before {
  content: ">";
  color: #272421;
  margin: 0 15px;
}

.game-review-post-wrapper h2 {
  font-weight: 800;
  color: #47423E;
}

.game-review-post-wrapper h2 span {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #9B9B9B;
}

.game-review-post-link {
  align-items: center;
}

.game-review-post-text {
  font-weight: 700;
  /** margin: 0 0 0 15px; for icon sleep **/
  margin: 0 0 0 0;
}

.game-reviewer {
  align-items: center;
}

.game-reviewer img {
  width: 40px;
}

.game-reviewer-detail {
  /** margin: 0 0 0 20px; for icon sleep **/
  margin: 0 0 0 0;
  color: #989492;
}

.game-reviewer-detail a {
  color: #989492;
}

.game-reviewer-date {
  margin: 0 0 0 15px;
}

.game-review-wrapper p {
  font-weight: 500;
  line-height: 2;
  /** padding: 0 10px 0 59px; for icon sleep **/
  padding: 20px 10px 10px 1em;
}

.game-review-more {
  margin: 10px 0 0;
}

.game-review-more a {
  font-weight: 500;
}

.game-illust-wrapper span a {
  font-size: 16px;
}

.game-illust-list li + li {
  margin: 0 0 0 7px;
}

.game-illust-list img {
  border-radius: 7px;
}

.game-illust-more {
  margin: 20px 0 0 7px;
}

.game-resembles-wrapper .game-tag-list a {
  font-size: 16px;
}

.game-dl-btn {
  margin: 0 0 20px;
}

.game-dl-btn .btn-red a {
  width: 200px;
}

.game-dl-mac {
  margin: 0 0 0 20px;
}

.game-dl-list li {
  font-size: 12px;
  line-height: 2;
  color: #989492;
}

.game-dl-list li::before {
  /** content: "*"; onigiri del **/
  margin: 0 5px 0 0;
}

.game-creator-name {
  align-items: center;
  margin: 0 0 20px;
}

.game-creator-name h3 {
  font-size: 16px;
  margin: 0 0 0 10px;
}

.btn-creator-follow a {
  width: 100%;
}

.side-gamelist-cap {
  margin: 0 -3.5px;
}

.side-gamelist-cap li {
  width: calc( (100%/2) - 7px );
  margin: 0 3.5px 7px;
}

.side-gamelist-cap figure {
  position: relative;
}

.side-gamelist-cap figure img {
  border-radius: 7px;
}

.side-gamelist-cap figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  background: rgba(38,38,38,.5);
  font-size: 14px;
  font-weight: 700;
  color: #F5F5F5;
  border-radius: 0 0 7px 7px;
}

.lum-lightbox {
  z-index: 999;
}

.swiper-container {
  padding: 0 15px;
}

#js-theatermode-gamezone,
body.theatermode .game-zone-primary {
  display: none;
}

body.theatermode #js-theatermode-gamezone {
  display: block;
}

.game-pad-arrow,
.game-pad-btn,
.pad-arrow-top,
.pad-arrow-right,
.pad-arrow-bottom,
.pad-arrow-left,
.pad-btn-top,
.pad-btn-right,
.pad-btn-bottom,
.pad-btn-left,
.game-pad-enter {
  position: absolute;
}

.game-pad-arrow {
  bottom: 50px;
  left: 15px;
  width: 131px;
  height: 130px;
}

.pad-arrow-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pad-arrow-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.pad-arrow-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pad-arrow-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.game-pad-btn {
  bottom: 50px;
  right: 15px;
  width: 164px;
  height: 125px;
}

.pad-btn-top {
  top: 0;
  left: 50px;
}

.pad-btn-right {
  top: 25px;
  right: 0;
}

.pad-btn-bottom {
  bottom: 0;
  right: 50px;
}

.pad-btn-left {
  bottom: 25px;
  left: 0;
}

.game-pad-enter {
  bottom: 25px;
  right: 135px;
}

.game-pad,
.sp-game-pad {
  display: none;
}

body.openpad .game-pad {
  display: block;
}

/*--------------------------------------------------------------
# ゲーム詳細(DL)
--------------------------------------------------------------*/
.dl-game-zone {
  padding: 70px 0 235px;
}

.dl-game-zone-cont,
.dl-game-zone .swiper-wrapper {
  margin: 0 auto;
}

.dl-game-zone-cont {
  /* max-width: 63.75%; */
  max-width: 40%;/* onigiri add */
}

.swiper-dl-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 3;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: calc( (100%/6) - 7px );
  height: auto;
  border-radius: 0;
  margin: 0 3.5px;
  opacity: 1;
}

.swiper-dl-pagination .swiper-pagination-bullet img {
  box-shadow: none;
  margin: 0;
  border-radius: 7px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.8;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

/*--------------------------------------------------------------
# ナイトモード
--------------------------------------------------------------*/
/* 共通 */
body.nightmode {
  background: #232222;
  color: #BCB5B1;
}

body.nightmode .day,
body.theatermode .header-wrapper .day {
  display: none;
}

body.nightmode .night,
body.theatermode .header-wrapper .night {
  display: block;
}

body.nightmode h2,
body.nightmode .game-list h3,
body.nightmode .illustration-list h3,
body.nightmode .sidebar li a,
body.nightmode .sidebar li span,
body.nightmode .header-nav a,
body.theatermode .header-nav a,
body.nightmode .sidebar .side-freem-app-list h3,
body.nightmode .top-recommend-list h3,
body.nightmode .sort-news-wrapper a,
body.nightmode .pagination a,
body.nightmode .dl-main h1 a,
body.nightmode .btn-red a,
body.nightmode .btn-blue a,
body.nightmode .side-game-list h3 a,
body.nightmode .btn-dl-login a,
body.nightmode .freemid-list li,
body.nightmode .freemid-login a,
body.nightmode .common-links li a,
body.nightmode input[type="text"],
body.nightmode input[type="email"],
body.nightmode input[type="password"],
body.nightmode textarea {
  color: #FBFAFA;
}

body.nightmode a,
body.nightmode a:active,
body.nightmode .game-list-sub h4,
body.nightmode .game-list-sub .game-list-cat,
body.nightmode .game-list-sub .game-list-review,
body.nightmode .illustration-list p,
body.nightmode .common-links li.btn-common-links a,
body.nightmode .review-name a,
body.nightmode .game-main h1,
body.nightmode .game-resembles-wrapper .game-tag-list a {
  color: #7E7468;
}

body.nightmode .tag-list a,
body.nightmode .header-sp-tag a,
body.nightmode .header-login a,
body.nightmode .header-search input[type="text"],
body.nightmode .header-sp-search input[type="text"],
body.theatermode .header-sp-tag a,
body.theatermode .header-login a,
body.theatermode .header-search input[type="text"],
body.theatermode .header-sp-search input[type="text"] {
  background: #373737;
  color: #BCB5B1;
  border: solid 1px #7B7773;
}

body.nightmode .tag-list a,
body.nightmode .header-sp-tag a,
body.theatermode .header-sp-tag a,
body.nightmode .pagination a,
body.nightmode input[type="text"],
body.nightmode input[type="email"],
body.nightmode input[type="password"],
body.nightmode textarea,
body.nightmode .illust-btn-wrapper,
body.nightmode .game-resembles-wrapper .game-tag-list a {
  background: #232222;
}

body.nightmode .tag-list a:hover,
body.nightmode .header-sp-tag a:hover,
body.nightmode .header-login a:hover,
body.theatermode .header-sp-tag a:hover,
body.theatermode .header-login a:hover,
body.nightmode .pagination a:hover,
body.nightmode .freemid-inner,
body.nightmode .common-main,
body.nightmode .form-select::after {
  background: #4D4A46;
}

body.nightmode .header-wrapper,
body.theatermode .header-wrapper,
body.nightmode section.underline,
body.nightmode div.underline,
body.nightmode .dl-btn-wrapper,
body.nightmode .dl-main h1,
body.nightmode .timeline {
  border-bottom: solid 1px #302E2C;
}

/* ヘッダー */
body.nightmode .header-wrapper,
body.nightmode .header-sp-search,
body.theatermode .header-wrapper,
body.theatermode .header-sp-search,
body.nightmode footer {
  background: #373737;
}

body.nightmode .header-nav a:hover,
body.nightmode .header-nav a.current,
body.theatermode .header-nav a:hover,
body.theatermode .header-nav a.current,
body.nightmode .sidebar li a:hover {
  background: #464646;
}

body.nightmode input[type="text"],
body.nightmode input[type="email"],
body.nightmode input[type="password"],
body.nightmode textarea,
body.nightmode .game-resembles-wrapper .game-tag-list a {
  border: solid 1px #7B7773;
}

body.nightmode .header-search input[type="submit"] {
  background: url(/images/common/btn_search_night.svg) no-repeat 0 0 / contain;
}

/* フッター */
body.nightmode .footer-language-links a,
body.nightmode .footer-links a,
body.nightmode .footer-links li,
body.nightmode .form-select select,
body.nightmode .common-wrapper table textarea,
body.nightmode .review-ttl-detail h2,
body.nightmode .account-forget a,
body.nightmode .account-forget li::before {
  color: #BCB5B1;
}

body.nightmode .copyright {
  color: #7B7773;
}

/* サイドバー */
body.nightmode .sidebar,
body.nightmode .common-wrapper h1,
body.nightmode .common-wrapper table th,
body.nightmode .form-select,
body.nightmode .common-wrapper table textarea {
  background: #2D2D2D;
}

/* トップページ */
body.nightmode .top-recommend-list p,
body.nightmode .sidebar h2 {
  color: #989492;
}

/* 新着一覧 */
body.nightmode .pagination li.current {
  background: #7B7773;
  color: #232222;
}

body.nightmode .sort-topic::before {
  color: #777472;
}

/* レビュー */
body.nightmode .review-tag-links a {
  color: #609AFF;
}

/* アカウント登録・ログイン */
body.nightmode .account-wrapper hr {
  border-top: solid 1px #7B7773;
}

/* ナイトモードSP */
@media screen and (max-width: 960px) {

  body.nightmode h2,
  body.nightmode .game-list h3,
  body.nightmode .illustration-list h3,
  body.nightmode .header-sp-nav li a,
  body.nightmode .header-sp-login li a,
  body.theatermode .header-sp-nav li a,
  body.theatermode .header-sp-login li a {
    color: #BCB5B1;
  }

  body.nightmode .header-wrapper,
  body.nightmode .header-sp-search,
  body.theatermode .header-wrapper,
  body.theatermode .header-sp-search,
  body.nightmode footer {
    background: #232222;
  }

  body.nightmode .sidebar {
    background: none;
  }

  body.nightmode .sidebar li a,
  body.nightmode .sidebar li span,
  body.nightmode .sidebar .side-freem-app-list h3 {
    color: #7E7468;
  }

  body.nightmode .sp-ad,
  body.nightmode section.underline,
  body.nightmode div.underline,
  body.nightmode .game-list li:not(:last-child),
  body.nightmode .top-recommend-list li,
  body.nightmode .illustration-list li:not(:last-child),
  body.nightmode .sidebar li {
    border-bottom: solid 1px #302E2C;
  }

  body.nightmode .sidebar li:first-child,
  body.nightmode .bottom-pagination .sp-ad {
    border-top: solid 1px #302E2C;
  }

  body.nightmode .btn-more a {
    background: #E2D9D1;
    color: #5B4A42;
  }

  body.nightmode .header-sp-search input[type="submit"] {
    background: url(images/common/btn_search_night.svg) no-repeat 0 0 / contain;
  }

}/* max-width: 960px */

/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (max-width: 1725px) {

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-wrapper {
    width: 100%;
  }

  .game-main {
    flex-shrink: 0;
  }

  .game-side {
    flex-basis: auto;
    min-width: 300px;
    margin: 0 0 0 30px;
  }

  .side-gamelist-cap figcaption {
    font-size: 10px;
  }

  .game-zone-main {
    height: 700px;
  }

}/* max-width: 1725px */

@media screen and (max-width: 1640px) {

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-main {
    flex: 1;
  }

  .game-side {
    flex-basis: 300px;
  }

  section.game-resembles-wrapper {
    padding: 0;
  }

  .game-resembles-wrapper .game-tag-list {
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .game-resembles-wrapper .game-tag-list a {
    display: inline-block;
    background: #FCFCFC;
    border: solid 1px #EBE6E4;
    border-radius: 10px;
    color: #5B4A42;
    padding: 10px;
  }

  .game-resembles-wrapper .game-tag-list li {
    margin: 0 5px 20px;
  }

  .game-zone-main {
    height: 680px;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細(DL)
  --------------------------------------------------------------*/
  .dl-game-zone.game-zone {
    padding: 20px 0 14.5%;
  }

}/* max-width: 1640px */

@media screen and (max-width: 1342px) {

  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .main,
  .main-wrapper {
    width: 100%;
    overflow: hidden;
  }

  .game-list figure {
    min-height: auto;
  }

  /*--------------------------------------------------------------
  # サイドバー
  --------------------------------------------------------------*/
  .sidebar {
    background: #F5F5F5;
    flex-basis: 218px;
    flex-shrink: 0;
  }
  
  .sidebar h2 {
    margin: 10px 10px;
    color: #989492;
  }
  
  .sidebar li a,
  .sidebar li span {
    display: block;
    font-size: 14px;
    padding: 9px 20px;
    line-height: 1.5;
  }
  
  .sidebar li a:hover {
    background: #E8E8E8;
  }
  
  .side-img-information-wrapper {
    margin: 10px;
  }
  
  .side-img-information + .side-img-information {
    margin: 10px 0 0;
  }
  
  .ico-sns {
    margin: 18px 12px;
  }
  
  .ico-facebook {
    margin: 0 0 0 10px;
  }
  
  /*--------------------------------------------------------------
  # トップページ
  --------------------------------------------------------------*/
  .top-recommend-list {
    margin: 0 -3.5px;
  }

  .top-recommend-list li {
    max-width: 300px;
    margin: 0 3.5px;
  }

  .top-recommend-list figure {
    min-height: auto;
  }

  /*--------------------------------------------------------------
  # ダウンロード
  --------------------------------------------------------------*/
  .dl-wrapper {
    justify-content: center;
    width: 1130px;
    margin: 20px auto;
  }

  /*.dl-side {
    margin: 0 0 0 20px;
  }*/

  /*--------------------------------------------------------------
  # ブランド
  --------------------------------------------------------------*/
  .brand-wrapper {
    width: 1028px;
  }

  /*--------------------------------------------------------------
  # イラスト詳細
  --------------------------------------------------------------*/
  .illust-wrapper {
    width: 96%;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-pad-arrow,
  .game-pad-btn,
  .game-pad-enter {
    transform: scale(0.7);
  }

  .game-pad-arrow {
    bottom: 25px;
    left: -5px;
  }

  .game-pad-btn {
    bottom: 25px;
    right: -15px;
  }

  .game-pad-enter {
    right: 85px;
  }

  .game-zone-main {
    height: 660px;
  }

}/* max-width: 1322px */

@media screen and (max-width: 1180px) {

  /*--------------------------------------------------------------
  # トップページ
  --------------------------------------------------------------*/
  /** onigiri 20190424 **/
  .top-recommend-list h2 {
    font-size: 18px;
  }
  /** end **/

  /*--------------------------------------------------------------
  # ダウンロード
  --------------------------------------------------------------*/
  .dl-wrapper {
    width: 100%;
    padding: 50px 7px 0;
  }

}/* max-width: 1180px */

@media screen and (max-width: 1080px) {

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .header-search input[type="text"] {
    width: 230px;
  }

  /*--------------------------------------------------------------
  # サイドバー
  --------------------------------------------------------------*/
  .sidebar {
    display: none;
  }

  /*--------------------------------------------------------------
  # ダウンロード
  --------------------------------------------------------------*/
  .side-game-list figure {
    flex: 0 0 46%;
  }

  .dl-side-list img {
    width: 100%;
  }

  .dl-bottom-ad-list li + li {
    margin: 0 0 0 10px
  }

  /*--------------------------------------------------------------
  # ブランド
  --------------------------------------------------------------*/
  .brand-wrapper {
    width: 100%;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-wrapper {
    margin: 0;
    padding: 0;
  }

  .game-main {
    flex: 0 0 100%;
  }

  .game-side {
    display: none;
  }

  .game-zone {
    padding: 0;
  }

  .game-btn-wrapper {
    justify-content: center;
  }

  .game-plays {
    display: none;
  }

  .game-main h1 {
    font-size: 18px;
    font-weight: 700;
    color: #5B4A42;
    margin: 10px 0;
  }

  .game-inner {
    padding: 0 10px;
  }

  .game-zone-main {
    height: 620px;
  }

}/* max-width: 1080px */

@media screen and (max-width: 960px) {

  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .pc,
  h2 span {
    display: none;
  }

  .sp { 
    display: block;
  }

  .row { 
    flex-wrap: wrap;
  }

  .main {
    width: 100%;
    display: block;
    padding: 50px 0 0;
  }

  .main-content {
    padding: 20px 0 0;
  }

  h2 {
    padding: 0 10px;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  .account-wrapper .form-select select {
    height: 70px;
  }

  textarea {
    height: 268px;
  }

  section.underline,
  div.underline {
    padding: 0;
  }

  .sp-ad {
    margin: 0 0 20px;
    padding: 5px 0;
    border-bottom: solid 1px #EBE6E4;
  }

  .game-list,
  .illustration-list {
    margin: 0;
  }

  .game-list li,
  .game-list-wrap li:not(:nth-last-child(-n+5)),
  .illustration-list li,
  .relation-list.game-list li,
  .game-illust-list li,
  .game-illust-list li + li {
    width: 100%;
    margin: 0 0 5px;
    padding: 0 0 20px;
  }

  .game-list li:not(:last-child),
  .illustration-list li:not(:last-child),
  .game-illust-list li:not(:last-child) {
    border-bottom: solid 1px #EBE6E4;
  }

  .game-list li:nth-child(3),
  .sp-bottom .game-list li,
  .illustration-list li:nth-child(3),
  .game-illust-list li:nth-child(4) {
    border-bottom: 0;
  }

  .game-list figure img,
  .top-recommend-list figure img,
  .illustration-list figure img,
  .game-illust-list figure img {
    border-radius: 0;
    height: 54vw;
    object-fit: cover;
  }

  .game-list h3,
  .game-list-sub p,
  .game-list-sub h4,
  .game-list-sub .game-list-cat,
  .game-list-sub .game-list-review,
  .illustration-list h3,
  .illustration-list p,
  .illustration-list h4,
  .game-illust-list h3,
  .game-illust-list p,
  .game-illust-list h4 {
    padding: 0 10px;
    line-height: 1.5;
  }

  .game-list h3,
  .topic-free-game-second .game-list h3,
  .illustration-list h3,
  .relation-list.game-list h3,
  .game-illust-list h3 {
    font-size: 18px;
    margin: 5px 0 0;
    height: auto;
  }

  .game-list-sub p,
  .game-list-sub h4,
  .game-list-sub .game-list-cat,
  .game-list-sub .game-list-review,
  .illustration-list h4,
  .relation-list.game-list .game-list-sub h4,
  .relation-list.game-list .game-list-sub p,
  .game-illust-list .game-list-sub h4,
  .game-illust-list .game-list-sub p {
    font-size: 15px;
  }

  .game-list-sub h4,
  .game-list-sub .game-list-cat,
  .game-list-sub .game-list-review,
  .illustration-list h4,
  .relation-list.game-list .game-list-sub h4,
  .game-illust-list h4 {
    font-weight: 700;
    margin: 3.5px 0;
  }

  .game-list-sub h4 {
    display: inline-block;
  }

  .btn-more {
    padding: 0 20px;
  }

  .btn-more a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E2D9D1;
    font-size: 20px;
    border-radius: 10px;
    margin: 0px auto 20px;
    width: 374px;
    height: 70px;
  }

  .btn-more a::after {
    content: url(/images/common/arrow_more.png);
    margin: 0 0 0 5px;
  }

  .tag-list {
    margin: 0 5px;
  }

  .tag-list li {
    margin: 0 5px 15px;
  }

  .sp-bottom .game-list {
    border-bottom: solid 1px #EBE6E4;
  }

  .sp-bottom .game-list li:first-child {
    border-top: 0;
  }

  .sp-bottom .game-list li a {
    font-size: 16px;
    padding: 0;
    line-height: 1;
  }

  .sp-bottom .game-list li::after {
    content: none;
  }

  .sp-bottom .game-list .game-list-sub p {
    line-height: 1.5;
  }

  .sp-bottom-scroll-wrap {
    padding: 0 0 20px;
    border-bottom: solid 1px #EBE6E4;
  }

  .sp-bottom-game-list-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .sp-bottom-game-list {
    padding: 0 10px;
  }

  .sp-bottom-game-list li,
  .sp-bottom-game-list.game-list li:not(:last-child),
  .sp-bottom-game-list.game-list li:last-child {
    flex-wrap: nowrap;
    border-bottom: 0;
  }

  .sp-bottom-game-list li {
    padding: 0;
    margin: 0 0 10px;
  }

  .sp-bottom-game-list figure {
    flex: 0 0 200px;
  }

  .sp-bottom .sp-bottom-game-list img {
    height: auto;
  }

  .sp-bottom-game-list .game-list-sub {
    padding: 0 0 0 10px;
  }

  .sp-bottom-game-list .game-list-sub h3,
  .sp-bottom-game-list .game-list-sub h4,
  .sp-bottom-game-list .game-list-sub p {
    padding: 0;
  }

  .sp-bottom-game-list .game-list-sub h3 {
    margin: 0;
  }

  .sp-bottom-game-list .game-list-sub h3 a {
    line-height: 1.5;
  }

  .sp-bottom-game-list .game-list-sub h4 a,
  .sp-bottom-game-list .game-list-sub p {
    font-size: 13px;
  }

  .btn-red a,
  .btn-blue a,
  .btn-red input,
  .btn-blue input {
    width: 354px;
    height: 70px;
    line-height: 70px;
  }

  .btn-list li {
    width: 53px;
    padding: 8.5px 0;
  }

  .btn-text {
    font-size: 10px;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .logo {
    margin: 0 9px 0 10px; 
  }

  .header-sp-nav,
  .header-sp-login {
    display: flex;
    align-items: center;
  }

  .header-sp-nav li,
  .header-sp-login li {
    text-align: center;
    width: 55px;
  }

  .header-sp-nav li img,
  .header-sp-login li img {
    margin: 0 auto;
  }

  .header-sp-nav li a,
  .header-sp-login li a {
    color: #272421;
    font-size: 10px;
    white-space: nowrap;
  }

  .header-sp-nav-ico {
    margin: 0 0 5px;
  }

  .header-sp-login {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  #js-search-btn {
    cursor: pointer;
  }

  .header-sp-search {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #FBFAFA;
    display: none;
    transition: all .3s ease-out;
  }

  .header-sp-search.active {
    display: block;
    z-index: 999;
  }

  .header-sp-search form {
    position: relative;
  }

  .header-sp-search input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    border: solid 1px #D8D8D8;
    border-radius: 10px;
  }

  .header-sp-search input[type="submit"] {
    background: url(/images/common/btn_search.svg) no-repeat 0 0 / contain;/** onigiri20190521 **/
    width: 20px;
    height: 20px;
    border: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .header-sp-tag a {
    display: block;
    padding: 12px;
    background: #fff;
    border: solid 1px #D8D8D8;
    border-radius: 10px;
  }

  .header-sp-tag a:hover {
    background: #ECE6E0;
  }

  .header-sp-tag {
    margin: 10px -5px -10px;
  }

  .header-sp-tag li {
    margin: 0 5px 10px;
  }

  /*--------------------------------------------------------------
  # フッター
  --------------------------------------------------------------*/
  footer {
    margin: 20px 0 0;
  }

  .footer-sns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 20px 36px;
  }

  .footer-language-links {
    margin: 0 0 36px;
  }

  .footer-language-links a {
    font-size: 13px;
  }

  .footer-links-wrapper {
    width: 90%;
  }

  .footer-links {
    margin: 0 -10px;
  }

  .footer-links li {
    font-weight: 500;
    font-size: 10px;
    margin: 0 10px 15px;
  }

  .copyright {
    font-size: 10px;
    margin: 28px 0 0;
  }

  /*--------------------------------------------------------------
  # サイドバー
  --------------------------------------------------------------*/
  .sidebar {
    display: block;
    background: none;
    width: 100%;
  }

  .sidebar h2 {
    margin: 20px 0;
    color: #272421;
  }

  .sidebar h2.side-free-game-ttl {
    margin: 0 0 20px;
  }

  .sidebar li {
    border-bottom: solid 1px #EBE6E4;
    position: relative;
  }

  .sidebar li:first-child {
    border-top: solid 1px #EBE6E4;
  }

  .sidebar li::after {
    content: url(/images/common/arrow.png);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .sidebar li a,
  .sidebar li span {
    font-weight: 700;
    font-size: 18px;
    padding: 18px 10px;
  }

  .sidebar .side-freem-app-list h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 5px 0 0;
  }

  .scroll-wrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .scroll-box {
    flex: 0 0 42%;
    padding: 0 5px;
  }

  /*--------------------------------------------------------------
  # トップページ
  --------------------------------------------------------------*/
  .top-recommend-section.underline {
    margin: 0;
    border-bottom: 0;
  }

  .sp-top-ad {
    padding: 0 0 5px;
    margin: 0 0 12px;
    border-bottom: solid 1px #EBE6E4;
  }

  .top-recommend-list {
    margin: 0;
  }

  .top-recommend-list li {
    max-width: 100%;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 5px;
    border-bottom: solid 1px #EBE6E4;
  }

  .top-recommend-list li.top-ad-list {
    width: 100%;
    padding: 0 0 5px;
    margin: 0;
    border-bottom: 0;
  }

  .top-recommend-list li.top-ad-list img {
    margin: 0 auto;
  }

  .top-recommend-list h3,
  .top-recommend-list p {
    padding: 0 10px;
    line-height: 1.5;
  }

  .top-recommend-list h3 {
    font-size: 17px;
    margin: 5px 0 0;
    color: #5B4A42;
  }

  .top-recommend-list p {
    color: #989492;
  }

  .top-recommend-list p.sp {
    margin: 2.5px 0;
  }

  .topic-free-game.underline,
  .topic-free-game-second.underline {
    margin: 0;
  }

  .creators-news-list li {
    padding: 0 10px;
  }

  .creators-news-list li:not(:last-child) {
    margin: 0 0 20px;
  }

  .creators-news-list li:last-child {
    margin: 0 0 30px;
  }

  .creators-news-list figure img {
    width: 50px;
  }

  .creators-news-detail h3 {
    font-size: 18px;
    margin: 0;
  }

  .creators-news-detail p {
    font-size: 13px;
    line-height: 1.46;
  }

  /*--------------------------------------------------------------
  # 新着一覧
  --------------------------------------------------------------*/
  .sp-sort-wrapper {
    margin: 0 0 15px 5px;
  }

  .sp-sort-list .scroll-box {
    flex: 0 0 auto;
  }

  .sp-sort-list a {
    display: block;
    padding: 10px;
    background: #FBFAFA;
    font-size: 16px;
    font-weight: 700;
    border: solid 1px #D8D8D8;
    border-radius: 10px;
  }

  .sp-game-list-sub {
    padding: 0 10px;
  }

  .sp-game-list-sub-inner {
    margin: 10px 0;
    flex-wrap: nowrap;
  }

  .sp-game-list-sub p,
  .sp-game-list-detail h4 {
    font-size: 16px;
  }

  .sp-game-list-sub p {
    color: #989492;
    line-height: 1.5;
  }

  .sp-game-list-detail h4 {
    font-weight: 700;
    line-height: 1.5;
  }

  .sp-game-list-detail h4 .game-list-review span {
    font-weight: 400;
  }

  .ico-creators {
    margin: 0 10px 0 0;
  }

  .game-list .sp-game-list-sub h3 {
    padding: 0;
    margin: 0;
  }

  .game-list .sp-game-list-sub figure img {
    height: auto;
  }

  .game-list li.sp-ad-list {
    margin: 0 0 5px;
    padding: 0;
  }

  .game-list li.sp-ad-list .sp-ad {
    margin: 0;
  }

  section.underline.bottom-pagination {
    margin: 0;
  }

  .bottom-pagination .sp-ad {
    margin: 0;
    padding: 5px 0;
    border-top: solid 1px #EBE6E4;
  }

  .pagination li {
    margin: 0 5px;
  }

  /*--------------------------------------------------------------
  # ダウンロード
  --------------------------------------------------------------*/
  .dl-main {
    flex-basis: 100%;
  }

  .dl-main h1,
  .dl-main section.dl-file-wrapper {
    border-bottom: 0;
  }

  .dl-main h1,
  .dl-meta,
  .dl-file-tag,
  .dl-file-help {
    padding: 0 10px;
  }

  .dl-file-size {
    margin: 10px 0;
  }

  .dl-main h1 {
    font-size: 18px;
  }

  .dl-file-detail,
  .dl-file-download {
    flex-basis: 100%;
  }

  .dl-meta {
    font-size: 13px;
    display: flex;
  }

  .dl-meta br {
    display: none;
  }

  .dl-file-name span,
  .dl-file-size span {
    margin: 0 10px 0 0;
  }

  .dl-btn-wrapper {
    border-bottom: 0;
    margin: 20px 0 0;
  }

  .btn-dl a {
    width: 180px;
    height: 40px;
    line-height: 40px;
  }

  .dl-file-download-ad {
    padding: 5px 0;
    border-top: solid 1px #EBE6E4;
    border-bottom: solid 1px #EBE6E4;
  }

  .dl-file-help li {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .freemid-inner h2 span {
    display: inline;
  }

  .dl-main section.freemid-wrapper {
    padding: 0 7px 20px;
  }

  .freemid-inner {
    padding: 20px 10px;
  }

  .freemid-inner h2 {
    font-size: 16px;
  }

  .freemid-list li {
    flex-wrap: nowrap;
    font-size: 13px;
    line-height: 2;
    margin: 0 0 9px;
  }

  .freemid-register-wrapper {
    text-align: center;
    padding: 12px 0 0;
  }

  .freemid-register-wrapper .col {
    flex-basis: 100%;
  }

  .freemid-register-or {
    margin: 10px 0;
  }

  .btn-freemid-register a {
    width: 280px;
  }

  /*--------------------------------------------------------------
  # ブランド
  --------------------------------------------------------------*/
  section.brand-creator-intro {
    padding: 0 0 20px;
  }
  
  .brand-creator-ttl-wrapper,
  .brand-wrapper p,
  .brand-creator-url {
    padding: 0 10px;
  }

  .brand-creator-name {
    margin: 0;
    font-size: 13px;
  }

  .brand-creator-ttl-wrapper,
  .brand-creator-ttl {
    flex-wrap: nowrap;
  }

  .brand-creator-follow a {
    font-size: 13px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }

  /*--------------------------------------------------------------
  # 汎用
  --------------------------------------------------------------*/
  .common-main {
    background: #FBFAF9;
    border: 0;
  }

  .common-wrapper h1 {
    font-size: 24px;
  }

  .common-links {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .common-links li {
    margin: 0 10px 15px;
    flex: 0 0 auto;
    padding: 0 5px;
  }

  .basic-table-first,
  .common-wrapper table th:nth-of-type(1) {
    width: 130px;
  }

  .form-check label,
  .form-radio label {
    display: block;
  }

  .form-check label:not(:first-child),
  .form-radio label:not(:first-child) {
    margin: 10px 0 0;
  }

  .common-wrapper table.variable-table,
  .btn-blue-common-login a,
  .form-select {
    width: 100%;
  }

  .common-wrapper table.form-table-double-first,
  .common-wrapper table.form-table-double-second {
    flex-basis: 100%;
  }

  .common-wrapper table.form-table-double-second {
    margin: 10px 0;
  }

  .common-wrapper table.variable-table.ico-table {
    width: auto;
    white-space: nowrap;
  }

  .common-btn-wrapper .col {
    flex-basis: 100%;
  }

  .common-btn-wrapper .btn-red {
    margin: 10px 0 0;
  }

  /*--------------------------------------------------------------
  # レビュー
  --------------------------------------------------------------*/
  .review-main-content {
    padding: 0;
  }

  .review-wrapper {
    width: 100%;
  }

  .review-inner {
    padding: 0 10px;
  }

  .review-inner h2 {
    padding: 0;
  }
  
  .review-wrapper section.underline,
  section.review-hd-wrapper {
    padding: 0 0 20px;
  }

  section.review-hd-wrapper {
    margin: 0 0 5px;
  }

  .review-wrapper section.underline.bottom-pagination {
    border: 0;
  }

  .review-eyecatch-wrapper {
    height: 50vh;
  }

  .review-tag-links li {
    margin: 0 10px 0 0;
  }

  .review-content-ttl-wrapper {
    display: flex;
  }

  .review-content-ico {
    position: relative;
    margin: 0 10px 0 0;
  }

  .review-ttl-detail h2,
  .review-content p {
    font-size: 16px;
  }

  .review-ttl-detail,
  .review-content {
    padding: 0;
  }

  .review-guideline {
    line-height: 1.5;
  }

  .review-form-wrapper .review-inner {
    padding: 0 30px;
  }

  .review-form-submit input,
  .review-form-submit a {
    width: 100%;
    overflow: hidden;
  }

  .review-wrapper .game-list li {
    width: 100%;
  }

  /*--------------------------------------------------------------
  # アカウント登録・ログイン
  --------------------------------------------------------------*/
  .account-select-birth-wrapper {
    flex-wrap: nowrap;
  }

  .account-wrapper h2 {
    padding: 0;
  }
  
  .account-wrapper .form-radio-horizontal label {
    display: inline-block;
  }

  .account-submit input,
  .account-submit a {
    width: 100%;
  }

  /*--------------------------------------------------------------
  # イラスト詳細
  --------------------------------------------------------------*/
  .illust-wrapper {
    width: 100%;
  }

  .illust-img img {
    max-height: 466px;
    width: 100%;
    object-fit: cover;
  }

  .illust-btn-wrapper {
    background: none;
  }

  section.illust-ttl-wrapper {
    padding: 0 10px 15px;
    margin: 0;
    position: relative;
  }

  .illust-tag-links a {
    font-size: 13px;
  }

  .illust-tag-links li {
    margin: 0 15px 10px 0;
  }

  section.illust-review-wrapper {
    padding: 0 10px 20px;
    margin: 0;
  }

  .illust-review-hd {
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .illust-review-contributor {
    margin: 0 0 0 10px;
    flex: 1;
  }

  .illust-review-contributor h3 {
    font-size: 13px;
    font-weight: 500;
  }

  .illust-review-summary li {
    flex-basis: 100%;
    font-size: 13px;
    color: #989492;
  }

  .illust-review-summary li + li {
    margin: 5px 0 0;
  }

  .btn-list .illust-btn-like .tooltip {
    right: 90%;
  }

  .btn-list .illust-btn-like .tooltip::after {
    left: 61%;
  }

  .btn-list .illust-btn-share .tooltip {
    right: 72%;
  }

  .btn-list .illust-btn-share .tooltip::after {
    left: 65%;
  }

  .arrow-folding {
    position: absolute;
    top: 4px;
    right: 12px;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-inner {
    padding: 0;
  }

  .game-btn-list.btn-list li {
    width: 55px;
    padding: 7.5px 0;
  }

  .game-main h1,
  .game-ttl-wrapper .game-creator-wrapper,
  .game-tag-list,
  .game-description-wrapper h2,
  .game-description-wrapper p,
  .game-breadcrumb-list,
  .game-review-post-wrapper h2,
  .game-review-post-link,
  .game-reviewer,
  .game-review-more,
  .game-illust-wrapper h2,
  .game-resembles-wrapper h2,
  .game-dl-wrapper h2,
  .game-dl-btn,
  .game-dl-list,
  .sp-game-plays {
    padding: 0 10px;
  }

  section.game-ttl-wrapper {
    padding: 0 0 10px;
    margin: 0;
  }

  .game-ttl-wrapper .game-creator-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .game-ttl-wrapper .btn-creator-follow a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 13px;
  }

  .game-ttl-wrapper .game-creator-name {
    margin: 0;
    flex-wrap: nowrap;
  }

  .game-ttl-wrapper .game-creator-name img {
    width: 30px;
  }

  .game-ttl-wrapper .game-creator-name h3 {
    font-size: 13px;
    margin: 0 10px;
  }

  .swiper-container {
    padding: 0 0 0 5px;
  }

  .game-thumb li {
    margin: 0 7.5px 10px 0 !important;
  }

  .game-thumb img {
    border-radius: 0;
  }

  .game-folding-area {
    position: relative;
  }

  .game-arrow-folding-bottom {
    top: unset;
    bottom: 20px;
  }

  section.game-description-wrapper,
  div.game-detail-wrapper,
  div.sp-game-tag-list,
  section.game-review-post-wrapper,
  section.game-review-wrapper,
  section.game-illust-wrapper,
  section.game-dl-wrapper {
    padding: 0 0 20px;
  }

  div.game-detail-wrapper,
  section.game-dl-wrapper {
    margin: 0;
  }

  .game-description-wrapper h2 {
    font-weight: 700;
  }

  .game-detail-table {
    margin: 0 10px;
  }

  .sp-game-ad {
    padding: 15px 0;
  }

  .game-sp-ad-middle {
    margin: 0 0 5.5px;
  }

  .sp-game-plays {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .game-reviewer-detail {
    font-size: 13px;
  }

  .game-review-wrapper p {
    /** padding: 0 10px 0 69px; for icon sleep **/
    padding: 20px 10px 10px 1em;
  }

  .game-review-more {
    text-align: right;
    margin: 14px 0 0;
  }

  .game-review-more a {
    font-weight: 700;
  }

  .game-illust-more,
  .sp-game-illust-post {
    margin: 0 10px;
    text-align: right;
  }

  .game-illust-more a,
  .sp-game-illust-post a {
    font-weight: 700;
  }

  .sp-game-illust-post {
    padding: 0 0 10px;
  }

  .game-dl-btn .btn-red a {
    width: 200px;
    height: 40px;
    line-height: 40px;
  }

  .game-dl-list li {
    font-size: 13px;
  }

  .game-zone-main {
    height: 580px;
  }

}/* max-width: 960px */

@media screen and (max-width: 767px) {

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-pad-arrow,
  .game-pad-btn,
  .game-pad-enter {
    transform: scale(0.6);
  }

  .game-pad-arrow {
    bottom: 0px;
    left: -15px;
  }

  .game-pad-btn {
    bottom: 0px;
    right: -25px;
  }

  .game-pad-enter {
    bottom: 5px;
    right: 68px;
  }

  .game-zone-main {
    height: 480px;
  }

  /*--------------------------------------------------------------
  # レビュー
  --------------------------------------------------------------*/
  .review-eyecatch-wrapper {
    height: 40vh;
  }

  .review-form-wrapper input::-webkit-input-placeholder,
  .review-form-wrapper textarea::-webkit-input-placeholder {
    color: #949494;
  }
  .review-form-wrapper input::-moz-placeholder,
  .review-form-wrapper textarea::-moz-placeholder {
    color: #949494;
    opacity: 1;
  }
  .review-form-wrapper input:-ms-input-placeholder,
  .review-form-wrapper textarea:-ms-input-placeholder {
    color: #949494;
  }

}/* max-width: 767px */

@media screen and (max-width: 415px) {

  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .btn-more a {
    width: 100%;
  }

  /*--------------------------------------------------------------
  # アカウント登録・ログイン
  --------------------------------------------------------------*/
  .account-wrapper {
    width: 100%;
    padding: 0 30px;
  }

  .account-wrapper hr {
    margin: 25px -30px;
  }

  /*--------------------------------------------------------------
  # ブランド
  --------------------------------------------------------------*/
  .ico-brand-creator img {
    width: 50px;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .swiper-container {
    padding: 0 5px;
  }

  .game-thumb {
    flex-wrap: nowrap;
  }

  .game-thumb li {
    margin: 0 10px 5.5px 0 !important;
  }

  .game-breadcrumb-list li {
    font-size: 11px;
  }

  .btn-list .game-btn-like .tooltip {
    right: -90%;
  }

  .btn-list .game-btn-like .tooltip::after {
    left: 10%;
  }

  .pc-game-pad {
    display: none;
  }

  body.openpad .sp-game-pad {
    display: block;
    width: 100%;
    height: 180px;
    background: #141414;
    position: relative;
  }

  .sp-game-pad .game-pad-arrow,
  .sp-game-pad .game-pad-btn,
  .sp-game-pad .game-pad-enter {
    transform: scale(1);
  }

  .sp-game-pad .game-pad-arrow,
  .sp-game-pad .game-pad-btn {
    bottom: 50%;
    transform: translateY(50%);
  }

  .sp-game-pad .game-pad-arrow {
    left: 30px;
  }

  .sp-game-pad .game-pad-btn {
    right: 20px;
  }

  .sp-game-pad .game-pad-enter {
    bottom: 20px;
    right: 170px;
  }

  .game-zone-main {
    height: 316px;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細(DL)
  --------------------------------------------------------------*/
  .dl-game-zone.game-zone {
    padding: 0;
  }

  .dl-game-zone-cont {
    max-width: 100%;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 3.5px;
    opacity: 0.5;
    background: #FBFAFA;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FBFAFA;
    opacity: 1;
  }

  .swiper-dl-pagination .swiper-pagination-bullet img {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    width: 45px;
    height: 45px;
  }

  .swiper-button-prev {
    background: url(/images/game/arrow_swiper_prev.png) no-repeat center center / contain;
  }
  .swiper-button-next {
    background: url(/images/game/arrow_swiper_next.png) no-repeat center center / contain;
  }

}/* max-width: 415px */

@media screen and (max-width: 400px) {

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .header-sp-nav li,
  .header-sp-login li {
    width: auto;
  }

  .header-sp-nav-updated,
  .btn-sp-hd-login {
    margin: 0 10px;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .game-btn-list.btn-list li {
    width: 44px;
    padding: 7.5px 0;
  }

  .btn-list .game-btn-like .tooltip {
    right: -120%;
  }

}/* max-width: 400px */

@media screen and (max-width: 360px) {

  /*--------------------------------------------------------------
  # 共通
  --------------------------------------------------------------*/
  .btn-red a,
  .btn-blue a,
  .btn-red input,
  .btn-blue input {
    width: 100%;
  }

  /*--------------------------------------------------------------
  # 新着一覧
  --------------------------------------------------------------*/
  .pagination a,
  .pagination li.current {
    width: 40px;
  }

  .pagination span,
  .pagination a,
  .pagination li.current {
    height: 40px;
  }

  /*--------------------------------------------------------------
  # ヘッダー
  --------------------------------------------------------------*/
  .logo {
    margin: 8px;
    width: 80px;
  }

  /*--------------------------------------------------------------
  # アカウント登録・ログイン
  --------------------------------------------------------------*/
  .account-wrapper {
    padding: 0 20px;
  }

  .account-wrapper .form-radio-horizontal label + label {
    margin: 0 0 0 15px;
  }

  /*--------------------------------------------------------------
  # ゲーム詳細
  --------------------------------------------------------------*/
  .sp-game-pad .game-pad-arrow {
    left: 5px;
  }

  .sp-game-pad .game-pad-btn {
    right: 5px;
  }

  .sp-game-pad .game-pad-enter {
    bottom: 10px;
    right: 150px;
  }

}/* max-width: 360px */