@charset "utf-8";
/* CSS Document */

/* リセットcssここから */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
	box-sizing: border-box
}
* {
	margin: 0
}
html, body {
	height: 100%
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%
}
input, button, textarea, select {
	font: inherit
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word
}
#root, #__next {
	isolation: isolate
}
/* リセットcssここまで */

/* スクロールバーcss ここから */
::-webkit-scrollbar{
	width: 5px;
}
::-webkit-scrollbar-thumb{
	background-color: #bb5520;
	border-radius: 10px;
}
/* スクロールバーcss ここまで */
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Sawarabi Gothic', sans-serif;
	background: #EEE;
}

/* 目次ページ ここから */
.manual_content{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.manual_content h2{
	position: relative;
}
.koi2_manual_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 400px;
}
.koi2_bg_sp{
	display: none;
}
.manual_lang_box{
	width: 100%;
	max-width: 620px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	justify-content: space-between;
	margin: 50px auto;
}
/* 目次ページ ここまで */

#index_container{
	background: #F7F7F7;
	width: 100%;
}
#container {
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
	width: 100%;
	padding: 60px;
}
div.single_bg{
	background: url("../../images/Pat_paper.png");
}
.manual_container{
	display: flex;
}
main#main img{
	width: 100%;
}
#main {
	background: #FFF;
}
#main p {
	margin: 1em auto;
	line-height: 1.8;
	font-size: 16px;
}
#main .inner {
	padding: 60px;
	margin: auto;
}
section.inner{
	width: 100%;
	max-width: 1000px;
}
#main-visual h2 {
	font-size: 21px;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#global-head {
	position: fixed;
	color: #033560;
	width: 100%;
	padding: 10px 30px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
}
#sidebar {
	width: 400px;
	height: 100vh;
	position: sticky;
	top: 0;
	color: #afc3f2;
	background: #F7F7F7;
	overflow: auto;
	border-right: 1px solid #f5aa2f;
}
#brand-logo {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	text-align: center;
	margin: 50px auto 30px auto;
}
#brand-logo img{
	width: 100%;
	max-width: 250px;
}
#global-nav ul {
	list-style: none;
	margin: 30px;
	font-weight: 900;
	font-size: 20px;
}
#global-nav > ul > li {
	position: relative;
}
#global-nav a {
	text-decoration: none;
	display: inline-block;
	padding: 17px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #f5aa2f;
}
/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 46%;
	right: -5%;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #000;
}

#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav ul.sub-menu-nav{
	font-size: 16px;
	margin: 0;
	margin-left: 20px;
}
#global-nav .sub-menu-nav {
	display: none;
	padding: 10px 0;
}
#global-nav .sub-menu-nav a:hover {
	color: #f5aa2f;
}
#global-nav ul.manual_submenu{
	font-size: 13px;
}
#global-nav ul.manual_submenu li{
	margin-bottom: 10px;
}
#global-nav ul.manual_submenu li a{
	padding: 0;
	padding-left: 20px;
}
/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 10px;
	right: 10px;
	height: 32px;
	cursor: pointer;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
	height: 32px;
}
#nav-toggle span {
	width: 80%;
	height: 2px;
	left: 3px;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 3px;
}
#nav-toggle span:nth-child(2) {
	top: 13px;
}
#nav-toggle span:nth-child(3) {
	top: 23px;
}
.close #nav-toggle span:nth-child(1){
	top: 14px;
	transform: rotate(45deg);
}
.close #nav-toggle span:nth-child(2){
	width: 0;
	left: 50%;
}
.close #nav-toggle span:nth-child(3){
	top: 14px;
	transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}
