@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  --point-color01: #311C8A;
}
.m_t3em {
  display: block;
  margin-top: 3em;
}
/* -------------------------------------------------------------------------------- */
.gc-base {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gc-base p {
  font-size: 1em;
  line-height: 1.4em;
}
.gc-base h2 {
  font-weight: bold;
  font-size: 2em;
}
.gc-base h3 {
  font-weight: bold;
  font-size: 1.4em;
}
/* -------------------------------------------------------------------------------- */
.pageHeader {
  margin: 0;
  padding: 0;
}
.leadTitle {
  margin: 1em 0 .5em 0;
  padding: 1em 0 1em 1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  background: #F5F5F5;
  border-left: solid 20px var(--point-color01);
  border-bottom: solid 3px #d7d7d7;
}
.pageHeader div.date {
  font-size: 0.9em;
  text-align: right;
}
#sec01 {
  margin-top: 4em;
}
#sec02 {
  margin-top: 4em;
}
#sec03 {
  margin-top: 4em;
}
/* --------------------------まとめ------------------------- */ :root {
  --matome-h2-bg-color: #0F7E6E;
}
.matome {
  margin: 2em auto 0;
  padding-bottom: 1em;
  text-align: left;
}
.matome p {
  font-size: 1.05em;
  font-weight: normal;
  margin: 2em 0 1em;
}
.matome h2 {
  position: relative;
  font-size: 1.8em;
  padding: 0.3em 0.5em;
  margin-bottom: 1.1em;
  background: var(--matome-h2-bg-color);
  color: #FFFFFF;
}
.matome h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}
/* -------------------------------------------------------------------------------- リード */
.lead {
  margin: 0 auto;
  padding: 0;
}
.lead p {
  padding: 0 1em;
  font-weight: bold;
  font-size: 1.1em;
}
/* -------------------------------------------------------------------------------- */
.ttl {
  margin: 0 auto 2em;
}
.ttl h2.a1 {
  font-size: 0; /* 文字を非表示にする */
  background-image: url("../img/ttl_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
/* -------------------------------------------------------------------------------- */
.container-lr_con {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 1em;
}
.container-lr_con-item {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.container-lr_con-item-text h3 {
  color: #FF0000;
  margin: 0 0 1em 0;
  border-bottom: 2px solid #FF0000;
}
.container-lr_con-item img {
  width: 35%;
  height: auto;
}
.container-lr_con-item-text {
  width: 65%;
}
.container-lr_con-item-text p {
  margin: 0;
  padding: 0;
}
/* 偶数番目の項目は逆方向に並べる */
.container-lr_con-item:nth-child(even) {
  flex-direction: row-reverse;
}
/* 3枚横並び部分 */
.con_col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con_col > div {
  width: 100%;
}
.con_col > div:not(:last-child) {
  margin-bottom: 2em;
}
.con_col > div img {
  width: 100%;
  height: auto;
  display: block;
}
/* -------------------------------------------------------------------------------- */
.con_fle3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.con_fle3 > div {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 3em;
}
.con_fle3 > div:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.con_fle3 img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.con_fle3 p {
  margin: 2em 0 0;
  display: block;
  line-height: 1.6em;
}
.con_fle3 h3 {
  color: #00C1E9;
  font-size: 1.4em;
  line-height: 1.2em;
  text-align: center;
}
/* -------------------------------------------------------------------------------- ラストbanner */
.last_btn-wrapper {
  text-align: center;
  margin-top: 2em;
}
.last_btn-wrapper img {
  transition: filter 0.5s ease-in-out, transform 0.3s ease-in-out;
}
.last_btn-wrapper img:hover {
  filter: brightness(1.5) contrast(1.05);
  transform: scale(1.03);
}
.btn-list {
  margin: 2em;
}
/* -------------------------------------------------------------------------------- */
.item-wrapper {
  position: relative; /* 相対位置基準 */
  margin-top: 2em; /* 上のタブ分の余白を確保 */
}
.item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.item:first-child {
  margin: 0 auto;
}
.item:not(:first-child) {
  margin-top: 3em;
}
.item:last-child {
  margin-bottom: 0;
}
.contents-set-img_l-name {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: solid 8px #3E0ECB;
  box-sizing: border-box;
}
.contents-set-img_l-name h2 {
  text-align: center;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0;
  padding: .6em 0 .6em 2em;
  color: #FFFD00;
  background: hsla(225, 12%, 19%, 1.00);
  font-family: 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  font-weight: 900;
}
div.hard {
  display: flex;
  gap: .2em;
  flex-wrap: wrap;
  position: absolute;
  top: -1em;
  right: 0;
  z-index: 10;
}
div.hard span {
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  color: #fff;
  padding: .4em 1em;
  border: 2px solid #FFFFFF;
  white-space: nowrap;
}
span.ps5 {
  background-color: #8E8E8E;
}
span.ps4 {
  background-color: #00BBFF;
}
span.ns {
  background-color: #FF0004;
}
span.ds3 {
  background-color: #7BA3B5;
}
.contents-set-2w {
  margin: 2em;
  display: flex;
}
.contents-set-2w div.cs_image {
  box-sizing: border-box;
  width: 40%;
  text-align: center;
}
.contents-set-2w div.cs_image img {
  width: 80%;
}
.contents-set-2w div.cs_text {
  box-sizing: border-box;
  width: 60%;
}
.contents-set-2w div.cs_text p {
  margin: 0 0 0 2em;
  font-weight: bold;
}
.btn-wrapper {
  display: block;
  margin: 0 auto;
  padding: 1em 0 3em;
  text-align: center;
}
a.link-box {
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  background-color: #C40B0B;
  color: #FFFFFF;
  padding: .7em 1.8em; /* 上下そのまま、左右1.8em */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .8s;
  transition: all .8s;
  text-decoration: none;
  letter-spacing: .08em;
  border-radius: .5em;
  box-shadow: 3px 3px 0px 0px rgba(100, 0, 0, 1.00);
  display: inline-block;
  text-align: left; /* テキストを左揃え */
  padding-right: 3em; /* 矢印スペース */
}
a.link-box:hover {
  text-decoration: none;
  background: red;
}
a.link-box span.ya {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 15px;
}
a.link-box span.ya::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em 0 .4em .8em;
  border-color: transparent transparent transparent #FFF;
  display: inline-block;
  vertical-align: middle;
}
.outline_3_px {
  border: solid 3px #2B2E36;
}
.release-label {
  position: absolute;
  top: -1.5em;
  left: 2%;
  width: 4.5em;
  height: 4.5em;
  background: #FFFD00;
  color: #FF0004;
  font-size: .75em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding: .3em;
  box-sizing: border-box;
}