@charset "UTF-8";
/* 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;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 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;
}

/* common
----------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
}
html {
  min-width: 1152px;
  margin: 0 auto;
  color: #311404;
}
p { line-height: 1.7;}
img { vertical-align: bottom;}
a {
  color: #311404;
  text-decoration: underline;
}
a:hover {
	color: #bc2f13;
  text-decoration: none;
}

/* gungho
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
}
#gungho .inner {
  width: 1000px;
  height: 31px;
  margin: 0 auto;
  position: relative;
}
#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0;
}
#gungho #roInfo {
  position: absolute;
  overflow: hidden;
  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;
}

/* page common
----------------------------------------------------------*/
#sns {
  position: absolute;
  top: 20px;
  right: 0px;
  line-height: 48px;
  text-align: right;
  text-indent: initial;
}
#sns li {
  display: inline-block;
}

.fL{ float:left;}
.fR{ float:right;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.txtBlock{color: #000;}
.txtSmall{font-size:0.8em;}
.txtAtt li{
  color: #f9348a;
  font-size: 0.8em;
  margin-top: 1em;
}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.pl10{padding-left: 10px;}
.w54{width: 54%;}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clear{ clear:both;}
.fixed {
  position: fixed !important;
  top: 0 !important;
}

.box {
	width: 820px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.kome {
	color: #bc2f13;
	font-size: 14px;
}

/* container
----------------------------------------------------------*/
#container {
    background-image: url(../img/site_bg.png);
    background-repeat: repeat;
    background-position: center 74px;
}
#mainBG {
    background-image: url(../img/main_bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
/* header
----------------------------------------------------------*/
#headBG {
    background-image: url(../img/head_bg.png);
    background-repeat: no-repeat;
    background-position: center top;

}
#charaBG {
    background-image: url(../img/chara_bg.png);
    background-repeat: no-repeat;
    background-position: center 130px;
	height: 740px;
}

#header {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#header h1{
  text-align: center;
  padding-top: 15px;
}
#header #catch {
	position: absolute;
	top: 290px;
	left: 320px;
}
#header #date {
	position: absolute;
	top: 500px;
	left: 300px;
}

#header #info {
	position: absolute;
	top: 600px;
	left: 400px;
}


#eventInfo p{
  margin-bottom: 6px;
}
#eventInfo span {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 52px;
  right: -25px;
  width: 200px;
  background: #fff;
  border: 3px solid #122464;
  border-radius: 3px;
  padding: 3px;
  color: #f8542b;
  font-weight: bold;
  font-size: 12px;
}
#eventInfo span:after {
  border-bottom: 10px solid #122464;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  position: absolute;
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
}

#eventInfo li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#eventInfo li:hover span {
  display: block;
}
#eventInfo li img {
  vertical-align: top;
}
#eventInfo .icon02 span,
#eventInfo .icon03 span,
#eventInfo .icon04 span {
  width: 300px;
}
#eventInfo .icon05 span {
  width: 400px;
}

#nav{
    background-image: url(../img/menu_bar.png);
    padding: 8px 0;
    width: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: center top;
	margin-top: -60px;
}
#nav ul{
  width: 1094px;
  margin:0 auto;
  overflow: hidden;
}
#nav ul li{
  float: left;
	margin-left: 7px;
}

/* contents
----------------------------------------------------------*/
#contents {
    width: 1162px;
    margin: 0 auto;
    background-image: url(../img/contents_bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

h2{
  margin-bottom: 40px;
  text-align: center;
}
h3{
    background-image: url(../img/h3.png);
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: left center;
	height: 40px;
	padding: 7px 0 0 50px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 23px;
	
}
h4{
    background-image: url(../img/h4.png);
    background-repeat: no-repeat;
    background-position: left top;
	height: 46px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	margin: 40px 0 30px 0;
	padding: 3px 0 0 50px;
}



/* point
----------------------------------------------------------*/
#point {
    background-image: url(../img/point_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
	height: 825px;
}
#point h2 {
    padding: 120px 0 0 0;
}
.pointBox {
	position: relative;
	width: 840px;
	margin: 0 auto;
}
.point1 {
	position: absolute;
	top: 0px;
	left: -40px;
	animation: horizontal 1s ease-in-out infinite alternate;
	-webkit-animation: horizontal 1s ease-in-out infinite alternate;
}
.point2 {
	position: absolute;
	top: 50px;
	left: 300px;
	animation: vertical 2s ease-in-out infinite alternate;
	-webkit-animation: vertical 2s ease-in-out infinite alternate;
}
.point3 {
	position: absolute;
	top: 0px;
	left: 590px;
	animation: horizontal 1.5s ease-in-out infinite alternate;
	-webkit-animation: horizontal 1.5s ease-in-out infinite alternate;
}
@keyframes horizontal {
    0% { 
		transform:translateX( -3px);
	-webkit-transform:translateX( -3px);}
  100% { 
	  transform:translateX(  0px);
	-webkit-transform:translateX(  0px);}
}
@keyframes vertical {
    0% { 
		transform:translateY(-10px);
	-webkit-transform:translateY(-10px);}
  100% { 
	  transform:translateY(  0px);
	-webkit-transform:translateY(  0px);}
}



/* play
----------------------------------------------------------*/
.greenBox1 {
	background-image: url(../img/greenbox01.png);
	height: 332px;
	margin: 40px 0 0 0;
	padding: 40px;
	position: relative;
}
.greenBox1 .fR img {
	position: absolute;
	top: 60px;
	left: 410px;
}

