@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  min-height: 100%;
  background-color: #00b4ff;
  background-image: url(../img/bg_layer_00.jpg);
  background-size: 1920px 1726px;
  background-repeat: no-repeat;
  background-position: 50% -220px;
  color: #fff;
  font-family: 'Helvetica Neue','Noto Sans Japanese','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#header h1 {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  background-color: #e60012;
  z-index: 20;
}

#header h1 a {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../img/header_logo.png);
  background-size: cover;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header h1 a:hover {
  opacity: 0.5;
}

#header .inner {
  position: absolute;
  width: 402px;
  height: 40px;
  padding: 0 0 21px 0;
  top: 0;
  right: 120px;
  background-image: url(../img/header_bg_r.png);
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#header .inner ul.sns {
  display: block;
  text-align: center;
}

#header .inner ul.sns li {
  display: block;
  float: left;
  padding: 0 1px 0;
}

#header .inner ul.sns li.tw {
  padding-top: 10px;
  padding-left: 0;
}

#header .inner ul.sns li.fb {
  padding-top: 5px;
}

#header .inner ul.sns li.line {
  padding-top: 10px;
}

#header .inner ul.sns:hover {
  display: block;
  clear: both;
  content: "";
}

#header .inner hr {
  display: block;
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  border: none;
  margin: 0 7px 0 6px;
  background-color: #adadad;
  overflow: visible;
}

#header .inner hr:before {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  top: -5px;
  left: 0;
  border-radius: 50%;
  background-color: #adadad;
  content: "";
}

#header .inner hr:after {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  bottom: -5px;
  left: 0;
  border-radius: 50%;
  background-color: #adadad;
  content: "";
}

#header .inner ul.language {
  display: block;
}

#header .inner ul.language li {
  display: block;
  float: left;
  height: 29px;
  padding: 0 1px 0;
}

#header .inner ul.language li a {
  display: block;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#header .inner ul.language li a:hover {
  opacity: 0.5;
}

#header .inner ul.language li a.kr {
  width: 59px;
  height: 29px;
  background-image: url(../img/header_lang_01.png);
}

#header .inner ul.language li a.cn {
  width: 48px;
  height: 29px;
  background-image: url(../img/header_lang_02.png);
}

#header .inner ul.language:hover {
  display: block;
  clear: both;
  content: "";
}

#header #volume {
  position: absolute;
  top: 60px;
  right: 117px;
  width: 138px;
  height: 50px;
  background-image: url(../img/header_volume.png);
  background-size: 138px 300px;
  z-index: 22;
}

#header #volume dt, #header #volume dd {
  display: block;
  position: absolute;
  top: 1px;
  height: 42px;
  font-size: 0;
  cursor: pointer;
}

#header #volume dt {
  left: 4px;
  width: 42px;
}

#header #volume dd[data-volume="1"] {
  left: 49px;
  width: 13px;
}

#header #volume dd[data-volume="2"] {
  left: 62px;
  width: 15px;
}

#header #volume dd[data-volume="3"] {
  left: 77px;
  width: 17px;
}

#header #volume dd[data-volume="4"] {
  left: 94px;
  width: 19px;
}

#header #volume dd[data-volume="5"] {
  left: 112px;
  width: 22px;
}

#header #volume[data-nowvolume="0"] {
  background-position: 0 0;
}

#header #volume[data-nowvolume="1"] {
  background-position: 0 -50px;
}

#header #volume[data-nowvolume="2"] {
  background-position: 0 -100px;
}

#header #volume[data-nowvolume="3"] {
  background-position: 0 -150px;
}

#header #volume[data-nowvolume="4"] {
  background-position: 0 -200px;
}

#header #volume[data-nowvolume="5"] {
  background-position: 0 -250px;
}

#subpage_header {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(../img/subpage_header.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #00b4ff;
}

#subpage_header h1 {
  position: absolute;
  width: 303px;
  height: 140px;
  top: 25px;
  left: 50%;
  margin-left: -480px;
}

#subpage_header h1 a {
  display: block;
  width: 303px;
  height: 140px;
  background-image: url(../img/subpage_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#subpage_header h1 a:hover {
  opacity: 0.5;
}

#jumbotron {
  position: relative;
  display: block;
  width: 100%;
  height: 90vh;
  max-height: 900px;
  overflow: hidden;
}

#jumbotron > h1 {
  position: absolute;
  width: 500px;
  height: 230px;
  top: 36px;
  left: 30px;
  z-index: 21;
}

#jumbotron > h1 span {
  display: block;
  width: 500px;
  height: 230px;
  top: 0;
  left: 0;
  background-image: url(../img/jumbo_h1.png);
  background-size: cover;
  font-size: 0;
  z-index: 21;
  -webkit-animation: fuwafuwa_15 2s ease 0s infinite alternate;
  -moz-animation: fuwafuwa_15 2s ease 0s infinite alternate;
  animation: fuwafuwa_15 2s ease 0s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron > h2 {
  position: absolute;
  width: 960px;
  height: 150px;
  bottom: 120px;
  right: 50%;
  margin-right: -480px;
  z-index: 22;
}

#jumbotron > h2 span {
  display: block;
  position: absolute;
  width: 960px;
  height: 150px;
  top: 0;
  left: 0;
  background-image: url(../img/jumbo_h2_0726.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 22;
  -webkit-animation: fuwafuwa_7 1s ease 0s infinite alternate;
  -moz-animation: fuwafuwa_7 1s ease 0s infinite alternate;
  animation: fuwafuwa_7 1s ease 0s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron #btn_buy {
  position: absolute;
  width: 260px;
  height: 162px;
  bottom: 391px;
  right: 50%;
  margin-right: -480px;
  z-index: 23;
}

#jumbotron #btn_buy .fukidashi {
  position: absolute;
  display: block;
  width: 260px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/jumbo_btn_01_fukidashi_r.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 24;
  -webkit-animation: fuwafuwa_15 0.7s ease 1s infinite alternate;
  -moz-animation: fuwafuwa_15 0.7s ease 1s infinite alternate;
  animation: fuwafuwa_15 0.7s ease 1s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron #btn_buy .btn {
  position: absolute;
  display: block;
  width: 260px;
  height: 73px;
  bottom: 0;
  left: 0;
  margin-top: -18px;
  background-image: url(../img/jumbo_btn_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 23;
}

#jumbotron #btn_buy.end {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#jumbotron #btn_buy.end:hover {
  opacity: 0.5 !important;
}

#jumbotron #btn_update {
  position: absolute;
  width: 260px;
  height: 67px;
  bottom: 320px;
  right: 50%;
  margin-right: -480px;
  z-index: 23;
  background-image: url(../img/jumbo_btn_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 23;
}

#jumbotron #btn_update.end {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#jumbotron #btn_update.end:hover {
  opacity: 0.5 !important;
}

#jumbotron #btn_enquete {
  position: absolute;
  width: 260px;
  height: 67px;
  bottom: 248px;
  right: 50%;
  margin-right: -480px;
  z-index: 23;
  background-image: url(../img/jumbo_btn_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 23;
}

#jumbotron #btn_enquete.end {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#jumbotron #btn_enquete.end:hover {
  opacity: 0.5 !important;
}

#jumbotron #main_visual {
  position: absolute;
  width: 1726px;
  height: 1726px;
  left: 50%;
  top: -174px;
  margin-left: -863px;
}

#jumbotron #main_visual .rotate {
  position: absolute;
  top: 0;
  left: 0;
  width: 1726px;
  height: 1726px;
  -webkit-animation: visual_rotate 120s linear infinite;
  -moz-animation: visual_rotate 120s linear infinite;
  animation: visual_rotate 120s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 12;
}

#jumbotron #main_visual .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 1726px;
  height: 1726px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#jumbotron #main_visual .layer_01 {
  background-image: url(../img/bg_layer_01.png);
  background-size: 1726px;
  z-index: 11;
  -webkit-animation: visual_rotate 220s linear infinite;
  -moz-animation: visual_rotate 220s linear infinite;
  animation: visual_rotate 220s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron #main_visual .layer_02 {
  background-image: url(../img/bg_layer_02.png);
  background-size: 1726px;
  z-index: 14;
}

#jumbotron #main_visual .layer_03 {
  background-image: url(../img/bg_layer_03.png);
  background-size: 1438px;
  z-index: 13;
}

#jumbotron #main_visual .layer_04 {
  background-image: url(../img/bg_layer_04.png);
  background-size: 584px;
  z-index: 16;
}

#jumbotron #main_visual .layer_05 {
  background-image: url(../img/bg_layer_05.png);
  background-size: 584px;
  z-index: 15;
}

#jumbotron #info {
  position: absolute;
  width: 966px;
  height: 85px;
  bottom: 25px;
  left: 50%;
  margin-left: -483px;
  background-image: url(../img/info_bg.png);
  z-index: 22;
}

#jumbotron #info h1 {
  position: absolute;
  width: 113px;
  height: 36px;
  top: 18px;
  left: 20px;
  background-image: url(../img/info_h1.png);
  background-size: cover;
  font-size: 0;
}

#jumbotron #info .inner {
  position: absolute;
  width: 805px;
  height: 45px;
  top: 15px;
  left: 143px;
  background-image: url(../img/info_inner.png);
}

#jumbotron #info .inner .marquee {
  position: relative;
  width: 670px;
  height: 20px;
  margin: 12px 0 0 0;
  overflow: hidden;
}

#jumbotron #info .inner .marquee:after {
  position: absolute;
  width: 52px;
  height: 20px;
  top: 0;
  right: 0;
  background-image: url(../img/info_fadeout.png);
  z-index: 22;
  content: "";
}

#jumbotron #info .inner .marquee dl {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  top: 0;
  left: 0;
}

#jumbotron #info .inner .marquee dl dt {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  line-height: 100%;
  color: #0e7fa8;
  font-family: 'Quicksand',sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#jumbotron #info .inner .marquee dl dd {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  line-height: 100%;
  color: #323232;
  letter-spacing: 0.13em;
  font-feature-settings: "palt";
}

#jumbotron #info .inner .marquee dl dd a {
  color: #00b4ff;
}

#jumbotron #info .inner .marquee dl dd a:hover {
  color: #f02e2e;
}

#jumbotron #info .inner .more {
  position: absolute;
  width: 113px;
  height: 38px;
  top: 4px;
  right: 8px;
  background-image: url(../img/info_btn.png);
  background-size: 113px 76px;
  background-position: 0 0;
  font-size: 0;
  cursor: pointer;
}

#jumbotron #info .inner .more:hover {
  background-position: 0 -38px;
}

#container {
  position: relative;
  width: 100%;
  background-color: #efe9df;
}

#global_nav {
  position: relative;
  width: 100%;
  height: 54px;
  background-image: url(../img/nav_bk.png);
  z-index: 20;
}

#global_nav .inner {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 886px;
  height: 88px;
  top: -28px;
  left: 50%;
  margin-left: -443px;
  font-size: 0;
  -webkit-align-content: center;
  align-content: center;
}

#global_nav .inner .btn {
  display: block;
  width: 282px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#global_nav .inner .btn.btn_01 {
  height: 88px;
  background-image: url(../img/nav_btn_01.png);
  background-size: 282px 176px;
  background-position: 0 0;
}

#global_nav .inner .btn.btn_01:hover {
  background-position: 0 -88px;
}

#global_nav .inner .btn.btn_02 {
  height: 77px;
  background-image: url(../img/nav_btn_02.png);
  background-size: 282px 154px;
  background-position: 0 0;
}

#global_nav .inner .btn.btn_02:hover {
  background-position: 0 -77px;
}

#global_nav .inner .btn.btn_03 {
  height: 77px;
  background-image: url(../img/nav_btn_03.png);
  background-size: 282px 154px;
  background-position: 0 0;
}

#global_nav .inner .btn.btn_03:hover {
  background-position: 0 -77px;
}

#pickup {
  width: 100%;
  background-image: url(../img/banners_bk.png);
}

#pickup .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 960px;
  margin: 0 auto;
  padding: 25px 0 40px;
}

#pickup .inner a, #pickup .inner span {
  display: block;
  font-size: 0;
}

#pickup .inner a {
  position: relative;
  width: 307px;
  height: 77px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#pickup .inner a:hover {
  opacity: 0.5;
}

#pickup .inner a img {
  position: absolute;
}

#pickup .inner a:nth-of-type(1) img {
  bottom: 0;
  left: 0;
}

#pickup .inner a:nth-of-type(2) img {
  bottom: 0;
  left: 0;
}

#pickup .inner a:nth-of-type(3) img {
  bottom: 0;
  left: 0;
}

#pickup .inner span {
  width: 308px;
  height: 78px;
  background-image: url(../img/home_banner_00.png);
}

#body_home #introduction {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_home #introduction > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 1;
}

#body_home #introduction > .header h1 {
  position: relative;
  width: 925px;
  height: 107px;
  margin: 0 auto;
}

#body_home #introduction > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_home #introduction > .header .text.text_01 {
  width: 106px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/home_title_01.png);
}

#body_home #introduction > .header .text.text_02 {
  width: 78px;
  height: 79px;
  top: 22px;
  left: 82px;
  background-image: url(../img/home_title_02.png);
}

#body_home #introduction > .header .text.text_03 {
  width: 92px;
  height: 92px;
  top: 8px;
  left: 138px;
  background-image: url(../img/home_title_03.png);
}

#body_home #introduction > .header .text.text_04 {
  width: 79px;
  height: 80px;
  top: 17px;
  left: 210px;
  background-image: url(../img/home_title_04.png);
}

#body_home #introduction > .header .text.text_05 {
  width: 103px;
  height: 104px;
  top: 0;
  left: 275px;
  background-image: url(../img/home_title_05.png);
}

#body_home #introduction > .header .text.text_06 {
  width: 87px;
  height: 88px;
  top: 8px;
  left: 356px;
  background-image: url(../img/home_title_06.png);
}

#body_home #introduction > .header .text.text_07 {
  width: 83px;
  height: 84px;
  top: 12px;
  left: 426px;
  background-image: url(../img/home_title_07.png);
}

#body_home #introduction > .header .text.text_08 {
  width: 77px;
  height: 79px;
  top: 23px;
  left: 493px;
  background-image: url(../img/home_title_08.png);
}

#body_home #introduction > .header .text.text_09 {
  width: 89px;
  height: 90px;
  top: 6px;
  left: 555px;
  background-image: url(../img/home_title_09.png);
}

#body_home #introduction > .header .text.text_10 {
  width: 73px;
  height: 73px;
  top: 22px;
  left: 624px;
  background-image: url(../img/home_title_10.png);
}

#body_home #introduction > .header .text.text_11 {
  width: 99px;
  height: 101px;
  top: 0;
  left: 682px;
  background-image: url(../img/home_title_11.png);
}

#body_home #introduction > .header .text.text_12 {
  width: 62px;
  height: 63px;
  top: 36px;
  left: 762px;
  background-image: url(../img/home_title_12.png);
}

#body_home #introduction > .header .text.text_13 {
  width: 70px;
  height: 70px;
  top: 27px;
  left: 809px;
  background-image: url(../img/home_title_13.png);
}

#body_home #introduction > .header .text.text_14 {
  width: 63px;
  height: 65px;
  top: 38px;
  left: 864px;
  background-image: url(../img/home_title_14.png);
}