/* close */
.close #container {
	margin-left: 0;
}
.close #nav-toggle span {
	background: #033560;
}
#nav-toggle{
	display: none;
}
/* タブメニュー ここから */
.tab{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
	border-bottom: 5px solid #FA960D;
}
.tab li a{
	display: block;
	background:#E5E5E5;
	padding:10px 20px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.tab li.active a{
	background:#FA960D;
	color: #FFF;
}
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #F7F7F7;
	padding:10px 20px;
}
.area.is-active {
	display: block;
	animation-name: displayAnime;
	/*animation-duration: 2s;*/
	animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
h1{
	font-size: 25px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 19px;
}
ul{
	list-style:none;
}
.area h2{
	font-size:1.3rem;}

.area li{
	padding: 10px; 
	border-bottom: 1px solid #ddd;
}
ul.tab li{
	width: 100%;
	max-width: 160px;
}
/* タブメニュー ここまで */

h1.manual_title{
	background: url("../images/cherry_title_bg_br.png") no-repeat;
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-size: 25px;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

/* ページネーション ここから */
.next_prev_wrap{
	width: 100%;
	max-width: 650px;
	display: flex;
	margin: 60px auto;
	justify-content: space-between;
	padding: 0 20px;
	align-items: center;
	font-weight: bold;
}
.next_prev_wrap p{
	font-size: 30px;
}
.next_prev_wrap a{
	color: #000;
	text-decoration: none;
	transition: color .2s linear;
}
.next_prev_wrap a:hover{
	color: #f5aa2f;
}
.pager-last:after{
	content: '';
	width: 83px;
}
/* ページネーション ここまで */

footer{
	background: #F7F7F7;
	padding: 30px 0;
	border-top: 1px solid #B5B5B5;
}
h1.manual_index_logo{
	text-align: center;
	margin-bottom: 40px;
}
h1.manual_index_logo img{
	width: 100%;
	max-width: 500px;
	margin: auto;
}
main#main > section.inner > p.manual_index_text{
	text-align: center;
	margin-bottom: 40px;
}
p.koi2_title_image{
	text-align: center;
}
p.koi2_title_image img{
	width: 100%;
	max-width: 850px;
	margin: auto;
}
div.manual_index_bg{
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 30px 50px;
	font-size: 20px;
	font-weight: bold;
}
div.manual_index_bg h1{
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
}
.manual_index p > a,
ul.manual_index_sub li a{
	text-decoration: none;
	color: #000;
	transition: color .3s linear;
}
.manual_index p > a:hover,
ul.manual_index_sub li a:hover{
	color: #f5aa2f;
}
div.manual_index {
	width: 100%;
	max-width: 620px;
	display: flex;
	flex-flow: column wrap;
	text-align: left;
	margin: auto;
	gap: 0 60px;
	max-height: 300px;
}
.manual_index p {
	display: flex;
	text-align: left;
	margin: 20px;
	align-items: center;
}
main#main > section.inner > div.manual_index_bg > div.manual_index p{
	font-size: 20px;
	margin: 20px;
}
main#main > section.inner > div.manual_index_bg > div.manual_index p.system{
	margin-bottom: 0;
}
span.index_icon {
	background: url("../images/index_icon.png") no-repeat;
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	display: block;
}
.manual_index_sub {
	list-style: none;
	padding: 0;
	margin-left: 60px;
	line-height: 2.5;
	font-size: 16px;
}
.inner_box{
	margin-bottom: 50px;
}
.inner_box h2 a{
	text-decoration: none;
	color: #EB2248;
	background: radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #fffb83 3px, transparent 3px) ,radial-gradient(circle at 3px calc(100% - 3px), #fffb83 3px, transparent 3px) ,linear-gradient(to bottom, #fff calc(100% - 14px), transparent calc(100% - 1px)) ,linear-gradient(to right, transparent 3px, #fffb83 3px, #fffb83 calc(100% - 3px), transparent calc(100% - 3px));
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
p.center-txt{
	text-align: center;
}
.bold_txt{
	font-weight: bold;
}
main#main > section.inner > div.inner_box > p.Emphasis{
	margin: 70px auto;
	font-weight: bold;
}
.master{
	margin-top: 100px;
}
video{
	width: 100%;
	max-width: 1000px;
}
.Qa-Box {
	width: 100%;
	background: #fff8dc;
	padding: 30px 20px;
	margin-bottom: 40px;
}
.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
	display: flex;
	align-items: center;
	margin: 30px 0;
}
.Qa dt.question {
	margin-top: 0;
	line-height: 1.7;
}
.Qa-Box .Qa dt::before {
	content: "Q";
	display: flex;
	justify-content: center;
	background: #D65556;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	padding: 0 2%;
}
.Qa-Box .Qa dt p {
	margin: 0;
	padding-left: 15px;
	font-weight: bold;
	width: 100%;
}
.Qa dd.answer {
	margin-bottom: 0;
}
.Qa-Box .Qa dd::before {
	content: "A";
	display: flex;
	justify-content: center;
	align-items: center;
	background: #6699B7;
	color: #FFF;
	font-weight: bold;
	font-size: 21px;
	width: 40px;
	height: 40px;
	padding: 0 2%;
}
.Qa-Box .Qa dd p {
	margin: 0;
	padding-left: 15px;
	width: 100%;
}
nav#global-nav ul li a{
	color: #000;
}
nav#global-nav ul li.panel_active a{
	color: #f5aa2f;
}
nav#global-nav ul li.sub-menu > ul.sub-menu-nav li.panel_active a{
	color: #f5aa2f;
}
li.sub-menu a{
	color: #000;
}
/* コンテンツ内css ここまで */

