/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

/* SP
--------------------*/

@media screen and (max-width:480px) {


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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
	line-height: 1.6;}
  /*vertical-align: baseline;*/ 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

	img {
		max-width: 100%;
	}
	
* {
  -webkit-font-smoothing: antialiased; }

.scrollData {
overflow: auto;
white-space: nowrap;
margin-bottom: 50px;
	
}
.scrollData::-webkit-scrollbar {
 height: 5px;
	margin-bottom: 30px;
}
.scrollData::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.scrollData::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
	
	table img {
		max-width: 100px;
	}
	
	
/* common
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
  position: relative;
  z-index: 1000;
	display: none;}

#gungho .inner {
  width: 100%;
  height: 31px;
  margin: 0 auto;
  position: relative; }

#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0; }

#gungho #roInfo {
  position: absolute;
  overflow: visible;
  top: 0;
  right: 0;
  line-height: 31px;
}

#gungho #roInfo li {
  float: left;
  margin-right: 15px; }

#gungho #roInfo li a {
  font-size: 12px;
  color: #555;
  text-decoration: underline; }

#gungho #roInfo li a:hover {
  text-decoration: none; }

#sns {
  position: absolute;
  top: 50px;
  right: 65px;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
  text-align: right;
	display: none;}

#sns li {
  display: inline-block;
  width: 75px; }

#pagetop {
   text-align: center;
	padding-bottom: 30px;
	display: block;
}

#pagetop:hover {
   }

/* footer
----------------------------------------------------------*/
#footer {
  color: #fff;
  min-height: 60px;
  text-align: center;
  padding: 25px 0 25px;
	}
  #footer h2 {
    margin-bottom: 20px; }
  #footer h3 {
    font-size: 20px; }
  #footer #startBtn {
    margin: 0 auto;
    width: 583px;
    display: block; }
  #footer #moreBtn {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 20px; }
    #footer #moreBtn:hover {
      text-decoration: none; }
  #footer .col3 {
    width: 900px;
    margin: 0 auto 30px; }
    #footer .col3 .col {
      width: 33.3333%;
      float: left; }
      #footer .col3 .col:nth-child(2) img, #footer .col3 .col:nth-child(3) img {
        padding: 20px 0; }
      #footer .col3 .col img {
        margin-bottom: 10px; }
      #footer .col3 .col p {
        text-align: left;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold; }
  #footer .sns {
    width: 860px;
    margin: 0 auto;
    text-align: center; }
    #footer .sns li {
      display: inline-block;
      width: 300px;
      margin: 0 10px 30px; }
  #footer #credit {
    font-size: 10px;
    color: #fff; }
	#footer #footersp {
		display: none;
	}
	
	
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #4a3c28; }
  table th, table td {
    padding: 10px; }
  table th {
    font-weight: bold;
    white-space: nowrap; }
  table thead th {
    text-align: center;
    background: #2a4464;
    color: #fff;
    padding: 13px; }
    table thead th + th {
      border-left: 1px solid #fff; }
  table tbody th {
    font-size: 14px;
    background: #e1e7ef;
    border: 1px solid #2a4464;
    width: 20%; }
  table tbody td {
    font-size: 14px;
    border-top: 1px solid #2a4464;
    border-bottom: 1px solid #2a4464;
    border-right: 1px solid #2a4464; }
  table .thumb {
    width: 100px;
    text-align: center;
    background: #fff; }
    table .thumb img {
      display: block;
      margin: 0 auto; }

table.item th,
table.card th {
  width: 50px; }

table.card .thumb {
  width: 172px; }


.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
	
	
/* weapon&protector tables
----------------------------------------------------------*/
.weapon table tbody th,
.protector table tbody th {
  width: auto; }

/* collective tables
----------------------------------------------------------*/
.collective table tbody .thumb {
  width: 130px; }
.collective table tbody th {
  width: auto; }
.collective table tbody .info {
  width: 260px; }

/* card tables
----------------------------------------------------------*/
.card table tbody .thumb {
  width: 130px; }
.card table tbody th {
  width: auto; }

/* monster tables
----------------------------------------------------------*/
.monster table tbody th, .monster table tbody td {
  padding: 3px 10px; }
.monster table tbody th {
  text-align: left;
  width: 80px; }
.monster table tbody .thumb {
  width: 210px; }

/* quest tables
----------------------------------------------------------*/
.lv {
  width: 5%; }

.prize {
  width: 17%; }



/* nav
----------------------------------------------------------*/
#nav {
	width: 280px;
	padding-top: 5px;
	background-image: url(../img/common/menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	display: none;
}
#nav .child {
  background: rgba(140,135,169,.35);
  width: 264px;
  margin: 0 auto 5px;
  border-radius: 0 0 5px 5px;
  display: none;
}
#nav .child li {
  background: url(../img/common/nav_line.png) center bottom no-repeat;
}
#nav .child li:last-child {
  background: none;
}
#nav .child a {
  text-decoration: none;
  display: block;
  background: url(../img/common/nav_icon.png) 30px center no-repeat;
  padding: 25px 10px 25px 65px;
	font-size: 15px;
}
#nav .child a:hover,
#nav .child a.active {
  background: url(../img/common/nav_icon_on.png) 25px center no-repeat rgba(55,56,90,.45);
  transition: all 0.3s;
}
	
