<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
	overflow-y:scroll;
	-webkit-text-size-adjust: 100%;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type:none;
}
table{border-collapse:collapse; border-spacing:0;}
/* --- /reset --- */



.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;min-height:1%;}
* html .clearfix {height:1%;}
*{zoom:1;}
.clearfix {display:block;}
/* --- /clearfix ---*/


a,
a:link,
a:visited {
    color: #F9B61D;
	text-decoration:none;
	word-break: break-all;
}
a:hover {
    color: #FF2719;
    text-decoration: none;
}
a:active {
	text-decoration: none;
}

.faceButton,
#contentsIn .copyRight {
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;	
}




/* ---------------------------------------- 
 - common
---------------------------------------- */


html{
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#4B423F;
	
}

#top {
	}


p {
	color:#000;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size:16px;
	}
	
a {
	outline:none;
	}


strong {
	font-weight:bold;
	}
	

#wrapper {
	position:relative;
	}

#Stage {
	z-index:100;}

#stageOverflow {
	position:relative;
	width:100%;
	height:1375px;
	margin:auto;
	overflow:hidden;
	background-color:#CCC;
	}
	
	
#stageWrapper {
	width:2625px;
	height:1375px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-1312px;
	margin-top:-697px;
	
	/*margin-left:-62.5px;
	margin-top:-62.5px;*/
	
	/*margin-left:-187.5px;
	margin-top:-62.5px;*/
	
	/*margin-left:-600px;
	margin-top:-300px;*/
	background-color:#FFF;
	display:none;
	}
	
#Stage_door_1_Group2 {
	cursor:pointer;
	}

#daishi {
	background:url(images/daishi.png) 0 0 no-repeat;
	width:448px;
	height:448px;
	top:50%;
	left:50%;
	margin-left:-224px;
	margin-top:-224px;
	position:absolute;
	z-index:1000000;
	-webkit-transition:0.5s ease;
	transition:0.5s ease;
	-webkit-transform:scale(0);
	transform:scale(0);
	cursor:pointer;
}

#oldIE #daishi {
	display:none;
	}

#daishi div {
	width:100%;
	height:100%;
	}
	
#daishi div.loader {
	background:url(images/load.gif) center center no-repeat;
	}

#daishi img {}
	
#moduleImage {
	position:absolute;
	bottom:24%;
	left:50%;
	-webkit-transition:0.5s ease;
	transition:0.5s ease;
	-webkit-transform:translateX(-50%) scale(0);
	transform:translateX(-50%) scale(0);
	}

#daishi.active {
	-webkit-transform:scale(1);
	transform:scale(1);
	z-index:100000000;
	}
	
#oldIE #daishi.active {
	display:block;
	}
	
#moduleImage.active {
	-webkit-transform:translateX(-50%) scale(1);
	transform:translateX(-50%) scale(1);
	}
	
#cover {
	position:absolute;
	top:0;
	left:0;
	width:2625px;
	height:1375px;
	background-color:#FFF;
	z-index:999999;
	opacity:0.75;
	filter :alpha(opacity=75);
	display:none;
	z-index:10000000;
	}

#coverAll {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#FFF;
	opacity:0.95;
	filter :alpha(opacity=95);
	display:none;
	z-index:10000000;
	}
	
.tetsu,
.module {
	position:absolute;
	z-index:10000;
	}
	


.tetsu {
	-webkit-transition:0.5s ease;
	transition:0.5s ease;
	-webkit-transform:scale(0);
	transform:scale(0);	
	}

#oldIE .tetsu{
	transform:scale(1);
	display:none;
	}

.tetsu.show {
	-webkit-transform:scale(1);
	transform:scale(1);
	}
	
#oldIE .tetsu.show {
	display:block;
	}
	
.module {
	background-color:#fff;
	width:125px;
	height:125px;
	text-align:center;
	cursor:pointer;
	-webkit-transition:0.5s ease;
	transition:0.5s ease;
	-webkit-transform:scale(0);
	transform:scale(0);
	overflow:hidden;
	}
	