#body_home #introduction > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_home #introduction > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_home #introduction > .inner {
  width: 960px;
  height: 950px;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_home #introduction > .inner .wrapper {
  width: 840px;
  height: 474px;
  margin: 0 auto;
  border-radius: 20px;
  border: 10px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#body_home #introduction > .inner .wrapper #intro_movie {
  width: 844px;
  height: 478px;
  margin: -2px 0 0 -2px;
}

#body_home #introduction > .inner #movie_select {
  position: relative;
  width: 865px;
  height: 75px;
  margin: 10px auto 0;
  padding-top: 24px;
  background-image: url(../img/home_intro_nav_bk.png);
  text-align: center;
}

#body_home #introduction > .inner #movie_select p {
  position: absolute;
  width: 158px;
  height: 11px;
  top: 7px;
  left: 50%;
  margin-left: -79px;
  background-image: url(../img/home_intro_nav_h1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_home #introduction > .inner #movie_select .btn {
  display: inline-block;
  width: 334px;
  height: 58px;
  background-size: 334px 116px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
  cursor: pointer;
}

#body_home #introduction > .inner #movie_select .btn.btn_00 {
  background-image: url(../img/home_intro_nav_btn_00.png);
  background-size: 334px 58px;
}

#body_home #introduction > .inner #movie_select .btn.btn_01 {
  background-image: url(../img/home_intro_nav_btn_01.png);
}

#body_home #introduction > .inner #movie_select .btn.btn_02 {
  background-image: url(../img/home_intro_nav_btn_02.png);
}

#body_home #introduction > .inner #movie_select .btn.btn_03 {
  background-image: url(../img/home_intro_nav_btn_03.png);
}

#body_home #introduction > .inner #movie_select .btn.active {
  background-position: 0 -58px;
  cursor: default;
}

#body_home #introduction > .inner #ver2 h2 {
  width: 861px;
  height: 146px;
  margin: 40px auto 0;
  background-image: url(../img/ver2_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #introduction > .inner #ver2 p {
  width: 511px;
  height: 41px;
  margin: -30px auto 15px;
  background-image: url(../img/ver2_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #introduction > .inner #ver2 a {
  display: block;
  width: 504px;
  height: 65px;
  margin: 0 auto;
  background-image: url(../img/ver2_btn.png);
  background-size: 504px 130px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #introduction > .inner #ver2 a:hover {
  background-position: 0 -65px;
}

#body_home .cube_section {
  position: relative;
  width: 100%;
  background-image: url(../img/home_bk_02_body.png);
  background-position: 50% 0;
  z-index: 20;
}

#body_home .cube_section:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 19px;
  top: -19px;
  left: 0;
  background-image: url(../img/home_bk_02_head.png);
  background-position: 50% 0;
  content: "";
}

#body_home .cube_section > .bk {
  position: absolute;
  width: 1034px;
  height: 685px;
  top: -70px;
  left: 50%;
  margin-left: -517px;
  background-image: url(../img/home_play_bk.png);
  z-index: 20;
}

#body_home .cube_section > .header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 25;
}

#body_home .cube_section > .header h1 {
  display: block;
  width: 861px;
  height: 146px;
  margin: -40px auto 0;
  background-image: url(../img/home_play_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home .cube_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_home .cube_section > .inner .img,
#body_home .cube_section > .inner .text,
#body_home .cube_section > .inner .icon,
#body_home .cube_section > .inner .caption {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home .cube_section > .inner .text {
  width: 960px;
  left: 0;
}

#body_home .cube_section > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_btn_cn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home .cube_section#adventure {
  background-image: url(../img/home_bk_03_body.png);
}

#body_home .cube_section#adventure:before {
  background-image: url(../img/home_bk_03_head.png);
}

#body_home .cube_section#adventure > .bk {
  height: 725px;
  background-image: url(../img/home_adventure_bk.png);
}

#body_home .cube_section#creative {
  background-image: url(../img/home_bk_04_body.png);
}

#body_home .cube_section#creative:before {
  background-image: url(../img/home_bk_04_head.png);
}

#body_home .cube_section#creative > .bk {
  height: 725px;
  background-image: url(../img/home_creative_bk.png);
}

#body_home .cube_section#builder {
  background-image: url(../img/home_bk_05_body.png);
}

#body_home .cube_section#builder:before {
  background-image: url(../img/home_bk_05_head.png);
}

#body_home .cube_section#builder > .bk {
  height: 725px;
  background-image: url(../img/home_builder_bk.png);
}

#body_home #freedom > .header h1 {
  background-image: url(../img/home_play_h1.png);
}

#body_home #freedom > .inner {
  height: 555px;
}

#body_home #freedom > .inner .img_01 {
  width: 550px;
  height: 362px;
  top: -35px;
  left: -54px;
  background-image: url(../img/home_play_img_01.png);
}

#body_home #freedom > .inner .img_02 {
  width: 550px;
  height: 362px;
  top: -35px;
  right: -54px;
  background-image: url(../img/home_play_img_02.png);
}

#body_home #freedom > .inner .icon_01 {
  width: 55px;
  height: 73px;
  top: 358px;
  left: 20px;
  background-image: url(../img/home_play_icon_01.png);
}

#body_home #freedom > .inner .icon_02 {
  width: 72px;
  height: 92px;
  top: 316px;
  left: 80px;
  background-image: url(../img/home_play_icon_02.png);
}

#body_home #freedom > .inner .icon_03 {
  width: 75px;
  height: 97px;
  top: 336px;
  right: 60px;
  background-image: url(../img/home_play_icon_03.png);
}

#body_home #freedom > .inner .icon_04 {
  width: 56px;
  height: 73px;
  top: 324px;
  right: 0;
  background-image: url(../img/home_play_icon_04.png);
}

#body_home #freedom > .inner .text {
  height: 125px;
  top: 308px;
  background-image: url(../img/home_play_text.png);
}

#body_home #adventure > .header h1 {
  background-image: url(../img/home_adventure_h1.png);
}

#body_home #adventure > .inner {
  height: 595px;
}

#body_home #adventure > .inner .img_01 {
  width: 436px;
  height: 290px;
  top: -32px;
  left: -65px;
  background-image: url(../img/home_adventure_img_01.png);
}

#body_home #adventure > .inner .img_02 {
  width: 436px;
  height: 290px;
  top: -32px;
  right: -65px;
  background-image: url(../img/home_adventure_img_02.png);
}

#body_home #adventure > .inner .img_03 {
  width: 414px;
  height: 253px;
  top: 5px;
  left: 273px;
  background-image: url(../img/home_adventure_img_03.png);
}

#body_home #adventure > .inner .caption_01 {
  width: 245px;
  height: 76px;
  top: 170px;
  left: 0;
  background-image: url(../img/home_adventure_catch_01.png);
}

#body_home #adventure > .inner .caption_02 {
  width: 326px;
  height: 126px;
  top: 123px;
  right: 0;
  background-image: url(../img/home_adventure_catch_02.png);
}

#body_home #adventure > .inner .caption_03 {
  width: 335px;
  height: 85px;
  top: -5px;
  left: 262px;
  background-image: url(../img/home_adventure_catch_03.png);
}

#body_home #adventure > .inner .icon_01 {
  width: 97px;
  height: 113px;
  top: 316px;
  left: 0;
  background-image: url(../img/home_adventure_icon_01.png);
}

#body_home #adventure > .inner .icon_02 {
  width: 97px;
  height: 99px;
  top: 370px;
  left: 60px;
  background-image: url(../img/home_adventure_icon_02.png);
}

#body_home #adventure > .inner .icon_03 {
  width: 63px;
  height: 82px;
  top: 400px;
  right: 120px;
  background-image: url(../img/home_adventure_icon_03.png);
}

#body_home #adventure > .inner .icon_04 {
  width: 112px;
  height: 126px;
  top: 330px;
  right: 0;
  background-image: url(../img/home_adventure_icon_04.png);
}

#body_home #adventure > .inner .text {
  height: 121px;
  top: 270px;
  background-image: url(../img/home_adventure_text.png);
}

#body_home #adventure > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_adventure_btn.png);
  background-size: 324px 130px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #adventure > .inner .btn:hover {
  background-position: 0 -65px;
}

#body_home #creative > .header h1 {
  background-image: url(../img/home_creative_h1.png);
}

#body_home #creative > .inner {
  height: 595px;
}

#body_home #creative > .inner .img_01 {
  width: 436px;
  height: 290px;
  top: -32px;
  left: -65px;
  background-image: url(../img/home_creative_img_01.png);
}

#body_home #creative > .inner .img_02 {
  width: 436px;
  height: 290px;
  top: -32px;
  right: -65px;
  background-image: url(../img/home_creative_img_02.png);
}

#body_home #creative > .inner .img_03 {
  width: 414px;
  height: 253px;
  top: 5px;
  left: 273px;
  background-image: url(../img/home_creative_img_03.png);
}

#body_home #creative > .inner .caption_01 {
  width: 237px;
  height: 101px;
  top: 153px;
  left: 0;
  background-image: url(../img/home_creative_catch_01.png);
}

#body_home #creative > .inner .caption_02 {
  width: 292px;
  height: 94px;
  top: 135px;
  right: 0;
  background-image: url(../img/home_creative_catch_02.png);
}

#body_home #creative > .inner .caption_03 {
  width: 340px;
  height: 121px;
  top: -25px;
  left: 310px;
  background-image: url(../img/home_creative_catch_03.png);
}

#body_home #creative > .inner .icon_01 {
  width: 121px;
  height: 126px;
  top: 340px;
  left: 0;
  background-image: url(../img/home_creative_icon_01.png);
}

#body_home #creative > .inner .icon_02 {
  width: 50px;
  height: 85px;
  top: 269px;
  left: 55px;
  background-image: url(../img/home_creative_icon_02.png);
}

#body_home #creative > .inner .icon_03 {
  width: 96px;
  height: 142px;
  top: 255px;
  right: 5px;
  background-image: url(../img/home_creative_icon_03.png);
}

#body_home #creative > .inner .text {
  height: 121px;
  top: 270px;
  background-image: url(../img/home_creative_text.png);
}

#body_home #creative > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_creative_btn.png);
  background-size: 324px 130px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #creative > .inner .btn:hover {
  background-position: 0 -65px;
}

#body_home #builder > .header h1 {
  background-image: url(../img/home_builder_h1.png);
}

#body_home #builder > .inner {
  height: 625px;
}

#body_home #builder > .inner .img_01 {
  width: 436px;
  height: 290px;
  top: -32px;
  left: -65px;
  background-image: url(../img/home_builder_img_01.png);
}

#body_home #builder > .inner .img_02 {
  width: 436px;
  height: 290px;
  top: -32px;
  right: -65px;
  background-image: url(../img/home_builder_img_02.png);
}

#body_home #builder > .inner .img_03 {
  width: 414px;
  height: 253px;
  top: 5px;
  left: 273px;
  background-image: url(../img/home_builder_img_03.png);
}

#body_home #builder > .inner .caption_01 {
  width: 228px;
  height: 125px;
  top: 120px;
  left: 0;
  background-image: url(../img/home_builder_catch_01.png);
}

#body_home #builder > .inner .caption_02 {
  width: 253px;
  height: 135px;
  top: 123px;
  right: 0;
  background-image: url(../img/home_builder_catch_02.png);
}

#body_home #builder > .inner .caption_03 {
  width: 314px;
  height: 76px;
  top: -5px;
  left: 262px;
  background-image: url(../img/home_builder_catch_03.png);
}

#body_home #builder > .inner .icon_01 {
  width: 176px;
  height: 142px;
  top: 339px;
  left: 0;
  background-image: url(../img/home_builder_icon_01.png);
}

#body_home #builder > .inner .icon_02 {
  width: 88px;
  height: 105px;
  top: 372px;
  right: 100px;
  background-image: url(../img/home_builder_icon_02.png);
}

#body_home #builder > .inner .icon_03 {
  width: 87px;
  height: 146px;
  top: 330px;
  right: 4px;
  background-image: url(../img/home_builder_icon_03.png);
}

#body_home #builder > .inner .text {
  height: 121px;
  top: 270px;
  background-image: url(../img/home_builder_text.png);
}

#body_home #builder > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_builder_btn.png);
  background-size: 324px 130px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #builder > .inner .btn:hover {
  background-position: 0 -65px;
}

#body_home #spec {
  position: relative;
  width: 100%;
  height: 254px;
  background-image: url(../img/spec_bk.png);
  z-index: 22;
}

#body_home #spec .header h1 {
  position: absolute;
  width: 207px;
  height: 71px;
  top: -40px;
  left: 50%;
  margin-left: -285px;
  background-image: url(../img/spec_h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #spec .inner {
  position: relative;
  width: 760px;
  margin: 0 auto;
  padding: 40px 0 0 200px;
}

#body_home #spec .inner dl {
  width: 720px;
}

#body_home #spec .inner dl dt, #body_home #spec .inner dl dd {
  display: block;
  float: left;
  height: 36px;
  margin-top: -4px;
  background-image: url(../img/spec_text.png);
  background-size: 700px 216px;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #spec .inner dl dt.dt_01, #body_home #spec .inner dl dd.dt_01 {
  background-position: 0 0;
}

#body_home #spec .inner dl dt.dt_02, #body_home #spec .inner dl dd.dt_02 {
  background-position: 0 -36px;
}

#body_home #spec .inner dl dt.dt_03, #body_home #spec .inner dl dd.dt_03 {
  background-position: 0 -72px;
}

#body_home #spec .inner dl dt.dt_04, #body_home #spec .inner dl dd.dt_04 {
  background-position: 0 -108px;
}

#body_home #spec .inner dl dt.dt_05, #body_home #spec .inner dl dd.dt_05 {
  background-position: 0 -144px;
}

#body_home #spec .inner dl dt.dt_06, #body_home #spec .inner dl dd.dt_06 {
  background-position: 0 -180px;
}

#body_home #spec .inner dl dt.dd_01, #body_home #spec .inner dl dd.dd_01 {
  background-position: -130px 0;
}

#body_home #spec .inner dl dt.dd_02, #body_home #spec .inner dl dd.dd_02 {
  background-position: -130px -36px;
}

#body_home #spec .inner dl dt.dd_03, #body_home #spec .inner dl dd.dd_03 {
  background-position: -130px -72px;
}

#body_home #spec .inner dl dt.dd_04, #body_home #spec .inner dl dd.dd_04 {
  background-position: -130px -108px;
}

#body_home #spec .inner dl dt.dd_05, #body_home #spec .inner dl dd.dd_05 {
  background-position: -130px -144px;
}

#body_home #spec .inner dl dt.dd_06, #body_home #spec .inner dl dd.dd_06 {
  background-position: -130px -180px;
}

#body_home #spec .inner dl dt {
  position: relative;
  width: 130px;
  margin-right: 20px;
}

#body_home #spec .inner dl dt:after {
  position: absolute;
  display: block;
  width: 12px;
  height: 20px;
  top: 9px;
  right: -11px;
  background-image: url(../img/spec_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
}

#body_home #spec .inner dl dd {
  width: 570px;
}

#body_home #spec .inner dl:after {
  display: block;
  clear: both;
  content: "";
}