#navSP {
	display: block;
	position: relative;
}
	#menu-bt {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	
nav#menu{
   width:100%;
	padding-top: 106px;
	background-color:#0a3650;
	border-bottom:1px solid #b5b5b5;	
}
nav#menu ul{
   margin:0px;
   padding:0px;	
}
nav#menu ul li{
   list-style-type:none;	
}
	
nav#menu ul li a {
   width:100%;
   display:block;
   color:#fff;
   text-align:center;
   padding:12px 0px 12px 0px;
	text-decoration: none;
}
	
nav#menu .ko {
   width:100%;
   background-color:#0a3650;
   border-bottom:1px solid #b5b5b5;	
}
nav#menu .oya {
   width:100%;
   background-color:#265d90;
   border-bottom:1px solid #eaff00;	
}
	
.fontS {
  font-size: 80%;
}


/* common
----------------------------------------------------------*/
#gungho .inner {
  background: none;
  padding: 0; }

html {
  background: #000;
  color: #fff; }

a {
  color: #fff;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

#container {
	background-image : none;
	background-repeat: repeat-y;
	background-position: left top;
}
#contents {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 80px;
}
#sec {
	background-image: url(../img/common/sec_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	margin: 0 0 0 0px;
}


.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.both {
	clear: both;
}

#container {
	font-family: 
	'YuMincho',    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
.inBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.space {
	padding-bottom: 40px;
}

.btnset {
	width: 280px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}
.btnset a {
	width: 280px;
	height: 60px;
	display: block;
	background-image: url(../img/common/btn_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 15px;
	text-shadow: 0px 1px 3px #000;
	text-decoration: none;
	font-size: 18px;
	background-size: contain;
}
.btnset a:hover {
	background-image: url(../img/common/btn_on_sp.png);
}
.oneImg {
	text-align: center;
	padding-bottom: 50px;
	margin-top: 50px;
}
.oneImg50 {
	text-align: center;
	padding-bottom: 50px;
	margin-top: 0px;
}
.oneImgEnd {
	text-align: center;
	padding-bottom: 30px;
	margin-top: 0px;
}

.sample {
	margin-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
/* index
----------------------------------------------------------*/

#index #footer {
  background: none;
background-color: #211d1d;}
#index #footer #pickup {
    padding-top: 40px; }

#media {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #1B4A76;
	text-align: center;
	background-color: #54759b;
	margin-top: 50px;
	margin-bottom: 30px;
}
.mediaTitle {
	background-color: #002e73;
	margin-bottom: 20px;
}
.mediaBN {
	margin-bottom: 20px;
}
.mediaBN a:hover {
	opacity: 0.7;
}
.leadTxt {
	margin-bottom: 30px;
	text-shadow: 0px 1px 3px #000;
}
.leadTxtL {
	margin-bottom: 10px;
	text-shadow: 0px 1px 3px #000;
	font-size: 18px;
}
.atentionTxt {
	color: #f8ff82;
	font-size: 14px;
}



/* top
----------------------------------------------------------*/
#top {
	background-image: url(../img/top/sp_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: contain;
	background-size: contain;
	margin: 0 0 0 0px;
}

#top #chara {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center 140px;
}

#top h1 {
	text-align: center;
	max-width: 100%;
	padding-top: 320px;
}

#top #topDate {
	text-align: center;
	margin-bottom: 40px;
}

#top #set01 {
	background-image: url(../img/top/top_img01.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: contain;
}
#top #set02 {
	background-image: url(../img/top/top_img02.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: contain;
}
#top #set03 {
	background-image: url(../img/top/top_img03.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: contain;
}