#oldIE .module{
	transform:scale(1);
	display:none;
	}
	
.module img {
	max-width:80%;
	max-height:80%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.module.show {
	-webkit-transform:scale(1);
	transform:scale(1);
	-webkit-transition:0.2s ease;
	transition:0.2s ease;
	}

#oldIE .module.show {
	display:block;
	}

.module:hover {
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	z-index:1000000;
	}
	
#oldIE .module:hover {
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	z-index:1000000;
	}
	
.module.yellow:hover {
	background-color:#FC0;
	}
	
.module.red:hover {
	background-color:#F00
	}
	
.module.gleen:hover {
	background-color:#0C0;
	}
	
.module.blue:hover {
	background-color:#09F;
	}

.background {
	z-index:0;
	}

#Stage.front{
	z-index:100000000;
	}

#centerSqare.front {
	z-index:10000000;
	}

/*===============================================================*/

#openloader {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#d1ac82;
	height:2000px;
	z-index:100;
	text-align:center;
	padding-top:50px;
	}
	
/*===============================================================*/
	
.tetsu.t1 {
	top:0px;
	}
	
.tetsu.t2 {
	top:125px;
	}
	
.tetsu.t3 {
	top:250px;
	}
	
.tetsu.t4 {
	top:375px;
	}
	
.tetsu.t5 {
	top:500px;
	}
	
.tetsu.t6 {
	top:625px;
	}
	
.tetsu.t7 {
	top:750px;
	}
	
.tetsu.t8 {
	top:875px;
	}
	
.tetsu.t9 {
	top:1000px;
	}
	
.tetsu.t10 {
	top:1125px;
	}
	
.tetsu.t11 {
	top:1250px;
	}
	
/*===============================================================*/
	
.llt1 {
	left:0;
	}
	
.llt2 {
	left:250px;
	}
	
.llt3 {
	left:500px;
	}
	
.llt4 {
	left:750px;
	}
	
.llt5 {
	left:1000px;
	}
	
.llt6 {
	left:1250px;
	}
	
.llt7 {
	left:1500px;
	}
	
.llt8 {
	left:1750px;
	}
	
.llt9 {
	left:2000px;
	}
	
.llt10 {
	left:2250px;
	}
	
.llt11 {
	left:2500px;
	}
	
/*===============================================================*/

.lt1 {
	left:125px;
	}
	
.lt2 {
	left:375px;
	}
	
.lt3 {
	left:625px;
	}
	
.lt4 {
	left:875px;
	}
	
.lt5 {
	left:1125px;
	}
	
.lt6 {
	left:1375px;
	}
	
.lt7 {
	left:1625px;
	}
	
.lt8 {
	left:1875px;
	}
	
.lt9 {
	left:2125px;
	}
	
.lt10 {
	left:2375px;
	}
	
/*===============================================================*/
	
.module.m1 {
	top:0px;
	}
	
.module.m2 {
	top:125px;
	}
	
.module.m3 {
	top:250px;
	}
	
.module.m4 {
	top:375px;
	}
	
.module.m5 {
	top:500px;
	}
	
.module.m6 {
	top:625px;
	}
	
.module.m7 {
	top:750px;
	}
	
.module.m8 {
	top:875px;
	}
	
.module.m9 {
	top:1000px;
	}
	
.module.m10 {
	top:1125px;
	}
	
.module.m11 {
	top:1250px;
	}
	
/*===============================================================*/

.llm1 {
	left:0;
	}
	
.llm2 {
	left:250px;
	}
	
.llm3 {
	left:500px;
	}
	
.llm4 {
	left:750px;
	}
	
.llm5 {
	left:1000px;
	}
	
.llm6 {
	left:1250px;
	}
	
.llm7 {
	left:1500px;
	}
	
