@charset "utf-8";
html {
	font-size: 62.5%;
	height: 100%;
	min-height: 100vh;
	scroll-padding-top: 100px;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
	background-color: #e6e6e6;
	letter-spacing : 0.2em;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.wrapper{
	flex: 1;
}
header{
	background: #FFF;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.header_inner {
	padding: 10px 3%;
	top: 0;
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 120px;
	border-bottom: 4px solid #C7D6F2;
}
.header_inner h1.logo img{
	width: 100%;
	max-width: 200px;
	vertical-align: middle;
}
h1 {
	margin: 0; padding: 0;
	font-size: 20px;
}
h4{
	font-size: 2.3rem;
}
a {	
	text-decoration: none;
}
nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 0;
	display: flex;
}
li {
	margin: 0 0 0 15px;
	font-size: 14px;
}
h2 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
.sp-nav {
	display: none;
}
.pc-nav{
	display: flex;
	align-items: center;
	position: relative;
}
.pc-nav ul{
	margin-right: 100px;
	justify-content: center;
	padding: 10px;
	gap: 60px;
	font-weight: bold;
}
.pc-nav ul li a{
	color: #202F55;
}
.pc-nav ul li a:hover{
	color: #E20046;
}
.pc-nav p.lang{
	display: inline;
	margin: 0;
	margin-left: 30px;
}
.pc-nav p.lang:after {
	content: '▼';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(75%, -50%);
}
.pc-nav p.lang img{
	width: 100%;
	max-width: 50px;
}
.main-visual{
	position: relative;
	background: url("../images/Pat_01.svg");
	background-size: 5%;
}
.main-visual h1{
	clip-path: polygon(0 0, 92% 0, 68% 100%, 0% 100%);
}
.main-visual h1 img.pc_topImage{
	width: 100%;
	vertical-align: middle;
}
.home-about-movie{
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.movie-contents{
	padding-bottom: 56.25%;
	position: relative;
}
.movie-contents > iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
/* 言語選択 ここから */
nav.pc-nav .language-select {
	position: relative;
	display: inline-block;
}
nav.pc-nav ul li{
	font-size: 3rem;
}
.sp_lang{
	display: none;
}
.icon {
	cursor: pointer;
}
.icon img{
	width: 100%;
	max-width: 45px;
}
span.icon:after{
	content: '▼';
	position: absolute;
	font-size: 1.3rem;
	top: 50%;
	left: 75%;
	transform: translate(50%, -50%);
}

.pc-nav ul.language-list {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1;
	flex-wrap: wrap;
	top: 50%;
	left: 50%;
	transform: translate(-86%, 24%);
	gap: 0px;
	width: 230px;
}
.lang_active{
	background: #E20046;
	color: #FFF;
}
.pc-nav ul.language-list li.lang_active:hover{
	background: #E20046;
	color: #FFF;
}
.pc-nav ul.language-list li {
  cursor: pointer;
	padding: 6px 20px;
	margin: 0;
	width: 100%;
	font-size: 2rem;
}

.pc-nav ul.language-list li:hover {
  background-color: #C7D6F2;
}
/* 言語選択 ここまで */

/* twitterbox ここから */
.twitter-box_PC{
	position: absolute;
	right: 0;
	top: 45%;
	transform: translate(-20%, 50%);
}
.twitter-box-heading-pc {
    font-size: 1.3rem;
    background: #1DA1F2;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 5px;
	margin-bottom: -1px;
}
.twitter_container_sp{
	display: none;
}
.twitter-timeline{
	border: 5px solid #1DA1F2;
}
/* twitterbox ここまで */

.sp_topImage{
	display: none;
}
.sp_topCatch{
	display: none;
}
.pc_topCatch{
	width: 100%;
	max-width: 45vw;
	position: absolute;
	left: 4%;
	bottom: 8%;
}
.catch-container {
}
.logo-container img{
	position: absolute;
	top: 11%;
	right: 3%;
	width: 100%;
	max-width: 40vw;
}
.switch_logo{
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 20vw;
	min-width: 250px;
}
.about_game{
	padding: 80px 0;
	background: #202f55 url(../images/Pat_01.svg) repeat center;
	background-size: 5%;
	background-attachment: fixed;
}
.about_game:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url(../images/Pat_01.svg);
}
.about_game_inner{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 30px;
}
.about_game_content{
	margin-bottom: 120px;
}
.about_game_content:last-child{
	margin: 0;
}
.about_game_content_sub h2{
	text-align: center;
}
.about_game_content_sub h2 img{
	width: 100%;
	max-width: 940px;
}
.title_sp{
	display: none;
}
.game_image_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.game_image_wrap img{
	width: 100%;
	max-width: 450px;
	height: auto;
	border: 6px solid #EFA706;
}
table.SPEC_table{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	border: solid #202f55;
	border-collapse: collapse;
}
table.SPEC_table img{
}
.SPEC_table_image_switch {
	width: 50%;
	max-width: 50px;
}
.SPEC_table_image_steam {
	width: 50%;
	max-width: 100px;
}
table.SPEC_table td,
table.SPEC_table th {
	background: #C7D6F2;
	border-right: solid #202f55;
	border-top: 2px solid #202f55;
}
table.SPEC_table tr:nth-child(odd) td,
table.SPEC_table tr:nth-child(odd) th {
	background: #fff;
}
.SPEC_table img{
	display: inline-block;
	vertical-align: middle;
}
.trailer-container{
	padding: 80px 0;
	background: #f7cc61 url(../images/Pat_03.svg) repeat center;
	background-size: 5%;
	background-attachment: fixed;
}
.trailer-container:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url(../images/Pat_03.svg);
}
.game_image_txt{
	color: #202F55;
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
	font-size: 2rem;
	font-weight: bold;
}
.SPEC{
	overflow-x: hidden;
	padding: 80px 0;
	background: #ededed url(../images/Pat_02.svg) repeat center;
	background-size: 5%;
	margin-top: -10px;
	background-attachment: fixed;
}
.sp_SPEC_view {
	display: none;
}
.SPEC_content{
	font-size: 2rem;
	font-weight: bold;
}
span.txt-bold{
	font-weight: bold;
}
table.SPEC_table th{
	text-align: left;
	padding-left: 30px;
	width: 20%;
}
table.SPEC_table td{
	text-align: center;
	width: 40%;
}
.Teitter_box_SP{
	background: url("../images/Pat_01.svg");
	background-size: 5%;
	padding: 80px 0;
}
.twitter_icon_foot img{
	width: 100%;
	max-width: 30px;
	margin-top: 50px;
}
/* swiper用css ここから */
.News-container {
	overflow-x: hidden;
	padding: 80px 20px;
	background: url("../images/Pat_02.svg") repeat center;
	background-size: 5%;
	margin-top: -10px;
	background-attachment: fixed;
}
.News-container:before,
.SPEC:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	background: url(../images/Pat_02.svg) repeat;
}
h2.news_title{
	text-align: center;
	margin-bottom: 50px;
	background: url("../images/Img_Headline.png") no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 50px auto;
	position: relative;
	height: 80px;
}
h2.news_title img{
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
    padding: 1em 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    vertical-align: top;
	width: 100%;
	max-width: 350px;
}
.button.is-large {
    font-size: 1.5em
}
.button.is-fullwidth {
    display: flex;
    width: 100%
}
.button-primary {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
	background: #202F55;
}
.button-primary-inner {
    background: #E20046;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1;
}
.button-primary:hover:not(:disabled):not(.is-disabled) {
    opacity: 1;
}
.button-primary:hover:not(:disabled):not(.is-disabled) .button-primary-inner {
    opacity: 1;
	box-shadow: 0px 4px 4px 0px rgba(71, 71, 71, 0.4);
}

