/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
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;
  line-height: 1.6;}

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

body {
  line-height: 1;
  height: 100%;
  background: url(null) fixed; /* for Google Chrome */}

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;
  word-break: break-all; }

* {
  -webkit-font-smoothing: antialiased; }

img{
  width: 100%;
  border: none;
}
img a{
  border: none;
}
a:link,a:visited,a:hover,a:active{
  color:#000;
  text-decoration: none;
}

/* common
----------------------------------------------------------*/
.is_pc{display: none;}
.is_fixed{
  position: fixed;
  top: 0;
  z-index: 10000;}

.fL{float: left;}
.fR{float: right;}
.clearfix:after {
  content:"";
  display:block;
  clear:both;}

.txt_red{
  color:#8a3015;
}
.txt_center{
  text-align: center;
}
.txt_small{
  font-size:0.8em;
}
.txt_space01{
  padding-bottom:0.8em;
}
.txt_space02{
  margin-bottom:0.8em;
}

.center{
  margin: 0 auto;
}
.att_txt{
  color:#8a3015;
  list-style: disc;
  padding-left: 1.2em;
}
.att_txt a{
  color:#8a3015;
  text-decoration: underline;
}
.line_b{
  border-bottom: 1px solid #66502f;
}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}


/* container
----------------------------------------------------------*/
#container{
  font-family: 'YuMincho','Yu Mincho',serif;
  text-shadow: 1px 1px 3px #332606;
  width: 100%;
  max-width: 480px;
  padding-top: 4%;
  position: relative;
  height: 100%;
}
#index #container{
  background: url(../img/top/sp_main.png) center top no-repeat,url(../img/common/bg.jpg) center center repeat;
  -webkit-background-size: 100%,50%;
  background-size: 100%,50%;
}
.sec #container{
  background: url(../img/common/sp_sec_bg.png) center top no-repeat,url(../img/common/bg.jpg) center center repeat;
  -webkit-background-size: 100%,50%;
  background-size: 100%,50%;
}

/* top
----------------------------------------------------------*/
#top{
  text-align: center;
}
#top h1 img{
  width:100%;
}
.sec #logo img{
  width: 80%;
}
#top #date{
  width: 35%;
  margin: 0 auto;
}

/* nav
----------------------------------------------------------*/
#nav{
  text-align: center;
  padding: 44vw 4vw 0 6vw;
}
.sec #nav{
  padding: 2vw 4vw 0 6vw;
}
#nav ul{
  display: flex;
  -js-display: flex;
  flex-wrap:wrap;
  width: 100%;
}
#nav ul li{
  width:33%;
}
#nav ul li a{
  display: block;
}
.sec #nav ul li a{
  width: 90%;
  margin: 0 auto;
}

/* contents
----------------------------------------------------------*/
#contents{
  margin-top: 7vw;
}
.sec #contents{
  background-image: url(../img/common/sp_sec_h1_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 6vw;
  margin-top: 0;
}
.sec #contents h1{
  text-align: center;
  padding-bottom: 3vw;
}
.sec #contents h1 img{
  width: 50%;
}
#contents .block_area{
  padding-bottom: 5%;
  margin-bottom:10%;
  background-image: url(../img/common/box_shadow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 90%;
}
#contents .box{
  width: 90%;
  margin: 0 auto;
  background: url(../img/common/box_bg.png) left top;
  position: relative;
  box-shadow:0px 0px 17px 0px #664216 inset;
  -moz-box-shadow:0px 0px 17px 0px #664216 inset;
  -webkit-box-shadow:0px 0px 17px 0px #664216 inset;
}
#contents .box:before{
  content: '';
  background: url(../img/common/frame_top.png) center bottom /98% no-repeat;
  display: inline-block;
  width: 100%;
  padding-top: 18%;
  margin-top: 1%;
}
#contents .box:after{
  content: '';
  background: url(../img/common/frame_bottom.png) center bottom /98% no-repeat;
  display: inline-block;
  width: 100%;
  padding-top: 18%;
  margin-bottom: 1%;
}
#contents .last{
  margin-bottom: 0;
}
#contents .box .inner{
  padding: 0 10%;
  background: url(../img/common/frame_line.png) center top /98% repeat-y;
}
#contents .box .inner h2{
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}
#contents .box .box_style01{
  padding-top: 25%;
}
#contents .box .box_style02{
  padding-top: 10%;
}
#contents .box .box_style03{
  padding-top: 35%;
}
#contents .box .box_style04{
  padding-top: 5%;
}
#contents .box .img_style01{
  width: 50%;
  padding: 0 2% 2% 0;
}
#contents .box .img_style02{
  padding: 5% 0;
}
#pagetop{
  width: 35%;
  position: fixed;
  bottom: 0;
  right: 10px;
}
#pagetop a {
  display: block;
  z-index: 1000;
}