.llm8 {
	left:1750px;
	}
	
.llm9 {
	left:2000px;
	}
	
.llm10 {
	left:2250px;
	}
	
.llm11 {
	left:2500px;
	}
	
/*===============================================================*/

.lm1 {
	left:125px;
	}
	
.lm2 {
	left:375px;
	}
	
.lm3 {
	left:625px;
	}
	
.lm4 {
	left:875px;
	}
	
.lm5 {
	left:1125px;
	}
	
.lm6 {
	left:1375px;
	}
	
.lm7 {
	left:1625px;
	}
	
.lm8 {
	left:1875px;
	}
	
.lm9 {
	left:2125px;
	}
	
.lm10 {
	left:2375px;
	}
	
/*===============================================================*/

#centerSqare {
	position:absolute;
	/*background-color:#000;*/
	width:375px;
	height:375px;
	left:1125px;
	top:500px;
	z-index:0;
	display:none;
	
	background-image:url("images/kids_logo.jpg");
　　background-repeat:no-repeat; 
	}

	
/*===============================================================*/
	
#roulett_button {
	position:absolute;
	z-index:1000000;
	bottom:50px;
	right:-190px;
	-webkit-transition:0.5s ease;
	transition:0.5s ease;
	cursor:pointer;
}

#roulett_button.active {
	right:50px;
	}

#mute_button {
	position:absolute;
	z-index:1000000;
	bottom:50px;
	right:-120px;
	width:76px;
	height:76px;
	background-image:url(images/mute_button.png);
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-transition:right 0.5s ease;
	transition:right 0.5s ease;
	cursor:pointer;
}

#mute_button.click {
	background-position:bottom left;
	}

#mute_button.active {
	right:240px;
	}

/*===============================================================*/

#led {
	width:500px;
	position:absolute;
	height:42px;
	top:-42px;
	right:20px;
	background-color:#000;
	z-index:1000000;
	border-radius: 0 0 7px 7px;
	padding:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-transition:0.5s ease;
	transition:0.5s ease;
	}
	
#led.active {
	top:0px;
	}
	
#ledIn {
	width:100%;
	height:100%;
	background-color:#4a4a4a;
	border-radius: 3px;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-top:5px;
	}
	
.ticker {
	margin: 0 auto;
	width:1100px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	position: relative;
}

.ticker ul li {
	height:15px;
	overflow:hidden;
	font-size:15px;
	line-height:1;
	display: none;
	color:#4a4a4a;
}

.ticker ul li span {
	display:inline-block;
	}
	
#webticker li {
	color:#4a4a4a;
	}

/*===============================================================*/

#concept {
	max-width:700px;
	min-width:500px;
	width:500px\9;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:1000000000;
	position:absolute;
	/*overflow:hidden;*/
	/*overflow-y: scroll;*/
	font-size:16px;
	line-height:1.8;
	display:none;
	padding-right:30px;
	/*background-color:#FFFFFF;*/
	text-align:center;
	}

#oldIEunder8 #concept {
	margin-left:-250px;
	margin-top:-250px;
}

#conceptIn {
	
	}
	
#concept h1 {
	font-size:21px;
	font-weight:bold;
	color:#000000;
	margin-bottom:20px;
	}
	
#concept p {
	font-size:16px;
	color:#000000;
	margin-bottom:20px;
	text-align:center;
	}
	
#concept .conceptClose {
	margin:auto;
	margin-top:32px;
	cursor:pointer;
	}	
	
/*===============================================================*/
	
#contentsWrapper {
	width:100%;
	background-color:#000;
	padding: 0 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
	
#home #contentsWrapper {
	display:none;
	}
	
#contents {
	max-width:1450px;
	min-width:100px;
	margin:auto;
	background-image:url(images/pipe_l.jpg),url(images/pipe_r.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position: 0 50px, 100% 50px;
	padding-top:2px;
	}
	