.c-card-inner {
    display: block;
    text-decoration: none
}
.c-card-thumbnail {
    text-align: center
}
.c-card-thumbnail img{
	width: 100%;
	height: auto;
}
.c-card-body {
    padding: 8px
}

.l-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 320px
}


.info-card {
    max-width: 640px
}
.info-card-container {
	display: flex;
	flex-wrap: nowrap;
	padding: 0 16px;
	position: relative;
	right: 30px;
}
.info-card-container .info-card {
    margin: 0 8px 16px;
    min-width: 10%
}
.info-card-inner {
    background: #FFF;
    border: 1px solid #7e9094;
    box-shadow: 0 0 20px 0 transparent;
    transition: border .3s ease-in, box-shadow .5s ease-out
}
.info-card-inner:hover {
    border-color: #bad6db;
    box-shadow: 0 0 20px 5px #4cf4ff;
    opacity: 1
}
.info-card-date {
    color: #15c9f6;
    display: block;
    margin-bottom: 4px;
	font-size: 1.3rem;
}
.info-card-title {
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-info-slider.swiper-container {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 1;
	flex-grow: 1;
	overflow: visible;
}
.home-info-slider .swiper-button-next, .home-info-slider .swiper-button-prev {
    display: flex;
    height: 100%;
    margin-top: 0;
    top: 0;
    width: 10%;
}
.home-info-slider .swiper-button-next:after, .home-info-slider .swiper-button-prev:after {
    content: "";
    display: block;
    height: 82px;
    transition: transform .3s ease-in-out;
    width: 35px;
}

.home-info-slider .swiper-button-prev {
	justify-content: flex-end;
	right: 90%;
	margin-right: 5%;
	left: inherit;
}
.home-info-slider .swiper-button-prev:after {
    background: url("../images/ArrowL.png") no-repeat;
    background-size: 35px 82px
}
.home-info-slider .swiper-button-next {
	justify-content: right;
	left: 90%;
	margin-left: 5%;
	right: inherit;
}
.home-info-slider .swiper-button-next:after {
    background: url("../images/ArrowR.png") no-repeat;
    background-size: 35px 82px;
}
.u-mt40 {
    margin-top: 40px
}
.u-mt10 {
	margin-top: 10px
}
.swiper-button {
	display: block flex;
	margin: auto;
	overflow: visible;
	justify-content: center;
}
/* 画像ズーム ここから */
.c-card-thumbnail {
	overflow: hidden;
}
.c-card-thumbnail:hover img{
	transform: scale(1.1);
}
.c-card-thumbnail img{
	transition: transform .6s ease;
}
/* 画像ズーム ここまで */


@media screen and (min-width:960px) {
	.home-info-slider {
		margin: auto;
		width: calc(100% - 35px);
		max-width: 1200px
	}
	.home-info-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
		opacity: .4
	}
	.home-info-slider .swiper-slide.swiper-slide-next+.swiper-slide {
		opacity: 1
	}
	.home-info-slider .swiper-button-next, .home-info-slider .swiper-button-prev {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	    flex-basis: 1;
	    flex-grow: 1;
    	padding: 0 16px
	}
}
/* swiper用css ここまで */