#top #set01 h2,#top #set02 h2,#top #set03 h2 {
	font-size: 24px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 120px;
}
#top #set01 span,#top #set02 span,#top #set03 span {
	font-size: 28px;
	text-shadow: 0px 1px 5px #000;
	line-height: 24px;
	font-weight: bold;
}
#top #set01 p,#top #set02 p,#top #set03 p {
	text-shadow: 0px 1px 3px #000;
	padding-bottom: 60px;
}



/* sec
----------------------------------------------------------*/
#sec h2 {
	background-image: url(../img/common/h2_bg.png);
	background-position: center top;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 40px;
	background-size: contain;
}
#sec h3 {
	background-image: url(../img/common/h3_bg_sp.png);
	background-position: center top;
	width: 100%;
	height: 80px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 20px;
	text-shadow: 0px 1px 5px #000;
	background-size: contain;
}
#sec h4 {
	background-image: url(../img/common/h4_bg_sp.png);
	background-position: center top;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 38px;
	font-size: 18px;
	text-shadow: 0px 1px 5px #000;
}

/* story
--------------------*/
.storyCatch {
	font-size: 22px;
	margin-bottom: 50px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}
.storyCatchSub {
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}
#diagramImg {
	text-align: center;
	padding-bottom: 100px;
}

.boxTxt {
	text-align: center;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color: #002e73;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 0px 1px 3px #000;
}


/* guide
--------------------*/

#sec .secondLayer h3 {
	background-image: url(../img/common/h3_bg_sp.png);
	background-position: center 14px;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 0px;
	font-size: 20px;
	text-shadow: 0px 1px 5px #000;
}
#enchantImg {
	margin-bottom: 80px;
	position: relative;
}
#enchantBtn {
	position: absolute;
	bottom: -50px;
	right: 30px;
}

.enchantTable {
	padding: 30px;
	background: rgba(255,255,255,.20);
	color: #fff;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.flexBox {
	display: block;
	padding-bottom: 50px;
}
.flexBoxEnd {
	display: flex;
	padding-bottom: 100px;
}

.leftBox {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}
.rightBox {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}

.leftBoxWP {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}
.rightBoxWP {
	width: 100%;
	display: inline;
	text-align: center;
}

.spaceArrow {
	padding-bottom: 100px;
	background-image: url(../img/guide/memorial_arrow.png);
	background-position: center bottom;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	display: block;
}
.step {
	border-bottom: 2px solid #0A3650;
	background-image: url(../img/guide/memorial_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 50px;
	text-shadow: 0px 1px 5px #000;
}
.step span {
	font-size: 30px;
}

/* wp
--------------------*/
.wpBtn {
	    width: 100%;
    height: 60px;
    margin-bottom: 30px;
	margin-top: 30px;
    text-align: -webkit-center;
}
.wpBtn a {
	width: 270px;
	height: 46px;
	display: block;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	background-image: url(../img/wallpaper/wallpaper_btn.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-shadow: 0px 1px 5px #000;
	padding-top: 14px;
}
.wpBtn a:hover {
	background-image: url(../img/wallpaper/wallpaper_btn_on.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* update
--------------------*/

.updateBtn {
	width: 280px;
	height: 60px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.updateBtn a {
	width: 280px;
	height: 46px;
	display: block;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	background-image: url(../img/common/btn_sp.png);
	background-position: left center;
	background-repeat: no-repeat;
	text-shadow: 0px 1px 5px #000;
	padding-top: 14px;
}
.updateBtn a:hover {
	background-image: url(../img/common/btn_on_sp.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.indentBox {
	padding-left: 20px;
	padding-right: 20px;
}


/* character
--------------------*/
#chara01,#chara02 {
	width: 100%;
	height: 540px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara01 #chara01Pic {
	position: absolute;
	top: -50px;
	left: 80px;
	z-index: 10;
}
#chara02 #chara02Pic {
	position: absolute;
	top: -40px;
	left: 40px;
	z-index: 10;
}

#chara01 #chara01Box,#chara02 #chara02Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(114,121,0,0.3);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara01 #chara01Box {
	top: 280px;
	left: 0px;
}
#chara02 #chara02Box {
	top: 300px;
	right: 0px;
}

#chara01 h5,#chara02 h5 {
	font-size: 20px;
	border-bottom: 1px solid #8AA15A;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*--------------------*/

#chara03,#chara04 {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara03 #chara03Pic {
	position: absolute;
	top: -50px;
	left: 30px;
	z-index: 10;
}
#chara04 #chara04Pic {
	position: absolute;
	top: 30px;
	left: -20px;
	z-index: 10;
}

#chara03 #chara03Box,#chara04 #chara04Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(0,228,255,0.3);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara03 #chara03Box {
	top: 300px;
	left: 0px;
}
#chara04 #chara04Box {
	top: 340px;
	left: 0px;
}