#pcNavWrapper {
	max-width:880px;
	margin:auto;
	}
	
#contents nav#pcNav {
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	display:table;
	margin:auto;
	margin-bottom:5px;
	}
	
#contents nav#pcNav a {
	display:table-cell;
	text-indent:-9999px;
	height:68px;
	border-right:solid 1px #333333;
	border-left:solid 1px #666666;
	-webkit-transition:0.4s;
	transition:0.4s;
	opacity:1.0;
	width:25%;
	}

#contents nav#pcNav a.inactive {
	opacity:0.5;
	}
	
#contents nav#pcNav a.active {
	opacity:1.0;
	}

#contents nav#pcNav a.pcnav01 {
	background-color:#000;
	background-image:url(images/n05.png),-moz-linear-gradient(top, #333, #000);
	background-image:url(images/n05.png),-webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
	background-image:url(images/n05.png),-webkit-linear-gradient(top, #333, #000);
	background-image:url(images/n05.png),-o-linear-gradient(top, #333, #000);
	background-image:url(images/n05.png),linear-gradient(to bottom, #333, #000);
	background-image:url(images/n05.png);
	background-position: center center;
	background-repeat:no-repeat;
	}
	
#contents nav#pcNav a.pcnav02 {
	background-color:#000;
	background-image:url(images/n01.png),-moz-linear-gradient(top, #333, #000);
	background-image:url(images/n01.png),-webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
	background-image:url(images/n01.png),-webkit-linear-gradient(top, #333, #000);
	background-image:url(images/n01.png),-o-linear-gradient(top, #333, #000);
	background-image:url(images/n01.png),linear-gradient(to bottom, #333, #000);
	background-image:url(images/n01.png);
	background-position: center center;
	background-repeat:no-repeat;
	}
	
#contents nav#pcNav a.pcnav03 {
	background-color:#000;
	background-image:url(images/n03.png),-moz-linear-gradient(top, #333, #000);
	background-image:url(images/n03.png),-webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
	background-image:url(images/n03.png),-webkit-linear-gradient(top, #333, #000);
	background-image:url(images/n03.png),-o-linear-gradient(top, #333, #000);
	background-image:url(images/n03.png),linear-gradient(to bottom, #333, #000);
	background-image:url(images/n03.png);
	background-position: center center;
	background-repeat:no-repeat;
	}
	
#contents nav#pcNav a.pcnav04 {
	background-color:#000;
	background-image:url(images/n04.png),-moz-linear-gradient(top, #333, #000);
	background-image:url(images/n04.png),-webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
	background-image:url(images/n04.png),-webkit-linear-gradient(top, #333, #000);
	background-image:url(images/n04.png),-o-linear-gradient(top, #333, #000);
	background-image:url(images/n04.png),linear-gradient(to bottom, #333, #000);
	background-image:url(images/n04.png);
	background-position: center center;
	background-repeat:no-repeat;
	}
	
#contents article {
	max-width:880px;
	min-width:100px;
	margin:auto;
	background-color:#C5CBCB;
	border-radius: 19px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:12px;
	margin-bottom:20px;
	}
	
#contents article #contentsIn {
	width:100%;
	height:100%;
	border-radius: 16px;
	background-color:#fff;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.1) inset;
	padding:51px 32px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	}
	
#contents article #contentsIn h1 {
	width:100%;
	height:27px;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	margin-bottom:32px;
	}
	
footer {
	max-width:860px;
	margin:auto;
	}
	
footer p {
	color:#CCC;
	font-size:10px;
	padding:20px 0;
	}
	
.button_facebook {
	background:url(images/shear.png) 0 0 no-repeat;
	width:101px;
	height:24px;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	display:block;
	}
	
#smpStage {
	display:none;
	}
	
#sfNav {
	display:none;
	}
	

	
/*===============================================================

information

===============================================================*/


#contents #information #contentsIn h1 {
	background-image:url(images/info_title3.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:125px;
	border-bottom:solid 1px #C9CAC5;
	margin-bottom:0;
	}

#information #contentsIn dl {
	margin:auto;
	background:url(images/line.png) bottom left repeat-x;
	}
	
#information #contentsIn dl dt {
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	padding-top:32px;
	color:#F9B61D;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
#information #contentsIn dl dd {
	text-align:center;
	width:90%;
	padding-bottom:32px;
	margin:auto;
	text-align:left;
	line-height:1.5;
	}
	
.information_image{
	width:37%;
	float:left;
	}
	
.information_image.center{
	float:none;
	margin: 0 auto 2em;
	}
	
.information_text {
	width:60%;
	float:right;
	}
	
.information_text {
	font-size:13px;
	}

.information_text h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:12px;
	}
	
.information_text .red {
	color:#EC0003;
	}
	
.information_text .bold {
	font-weight:bold;
	}
	
#information #contentsIn dl dd p {}
	
#information #contentsIn dl:last-child {
	background:none;
	margin-bottom:0px;
	}
	
#information #contentsIn dl:last-child dd {
	padding-bottom:0;
	}
	
/*===============================================================

sub

===============================================================*/
	
#sub h1.head a {
	display:block;
	width:196px;
	height:110px;
	background-image:url(images/head_logo.gif);
	background-position:0 0 ;
	background-repeat:no-repeat;
	background-size:contain;
	margin:auto;
	margin-bottom:32px;
	text-indent	: 100%;
	white-space	: nowrap;
	overflow	: hidden;
	-webkit-transition:0.4s;
	transition:0.4s;
	}
	
#sub h1.head a.inactive {
	opacity:0.5;
	}
	