p.back_to_top{
	padding: 20px;
	background: #2a2a2a;
	text-align: center;
}
p.back_to_top a{
	display: inline-block;
}
p.back_to_top img{
	margin: auto;
}
div.footer-flex{
	width: 100%;
	max-width: 600px;
	margin: 20px auto 30px auto;
}
div.footer-flex ul{
	display: flex;
	padding-left: 0;
	justify-content: center;
	list-style: none;
}
div.footer-flex ul li.menu{
	font-size: 12px;
	list-style: none;
	margin-right: 20px;
	padding-left: 5px;
	border-left: 1px solid #FFF;
}
div.footer-flex ul li.menu a{
	color: #FFF;
	text-decoration: none;
}
div.footer-flex ul.sns-icon{
	gap: 10px;
}
.footer_sns {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    gap: 10px;
}
div.footer-flex ul li {
    list-style: none;
}
.footer_sns li {
    position: relative;
    background: #FFF;
    border-radius: 50%;
}
ul.footer_sns li a.sns-icon {
    display: inline-block;
    padding: 5px;
	border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #FFF;
	position: relative;
}
.sns-icon-twitter{
	background: #55ACEE;
}
.sns-icon-facebook{
	background: #3B5998;
}
.sns-icon-instagram{
	background: #D93177;
}
.sns-icon-youtube{
	background: #CD201F;
}
.footer_nav{
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 0;
	gap: 20px;
	margin: 30px auto;
}
.footer_nav li a{
	color: #BB5520;
	text-decoration: none;
}
ul.footer_sns li a span.fa-twitter:before, ul.footer_sns li a span.fa-facebook:before, ul.footer_sns li a span.fa-instagram:before, ul.footer_sns li a span.fa-youtube-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
}
p.copyright{
	text-align:center;
	font-size: 11px;
	color: #BB5520;
}
.ps_credit{
	text-align: center;
	font-size: 11px;
	padding: 10px;
	line-height: 1.8;
	margin: 30px auto;
}
.footer_logo_play {
	width: 100%;
	max-width: 16px;
	vertical-align: middle;
	display: inline;
}
.footer_logo_ps5 {
	width: 100%;
	max-width: 40px;
	vertical-align: baseline;
	display: inline;
}
.footer_logo_psvr2{
	width: 100%;
	max-width: 80px;
	vertical-align: middle;
	display: inline;
}
/* タブレット用css ここから */
@media screen and (max-width: 1280px) {
	/* 目次ページ ここから */
	.sp_header a.menu{
		right: 3%;
	}
	.News_wrap{
		height: 100vh;
	}
	/* 目次ページ ここまで */
	#container {
		margin-left: 0;
	}
	#brand-logo {
		margin: 45px auto 30px auto;
	}
	#brand-logo img{
		max-width: 300px;
	}
	#nav-toggle {
	display: block;
	background: #777;
	padding: 10px;
	width: 50px;
	height: 50px;
	}
	#nav-toggle span {
		background: #FFF;
	}
	.close #nav-toggle span {
		background: #FFF;
	}
	#sidebar {
		position: fixed;
		display: block;
		left: -420px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.close #sidebar {
		left: 0;
	}
	div.manual_index{
		width: 100%;
		max-width: 300px;
		height: initial;
		max-height: initial;
		padding: 0;
	}
	/* タブメニュー ここから */
	ul.tab{
		border: none;
	}
	ul.tab li{
		width: 100%;
		max-width: none;
	}
	ul.tab li a{
		border-bottom: 1px solid #000;
	}
	/* タブメニュー ここまで */
	.close #brand-logo{
		margin: 45px auto 10px auto;
	}
	.Qa-Box .Qa dt::before{
		padding: 0 3%;
	}
	.Qa-Box .Qa dd::before{
		padding: 0 3%;
	}
}
/* タブレット用css ここまで */

/* スマホ用css ここから */
@media screen and (max-width: 500px) {
	/* 目次ページ ここから */
	.koi2_bg_pc{
		display: none;
	}
	.koi2_bg_sp{
		display: inline;
	}
	.koi2_manual_logo{
		max-width: 300px;
	}
	.manual_lang_box{
		gap: 30px;
		justify-content: center;
	}
	.News_wrap{
		height: initial;
	}
	/* 目次ページ ここまで */
	div.manual_index_bg{
		padding: 30px 6px;
	}
	main#main > section.inner > p.manual_index_text{
		text-align: left;
	}
	#brand-logo img{
		max-width: 250px;
	}
	body.close{
		overflow: hidden;
	}
	#global-nav{
		padding-bottom: 60px;
	}
	#global-nav .sub-menu-head:after{
		right: -10%;
	}
	/*#global-nav{
		margin-top: 60px;
	}*/
	#global-nav ul{
		margin: 0 auto 30px auto;
		width: 100%;
		max-width: 250px;
	}
	#global-nav ul.sub-menu-nav{
		margin: 0;
		margin-left: 30px;
	}
	#sidebar{
		position: fixed;
		display: block;
		width: 100%;
		overflow: auto;
	}
	.close #brand-logo{
		margin: 45px auto 10px auto;
	}
	#container{
		padding: 0;
	}
	main#main{
		margin: 10px;
	}
	main#main > section.inner{
		padding: 53px 20px;
	}
	main#main > section.inner > div.innner_box > p.Emphasis{
		margin: 50px auto;
	}
	main#main > section.inner > .inner_box > .area p{
		font-size: 14px;
	}
	.next_prev_wrap p{
		font-size: 20px;
	}
	div.footer-flex ul{
		flex-wrap: wrap;
	}
	div.footer-flex ul li.menu{
		width: 100%;
		margin: 5px 15px;
		border-bottom: 1px solid #555;
		border-left: none;
		padding: 5px 10px;
		font-size: 14px;
	}
	.ps_credit{
		text-align: left;
	}
	.Qa-Box .Qa dt::before{
		padding: 0 6%;
	}
	.Qa-Box .Qa dd::before{
		padding: 0 6%;
	}
}
/* スマホ用css ここまで */