@charset "UTF-8";
/*
* 01 component
              再利用ができるちいさなコンポーネント[c-クラス名]
* 02 project
　　　　　　　　固定のパターン。いくつかのコンポーネントと該当しない要素で構成[p-クラス名]
* 03 utility
　　　　　　　　componentとprojectで解決が難しい、わずかなスタイル調整と便利なルールセット[u-クラス名]
**/
.sideline {
  display: table; }
  .sideline li {
    display: table-cell; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.cnt_980 {
  width: 980px;
  margin: 0 auto; }

.flt_l {
  float: left; }

.flt_r {
  float: right; }

.inner {
  padding: 0 30px; }

.color_y {
  color: #fff600; }

.font_14 {
  font-size: 14px; }

.font_17 {
  font-size: 17px; }

.font_18 {
  font-size: 18px; }

.font_20 {
  font-size: 20px; }

.font_22 {
  font-size: 22px; }

.txt_cnt {
  text-align: center; }

.stn_margin {
  padding-top: 80px; }

.stn_margin:after {
  content: url(../img/underline.png); }

.rule_clr_y {
  font-size: 20px;
  color: #fff600; }

.service_clr_r {
  font-size: 18px;
  color: #ff00ae; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.active_sns {
  position: fixed;
  top: 0; }

/*
* header  main footer  sidebar navなど
* 00 wrapper
* 01 header 
* 02 nav
* 03 prelude / intro
* 04 rule
* 05 service
* 06 guide
* 07 data
* 08 download
* 09 attention
* 10 footer
*/
.bg {
  background: #000 url(../img/mv_bg.png) center 0 no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1; }

#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc; }

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

#gungho #ragnarok {
  float: left; }

#gungho #roInfo {
  text-align: right; }

#gungho #roInfo li {
  display: inline-block;
  line-height: 31px;
  margin-left: 1.5em; }

#gungho #roInfo li a {
  font-size: 12px;
  font-weight: bold;
  color: #000; }

.header .mv {
  position: relative;
  display: block;
  width: 1091px;
  height: 660px;
  margin: 0 auto;
  z-index: 99; }
  .header .mv h1 {
    position: absolute;
    top: 333px;
    right: 150px; }
  .header .mv .event li {
    position: absolute;
    top: 630px; }
  .header .mv .event .event_txt {
    top: 556px;
    left: 150px;
    z-index: -1; }
  .header .mv .event .box {
    position: absolute;
    top: 60px;
    left: -155px;
    border: 2px #2e589e solid;
    border-radius: 5px;
    background-color: #fff;
    z-index: 99;
    display: none; }
    .header .mv .event .box:after {
      position: absolute;
      top: -7px;
      right: 9px;
      content: '';
      width: 20px;
      height: 7px;
      background: url(../img/info_img.png) no-repeat;
      background-size: contain; }
  .header .mv .event .text {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 3px;
    font-size: 12px;
    color: #2e589e; }
  .header .mv .event .box1 {
    width: 200px;
    height: 25px; }
  .header .mv .event .box2,
  .header .mv .event .box3,
  .header .mv .event .box4,
  .header .mv .event .box6 {
    width: 200px;
    height: 45px; }
  .header .mv .event .box5 {
    left: -180px;
    width: 225px;
    height: 60px; }
  .header .mv .event .event_btn01 {
    right: 460px; }
    .header .mv .event .event_btn01:hover .box1 {
      z-index: 2;
      display: block; }
  .header .mv .event .event_btn02 {
    right: 405px; }
    .header .mv .event .event_btn02:hover .box2 {
      z-index: 2;
      display: block; }
  .header .mv .event .event_btn03 {
    right: 350px; }
    .header .mv .event .event_btn03:hover .box3 {
      z-index: 2;
      display: block; }
  .header .mv .event .event_btn04 {
    right: 295px; }
    .header .mv .event .event_btn04:hover .box4 {
      z-index: 2;
      display: block; }
  .header .mv .event .event_btn05 {
    right: 240px; }
    .header .mv .event .event_btn05:hover .box5 {
      z-index: 2;
      display: block; }
  .header .mv .event .event_btn06 {
    right: 185px; }
    .header .mv .event .event_btn06:hover .box6 {
      z-index: 2;
      display: block; }
  .header .mv .event .event_btn07 {
    right: 130px; }
    .header .mv .event .event_btn07:hover .box7 {
      z-index: 2;
      display: block; }
  .header .mv .catch {
    position: absolute;
    top: 282px;
    left: 90px; }

.sns {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-right: -480px;
  padding-top: 10px;
  z-index: 999; }
  .sns li {
    width: 100px; }

.nav {
  position: relative;
  width: 1091px;
  height: 96px;
  margin: 0 auto; }
  .nav .nav_active {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -547px;
    width: 1091px;
    height: 96px;
    z-index: 9; }
    .nav .nav_active ul {
      position: relative; }
      .nav .nav_active ul li {
        position: absolute;
        top: 41px;
        height: 55px;
        background: url(../img/nav.png) no-repeat; }
      .nav .nav_active ul a {
        display: block;
        width: 100%;
        height: 100%; }
      .nav .nav_active ul .nav_intro {
        left: 0;
        top: 0;
        width: 260px;
        height: 96px; }
        .nav .nav_active ul .nav_intro:hover {
          background-position: 0 -110px; }
      .nav .nav_active ul .nav_rule {
        left: 260px;
        width: 140px;
        background-position: -260px -41px; }
        .nav .nav_active ul .nav_rule:hover {
          background-position: -260px -96px; }
      .nav .nav_active ul .nav_service {
        left: 400px;
        width: 217px;
        background-position: -400px -41px; }
        .nav .nav_active ul .nav_service:hover {
          background-position: -400px -96px; }
      .nav .nav_active ul .nav_guide {
        left: 617px;
        width: 162px;
        background-position: -617px -41px; }
        .nav .nav_active ul .nav_guide:hover {
          background-position: -617px -96px; }
      .nav .nav_active ul .nav_data {
        left: 779px;
        width: 120px;
        background-position: -779px -41px; }
        .nav .nav_active ul .nav_data:hover {
          background-position: -779px -96px; }
      .nav .nav_active ul .nav_download {
        left: 899px;
        top: 0;
        width: 192px;
        height: 96px;
        background-position: -899px 0; }
        .nav .nav_active ul .nav_download:hover {
          background-position: -899px -110px; }

#prelude {
  height: 390px;
  margin: 80px auto 0; }

#intro {
  height: 410px;
  padding: 80px 0 0; }