#sub h1.head a.active {
	opacity:1.0;
	}
	
#sub #contentsWrapper {
	padding-top:35px;
	}
	
#sub #contents nav {
	margin-bottom:21px;
	}
	
#sub #contents {
	background-position: 0 200px, 100% 200px;
	}
	
/*===============================================================

sub qa

===============================================================*/

#sub.qa {}
	
#sub.qa #contentsIn h1 {
	background-image:url(images/qa_title2.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:160px;
	border-bottom:solid 1px #C9CAC5;
	}
	
#sub.qa #contentsIn {
	padding-top:30px;
	}

#sub.qa #contentsIn dl {
	margin-bottom:42px;
	background:url(images/line.png) bottom left repeat-x;
	}
	
#sub.qa #contentsIn dl dt,
#sub.qa #contentsIn dl dd {
	width:85%;
	}

#sub.qa #contentsIn dl dt {
	text-align:left;
	background-image:url(images/qa_q.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 10px 0 15px 57px;
	margin:0 auto 20px auto;
	font-size:17px;
	font-weight:bold;
	color:#4B423F;
	}
	
#sub.qa #contentsIn dl dd {
	text-align:left;
	background-image:url(images/qa_a.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 10px 0 47px 57px;
	margin:0 auto 0 auto;
	font-size:14px;
	line-height:1.8;
	}
	
#sub.qa #contentsIn dl:last-child {
	background:none;
	margin-bottom:0px;
	}
	
#sub.qa #contentsIn dl:last-child dd {
	padding-bottom:0;
	}
	
#sub.qa #contentsIn dl dd span {
		color:#F9B61D;	
	}
	
/*===============================================================

sub item

===============================================================*/

#sub.item {}
	
#sub.item #contentsIn h1 {
	background-image:url(images/item_title2.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:176px;
	border-bottom:solid 1px #C9CAC5;
	}
	
#sub.item #contentsIn {
	padding-top:30px;
	}
	
#sub.item #contentsIn div {
	text-align:center;
	
	}
	
#sub.item #contentsIn dl {
	margin:auto;
	background:url(images/line.png) bottom left repeat-x;
	margin-bottom:52px;
	}
	
#sub.item #contentsIn dl:last-child {
	background:none;
	margin-bottom:0px;
	}
	