/* #play
----------------------------------------------------------*/
#play h3{
  margin: 5% 0;
}
.flow_box:after{
  content: "";
  display: block;
  background: url(../img/play/arrow.png) center center no-repeat;
  background-size:50%;
  padding-top: 30%;
}
.bg_star{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_star_inner{
  background: url(../img/play/star_bg.png) center no-repeat;
  background-size: 100%;
  display: table-cell;
  vertical-align: middle;
}
.badge_area{
  padding-bottom: 15%;
}
.quest_box {
  margin-top: 5%;
}
.quest_box li .quest_box_inner{
  border: 0;
  text-align: center;
  padding: 5%;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  text-shadow: none;
  font-size:0.9rem;
  margin: 5% 0;
}
.quest_box li .bg_style01{
  background: url(../img/play/quest_box_bg01.jpg);
  box-shadow:0px 5px 10px 0px #7b440a,0 0 10px 3px #b89266 inset;
  -moz-box-shadow:0px 5px 10px 0px #7b440a,0 0 10px 3px #b89266 inset;
  -webkit-box-shadow:0px 5px 10px 0px #7b440a,0 0 10px 3px #b89266 inset;
}
.quest_box li .bg_style02{
  background: url(../img/play/quest_box_bg02.jpg);
  box-shadow:0px 5px 10px 0px #7b440a,0 0 10px 3px #c2b183 inset;
  -moz-box-shadow:0px 5px 10px 0px #7b440a,0 0 10px 3px #c2b183 inset;
  -webkit-box-shadow:0px 5px 10px 0px #7b440a,0 0 10px 3px #c2b183 inset;
}
.quest_box li div{
  border-bottom: 2px solid #332606;
  padding: 3% 0;
}
.quest_box li .quest_box_inner div:last-child{
  border-bottom:none;
}
.quest_box li .no img{
  width: 80%;
  padding: 2% 0;
}
.quest_box li .title{
  font-size:1rem;
  font-weight: bold;
}
.quest_box li .req_detail span{
  font-size:0.7rem;
}
.quest_box li .detail{
  text-align: left;
}
.img_col03 img{
  max-width: 33%;
}


/* #map
----------------------------------------------------------*/
.img_map{
  padding-bottom: 5%;
}
.map_detail li{
  border: 2px solid #66502f;
  padding: 4%;
  margin-bottom: 3%;
}
.map_detail li:last-child{
  margin-bottom: 0;
}
.map_detail li dd{
  font-size: 0.8rem;
}
.monster_list{
  display: flex;
  -js-display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.monster_list li{
  background: #e8e1ce;
  text-align: center;
  margin: 3% 0;
  padding: 5% 5% 7%;
  box-shadow:0px 5px 10px 0px #7b440a,0px 0px 10px 0px #b18e5b inset;
  -moz-box-shadow:0px 5px 10px 0px #7b440a,0px 0px 10px 0px #b18e5b inset;
  -webkit-box-shadow:0px 5px 10px 0px #7b440a,0px 0px 10px 0px #b18e5b inset;
  width: 35%;
}
.monster_list li:nth-child(odd){
  margin-right: 5%;
}
.monster_list li:last-child{
  margin-right: 0;
}
.monster_list li dt:before{
  content: "";
  background: url(../img/map/line01.png) top center no-repeat;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding-top: 10px;
}
.monster_list li dt:after{
  content: "";
  background: url(../img/map/line01.png) top center no-repeat;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding-top: 10px;
}
.monster_list li dd{
  padding-bottom:6%;
  min-height: 100px;
  width:100%;
  display: table;
}
.monster_list li dd span{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.monster_list li dd img{
  width: auto;
  max-width: 100%;
}

/* footer
----------------------------------------------------------*/
#footer {
  position: relative;
  color: #fff;
  min-height: 50px;
  text-align: center;
  background: #080600;
  margin-top: 10%;
  padding: 15px 0; }
#footer #credit {
  font-size: 10px;}




/* PC
----------------------------------------------------------*/
@media all and (min-width: 481px) {
  .is_pc{display: inline;}
  .is_sp{display: none;}

  /* gungho
  ----------------------------------------------------------*/
  #gungho {
    width: 100%;
    height: 31px;
    background: #fff;
    border-bottom: 4px solid #ccc;
    position: relative;
    z-index: 1000; }

  #gungho .inner {
    width: 1000px;
    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: 24px;
    right: 45px;
    margin: 0 auto;
    text-indent: initial;
    z-index: 1000;
    text-align: right; }

  .sec #sns{
    top: 15px;
  }

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

  /* container
  ----------------------------------------------------------*/
  #container{
    font-size: 1.6rem;
    min-width: 1016px;
    max-width: 100%;
    padding-top: 0;
  }
  #index #container{
    background: url(../img/top/chara.png) center 80px no-repeat,url(../img/top/main_bg.png) top center no-repeat,url(../img/common/bg.jpg) center center repeat;
  }
  .sec #container{
    background: url(../img/common/sec_bg.png) top center no-repeat,url(../img/common/bg.jpg) center center repeat;
  }

  /* top
  ----------------------------------------------------------*/
  #top{
    margin: 0 auto 130px;
    position: relative;
    max-width: 1000px;
  }
  .sec #top{
    margin-bottom: 10px;
  }
  #top h1 img,.sec #logo img{
    width:auto;}
  .sec #logo{
    padding-top: 10px;
  }
  #top #date{
    width: 308px;}

  /* nav
  ----------------------------------------------------------*/
  #nav{
    text-align: center;
    padding: 0;
  }
  #nav ul{
    width: 960px;
    margin: 0 auto;
  }
  #nav ul li a{
    padding-top: 0;
  }
  #nav ul li img{
    width: auto;
  }
  .sec #nav{
    padding: 15px 0 0 0;
  }
  .sec #nav ul li img{
    width: 190px;
  }

  /* contents
  ----------------------------------------------------------*/
  #contents{
    margin-top:75px;
  }
  .sec #contents{
    margin-top:30px;
    padding: 50px 0 0;
    background-image: url(../img/common/sec_h1_bg.png);
    background-size: auto;
  }
  .sec #contents h1{
    padding-bottom: 60px;
  }
  .sec #contents h1 img{
    width: auto;
  }
  #contents .block_area{
    padding-bottom: 60px;
    background-size: auto;
  }
  #contents .box{
    width: 960px;
  }
  #contents .box:before{
    background-size: 887px auto;
    padding-top: 155px;
    margin-top: 40px;
  }
  #contents .box:after{
    background-size: 887px auto;
    padding-top: 164px;
    margin-bottom: 40px;
  }
  #contents .box .inner{
    background-size: 887px auto;
  }
  #contents .box .inner h2{
    top:120px;
    text-align: center;
  }
  #contents .box .inner h2 img{
    width: auto;
  }
  #contents .box .box_style01{
    padding-top: 150px;
  }
  #contents .box .box_style03{
    padding-top: 150px;
  }
  #pagetop{
    width: 151px;
  }

  /* #play
  ----------------------------------------------------------*/
  #play #contents img{
    width: auto;
  }
  .flow_box:after{
    background-size:auto;
    padding-top: 200px;
    margin: 20px 0;
  }
  .bg_star_inner{
    background-size: auto;
    min-height: 286px;
  }
  .badge_area{
    padding-bottom: 60px;
  }
  .quest_box{
    padding: 0 14px;
  }
  .quest_box li{
    display: inline-block;
    width: 345px;
    vertical-align: top;
  }
  .quest_box li:nth-child(odd){
    margin-right: 50px;
  }
  .quest_box li .quest_box_inner{
    padding: 25px 23px;
    font-size:1.5rem;
  }
  .quest_box li .no img{
    width: auto;
    padding-bottom: 15px;
  }
  .quest_box li .title{
  font-size:1.87rem;
  }
  .quest_box li .req_detail span{
    font-size:1.25rem;
  }

  /* map
  ----------------------------------------------------------*/
  .map_detail{
    display: flex;
    -js-display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .map_detail li{
    border: 0;
    padding: 20px;
    margin-bottom: 0;
    width: 344px;
    background: url(../img/map/map_detail_bg_l.png) left top no-repeat;
  }
  .map_detail li:nth-child(2){
    background: url(../img/map/map_detail_bg_l.png) left top no-repeat,url(../img/map/map_detail_bg_r.png) right top no-repeat;
  }
  .map_detail li:nth-child(3){
    background: url(../img/map/map_detail_bg_l.png) left top no-repeat,url(../img/map/map_detail_bg_r.png) right top no-repeat;
    width: 728px;
  }
  .map_detail li:nth-child(n + 4){
    background: url(../img/map/map_detail_bg_l.png) left top no-repeat,url(../img/map/map_detail_bg_b.png) left bottom no-repeat;
  }
  .map_detail li:last-child{
    background: url(../img/map/map_detail_bg_l.png) left top no-repeat,url(../img/map/map_detail_bg_r.png) right top no-repeat,url(../img/map/map_detail_bg_b.png) left bottom no-repeat;
    padding: 20px;
  }
  .map_detail li dd{
    font-size: 1rem;
  }

  .monster_list li:nth-child(odd){
    margin-right: 10px;
  }
  .monster_list li{
    width: 30%;
    margin: 20px 10px;
    padding: 10px 0 30px;
  }
  .monster_list li dt{
    padding: 0 10px;
  }

  /* footer
  ----------------------------------------------------------*/
  #footer{
    margin-top: 275px;
    padding: 50px 0;
  }
  #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; }
}