#body_home #spec .inner .cero {
  position: absolute;
  display: block;
  width: 56px;
  height: 68px;
  bottom: 8px;
  right: 0;
  background-image: url(../img/spec_icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_home #spec .inner .img {
  position: absolute;
  display: block;
  width: 174px;
  height: 275px;
  bottom: 0;
  left: 0;
  background-image: url(../img/spec_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_guide #guide {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_guide #guide > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 1;
}

#body_guide #guide > .header h1 {
  position: relative;
  width: 395px;
  height: 121px;
  margin: 0 auto;
}

#body_guide #guide > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_guide #guide > .header .text.text_01 {
  width: 105px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/guide/guide_h1_text_01.png);
}

#body_guide #guide > .header .text.text_02 {
  width: 80px;
  height: 82px;
  top: 19px;
  left: 86px;
  background-image: url(../img/guide/guide_h1_text_02.png);
}

#body_guide #guide > .header .text.text_03 {
  width: 95px;
  height: 97px;
  top: 7px;
  left: 161px;
  background-image: url(../img/guide/guide_h1_text_03.png);
}

#body_guide #guide > .header .text.text_04 {
  width: 74px;
  height: 76px;
  top: 16px;
  left: 240px;
  background-image: url(../img/guide/guide_h1_text_04.png);
}

#body_guide #guide > .header .text.text_05 {
  width: 95px;
  height: 97px;
  top: 7px;
  left: 300px;
  background-image: url(../img/guide/guide_h1_text_05.png);
}

#body_guide #guide > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_guide #guide > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_guide #guide > .inner {
  width: 960px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_guide #guide .footer {
  padding: 60px 0 60px;
}

#body_guide #guide .footer a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #guide .footer a:hover {
  background-position: 0 -50px;
}

#body_guide #early {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

#body_guide #early > .header h1 {
  width: 861px;
  height: 191px;
  margin: 0 auto;
  background-image: url(../img/guide/early_h1.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #early > .inner {
  position: relative;
  width: 772px;
  height: 601px;
  margin: 0 auto 30px;
}

#body_guide #early > .inner .h2 {
  position: absolute;
  width: 300px;
  height: 115px;
  top: 10px;
  left: 0;
  background-image: url(../img/guide/early_text_01.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #early > .inner .line {
  position: absolute;
  width: 380px;
  height: 4px;
  top: 140px;
  left: 1px;
  background-image: url(../img/guide/early_line.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#body_guide #early > .inner .text {
  position: absolute;
  width: 299px;
  height: 73px;
  top: 166px;
  left: 0;
  background-image: url(../img/guide/early_text_02.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #early > .inner .img {
  position: absolute;
  width: 470px;
  height: 601px;
  top: 0;
  right: 0;
  background-image: url(../img/guide/early_img.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#body_guide #original {
  position: relative;
  width: 900px;
  margin: 50px auto 0;
}

#body_guide #original > .header {
  position: relative;
  z-index: 5;
}

#body_guide #original > .header h1 {
  width: 861px;
  height: 191px;
  margin: 0 auto;
  background-image: url(../img/guide/original_h1.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #original > .inner {
  position: relative;
  width: 814px;
  margin: -50px auto 30px;
}

#body_guide #original > .inner .item {
  position: relative;
  width: 814px;
  height: 196px;
  margin-bottom: 40px;
  background-image: url(../img/guide/original_item_bk.png);
}

#body_guide #original > .inner .item .thumbnail {
  position: absolute;
  display: block;
  width: 230px;
  height: 230px;
  top: -18px;
  left: 0;
  background-position: 0 0;
  background-image: url(../img/guide/original_img_00.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#body_guide #original > .inner .item .logo {
  position: absolute;
  width: 300px;
  height: 70px;
  top: 7px;
  left: 246px;
  background-image: url(../img/guide/original_logo_01.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#body_guide #original > .inner .item h1 {
  position: absolute;
  width: 500px;
  height: 24px;
  top: 90px;
  left: 246px;
  background-image: url(../img/guide/original_shop_01.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #original > .inner .item h2 {
  position: absolute;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #original > .inner .item .btn {
  position: absolute;
  display: block;
  top: 165px;
  right: 20px;
  width: 206px;
  height: 48px;
  background-size: 206px 96px;
  background-position: 0 0;
  font-size: 0;
}

#body_guide #original > .inner .item .btn:hover {
  background-position: 0 -48px;
}

#body_guide #original > .inner .item.item_01 .logo {
  background-image: url(../img/guide/original_logo_01.png);
}

#body_guide #original > .inner .item.item_01 .thumbnail {
  background-image: url(../img/guide/original_img_01.png);
}

#body_guide #original > .inner .item.item_01 h1 {
  background-image: url(../img/guide/original_shop_01.png);
}

#body_guide #original > .inner .item.item_01 h2 {
  width: 472px;
  height: 53px;
  top: 119px;
  left: 246px;
  background-image: url(../img/guide/original_name_01.png);
}

#body_guide #original > .inner .item.item_01 .btn_01 {
  width: 306px;
  background-size: 306px 96px;
  background-image: url(../img/guide/original_btn_01.png);
}

#body_guide #original > .inner .item.item_02 .logo {
  background-image: url(../img/guide/original_logo_02.png);
}

#body_guide #original > .inner .item.item_02 .thumbnail {
  background-image: url(../img/guide/original_img_02.png);
}

#body_guide #original > .inner .item.item_02 h1 {
  background-image: url(../img/guide/original_shop_02.png);
}

#body_guide #original > .inner .item.item_02 h2 {
  width: 460px;
  height: 33px;
  top: 119px;
  left: 246px;
  background-image: url(../img/guide/original_name_02.png);
}

#body_guide #original > .inner .item.item_02 .btn_02 {
  background-image: url(../img/guide/original_btn_02.png);
}

#body_guide #original > .inner .item.item_03 .logo {
  background-image: url(../img/guide/original_logo_03.png);
}

#body_guide #original > .inner .item.item_03 .thumbnail {
  background-image: url(../img/guide/original_img_03.png);
}

#body_guide #original > .inner .item.item_03 h1 {
  background-image: url(../img/guide/original_shop_03.png);
}

#body_guide #original > .inner .item.item_03 h2 {
  width: 256px;
  height: 32px;
  top: 119px;
  left: 246px;
  background-image: url(../img/guide/original_name_03.png);
}

#body_guide #original > .inner .item.item_03 .btn_03 {
  right: 230px;
  background-image: url(../img/guide/original_btn_03_a.png);
}

#body_guide #original > .inner .item.item_03 .btn_04 {
  background-image: url(../img/guide/original_btn_03_b.png);
}

#body_guide #original > .inner .item.item_04 .logo {
  background-image: url(../img/guide/original_logo_04.png);
}

#body_guide #original > .inner .item.item_04 .thumbnail {
  background-image: url(../img/guide/original_img_04.png);
}

#body_guide #original > .inner .item.item_04 h1 {
  background-image: url(../img/guide/original_shop_04.png);
}

#body_guide #original > .inner .item.item_04 h2 {
  width: 545px;
  height: 30px;
  top: 119px;
  left: 246px;
  background-image: url(../img/guide/original_name_04.png);
}

#body_guide #original > .inner .item.item_04 .btn_01 {
  width: 306px;
  background-size: 306px 96px;
  background-image: url(../img/guide/original_btn_01.png);
}

#body_guide #shop {
  position: relative;
  width: 900px;
  margin: 70px auto 0;
}

#body_guide #shop > .header {
  position: relative;
}

#body_guide #shop > .header h1 {
  width: 861px;
  height: 191px;
  margin: 0 auto;
  background-image: url(../img/guide/shop_h1.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #shop > .inner {
  position: relative;
  width: 812px;
  margin: -60px auto 0;
}

#body_guide #shop > .inner p {
  width: 632px;
  height: 126px;
  background-image: url(../img/guide/shop_text.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_guide #shop > .inner ul {
  display: block;
  width: 812px;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_guide #shop > .inner ul li {
  display: block;
  width: 265px;
  height: 146px;
  padding-bottom: 8px;
}

#body_guide #shop > .inner ul li a {
  display: block;
  width: 265px;
  height: 146px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#body_guide #shop > .inner ul li a:hover {
  opacity: 0.5;
}

#body_guide #shop > .inner ul li .item_01 {
  background-image: url(../img/guide/shop_item_01.png);
}

#body_guide #shop > .inner ul li .item_02 {
  background-image: url(../img/guide/shop_item_02.png);
}

#body_guide #shop > .inner ul li .item_03 {
  background-image: url(../img/guide/shop_item_03.png);
}

#body_guide #shop > .inner ul li .item_04 {
  background-image: url(../img/guide/shop_item_04.png);
}

#body_guide #shop > .inner ul li .item_05 {
  background-image: url(../img/guide/shop_item_05.png);
}

#body_guide #shop > .inner ul li .item_06 {
  background-image: url(../img/guide/shop_item_06.png);
}

#body_guide #shop > .inner ul li .item_07 {
  background-image: url(../img/guide/shop_item_07.png);
}

#body_guide #shop > .inner ul li .item_08 {
  background-image: url(../img/guide/shop_item_08.png);
}

#body_guide #shop > .inner ul li .item_09 {
  background-image: url(../img/guide/shop_item_09.png);
}

#body_guide #shop > .inner ul li .item_10 {
  background-image: url(../img/guide/shop_item_10.png);
}

#body_guide #shop > .inner ul li .item_11 {
  background-image: url(../img/guide/shop_item_11.png);
}

#body_guide #shop > .inner ul li .item_12 {
  background-image: url(../img/guide/shop_item_12.png);
}

#body_guide #shop > .inner ul li .item_13 {
  background-image: url(../img/guide/shop_item_13.png);
}

#body_guide #shop > .inner ul li .item_14 {
  background-image: url(../img/guide/shop_item_14.png);
}

#body_guide #shop > .inner ul li .item_15 {
  background-image: url(../img/guide/shop_item_15.png);
}

#body_guide #shop > .inner ul li .item_16 {
  background-image: url(../img/guide/shop_item_16.png);
}

#body_game #game {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_game #game > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 1;
}

#body_game #game > .header h1 {
  position: relative;
  width: 436px;
  height: 135px;
  margin: 0 auto;
}

#body_game #game > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_game #game > .header .text.text_01 {
  width: 106px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/game/game_h1_text_01.png);
}

#body_game #game > .header .text.text_02 {
  width: 81px;
  height: 82px;
  top: 19px;
  left: 82px;
  background-image: url(../img/game/game_h1_text_02.png);
}

#body_game #game > .header .text.text_03 {
  width: 88px;
  height: 89px;
  top: 7px;
  left: 152px;
  background-image: url(../img/game/game_h1_text_03.png);
}

#body_game #game > .header .text.text_04 {
  width: 109px;
  height: 109px;
  top: -4px;
  left: 250px;
  background-image: url(../img/game/game_h1_text_04.png);
}

#body_game #game > .header .text.text_05 {
  width: 96px;
  height: 97px;
  top: 7px;
  left: 340px;
  background-image: url(../img/game/game_h1_text_05.png);
}

#body_game #game > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_game #game > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_game #game > .inner {
  width: 960px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_game #game .footer {
  padding: 60px 0 60px;
}

#body_game #game .footer a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_game #game .footer a:hover {
  background-position: 0 -50px;
}

#body_game #game_index {
  width: 830px;
  margin: 15px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#body_game #game_index .item {
  position: relative;
  width: 270px;
  height: 311px;
  margin-top: -5px;
  background-image: url(../img/game/game_item_00_bk.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_game #game_index .item a {
  display: block;
  width: 270px;
  height: 311px;
}

#body_game #game_index .item a h1 {
  display: none;
}

#body_game #game_index .item a h2 {
  position: absolute;
  width: 96px;
  height: 51px;
  top: 50px;
  left: -4px;
  font-size: 0;
  background-image: url(../img/game/game_item_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation: new_pulse 1s ease 0s infinite alternate;
  -moz-animation: new_pulse 1s ease 0s infinite alternate;
  animation: new_pulse 1s ease 0s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#body_game #game_index .item a .btn {
  position: absolute;
  width: 243px;
  height: 88px;
  top: 203px;
  left: 14px;
  background-image: url(../img/game/game_item_btn.png);
  background-size: 243px 176px;
  background-position: 0 0;
}

#body_game #game_index .item a .btn span {
  display: block;
  width: 242px;
  height: 89px;
  background-size: contain;
  background-position: 50% 50%;
}

#body_game #game_index .item a:hover .btn {
  background-position: 0 -88px;
}

#body_game #game_index .item.item_01 {
  background-image: url(../img/game/game_item_01_bk.png);
}

#body_game #game_index .item.item_01 .btn span {
  background-image: url(../img/game/game_item_btn_01.png);
}

#body_game #game_index .item.item_02 {
  background-image: url(../img/game/game_item_02_bk.png);
}

#body_game #game_index .item.item_02 .btn span {
  background-image: url(../img/game/game_item_btn_02.png);
}

#body_game #game_index .item.item_03 {
  background-image: url(../img/game/game_item_03_bk.png);
}

#body_game #game_index .item.item_03 .btn span {
  background-image: url(../img/game/game_item_btn_03.png);
}

#body_game #game_index .item.item_04 {
  background-image: url(../img/game/game_item_04_bk.png);
}

#body_game #game_index .item.item_04 .btn span {
  background-image: url(../img/game/game_item_btn_04.png);
}

#body_game #game_index .item.item_05 {
  background-image: url(../img/game/game_item_05_bk.png);
}

#body_game #game_index .item.item_05 .btn span {
  background-image: url(../img/game/game_item_btn_05.png);
}

#body_game #game_index .item.item_06 {
  background-image: url(../img/game/game_item_06_bk.png);
}

#body_game #game_index .item.item_06 .btn span {
  background-image: url(../img/game/game_item_btn_06.png);
}

#body_game #game_index .item.item_07 {
  background-image: url(../img/game/game_item_07_bk.png);
}

#body_game #game_index .item.item_07 .btn span {
  background-image: url(../img/game/game_item_btn_07.png);
}

#body_game #game_index .item.item_08 {
  background-image: url(../img/game/game_item_08_bk.png);
}

#body_game #game_index .item.item_08 .btn span {
  background-image: url(../img/game/game_item_btn_08.png);
}

#body_game #game_index .item.item_09 {
  background-image: url(../img/game/game_item_09_bk.png);
}

#body_game #game_index .item.item_09 .btn span {
  background-image: url(../img/game/game_item_btn_09.png);
}

#body_game #game_index .item.item_10 {
  background-image: url(../img/game/game_item_10_bk.png);
}

#body_game #game_index .item.item_10 .btn span {
  background-image: url(../img/game/game_item_btn_10.png);
}

#body_game #game_index .item.item_11 {
  background-image: url(../img/game/game_item_11_bk.png);
}

#body_game #game_index .item.item_11 .btn span {
  background-image: url(../img/game/game_item_btn_11.png);
}

#body_game #game_index .item.item_12 {
  background-image: url(../img/game/game_item_12_bk.png);
}

#body_game #game_index .item.item_12 .btn span {
  background-image: url(../img/game/game_item_btn_12.png);
}

#body_game #game_index .item.item_13 {
  background-image: url(../img/game/game_item_13_bk.png);
}

#body_game #game_index .item.item_13 .btn span {
  background-image: url(../img/game/game_item_btn_13.png);
}

#body_game #game_index .item.item_14 {
  background-image: url(../img/game/game_item_14_bk.png);
}

#body_game #game_index .item.item_14 .btn span {
  background-image: url(../img/game/game_item_btn_14.png);
}