/* News用css ここから */
.single_height{
	height: 100vh;
}
.News-inner{
	padding: 30px;
}
ul.column_list{
	display: block;
	padding: 0;
}
.heading_title h1{
	text-align: center;
}
.heading_title h2{
	background: url("../images/Img_Headline.png") no-repeat;
	background-size: contain;
	height: 80px;
	width: 100%;
	max-width: 750px;
	margin: 0 auto 60px auto;
	position: relative;
}
.heading_title h2 span{
	color: #000;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}
.heading_title h1.manual_logo img{
	width: 100%;
	max-width: 480px;
}
.News-list-wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1260px;
	margin: auto;
	gap: 60px;
	justify-content: flex-start;
}
.News-list-wrap dl.info-card{
	width: 100%;
	max-width: 380px;
}
.News-list-wrap dl.info-card > .c-card-thumbnail img{
	width: 100%;
	height: auto;
}
.news_single{
	padding: 80px 0;
	background: #ededed url(../images/Pat_02.svg) repeat center;
	background-size: 5%;
	background-attachment: fixed;
}
.news_inner{
	background: #FFF;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 20px;
}
.news_inner h2{
	color: #000;
	font-weight: bold;
	font-size: 3rem;
}
.news_inner img{
	width: 100%;
}
.news_inner p{
	font-size: 1.5rem;
}
.news_inner p time{
	font-size: 1.3rem;
}
.news_2image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.news_2image span{
	width: 100%;
	max-width: 450px;
}
.news_inner h3{
	font-size: 2rem;
	margin-top: 50px;
}
.half_txt_wrap{
	display: flex;
	gap: 60px;
	margin-bottom: 40px;
	align-items: center;
}
.half_image{
	width: 100%;
	max-width: 400px;
}
.half_image_caption{
	width: 100%;
	max-width: 500px;
	font-size: 1.5rem;
}
.half_image_caption h4{
	text-shadow: 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #202F55, 0 0 2px #FFF;
	color: #FFF;
	border-bottom: 3px solid #202F55;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.News_top{
	width: 100%;
	max-width: 160px;
	margin: 50px auto;
	text-align: center;
	border-bottom: 2px solid;
	padding-bottom: 5px;
	font-weight: bold;
}
.News_top a:hover{
	color: #E20046;
}
.News_list{
	padding: 80px 0;
	background: #ededed url(../images/Pat_02.svg) repeat center;
	background-size: 5%;
	background-attachment: fixed;
}

