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

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

/* フォント */

html,body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background: #000;
	color: #fff;
	font-size: 16px;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

nav,h3,h4{
	 font-family: "Sawarabi Mincho";
}

img{
     max-width: 100%;
     height: auto;
     display:block;
		 margin: 0 auto;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.underline{
	max-width: 500px;
	border-bottom: 1px solid #fff;
	margin-top: 2rem;
}

.headimg{
	height: 0;
	padding-top: 52.5%;
	margin: auto;
	background: url('./ogp_mugengai.jpg');
	background-size:cover;
}

/* メインコンテンツ　*/

div#wrapper{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: auto;
}

section{
	margin: 0 0 5rem 0;
}

h3:first-child{
	margin-top: 0;
}

nav{
	font-size: 0.85rem;
	font-weight: normal;
	text-align: center;
}

.button{
	width: 80%;
	display: block;
	margin: auto;
	padding: 1%;

	font-family: "Sawarabi Mincho";
}



/* メイン(内容)　*/

.flex{
	display: flex;
	margin-bottom:  1rem;
	align-items: flex-start;
}

.flex>div{
	width: 90%;
}

p.side{
	padding:2%;
	font-size: 0.85rem;
	margin: 0.5rem auto;
}

p,ul,table{
	width: 90%;
}

section>ul,p,table{
	max-width: 500px;
}

h3,h4,ul,li,p,table{
	font-weight:normal;
	text-align:left;
	line-height: 170%;
}

h3{
	font-size:2rem;
	color: #fff;
	text-align: center;
	margin: 3rem auto 2rem;
	background: linear-gradient(270deg, rgba(93, 47, 124, .6), rgba(49, 49, 126, .6), rgba(43, 85, 112, .6));
	box-shadow: inset  0 0 15px rgba(0,0,0,.6);
}


h4{
	font-size:1.125rem;
	margin: 0.25rem 0;
	font-weight: normal;
}

p{
	line-height:1.7;
	margin: 0.75rem auto;
	}

	p>span.kerning{
		font-size: 1.2rem;
		letter-spacing: -0.25rem;
	}

	.fs_085{
		font-size: 0.85rem;
	}

	.m_bottom15>li{
		margin-bottom: 1.5rem;
	}

.m_bottom3>li{
	margin-bottom: 3rem;
}

	ul{
		margin: 0 auto;
	}

ul.lil{
	margin: 0 0 1em 1em;
}

ol.lil{
	margin: 0 0 1em 1em;
	list-style: normal;
	padding-left: 1rem;
}

.story{
	background:linear-gradient(rgba( 0, 0, 0, 1),rgba( 0, 0, 0, .8),rgba(255, 255, 255, .8),rgba( 0, 0, 0, 1));
	padding-bottom:5rem;
}

.border-red{
	color: #fff;
	font-size: 0.9rem;
	border:red 2px solid;
	box-sizing: border-box;
	margin-top: 1rem;
	padding: 0.5rem;
}
.border-gray{
	color: #ccc;
	font-size: 0.7rem;
	border:gray 2px solid;
	box-sizing: border-box;
	margin-top: 1rem;
	padding: 0.5rem;
}

table{
	width: 90%;
	max-width: 40px;
	min-width: 300px;
	margin: auto;
	border: 1px solid #fff;
}

th{
	font-size: 0.75em;
}

iframe{
	width: 100%;
	height:700px;
	overflow:hidden;
}

.modal{
	margin: 1.5rem;
}

.modal>div>h4{
	max-width: 400px;
	margin: auto;
}

.modal>div>p{
	max-width: 400px;
	margin:.75rem auto 1.75rem;
	font-weight: 400;
}

.characterimg{
	margin: 1.5rem;
}

/* footer */

footer{
	background: linear-gradient(270deg, rgba(93, 47, 124, .6), rgba(49, 49, 126, .6), rgba(43, 85, 112, .6));
	box-shadow: inset  0 0 25px rgba(0,0,0,.8);
	padding: 5%;
	letter-spacing: .25em;
}

footer a{
	background: none;
	padding: 0;
}
footer a:hover{
	background: none;
	opacity: .6;
}

/* リンクの設定　*/

a{
	color: #fff;
	background: rgba( 0, 0, 0, .5);
	outline:none;
	text-decoration:none;
  padding:  0.75rem 0.5rem;
	}

a:hover{
	background: linear-gradient(270deg, rgba(93, 47, 124, .8), rgba(49, 49, 126, .8), rgba(43, 85, 112, .8));
	border: none;
	text-decoration:none;
	opacity: .8;
}


ul a{
	padding: 0 2%;
}

section a{
	border: #fff solid 1px;
	border-radius: 0.25em;
}

section a:hover{
	border: #ccc solid 1px;
}


/* TOP戻るボタン */

#pageTop{
	background: #31317e;
	border-radius:3px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:10px;
	right:10px;
	text-decoration: none;
}

#pageTop:hover{
	opacity: .7;
}

/******************************

	Q&A形式

******************************/
.syncer-acdn-faq
{
	width: 90%;
  max-width: 500px;
	margin: auto;
}

.syncer-acdn-faq dt ,
.syncer-acdn-faq dd
{
	padding: 4px 0 ;
}

.syncer-acdn-faq dt:hover
{
	cursor: pointer ;
	color: #777 ;
}

.syncer-acdn-faq dt
{
	width: 90%;
	font-family: "Sawarabi Mincho";
	height: 30px;
	line-height: 1.8;
	font-size: 20px;
	margin-bottom: 0.25rem;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(270deg, rgba(93, 47, 124, .8), rgba(49, 49, 126, .8), rgba(43, 85, 112, .8));
	border-top: 1px solid #333 ;
	border-radius: 20px;
}

.syncer-acdn-faq dd
{
	display: none ;
	padding: 12px 0 1.5em 0 ;
}
