/*メインテキストfont-family: 'Kosugi Maru', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/*nav見出しfont-family: 'Syne', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600&display=swap');

body {
	font-size: 1.3vw;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
	background-color: #fff;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
img {
	vertical-align: bottom;
}

h2 {
	font-family: 'Syne', sans-serif;
	color: #00a0e9;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3%;
}
h2 span {
	border-bottom: solid 3px #00a0e9;
}

.contBox {
	background: rgba(255,255,255,0.5);
	padding: 5%;
	border-top: solid 1px #00a0e9;
}


footer {
	z-index: 99999;
	text-align: center;
	background: #fff;
	padding: 20px 10px;
	border-top: solid 1px #ccc;
	font-size:15px;
}
footer #snsBox {
	margin-bottom: 20px;
}
footer #snsBox div,
footer #snsBox a,
footer #snsBox a img {
	vertical-align: top;
}
footer #snsBox div {
	padding: 0;
	margin-top: -1px;
}
footer #compBox {
	margin-bottom: 20px;
}
footer #compBox a {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin: 3px;
	border: solid 1px #ccc;
}
footer a:hover {
	opacity: 0.7;
}
footer #compBox a img {
	height: 30px;
}
footer .notice {
	width: 100%;
	max-width: 520px;
}




/* pagetop
------------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
    z-index: 9000;
	cursor: pointer;
    display: none;
}





/* nav
----------------------------------------------------------------- */


#nav {
    position: fixed;
    top: 0;
    z-index: 10000;
	box-sizing: border-box;
	font-size: 1.2vw;
	text-align: center;
	background: #fff;
	width: 100%;
	padding: 0.5%;
	border-bottom: solid 1px #ccc;
}
#nav a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	font-family: 'Syne', sans-serif;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	margin-top:-5px;
}
#nav a.non {
	opacity: 0.3;
	text-decoration: line-through;
}
#nav a:not(.non):hover,
#nav a.select {
	color: #00a0e9;
}
#nav a span {
	box-sizing: border-box;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -5px;
	font-size: 8px;
	color: #fff;
	background-color: #c00;
	display: block;
	text-align: center;
	text-shadow: none;
	border-radius: 3px;
}

#nav a.current {
  color: #191919;
  font-weight:bold;
}

#nav .ms_logo_lnk { width: 110px; margin:0px;}
#nav a:hover {opacity: 0.8;}

/* top
----------------------------------------------------------------- */
#top img {
	width: 100%;
}
#keyImg {
}
#keyImg img {
	display: block;
	width: 100%;
}





/* story
----------------------------------------------------------------- */
#story {
	text-align: center;
}
#stMds {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto auto 3% auto;
}
#story p {
	font-size: 1.6vw;
	line-height: 1.7;
	text-shadow: #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
#story p strong {
	color: hotpink;
}





/* chara
----------------------------------------------------------------- */
#charaNavi img:hover,
#charaNavi img.is-active {
	color: #000;
	background: #00a0e9;
	border: solid 1px #00a0e9;
}
#chara table  {
    display: none;
}
#chara table.is-show {
    display:block;
	transition: all 0.2s ease-out;
}
#charaNavi {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: auto auto 3% auto;
}
#charaNavi img {
	box-sizing: border-box;
	display: inline-block;
	width: 5.5%;
	margin: 2px;
	cursor: pointer;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px #ccc;
}
#chara {
}
#chara table {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#chara td {
	width: 60%;
}
#chara td.cImg {
	box-sizing: border-box;
	width: 40%;
	padding-right: 3%;
}
#chara td.cImg img {
	box-shadow: 0 0 5px #ccc;
}
#chara td img {
	display: block;
	width: 100%;
}
#chara td .cName {
	margin-bottom: 1.5em;
}
#chara td p {
	background: rgba(255,255,255,0.7);
	padding: 3%;
	box-shadow: 0 0 5px #ccc;
}
.svBox {
	font-size: 14px;
	text-align: center;
	margin-bottom: 1em;
}
.svBox a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	width: 30%;
	padding: 10px;
	margin: 5px auto;
	border-radius: 5px;
	cursor: pointer;
}
.svBox a:hover {
	color: #fff;
	background-color: #00c4ff;
}
.svBox .play-bt {
}
.svBox .stop-bt {
	color: #fff;
	background-color: #00c4ff;
	opacity: 0.7;
}
.svBox .cvplay {
}
.svBox a span {
	color: #fff;
	font-size: 8px;
	vertical-align: middle;
	background-color: #c00;
	padding: 1px 5px;
	margin-right: 5px;
	border-radius: 3px;
}




/* gallery
----------------------------------------------------------------- */
.galleryAll {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.galleryAll a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 32%;
	margin: 0.65%;
	border: solid 3px #ccc;
}
.galleryAll a:hover {
	border: solid 3px #00a0e9;
}
.galleryAll a img {
	display: block;
	width: 100%;
}
.galleryAll a img {
	display: block;
	width: 100%;
}
.galleryAll a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 1vw;
	vertical-align: middle;
	background-color: #c00;
	padding: 1px 5px;
}




/* movie
----------------------------------------------------------------- */
#movieBox {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#movieBox a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #ccc;
	width: 32%;
	margin: 0.65%;
	border: solid 3px #ccc;
}
#movieBox a:hover {
	background: #00a0e9;
	border: solid 3px #00a0e9;
}
#movieBox a img {
	display: block;
	width: 100%;
	padding-bottom: 5px;
}




/* system
----------------------------------------------------------------- */
#system {
	
}
#system dl {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
#system dt {
	color: #00a0e9;
	font-weight: bold;
	font-size: 2.5vw;
	margin-bottom: 10px;
	border-top: solid 1px #00a0e9;
	border-bottom: solid 1px #00a0e9;
	font-family: "Arial Rounded MT Bold";
}
#system dd {
	display: table;
	width: 100%;
}
#system dd div {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#system dd img {
	display: block;
	width: 100%;
}
#system dd strong {
	color: hotpink;
}





/* sound
----------------------------------------------------------------- */
#sound {
	text-align: center;
}
#sound strong {
	 font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #00a0e9;
	font-size: 24px;
	font-weight: bold;
}
#movieBox {
	box-sizing: border-box;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}
.youtube iframe {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: solid 1px #00c4ff;
}
.loveBgmBox {
	font-size: 14px;
	text-align: center;
	margin-bottom: 1em;
}
.loveBgmBox a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	width: 30%;
	padding: 10px;
	margin: 5px auto;
	border-radius: 5px;
	cursor: pointer;
}
.loveBgmBox a:hover {
	color: #fff;
	background-color: #00c4ff;
}
.loveBgmBox .play-bt {
}
.loveBgmBox .stop-bt {
	color: #fff;
	background-color: #00c4ff;
	opacity: 0.7;
}
.loveBgmBox .cvplay {
}
.loveBgmBox a span {
	color: #fff;
	font-size: 8px;
	vertical-align: middle;
	background-color: #c00;
	padding: 1px 5px;
	margin-right: 5px;
	border-radius: 3px;
}






/* ウィンドウ幅が0-767pxの場合に適用するCSS */
@media screen and (max-width:767px){

#nav .ms_logo_lnk { width: 70px;}



	/* story
	----------------------------------------------------------------- */
	#story p {
		font-size: 2.3vw;
		line-height: 1.7;
	}
	
	
	

	/* chara
	----------------------------------------------------------------- */
	#charaNavi img:hover,
	#charaNavi img {
		width: 10%;
	}
	
}