#body_adventure #game_header_nav {
  width: 100%;
  height: 64px;
  background-image: url(../img/banners_bk.png);
}

#body_adventure #game_header_nav .inner {
  position: relative;
  width: 960px;
  height: 64px;
  margin: 0 auto;
}

#body_adventure #game_header_nav .inner span,
#body_adventure #game_header_nav .inner a {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_adventure #game_header_nav .inner .now {
  top: 6px;
  left: 50%;
  width: 148px;
  height: 49px;
  margin-left: -74px;
  background-image: url(../img/game/header_title.png);
}

#body_adventure #game_header_nav .inner .next {
  top: 14px;
  right: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_03.png);
  background-size: 300px 152px;
  background-position: 0 -76px;
}

#body_adventure #game_header_nav .inner .next:hover {
  background-position: 0 -114px;
}

#body_adventure #game_header_nav .inner .prev {
  top: 14px;
  left: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_04.png);
  background-size: 300px 152px;
  background-position: 0 0;
}

#body_adventure #game_header_nav .inner .prev:hover {
  background-position: 0 -38px;
}

#body_adventure #adventure_main {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_adventure #adventure_main > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 2;
}

#body_adventure #adventure_main > .header h1 {
  position: relative;
  width: 854px;
  height: 141px;
  margin: 0 auto;
}

#body_adventure #adventure_main > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_adventure #adventure_main > .header .text.text_01 {
  width: 112px;
  height: 113px;
  top: 0;
  left: 0;
  background-image: url(../img/adventure/adventure_h1_text_01.png);
}

#body_adventure #adventure_main > .header .text.text_02 {
  width: 103px;
  height: 104px;
  top: 9px;
  left: 81px;
  background-image: url(../img/adventure/adventure_h1_text_02.png);
}

#body_adventure #adventure_main > .header .text.text_03 {
  width: 101px;
  height: 102px;
  top: 6px;
  left: 164px;
  background-image: url(../img/adventure/adventure_h1_text_03.png);
}

#body_adventure #adventure_main > .header .text.text_04 {
  width: 98px;
  height: 99px;
  top: 4px;
  left: 255px;
  background-image: url(../img/adventure/adventure_h1_text_04.png);
}

#body_adventure #adventure_main > .header .text.text_05 {
  width: 103px;
  height: 104px;
  top: 7px;
  left: 339px;
  background-image: url(../img/adventure/adventure_h1_text_05.png);
}

#body_adventure #adventure_main > .header .text.text_06 {
  width: 83px;
  height: 83px;
  top: 20px;
  left: 427px;
  background-image: url(../img/adventure/adventure_h1_text_06.png);
}

#body_adventure #adventure_main > .header .text.text_07 {
  width: 97px;
  height: 98px;
  top: 10px;
  left: 497px;
  background-image: url(../img/adventure/adventure_h1_text_07.png);
}

#body_adventure #adventure_main > .header .text.text_08 {
  width: 106px;
  height: 107px;
  top: 5px;
  left: 580px;
  background-image: url(../img/adventure/adventure_h1_text_08.png);
}

#body_adventure #adventure_main > .header .text.text_09 {
  width: 103px;
  height: 103px;
  top: 7px;
  left: 668px;
  background-image: url(../img/adventure/adventure_h1_text_09.png);
}

#body_adventure #adventure_main > .header .text.text_10 {
  width: 102px;
  height: 104px;
  top: 7px;
  left: 751px;
  background-image: url(../img/adventure/adventure_h1_text_10.png);
}

#body_adventure #adventure_main > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_adventure #adventure_main > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_adventure #adventure_main > .inner {
  position: relative;
  width: 960px;
  height: 680px;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_adventure #adventure_main > .inner .img {
  position: absolute;
  top: 68px;
  width: 541px;
  height: 360px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#body_adventure #adventure_main > .inner .img_01 {
  left: -48px;
  background-image: url(../img/adventure/adventure_img_01.png);
}

#body_adventure #adventure_main > .inner .img_02 {
  right: -48px;
  background-image: url(../img/adventure/adventure_img_02.png);
}

#body_adventure #adventure_main > .inner .text {
  position: absolute;
  width: 960px;
  height: 252px;
  top: 430px;
  left: 0;
  background-image: url(../img/adventure/adventure_text_01.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_adventure .cube_section {
  position: relative;
  width: 100%;
  background-image: url(../img/home_bk_02_body.png);
  background-position: 50% 0;
  z-index: 20;
}

#body_adventure .cube_section:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 19px;
  top: -19px;
  left: 0;
  background-image: url(../img/home_bk_02_head.png);
  background-position: 50% 0;
  content: "";
}

#body_adventure .cube_section > .bk {
  position: absolute;
  width: 1034px;
  top: -70px;
  left: 50%;
  margin-left: -517px;
  z-index: 20;
}

#body_adventure .cube_section > .header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 25;
}

#body_adventure .cube_section > .header h1 {
  display: block;
  width: 861px;
  height: 146px;
  margin: -40px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_adventure .cube_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_adventure .cube_section > .inner .img,
#body_adventure .cube_section > .inner .text,
#body_adventure .cube_section > .inner .icon,
#body_adventure .cube_section > .inner .caption {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_adventure .cube_section > .inner .text {
  width: 960px;
  left: 0;
}

#body_adventure .cube_section > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_btn_cn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_adventure .adventure_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_adventure .adventure_section > .inner .img {
  position: absolute;
  width: 790px;
  height: 451px;
  top: -40px;
  left: 85px;
  z-index: 24;
  cursor: pointer;
}

#body_adventure .adventure_section > .inner .img:after {
  position: absolute;
  display: block;
  width: 154px;
  height: 154px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -77px;
  background-image: url(../img/game/game_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_adventure .adventure_section > .inner .img:hover:after {
  opacity: 0.5;
}

#body_adventure .adventure_section > .inner .text {
  position: absolute;
  width: 960px;
  height: 209px;
  top: 432px;
  left: 0;
  background-size: 727px 209px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#body_adventure .adventure_section > .inner .character {
  position: absolute;
  background-size: cover;
  pointer-events: none;
  z-index: 25;
}

#body_adventure .adventure_section > .inner .character.character_01 {
  width: 239px;
  height: 316px;
  top: -190px;
  right: -101px;
  background-image: url(../img/adventure/adventure_character_01.png);
}

#body_adventure .adventure_section > .inner .character.character_02 {
  width: 277px;
  height: 287px;
  top: 140px;
  left: -108px;
  background-image: url(../img/adventure/adventure_character_02.png);
}

#body_adventure .adventure_section > .inner .character.character_03 {
  width: 203px;
  height: 207px;
  top: 615px;
  left: 0;
  background-image: url(../img/adventure/adventure_character_03.png);
}

#body_adventure .adventure_section > .inner .character.character_04 {
  width: 244px;
  height: 157px;
  top: 660px;
  right: 0;
  background-image: url(../img/adventure/adventure_character_04.png);
}

#body_adventure .adventure_section > .inner .btns {
  position: absolute;
  width: 960px;
  height: 65px;
  top: 660px;
  left: 0;
  text-align: center;
}

#body_adventure .adventure_section > .inner .btns a {
  display: inline-block;
  width: 73px;
  height: 65px;
  background-image: url(../img/game/game_nav_np.png);
  background-size: 146px 130px;
  font-size: 0;
}

#body_adventure .adventure_section > .inner .btns a.prev {
  background-position: 0 0;
}

#body_adventure .adventure_section > .inner .btns a.prev:hover {
  background-position: 0 -65px;
}

#body_adventure .adventure_section > .inner .btns a.next {
  background-position: -73px 0;
}

#body_adventure .adventure_section > .inner .btns a.next:hover {
  background-position: -73px -65px;
}

#body_adventure .adventure_section .player {
  position: absolute;
  width: 770px;
  height: 431px;
  top: 86px;
  left: 50%;
  margin-left: -385px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 25;
}

#body_adventure .adventure_section .player:empty {
  display: none;
}

#body_adventure #adventure_01 {
  height: 919px;
}

#body_adventure #adventure_01 > .bk {
  height: 959px;
  background-image: url(../img/adventure/adventure_item_01_cube.png);
}

#body_adventure #adventure_01 > .header h1 {
  background-image: url(../img/adventure/adventure_item_01_h2.png);
}

#body_adventure #adventure_01 > .inner .img {
  background-image: url(../img/adventure/adventure_item_01_img.png);
}

#body_adventure #adventure_01 > .inner .text {
  height: 167px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_01_text.png);
  background-size: 857px 167px;
}

#body_adventure #adventure_01 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_01 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_01 > .inner .character.character_03 {
  top: 565px;
  left: 0;
}

#body_adventure #adventure_01 > .inner .character.character_04 {
  top: 610px;
  right: 0;
}

#body_adventure #adventure_01 > .inner .btns {
  top: 625px;
}

#body_adventure #adventure_02 {
  height: 969px;
}

#body_adventure #adventure_02 > .bk {
  height: 1009px;
  background-image: url(../img/adventure/adventure_item_02_cube.png);
}

#body_adventure #adventure_02 > .header h1 {
  background-image: url(../img/adventure/adventure_item_02_h2.png);
}

#body_adventure #adventure_02 > .inner .img {
  background-image: url(../img/adventure/adventure_item_02_img.png);
}

#body_adventure #adventure_02 > .inner .text {
  height: 209px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_02_text.png);
  background-size: 673px 209px;
}

#body_adventure #adventure_02 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_02 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_02 > .inner .character.character_03 {
  top: 615px;
  left: 0;
}

#body_adventure #adventure_02 > .inner .character.character_04 {
  top: 660px;
  right: 0;
}

#body_adventure #adventure_02 > .inner .btns {
  top: 670px;
}

#body_adventure #adventure_03 {
  height: 969px;
}

#body_adventure #adventure_03 > .bk {
  height: 1009px;
  background-image: url(../img/adventure/adventure_item_03_cube.png);
}

#body_adventure #adventure_03 > .header h1 {
  background-image: url(../img/adventure/adventure_item_03_h2.png);
}

#body_adventure #adventure_03 > .inner .img {
  background-image: url(../img/adventure/adventure_item_03_img.png);
}

#body_adventure #adventure_03 > .inner .text {
  height: 209px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_03_text.png);
  background-size: 727px 209px;
}

#body_adventure #adventure_03 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_03 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_03 > .inner .character.character_03 {
  top: 615px;
  left: 0;
}

#body_adventure #adventure_03 > .inner .character.character_04 {
  top: 660px;
  right: 0;
}

#body_adventure #adventure_03 > .inner .btns {
  top: 670px;
}

#body_adventure #adventure_04 {
  height: 969px;
}

#body_adventure #adventure_04 > .bk {
  height: 1009px;
  background-image: url(../img/adventure/adventure_item_04_cube.png);
}

#body_adventure #adventure_04 > .header h1 {
  background-image: url(../img/adventure/adventure_item_04_h2.png);
}

#body_adventure #adventure_04 > .inner .img {
  background-image: url(../img/adventure/adventure_item_04_img.png);
}

#body_adventure #adventure_04 > .inner .text {
  height: 209px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_04_text.png);
  background-size: 720px 209px;
}

#body_adventure #adventure_04 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_04 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_04 > .inner .character.character_03 {
  top: 615px;
  left: 0;
}

#body_adventure #adventure_04 > .inner .character.character_04 {
  top: 660px;
  right: 0;
}

#body_adventure #adventure_04 > .inner .btns {
  top: 670px;
}

#body_adventure #adventure_05 {
  height: 969px;
}

#body_adventure #adventure_05 > .bk {
  height: 1009px;
  background-image: url(../img/adventure/adventure_item_05_cube.png);
}

#body_adventure #adventure_05 > .header h1 {
  background-image: url(../img/adventure/adventure_item_05_h2.png);
}

#body_adventure #adventure_05 > .inner .img {
  background-image: url(../img/adventure/adventure_item_05_img.png);
}

#body_adventure #adventure_05 > .inner .text {
  height: 209px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_05_text.png);
  background-size: 662px 209px;
}

#body_adventure #adventure_05 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_05 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_05 > .inner .character.character_03 {
  top: 615px;
  left: 0;
}

#body_adventure #adventure_05 > .inner .character.character_04 {
  top: 660px;
  right: 0;
}

#body_adventure #adventure_05 > .inner .btns {
  top: 670px;
}

#body_adventure #adventure_06 {
  height: 1009px;
}

#body_adventure #adventure_06 > .bk {
  height: 1049px;
  background-image: url(../img/adventure/adventure_item_06_cube.png);
}

#body_adventure #adventure_06 > .header h1 {
  background-image: url(../img/adventure/adventure_item_06_h2.png);
}

#body_adventure #adventure_06 > .inner .img {
  background-image: url(../img/adventure/adventure_item_06_img.png);
}

#body_adventure #adventure_06 > .inner .text {
  height: 251px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_06_text.png);
  background-size: 717px 251px;
}

#body_adventure #adventure_06 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_06 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_06 > .inner .character.character_03 {
  top: 665px;
  left: -10px;
}

#body_adventure #adventure_06 > .inner .character.character_04 {
  top: 710px;
  right: -10px;
}

#body_adventure #adventure_06 > .inner .btns {
  top: 710px;
}

#body_adventure #adventure_07 {
  height: 1029px;
}

#body_adventure #adventure_07 > .bk {
  height: 1049px;
  background-image: url(../img/adventure/adventure_item_07_cube.png);
}

#body_adventure #adventure_07 > .header h1 {
  background-image: url(../img/adventure/adventure_item_07_h2.png);
}

#body_adventure #adventure_07 > .inner .img {
  background-image: url(../img/adventure/adventure_item_07_img.png);
}

#body_adventure #adventure_07 > .inner .text {
  height: 251px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_07_text.png);
  background-size: 728px 251px;
}

#body_adventure #adventure_07 > .inner .character.character_01 {
  top: -190px;
  right: -101px;
}

#body_adventure #adventure_07 > .inner .character.character_02 {
  top: 140px;
  left: -108px;
}

#body_adventure #adventure_07 > .inner .character.character_03 {
  top: 675px;
  left: -60px;
}

#body_adventure #adventure_07 > .inner .character.character_04 {
  top: 710px;
  right: -45px;
}

#body_adventure #adventure_07 > .inner .btns {
  top: 710px;
}

#body_adventure #adventure_08 {
  height: 1069px;
}

#body_adventure #adventure_08 > .bk {
  height: 1089px;
  background-image: url(../img/adventure/adventure_item_08_cube.png);
}

#body_adventure #adventure_08 > .header h1 {
  background-image: url(../img/adventure/adventure_item_08_h2.png);
}

#body_adventure #adventure_08 > .inner .img {
  background-image: url(../img/adventure/adventure_item_08_img.png);
}

#body_adventure #adventure_08 > .inner .text {
  height: 293px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_08_text.png);
  background-size: 686px 293px;
}

#body_adventure #adventure_08 > .inner .character.character_01 {
  top: -150px;
  right: -101px;
}

#body_adventure #adventure_08 > .inner .character.character_02 {
  top: 100px;
  left: -108px;
}

#body_adventure #adventure_08 > .inner .character.character_03 {
  top: 715px;
  left: -60px;
}

#body_adventure #adventure_08 > .inner .character.character_04 {
  top: 750px;
  right: -45px;
}

#body_adventure #adventure_08 > .inner .btns {
  top: 750px;
}

