@charset "utf-8";

/* ---------------------------------------------------------
  環境依存初期化
----------------------------------------------------------*/
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p,img{
  margin:0;
  padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
img {
  vertical-align: bottom;
}
ul,ol {
  list-style: none;
}
*, *:before, *:after {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #0066cc;
}
a:active {
  color: #ee5a00;
}
a:focus {
	outline: none;
}
a:active img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* ---------------------------------------------------------
  基本スタイル
----------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  font-family: ヒラギノ角ゴ Pro W3,メイリオ,ＭＳ Ｐゴシック,Verdana ,sans-serif,Helvetica;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  word-wrap: break-word;
  word-break: break-all;
  padding-bottom: 0px; /* -- フッターオーバーレイ広告表示のためのスペース -- */
}



/* ---------------------------------------------------------
  Header
----------------------------------------------------------*/
header {
  background: #fff;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 3px solid #1e7238;
  border-bottom: 1px solid #8eb89b;
}

/* ロゴ */
.logo {
  text-align: center;
  font-size: 100%;
  margin-top: 13px;
}
.logo > a {
  display: inline-block;
}

.logo img {
  width: 165px;
  height: auto;
}

/* ----------- ヘッダーのボタン */
div.menu-btn {
  position: absolute;
  top: 13px;
  left: 15px !important;
  font-size: 2.1rem;
  color: #a0bf52;
  width: auto;
  padding: 0;
}
div.search-btn {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 1.8rem;
  color: #a0bf52;
}

/* ----------- ディスクリプション */
div.siteDesc {
  padding-top: 50px;
  background-color: #1e7238;
  text-align: center;
}
  div.siteDesc h1 {
    padding: 0.5rem;
    white-space: nowrap;
    font-size: 1rem;
    color: #fff;
    overflow: hidden;
  }
  div.siteDesc p {
    padding: 0.5rem;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    overflow: hidden;
  }
  div.siteDesc strong {
    font-weight: bold;
  }




/* ---------------------------------------------------------
  Footer
----------------------------------------------------------*/
footer {
  margin-top: 4em;
  width: 100%;
}