#chara03 h5,#chara04 h5 {
	font-size: 20px;
	border-bottom: 1px solid #68cff0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*--------------------*/

#chara05,#chara06 {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara05 #chara05Pic {
	position: absolute;
	top: 80px;
	right: 20px;
	z-index: 10;
}
#chara06 #chara06Pic {
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 10;
}

#chara05 #chara05Box,#chara06 #chara06Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(60,0,159,0.3);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara05 #chara05Box {
	top: 400px;
	left: 0px;
}
#chara06 #chara06Box {
	top: 360px;
	left: 0px;
}

#chara05 h5,#chara06 h5 {
	font-size: 20px;
	border-bottom: 1px solid #672bca;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*--------------------*/

#chara07,#chara08 {
	width: 100%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara09 {
	width: 100%;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara07 #chara07Pic {
	position: absolute;
	top: -30px;
	right: -20px;
	z-index: 10;
}
#chara08 #chara08Pic {
	position: absolute;
	top: 30px;
	right: 60px;
	z-index: 10;
}
#chara09 #chara09Pic {
	position: absolute;
	top: 100px;
	right: -40px;
	z-index: 10;
}

#chara07 #chara07Box,#chara08 #chara08Box,#chara09 #chara09Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(138,0,0,0.3);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara07 #chara07Box {
	top: 300px;
	left: 0px;
}
#chara08 #chara08Box {
	top: 360px;
	left: 0px;
}
#chara09 #chara09Box {
	top: 400px;
	left: 0px;
}
#chara07 h5,#chara08 h5,#chara09 h5 {
	font-size: 20px;
	border-bottom: 1px solid #771d1d;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.weapon,.protective,.quest,.niv {
margin-bottom: 0px;
}
 
.level,.enchant {
margin-bottom: 30px;
}
	
	
.rule dl, dt, dd {
  margin : 0;
  padding : 0;
}
 
.rule dl {
  background-color: #2a4464;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #fff;
}
 
.rule dt {
  float: none;
  clear: none;
  width: 100%;
   /* 上線のみ表示 */
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #fff;
  font-weight: bold;
  padding: 0px;
	font-size: 14px;
	text-align: center;
}
 
.rule dd {
  /* dtの幅だけ横にずらす */
  margin-left: 0px;
	width: 100%;
  /* dlやdtとは異なった背景色を使用 */
  background-color: #fff;
	color: #4a3c28;
  /* 上線と，dt・ddの左右間の区切り */
  border-width: 1px 0 0 1px; 
  border-style: solid;
  border-color: #2a4464;
  padding: 0px;
	font-size: 14px;
}
	
	
	
	
	
}

@media screen and (max-width:375px) {

#top h1 {
	text-align: center;
	max-width: 100%;
	padding-top: 300px;
}

#top #set01 h2,#top #set02 h2,#top #set03 h2 {
	font-size: 24px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 120px;
}
#top #set01 span,#top #set02 span,#top #set03 span {
	font-size: 28px;
	text-shadow: 0px 1px 5px #000;
	line-height: 24px;
	font-weight: bold;
}
#top #set01 p,#top #set02 p,#top #set03 p {
	text-shadow: 0px 1px 3px #000;
	padding-bottom: 60px;
}

#sec h2 {
	background-image: url(../img/common/h2_bg.png);
	background-position: center top;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 36px;
	background-size: contain;
}
#sec h3 {
	background-image: url(../img/common/h3_bg_sp.png);
	background-position: center top;
	width: 100%;
	height: 80px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 6px;
	font-size: 20px;
	text-shadow: 0px 1px 5px #000;
	background-size: contain;
}
#sec h4 {
	background-image: url(../img/common/h4_bg_sp.png);
	background-position: center top;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 38px;
	font-size: 16px;
	text-shadow: 0px 1px 5px #000;
}
.storyCatch {
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}
	
#enchantBtn {
	position: absolute;
	bottom: -50px;
	right: 20px;
}

#chara01 #chara01Box {
	top: 250px;
	left: 0px;
}
#chara02 #chara02Box {
	top: 280px;
	right: 0px;
}
#chara07,#chara08 {
	width: 100%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
	
}

@media screen and (max-width:320px) {

#top h1 {
	text-align: center;
	max-width: 100%;
	padding-top: 240px;
}

