@charset "utf-8";

html, body{
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
}
html{overflow-y: scroll;font-size: 625%;}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a:link {color: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover, .btn:hover, .snsShare li a:hover{cursor: pointer; opacity: .7; transition: all .3s ease-out;}
.button{
	position: relative;
	margin: 0 auto;
	display: inline-block;
	width: auto;
	padding: 10px 50px;
	border: solid 2px #ffffff;
	color: #ffffff !important;
	font-weight: 900;
	font-size: .18rem;
	transition: all .3s ease-out;
}
.button::after{
	position: absolute;
	content: '';
	top:0;
	right: 10px;
	width: 20px;
	height: 100%;
	display: block;
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
}
.button:hover{cursor: pointer;background-color: #ffffff;color: #000000 !important;opacity: 1;}
.sBtn .sImg.button, .sBtn .closeK.button{width: 90%;padding: 10px 0;margin: 30px auto 0 auto;}
.sBtn .closeK.button{margin: 10px auto 0 auto;}
.missionBtn .button{width: 100%;padding: 10px 0;margin: 10px auto;border: solid 1px #ffffff;;}
.sBtn .sImg.button::after{
	right: auto;
	left: 10px;
	width: 30px;
	background-image: url('../img/folder.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 50%;
}
.sBtn .closeK.button::after, .missionBtn .button::after{background-image: none;}

.both{clear:both;}
.block{display: block;}
.nodisp{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
.center{text-align: center;}
.strong{font-weight: bold;}
.attention{
    font-size: .12rem !important;
    line-height: 1.6em;
	padding: 10px 0;
}
img{
	max-width: 100%;
	height: auto;
    display: block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	color: #000000;
	background-color: #ffffff;
	font-size: .14em;
	line-height: 1.6em;
	font-weight: 400; 
	font-feature-settings: "halt" 1;
	word-wrap: break-word;
	text-align: center;
}
@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}

footer{
	position: relative;
	margin: 0 auto;
	padding: 20px 0 5px 0;
	background-color: #000000;
	color: #ffffff;
	font-size: .13rem;
}
footer .copyright{
	font-size: .10rem;
	padding-top: 10px;
}

section{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#wrap{position: fixed;width: 100%;height: 100% !important; margin:0 auto; padding:0;overflow: hidden;}
.contents-wrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
.contents-inner{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
}

#main-contents{
	position: relative;
	width: 100%;
	height: 48%;
	margin:0 auto;
	padding:0;
	overflow: scroll;
	background-color: #000000;
	background-image: url('../img/bg_main.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
#chat-contentsWrap{
	position: relative;
	width: 100%;
	height: 52%;
	margin:0 auto;
	padding:0;
	color: #ffffff;
	text-align: left;
	font-size: .12rem;
	background-image: url('../img/bg_chat.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}
#chat-contents{
	position: relative;
	width: 100%;
	height: calc(100% - 60px);
	margin:0 auto;
	padding: 0;
	overflow: scroll;
}
#TxtArea{
	position: relative;
	margin:0 auto;
	padding: 0 0 20px 0;
}
#form{
	position: relative;
	margin: 0 auto;
	text-align: right;
	height: 30px;
	padding: 15px 0;
	width: 100%;
	background-color: #305374;
	display: none;
	z-index: 2;
}
#form.disp{display: block;}
#form input[type='text']{
	position: relative;
    display: inline-block;
	padding: 0 8px;
	background-color: #ffffff;
	width: calc(50% - 65px);
	height: 1.7em;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}
#form input[type='button']{
	display: inline-block;
	width: 60px;
	padding: 3px 0;
	border-radius: 0;
	background: -moz-linear-gradient(right, #3d110c, #641c13); 
    background: -webkit-linear-gradient(right, #3d110c, #641c13); 
    background: linear-gradient(to left, #3d110c, #641c13); 
	border: solid 1px #ffffff;
	color: #ffffff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0 10px 0 0;
}

#NextArea{
	position: relative;
	margin: 0 auto;
	padding: 30px 10px 20px 10px;
	background: #000000;
	background: -moz-linear-gradient( rgba(0,0,0,0) 0%, #000000 40%, #000000 100%);
	background: -webkit-linear-gradient( rgba(0,0,0,0) 0%, #000000 40%,  #000000 100%);
	background: -o-linear-gradient( rgba(0,0,0,0) 0%, #000000 40%, #000000 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, #000000 40%, #000000 100%);
	color: #ffffff;
	display: none;
	z-index: 1;
	font-size: .14rem;
}
#NextArea.disp{display: block;}
#NextArea img{height: 18px;padding-bottom: 10px;}

.flexbox{
	position: relative;
	margin: 0 auto;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexbox.height100{
	height: 100%;
	min-height: 100%;
}
.flexbetween{justify-content: space-between;}
.flexaround{justify-content: space-around;}
.flexcenter{justify-content:center;}
.flexaligncenter{align-content: center;}
.flexalignstart{align-content: flex-start;}
.flexbox .box{
	position: relative;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

/* モーダル */
.opwin, .opwinI {
	position: fixed;
	top:0;
	left: 0;
	width: calc(100% + 20px);
	height: 100%;
	text-align: center;
	z-index: 400;
	background-color: #000000;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
}
.opwinM {
	position: fixed;
	top:calc(40px + 4em);
	left: 0;
	width: calc(100% + 20px);
	height: calc(48% - 30px - 5em);
	text-align: center;
	z-index: 199;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
}
.opwinK, .opwinKi {
	position: fixed;
	top:48%;
	left: 0;
	width: calc(100% + 20px);
	height:52%;
	text-align: center;
	z-index: 198;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
	background-image: url('../img/bg_kaishijutsu.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}
.opwinKi {z-index: 199;}
.opwinF {
	position: fixed;
	top:48%;
	left: 0;
	width: calc(100% + 20px);
	height: 52%;
	text-align: center;
	z-index: 197;
	opacity: 0;
	display: none;
	overflow-y: auto;
    transition: all .3s ease-out;
	background-image: url('../img/bg_kaishijutsu.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
}

.close_win, .close_winM, .close_winK, .close_winKi, .close_winF, .close_winI {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 201;
 }
 .close_winM {top:calc(40px + 4em);height: calc(48% - 40px - 5em);}
 .close_winK, .close_winF {
    top: 48%;
    height: 52%;
 }
.btn_win, .btn_winM, .btn_winK, .btn_winKi, .btn_winF, .btn_winI {
	position: fixed;
	top:0;
	right: 0;
	display: block;
	padding: 0;
	width: 28px;
	height: 28px;
    z-index: 203;
    transition: all .3s ease-out;
	line-height: 1;
 }
.btn_win{top: 30px;right:10px;}
.btn_winK, .btn_winKi, .btn_winF {top:48%;}
.btn_winM{top:85px;right: 3px;display: none;z-index: 200;border: solid 1px #ffffff; background-color: #000000;padding: 4px;width: 20px;height: 20px;}
.btn_winM.active{display: block;}
.modal, .modalM, .modalK, .modalKi, .modalF, .modalI {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 202;
    width: calc(100% - 40px);
	height: auto;
    transform: translateX(-10px);
    transition: all .3s ease-out;
	display: none;
}
.modalK, .modalF {text-align: center;}
.modal section, .modalM section, .modalK section, .modalKi section, .modalF section, .modalI section{
	position: relative;
	margin: 0 auto;	
	color: #ffffff;
}
.modalKi{width: calc(100% - 100px);}
.modal section div.mordalinner, .modalI section div.mordalinner{
	position: relative;
	margin:90px auto 40px auto;
}
.modalM section div.mordalinner{
	position: relative;
	margin: 0 auto 40px auto;
	width: 100%;
}
.modalK section div.mordalinner, .modalKi section div.mordalinner, .modalF section div.mordalinner{
	position: relative;
	margin: 20px auto 40px auto;
}
.modalM section div.mordalinner a{color: #c50038;text-decoration: underline;}
.modalI section div.mordalinner img{margin: 0 auto}

.kaishiTxt img, ul#imgLit li{
	position: relative;
	display: block;
	margin: 5px auto;
}
.modalK input[type='text']{
	position: relative;
    display:inline-block;
	padding: 0 8px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #ffffff;
	background-color: transparent;
	width: calc(50% - 65px);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	margin: 20px auto 0 auto !important;
	height: 2em;
	color: #ffffff;
	font-size: .16rem;
	border-radius: 0;
}
.modalK input[type='button']{
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	border-radius: 0;
	background-color: transparent;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 20px auto 10px auto;
	font-size: .20rem;
}
.modalK.start#k01 input[type='button']{
	width: calc(90% - 20px);
	margin: 20px auto;
}
.modalK .kaishilogo, .modalF .kaishilogo{
	position: relative;
	margin: 0 auto 30px auto;
	width: 50px;
}
.modalK.start#k01 .startTxt, .modalF .startTxt{
	font-size: .18rem;
	font-weight: 900;
}
.modalM .mButton{
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	white-space: nowrap;
	text-align: center;
}
.modalM .mButton .button{font-size: .10rem;padding: 1px 30px;margin: 0 auto;}
.modalM .mButton .button.pre::after{right: auto;left:10px;transform: scale(-1, 1);}
.modalM .mButton a{
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	color: #ffffff !important;
	display: inline-block;
	font-size: .10rem;
}
.modalM .mButton a::before{
	position: absolute;
	left: -1.5em;
	top:50%;
	transform: translateY(-50%);
	display: inline-block;
	content: '?';
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	background-color: #ffffff;
	border-radius: 100px;
	color: #000000;
	font-weight: 900;
}


/* vimeo */
.movieWrap{
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
}
#main-contents #display .movieWrap.undisplay{opacity: 0;display: none;}
#movie{
	position: relative;
	margin:0 auto;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
#movie iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

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


/* ----- pc ----- */
@media only screen and (min-width: 1025px) and (orientation: landscape){
		
	.sp{ display: none; }
	.pc{ display: block; }
	
	.button{
		margin: 50px auto;
		padding: 20px 90px;
		font-size: .24rem;
	}
	.button::after{width: 35px;}
	.sBtn .sImg.button, .sBtn .closeK.button{margin: 50px auto 0 auto;padding: 20px 0;}
	.sBtn .closeK.button{margin: 10px auto 0 auto;}
	.missionBtn .button{margin: 20px auto;padding: 20px 0;}
	.sBtn .sImg.button::after{
		left: 10px;
		width: 40px;
	}
    
    body{font-size: .16em;}
	
	footer{font-size: .16rem;}
	footer .copyright{font-size: .12rem;}
		
	#wrap{min-width: 1200px;}

    .contents-wrap{width: 960px;}
	.contents-inner{width: 880px;}
	
	#main-contents{
		width: 62%;
		height: 100%;
		margin: 0;
	}
	#chat-contentsWrap{
		width: 38%;
		height: 100%;
		margin:0;
	}
	#chat-contents{
		width: 100%;
		height: calc(100% - 70px);
		margin: 0;
	}
	#NextArea{font-size: .12rem;}
	.flexbox .box{width: 50%;}
	
	.bg{width: 70%;}
	
	#form{
		height: 50px;
		padding: 20px 0;
	}


	/* モーダル */
	.opwinM {
		top:calc(70px + 4em);
		width: 62%;
		height: calc(100% - 70px - 4em);
	}
	.close_winM {top:calc(70px + 4em);width: 62%;}
	 .close_winK, .close_winKi, .close_winF {
		 top: 0;
		 height: 100%;
	}
	.btn_win{top: 0;right:0;}
	.btn_winK, .btn_winKi, .btn_winF {top:0;}
	.btn_winM{right: calc(38% + 40px);top:125px;width: 28px;height: 28px;}

	.opwinK,.opwinKi, .opwinF {
		top:0;
		left: 62%;
		width: calc(38% + 20px);
		height: 100%;
	}
	.modalK .kaishilogo{
		margin: 0 auto 50px auto;
		width: 90px;
	}
	.modal section div.mordalinner{margin: 80px auto 60px auto;	width: 960px;}
	.modalM section {margin: 0 auto 60px auto;}
	.modalM section div.mordalinner{width: calc(100% - 50px);}
	.modalM .mButton{bottom: 25px;}
	.modalM .mButton .button{font-size: .24rem;padding: 10px 120px; margin: 0 auto;}
	.modalM .mButton a{
		right:25px;
		font-size: .20rem;
		font-weight: 900;
	}


	/* youtube */
	.movieWrap{width: 840px;}
	#main-contents .movieWrap{width: 640px;}
	
}