@charset "UTF-8";
/* CSS Document */

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;
  font-family: sans-serif;
  /*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; }

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

/* RO common
----------------------------------------------------------*/
#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;
  background: none;
  padding: 0; }

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


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

body.index {
	background-image: url(../img/common/wave.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#contents {
	background-color: #3d52cd;
}

#contents1 {
	background-color: bisque;
	height: 2000px;
}
#contents2 {
	background-color: tomato;
	height: 2000px;
}
#contents3 {
	background-color: lightseagreen;
	height: 2000px;
}

#pickupWrap {
	background-color: rgba(0,0,0,0.5);
	padding: 30px 0 15px 0;
}
#pickup {
}
#credit {
	color: #fff;
	text-align: center;
	font-size: 11px;
}

#sns {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -500px;
  line-height: 48px;
  text-align: right;
  width: 500px;
  margin: 0 auto;
  text-indent: initial;
  z-index: 1000;
}

#sns li {
  display: inline-block;
}


.both {
	clear: both;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.red {
	color: #9a4c44;
}
.fontS {
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.txtright {
	text-align: right;
}

.point {
	background-image: url(../img/common/point.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-bottom: 16px;
}

/* top main menu
----------------------------------------------------------*/

.main .mainBG {
	background-image: url(../img/top/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 860px;
}
.main .mainChara {
	background-image: url(../img/top/chara.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	height: 760px;
}
.main .mainBox {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.main .mainLogo {
	z-index: 200;
	position: absolute;
	left: 72px;
	top: 150px;
}
.main .mainInfo {
	z-index: 100;
	position: absolute;
	left: 240px;
	top: 520px;
}

.main .topMenu ul {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 600px 0 0 0;
}

.main .menu01 a {
	background-image: url(../img/top/menu01.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}
.main .menu01 a:hover {
	background-image: url(../img/top/menu01_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}
.main .menu02 a {
	background-image: url(../img/top/menu02.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}
.main .menu02 a:hover {
	background-image: url(../img/top/menu02_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}
.main .menu03 a {
	background-image: url(../img/top/menu03.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}
.main .menu03 a:hover {
	background-image: url(../img/top/menu03_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 190px;
	display: block;
	text-indent: -9999px;
}


/* sec main menu
----------------------------------------------------------*/

.sec .mainBG {
	background-image: url(../img/common/sec_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 460px;
}
.countdown .mainChara {
	background-image: url(../img/common/sec_chara2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
}
.quest .mainChara {
	background-image: url(../img/common/sec_chara1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
}
.quiz .mainChara {
	background-image: url(../img/common/sec_chara3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 480px;
}
.sec .mainBox {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.sec .mainLogo {
	background-image: url(../img/common/sec_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	width: 581px;
	height: 280px;
	left: 230px;
	top: -20px;
}

.sec .mainLogo h1 {
	text-indent: -9999px;
}
.sec .mainLogo a {
	display: block;
	width: 580px;
	height: 240px;
}

.sec .topMenu ul {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 240px 0 0 0;
	z-index: 20;
}

.sec .menu01 a {
	background-image: url(../img/common/menu01.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
.sec .menu01 a:hover {
	background-image: url(../img/common/menu01_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
.sec .menu02 a {
	background-image: url(../img/common/menu02.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
.sec .menu02 a:hover {
	background-image: url(../img/common/menu02_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
.sec .menu03 a {
	background-image: url(../img/common/menu03.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}
.sec .menu03 a:hover {
	background-image: url(../img/common/menu03_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 360px;
	height: 150px;
	display: block;
	text-indent: -9999px;
}



/* top contents
----------------------------------------------------------*/

.baseBG {
	background-image: url(../img/common/wave_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -30px;
	padding-top: 80px;
}

.wallpaper {
	background-image: url(../img/top/wp_box.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1033px;
	height: 678px;
	margin: 0 auto;
	padding: 80px 0;
}

.title {
	background-image: url(../img/top/h2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding: 74px 0 70px 0;
}
.title h2 {
	color: #272252;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
	font-size: 36px;
}
.title h3 {
	color: #272252;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
	font-size: 36px;
}

.wallpaper dl {
	width: 820px;
	margin: 0 auto;
}
.wallpaper dt {
	float: left;
	width: 410px;
}
.wallpaper dd {
	float: left;
	width: 410px;
	text-align: right;
}
.wallpaper a:hover {
	opacity: 0.7;
}


/* sec contnts
----------------------------------------------------------*/

.secBaseBG {
	background-image: url(../img/common/sec_wave_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: -30px;
	padding-top: 30px;
}

.pageTitle {
	text-align: center;
	padding: 20px 0;
}

.boxWakuBase {
	background-image: url(../img/common/soto_waku_base.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.boxWakuTop {
	background-image: url(../img/common/soto_waku_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 98px;
}
.boxWakuBTM {
	background-image: url(../img/common/soto_waku_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 110px;
	margin-bottom: 50px;
}

.inbox {
	width: 860px;
	margin: 0 auto;
}
.box {
	width: 770px;
	margin: 0 auto;
}
.boxnakaWakuBase {
	background-image: url(../img/common/naka_waku_base.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.boxnakaWakuTop {
	background-image: url(../img/common/naka_waku_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 58px;
}
.boxnakaWakuBTM {
	background-image: url(../img/common/naka_waku_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 58px;
}
.imageBox {
	background-color: #ccc;
	width: 600px;
	height: 300px;
	text-align: center;
	padding: 30px;
	color: #fff;
	margin: 20px auto 0 auto;
}

h4 {
	background-image: url(../img/common/ikari.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	color: #272252;
	font-size: 28px;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
	margin-bottom: 20px;
}

h5 {
	background-image: url(../img/common/hitode.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0 0 50px;
	color: #9a4c44;
	font-size: 24px;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
	margin: 10px 0;
	height: 60px;
}

/* sec quiz
----------------------------------------------------------*/
#quiz .left {
	float: left;
	width: 370px;
	padding-right: 15px;
}
#quiz .right {
	float: left;
	width: 370px;
	padding-left: 15px;
}
#quiz .date {
	padding-top: 15px;
}



/* sec countdown
----------------------------------------------------------*/
#countdown .left {
	float: left;
	width: 370px;
	padding-right: 15px;
}
#countdown .right {
	float: left;
	width: 370px;
	padding-left: 15px;
}
#countdown .date {
	padding-top: 15px;
}

.ticketBox {
	background-image: url(../img/countdown/ticket.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
}

#countdown .questFlow .left {
	float: left;
	width: 500px;
	padding-right: 15px;
}
#countdown .questFlow .right {
	float: left;
	width: 240px;
	padding-left: 15px;
}

/* sec quest
----------------------------------------------------------*/
#quest .subMenu ul {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 0 0 30px 0;
}

#quest .anker01 a {
	background-image: url(../img/quest/quest_menu01.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker01 a:hover {
	background-image: url(../img/quest/quest_menu01_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker02 a {
	background-image: url(../img/quest/quest_menu02.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker02 a:hover {
	background-image: url(../img/quest/quest_menu02_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker03 a {
	background-image: url(../img/quest/quest_menu03.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker03 a:hover {
	background-image: url(../img/quest/quest_menu03_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker04 a {
	background-image: url(../img/quest/quest_menu04.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}
#quest .anker04 a:hover {
	background-image: url(../img/quest/quest_menu04_hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 260px;
	height: 114px;
	display: block;
	text-indent: -9999px;
}

.aboutRed {
	color: #c21d1d;
}
.aboutCatch p {
	font-size: 22px;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
	text-align: center;
	color: #272252;
}
.fontLL {
	font-size: 45px;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
}
.fontL {
	font-size: 30px;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
}

#quest .left {
	float: left;
	width: 370px;
	padding-right: 15px;
}
#quest .right {
	float: left;
	width: 370px;
	padding-left: 15px;
}

.one {
	text-align: center;
	color: #9a4c44;
	font-size: 22px;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border:0;
  background: #fff;
  color: #4a3c28; }

table th, table td {
  padding: 10px; }

table th {
  font-weight: bold;
  white-space: nowrap; }

table thead th {
  text-align: left ;
  color: #272252;
  font-size: 1.2em;
  font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","serif","ＭＳ Ｐ明朝","MS PMincho";
  padding: 15px 0 3px; }

table thead th + th {
  border-left: 1px solid #D4BA55; }

table tbody{
	border: 1px solid #D4BA55;
}

table tbody th {
	font-size: 0.8em;
  background: #fff2c6;
  border: 1px solid #D4BA55;
  width: 5%; }

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

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

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

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