@charset "utf-8";

@font-face {
	font-family: 'YDWaosagi'; /* 好きなフォント名 */
	src: url('../fonts/YDWaosagi.woff2') format('woff2'); /* WOFF2ファイルへのパス */
	font-weight: normal; /* フォントのウェイト */
	font-style: normal; /* フォントのスタイル */
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	letter-spacing: 0.05em;
}

html{
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 1250px;
}

body,
table,
input,textarea,select,option{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #ffffff;
}

.aosagi{
	font-family: 'YDWaosagi';
}

.kokuryu{
	font-family: "kokuryu", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.mincho{
	font-family: "Shippori Mincho", serif;
}

* {
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

p{
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.jc-start{
	justify-content: flex-start;
}

.flex.jc-center{
	justify-content: center;
}

.flex.jc-end{
	justify-content: flex-end;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-box{
    border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.txt-center{
	text-align: center;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 740px;
	width: 90%;
}

body::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-position: center;
	background: url(../images/common/main_bg.jpg) no-repeat;
	background-size: cover;
}

header a.link_btns{
	position: fixed;
	z-index: 5;
}

header .logo{
	left: 0;
	top: 0;
}

header .character_btn{
	left: 0;
	top: calc(50% - 130px);
}

header .circle_btn{
	left: 30px;
	bottom: 30px;
}

header .news_btn{
	right: 0;
	bottom: 250px;
}

header .story_btn{
	right: 0;
	bottom: 0;
}

header .sns-links{
	position: fixed;
	z-index: 5;
	right: 20px;
	top: 15px;
}

header .sns-links li{
	font-size: 24px;
}

header #playBtn{
	position: fixed;
	z-index: 5;
	right: 0;
	top: 60px;
	background: #000000;
	padding: 10px 20px 10px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border-radius: 30px 0 0 30px;
}

header #playBtn .fa-volume-high,
header #playBtn.playing .fa-volume-xmark{
	display: none;
}

header #playBtn.playing .fa-volume-high{
	display: block;
}

footer{
	background: rgba(0, 0, 0, 0.8);
}

.footer{
	padding: 90px 0;
}

.footer .f-logo{
	max-width: 270px;
	margin: 0 auto 25px;
}

.footer .sns-links li{
	font-size: 46px;
}

footer .copy{
	background: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
	padding: 10px;
}

#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000000;
	z-index: 20;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	margin-top: -300px;
	margin-left: -300px;
	text-align: center;
	color: #fff;
	z-index: 2;
	animation: poyopoyo 2s ease-out forwards;
}

#loader img{
	width: 600px;
}

.modal {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 99;
	height: 100vh;
	width: 100%;
}

.modal-content {
	background: #fff;
	padding: 2em;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-content p{
	color: #000000;
}

.modal-content .sound-btns{
	margin-top: 20px;
	gap: 15px;
}

.modal-content .sound-btns button{
	background-color: #000000;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-size: 20px;
	font-weight: 600;
	height: 50px;
	width: 150px;
}

@keyframes poyopoyo {
	0%{
		
		transform: scale(1.0);
	}
	100%{
		transform: scale(1.3);
	}
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}

	body{
		min-width: auto;
	}
	
	.sp-mt10{margin-top: 10px;}
	.sp-mt15{margin-top: 15px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	.sp-mt90{margin-top: 90px;}
	.sp-mt100{margin-top: 100px;}

	
}