.News_list:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	background: url(../images/Pat_02.svg) repeat;
}
.news_2block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto;
}
.news_2block_column{
	width: 100%;
	max-width: 450px;
}
/* News用css ここまで */

/* プレスリリース用css ここから */
.Press_Release_inner{
	background: #FFF;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 20px;
	font-size: 1.5rem;
}
.Press_Release_inner img{
	width: 100%;
}
.Press_Release_date{
	text-align: right;
}
.Press_Release_head{
	margin: 40px auto;
	font-size: 3rem;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.info_image_wrap{
	margin-top: 50px;
}
div.info_image_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info_image{
	width: 100%;
	max-width: 450px;
}
.image_txt_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 50px;
}
.Press_Release_image{
	width: 45%;
}
.Press_Release_txt{
	width: 50%;
}
.Press_Release_spec_title{
	margin-top: 80px;;
}
.Press_Release_spec{
	border: 1px solid #000;
	font-size: 1.5rem;
	width: 100%;
	max-width: 960px;
}
.Press_Release_spec th,
.Press_Release_spec td{
	border: 1px solid #000;
	padding: 0.8em;
	width: 100%;
}
.Press_Release_spec th{
	width: 30%;
}
/* プレスリリース用css ここまで */

/* マニュアル用css ここから */
.manual_index_container{
	padding: 80px 0;
	background: url(../images/Pat_02.svg);
	background-size: 5%;
	background-attachment: fixed;
	margin-top: -10px;
	height: 140vh;
}
.manual_lang_wrap{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-around;
}
.manual_lang_wrap > .u-mt10{
	width: 100%;
	max-width: 180px;
}
.manual-container{
	background: url("../images/Pat_02.svg") repeat;
	background-size: 5%;
	background-attachment: fixed;
}
.manual_switch-container {
	padding: 20px 0;
	background: #FFF;
	background-size: 5%;
	background-attachment: fixed;
	border-top: 5px solid #FF7F7F;
	border-bottom: 5px solid #FF7F7F;
}
.manual_steam-container {
	padding: 20px 0;
	background: #FFF;
	background-size: 5%;
	background-attachment: fixed;
	border-top: 5px solid #769CDA;
	border-bottom: 5px solid #769CDA;
}
.manual_content{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background: #FFF;
	padding-bottom: 60px;
}
.manual_content img{
	width: 100%;
	border: 1px solid #C5C5C5;
}
.manual_content h1{
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}
.manual_content h1.manual_logo{
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	min-height: 295px;
}
.manual_content h1.manual_logo img.manual_title_bg{
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0, -26%);
}
.manual_content h1.manual_logo img.manual_title{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 10%);
	width: 100%;
	max-width: 400px;
}
.manual_index{
	background: #F7F7F7;
	padding: 30px;
	margin: 0 3%;
}
.manual_content > .manual_index h2{
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	background: none;
}
h1.manual_logo img{
	border: none;
}
ul.manual_index_list{
	display: block;
	padding: 0;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
ul.manual_index_list li{
	font-size: 1.8rem;
}
.manual_content h2{
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	padding: 10px 0;
}
.manual_image{
	margin-bottom: 70px;
}
.manual_content h3{
	font-size: 2.7rem;
}
.content-box{
	margin: 100px 3% 0 3%;
}
.content-box p{
	font-size: 2rem;
	font-weight: bold;
	color: #202f55;
	line-height: 1.6;
}
.manual_heading{
	margin-bottom: 70px;
}
.manual_heading p{
	margin: 60px auto;
}
p.center-txt{
	text-align: center;
}
.mode-wrap{
	margin-bottom: 60px;
}
.mode-wrap h3{
	text-align: center;
	background: #E20046;
	color: #FFF;
	padding: 10px;
}
.mode-wrap_2way{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.mode-wrap_2way p{
	width: 100%;
	max-width: 450px;
}
.mode-wrap_2way_column{
	width: 100%;
	max-width: 450px;
}
/* マニュアル用css ここまで */

/* FAQ用css ここから */
.accordion_area {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.accordion_one{
	margin-bottom: 20px;
}
.accordion_area .accordion_one .ac_header {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  opacity: 0.8
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  opacity: 0.8
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #FFF;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #FFF;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 2rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
	position: absolute;
	left: 0;
	content: "Q．";
	color: #09357f;
	font-size: 20px;
	font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
	font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/* FAQ用css ここまで */

@media screen and (max-width: 850px) {
   .sp-nav {
      z-index: 9999999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 30px 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #202F55;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #202F55;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #202F55;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
	   font-weight: bold;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
	   color: #FFF;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   h2 {
      line-height: 1.6;
      text-align: center;
   }
	.news_inner h2{
		text-align: left;
		font-size: 2rem;
	}
}
footer{
	background: #000;
	color: #FFF;
	padding: 50px 0;
}
.footer_inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
	gap: 10px;
}
.footer_inner ul li a{
	color: #FFF;
}
.footer_inner p{
	text-align: center;
}
/* タブレット用css ここから */
@media screen and (max-width: 900px) {
	.header_inner{
		position: relative;
	}
	nav.pc-nav ul{
		display: none;
	}
	.pc_lang > ul.language-list{
		right: 0;
		left: initial;
		transform: translate(0%, 50%);
	}
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		font-weight: bold;
	}
	li.close span{
		font-size: 3rem;
	}
	.sp-nav li{
		margin: 0;
		padding: 0;
		font-size: 4rem;
	}
	.sp-nav li a,
	.sp-nav li span {
		display: block;
		padding: 20px 0;
		color: #FFF;
	}
	.sp-nav .close::before,
	.sp-nav .close::after{
		left: -10%;
		width: 25px;
		height: 3px;
	}
	.icon img{
		width: 80px;
		max-width: none;
	}
	#hamburger{
		position: absolute;
		right: 15%;
		top: 50%;
		transform: translate(0%, -50%);
		display: block;
		width: 30px;
		height: 25px;
	}
	#hamburger span{
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background: #202F55;
		transform: translateY(-50%);
	}
	#hamburger::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #202F55;
	}
	#hamburger::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #202F55;
	}
	.main-visual h1{
		clip-path: none;
	}
	.pc_topImage{
		display: none;
	}
	.sp_topImage{
		display: block;
		width: 100%;
	}
	.switch_logo{
		right: 0;
		top: 0;
		max-width: 24vw;
		min-width: 24vw;
	}
	.logo-container img{
		max-width: 55vw;
		top: 70%;
		left: 50%;
		transform: translate(-50%, 0)
	}
	.pc_topCatch{
		display: none;
	}
	.sp_topCatch{
		display: inline;
		position: absolute;
		top: 13%;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		max-width: 70vw;
	}
	h2.news_title{
		max-width: 510px;
		margin: 0 auto 50px auto;
	}
	h2.news_title img{
		max-width: 150px;
		top: 16%;
	}
	.about_game_content_sub h2 img.title_sp{
		display: block;
		width: 100%;
		max-width: 940px;
		height: auto;
		margin: auto;
	}
	.title_pc{
		display: none;
	}
	h2.about_game_title img{
		max-width: 330px;
		top: 20%;
	}
	.about_game_content_main{
		display: flex;
		flex-wrap: wrap-reverse;
	}
	.game_image_wrap{
		justify-content: center;
	}
	.game_image_wrap p img{
		max-width: none;
	}
	.twitter_container_sp{
		background: #202f55 url(../images/Pat_01.svg) repeat center;
		background-size: 5%;
		background-attachment: fixed;
		padding: 50px 0;
	}
	.Tw_box{
		width: 100%;
		max-width: 400px;
		margin: auto;
		background: #1DA1F2;
	}
	.twitter-box_PC{
		display: none;
	}
	.twitter_container_sp{
		display: block;
	}
	.twitter_container_sp > .home-twitter-box > .twitter-box-heading{
		font-size: 1.3rem;
		background: #1DA1F2;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		width: 100%;
		max-width: 400px;
		margin: auto;
		padding: 4px 0;
	}
	.SPEC_content{
		padding: 0 30px;
	}
	.SPEC_inner > h2.news_title img{
		max-width: 140px;
	}
	/* news用css ここから */
	.news_2image{
		justify-content: center;
	}
	.News-list-wrap{
		justify-content: center;
	}
	.News-list-wrap dl.info-card{
		max-width: 320px;
	}
	/* news用css ここまで */
	
	/* プレスリリース用cssここから */
	.Press_Release_head{
		font-size: 2.5rem;
	}
	.Press_Release_inner{
		font-size: 1.8rem;
	}
	div.info_image_inner{
		justify-content: center;
	}
	.info_image{
		width: 100%;
		max-width: 600px;
	}
	/* プレスリリース用cssここまで */

	/* マニュアル用css ここから */
	.mode-wrap_2way p{
		width: 100%;
		max-width: none;
		margin: 0;
	}
	.mode-wrap_2way_column{
		max-width: none;
	}
	.mode-wrap_2way{
		gap: 50px 0;
	}
	p.center-txt{
		text-align: left;
	}
	.br_pc{
		display: none;
	}
	/* マニュアル用css ここまで */
}
/* タブレット用css ここまで */