#sub.item #contentsIn dl:last-child dd {
	padding-bottom:0;
	}
	
#sub.item #contentsIn dl dt {
	text-align:center;
	margin-bottom:21px;
	font-weight:bold;
	padding-top:32px;
	color:#000000;
	}
	
#sub.item #contentsIn dl dd {
	text-align:center;
	width:90%;
	padding-bottom:51px;
	margin:auto;
	text-align:left;
	line-height:1.5;
	}
	
/*===============================================================

sub shop

===============================================================*/

#sub.shop {}
	
#sub.shop #contentsIn h1 {
	background-image:url(images/shop_title2.png);
	background-repeat:no-repeat;
	background-position: top center;
	height:176px;
	border-bottom:solid 1px #C9CAC5;
	}
	
#sub.shop #contentsIn {
	padding-top:30px;
	}
	
#sub.shop #contentsIn div {
	text-align:center;
	background:url(images/line.png) bottom left repeat-x;
	padding-bottom:52px;
	margin-bottom:52px;
	}
	
#sub.shop #contentsIn p {
	text-align:center;
	line-height:1.5;
	font-size:14px;
	}
	
#sub.shop #contentsIn p span {
	font-weight:bold;
	}
	
 
@media only screen and (min-width: 100px) and (max-width: 600px) {
	
	#roulett_button,
	#mute_button,
	#pcNavWrapper,
	#stageWrapper,
	#openloader {
		display:none;
	}
	
	
	#sub #contentsWrapper {
		padding:20px 0 0 0;
		}
	
	#sub #contents {
		padding:0;
		}
	
	#sub h1.head  {
		background-color:#000;
		margin-bottom:20px;
		}
	
	#sub h1.head a {
		width:118px;
		height:66px;
		margin:0 auto;
		padding:0;
		background-image:url(images/head_logo_smp.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:contain;
	}
	
	#stageOverflow {
		height:auto;
	}
     
	#sfNav {
		display:block;
	}
	
	#smpStage {
		display:block;
		width:100%;
		height:304px;
		background-image:url(images/top3.jpg);
		background-position:center center;
		background-size:auto 440px;
		background-repeat:no-repeat;
	}
	
	#led {
		width:100%;
		position:inherit;
		height:42px;
		top:0px;
		right:0px;
		background-color:#000;
		z-index:1000000;
		border-radius: 0 0 7px 7px;
		padding:8px;
		-webkit-transition:none;
		transition:none;
	}
	
	#led.active {
		top:0px;
	}
		
	#ledIn {
		width:100%;
		height:100%;
		background-color:#4a4a4a;
		border-radius: 3px;
		overflow:hidden;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding-top:3px;
	}  
	
	#contentsWrapper {
		width:100%;
		background-color:#000;
		padding: 0px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	
	#contents {
		width:94%;
		max-width:1490px;
		margin:auto;
		background-image:none;
		padding-top:15px;
	}
	
	#contents nav {
		margin:auto;
		padding-top:0;
		overflow:hidden;
		height:auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
	}
	
	#contents nav ul {
		display:block;
		width:100%;
	}
	
	#contents nav ul li {
		float:left;
		margin-right:0;
	}
	
	#pcNav {
		display:none;
		}
	
	#contents nav#sfNav {
		width:100%;
		background-color:#131313;
		padding:4px;
		padding-bottom:2px;
		margin-bottom:0px;
		border-top:solid 1px #333;
	}
	
	#sfNav {
	}
	
	#sfNav a{
		display:block;
		width:49%;
		text-align:center;
		position: relative;
		text-align: center;
		float: left;
		font-size: 12px;
		font-weight:bold;
		color:#ffffff;
		text-decoration:none;
		background-color:#4B4B4B;
		background-image:-moz-linear-gradient(top, #333, #000);
		background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#000));
		background-image:-webkit-linear-gradient(top, #333, #000);
		background-image:-o-linear-gradient(top, #333, #000);
		background-image:linear-gradient(to bottom, #333, #000);
		background-repeat:repeat-x;
		padding:18px 0;
		margin-bottom:4px;
		border-top:solid 1px #444;
	}
	
	#sfNav a:nth-child(2n) {
		margin-left:2%;
		}
	
	#contents article {
		padding:6px;
	}
	
	#contents article #contentsIn {
		width:100%;
		height:100%;
		/*background-color:#fffcf0;*/
		box-shadow:0px 2px 5px 2px rgba(0,0,0,0.3) inset;
		padding:10px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#contents article #contentsIn h1 {
	height:20px;
	margin-bottom:15px;
	}
	
	#contents article #contentsIn h1 img {
		width:70%;
		height:auto;
	}
	


