/*DLCレイアウト用*/
.contents-wrap6 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    flex-direction: row-reverse;
    background-size: cover;
    background: rgba(7,7,7,0.6);
    color: rgba(255,255,255,1.00);
    padding: 2%;
    border: 2px solid rgba(169,134,0,1.00);
    margin-bottom: 1%;
    width: 100%;
    /* align-items: flex-end;*/
}

/*動画トレーラーレスポンシブ*/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


/*スペック表*/
#specs {
	display: flex;
	align-items: center;
	width: 95%;
	max-width: 1400px;
	margin: 0 auto var(--spacing) auto;
}

/*横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}

.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}

.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
table {
    margin: 20px auto;
  font-size: 1rem;
  width: 100%;
  }
  .tbl-r02 th {
    color: #fff;
    padding: 10px;
    width: 20%;
  }
  table tr{
    border-bottom: 1px solid #FFF;
  }
  .tbl-r02 td {
    padding: 10px;
  }
   

section#about{
	/*margin: 0 calc(50% - 50vw);*/
	/*width: 100vw;*/
	background: url(../images/INQ_Background01.jpg) ;	/*背景画像の読み込み*/
	background-color: rgba(0, 0, 0, 0.260);
    background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
}
section#gameplay{
	/*margin: 0 calc(50% - 50vw);*/
	/*width: 100vw;*/
	background: url(../images/INQ_Background02.jpg) ;	/*背景画像の読み込み*/
	background-color: rgba(0, 0, 0, 0.260);
    background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
}
section#story{
	/*margin: 0 calc(50% - 50vw);*/
	/*width: 100vw;*/
	background: url(../images/INQ_Background03.jpg) ;	/*背景画像の読み込み*/
	background-color: rgba(0, 0, 0, 0.260);
    background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
}
section#point{
	/*margin: 0 calc(50% - 50vw);*/
	/*width: 100vw;*/
	background: url(../images/INQ_Background04.jpg) ;	/*背景画像の読み込み*/
	background-color: rgba(0, 0, 0, 0.260);
    background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
}

section#contents2{
	/*margin: 0 calc(50% - 50vw);*/
	/*width: 100vw;*/
	background: url(../images/INQ_Background05.jpg) ;	/*背景画像の読み込み*/
	background-color: rgba(0, 0, 0, 0.260);
    background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
}
.wraps{
	padding: 3%;
}


.contents-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 3rem;
	/*border-bottom: rgba(255, 255, 255, 0.791) 1px dashed;*/
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}

.contents-wrap2 {
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 3rem;
	/*border-bottom: rgba(255, 255, 255, 0.791) 1px dashed;*/
}
.contents-wrap2:nth-child(even) {
	flex-direction: row-reverse;
}

.contents-wrap5 {
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 3rem;
	/*border-bottom: rgba(255, 255, 255, 0.791) 1px dashed;*/
}

.contents-text {
	width: 55%; /*flex: 2;*/
}
.contents-text p  {
padding-top: 3% !important;
}
.contents-text p span.koko {
	text-align: center;
	font-weight: 600;
}
.contents-img {
	width: 40%; /*flex: 1;*/
}

.contents-text h2 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
}

.contents-img img {
	display: block;
	width: 100%;
	height: auto;
}

/*見出し*/
.heading10 {
	position: relative;
	/*padding-top: 30px;*/
	font-size: 26px;
	margin-bottom: 3%;
}

.heading10 span {
	position: relative;
	z-index: 2;
	font-weight: 600;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(254, 254, 254, 0.4);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}
.modal { position:fixed; display:none; z-index:9999; top:40%; left:50%; width:400px; height:200px; margin:-120px 0 0 -220px; padding:20px; text-align:center; }
.modal p { margin-bottom:10px; }
.modal a { 
	cursor:pointer;
	font-family: 'Abril Fatface', serif;
	text-decoration: none;
font-size: 2rem; 
margin: 2%;
}



@media screen and (max-width: 768px){
	.contents-wrap,
	.contents-wrap2,
	.contents-wrap5,
	.contents-wrap:nth-child(odd),
	.contents-wrap2:nth-child(odd),
	.contents-wrap2:nth-child(even),
	.contents-wrap5:nth-child(odd)  {
		flex-direction: column;
	}

	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}

	.contents-text {
		padding: 0.5rem;
	}

	.contents-text h3 {
		text-align: center;
	}
/*見出し*/
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 1rem;
}

.heading10 span {
	position: relative;
	z-index: 2;
	font-weight: 600;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(254, 254, 254, 0.4);
	font-size: 1.3rem;
	text-transform: uppercase;
	z-index: 1;
}
}
@media screen and (max-width: 640px) {
  table {
  font-size: 0.9rem;
  }
.last td:last-child {
border-bottom: solid 1px #ccc;
width: 100%;
}
.tbl-r02 {
width: 100%;
}
.tbl-r02 th,
.tbl-r02 td {
border-bottom: none;
display: block;
width: 100%;
}
.tbl-r02 th{
border-bottom: 1px solid rgb(255, 255, 255); 
color: rgb(255, 255, 255);
font-weight: 700;
}
.contents-wrap6,
	.contents-wrap6:nth-child(odd)  {
		flex-direction: column;
		margin-left: 1%;
		margin-right: 1%;
	}
	.contents-text,
	.contents-img {
		width: 100%; /*flex: 1;*/
	}
}
@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 25%;
	}
    .col_4 > div{
		width: 33.33333%;
	}
	.col_3 > div{
		width: 50%;
	}
	.col_2 > div{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 33.33333%;
	}
	.col_4 > div{
		width: 50%;
	}
	.col_3 > div{
		width: 100%;
	}
	.contents-text p  {
		padding-top: 3% !important;
		font-size: 1rem;
		}
}