@charset "UTF-8";

/* --------------------------------------------------------
	title
-------------------------------------------------------- */
main .tmp__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px 0 0;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
  box-sizing: border-box;
}

main .tmp__title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 1.8rem;
  background: #333;
  border-radius: 20px;
}

main .tmp__title span {
  position: relative;
  width: calc(100% - 50px);
  z-index: 1;
}

main .tmp__title span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ceefe4;
  z-index: -1;
  border-radius: 5px;
}

/* --------------------------------------------------------
	top
-------------------------------------------------------- */
/* 最新記事 */
#games #pickup_news .c_box {
  padding: 20px 0;
  border-bottom: 1px dotted #E5E5E5;
}

#games #pickup_news .news_box:last-child .c_box:last-child {
  border-bottom: none;
}

#games #pickup_news .c_box:after {
  display: block;
  clear: both;
  content: "";
}

#games #pickup_news .news_box .c_box .img_box {
  width: 240px;
  height: 180px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
}

#games #pickup_news .c_box a:hover .img_box {
  opacity: 0.8;
}

#games #pickup_news .news_box .c_box:nth-of-type(even) .img_box {
  float: right;
}

#games #pickup_news .img_box img {
  width: 240px;
  height: 180px;
  object-fit: contain;
}

#games #pickup_news .news_box .c_box .text_box {
  float: right;
  width: 470px;
  padding: 0 5px 0 0;
  line-height: 19px;
  font-size: 16px;
}

#games #pickup_news .news_box .c_box:nth-of-type(even) .text_box {
  float: left;
}

#games #pickup_news .text_box .read_more {
  display: inline-block;
  width: 170px;
  font-size: 12px;
  line-height: 1.4;
  background: #000;
}

#games #pickup_news .text_box .read_more span {
  padding: 5px;
  width: auto;
  display: block;
  color: #fff;
  text-align: center;
}

#games #pickup_news .c_box a:hover .text_box .read_more {
  text-decoration: none;
  opacity: 0.8;
}

/* 記事一覧 */
#games #news .c_box {
  padding: 20px 10px;
  border-bottom: 1px dotted #E5E5E5;
}

#games #news .news ul li:last-child {
  border-bottom: none;
}

#games #news .news ul li:after {
  display: block;
  clear: both;
  content: "";
}

#games #news .news ul li a:hover .text_box h3 {
  text-decoration: underline;
}

#games #news .news ul li .img_box {
  width: 100px;
  height: 100px;
  float: left;
  border: 1px solid #ccc;
  overflow: hidden;
}

#games #news .news ul li .img_box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

#games #news .news ul li a:hover .img_box img {
  opacity: 0.8;
}

#games #news .text_box {
  float: left;
  width: 605px;
  line-height: 19px;
  padding: 0 0 0 10px;
  font-size: 16px;

}

#games #news .day_time {
  font-size: 10px;
  color: #999;
  text-align: right;
}


/* --------------------------------------------------------
	toc
-------------------------------------------------------- */
#games.toc a,
#games.toc a:active,
#games.toc a:hover,
#games.toc a:visited {
  color: #333;
  text-decoration: none;
}

#games.toc .toc__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 30px;
  min-height: 120px;
  /*padding:15px;
  background: #eee;*/
}

#games.toc .toc__head .toc__data {
  width: calc(100% - 170px);
}

#games.toc .toc__head .toc__data figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 120px;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
}

#games.toc .toc__head .toc__data figure img {
  width: 152px;
  height: 114px;
  object-fit: cover;
}

#games.toc .toc__head .toc__data h1 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 120%;
}

#games.toc .toc__head .toc__data h1 i {
  margin-right: 10px;
}

#games.toc .toc__head .toc__data .toc__summary p {
  color: #666;
  font-size: 1.6rem;
  line-height: 160%;
}

#games.toc .articleList {
  margin-bottom: 30px;
}

/* --------------------------------------------------------
	archive
-------------------------------------------------------- */
#games.archive a,
#games.archive a:active,
#games.archive a:hover,
#games.archive a:visited {
  color: #333;
  text-decoration: none;
}

#games.archive .daily {
  margin-bottom: 30px;
  width: 100%;
}

#games.archive .daily .daily__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#games.archive .daily .date {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 14px;
}

/* --------------------------------------------------------
	articleList (bottom)
-------------------------------------------------------- */
.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.articleList .articleList__item {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

.articleList .articleList__item .articleList__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  padding: 10px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  opacity: 1.0;
  transition: 0.4s;
}

.articleList .articleList__item .articleList__inner:hover {
  opacity: 0.7;
}

.articleList .articleList__text--category {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.articleList .articleList__text--title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 140%;
}