/*===============================================================

concept

===============================================================*/
	
	#concept {
		max-width:320px;
		min-width:320px;
		
		-webkit-transform:none;
		-ms-transform:none;
		transform:none;
		z-index:1000000000;
		position:absolute;
		top:0;
		left:0;
		/*overflow:hidden;*/
		/*overflow-y: scroll;*/
		font-size:16px;
		line-height:1.8;
		display:none;
		/*background-color:#FFFFFF;*/
		text-align:center;
		
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding:15px;
	}
		
	#concept h1 {
		font-size:16px;
		font-weight:bold;
		color:#000000;
		margin-bottom:20px;
		}
		
	#concept p {
		font-size:12px;
		color:#000000;
		margin-bottom:20px;
		text-align:center;
		}
		
	#concept .conceptClose {
		margin:auto;
		margin-top:32px;
		cursor:pointer;
	}
	
/*===============================================================

information

===============================================================*/

	#information #contentsIn {
		padding-top:20px !important;
		}

	#information #contentsIn h1 {
		background-image:url(images/info_title3.png);
		background-repeat:no-repeat;
		background-position: top center;
		height:80px !important;
		background-size:400px;
		border-bottom:solid 1px #C9CAC5;
	}

	#contents article#information dl {
		margin:auto;
		margin-bottom:20px;
		padding:0;
		border-bottom:solid 1px #C9CAC5;
		background:none;
	}
	
	#contents article#information dl dt {
		text-align:center;
		margin-bottom:0;
		font-weight:bold;
		font-size:12px;
		position:relative;
		margin:0 0 12px 0;
		padding:0;
	}
		
	#contents article#information dl dd {
		text-align:center;
		width:90%;
		padding-bottom:25px;
		margin:auto;
		text-align:left;
		line-height:1.5;
		font-size:12px;
	}
	
	
	
	.information_image{
	width:100%;
	float:none;
	text-align:center;
	padding-bottom:15px;
	}
	
	.information_image img {
		width:60%;
		margin:auto;
		}
	
	.information_text {
		width:100%;
		float:none;
		word-break: break-all;
	}
		
	.information_text {
		font-size:12px;
	}
	
	
	.information_text h2 {
		font-weight:bold;
		font-size:13px;
		margin-bottom:12px;
		}
		
	#information #contentsIn dl dd p {}
		
	#information #contentsIn dl:last-child {
		background:none;
		margin-bottom:0px;
		border:none;
		}
		
	#information #contentsIn dl:last-child dd {
		padding-bottom:0;
		}
	
	.information_text a {
		font-size:12px;
		width:100%;
	}

	