#body_adventure #adventure_09 {
  height: 1069px;
}

#body_adventure #adventure_09 > .bk {
  height: 1089px;
  background-image: url(../img/adventure/adventure_item_09_cube.png);
}

#body_adventure #adventure_09 > .header h1 {
  background-image: url(../img/adventure/adventure_item_09_h2.png);
}

#body_adventure #adventure_09 > .inner .img {
  background-image: url(../img/adventure/adventure_item_09_img.png);
}

#body_adventure #adventure_09 > .inner .text {
  height: 293px;
  top: 440px;
  background-image: url(../img/adventure/adventure_item_09_text.png);
  background-size: 867px 293px;
}

#body_adventure #adventure_09 > .inner .character.character_01 {
  top: -150px;
  right: -101px;
}

#body_adventure #adventure_09 > .inner .character.character_02 {
  top: 100px;
  left: -108px;
}

#body_adventure #adventure_09 > .inner .character.character_03 {
  top: 715px;
  left: -60px;
}

#body_adventure #adventure_09 > .inner .character.character_04 {
  top: 750px;
  right: -45px;
}

#body_adventure #adventure_09 > .inner .btns {
  top: 750px;
}

#body_system #game_header_nav {
  width: 100%;
  height: 64px;
  background-image: url(../img/banners_bk.png);
}

#body_system #game_header_nav .inner {
  position: relative;
  width: 960px;
  height: 64px;
  margin: 0 auto;
}

#body_system #game_header_nav .inner span,
#body_system #game_header_nav .inner a {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_system #game_header_nav .inner .now {
  top: 6px;
  left: 50%;
  width: 148px;
  height: 49px;
  margin-left: -74px;
  background-image: url(../img/game/header_title.png);
}

#body_system #game_header_nav .inner .next {
  top: 14px;
  right: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_02.png);
  background-size: 300px 152px;
  background-position: 0 -76px;
}

#body_system #game_header_nav .inner .next:hover {
  background-position: 0 -114px;
}

#body_system #game_header_nav .inner .prev {
  top: 14px;
  left: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_01.png);
  background-size: 300px 152px;
  background-position: 0 0;
}

#body_system #game_header_nav .inner .prev:hover {
  background-position: 0 -38px;
}

#body_system #system_main {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_system #system_main > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 2;
}

#body_system #system_main > .header h1 {
  position: relative;
  width: 351px;
  height: 141px;
  margin: 0 auto;
}

#body_system #system_main > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_system #system_main > .header .text.text_01 {
  width: 112px;
  height: 113px;
  top: 0;
  left: 0;
  background-image: url(../img/system/system_h1_text_01.png);
}

#body_system #system_main > .header .text.text_02 {
  width: 103px;
  height: 104px;
  top: 9px;
  left: 81px;
  background-image: url(../img/system/system_h1_text_02.png);
}

#body_system #system_main > .header .text.text_03 {
  width: 89px;
  height: 90px;
  top: 12px;
  left: 168px;
  background-image: url(../img/system/system_h1_text_03.png);
}

#body_system #system_main > .header .text.text_04 {
  width: 104px;
  height: 106px;
  top: 4px;
  left: 246px;
  background-image: url(../img/system/system_h1_text_04.png);
}

#body_system #system_main > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_system #system_main > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_system #system_main > .inner {
  position: relative;
  width: 960px;
  height: 610px;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_system #system_main > .inner .img {
  position: absolute;
  top: 68px;
  width: 541px;
  height: 360px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#body_system #system_main > .inner .img_01 {
  left: -48px;
  background-image: url(../img/system/system_img_01.png);
}

#body_system #system_main > .inner .img_02 {
  right: -48px;
  background-image: url(../img/system/system_img_02.png);
}

#body_system #system_main > .inner .text {
  position: absolute;
  width: 960px;
  height: 167px;
  top: 430px;
  left: 0;
  background-image: url(../img/system/system_text_01.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_system .cube_section {
  position: relative;
  width: 100%;
  background-image: url(../img/home_bk_04_body.png);
  background-position: 50% 0;
  z-index: 20;
}

#body_system .cube_section:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 19px;
  top: -19px;
  left: 0;
  background-image: url(../img/home_bk_04_head.png);
  background-position: 50% 0;
  content: "";
}

#body_system .cube_section > .bk {
  position: absolute;
  width: 1034px;
  top: -70px;
  left: 50%;
  margin-left: -517px;
  z-index: 20;
}

#body_system .cube_section > .header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 25;
}

#body_system .cube_section > .header h1 {
  display: block;
  width: 861px;
  height: 146px;
  margin: -40px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_system .cube_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_system .cube_section > .inner .img,
#body_system .cube_section > .inner .text,
#body_system .cube_section > .inner .icon,
#body_system .cube_section > .inner .caption {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_system .cube_section > .inner .text {
  width: 960px;
  left: 0;
}

#body_system .cube_section > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_btn_cn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_system .system_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_system .system_section > .inner .img {
  position: absolute;
  width: 790px;
  height: 451px;
  top: -40px;
  left: 85px;
  z-index: 24;
  cursor: pointer;
}

#body_system .system_section > .inner .img:after {
  position: absolute;
  display: block;
  width: 154px;
  height: 154px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -77px;
  background-image: url(../img/game/game_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_system .system_section > .inner .img:hover:after {
  opacity: 0.5;
}

#body_system .system_section > .inner .text {
  position: absolute;
  width: 960px;
  height: 209px;
  top: 432px;
  left: 0;
  background-size: 727px 209px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#body_system .system_section > .inner .btns {
  position: absolute;
  width: 960px;
  height: 65px;
  top: 660px;
  left: 0;
  text-align: center;
}

#body_system .system_section > .inner .btns a {
  display: inline-block;
  width: 73px;
  height: 65px;
  background-image: url(../img/game/game_nav_np.png);
  background-size: 146px 130px;
  font-size: 0;
}

#body_system .system_section > .inner .btns a.prev {
  background-position: 0 0;
}

#body_system .system_section > .inner .btns a.prev:hover {
  background-position: 0 -65px;
}

#body_system .system_section > .inner .btns a.next {
  background-position: -73px 0;
}

#body_system .system_section > .inner .btns a.next:hover {
  background-position: -73px -65px;
}

#body_system .system_section .player {
  position: absolute;
  width: 770px;
  height: 431px;
  top: 86px;
  left: 50%;
  margin-left: -385px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 25;
}

#body_system .system_section .player:empty {
  display: none;
}

#body_system #system_01 {
  height: 919px;
}

#body_system #system_01 > .bk {
  height: 959px;
  background-image: url(../img/system/system_item_01_cube.png);
}

#body_system #system_01 > .header h1 {
  background-image: url(../img/system/system_item_01_h2.png);
}

#body_system #system_01 > .inner .img {
  background-image: url(../img/system/system_item_01_img.png);
}

#body_system #system_01 > .inner .text {
  height: 167px;
  top: 440px;
  background-image: url(../img/system/system_item_01_text.png);
  background-size: 767px 167px;
}

#body_system #system_01 > .inner .btns {
  top: 630px;
}

#body_creative #game_header_nav {
  width: 100%;
  height: 64px;
  background-image: url(../img/banners_bk.png);
}

#body_creative #game_header_nav .inner {
  position: relative;
  width: 960px;
  height: 64px;
  margin: 0 auto;
}

#body_creative #game_header_nav .inner span,
#body_creative #game_header_nav .inner a {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_creative #game_header_nav .inner .now {
  top: 6px;
  left: 50%;
  width: 148px;
  height: 49px;
  margin-left: -74px;
  background-image: url(../img/game/header_title.png);
}

#body_creative #game_header_nav .inner .next {
  top: 14px;
  right: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_04.png);
  background-size: 300px 152px;
  background-position: 0 -76px;
}

#body_creative #game_header_nav .inner .next:hover {
  background-position: 0 -114px;
}

#body_creative #game_header_nav .inner .prev {
  top: 14px;
  left: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_03.png);
  background-size: 300px 152px;
  background-position: 0 0;
}

#body_creative #game_header_nav .inner .prev:hover {
  background-position: 0 -38px;
}

#body_creative #creative_main {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_creative #creative_main > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 2;
}

#body_creative #creative_main > .header h1 {
  position: relative;
  width: 854px;
  height: 141px;
  margin: 0 auto;
}

#body_creative #creative_main > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_creative #creative_main > .header .text.text_01 {
  width: 112px;
  height: 113px;
  top: 0;
  left: 0;
  background-image: url(../img/creative/creative_h1_text_01.png);
}

#body_creative #creative_main > .header .text.text_02 {
  width: 103px;
  height: 104px;
  top: 9px;
  left: 81px;
  background-image: url(../img/creative/creative_h1_text_02.png);
}

#body_creative #creative_main > .header .text.text_03 {
  width: 101px;
  height: 102px;
  top: 6px;
  left: 164px;
  background-image: url(../img/creative/creative_h1_text_03.png);
}

#body_creative #creative_main > .header .text.text_04 {
  width: 98px;
  height: 99px;
  top: 4px;
  left: 255px;
  background-image: url(../img/creative/creative_h1_text_04.png);
}

#body_creative #creative_main > .header .text.text_05 {
  width: 103px;
  height: 104px;
  top: 7px;
  left: 339px;
  background-image: url(../img/creative/creative_h1_text_05.png);
}

#body_creative #creative_main > .header .text.text_06 {
  width: 83px;
  height: 83px;
  top: 20px;
  left: 427px;
  background-image: url(../img/creative/creative_h1_text_06.png);
}

#body_creative #creative_main > .header .text.text_07 {
  width: 97px;
  height: 98px;
  top: 10px;
  left: 497px;
  background-image: url(../img/creative/creative_h1_text_07.png);
}

#body_creative #creative_main > .header .text.text_08 {
  width: 106px;
  height: 107px;
  top: 5px;
  left: 580px;
  background-image: url(../img/creative/creative_h1_text_08.png);
}

#body_creative #creative_main > .header .text.text_09 {
  width: 103px;
  height: 103px;
  top: 7px;
  left: 668px;
  background-image: url(../img/creative/creative_h1_text_09.png);
}

#body_creative #creative_main > .header .text.text_10 {
  width: 102px;
  height: 104px;
  top: 7px;
  left: 751px;
  background-image: url(../img/creative/creative_h1_text_10.png);
}

#body_creative #creative_main > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_creative #creative_main > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_creative #creative_main > .inner {
  position: relative;
  width: 960px;
  height: 680px;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_creative #creative_main > .inner .img {
  position: absolute;
  top: 68px;
  width: 541px;
  height: 360px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#body_creative #creative_main > .inner .img_01 {
  left: -48px;
  background-image: url(../img/creative/creative_img_01.png);
}

#body_creative #creative_main > .inner .img_02 {
  right: -48px;
  background-image: url(../img/creative/creative_img_02.png);
}

#body_creative #creative_main > .inner .text {
  position: absolute;
  width: 960px;
  height: 252px;
  top: 430px;
  left: 0;
  background-image: url(../img/creative/creative_text_01.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_creative .cube_section {
  position: relative;
  width: 100%;
  background-image: url(../img/home_bk_03_body.png);
  background-position: 50% 0;
  z-index: 20;
}

#body_creative .cube_section:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 19px;
  top: -19px;
  left: 0;
  background-image: url(../img/home_bk_03_head.png);
  background-position: 50% 0;
  content: "";
}

#body_creative .cube_section > .bk {
  position: absolute;
  width: 1034px;
  top: -70px;
  left: 50%;
  margin-left: -517px;
  z-index: 20;
}

#body_creative .cube_section > .header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 25;
}

#body_creative .cube_section > .header h1 {
  display: block;
  width: 861px;
  height: 146px;
  margin: -40px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_creative .cube_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_creative .cube_section > .inner .img,
#body_creative .cube_section > .inner .text,
#body_creative .cube_section > .inner .icon,
#body_creative .cube_section > .inner .caption {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_creative .cube_section > .inner .text {
  width: 960px;
  left: 0;
}

#body_creative .cube_section > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_btn_cn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_creative .creative_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_creative .creative_section > .inner .img {
  position: absolute;
  width: 790px;
  height: 451px;
  top: -40px;
  left: 85px;
  z-index: 24;
  cursor: pointer;
}

#body_creative .creative_section > .inner .img:after {
  position: absolute;
  display: block;
  width: 154px;
  height: 154px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -77px;
  background-image: url(../img/game/game_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_creative .creative_section > .inner .img:hover:after {
  opacity: 0.5;
}

#body_creative .creative_section > .inner .text {
  position: absolute;
  width: 960px;
  height: 209px;
  top: 432px;
  left: 0;
  background-size: 727px 209px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#body_creative .creative_section > .inner .character {
  position: absolute;
  background-size: cover;
  pointer-events: none;
  z-index: 25;
}

#body_creative .creative_section > .inner .character.character_01 {
  width: 135px;
  height: 222px;
  top: 430px;
  right: -50px;
  background-image: url(../img/creative/creative_character_01.png);
}

#body_creative .creative_section > .inner .character.character_02 {
  width: 154px;
  height: 182px;
  top: 557px;
  right: 0px;
  background-image: url(../img/creative/creative_character_02.png);
}

#body_creative .creative_section > .inner .character.character_03 {
  width: 62px;
  height: 71px;
  top: 365px;
  left: 50px;
  background-image: url(../img/creative/creative_character_03.png);
}

#body_creative .creative_section > .inner .character.character_04 {
  width: 77px;
  height: 91px;
  top: 419px;
  left: 0;
  background-image: url(../img/creative/creative_character_04.png);
}

#body_creative .creative_section > .inner .character.character_05 {
  width: 77px;
  height: 89px;
  top: 492px;
  left: 47px;
  background-image: url(../img/creative/creative_character_05.png);
}

#body_creative .creative_section > .inner .character.character_06 {
  width: 166px;
  height: 146px;
  top: 570px;
  left: -48px;
  background-image: url(../img/creative/creative_character_06.png);
}

#body_creative .creative_section > .inner .btns {
  position: absolute;
  width: 960px;
  height: 65px;
  top: 660px;
  left: 0;
  text-align: center;
}

#body_creative .creative_section > .inner .btns a {
  display: inline-block;
  width: 73px;
  height: 65px;
  background-image: url(../img/game/game_nav_np.png);
  background-size: 146px 130px;
  font-size: 0;
}

#body_creative .creative_section > .inner .btns a.prev {
  background-position: 0 0;
}

#body_creative .creative_section > .inner .btns a.prev:hover {
  background-position: 0 -65px;
}

#body_creative .creative_section > .inner .btns a.next {
  background-position: -73px 0;
}

#body_creative .creative_section > .inner .btns a.next:hover {
  background-position: -73px -65px;
}

#body_creative .creative_section .player {
  position: absolute;
  width: 770px;
  height: 431px;
  top: 86px;
  left: 50%;
  margin-left: -385px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 25;
}

#body_creative .creative_section .player:empty {
  display: none;
}

#body_creative #creative_01 {
  height: 919px;
}

#body_creative #creative_01 > .bk {
  height: 959px;
  background-image: url(../img/creative/creative_item_01_cube.png);
}

#body_creative #creative_01 > .header h1 {
  background-image: url(../img/creative/creative_item_01_h2.png);
}

#body_creative #creative_01 > .inner .img {
  background-image: url(../img/creative/creative_item_01_img.png);
}

