@charset "utf-8";
/* CSS Document */

/*base*/
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 160%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "小塚ゴシック Pro";
	letter-spacing: .025em;
	color: #333;
	background-image: url("../images/bg.png");
	background-attachment: fixed;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Kosugi", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body,
div,
pre,
p,
blockquote,
form,
fieldset,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
tr,
embed,
object,
a,
img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}

.container {
	display: grid;
}

/*font*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
em {
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "小塚ゴシック Pro";
}

p,
table {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif, "小塚ゴシック Pro";
}

/*others*/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

html table {
	border-collapse: collapse;
}

*:first-child+html table {
	border-collapse: collapse;
}

table,
th,
td,
tr,
img {
	border: none;
}

th {
	text-align: center;
	font-weight: normal;
}

td {
	vertical-align: middle;
	border-collapse: collapse;
}

input {
	vertical-align: middle;
}

q:before,
q:after {
	content: '';
}

ul {
	list-style: none;
}

strong {
	font-weight: normal;
}

h3{
	/*キャラ名やシステムタイトルなど*/
	font-size: 5vw;
  font-family: "Kosugi", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333;
  margin-bottom: 50px;
}
p{
	font-size: 2vw;
	line-height: 1.5;
	color:#333;
}
/*
a {
	background:none;
}
*/
/* ---------------------------------------------------------------- */
.title {
	margin-top: 30px;
	margin-bottom: 50px;
}

.title img {
	width: 25vw;
	height: auto;
}

.df {
	display: flex;
	justify-content: space-between;
}

.jcc {
	justify-content: center;
}

.tac {
	text-align: center;
}