#rule {
  height: 3745px; }

.rule {
  position: relative;
  padding: 80px 0 0;
  height: 1415px; }
  .rule ul,
  .rule .image {
    position: absolute; }
  .rule .cara {
    width: 305px; }
    .rule .cara .text {
      margin: -35px 59px; }
  .rule .cara1 {
    top: 145px;
    left: -10px; }
  .rule .cara2 {
    top: 890px;
    right: 25px; }
  .rule .cara3 {
    top: 210px;
    left: 15px; }
  .rule .cnt {
    width: 572px; }
  .rule .cnt1 {
    top: 175px;
    left: 265px; }
    .rule .cnt1 .text {
      margin: 0 120px 0 75px; }
    .rule .cnt1 .image1 {
      margin: 25px 0 0 80px; }
  .rule .cnt2 {
    top: 620px;
    left: 185px; }
    .rule .cnt2 .text {
      margin: 0 100px 0 85px; }
  .rule .cnt3 {
    width: 605px;
    top: 840px;
    left: 10px; }
    .rule .cnt3 .text {
      margin: 5px 140px 0 85px; }
    .rule .cnt3 .image2 {
      margin: -50px 0 0 85px; }
  .rule .cnt4 {
    top: 335px;
    left: 393px; }
    .rule .cnt4 .text {
      margin: -10px 0 0 50px; }
  .rule .image3 {
    top: 100px;
    right: 0; }
  .rule .image4 {
    top: 0;
    left: 125px; }
  .rule .image5 {
    width: 340px;
    top: 150px;
    right: 0px; }
    .rule .image5 .text {
      position: relative; }
      .rule .image5 .text:after {
        position: absolute;
        top: 50px;
        right: -25px;
        content: url(../img/rule_img07.png); }
  .rule .image6 {
    top: 550px;
    right: 105px; }
  .rule .image7 {
    top: 972px;
    right: 0; }
    .rule .image7 .text {
      margin: -10px 170px 0 95px; }
  .rule .image8 {
    top: 1145px;
    left: 0; }

.rule2 {
  height: 1850px;
  padding: 0; }

.slider {
  position: relative;
  width: 973px;
  height: 397px;
  margin: 0 auto;
  background: url(../img/slider_bg.png); }

.slider_inner {
  width: 873px;
  margin: 0 auto;
  padding: 57px 0 0;
  z-index: -1; }

.slider_wrap {
  position: absolute;
  top: 57px;
  left: 49px; }

#service {
  height: 1915px;
  padding-top: 80px; }
  #service .service_intro {
    padding-bottom: 20px; }
  #service a:hover {
    opacity: .8; }
  #service h3 {
    margin-bottom: 25px; }
  #service .cnt {
    position: relative;
    margin: 30px 0 75px; }
    #service .cnt .cnt_l {
      width: 480px; }
      #service .cnt .cnt_l p {
        font-size: 18px;
        width: 400px;
        margin: 10px 0 10px 70px; }
      #service .cnt .cnt_l a {
        display: block;
        margin: 10px 0 10px 60px; }
  #service .cnt2 {
    height: 545px; }
  #service .service_table {
    position: absolute;
    top: 225px;
    left: 70px;
    width: 850px;
    height: 320px;
    background: url(../img/service_text02.png) no-repeat; }
    #service .service_table h5 {
      color: #5336b4;
      padding: 5px 10px; }
    #service .service_table ul {
      position: absolute;
      top: 55px; }
      #service .service_table ul li {
        font-size: 17px;
        color: #f5d000;
        list-style: url(../img/service_icon01.png);
        margin-left: 1.5em; }
      #service .service_table ul .list_text1 {
        color: #ff66e8;
        list-style: url(../img/service_icon02.png); }
    #service .service_table .list_left {
      left: 13px; }
    #service .service_table .list_center {
      left: 280px; }
    #service .service_table .list_right {
      right: 12px; }
    #service .service_table .servis_info {
      position: absolute;
      bottom: 130px;
      left: 20px; }
      #service .service_table .servis_info span {
        color: #f5d000; }
    #service .service_table .baner {
      position: absolute;
      bottom: 10px;
      left: 20px; }
  #service .cnt4 {
    margin-bottom: 55px; }
    #service .cnt4 h4 {
      margin: 0 15px; }