/* ----------- サインインリンク */
footer h2 {
  margin-bottom: 1em;
  background: #f1f8ff;
  padding: 0.5em 0;
}
footer h2:before {
  margin-right: 0.5em;
  background-color: #5c9ee7;
  padding: 0.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f2f6";
  font-weight: 900;
  color: #fff;
}
footer ul.member {
  margin-bottom: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer ul.member li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
footer ul.member li a {
  display: block;
  margin: 0 0.5em;
  height: 2.6em;
  line-height: 2.5em;
  background: #f1f8ff;
  border: solid 1px #5c9ee7;
  border-radius: 2em;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}
footer ul.member li a:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #5c9ee7;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}


/* サインイン */
footer ul.member li.signIn {
  text-align: center;
}
footer ul.member li.signIn a {
  background: none;
  border: none;
  border-radius: none;
  font-size: 1.4rem;
  color: #0066cc;
}
footer ul.member li.signIn a:before {
  background-color: #d81515;
  content: "\f2f6";
}
/* サインアップ */
footer ul.member li.signUpGame a:before {
  content: "\f2c2";
}
/* サインアップ */
footer ul.member li.signUpReviewer a:before {
  content: "\f4ad";
}
/* ゲーム編集 */
footer ul.member li.gameEdit a:before {
  content: "\f044";
}
/* ゲーム投稿 */
footer ul.member li.gamePost a:before {
  content: "\f11b";
}
/* Best10 */
footer ul.member li.best10 a:before {
  content: "\f164";
}
/* ユーザー名 */
footer ul.member li.userName a:before {
  content: "\f2bd";
}
/* サインアウト */
footer ul.member li.signOut {
  text-align: center;
}
footer ul.member li.signOut a {
  background: none;
  border: none;
  border-radius: none;
  font-size: 1.4rem;
  color: #0066cc;
}
footer ul.member li.signOut a:before {
  background-color: #d81515;
  content: "\f2f5";
}




/* ----------- フッターリンク*/
footer ul.footerLink {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
footer ul.footerLink li {
  float: left;
  width: 50%;
  background-color: #666;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}
footer ul.footerLink li:nth-child(2n+1) { /* 奇数行 */
  border-right: solid 1px #ccc;
}
footer ul.footerLink li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 1.2rem;
  white-space: nowrap;
	color: #fff;
}
footer div.copyright {
  clear: both;
  background-color: #1e7238;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 1.0rem;
  color: #fff;
}



/* ---------------------------------------------------------
  ドロワーメニュー
----------------------------------------------------------*/
nav.drawer-nav {
  -webkit-box-shadow: inset -3px 0 5px 0 rgba(0,0,0,0.12);
  box-shadow: inset -3px 0 5px 0 rgba(0,0,0,0.12);
  height: 100%;
  z-index: 999999999999999999;
}
div.drawer-menu {

}
div.drawer-menu a.drawer-home {
  display: block;
  background: #1e7238;
  color: #fff;
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #a0bf52;
  text-decoration: none;
}
  div.drawer-menu a.drawer-home > i {
    font-size: 1.6rem;
    margin-right: 0.5rem;
  }
div.drawer-menu div.drawer-menu-title {
  background: #f3f3f3;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1.3rem 1rem;
  border-bottom: 1px solid #ddd;
}
div.drawer-menu div.drawer-menu-title > i {
  font-size: 1.4rem;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
ul.cat-list li,
ul.ranking-list li,
ul.genre-list li,
ul.best-list li {
  border-bottom: 1px solid #ddd;
}
ul.cat-list li > a,
ul.ranking-list li > a,
ul.genre-list li > a,
ul.best-list li > a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 13px 25px 13px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  text-decoration: none;
}
ul.cat-list li > a:after,
ul.ranking-list li > a:after,
ul.genre-list li > a:after,
ul.best-list li > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 11px;
  right: 10px;
  font-size: 1.5rem;
}
ul.cat-list li.elog a {
  background: #f55187;
  color: #fff;
}
div.drawer-menu ul.best-list {
  padding-bottom: 150px;
}

/* ---------------------------------------------------------
  検索ボックス
----------------------------------------------------------*/
aside.s-search {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 5;
}

/* ----------- Input Submit  */
aside.s-search input[type="button"], #header div#fsearch input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
aside.s-search input.fs-search {
  width: 74%;
  height: 38px;
  float: left;
  background: #fff;
  color: #7d7d7d;
  border: 1px solid #e7e7e7;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  -webkit-border-radius: 0.5rem 0 0 0.5rem;
  line-height: 1;
  vertical-align: top;
  padding: 4px 5px;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  color: #555;
  -webkit-appearance: none;
}
  aside.s-search input.fs-search:focus {
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    outline: 0;
  }
aside.s-search input.fs-submit {
  width: 26%;
  height: 35px;
  float: right;
  padding: 0;
  -webkit-box-shadow: 0 3px 0 #70422d;
  box-shadow: 0 3px 0 #70422d;
  border: solid 1px #8a5338;
  border-left: none;
	border-radius: 0 0.5rem 0.5rem 0;
  -webkit-border-radius: 0 0.5rem 0.5rem 0;
  background-color: #8a5338;
  vertical-align: top;
  line-height: 1;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  color: #fff;
  -webkit-appearance: none;
}
  aside.s-search input.fs-submit:active {
    border-color: #0f99c4;
    background-color: #0f99c4;
    -webkit-box-shadow: 0 3px 0 #0f99c4;
    box-shadow: 0 3px 0 #0f99c4;
  }
aside.s-search input::-webkit-input-placeholder {
  color: #aaa;
}



/* ---------------------------------------------------------
  ソーシャルボタン
----------------------------------------------------------*/
div.snsButton {
  margin-bottom: 3rem;
  overflow: hidden;
  text-align: center;
}
div.snsButton h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 36px;
  font-size: 1.8rem;
  font-weight: bold;
}
div.snsButton h3:before, div.snsButton h3:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 1.8rem;
  height: 4px;
  background-color: black;
}
div.snsButton h3:before {
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  left:0;
}
div.snsButton h3:after {
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

div.snsButton ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.snsButton ul li a {
	display: block;
	width: 96%;
	margin: 2%;
	padding: 2% 0;
	text-align: center;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
}
div.snsButton ul li a:active {
	opacity: 0.8;
}
div.snsButton ul:after {
	content: "";
	display: block;
	clear: both;
}
div.snsButton ul li {
	float: left;
	width: 25%;
}
div.snsButton ul li i {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.6rem;
  height: 1.6rem;
}
div.snsButton ul a.share-tw {
	background-color: #55acee;
}
div.snsButton ul a.share-fb {
	background-color: #3b5998;
}
div.snsButton ul a.share-gp {
	background-color: #dd4b39;
}
div.snsButton ul a.share-hb {
	background-color: #008fde;
}
div.snsButton ul a.share-hb i.hatena {
  display: block;
	font-family: Verdana;
	background-color: #008fde;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
div.snsButton ul a.share-ln {
	background-color: #00B900;
}
div.snsButton ul a.share-ml {
	background-color: #555;
}


/* ---------------------------------------------------------
  パンくずリスト（スクロールバー）
----------------------------------------------------------*/
/* ----------- フリックできるパンくずリスト */
nav.breadcrumb-list {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  overflow-x: scroll;
  background-color: #f5f6f7;
  border-bottom: solid 1px #ccc;
}
nav.breadcrumb-list ol {
  list-style: none;
  display: table;
}
nav.breadcrumb-list ol li {
  padding: 0.5rem 0;
  display: table-cell;
  white-space: nowrap;
}
nav.breadcrumb-list ol li span.home {
  padding-left: 1rem;
}
nav.breadcrumb-list ol li span.home::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  padding-right: .25rem;
}
nav.breadcrumb-list ol li i {
  padding: 0 1rem;
}
nav.breadcrumb-list ol li a {
  text-decoration: none;
  color: #333;
}

/* ----------- 画面の横幅が992px以上 */
@media screen and (min-width: 992px) {
  /* ----------- スクロールバーの装飾 */
  .breadcrumb-list.scroll-bar::-webkit-scrollbar {
    height: 10px;
  }
 
  .breadcrumb-list.scroll-bar::-webkit-scrollbar-track {
    background-color: #f5f6f7;
  }
 
  .breadcrumb-list.scroll-bar::-webkit-scrollbar-thumb {
    background-color: rgba( 238, 238, 238, 0.8);
  }
}



/* ---------------------------------------------------------
  5 Star Rating
----------------------------------------------------------*/
.mtCommentRating,
.star-btn {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 32px;
    overflow: hidden;
    background: url(../img/rating-star_sp.png) no-repeat right top;
    zoom: 1;
}
.mtCommentRating span,
.star-btn .text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.mtCommentRating.star_5 { background-position: 0 0; }
.mtCommentRating.star_4 { background-position: -32px 0; }
.mtCommentRating.star_3 { background-position: -64px 0; }
.mtCommentRating.star_2 { background-position: -96px 0; }
.mtCommentRating.star_1 { background-position: -128px 0; }
.mtCommentRating.star_4dot5 { background-position: 0 -32px; }
.mtCommentRating.star_3dot5 { background-position: -32px -32px; }
.mtCommentRating.star_2dot5 { background-position: -64px -32px; }
.mtCommentRating.star_1dot5 { background-position: -96px -32px; }
.mtCommentRating.star_0dot5 { background-position: -128px -32px; }

.star-btn .btn {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
    zoom: 1;
}



/* ---------------------------------------------------------
  エロゲと饗へのバナーリンク
----------------------------------------------------------*/
div.r18Link {
  margin-bottom: 2em;
  text-align: center;
}
div.r18Link img {
  max-width: 50%;
  height: auto;
}



/* ---------------------------------------------------------
  ページネーション
----------------------------------------------------------*/
#fs-paginate {
  margin: 20px 0 3em;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
}
  #fs-paginate li {
    display: inline-block;
		margin: 0;
		padding: 0;
  }
	#fs-paginate li a {
		display: inline-block;
		margin: 0 0.2em 0.5em;
		padding: 0.5em 1em;
    border-radius: 3px;
    border: 1px #c1c1b3 solid;
		background-color: #c1c1b3;
		text-decoration: none;
		vertical-align: bottom;
		list-style: none;
		font-size: 1.6rem;
		cursor: pointer;
		color: #fff;
	}
	#fs-paginate li a:action {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	}
	#fs-paginate li span.delimiter {
		display: inline-block;
		margin: 0 0.2em 0.5em;
		padding: 0.5em;
		text-decoration: none;
		vertical-align: bottom;
		list-style: none;
		font-size: 1.6rem;
		color: #c1c1b3;
	}
	#fs-paginate li.fs-current a {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	  font-weight: bold;
	  color: #fff;
	}
	#fs-paginate li.fs-current span.current {
	  display: inline-block;
		margin: 0 0.2em 0.5em;
		padding: 0.5em 1em;
    border-radius: 3px;
		text-decoration: none;
		vertical-align: bottom;
		list-style: none;
		font-size: 1.7rem;
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	  font-weight: bold;
	  color: #fff;
	}