#body_creative #creative_01 > .inner .text {
  height: 167px;
  top: 440px;
  background-image: url(../img/creative/creative_item_01_text.png);
  background-size: 705px 167px;
}

#body_creative #creative_01 > .inner .btns {
  top: 625px;
}

#body_creative #creative_02 {
  height: 969px;
}

#body_creative #creative_02 > .bk {
  height: 1009px;
  background-image: url(../img/creative/creative_item_02_cube.png);
}

#body_creative #creative_02 > .header h1 {
  background-image: url(../img/creative/creative_item_02_h2.png);
}

#body_creative #creative_02 > .inner .character.character_01 {
  top: 480px;
}

#body_creative #creative_02 > .inner .character.character_02 {
  top: 607px;
}

#body_creative #creative_02 > .inner .character.character_03 {
  top: 415px;
}

#body_creative #creative_02 > .inner .character.character_04 {
  top: 469px;
}

#body_creative #creative_02 > .inner .character.character_05 {
  top: 542px;
}

#body_creative #creative_02 > .inner .character.character_06 {
  top: 620px;
}

#body_creative #creative_02 > .inner .img {
  background-image: url(../img/creative/creative_item_02_img.png);
}

#body_creative #creative_02 > .inner .text {
  height: 209px;
  top: 440px;
  background-image: url(../img/creative/creative_item_02_text.png);
  background-size: 671px 209px;
}

#body_creative #creative_02 > .inner .btns {
  top: 675px;
}

#body_builder #game_header_nav {
  width: 100%;
  height: 64px;
  background-image: url(../img/banners_bk.png);
}

#body_builder #game_header_nav .inner {
  position: relative;
  width: 960px;
  height: 64px;
  margin: 0 auto;
}

#body_builder #game_header_nav .inner span,
#body_builder #game_header_nav .inner a {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_builder #game_header_nav .inner .now {
  top: 6px;
  left: 50%;
  width: 148px;
  height: 49px;
  margin-left: -74px;
  background-image: url(../img/game/header_title.png);
}

#body_builder #game_header_nav .inner .next {
  top: 14px;
  right: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_01.png);
  background-size: 300px 152px;
  background-position: 0 -76px;
}

#body_builder #game_header_nav .inner .next:hover {
  background-position: 0 -114px;
}

#body_builder #game_header_nav .inner .prev {
  top: 14px;
  left: 0;
  width: 300px;
  height: 38px;
  background-image: url(../img/game/header_nav_02.png);
  background-size: 300px 152px;
  background-position: 0 0;
}

#body_builder #game_header_nav .inner .prev:hover {
  background-position: 0 -38px;
}

#body_builder #builder_main {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_builder #builder_main > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 2;
}

#body_builder #builder_main > .header h1 {
  position: relative;
  width: 944px;
  height: 142px;
  margin: 0 auto;
}

#body_builder #builder_main > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_builder #builder_main > .header .text.text_01 {
  width: 112px;
  height: 113px;
  top: 0;
  left: 0;
  background-image: url(../img/builder/builder_h1_text_01.png);
}

#body_builder #builder_main > .header .text.text_02 {
  width: 103px;
  height: 104px;
  top: 9px;
  left: 95px;
  background-image: url(../img/builder/builder_h1_text_02.png);
}

#body_builder #builder_main > .header .text.text_03 {
  width: 101px;
  height: 102px;
  top: 6px;
  left: 178px;
  background-image: url(../img/builder/builder_h1_text_03.png);
}

#body_builder #builder_main > .header .text.text_04 {
  width: 98px;
  height: 99px;
  top: 4px;
  left: 266px;
  background-image: url(../img/builder/builder_h1_text_04.png);
}

#body_builder #builder_main > .header .text.text_05 {
  width: 103px;
  height: 104px;
  top: 7px;
  left: 347px;
  background-image: url(../img/builder/builder_h1_text_05.png);
}

#body_builder #builder_main > .header .text.text_06 {
  width: 93px;
  height: 94px;
  top: 12px;
  left: 436px;
  background-image: url(../img/builder/builder_h1_text_06.png);
}

#body_builder #builder_main > .header .text.text_07 {
  width: 97px;
  height: 98px;
  top: 10px;
  left: 517px;
  background-image: url(../img/builder/builder_h1_text_07.png);
}

#body_builder #builder_main > .header .text.text_08 {
  width: 82px;
  height: 83px;
  top: 20px;
  left: 602px;
  background-image: url(../img/builder/builder_h1_text_08.png);
}

#body_builder #builder_main > .header .text.text_09 {
  width: 106px;
  height: 107px;
  top: 7px;
  left: 675px;
  background-image: url(../img/builder/builder_h1_text_09.png);
}

#body_builder #builder_main > .header .text.text_10 {
  width: 103px;
  height: 103px;
  top: 12px;
  left: 760px;
  background-image: url(../img/builder/builder_h1_text_10.png);
}

#body_builder #builder_main > .header .text.text_11 {
  width: 102px;
  height: 104px;
  top: 5px;
  left: 842px;
  background-image: url(../img/builder/builder_h1_text_11.png);
}

#body_builder #builder_main > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_builder #builder_main > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_builder #builder_main > .inner {
  position: relative;
  width: 960px;
  height: 680px;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_builder #builder_main > .inner .img {
  position: absolute;
  top: 68px;
  width: 541px;
  height: 360px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#body_builder #builder_main > .inner .img_01 {
  left: -48px;
  background-image: url(../img/builder/builder_img_01.png);
}

#body_builder #builder_main > .inner .img_02 {
  right: -48px;
  background-image: url(../img/builder/builder_img_02.png);
}

#body_builder #builder_main > .inner .text {
  position: absolute;
  width: 960px;
  height: 252px;
  top: 430px;
  left: 0;
  background-image: url(../img/builder/builder_text_01.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_builder .cube_section {
  position: relative;
  width: 100%;
  background-image: url(../img/home_bk_05_body.png);
  background-position: 50% 0;
  z-index: 20;
}

#body_builder .cube_section:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 19px;
  top: -19px;
  left: 0;
  background-image: url(../img/home_bk_05_head.png);
  background-position: 50% 0;
  content: "";
}

#body_builder .cube_section > .bk {
  position: absolute;
  width: 1034px;
  top: -70px;
  left: 50%;
  margin-left: -517px;
  z-index: 20;
}

#body_builder .cube_section > .header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 25;
}

#body_builder .cube_section > .header h1 {
  display: block;
  width: 861px;
  height: 146px;
  margin: -40px auto 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_builder .cube_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_builder .cube_section > .inner .img,
#body_builder .cube_section > .inner .text,
#body_builder .cube_section > .inner .icon,
#body_builder .cube_section > .inner .caption {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_builder .cube_section > .inner .text {
  width: 960px;
  left: 0;
}

#body_builder .cube_section > .inner .btn {
  position: absolute;
  width: 324px;
  height: 65px;
  top: 415px;
  left: 318px;
  background-image: url(../img/home_btn_cn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_builder .builder_section > .inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  z-index: 22;
}

#body_builder .builder_section > .inner .img {
  position: absolute;
  width: 790px;
  height: 451px;
  top: -40px;
  left: 85px;
  z-index: 24;
  cursor: pointer;
}

#body_builder .builder_section > .inner .img:after {
  position: absolute;
  display: block;
  width: 154px;
  height: 154px;
  top: 50%;
  left: 50%;
  margin: -77px 0 0 -77px;
  background-image: url(../img/game/game_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_builder .builder_section > .inner .img:hover:after {
  opacity: 0.5;
}

#body_builder .builder_section > .inner .text {
  position: absolute;
  width: 960px;
  height: 209px;
  top: 432px;
  left: 0;
  background-size: 727px 209px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#body_builder .builder_section > .inner .character {
  position: absolute;
  background-size: cover;
  pointer-events: none;
  z-index: 25;
}

#body_builder .builder_section > .inner .character.character_01 {
  width: 106px;
  height: 126px;
  top: 450px;
  left: -8px;
  background-image: url(../img/builder/builder_character_01.png);
}

#body_builder .builder_section > .inner .character.character_02 {
  width: 214px;
  height: 205px;
  top: 550px;
  left: -50px;
  background-image: url(../img/builder/builder_character_02.png);
}

#body_builder .builder_section > .inner .character.character_03 {
  width: 106px;
  height: 123px;
  top: 640px;
  left: 68px;
  background-image: url(../img/builder/builder_character_03.png);
}

#body_builder .builder_section > .inner .character.character_04 {
  width: 106px;
  height: 197px;
  top: 401px;
  right: -47px;
  background-image: url(../img/builder/builder_character_04.png);
}

#body_builder .builder_section > .inner .character.character_05 {
  width: 106px;
  height: 126px;
  top: 593px;
  right: 3px;
  background-image: url(../img/builder/builder_character_05.png);
}

#body_builder .builder_section > .inner .character.character_06 {
  width: 106px;
  height: 126px;
  top: 680px;
  right: 54px;
  background-image: url(../img/builder/builder_character_06.png);
}

#body_builder .builder_section > .inner .btns {
  position: absolute;
  width: 960px;
  height: 65px;
  top: 660px;
  left: 0;
  text-align: center;
}

#body_builder .builder_section > .inner .btns a {
  display: inline-block;
  width: 73px;
  height: 65px;
  background-image: url(../img/game/game_nav_np.png);
  background-size: 146px 130px;
  font-size: 0;
}

#body_builder .builder_section > .inner .btns a.prev {
  background-position: 0 0;
}

#body_builder .builder_section > .inner .btns a.prev:hover {
  background-position: 0 -65px;
}

#body_builder .builder_section > .inner .btns a.next {
  background-position: -73px 0;
}

#body_builder .builder_section > .inner .btns a.next:hover {
  background-position: -73px -65px;
}

#body_builder .builder_section .player {
  position: absolute;
  width: 770px;
  height: 431px;
  top: 86px;
  left: 50%;
  margin-left: -385px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 25;
}

#body_builder .builder_section .player:empty {
  display: none;
}

#body_builder #builder_01 {
  height: 989px;
}

#body_builder #builder_01 > .bk {
  height: 1029px;
  background-image: url(../img/builder/builder_item_01_cube.png);
}

#body_builder #builder_01 > .header h1 {
  background-image: url(../img/builder/builder_item_01_h2.png);
}

#body_builder #builder_01 > .inner .img {
  background-image: url(../img/builder/builder_item_01_img.png);
}

#body_builder #builder_01 > .inner .text {
  height: 241px;
  top: 440px;
  background-image: url(../img/builder/builder_item_01_text.png);
  background-size: 695px 241px;
}

#body_builder #builder_01 > .inner .btns {
  top: 700px;
}

#body_builder #builder_02 {
  height: 989px;
}

#body_builder #builder_02 > .bk {
  height: 1029px;
  background-image: url(../img/builder/builder_item_02_cube.png);
}

#body_builder #builder_02 > .header h1 {
  background-image: url(../img/builder/builder_item_02_h2.png);
}

#body_builder #builder_02 > .inner .img {
  background-image: url(../img/builder/builder_item_02_img.png);
}

#body_builder #builder_02 > .inner .text {
  height: 251px;
  top: 430px;
  background-image: url(../img/builder/builder_item_02_text.png);
  background-size: 655px 251px;
}

#body_builder #builder_02 > .inner .btns {
  top: 700px;
}

#game_footer_nav {
  position: relative;
  padding: 50px 0 50px;
  background-image: url(../img/game/footer_nav_bk.png);
  background-position: 0 0;
  background-color: #4b240c;
  background-repeat: repeat-x;
}

#game_footer_nav .inner {
  width: 960px;
  margin: 0 auto;
}

#game_footer_nav .inner .link_list {
  display: block;
  width: 936px;
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#game_footer_nav .inner .link_list li {
  display: block;
  width: 232px;
  height: 68px;
}

#game_footer_nav .inner .link_list li a {
  display: block;
  width: 232px;
  height: 68px;
  background-image: url(../img/game/footer_nav_btn_bk.png);
  background-size: 231px 136px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#game_footer_nav .inner .link_list li a:hover {
  background-position: 0 -68px;
}

#game_footer_nav .inner .link_list li a span {
  display: block;
  width: 232px;
  height: 68px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#game_footer_nav .inner .link_list li.item_cs {
  background-image: url(../img/game/footer_nav_btn_00.png);
  background-size: contain;
  font-size: 0;
}

#game_footer_nav .inner .link_list li.item_01 span {
  background-image: url(../img/game/footer_nav_btn_01.png);
}

#game_footer_nav .inner .link_list li.item_02 span {
  background-image: url(../img/game/footer_nav_btn_02.png);
}

#game_footer_nav .inner .link_list li.item_03 span {
  background-image: url(../img/game/footer_nav_btn_03.png);
}

#game_footer_nav .inner .link_list li.item_04 span {
  background-image: url(../img/game/footer_nav_btn_04.png);
}

#game_footer_nav .inner .link_list li.item_05 span {
  background-image: url(../img/game/footer_nav_btn_05.png);
}

#game_footer_nav .inner .link_list li.item_06 span {
  background-image: url(../img/game/footer_nav_btn_06.png);
}

#game_footer_nav .inner .link_list li.item_07 span {
  background-image: url(../img/game/footer_nav_btn_07.png);
}

#game_footer_nav .inner .link_list li.item_08 span {
  background-image: url(../img/game/footer_nav_btn_08.png);
}

#game_footer_nav .inner .link_list li.item_09 span {
  background-image: url(../img/game/footer_nav_btn_09.png);
}

#game_footer_nav .inner .link_list li.item_10 span {
  background-image: url(../img/game/footer_nav_btn_10.png);
}

#game_footer_nav .inner .link_list li.item_11 span {
  background-image: url(../img/game/footer_nav_btn_11.png);
}

#game_footer_nav .inner .link_list li.item_12 span {
  background-image: url(../img/game/footer_nav_btn_12.png);
}

#game_footer_nav .inner .link_list li.item_13 span {
  background-image: url(../img/game/footer_nav_btn_13.png);
}

#game_footer_nav .inner .link_list li.item_14 span {
  background-image: url(../img/game/footer_nav_btn_14.png);
}

#game_footer_nav .inner > a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/game/footer_nav_btn.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#game_footer_nav .inner > a:hover {
  background-position: 0 -50px;
}

#game_footer_nav:after {
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: 3px;
  left: 0;
  background-image: url(../img/game/footer_nav_footer.png);
  content: "";
}

#body_faq #faq {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_faq #faq > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 1;
}

#body_faq #faq > .header h1 {
  position: relative;
  width: 257px;
  height: 121px;
  margin: 0 auto;
}

#body_faq #faq > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_faq #faq > .header .text.text_01 {
  width: 106px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/faq/faq_h1_text_01.png);
}

#body_faq #faq > .header .text.text_02 {
  width: 73px;
  height: 74px;
  top: 24px;
  left: 90px;
  background-image: url(../img/faq/faq_h1_text_02.png);
}

#body_faq #faq > .header .text.text_03 {
  width: 106px;
  height: 107px;
  top: 0px;
  left: 151px;
  background-image: url(../img/faq/faq_h1_text_03.png);
}

#body_faq #faq > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_faq #faq > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_faq #faq > .inner {
  width: 960px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_faq #faq .footer {
  padding: 60px 0 60px;
}

#body_faq #faq .footer a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_faq #faq .footer a:hover {
  background-position: 0 -50px;
}