/* スマホ用css ここから */
@media screen and (max-width: 500px) {
	.header_inner h1.logo img{
		width: 100px;
	}
	.switch_logo{
		max-width: 25vw;
		min-width: 25vw;
		top: 0;
		right: 0;
	}
	.pc_lang{
		display: none;
	}
	.sp_lang{
		display: block;
		position: relative;
	}
	.sp_lang > ul.language-list{
		top: 50%;
		left: 50%;
		transform: translate(-82%, 30%);
		flex-wrap: wrap;
		position: absolute;
		padding: 0;
	}
	.sp_lang > ul.language-list li{
		width: 100%;
	}
	.icon{
		position: absolute;
		right: 6%;
		bottom: 50%;
		transform: translate(0%, 50%);
		width: 50px;
	}
	span.icon:after{
		left: 90%;
	}
	.icon img{
		width: 60px;
	}
	#hamburger{
		position: absolute;
		right: 15%;
		top: 50%;
		transform: translate(0%, -50%);
	}
	nav.pc-nav{
		display: block;
		position: initial;
	}
	nav.pc-nav ul{
		display: none;
	}
	nav.pc-nav ul.language-list{
		left: initial;
		top: 60px;
		transform: translate(0, 0);
		max-width: 170px;
	}
	nav.pc-nav .language-select{
		position: initial;
	}
	nav.sp-nav li{
		font-size: 3rem;
	}
	li.close span{
		font-size: 2rem;
	}
	.logo-container img{
		width: 100%;
		top: 70%;
		max-width: 55vw;
	}
	.header_inner{
		min-height: 60px;
		position: relative;
	}
	.sp_topCatch{
		width: 100%;
		max-width: 70vw;
		top: 13%;
	}
	.main-visual h1{
		clip-path: none;
	}
	.News-container{
		background-size: 18%;
	}
	.twitter_container_sp{
		background-size: 18%;
	}
	.trailer-container{
		background-size: 18%;
	}
	.home-about-movie{
		padding: 5%;
	}
	.about_game{
		background-size: 18%;
	}
	.about_game_inner{
		padding: 5%;
	}
	.SPEC{
		background-size: 18%;
	}
	.pc_SPEC_view {
		display: none;
	}
	.sp_SPEC_view {
		display: block;
	}
	h2.news_title{
		width: 100%;
		max-width: 370px;
		margin-bottom: 0;
	}
	h2.news_title img{
		width: 100%;
		max-width: 140px;
		top: 6%;
	}
	.title_sp{
		display: block;
	}
	.title_pc{
		display: none;
	}
	.about_game_inner > .about_game_title img{
		width: 100%;
		max-width: 300px;
		top: 12%;
	}
	.game_image_txt{
		font-size: 1.5rem;
		line-height: 1.8;
	}
	.SPEC_table_image_switch {
		width: 50%;
		max-width: 50px;
	}
	.SPEC_table_image_steam {
		width: 50%;
		max-width: 100px;
	}
	table.SPEC_table th, table.SPEC_table td{
		width: 100%;
		display: block;
	}
	table.SPEC_table tr:nth-child(odd) th{
		background: #C7D6F2
	}
	table.SPEC_table th{
		background: #C7D6F2;
		padding: 15px;
		text-align: center;
		border: none;
	}
	table.SPEC_table td{
		background: #FFF;
		padding: 15px;
		text-align: center;
		border: none;
	}
	.SPEC_content{
		font-size: 1.5rem;
		padding: 0 3%;
	}
	.SPEC_inner > h2.news_title img{
		max-width: 120px;
		top: 8%;
	}
	/* News用css ここから */
	.news_single{
		background-size: 18%;
	}
	.half_txt_wrap{
		flex-wrap: wrap;
		gap: 0;
	}
	.News-list-wrap{
		justify-content: center;
	}
	.heading_title h2{
		margin: 0;
	}
	.heading_title h2 img{
		width: 100%;
		max-width: 100px;
	}
	.heading_title h2 span{
		transform: translate(-50%, -90%);
	}
	/* News用css ここまで */

	/* プレスリリース用css ここから */
	.Press_Release_head{
		text-align: left;
	}
	.image_txt_wrap{
		flex-wrap: wrap;
	}
	.Press_Release_image,
	.Press_Release_txt{
		width: 100%;
	}
	.Press_Release_spec{
		width: 100%;
		word-break: break-all;
		word-wrap: break-all;
	}
	.Press_Release_spec th{
		background: #E3E3E3;
	}
	.Press_Release_spec th,
	.Press_Release_spec td{
		display: block;
		width: 100%;
	}
	/* プレスリリース用css ここまで */
	
	/* マニュアル用css ここから */
	.manual_index_container{
		height: auto;
		padding: 0;
		padding-bottom: 80px;
		background-size: 18%;
	}
	.manual_switch-container {
		height: auto;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		background-size: 18%;
	}
	.manual_steam-container {
		height: auto;
		padding: 0;
		padding-top: 20px;
		padding-bottom: 40px;
		background-size: 18%;
	}
	h1.manual_logo{
		font-size: 3rem;
	}
	.manual_lang_wrap{
		margin: 0;
	}
	.manual_lang_wrap > .u-mt40{
		max-width: none;
	}
	.single_height{
		height: auto;
	}
	.manual_content h1{
		font-size: 2.5rem;
	}
	.manual_content h1.manual_logo{
		min-height: 240px;
	}
	.manual_content h1.manual_logo img.manual_title{
		max-width: 330px;
	}
	.manual_content h1.manual_logo img.manual_title_bg{
		position: absolute;
		left: 0;
		top: 0;
		transform: translate(-25%, -25%);
		width: 190%;
	}
	p.center-txt{
		text-align: left;
	}
	.mode-wrap_2way{
		gap: 10px;
	}
	
	/* マニュアル用css ここまで */
}
/* スマホ用css ここまで */

/* iPhone5用css ここから */
@media screen and (max-width: 320px) {
	.logo-container img{
		max-width: 180px;
	}

	.sp_topCatch{
		max-width: 230px;
	}
	.game_image_txt{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	h1.manual_logo{
		font-size: 2.3rem;
	}
	p.center-txt{
		text-align: left;
	}
}
/* iPhone5用css ここまで */