/*===============================================================

sub qa

===============================================================*/

	#sub.qa {}

	#sub.qa #contentsIn {
		padding-top:20px !important;
	}
	
	
	#sub.qa #contentsIn h1 {
		background-image:url(images/qa_title_smp.png);
		background-repeat:no-repeat;
		background-position: top center;
		height:80px !important;
		background-size:400px;
		border-bottom:solid 1px #C9CAC5;
		margin-bottom:0px;
	}
	
	
	#sub.qa #contentsIn dl {
		margin-bottom:20px;
		border-color:#dbd7cd;
		padding:0;
		background:none;
		border-bottom: solid 1px #dbd7cd;
	}
	
	#sub.qa #contentsIn dl:nth-of-type(1) {
		padding-top:20px;
	}
	
	#sub.qa #contentsIn dl:last-child {
		margin-bottom:0;
		border:none;
	}
	
	#sub.qa #contentsIn dl dt,
	#sub.qa #contentsIn dl dd {
		width:96%;
		margin:auto;
	}
	
	#sub.qa #contentsIn dl dt {
		text-align:left;
		background-image:url(images/qa_q.png);
		background-position:top center;
		background-repeat:no-repeat;
		background-size:34px 34px;
		padding: 44px 0 0 0;
		margin:0 auto 20px auto;
		font-size:13px;
		text-align:center;
		position:relative;
	}
	
	#sub.qa #contentsIn dl dt span {
		position: absolute;
		right: 0px;
		top: 50%;
		display: block;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 3px #F9B61D;
		border-right: solid 3px #F9B61D;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		-webkit-transition-property:-webkit-transform;
		-webkit-transition-duration:0.3s;
		transition-property:transform;
		transition-duration:0.3s;
	}
	
	#sub.qa #contentsIn dl dt span.active {
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
	}
	
	#sub.qa #contentsIn dl dd {
		text-align:left;
		background-image:none;
		padding: 0 0 30px 0;
		margin:0 auto 0px auto;
		font-size:12px;
		display:none;
	}
	
	
	
	#sub.qa #contentsIn dl dd a {
		color:#F9B61D;
		text-decoration:none;
	}
	
	#sub.qa #contentsIn dl dd:before {
		content:"Q";
		display:block;
		height:0;
		width:34px;
		height:34px;
		background-image:url(images/qa_a.png);
		background-position:top center;
		background-repeat:no-repeat;
		background-size:34px 34px;
		text-indent	: 100%;
		white-space	: nowrap;
		overflow	: hidden;
		margin:auto;
		margin-bottom:12px;
	}
	
/*===============================================================

sub item

===============================================================*/

#sub.item #contentsIn {
		padding-top:20px !important;
	}

#sub.item #contentsIn h1 {
		background-image:url(images/item_title_smp.png);
		background-repeat:no-repeat;
		background-position: top center;
		height:95px !important;
		background-size:400px;
		border-bottom:solid 1px #C9CAC5;
		margin-bottom:20px;
	}
	
#sub.item #contentsIn div {
	text-align:center;
	width:80%;
	margin:auto;
	margin-bottom:20px;
	}
	
#sub.item #contentsIn div img {
	width:100%;
	}
	
#sub.item #contentsIn div:nth-of-type(2) img {
	width:70%;
	}

#sub.item #contentsIn dl {
	margin:0 0 20px 0;
	}

#sub.item #contentsIn dl dt {
	margin:0 0 12px 0;
	padding:0;
	}

#sub.item #contentsIn dl dt img {
	height:16px;
	}
	
#sub.item #contentsIn dl dd {
		font-size:12px;
		padding:0 0 21px 0;
	}

/*===============================================================

sub shop

===============================================================*/

#sub.shop #contentsIn {
		padding-top:20px !important;
	}

#sub.shop #contentsIn h1 {
		background-image:url(images/shop_title_smp.png);
		background-repeat:no-repeat;
		background-position: top center;
		height:95px !important;
		background-size:400px;
		border-bottom:solid 1px #C9CAC5;
	}
	
#sub.shop #contentsIn div {
	margin-bottom:15px;
	padding-bottom:20px;
	}
	
#sub.shop #contentsIn p {
	font-size:12px;
	}
	
#sub.shop #contentsIn p a img {
	width:86%;
	}
 
} /* デバイスの横幅が320px以下の場合 */</pre></body></html>