#top #set01 h2 {
	font-size: 22px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 80px;
}
#top #set02 h2 {
	font-size: 22px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 100px;
}
#top #set03 h2 {
	font-size: 22px;
	text-shadow: 0px 1px 5px #000;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 100px;
}
	
#top #set01 span,#top #set02 span,#top #set03 span {
	font-size: 24px;
	text-shadow: 0px 1px 5px #000;
	line-height: 24px;
	font-weight: bold;
}
#top #set01 p,#top #set02 p,#top #set03 p {
	text-shadow: 0px 1px 3px #000;
	padding-bottom: 60px;
}

#sec h2 {
	background-image: url(../img/common/h2_bg.png);
	background-position: center top;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 30px;
	background-size: contain;
}
		
#sec h3 {
	background-image: url(../img/common/h3_bg_sp.png);
	background-position: center top;
	width: 100%;
	height: 80px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 3px;
	font-size: 18px;
	text-shadow: 0px 1px 5px #000;
	background-size: contain;
}
	
#sec .secondLayer h3 {
	background-image: url(../img/common/h3_bg_sp.png);
	background-position: center 14px;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 0px;
	font-size: 18px;
	text-shadow: 0px 1px 5px #000;
}
	
#sec h4 {
	background-image: url(../img/common/h4_bg_sp.png);
	background-position: center top;
	width: 100%;
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 38px;
	font-size: 15px;
	text-shadow: 0px 1px 5px #000;
}
.storyCatch {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}
.storyCatchSub {
	font-size: 16px;
	margin-bottom: 40px;
	text-align: center;
	text-shadow: 0px 1px 5px #000;
}	
#enchantBtn {
	position: absolute;
	bottom: -50px;
	right: 5px;
}
	
/* character
--------------------*/
#chara01,#chara02 {
	width: 100%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara01 #chara01Pic {
	position: absolute;
	top: -50px;
	left: 80px;
	z-index: 10;
}
#chara02 #chara02Pic {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 10;
}

#chara01 #chara01Box,#chara02 #chara02Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(114,121,0,0.3);
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara01 #chara01Box {
	top: 200px;
	left: 0px;
}
#chara02 #chara02Box {
	top: 220px;
	right: 0px;
}

#chara01 h5,#chara02 h5 {
	font-size: 17px;
	border-bottom: 1px solid #8AA15A;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*--------------------*/

#chara03,#chara04 {
	width: 100%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara03 #chara03Pic {
	position: absolute;
	top: -50px;
	left: 30px;
	z-index: 10;
}
#chara04 #chara04Pic {
	position: absolute;
	top: 10px;
	left: -20px;
	z-index: 10;
}

#chara03 #chara03Box,#chara04 #chara04Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(0,228,255,0.3);
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara03 #chara03Box {
	top: 240px;
	left: 0px;
}
#chara04 #chara04Box {
	top: 340px;
	left: 0px;
}

#chara03 h5,#chara04 h5 {
	font-size: 17px;
	border-bottom: 1px solid #68cff0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*--------------------*/

#chara05,#chara06 {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara05 #chara05Pic {
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 10;
}
#chara06 #chara06Pic {
	position: absolute;
	top: 60px;
	left: 50px;
	z-index: 10;
}

#chara05 #chara05Box,#chara06 #chara06Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(60,0,159,0.3);
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara05 #chara05Box {
	top: 420px;
	left: 0px;
}
#chara06 #chara06Box {
	top: 360px;
	left: 0px;
}

#chara05 h5,#chara06 h5 {
	font-size: 17px;
	border-bottom: 1px solid #672bca;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*--------------------*/

#chara07,#chara08 {
	width: 100%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara09 {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#chara07 #chara07Pic {
	position: absolute;
	top: -30px;
	right: -20px;
	z-index: 10;
}
#chara08 #chara08Pic {
	position: absolute;
	top: 30px;
	right: 60px;
	z-index: 10;
}
#chara09 #chara09Pic {
	position: absolute;
	top: 10px;
	right: -40px;
	z-index: 10;
}

#chara07 #chara07Box,#chara08 #chara08Box,#chara09 #chara09Box {
	position: absolute;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(138,0,0,0.3);
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	text-shadow: 0px 1px 5px #000;
	z-index: 20;
}
#chara07 #chara07Box {
	top: 280px;
	left: 0px;
}
#chara08 #chara08Box {
	top: 300px;
	left: 0px;
}
#chara09 #chara09Box {
	top: 300px;
	left: 0px;
}
#chara07 h5,#chara08 h5,#chara09 h5 {
	font-size: 17px;
	border-bottom: 1px solid #771d1d;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
	
}
	
}