.articleList .articleList__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 240px;
  height: 180px;
  overflow: hidden;
}

.articleList .articleList__thumbnail img {
  width: 240px;
  height: 180px;
  object-fit: cover;
}

.articleList .articleList__text {
  width: 100%;
}

.articleList .articleList__text--date {
  font-size: 1.2rem;
}

.articleList .articleList__twitter {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: url(../img/icon-twlist.svg) no-repeat;
}

/* --------------------------------------------------------
	xlarge
-------------------------------------------------------- */
.articleList.xlarge .articleList__item {
  width: 100%;
}

.articleList.xlarge .articleList__item .articleList__thumbnail,
.articleList.large .articleList__item .articleList__thumbnail {
  width: 240px;
  height: 180px;
  overflow: hidden;
}

.articleList.xlarge .articleList__item .articleList__thumbnail img,
.articleList.large .articleList__item .articleList__thumbnail img {
  width: 240px;
  height: 180px;
  object-fit: cover;
}

.articleList.xlarge .articleList__item .articleList__thumbnail img {
  width: 240px;
  height: 180px;
  object-fit: cover;
}

.articleList.xlarge .articleList__item .articleList__text,
.articleList.large .articleList__item .articleList__text {
  margin: 0;
  width: calc(100% - 260px);
}

.articleList.xlarge .articleList__item .articleList__text--category {
  display: inline-block;
  position: relative;
  top: inherit;
  left: inherit;
  padding: 0;
  color: inherit;
  background: none;
  font-size: 1.2rem;
  border-radius: 2px;
}

.articleList.xlarge .articleList__item .articleList__text--title {
  margin-bottom: 20px;
  padding: 0;
  color: inherit;
  font-size: 2.2rem;
  line-height: 140%;
  background: none;
  display: -webkit-box;
  box-sizing: border-box;
}

.articleList.xlarge .articleList__item .articleList__text--date {
  display: inline-block;
  position: relative;
  top: inherit;
  left: inherit;
  padding: 0;
  color: inherit;
  background: none;
  font-size: 1.2rem;
  border-radius: 2px;
}

/* --------------------------------------------------------
	large
-------------------------------------------------------- */
.articleList.large .articleList__item {
  width: 100%;
}

/* --------------------------------------------------------
	medium
-------------------------------------------------------- */
.articleList.medium .articleList__item {
  width: 49%;
}

.articleList.medium .articleList__thumbnail {
  margin: 0 auto 5px;
  width: 240px;
  height: 180px;
}

.articleList.medium .articleList__thumbnail img {
  width: 240px;
  height: 180px;
}

.articleList.medium .articleList__item .articleList__text--title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* --------------------------------------------------------
	small
-------------------------------------------------------- */
.articleList.small {
  margin-bottom: 30px;
}

.articleList.small:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.articleList.small .articleList__item {
  width: 32%;
}

.articleList.small .articleList__thumbnail {
  margin: 0 auto 5px;
  width: 168px;
  height: 126px;
}

.articleList.small .articleList__thumbnail img {
  width: 168px;
  height: 126px;
}

.articleList.small .articleList__item .articleList__text--title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.articleList.small .daily__inner:after {
  content: "";
  display: block;
  width: 32%;
}

/* --------------------------------------------------------
	xsmall
-------------------------------------------------------- */
.articleList.xsmall {
  margin-bottom: 0;
}

.articleList.xsmall .articleList__item {
  margin-bottom: 10px;
  width: 49%;
}

.articleList.xsmall .daily__inner .articleList__item {
  width: 100%;
}

.articleList.xsmall .articleList__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 60px;
  overflow: hidden;
}

.articleList.xsmall .articleList__thumbnail img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.articleList.xsmall .articleList__text {
  width: calc(100% - 90px);
}

.articleList.xsmall .articleList__text--category {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.articleList.xsmall .articleList__item .articleList__text--title {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.articleList.xsmall .articleList__item .articleList__text--description {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* --------------------------------------------------------
	otherList
-------------------------------------------------------- */
.nonGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px 0;
  padding: 0;
  width: calc(92vw - (300px + 4vw));
  box-sizing: border-box;
}

.nonGrid-item {
  margin-bottom: 30px;
  width: 32%;
  box-sizing: border-box;
}

.nonGrid-item .nonGrid-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}

.ngiList__text {
  width: calc(100% - 260px);
}

.ngiList__text--category {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.ngiList__text--title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 140%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ngiList__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 180px;
  overflow: hidden;
}

.ngiList__thumbnail img {
  width: 100%;
}

.ngiList__text--date {
  font-size: 1.2rem;
}

/* データがない場合の文言。 */
.nodt {
  text-align: center;
  margin-bottom: 10px;
  font-size: 10pt;
}