/* ---------------------------------------------------------
  ネタバレ隠し（過去のもの後で消す）
----------------------------------------------------------*/
span.netabare {
  display: block;
  margin: 1em auto;
  width: 10em;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5em 1em;
  background-image:-moz-linear-gradient(
  top,
  #ffa035 0%,
  #ff8300);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#ffa035),
  to(#ff8300));
  background: linear-gradient(to bottom, #ffa035, #ff8300);/* IE10+, W3C */
  border-radius: 25px;
  text-align: center;
  text-shadow:-1px -1px #555;
  font-weight: bold;
  color: #fff;
}


/* ---------------------------------------------------------
  ネタバレ隠し（モダンブラウザ対応版）
----------------------------------------------------------*/
summary.netabare {
  display: block;
  margin: 1.5em auto;
  width: 10em;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5em 1em;
  background: linear-gradient(to bottom, #ffa035, #ff8300);
  border-radius: 25px;
  text-align: center;
  text-shadow: -1px -1px #555;
  font-weight: bold;
  color: #fff;
  /* summary特有の黒い三角マークを消す */
  list-style: none;
}

/* Safari向けの三角マーク消去 */
summary.netabare::-webkit-details-marker {
  display: none;
}

/* --- フワッと開くアニメーションの定義 --- */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px); /* 10px上からスタート */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 元の位置へ */
  }
}

/* --- detailsが開いた時にアニメーションを適用 --- */
details[open] .spoiler-content {
  animation: fadeInDown 0.3s ease-out forwards; /* 0.3秒かけてフワッと表示 */
}

/* --- ネタバレを開いた後、ボタン（summary）を非表示にする --- */
details[open] summary.netabare {
  display: none;
}