/* kite
----------------------------------------------------------*/
.kiteBox {
	background-image: url(../img/flow_bg.png);
	width: 840px;
	height: 1345px;
	margin: 0 auto 60px auto;
	position: relative;
}
.kite1 {
	position: absolute;
	top: 140px;
	left: 60px;
}
.kite1txt {
	position: absolute;
	top: 440px;
	left: 70px;
	width: 230px;
	line-height: 1.6;
}
.kite2 {
	position: absolute;
	top: 140px;
	left: 460px;
}
.kite2txt {
	position: absolute;
	top: 530px;
	left: 460px;
	width: 260px;
	line-height: 1.6;
}
.kite3 {
	position: absolute;
	top: 700px;
	left: 440px;
}
.kite3txt {
	position: absolute;
	top: 960px;
	left: 440px;
	width: 240px;
	line-height: 1.6;
}
.kite4 {
	position: absolute;
	top: 700px;
	left: 80px;
}
.kite4txt {
	position: absolute;
	top: 960px;
	left: 70px;
	width: 240px;
	line-height: 1.6;
}
.kite5 {
	position: absolute;
	top: 1200px;
	left: -30px;
}

.greenBox2 {
    background-image: url(../img/green_box02.png);
    background-repeat: no-repeat;
    background-position: center top;
	height: 172px;
	padding: 50px 0 0 60px;
	margin-bottom: 40px;
}
.greenBox2 li {
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
    background-position: left center;
	padding-left: 20px;
	margin-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

.nengaBox {
	position: relative;
}
.nengaTW {
	position: absolute;
	top: 318px;
	left: 454px;
	width: 360px;
	height: 195px;
	background-color: #e8e6d9;
}

.nengaBox .nengaTxt {
	padding: 10px 0 0 450px;
	
}
.nengaBox .nengaTxt span {
	color: #bc2f13;
}

/* map
----------------------------------------------------------*/
.mapBox {
	margin: 30px 0;
}
.map {
	width: 260px;
	background-repeat: no-repeat;
    background-position: center top;
	float: left;
	margin: 0 6px 20px;
}
.map01 {
	background-image: url(../img/map_a.png);
}
.map02 {
	background-image: url(../img/map_1.png);
}
.map03 {
	background-image: url(../img/map_2.png);
}
.map04 {
	background-image: url(../img/map_3.png);
}
.map05 {
	background-image: url(../img/map_4.png);
}
.map06 {
	background-image: url(../img/map_5.png);
}
.map07 {
	background-image: url(../img/map_6.png);
}
.map08 {
	background-image: url(../img/map_7.png);
}
.map09 {
	background-image: url(../img/map_8.png);
}
.map10 {
	background-image: url(../img/map_9.png);
}
.map11 {
	background-image: url(../img/map_10.png);
}


.mapName {
	height: 40px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding-top: 160px;
	padding-left: 30px;
}
.mapName span {
	font-size: 12px;
}
.mapName2 {
	height: 40px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	padding-top: 160px;
	padding-left: 38px;
	font-size: 12px;
}
.mapName2 span {
	font-size: 10px;
}


.mapTxt {
	background-image: url(../img/map_bg.png);
	background-repeat: no-repeat;
    background-position: center top;
	height: 116px;
	padding: 20px;
	color: #fff;
	line-height: 1.6;
}
.mapTxt span {
	font-size: 13px;
}

/* story
----------------------------------------------------------*/
.storyBox {
    background-image: url(../img/story.png);
    background-repeat: no-repeat;
    background-position: center top;
	height: 636px;
	margin-bottom: 70px;
}
.storyBox p {
    text-indent: -9999px;
}


/* wallpaper
----------------------------------------------------------*/
.wallpaper span {
	font-size: 14px;
}
.wallpaper li a:hover {
	opacity: 0.7;
}

/* caution
----------------------------------------------------------*/
.cautionBox {
	width: 820px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.cautionBox li {
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
    background-position: left 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#pagetop {
	position: fixed;
}


.pagetop {
	bottom: 30px;
    right: 10px;
}
.tako {
	transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
	animation: vertical 2s ease-in-out infinite alternate;
	-webkit-animation: vertical 2s ease-in-out infinite alternate;
    margin-bottom: -80px;
}
.chara {

}

/* table
----------------------------------------------------------*/

.tableBox{
  border: 1px solid rgba(255,255,255,0.6);
  margin: 0 0 30px 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border:0;
  background-color: #fff;
  color: #000; }

table th, table td {
  padding: 10px; }
table th {
  font-weight: bold;
  white-space: nowrap; }

table thead th {
  text-align: left ;
  color: #fff;
  background-color: #991a0f;
  border: 1px solid #d03d1b;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  font-size: 1.2em;
  padding: 10px; }
table tbody th {
  font-size: 0.8em;
  background: #bc2e11;
  border: 1px solid #d03d1b;
  color: #fff;
  width: 5%; }

table td {
  font-size: 0.8em;
  border-top: 1px solid #d03d1b;
  border-bottom: 1px solid #d03d1b;
  border-right: 1px solid #d03d1b; }

table .thumb {
  width: 100px;
  text-align: center;
  border-left: 1px solid #d03d1b;
  background: #fff; }

table .thumb img {
  display: block;
  margin: 0 auto; }

#play table tr:nth-child(2n){
  background-color: #f2eff7;
}
#play table td{
  width: 50%;
}


/* footer
----------------------------------------------------------*/
#footer {
  background-image: url(../img/pt_footer.jpg);
  color: #fff;
    min-height: 60px;
    text-align: center;
    padding-top: 50px;
    background-repeat: repeat;
    background-position: center top;
}
#footer #copy {
  font-size: 11px;
  font-weight: bold;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}


  #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; }