#body_faq #content .item {
  width: 830px;
  margin: 0 auto 20px;
}

#body_faq #content .item .question {
  position: relative;
  display: block;
  border-radius: 15px;
  border: 5px solid #4b240c;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#body_faq #content .item .question .inner {
  display: block;
  padding: 10px 50px 10px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  background-image: url(../img/faq/question_bk.png);
  background-position: 50% 50%;
  background-color: #1483e1;
}

#body_faq #content .item .question .inner h1 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

#body_faq #content .item .question .inner span {
  display: inline-block;
  padding: 4px 12px 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #1483e1;
  font-size: 12px;
  line-height: 100%;
}

#body_faq #content .item .question .inner strong {
  display: inline-block;
  padding: 4px 10px 3px 12px;
  border-radius: 3px;
  background-color: #ffcd25;
  color: #4b240c;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 2px;
}

#body_faq #content .item .question:after {
  position: absolute;
  display: block;
  top: -20px;
  left: -22px;
  width: 61px;
  height: 62px;
  background-image: url(../img/faq/question_label.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_faq #content .item .question:hover {
  opacity: 0.5;
}

#body_faq #content .item .answer {
  display: none;
  position: relative;
  margin-top: 5px;
  border-radius: 15px;
  border: 5px solid #4b240c;
  z-index: 1;
}

#body_faq #content .item .answer .inner {
  display: block;
  padding: 20px 30px 5px 50px;
  border-radius: 10px;
  border: 3px solid #e5daca;
  background-image: url(../img/faq/answer_bk.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#body_faq #content .item .answer .inner h2 {
  padding-bottom: 15px;
  color: #4b240c;
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

#body_faq #content .item .answer .inner p {
  padding-bottom: 15px;
  color: #4b240c;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

#body_faq #content .item .answer .inner ul, #body_faq #content .item .answer .inner ol {
  padding-bottom: 10px;
  color: #4b240c;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

#body_faq #content .item .answer .inner ul li, #body_faq #content .item .answer .inner ol li {
  display: block;
  position: relative;
  padding: 0 0 5px 1em;
}

#body_faq #content .item .answer .inner ul li:before, #body_faq #content .item .answer .inner ol li:before {
  color: #1483e1;
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  content: "・";
}

#body_faq #content .item .answer .inner ol {
  counter-reset: olcounter;
}

#body_faq #content .item .answer .inner ol li {
  padding: 0 0 5px 1.5em;
}

#body_faq #content .item .answer .inner ol li:before {
  color: #1483e1;
  font-weight: 700;
  counter-increment: olcounter;
  content: counter(olcounter);
}

#body_faq #content .item .answer .inner a {
  color: #00b4ff;
}

#body_faq #content .item .answer .inner a:hover {
  color: #f02e2e;
}

#body_faq #content .item .answer:after {
  position: absolute;
  display: block;
  top: -20px;
  left: -22px;
  width: 61px;
  height: 62px;
  background-image: url(../img/faq/answer_label.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_faq #content .item .question.active {
  opacity: 1 !important;
}

#body_faq #content .item .question.active + .answer {
  display: block;
}

#body_trial #trial {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_trial #trial > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 1;
}

#body_trial #trial > .header h1 {
  position: relative;
  width: 447px;
  height: 121px;
  margin: 0 auto;
}

#body_trial #trial > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_trial #trial > .header .text.text_01 {
  width: 106px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/trial/trial_h1_text_01.png);
}

#body_trial #trial > .header .text.text_02 {
  width: 81px;
  height: 82px;
  top: 24px;
  left: 90px;
  background-image: url(../img/trial/trial_h1_text_02.png);
}

#body_trial #trial > .header .text.text_03 {
  width: 102px;
  height: 103px;
  top: 0px;
  left: 175px;
  background-image: url(../img/trial/trial_h1_text_03.png);
}

#body_trial #trial > .header .text.text_04 {
  width: 104px;
  height: 105px;
  top: 0px;
  left: 263px;
  background-image: url(../img/trial/trial_h1_text_04.png);
}

#body_trial #trial > .header .text.text_05 {
  width: 95px;
  height: 95px;
  top: 9px;
  left: 352px;
  background-image: url(../img/trial/trial_h1_text_05.png);
}

#body_trial #trial > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_trial #trial > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_trial #trial > .inner {
  width: 960px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_trial #trial .footer {
  padding: 60px 0 60px;
}

#body_trial #trial .footer a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_trial #trial .footer a:hover {
  background-position: 0 -50px;
}

#body_trial .trial_section {
  width: 836px;
  margin: 0 auto 12px;
  border-radius: 10px;
  border: 5px solid #4b240c;
}

#body_trial .trial_section > .inner {
  width: 814px;
  padding: 8px;
  border-radius: 5px;
  border: 3px solid #ffd357;
  background-color: #fff;
  background-image: url(../img/trial/trial_inner_bk_01.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

#body_trial .trial_section > .inner > h1 {
  width: 814px;
  height: 64px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_trial #introduction > .inner > h1 {
  background-image: url(../img/trial/trial_h2_01.png);
}

#body_trial #introduction .img {
  width: 740px;
  height: 424px;
  margin: 30px auto;
  background-image: url(../img/trial/trial_img_01.png);
}

#body_trial #introduction .text {
  width: 740px;
  margin: 0 auto;
  padding: 0 0 10px;
}

#body_trial #introduction .text p {
  padding-bottom: 20px;
  color: #4b240c;
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0.17em;
  font-feature-settings: "palt";
  text-align: justify;
}

#body_trial #introduction .text p strong {
  color: #eb6d8e;
  font-weight: 700;
}

#body_trial #trial_shop > .inner > h1 {
  background-image: url(../img/trial/trial_h2_02.png);
}

#body_trial #trial_shop .shop {
  margin-top: 5px;
  border-radius: 12px;
  border: 4px solid #4b240c;
  background-image: url(../img/trial/trial_inner_bk_02.png);
}

#body_trial #trial_shop .shop .header {
  padding: 7px;
}

#body_trial #trial_shop .shop .header h1 {
  padding: 10px 0;
  border-radius: 5px;
  background-color: #4b240c;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
}

#body_trial #trial_shop .shop .inner {
  width: 792px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_trial #trial_shop .shop .inner .info {
  width: 310px;
  padding: 5px 0 0 10px;
}

#body_trial #trial_shop .shop .inner .info h2 {
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_trial #trial_shop .shop .inner .info h2.h2_01 {
  width: 101px;
  height: 38px;
  background-image: url(../img/trial/trial_h3_01.png);
}

#body_trial #trial_shop .shop .inner .info h2.h2_02 {
  width: 99px;
  height: 37px;
  background-image: url(../img/trial/trial_h3_02.png);
}

#body_trial #trial_shop .shop .inner .info p {
  padding: 5px 0 15px 30px;
  color: #4b240c;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

#body_trial #trial_shop .shop .inner .info .tip {
  padding-top: 0;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.1em;
}

#body_trial #trial_shop .shop .inner .info .tip a {
  color: #4b240c;
  text-decoration: underline;
}

#body_trial #trial_shop .shop .inner .info .tip a:hover {
  opacity: 0.5;
}

#body_trial #trial_shop .shop .inner .map {
  width: 450px;
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}

#body_trial #trial_shop .shop .more {
  padding: 15px 0 20px;
}

#body_trial #trial_shop .shop .more a {
  display: block;
  width: 306px;
  height: 48px;
  margin: 0 auto;
  background-image: url(../img/trial/trial_btn_01.png);
  background-size: 306px 96px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_trial #trial_shop .shop .more a:hover {
  background-position: 0 -48px;
}

#body_update #update {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_update #update > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 1;
}

#body_update #update > .header h1 {
  position: relative;
  width: 478px;
  height: 121px;
  margin: 0 auto;
}

#body_update #update > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_update #update > .header .text.text_01 {
  width: 105px;
  height: 107px;
  top: 0;
  left: 0;
  background-image: url(../img/update/h1_text_01.png);
}

#body_update #update > .header .text.text_02 {
  width: 80px;
  height: 82px;
  top: 24px;
  left: 78px;
  background-image: url(../img/update/h1_text_02.png);
}

#body_update #update > .header .text.text_03 {
  width: 87px;
  height: 89px;
  top: 0px;
  left: 146px;
  background-image: url(../img/update/h1_text_03.png);
}

#body_update #update > .header .text.text_04 {
  width: 108px;
  height: 109px;
  top: 0px;
  left: 223px;
  background-image: url(../img/update/h1_text_04.png);
}

#body_update #update > .header .text.text_05 {
  width: 95px;
  height: 97px;
  top: 9px;
  left: 308px;
  background-image: url(../img/update/h1_text_05.png);
}

#body_update #update > .header .text.text_06 {
  width: 91px;
  height: 93px;
  top: 9px;
  left: 388px;
  background-image: url(../img/update/h1_text_06.png);
}

#body_update #update > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_update #update > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_update #update > .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_update #update #intro {
  width: 960px;
  padding: 220px 0 20px;
  margin: 0 auto;
  background-image: url(../img/update/intro_bk.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#body_update #update #intro h1 {
  display: block;
  width: 580px;
  height: 284px;
  margin: 0 auto;
  background-image: url(../img/update/intro_h1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_update #update #intro p {
  display: block;
  width: 801px;
  height: 210px;
  margin: 40px auto;
  background-image: url(../img/update/intro_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_update #update .update_box {
  width: 890px;
  margin: 20px auto 0;
}

#body_update #update .update_box .header {
  padding: 15px 0;
}

#body_update #update .update_box .header h1 {
  position: relative;
  display: block;
  width: 861px;
  height: 146px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 6;
}

#body_update #update .update_box .article {
  position: relative;
  padding: 30px 0 0;
}

#body_update #update .update_box .article h1 {
  width: 820px;
  height: 50px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_update #update .update_box .article .inner {
  width: 820px;
  padding: 20px 0 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_update #update .update_box .article .inner .img {
  width: 394px;
  height: 240px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#body_update #update .update_box .article .inner .text {
  width: 400px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_update #update #creative {
  height: 1330px;
  background-image: url(../img/update/creative_bk.png);
}

#body_update #update #creative .header h1 {
  background-image: url(../img/update/creative_h1.png);
}

#body_update #update #creative .intro_article {
  width: 100%;
  position: relative;
  padding: 300px 0 10px;
  z-index: 5;
}

#body_update #update #creative .intro_article .img {
  position: absolute;
  top: -60px;
  width: 550px;
  height: 362px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#body_update #update #creative .intro_article .img_01 {
  left: -83px;
  background-image: url(../img/update/creative_img_01.png);
}

#body_update #update #creative .intro_article .img_02 {
  right: -83px;
  background-image: url(../img/update/creative_img_02.png);
}

#body_update #update #creative .intro_article .title_01 {
  position: absolute;
  width: 473px;
  height: 75px;
  top: 210px;
  left: 50%;
  margin-left: -236px;
  background-image: url(../img/update/creative_h2_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 6;
}

#body_update #update #creative .intro_article .text_01 {
  width: 100%;
  height: 126px;
  background-image: url(../img/update/creative_text_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  font-size: 0;
}

#body_update #update #creative .article_02 h1 {
  background-image: url(../img/update/creative_h2_02.png);
}

#body_update #update #creative .article_02 .inner .img {
  background-image: url(../img/update/creative_img_03.png);
}

#body_update #update #creative .article_02 .inner .text {
  height: 133px;
  background-image: url(../img/update/creative_text_02.png);
}

#body_update #update #creative .article_03 h1 {
  background-image: url(../img/update/creative_h2_03.png);
}

#body_update #update #creative .article_03 .inner .img {
  background-image: url(../img/update/creative_img_04.png);
}

#body_update #update #creative .article_03 .inner .text {
  height: 218px;
  margin-top: 10px;
  background-image: url(../img/update/creative_text_03.png);
}

#body_update #update #creative .article_03 .object {
  position: absolute;
  width: 214px;
  height: 230px;
  right: -3px;
  top: 106px;
  background-image: url(../img/update/creative_character.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#body_update #update #item {
  height: 910px;
  background-image: url(../img/update/item_bk.png);
}

#body_update #update #item .header h1 {
  background-image: url(../img/update/item_h1.png);
}

#body_update #update #item .article_01 {
  margin-top: -82px;
}

#body_update #update #item .article_01 h1 {
  background-image: url(../img/update/item_h2_01.png);
}

#body_update #update #item .article_01 .inner .img {
  background-image: url(../img/update/item_img_01.png);
}

#body_update #update #item .article_01 .inner .text {
  height: 229px;
  background-image: url(../img/update/item_text_01.png);
}

#body_update #update #item .tip {
  position: relative;
  width: 820px;
  height: 110px;
  margin: 10px auto -10px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.5);
}

#body_update #update #item .tip .cube,
#body_update #update #item .tip .label,
#body_update #update #item .tip h2 {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_update #update #item .tip .cube_01 {
  width: 74px;
  height: 95px;
  top: -2px;
  left: 30px;
  background-image: url(../img/update/item_tip_cube_01.png);
}

#body_update #update #item .tip .cube_02 {
  width: 103px;
  height: 98px;
  top: 19px;
  left: 90px;
  background-image: url(../img/update/item_tip_cube_02.png);
}

#body_update #update #item .tip .cube_03 {
  width: 74px;
  height: 95px;
  top: -2px;
  left: 196px;
  background-image: url(../img/update/item_tip_cube_03.png);
}

#body_update #update #item .tip .cube_04 {
  width: 74px;
  height: 95px;
  top: -2px;
  left: 281px;
  background-image: url(../img/update/item_tip_cube_04.png);
}

#body_update #update #item .tip .cube_05 {
  width: 76px;
  height: 98px;
  top: 24px;
  left: 360px;
  background-image: url(../img/update/item_tip_cube_05.png);
}

#body_update #update #item .tip .cube_06 {
  width: 76px;
  height: 98px;
  top: -1px;
  left: 456px;
  background-image: url(../img/update/item_tip_cube_06.png);
}

#body_update #update #item .tip .label_01 {
  width: 39px;
  height: 24px;
  top: 81px;
  left: 15px;
  background-image: url(../img/update/item_tip_label_01.png);
}

#body_update #update #item .tip .label_02 {
  width: 39px;
  height: 12px;
  top: 17px;
  left: 116px;
  background-image: url(../img/update/item_tip_label_02.png);
}

#body_update #update #item .tip .label_03 {
  width: 60px;
  height: 24px;
  top: 81px;
  left: 168px;
  background-image: url(../img/update/item_tip_label_03.png);
}

#body_update #update #item .tip .label_04 {
  width: 60px;
  height: 24px;
  top: 81px;
  left: 256px;
  background-image: url(../img/update/item_tip_label_04.png);
}

#body_update #update #item .tip .label_05 {
  width: 76px;
  height: 12px;
  top: 9px;
  left: 363px;
  background-image: url(../img/update/item_tip_label_05.png);
}

#body_update #update #item .tip .label_06 {
  width: 39px;
  height: 24px;
  top: 82px;
  left: 442px;
  background-image: url(../img/update/item_tip_label_06.png);
}

#body_update #update #item .tip h2 {
  width: 290px;
  height: 107px;
  top: 12px;
  left: 550px;
  background-image: url(../img/update/item_tip_text.png);
}

#body_update #update #item .article_02 h1 {
  background-image: url(../img/update/item_h2_02.png);
}

