@charset "UTF-8";

/*--------FONT------*/
@import url('https://fonts.googleapis.com/css?family=PT+Serif');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap');
/*--------------*/

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: 10%;
	color: #000;
}

a {
	color: #555;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

h2 {
	font-size: 30px;
	letter-spacing: 0.05em;
	padding: 0.3em;
	box-sizing: border-box;
	text-align: center;
	color: #fbfbe9;
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #4aa59e;
    font-weight: bold;
}
h2 span{
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	background-color: #ef549c;
}
h2 em{
	background-color: #000;
	color: #ef549c;
	font-style: normal;
}

h3 {
	font-size: 30px;
	letter-spacing: 0.2em;
	border-bottom: double 3px #ccc;
	padding-bottom: 5px;
	margin-top: 50px;
	margin-bottom: 10px;
}
h4{
	font-size: 21px;
	letter-spacing: 0.1em;
	padding: 0 0.5em;
	margin-top: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
    color: #692c10;
}

.smo12 {
	font-size: 12px;
}
.sto {
	font-weight: bold;
}
.poiColor {
	color: #8b5599;
}

#headerLink {
	display: table;
	width: 100%;
	text-align: center;
}
#headerLink #logo, #headerLink #hLink {
	display: table-cell;
}
#headerLink #logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
#headerLink #logo img {
	width: 100%;
}
#headerLink #hLink {
	vertical-align: bottom;
	text-align: right;
}
#headerLink #hLink a {
	box-sizing: border-box;
	display: inline-block;
	color: #b29223;
	background-color: #000;
	text-decoration: none;
	padding: 5px 15px;
	border: solid 1px #ccc;
	border-radius: 10px;
	
}
#headerLink #hLink a:hover {
	color: #fff;
	background-color: #82560a;
	text-decoration: none;
}
header {
	text-align: center;
	width: 100%;
	padding: 1.0em 0 0 0;
}
header nav::after{
	width: 100%;
	border-top:3px #000 solid;
	display: block;
}

header nav {
	padding: 0.3em;
	margin-top: 10px;
	font-size: 30px;
    /*background-color: #99823b;*/
}
header nav a {
    font-weight: bold;
    font-family: "Zen Maru Gothic", sans-serif;
	position: relative;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
    margin: 5px 10px;
	color: #99823b;
    background-color: #fbfbe9;
	padding: 0.5em;
    font-size: min(3.2vw, 18px);
    border: 3px solid;
    border-image: linear-gradient(45deg, 
                #b8860b, #ffd700, #ffff99, #b8860b, #8b7355, #ffd700, #b8860b) 1;
    box-shadow: 1px 1px 0 #000;
    
    /*border-radius: 1.0em;*/
    
}
header nav a span.sub{
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	border-top: solid 1px #b3a0d5;
}

header nav a:hover {
	text-decoration: none;
	background-color: #99823b;
    color: #fbfbe9;
    opacity: 1.0;
	
}
header nav a:hover span.sub{
}

header nav a span.red {
	color: #276382;
}

#all {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	min-width: 1000px;
	margin: auto;
}

#content {
	margin-top: 20px;
}
.sns_box{
    max-width: 900px;
    width: 90%;
    margin: 2.0em auto;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sns_link{
    display: inline-block;
    padding: 1.0em;
    text-decoration: none;
    background-color: #4aa59e;
    border-radius: 1.0em;
    border: solid 3px #fff;
    box-shadow: 5px 5px 0 #555;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease-out;
    color: #fff;
}
.sns_link:hover{
    text-decoration: none;
    opacity: 1.0;
    box-shadow: 0 0 0 #555;
    transform:translate(0,5px);
}
/* youtube100% */
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.subNav{
}
.subNav a{
	background-color: #ccc;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: double 3px #ccc;
	color: #fff;
	background-color: #c69ed0;
	box-sizing: border-box;
	margin: 0.5em;
	padding: 0.5em;
}
#pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	cursor: pointer;
	background-color: #4aa59e;
	box-sizing: border-box;
	border: double 3px #fff;
}

#pagetop img{
	width: 100%;
	max-width: 40px;
	vertical-align: middle;
}

#pagetop:hover{
	/*background-color: #000;*/
}

#pagetop:hover a{
	opacity: 0.7;
}
/* //////////////////////////////////////////////////////////////////
// トップ
////////////////////////////////////////////////////////////////// */
#mainImg {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.spec {
	font-size: 12px;
	margin-top: 10px;
	color: #000;
	border: double 3px #99823b;
	padding: 10px;
    font-size: min(3.0vw, 16px);
}
.spec dl {
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.spec dt, .spec dd {
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
	margin: 3px 0px;
}
.spec dt {
	width: 20%;
    color: #fbfbea;
    background-color: #4aa59e;
    text-align: center;
}
.spec dd {
	width: 80%;
	padding: 0px 10px;
}

.top2nd {
    box-sizing: border-box;
    display: table-cell;
    width: 50%;
    vertical-align: top;
	padding: 1%;
    background-color: #fbfbe9;
	color: #99823b;
}

.ver {
	font-size: 12px;
	margin-top: 10px;
}
.ver .verTab {
	display: table;
	width: 100%;
	border-bottom: double 3px #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.ver .verTab p,
.ver .verTab span {
	display: table-cell;
	vertical-align: middle;
}
.ver .verTab p {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E","Noto Serif JP", "ＭＳ Ｐ明朝", serif;
	font-size: 30px;
	width: 30%;
}
.ver .verTab span {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Noto Serif JP",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	width: 70%;
}
.ver dl {
	box-sizing: border-box;
	background-color: #ccc;
	border-radius: 10px;
	width: 49.5%;
	height: auto;
	padding: 10px;
}
.ver dl:first-child {
	float: left;
}
.ver dl:last-child {
	float: right;
}
.ver dt, .ver dd {
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
	margin: 3px 0px;
}
.ver dt {
	width: 20%;
	clear: both;
}
.ver dd {
	border-left: solid 1px #fff;
	width: 80%;
	padding: 0px 10px;
}
#newsBox {
	line-height: 1.5;
	border: solid 3px #99823b;
	width: 96%;
	box-sizing: border-box;
    margin: 1.0em auto;
	overflow: hidden;
	background-color: rgba(251, 251, 233, 0.50);
	color: #99823b;
	
}
#newsBox .newsTit {
	font-size: 18px;
	border-bottom: double 3px #fff;
	padding: 10px;
	text-align: center;
    background-color: #99823b;
    color: #fbfbe9;
}
.newsCell{
    height: 200px;
    overflow: auto;
}
#newsBox dl {
	padding: 0.3em;
    background-color: #fbfbe9;
    margin-bottom: 0.2em;
}
#newsBox dt {
	font-weight: bold;
	padding: 0.2em;
}
#newsBox dd {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#newsBox dd p {
	text-indent: -1em;
	padding-left: 1em;
}
#newsBox a {
	font-weight: bold;
	text-decoration: none;
	color: #4aa59e;
	padding: 0 0.5em;
	/*background-color: #4aa59e;*/
    
}

/* //////////////////////////////////////////////////////////////////
// ストーリー
////////////////////////////////////////////////////////////////// */
section.story{
	margin-bottom: 2em;
	/*background-image: url(../img/tex_bg2.jpg);
	border: solid 3px #5c272a;*/
	/*border-radius: 10px;*/
}

#story {
	color: #692c10;
    font-family: "Zen Maru Gothic", sans-serif;
}
.story_box {
	padding: 1% 2%;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.words{
	padding: 2% 0;
	border-bottom: solid 1px #ccc;
}
#story span.font_l{
	font-size: 21px;
	color: #555;
	border: #ccc 1px solid;
	padding: 0.2em;
	display: inline-block;
}
#story span.color_red{
	color: #276382;
}

/* //////////////////////////////////////////////////////////////////
// キャラクター
////////////////////////////////////////////////////////////////// */
section.chara_box{
	margin-bottom: 2em;
    
}
.chara {
    color: #692c10;
    font-family: "Zen Maru Gothic", sans-serif;
}
.chara .charaBox {
	box-sizing: border-box;
	float: left;
	padding: 30px 10px;
	width: 50%;
}

.chara .charaBox img, .chara .charaBox .charaTxt {
	display: table-cell;
	vertical-align: top;
}
.chara .charaBox img {
	box-sizing: border-box;
	width: 23%;
	float: left;
	width: 46%;
}

.chara .charaBox .charaTxt {
	box-sizing: border-box;
	width: 75%;
	padding-left: 0.5em;
	float: right;
	
	float: right;
	width: 52%;
}
.chara .charaSub {
	width: 50%;
}
.chara .charaSub img {
	width: 46%;
}
.chara .charaSub .charaTxt {
	float: right;
	width: 52%;
}

.chara .charaBox .charaName {
	font-size: 16px;
	line-height: 1.6em;
}
.chara .charaBox .charaName span {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
}
.chara .charaBox .charaName_en{
	font-size: 21px;
	line-height: 1.0em;
}

.chara .charaBox .charaName span.root1,
.chara .charaBox .charaName span.root2,
.chara .charaBox .charaName span.root3 {
	color: #fff;
	padding: 0px 10px;
	border-radius: 5px;
}
.chara .charaBox .charaName span.root1 {
	background-color: #ea5598;
}
.chara .charaBox .charaName span.root2 {
	background-color: #f39800;
}
.chara .charaBox .charaName span.root3 {
	background-color: #5646a5;
}
.chara .charaBox .charaCv {
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #4aa59e;
}



/* //////////////////////////////////////////////////////////////////
// システム
////////////////////////////////////////////////////////////////// */
section.system_box{
	margin-bottom: 2em;
	/*background-image: url(../img/tex_bg2.jpg);
	border: solid 3px #5c272a;
	border-radius: 10px;*/
}
.sysBox {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding: 1.0em;
	box-sizing: border-box;
    color: #692c10;
}
.sysBox img, .sysBox .sysTxt {
	display: table-cell;
	vertical-align: top;
}
.sysBox img {
	box-sizing: border-box;
	width: 100%;
	max-width: 500px;
    margin-bottom: 5px;
}
.sysBox .sysTxt {
	box-sizing: border-box;
	width: 60%;
	padding-left: 20px;
}
.sysBox dl{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 1%;
	
}
.sysBox dl dt{
	font-weight: bold;
	background-color: #f2dbb3;
	border-radius: 4px;
	padding: 0.1em;
}


/* //////////////////////////////////////////////////////////////////
// ヘルプ
////////////////////////////////////////////////////////////////// */
section.help_box{
	margin-bottom: 2em;
	/*background-image: url(../img/tex_bg2.jpg);
	border: solid 3px #5c272a;
	border-radius: 10px;*/
}
#help{
	width: 94%;
	margin: 0 auto;
    color: #692c10;
}
#help dt {
	font-weight: bold;
	background-position: center;
	background-repeat: repeat;
	padding: 5px;
	border-radius: 5px;
	color: #fbfbe9;
    background-color: #4aa59e;
}
#help dd {
	padding: 5px;
	margin-bottom: 20px;
}
.phone_list{
	border: #555 1px solid;
	border-collapse: separate;
	border-spacing: 0px;
}

.phone_list .phone_read{
	color: #fff;
	background-color: #555;
}
.phone_list .phone_read td{
	 padding: 0 0.5em;text-align: center;
}

.phone_list .phone_name{
	background-color: #fff;
}
.phone_list .phone_name:nth-child(even){
	background-color: #ccc;
}
.phone_list .phone_name td{
	padding: 0.5em;text-align: left;
}
.phone_list .phone_name td:nth-child(2){
	border-left: 1px solid #fff;
}
#slide_btn{
	font-weight: bold;
	cursor: pointer;
}
#slide_table{
	display: none;
}

/* ウィンドウ幅が0-767pxの場合に適用するCSS */
@media screen and (max-width:767px){
	
	#headerLink, #headerLink #logo, #headerLink #hLink, #headerLink #hLink a ,.top2nd{
		display: inherit;
		width: 100%;
	}
	#headerLink #logo {
		margin: 0 auto;
	}
	#headerLink #hLink{
		margin-top: 20px;
	}
	#headerLink #hLink a {
		text-align: center;
	}
	#all {
		min-width: auto;
		padding: 1em;
	}
	#pagetop{
		width: 12%;
		max-width: 40px;
	}
    .br_tb{display: block;}
	/* //////////////////////////////////////////////////////////////////
	// トップ
	////////////////////////////////////////////////////////////////// */
	.spec dl, .spec dt, .spec dd {
		float: none;
		width: 100%;
	}
	.spec dt {
		color: #fbfbea;
        background-color: #4aa59e;
		padding: 5px;
		border-radius: 5px;
	}
	.spec dd {
		border: none;
	}
	.ver .verTab, .ver .verTab p, .ver .verTab span {
		display: inherit;
		width: 100%;
	}
	.ver dl, .ver dt, .ver dd {
		float: none;
		width: 100%;
	}
	.ver dl:last-child {
		margin-top: 10px;
	}
	.ver dt {
		background-color: #fff;
		padding: 5px;
		border-radius: 5px;
	}
	.ver dd {
		border: none;
	}
    .sns_box{
        grid-template-columns: 1fr;
    }
	/* //////////////////////////////////////////////////////////////////
	// キャラクター
	////////////////////////////////////////////////////////////////// */
	.chara .charaBox{
		width: 50%;
	}
	.chara .charaBox .charaTxt {
		width: 100%;
	}
	.chara .charaBox .charaName {
		font-size: 2.4vw;
	}
	.chara .charaBox img{
		width: 100%;
		margin: 0 auto;
	}
	/* //////////////////////////////////////////////////////////////////
	// システム
	////////////////////////////////////////////////////////////////// */
	.sysBox, .sysBox img, .sysBox .sysTxt {
		display: inherit;
	}
	.sysBox img {
		width: 100%;
		margin: 0 auto 10px auto;
	}
	.sysBox .sysTxt {
		width: 100%;
		padding-left: 0px;
	}
	
	#newsBox,.twidget{
		width: 100%;
		margin: 10px 0;
	}
	
}

@media screen and (max-width:500px){
	body{
		font-size: 3.2vw;
	}
	h1{
		font-size: 8.0vw;
	}
	h2{
		font-size: 6.0vw;
	}
	h3{
		font-size: 6.0vw;
	}
	h4{
		font-size: 5.0vw;
	}
	header nav{
		margin-top: 0;
	}
	header nav a{
		text-align: center;
		box-sizing: border-box;
		margin: 1%;
		font-size: 5.0vw;
	}
	header nav a span.sub{
		font-size: 2.2vw;
	}
	
	
	/* //////////////////////////////////////////////////////////////////
	// トップ
	////////////////////////////////////////////////////////////////// */
	#newsBox .newsTit,.twidget p{
		font-size: 5.0vw;
	}
	/* //////////////////////////////////////////////////////////////////
	// ストーリー
	////////////////////////////////////////////////////////////////// */
	#story{
		font-size: 3.6vw;
		text-align:left;
	}
	#story span.font_l{
		font-size: 4.6vw;
	}
	
	#story em{
		display: block;
	}
	
	/* //////////////////////////////////////////////////////////////////
	// キャラクター
	////////////////////////////////////////////////////////////////// */
	.chara .charaBox{
		font-size: 3.2vw;
		width: 50%;
	}
	.chara .charaBox .charaName_en{
		font-size: 5.0vw;
		margin-top: 0.2em;
	}
	
	.chara .charaBox .charaName {
		font-size: 2.6vw;
		margin-top: 0;
	}
}