#guide {
  height: 1200px; }
  #guide .guide_img01 {
    display: block;
    height: 500px;
    width: 940px;
    margin: 20px auto 50px; }
  #guide .guide_teble {
    margin: 0 0 25px;
    width: 960px;
    height: 155px; }
    #guide .guide_teble ul {
      position: relative;
      display: inline-block;
      height: 100%; }
      #guide .guide_teble ul li p {
        position: absolute;
        line-height: 1.2; }
  #guide .guide_teble1 ul {
    margin: 0 8px; }
  #guide .guide_teble2 {
    height: 165px; }
    #guide .guide_teble2 ul {
      margin: 0 5px; }
  #guide .guide_teble3 ul {
    margin: 0 13px; }
  #guide .teble1 {
    width: 231px;
    background: url(../img/guide_cara01.png) no-repeat; }
    #guide .teble1 li p {
      width: 96px;
      top: 53px;
      right: 15px; }
  #guide .teble2 {
    width: 206px;
    background: url(../img/guide_cara02.png) no-repeat; }
    #guide .teble2 li p {
      width: 130px;
      top: 45px;
      right: 20px; }
  #guide .teble3 {
    width: 217px;
    background: url(../img/guide_cara03.png) no-repeat; }
    #guide .teble3 li p {
      width: 160px;
      top: 45px;
      right: 18px; }
  #guide .teble4 {
    width: 221px;
    background: url(../img/guide_cara04.png) no-repeat; }
    #guide .teble4 li p {
      width: 160px;
      top: 50px;
      right: 17px; }
  #guide .teble5 {
    width: 217px;
    background: url(../img/guide_cara05.png) no-repeat; }
    #guide .teble5 li p {
      width: 125px;
      top: 52px;
      right: 57px; }
  #guide .teble6 {
    width: 236px;
    background: url(../img/guide_cara06.png) no-repeat; }
    #guide .teble6 li p {
      width: 128px;
      top: 55px;
      right: 75px; }
  #guide .teble7 {
    width: 235px;
    background: url(../img/guide_cara07.png) no-repeat; }
    #guide .teble7 li p {
      width: 96px;
      top: 45px;
      right: 110px; }
  #guide .teble8 {
    width: 212px;
    background: url(../img/guide_cara08.png) no-repeat; }
    #guide .teble8 li p {
      width: 122px;
      top: 55px;
      right: 50px; }
  #guide .teble9 {
    width: 225px;
    background: url(../img/guide_cara09.png) no-repeat; }
    #guide .teble9 li p {
      width: 145px;
      top: 34px;
      right: 15px; }
  #guide .teble10 {
    width: 193px;
    background: url(../img/guide_cara10.png) no-repeat; }
    #guide .teble10 li p {
      width: 143px;
      top: 45px;
      right: 5px; }
  #guide .teble11 {
    width: 246px;
    background: url(../img/guide_cara11.png) no-repeat; }
    #guide .teble11 li p {
      width: 160px;
      top: 53px;
      right: 15px; }
  #guide .teble12 {
    width: 175px;
    background: url(../img/guide_cara12.png) no-repeat; }

#data {
  height: 650px; }
  #data table {
    width: 920px;
    height: 205px;
    margin: 20px auto 30px;
    border: 1px #a00ae6 solid;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center; }
    #data table thead, #data table th, #data table td {
      height: 40px;
      border: 1px #a00ae6 solid; }
    #data table thead th {
      text-align: left;
      background: #ae00ff;
      padding-left: 10px; }
    #data table th {
      background: #7435e8; }
    #data table td {
      background: #5c1dd0;
      text-align: left;
      padding-left: 10px; }
    #data table .emptiness {
      background: #5d4883; }
    #data table .teble_img {
      width: 192px;
      height: 82px;
      padding: 0;
      background: #fff; }
  #data .table2 {
    margin: 20px auto 40px; }

#download .download_inner {
  padding: 50px 30px 0; }
#download p {
  margin: 20px 30px; }

#attention {
  padding: 80px 0 80px; }
  #attention ul {
    padding: 30px 30px 30px 60px; }
    #attention ul li {
      list-style-image: url(../img/attention_icn01.png);
      margin-bottom: 30px; }

.credit {
  padding: 20px;
  text-align: center;
  font-size: 12px;
  color: #6C6C6E; }
