/*
##################################################
 ワガママハイスペックCSS
##################################################
*/

/* 選択中の文字色 */
::selection { background: #14b9d6; color: #fff; /* Safari */ }
::-moz-selection { background: #14b9d6; color: #fff; /* Firefox */ }

/* RESET */
html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}
img { vertical-align: bottom; }

/* BASE */
html { height: 99%; }
body
{
	width: 100%;
	min-width: 1100px;
	position: relative;
	height: 100%;
    font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 170%;
	color: #6a6a6a;
	background: #fdfdfd;
    /*
    background-image: url(img/com_bg_left.png), url(img/com_bg_right.png), url(img/com_bg.jpg);
    background-repeat: repeat-y, repeat-y, repeat;
    background-position: top left, top right, top center;
    background-attachment: scroll,scroll,fixed;
    */
}
/* area点線消し */
area {
	border:none;
	outline:none;
}

/* リンク */
a {
	color: #6e92b7; text-decoration: underline;
}
a:hover{ color: #e36c95; }
a.nodeco {
	text-decoration: none;
}
span.cap
{
	padding: 8px 40px 8px 40px;
	background: #6e92b7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    line-height: 300%;
    font-weight: bold;
}
a.box_link,
a.box_link_min
{
	padding: 8px 30px 8px 30px;
	border: 3px solid #6e92b7;
	color: #6e92b7;
	background: #fff;
	font-size: 14px;
	text-decoration: none;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    line-height: 300%;
}
a.box_link_min
{
	font-size: 14px;
	padding: 4px 15px 4px 15px;
	line-height: 250%;
}
a:hover.box_link,
a:hover.box_link_min
{
	background: #6e92b7;
	color: #ffffff;
}

/* 強調 */
.red { color: #e36c95; }
.blue { color: #14b9d6; }
.gray { color: #adb6be; }

/* デカ文字 */
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }

/* チビ文字 */
.min { font-size: 10px; line-height: 16px; }

/* float解除 */
.clear{ clear: both; line-height: 0}

/* 年齢認証 */
#modal { position:fixed; z-index:99999; text-align:center; display:none; left:50%; top:50%; margin-left: -150px; margin-top: -100px; }
#modal_box { background-image: url("img/modal_bg.jpg"); width: 298px; height:199px; }
#modal a { cursor:pointer; }

/* 上へ戻るボタン */
#gototop
{
	display: block;
	background-image: url("img/com_bt_gototop.png");
	width: 182px;
	height: 132px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
	bottom: 130px;
	right: 30px;
}
#gototop a:hover { background-position:bottom; }

.disabled
{
    pointer-events: none;
    cursor: default;
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity:0.40;
}

hr
{
    border:none;
    border-top:1px #d8dadb;
    height:1px;
    margin: 10px 0px 10px 0px;
}

.hr
{
	height: 1px;
	background: #d8dadb;
    margin: 10px 0px 10px 0px;
}

.rad2
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}
.rad3
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.rad5
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.sinplebox
{
	font-size: 16px;
	width: 800px;
	margin: 20px auto;
	border: 1px solid #6e92b7;
	padding: 20px;
	background: #fff;" 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/*
##################################################
 common
##################################################
*/

/* ヘッダ */
#header
{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99998;
}
#header_menu
{
	z-index: 999;
	background: url("img/com_header_menubg.png");
	background-repeat: no-repeat;
	width: 319px;
	height: 33px;
	margin-left: 600px;
	padding-left: 25px;
	padding-top: 6px;
	position: fixed;
	left: -9999px;
}
#header_menu a.home,
#header_menu a.twitter,
#header_menu a.blog,
#header_menu a.mado
{
	display: block;
	height: 10px;
	text-indent: -9999px;
	text-decoration: none;
	float: left;
	margin-right: 18px;
}
#header_menu a.home { width: 38px; background-image: url("img/com_header_menu_bt_home.png"); }
#header_menu a.home:hover { background-position:bottom; }
#header_menu a.twitter { width: 51px; background-image: url("img/com_header_menu_bt_twitter.png"); }
#header_menu a.twitter:hover { background-position:bottom; }
#header_menu a.blog { width: 40px; background-image: url("img/com_header_menu_bt_blog.png"); }
#header_menu a.blog:hover { background-position:bottom; }
#header_menu a.mado { width: 77px; background-image: url("img/com_header_menu_bt_mado.png"); }
#header_menu a.mado:hover { background-position:bottom; }


/* 汎用メニュー */
#menu
{
	padding-top: 39px;
	height: 70px;
	overflow: hidden;
}
#menu_contents
{
	width: 980px;
	margin: 0 auto;
	height: 70px;
}
#menu_bt
{
	text-align: left;
	border-collapse: collapse;
	border: 0px;
}
#menu_bt tr td
{
	text-align: left;
	padding:0px;
}
#menu_bt a.home,
#menu_bt a.character,
#menu_bt a.gallery,
#menu_bt a.point,
#menu_bt a.world,
#menu_bt a.download,
#menu_bt a.spec,
#menu_bt a.special
{
	display: block;
	height: 45px;
	text-indent: -9999px;
	text-decoration: none;
	margin-right: 5px;
	background-repeat: no-repeat;
}
#menu_bt a.home { width: 270px; height: 60px; }
#menu_bt a.character { width: 120px; background-image: url("img/com_menu_bt_character.png"); }
#menu_bt a.gallery { width: 90px; background-image: url("img/com_menu_bt_gallery.png"); }
#menu_bt a.point { width: 68px; background-image: url("img/com_menu_bt_point.png"); }
#menu_bt a.world { width: 78px; background-image: url("img/com_menu_bt_world.png"); }
#menu_bt a.download { width: 118px; background-image: url("img/com_menu_bt_download.png"); }
#menu_bt a.spec { width: 58px; background-image: url("img/com_menu_bt_spec.png"); }
#menu_bt a.special { width: 86px; background-image: url("img/com_menu_bt_special.png"); margin-right: 0px; }

#menu_bt .on {
	/*
	background-position:bottom;
	*/
	/*
	border-bottom: 8px solid #cdd5dc;
	padding-bottom: 10px;
	*/
    /*
    pointer-events: none;
    cursor: default;
    */
}

/* ロゴボタン */
#menu .homebt
{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 239px;
	height: 104px;
	position: relative;
	top: -95px;
	left: -0px;
	background-image: url("img/com_menu_bt_home.png");
	margin-left: 15px;
	margin-right: 20px;
}


/* メインコンテンツ */
#main
{
	width: 100%;
	min-width: 964px;
	height: 100%;
	min-height: 100%;
}
body > #main { height: auto; }

/* #mainに付加する */
.toppage
{
	background-color: #fd5d2c;
	background-image: url("img/toppage_key.jpg");
	background-position: top center;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 100%;
}

/*下全体をくるむ*/
#wrap_toppage
{
	background-image: url("img/wrap_bg.png");
}

#wrap
{
	background-image: url("img/com_bg.gif");
}

#contents
{
	padding-top: 20px;
	width: 964px;
	margin: 0 auto;
	min-height: 720px;
}

/* フッタ */
#footer
{
	font-size: 12px;
	text-align: center;
	background: url("img/fotter_bg.png");
	width: 100%;
	height: 184px;
}
#footer_contents
{
	width: 964px;
	margin: 0 auto;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
}
#fotter_menu
{
	font-size: 12px;
}
#fotter_menu table
{
	margin: 0 auto;
}

#fotter_menu td
{
	padding: 7px;
	padding-top: 10px;
}
#fotter_menu td a
{
	background: url("img/com_footer_menuicon.png") no-repeat left top;
	padding-left: 9px;
	color: #ffffff;
	text-decoration: none;
}
#fotter_menu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*
##################################################
 トップページ
##################################################
*/

#myCanvas
{
	mix-blend-mode: color-dodge;
	opacity: 0.8;
	min-width: 100%;
	position: absolute;
	left: 0;
	top: -120px;
}

#toppage_contents
{
	position: relative;
	padding-top: 368px;
	padding-bottom: 50px;
	text-align: center;
	background-image: url("img/toppage_contents_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden;
}
#toppage_contents img
{
	position: relative;
	z-index: 999;
}

/* スーパーピックアップ */
#top_superpickup
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}
#top_superpickup dt
{
	clear: left;
	float: left;
	width: 160px;
	background: #e36c95;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -khtml-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    font-weight: bold;
	border: 3px solid #e36c95;
}
#top_superpickup dd
{
	margin-left: 160px;
	margin-top: 5px;
	background: #fff;
	margin-right: 5px;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border: 3px solid #e36c95;
    font-weight: bold;
}

/*バナーエリア（indexやspecialなどの3蓮バナー）*/
#banner_area
{
	margin-top: 20px;
	width: 970px;
}
#banner_area img
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	margin-right: 30px;
	margin-bottom: 20px;
}

/*
##################################################
 インフォメーション
##################################################
*/

/*
#info_twitter
{
	width: 940px;
	text-align: right;
	margin-bottom: 12px;
}
*/

#info_box
{
	background: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 2px 1px;
	width: 940px;
}
#info_head
{
    border-radius: 5px 0px 0px 5px;
	width: 205px;
	height: 160px;
	float: left;
	background-color: #fef6b2;
	background-image:url("img/cap_info.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#info_inner
{
	height: 140px;
	float: left;
    border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 5px;
}
#info_scroll
{
	width: 700px;
	position: relative;
	overflow: hidden;
	height: 140px;
	background: #fff;
}
#info_scroll .line
{
	width: 670px;
	font-weight: bold;
    background: url(img/info_hr.png) bottom repeat-x;
    padding-bottom: 9px;
    margin-top: 9px;
    overflow: hidden;
}
#info_scroll .line .data
{
	color: #c2192f;
	background: url(img/info_arrow.png) no-repeat;
	padding-left: 30px;
}
#info_scroll .line .text
{
	margin-left: 8px;
	padding-left: 8px;
	/* border-left: 2px solid #cccccc; */
}

#info_scroll .openbt
{
	width: 550px;
	background: url("img/info_toggle.png");
	min-width: 94px;
	min-height: 21px;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left: 114px;
	margin-top: -20px;
	z-index: 50;
}

#info_scroll .line .toggle
{
	padding-top: 22px;
	display: none;
}


/*
##################################################
 キャラクター紹介
##################################################
*/


#char
{
	background: url(img/point_headshadow.png) top repeat-x;
	padding-top: 17px;
	text-align: center;
	margin: auto;
}
#char_head
{
	width: 960px;
	margin: auto;
}

#char_head table
{
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#charwrap
{
	background-image: url("img/char_bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.charbox
{
	position: relative;
	width: 980px;
	height: 1200px;
	background-repeat: no-repeat;
	background-image: url("img/char_1b.png");
	margin: auto;
	opacity: 0.0;
}
.samplevoice1,
.samplevoice2,
.samplevoice3,
.samplevoice4,
.samplevoice5,
.samplevoice6,
.samplevoice7,
.samplevoice8,
.samplevoice9,
.samplevoice10
{
	position: absolute;
	height: 35px;
	margin-left: 710px;
	margin-top: 338px;
}
.samplevoice2,
.samplevoice3,
.samplevoice4,
.samplevoice5,
.samplevoice6,
.samplevoice7,
.samplevoice8,
.samplevoice9,
.samplevoice10
{
	display: none;
}


/*
##################################################
 ギャラリー
##################################################
*/

#common_header
{
	height: 148px;
	background-image: url("img/com_capbg_1.jpg");
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#common_header_title
{
	padding-top: 80px;
	width: 964px;
	margin: 0 auto;

}
#common_header_bottom
{
	width: 1000px;
	margin: 0 auto;
}

#gallery .gallery_new:before
{
	content: url("img/com_gallery_new.png");
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 1;
	pointer-events: none;
}
#gallery {
	position: relative;
}

.item
{
	width: 220px;
	height: 140px;
	margin-right: 18px;
	margin-bottom: 18px;
	box-shadow:rgba(0, 0, 0, 0.20) 0px 2px 5px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.20) 0px 2px 5px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.20) 0px 2px 5px 2px;
	background: #fff;
}
.item img
{
	
}
.item .large{
	display: none;
}


/*
##################################################
 ポイント
##################################################
*/

#point
{
	background: url(img/point_headshadow.png) top repeat-x;
	padding-top: 70px;
	text-align: center;
}

#point_2_bg
{
	background: url("img/point_2_bg_wave.png") 220px 220px repeat-x;
	animation: point_2_bgmove 15s linear infinite;
	-webkit-animation: point_2_bgmove 15s linear infinite;
}
@keyframes point_2_bgmove {
    0% {background-position:  220px 220px;}
    100% {background-position: 1322px 220px;}
}
@-webkit-keyframes point_2_bgmove {
    0% {background-position:  220px 220px;}
    100% {background-position: 1322px 220px;}
}

#point_3_bg
{
	background: url("img/point_3_bg.jpg") repeat-x;
	height: 450px;
	margin-top: 50px;
	animation: point_3_bgmove 40s linear infinite;
	-webkit-animation: point_3_bgmove 40s linear infinite;
}
@keyframes point_3_bgmove {
    0% {background-position:  0px 0px;}
    100% {background-position: -2400px 0px;}
}
@-webkit-keyframes point_3_bgmove {
    0% {background-position:  0px 0px;}
    100% {background-position: -2400px 0px;}
}


/*
##################################################
 ダウンロード
##################################################
*/

/*
##################################################
 スペック
##################################################
*/

.speccap_staff
{
	background: url(img/spec_ban_staff.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
	margin-top: 50px;
}
.speccap_product
{
	background: url(img/spec_ban_product.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
	margin-top: 50px;
}
.speccap_package
{
	background: url(img/spec_ban_package.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
	margin-top: 50px;
}
.speccap_spec
{
	background: url(img/spec_ban_spec.png) left center no-repeat;
	padding-left:250px;
	min-height: 200px;
	margin-left: 42px;
	margin-top: 50px;
}

.spectable
{
	font-weight: bold;
}

.spectable .left
{
	color: #6e92b7;
	/*
	background: url(img/info_arrow.png) no-repeat 0px 5px;
	padding-left: 30px;
	*/
	padding-right: 40px;
	padding-bottom: 10px;
}
.spectable .pro{ color: #e38677; }
.spectable .spec{ color: #acc95e; }
.spectable .syokai{ color: #e4b93f; }

.product
{
	padding-left: 15px;
}

.product .tenpotokuten_box
{
	float: left;
	width: 460px;
	padding-bottom: 20px;
}
.product .left
{
	margin-right: 20px;
}

.product .albumbox
{
	width: 940px;
	height: 628px;
	background: url('img/product_syokai_1d.png');
	position: relative;
}
.product .albumbox .textbox
{
	position: absolute;
	left: 300px;
	top: 140px;
	font-size: 11px;
	line-height: 165%;
}
.product .albumbox .textbox .c1,
.product .albumbox .textbox .c2,
.product .albumbox .textbox .c3,
.product .albumbox .textbox .c4
{
	font-size: 16px;
	color: #e38677;
	font-weight: bold;
}
.product .albumbox .textbox .c2 { color: #6b98ff; }
.product .albumbox .textbox .c3 { color: #8bb300; }
.product .albumbox .textbox .c4 { color: #ff6199; }



.tenpotokuten_box
{
	position:relative;
}
.tenpotokuten_box .text1,
.tenpotokuten_box .text2,
.tenpotokuten_box .text3,
.tenpotokuten_box .text4,
.tenpotokuten_box .text5,
.tenpotokuten_box .text6
{
	font-weight: bold;
	font-size: 12px;
	width: 410px;
	left: 15px;
	padding: 2px 8px;
	position: absolute;
	background: rgba(255,255,255,0.85);
	box-shadow:rgba(0, 0, 0, 0.20) 0px 1px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.20) 0px 1px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.20) 0px 1px 3px 1px;
	overflow:hidden;
	bottom: 80px;
	z-index: 99;
}
.tenpotokuten_box .text1 { bottom: 80px; }
.tenpotokuten_box .text2 { bottom: 117px; }
.tenpotokuten_box .text3 { bottom: 154px; }
.tenpotokuten_box .text4 { bottom: 191px; }
.tenpotokuten_box .text5 { bottom: 228px; }
.tenpotokuten_box .text6 { bottom: 265px; }
.tenpotokuten_box .red { background: rgba(255,96,186,0.90); color: #fff; width: 100px;	font-size: 14px; padding-left: 20px; }

.oritoku_box
{
	float: left;
	position:relative;
	max-width: 300px;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.oritoku_box .title
{
	font-family: '新丸ゴ R';
	font-size:15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 12px;
	background: #4a86dc;
	color: #fff;
}

.oritoku_box .title_min
{
	font-family: '新丸ゴ R';
	letter-spacing: 0px;
	font-size:12px;
}



/*
##################################################
 スペシャル
##################################################
*/
.special_box,
.special_box_twitter
{
	padding: 0px 20px 40px 20px;
	border-bottom: 1px solid #daa081;
}
.nobottomboder
{
	border: 0;
}
.special_box table,
.special_box_twitter table
{
	margin: 0 auto;
}
.special_box table td,
.special_box_twitter table td
{
	text-align: center;
}
.special_box table td img,
.special_box_twitter table td img
{
	vertical-align: middle;
	margin: 4px 3px;
	border: 1px solid #daa081;
}
.banner_menu
{
	text-align: center;
	line-height: 30px;
}

/*bgset*/
.bgmove1
{
	position: fixed;
	width: 100%;
	z-index:-1;
	/*background: url("img/com_bg_left_single_2.png") no-repeat;*/
    animation: bgmove1 20s linear infinite;
	-webkit-animation: bgmove1 20s linear infinite;
}
@keyframes bgmove1 {
    0% {background-position: 0px 120%;}
    100% {background-position: 0px -20%;}
}
@-webkit-keyframes bgmove1 {
    0% {background-position: 0px 120%;}
    100% {background-position: 0px -20%;}
}

.bgmove2
{
	position: fixed;
	width: 100%;
	z-index:-1;
	/*background: url("img/com_bg_left_single_1.png") no-repeat;*/
    animation: bgmove2 10s linear infinite;
	-webkit-animation: bgmove2 10s linear infinite;
}
@keyframes bgmove2 {
    0% {background-position: 300px -20%;}
    100% {background-position: 300px 120%;}
}
@-webkit-keyframes bgmove2 {
    0% {background-position: 300px -20%;}
    100% {background-position: 300px 120%;}
}

.tenpotable
{
    border-collapse: collapse;
	width: 800px;
	margin: 0px auto;
}
.tenpotable td
{
    border-collapse: collapse;
	border: solid 1px #9c6266;
	padding: 3px 8px;
	background: #fff;
	font-size: 10px;
}
.tenpotable .head
{
	color: #fff;
	font-weight: bold;
	background: #9c6266;
	font-size: 14px;
}
.tenpotable .left
{
	width: 300px;
	color: #9c6266;
	font-weight: bold;
	font-size: 14px;
}


.tokuten_bt
{
	overflow: hidden;
	text-align: center;
	position: relative;
	top: -7px;
}
.tokuten_bt img
{
	position: relative;
	top: -10px;
}



/* キャンペーンまとめ */
#camp_bar
{
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}
#camp_bar dt
{
	clear: left;
	float: left;
	width: 200px;
	background: #6e92b7;
	margin-right: 10px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px 0px 0px 50px;
    -khtml-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
    font-weight: bold;
	border: 3px solid #6e92b7;
}
#camp_bar dd
{
	margin-left: 200px;
	margin-top: 5px;
	background: #fff;
	margin-right: 5px;
	padding: 2px 3px 0px 3px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
	border: 3px solid #6e92b7;
    font-weight: bold;
}
#camp_bar dl.gray dt
{
	background: #adb6be;
	border: 3px solid #adb6be;
}
#camp_bar dl.gray dd
{
	border: 3px solid #adb6be;
}
#camp_bar dl.gray dd a
{
	color: #adb6be;
}

#tokuten
{
	width: 992px;
	margin: 0 auto;
}

#ost_shop{
	text-align: center;
	margin-top:15px;
}

#ost_shop a{
	margin-right:10px;
}

#ost_shop img{
	margin-bottom:10px;
}

/*
##################################################
世界観
##################################################
*/


#world {
	text-align:center;
	padding-top:20px;
	background-image: url("img/char_bg.jpg");
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#world_navi {
	padding-top:20px;
	text-align:center;
}


ul li {
	list-style-type: none;
	display:inline-block;
}


#worldbox
{
	position: relative;
	width: 910px;
	height: 600px;
	background-repeat: no-repeat;
	background-image: url("img/world_1.png");
	margin: auto;
}



/*
##################################################
４コマページ
##################################################
*/


#yonkoma{
text-align:center;
padding-top:20px;
	width: 964px;
	margin: 0 auto;
	

}

#yonkomabox
{
	
	width: 595px;
	height: 992px;
    background-repeat: no-repeat;
	background-image: url("img/yonkoma_3.png");
	margin-right: auto;
    margin-left:auto;
	margin-top: 50px;
}

#yonkoma_navi{
	
padding-top:40px;
text-align:center;

}

ul li{
list-style-type: none;
display:inline-block;
}




input,
select,
textarea
{
	border: none;
	background-color: #6e92b7;
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	height: 20px;
}
select{	padding: 0px; }
textarea { height: 100px; }
.submit
{
	margin-left: 5px;
	height: 30px;
	width: 60px;
	font-weight: bold;
	background-color: #6e92b7;
	color: #ffffff;
	border: none;
}
.submit:hover
{
	background-color: #e36c95;
}

.ouen_box
{
	width: 960px;
}
.ouen_box td
{
	text-align: center;
	position: relative;
}
.ouen_box .twitter
{
	position: absolute;
	left:240px;
	top:224px;
	z-index: 1;
	width: 40px;
	height: 40px;
}


/*
##################################################
 レスポンシブ処理
##################################################
*/

/*
.pcNone { display:none; }
*/


@media screen and (min-width: 640px)
{
	.pcNone { display:none; }
}
@media screen and (max-width: 639px)
{
	.pcOnly { display:none; }
	html {width: 100%; min-width: 100%;}
	body
	{
		min-width: 100%;
	    /* background-image: url(img/com_bg.jpg); */
	    background-repeat: repeat;
	    background-position: top center;
	    background-attachment: fixed;
	    font-size: 12px;
	    line-height: 160%;
    }
    #common_header,
    #common_header_title,
    #common_header_bottom
    {
    	width: 100%;
    }
    #common_header_title
    {
    	padding: 0;
    }
    #common_header_title img
    {
    	margin-top: 16px;
    	margin-left: 10px;
    	width: auto;
    }
    #common_header
    {
    	height: 80px;
    }
    #common_header_bottom img
    {
    	vertical-align: top;
    }
    
	span.cap
	{
		padding: 8px 20px 8px 20px;
		font-size: 10px;
	}

	img { width: 100%; }
	img.min { width: 90%; }
	.imgreset img { width: initial; max-width: 90%; }
	img.imgreset { width: initial; max-width: 90%; }
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	#main { width: 100%; min-width: 100%; }
	#contents { width: 100%; min-height: 200px; }
	#tokuten { width: 100%; }
	#point { width: 100%; }
	#char { width: 100%; }
	#wrap { width: 100%; }
	
	#m_menu
	{
		width: 100%;
		margin: 0 auto;
		padding: 0;
		display: none;
		position: absolute;
		z-index: 1000;
	}
	#m_menu li{
		display: block;
		float: left;
		width: 25%;
		margin: 0;
		padding: 0;
		}
	#m_menu li a{
		font-size: 12px;
		display: block;
		padding: 12px 0 10px;
		background: #333;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#m_menu li a:hover{
		background: #e36c95;
	}
	#toggle{ 
		display: block;
		position: relative;
		width: 100%;
		background: #333;
		font-weight: bold;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
	}
	#toggle:before
	{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after
	{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 4px;
		background: #333;
	}
	#toggle a:before{
		margin-top: -6px;
	}
	#toggle a:after{
		margin-top: 2px;
	}

	.m_gallery img
	{
		margin: 0;
	}
	
	#info_box
	{
		clear: both;
		font-size: 12px;
		line-height: 18px;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	#info_head
	{
	    border-radius: 0px;
		width: 100%;
		height: 40px;
		clear: both;
	}
	#info_inner
	{
		width: 100%;
		background: #fff;
		padding: 0px;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		height: 140px;
	}

	#info_scroll
	{
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 140px;
	}
	#info_scroll .line
	{
		width: 98%;
		margin-left: 5px;
		padding-top: 5px;
		padding-bottom: 12px;
		margin-top: 12px;
		position: relative;
	}
	#info_scroll .line .data
	{
		padding-left: 15px;
	}
	#info_scroll .line .text
	{
		margin-left: 4px;
		padding-left: 4px;
	}
	#info_scroll .openbt
	{
		display:none;
		width: 100%;
		background: url("img/info_toggle.png");
		min-width: 94px;
		min-height: 21px;
		background-position: right bottom;
		background-repeat: no-repeat;
		margin-left: 0px;
		margin-top: -20px;
		z-index: 50;
	}
	#info_scroll .line .toggle
	{
		padding-top: 22px;
		display: none;
	}
	#info_scroll .line .toggle img
	{
		width: 90%;
	}

	#banner_area
	{
		width: 70%;
		margin-left: 15%;
	}
	#banner_area li
	{
		clear: both;
		width: 100%;
		text-align: center;
	}
	#banner_area img
	{
		margin-right: 0;
	}

	.m_halfban img
	{
		width: 49%;
	}
	#top_slider { width: 100%; }
	#top_slider_contents { width: 100%; }
	#footer_contents { width: 100%; }

	#top_superpickup
	{
		margin: 0;
	}
	#top_superpickup dt
	{
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 24px;
	}
	#top_superpickup dd
	{
		clear: both;
		width: 98%;
		padding: 0;
		margin: 0 5px;
		margin-bottom: 5px;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
	}
	
	#camp_bar
	{
		margin: 0;
	}
	#camp_bar dt
	{
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 24px;
	}
	#camp_bar dd
	{
		clear: both;
		width: 98%;
		padding: 0;
		margin: 0 5px;
		margin-bottom: 5px;
		border: none;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
	}
	#camp_bar dl.gray dt
	{
		background: #adb6be;
		border: none;
	}
	#camp_bar dl.gray dd
	{
		border: none;
	}
	
	#m_character
	{
		background-image: url("img/char_bg.jpg");
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding-bottom: 30px;
	}
	#m_character table
	{
		padding-top: 15px;
		padding-bottom: 5px;
		opacity: 0.8;
	}
	#m_character table.menu
	{
		width: 94%;
		text-align: center;
		margin-left: 3%;
	}
	#m_character .menu img
	{
		max-width: 84px;
		width: 100%;
	}

	.speccap_staff,
	.speccap_product,
	.speccap_package,
	.speccap_spec
	{
		margin: 5%;
		padding: 0px;
		padding-top:180px;
	}
	.speccap_staff
	{
		background: url(img/spec_ban_staff.png) center top no-repeat;
	}
	.speccap_product
	{
		background: url(img/spec_ban_product.png) center top no-repeat;
	}
	.speccap_package
	{
		background: url(img/spec_ban_package.png) center top no-repeat;
	}
	.speccap_spec
	{
		background: url(img/spec_ban_spec.png) center top no-repeat;
	}
	.spectable
	{
		margin: 0;
		width: 100%;
		font-size: 11px;
	}
	.spectable .left
	{
		background: none;
		padding-left: 0px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	
	.sinplebox
	{
		width: 90%;
		margin: 10px auto;
		border: 1px solid #6e92b7;
		padding: 10px;
		font-size: 12px;
		line-height: 150%;
	}
	
	.tenpotable
	{
		width: 100%;
		margin: 10px auto;
	}
	.tenpotable .left
	{
		width : 50%;
		font-size: 12px;
	}
	a.box_link
	{
		font-size: 12px;
		padding: 6px 20px 6px 20px;
	}
	a.box_link_min
	{
		font-size: 10px;
		padding: 4px 5px 4px 5px;
		border: 1px solid #6e92b7;
	}
	
	.tokutenmenu img
	{
		width: 25%;
	}
	.tokuten_bt img
	{
		width: 60%;
	}
	.tokuten_bt
	{
		top: -3px;
	}

	.product
	{
		padding: 5%;
	}

	.product .tenpotokuten_box
	{
		clear: both;
		width: 100%;
		padding-bottom: 20px;
	}
	.product .left
	{
		margin-right: 0px;
	}

	.tenpotokuten_box .tenpobt img
	{
		width: 50%;
	}
	.tenpotokuten_box .text1,
	.tenpotokuten_box .text2,
	.tenpotokuten_box .text3,
	.tenpotokuten_box .text4,
	.tenpotokuten_box .text5,
	.tenpotokuten_box .text6
	{
		font-size: 10px;
		width: 90%;
		left: 2%;
		padding: 1% 3%;
		position: absolute;
		background: rgba(255,255,255,0.85);
		height: 18px;
	}
	.tenpotokuten_box .text1 { bottom: 70px; }
	.tenpotokuten_box .text2 { bottom: 103px; }
	.tenpotokuten_box .text3 { bottom: 136px; }
	.tenpotokuten_box .text4 { bottom: 169px; }
	.tenpotokuten_box .text5 { bottom: 202px; }
	.tenpotokuten_box .text6 { bottom: 234px; }
	.tenpotokuten_box .red { background: rgba(255,96,186,0.90); color: #fff; width: 100px; max-width: 90%; margin-left: 0px; font-size: 14px; padding-left: 18px; }

	.oritoku_box
	{
		clear: both;
		max-width: 100%;
		width: 100%;
	}
	.oritoku_box img
	{
	}

	.oritoku_box .title
	{
		font-family: '新丸ゴ R';
		font-size:12pxrem;
		letter-spacing: 1px;
		padding: 4px 8px;
		background: #4a86dc;
		color: #fff;
	}
	
	.ouen_box
	{
		width: 90%;
		margin-left: 5%;
	}
}