#body_update #update #item .article_02 .inner .img {
  width: 459px;
  background-image: url(../img/update/item_img_02.png);
}

#body_update #update #item .article_02 .inner .text {
  width: 280px;
  height: 186px;
  margin-top: 10px;
  background-image: url(../img/update/item_text_02.png);
}

#body_update #update #item .article_02 .object {
  position: absolute;
  width: 133px;
  height: 138px;
  top: 202px;
  left: 280px;
  background-image: url(../img/update/item_cube.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#body_update #update #avatar {
  height: 920px;
  background-image: url(../img/update/avatar_bk.png);
}

#body_update #update #avatar .header h1 {
  background-image: url(../img/update/avatar_h1.png);
}

#body_update #update #avatar .article_01 {
  margin-top: -82px;
}

#body_update #update #avatar .article_01 h1 {
  background-image: url(../img/update/avatar_h2_01.png);
}

#body_update #update #avatar .article_01 .inner .img {
  background-image: url(../img/update/avatar_img_01.png);
}

#body_update #update #avatar .article_01 .inner .text {
  height: 197px;
  background-image: url(../img/update/avatar_text_01.png);
}

#body_update #update #avatar .article_01 .object_01 {
  position: absolute;
  width: 203px;
  height: 122px;
  top: 236px;
  right: 60px;
  background-image: url(../img/update/avatar_character_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#body_update #update #avatar .article_01 .object_02 {
  position: absolute;
  width: 172px;
  height: 199px;
  top: 142px;
  right: -15px;
  background-image: url(../img/update/avatar_character_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#body_update #update #avatar .article_02 h1 {
  background-image: url(../img/update/avatar_h2_02.png);
}

#body_update #update #avatar .article_02 .inner .img_02 {
  width: 404px;
  background-image: url(../img/update/avatar_img_02.png);
}

#body_update #update #avatar .article_02 .inner .img_03 {
  width: 404px;
  background-image: url(../img/update/avatar_img_03.png);
}

#body_update #update #avatar .article_02 .inner .text {
  width: 100%;
  height: 101px;
  margin-top: 10px;
  background-image: url(../img/update/avatar_text_02.png);
  background-position: 50% 0;
}

#body_update #update #avatar .article_02 .object_03 {
  position: absolute;
  width: 194px;
  height: 174px;
  top: 298px;
  left: -18px;
  background-image: url(../img/update/avatar_character_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#body_update #update #avatar .article_02 .object_04 {
  position: absolute;
  width: 173px;
  height: 187px;
  top: 282px;
  right: -12px;
  background-image: url(../img/update/avatar_character_04.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#body_update #update #information {
  height: 1180px;
  background-image: url(../img/update/info_bk.png);
}

#body_update #update #information .article_01 {
  margin-top: 0;
}

#body_update #update #information .article_01 h1 {
  background-image: url(../img/update/info_h2_01.png);
}

#body_update #update #information .article_01 .inner .img {
  background-image: url(../img/update/info_img_01.png);
}

#body_update #update #information .article_01 .inner .text {
  height: 224px;
  background-image: url(../img/update/info_text_01.png);
}

#body_update #update #information .article_01 .object {
  width: 635px;
  height: 100px;
  margin: 10px auto 0;
  background-image: url(../img/update/info_tip.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_update #update #information .article_02 h1 {
  background-image: url(../img/update/info_h2_02.png);
}

#body_update #update #information .article_02 .text {
  width: 100%;
  height: 573px;
  margin-top: 25px;
  background-image: url(../img/update/info_text_02.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

#body_update #update .footer {
  padding: 60px 0 60px;
}

#body_update #update .footer a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_update #update .footer a:hover {
  background-position: 0 -50px;
}

#body_movie #movie {
  width: 100%;
  background-image: url(../img/content_bk_sub.jpg);
  background-position: 50% 100px;
  background-repeat: repeat-x;
}

#body_movie #movie > .header {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../img/title_bk.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-color: #7fbe0a;
  z-index: 2;
}

#body_movie #movie > .header h1 {
  position: relative;
  width: 361px;
  height: 141px;
  margin: 0 auto;
}

#body_movie #movie > .header .text {
  position: absolute;
  display: block;
  margin-top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  z-index: 5;
}

#body_movie #movie > .header .text.text_01 {
  width: 112px;
  height: 113px;
  top: 0;
  left: 0;
  background-image: url(../img/movie/movie_title_01.png);
}

#body_movie #movie > .header .text.text_02 {
  width: 103px;
  height: 104px;
  top: 9px;
  left: 91px;
  background-image: url(../img/movie/movie_title_02.png);
}

#body_movie #movie > .header .text.text_03 {
  width: 89px;
  height: 90px;
  top: 12px;
  left: 178px;
  background-image: url(../img/movie/movie_title_03.png);
}

#body_movie #movie > .header .text.text_04 {
  width: 104px;
  height: 106px;
  top: 4px;
  left: 256px;
  background-image: url(../img/movie/movie_title_04.png);
}

#body_movie #movie > .header:before {
  position: absolute;
  display: block;
  top: -9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-image: url(../img/title_line_top.png);
  content: "";
}

#body_movie #movie > .header:after {
  position: absolute;
  display: block;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/title_line_bottom.png);
  content: "";
}

#body_movie #movie > .inner {
  width: 960px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 60px 0 60px;
  background-image: url(../img/content_bk.png);
  background-repeat: repeat-y;
}

#body_movie #movie .footer {
  padding: 60px 0 60px;
}

#body_movie #movie .footer a {
  display: block;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../img/btn_backhome.png);
  background-size: 280px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_movie #movie .footer a:hover {
  background-position: 0 -50px;
}

#body_movie #movie_index {
  width: 872px;
  height: 138px;
  margin: 20px auto 40px;
  padding: 11px 0px;
  background-image: url(../img/movie/movie_nav_bk_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_movie #movie_index .btn {
  display: inline-block;
  width: 254px;
  height: 58px;
  background-size: 254px 116px;
  background-position: 0 0;
  font-size: 0;
  vertical-align: top;
}

#body_movie #movie_index .btn:hover {
  background-position: 0 -58px;
}

#body_movie #movie_index .btn.btn_01 {
  background-image: url(../img/movie/movie_nav_01.png);
}

#body_movie #movie_index .btn.btn_02 {
  background-image: url(../img/movie/movie_nav_02.png);
}

#body_movie #movie_index .btn.btn_03 {
  width: 404px;
  background-size: 404px 116px;
  background-image: url(../img/movie/movie_nav_05.png);
}

#body_movie #movie_index .btn.btn_04 {
  width: 404px;
  background-size: 404px 116px;
  background-image: url(../img/movie/movie_nav_04.png);
}

#body_movie .movie_section {
  width: 866px;
  margin: 10px auto 0;
  padding: 25px 0 25px;
  border-radius: 20px;
  border: 3px solid #4b240c;
  background-image: url(../img/movie/movie_bk.png);
}

#body_movie .movie_section .header {
  padding-bottom: 25px;
}

#body_movie .movie_section .header h1 {
  width: 814px;
  height: 64px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_movie .movie_section .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_movie .movie_section .inner .movie_thumbnail {
  position: relative;
  display: block;
  width: 374px;
  height: 272px;
  margin: 0 10px 10px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

#body_movie .movie_section .inner .movie_thumbnail span {
  position: absolute;
  display: block;
  width: 96px;
  height: 51px;
  top: -10px;
  left: -4px;
  font-size: 0;
  background-image: url(../img/game/game_item_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation: new_pulse 1s ease 0s infinite alternate;
  -moz-animation: new_pulse 1s ease 0s infinite alternate;
  animation: new_pulse 1s ease 0s infinite alternate;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

#body_movie .movie_section .inner .movie_thumbnail:after {
  display: block;
  position: absolute;
  width: 374px;
  height: 216px;
  top: 0;
  left: 0;
  background-image: url(../img/movie/movie_play.png);
  background-size: 64px 64px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#body_movie .movie_section .inner .movie_thumbnail:hover:after {
  opacity: 0.5;
}

#body_movie .movie_section .tip_01 {
  width: 100%;
  height: 245px;
  margin: 0 0 10px;
  background-image: url(../img/movie/movie_tip_01.png);
  background-size: 795px 245px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_movie .movie_section .tip_02 {
  width: 100%;
  height: 250px;
  margin: 0 0 10px;
  background-image: url(../img/movie/movie_tip_02.png);
  background-size: 795px 250px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_movie .movie_section .movie_01 {
  background-image: url(../img/movie/movie_01.png);
}

#body_movie .movie_section .movie_02 {
  background-image: url(../img/movie/movie_02.png);
}

#body_movie .movie_section .movie_03 {
  background-image: url(../img/movie/movie_03.png);
}

#body_movie .movie_section .movie_04 {
  background-image: url(../img/movie/movie_04.png);
}

#body_movie .movie_section .movie_05 {
  background-image: url(../img/movie/movie_05.png);
}

#body_movie .movie_section .movie_06 {
  background-image: url(../img/movie/movie_06.png);
}

#body_movie .movie_section .movie_07 {
  background-image: url(../img/movie/movie_07.png);
}

#body_movie .movie_section .movie_08 {
  background-image: url(../img/movie/movie_08.png);
}

#body_movie .movie_section .movie_09 {
  background-image: url(../img/movie/movie_09.png);
}

#body_movie .movie_section .movie_10 {
  background-image: url(../img/movie/movie_10.png);
}

#body_movie .movie_section .movie_11 {
  background-image: url(../img/movie/movie_11.png);
}

#body_movie .movie_section .movie_12 {
  background-image: url(../img/movie/movie_12.png);
}

#body_movie .movie_section .movie_13 {
  background-image: url(../img/movie/movie_13.png);
}

#body_movie .movie_section .movie_14 {
  background-image: url(../img/movie/movie_14.png);
}

#body_movie .movie_section .movie_15 {
  background-image: url(../img/movie/movie_15.png);
}

#body_movie .movie_section .movie_16 {
  background-image: url(../img/movie/movie_16.png);
}

#body_movie .movie_section .movie_17 {
  background-image: url(../img/movie/movie_17.png);
}

#body_movie .movie_section .movie_18 {
  background-image: url(../img/movie/movie_18.png);
}

#body_movie .movie_section .movie_19 {
  background-image: url(../img/movie/movie_19.png);
}

#body_movie .movie_section .movie_20 {
  background-image: url(../img/movie/movie_20.png);
}

#body_movie .movie_section .movie_21 {
  background-image: url(../img/movie/movie_21.png);
}

#body_movie .movie_section .movie_22 {
  background-image: url(../img/movie/movie_22.png);
}

#body_movie .movie_section#playing {
  background-color: #b1eaff;
}

#body_movie .movie_section#playing h1 {
  background-image: url(../img/movie/movie_h2_01.png);
}

#body_movie .movie_section#pv {
  background-color: #fff59d;
}

#body_movie .movie_section#pv h1 {
  background-image: url(../img/movie/movie_h2_02.png);
}

#body_movie .movie_section#iiotonatachi {
  background-color: #ccffaf;
}

#body_movie .movie_section#iiotonatachi h1 {
  background-image: url(../img/movie/movie_h2_03.png);
}

#body_movie .movie_section#corocoroichiban {
  background-color: #ffafe7;
}

#body_movie .movie_section#corocoroichiban h1 {
  background-image: url(../img/movie/movie_h2_04.png);
}

#footer {
  position: relative;
  width: 100%;
  height: 89px;
  margin-top: -6px;
  background-image: url(../img/footer_bg.png);
  z-index: 20;
}

#footer .inner {
  width: 960px;
  height: 80px;
  margin: 0 auto;
  padding-top: 9px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

#footer .inner .btn,
#footer .inner .logo {
  display: block;
  background-size: cover;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#footer .inner .btn:hover,
#footer .inner .logo:hover {
  opacity: 0.5;
}

#footer .inner .btn_01 {
  width: 132px;
  height: 56px;
  margin-right: 6px;
  background-image: url(../img/footer_btn_01.png);
}

#footer .inner .btn_02 {
  position: relative;
  width: 132px;
  height: 56px;
  margin-right: 32px;
  background-image: url(../img/footer_btn_02.png);
}

#footer .inner .btn_02:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 20px;
  top: 18px;
  right: -17px;
  background-image: url(../img/footer_line.png);
  background-size: cover;
  content: "";
}

#footer .inner .logo_01 {
  width: 46px;
  height: 52px;
  margin-right: 8px;
  background-image: url(../img/footer_logo_01.png);
  background-size: cover;
}

#footer .inner .logo_02 {
  width: 49px;
  height: 52px;
  margin-right: 10px;
  background-image: url(../img/footer_logo_02.png);
  background-size: 49px 47px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#footer .inner .logo_03 {
  width: 160px;
  height: 34px;
  background-image: url(../img/footer_logo_03.png);
  background-size: 160px 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#footer .inner p {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 341px;
  height: 28px;
  background-image: url(../img/footer_text_0513.png);
  background-size: 341px 28px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#info_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#info_modal .inner {
  position: absolute;
  width: 766px;
  height: 528px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/moreinfo_bg.png);
  opacity: 0;
}

#info_modal .inner h1 {
  position: absolute;
  width: 148px;
  height: 36px;
  top: 19px;
  left: 26px;
  background-image: url(../img/moreinfo_h1.png);
  background-size: cover;
  font-size: 0;
}

#info_modal .inner .scroll {
  position: absolute;
  width: 682px;
  height: 400px;
  top: 90px;
  left: 42px;
  overflow-y: scroll;
}

#info_modal .inner .scroll dl dt {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 100%;
  color: #0e7fa8;
  font-family: 'Quicksand',sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#info_modal .inner .scroll dl dd {
  display: block;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 160%;
  color: #323232;
  letter-spacing: 0.13em;
  font-feature-settings: "palt";
}

#info_modal .inner .scroll dl dd a {
  color: #00b4ff;
}

#info_modal .inner .scroll dl dd a:hover {
  color: #f02e2e;
}

#info_modal .inner .close {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: -10px;
  right: -10px;
  background-image: url(../img/moreinfo_btn.png);
  background-size: 38px 76px;
  cursor: pointer;
  font-size: 0;
}

#info_modal .inner .close:hover {
  background-position: 0 -38px;
}

#movie_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#movie_modal .inner {
  position: absolute;
  width: 960px;
  height: 540px;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

#movie_modal .inner .close {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: -50px;
  right: 0px;
  background-image: url(../img/moreinfo_btn.png);
  background-size: 38px 76px;
  cursor: pointer;
  font-size: 0;
}

#movie_modal .inner .close:hover {
  background-position: 0 -38px;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
}

#loading .inner {
  position: absolute;
  width: 500px;
  height: 4px;
  top: 50%;
  right: 50%;
  margin-right: -250px;
  border-radius: 2px;
  background-color: #ebf7ff;
  overflow: hidden;
}

#loading .inner .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #4179c1;
}

#loading p {
  position: absolute;
  width: 100%;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -40px;
  background-image: url(../img/loading_text.png);
  background-size: 373px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#effect {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 100;
}

@-webkit-keyframes visual_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes visual_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes visual_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fuwafuwa_7 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@-moz-keyframes fuwafuwa_7 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes fuwafuwa_7 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@-webkit-keyframes fuwafuwa_15 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes fuwafuwa_15 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes fuwafuwa_15 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes new_pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes new_pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes new_pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */