<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

img, iframe {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  position: relative;
  width: 1920px;
  margin: 0 auto;
  z-index: 10;
}

#test {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #f00;
}

#test:after {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  -webkit-transform: skewX(26.5deg);
  -moz-transform: skewX(26.5deg);
  -ms-transform: skewX(26.5deg);
  -o-transform: skewX(26.5deg);
  transform: skewX(26.5deg);
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #0f0;
  opacity: 0.5;
  content: "";
}

#test:hover {
  opacity: 0.5;
}

#header {
  position: fixed;
  width: 100%;
  height: 64px;
  top: 0;
  left: 0;
  border-bottom: 14px solid #000000;
  background-image: url(../img/common/header_bk.png);
  background-position: 50% 0;
  z-index: 50;
}

#header .inner {
  width: 1020px;
  height: 64px;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#header #gnav {
  width: 858px;
  height: 64px;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#header #gnav .item {
  display: block;
  margin: 0 28px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header #gnav .item.item_01 {
  width: 65px;
  height: 42px;
  margin-left: 10px;
  background-image: url(../img/common/nav_01.png);
}

#header #gnav .item.item_02 {
  width: 280px;
  height: 41px;
  background-image: url(../img/common/nav_02.png);
}

#header #gnav .item.item_03 {
  width: 64px;
  height: 41px;
  background-image: url(../img/common/nav_03.png);
}

#header #gnav .item.item_04 {
  width: 65px;
  height: 42px;
  background-image: url(../img/common/nav_04.png);
}

#header #gnav .item.item_05 {
  width: 97px;
  height: 36px;
  background-image: url(../img/common/nav_05.png);
}

#header #gnav span {
  opacity: 0;
}

#header #gnav a {
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

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

#header #language {
  position: relative;
  width: 149px;
  height: 34px;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#header #language dt {
  position: absolute;
  width: 70px;
  height: 9px;
  top: -6px;
  left: 0;
  background-image: url(../img/common/language_dt.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header #language dd {
  width: 37px;
  height: 34px;
  padding-top: 14px;
}

#header #language dd:last-of-type {
  width: 38px;
}

#header #language .item {
  display: block;
  width: 37px;
  height: 34px;
  background-image: url(../img/common/language_dd.png);
  background-size: 149px 68px;
  font-size: 0;
}

#header #language .item.item_01 {
  background-position: 0px 0;
}

#header #language .item.item_02 {
  background-position: -37px 0;
}

#header #language .item.item_03 {
  background-position: -74px 0;
}

#header #language .item.item_04 {
  width: 38px;
  background-position: -111px 0;
}

#header #language .item:hover.item_01, #header #language .item.active.item_01 {
  background-position: 0px -34px;
}

#header #language .item:hover.item_02, #header #language .item.active.item_02 {
  background-position: -37px -34px;
}

#header #language .item:hover.item_03, #header #language .item.active.item_03 {
  background-position: -74px -34px;
}

#header #language .item:hover.item_04, #header #language .item.active.item_04 {
  width: 38px;
  background-position: -111px -34px;
}

#subheader {
  width: 100%;
  height: 117px;
  padding-top: 94px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

#subheader h1 {
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer {
  position: relative;
  width: 100%;
  background-color: #000000;
  z-index: 49;
}

#footer .inner {
  position: relative;
  width: 1020px;
  margin: 0 auto;
  padding: 28px 0 50px;
}

#footer .inner .spec {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#footer .inner .spec dl {
  width: 100%;
  height: 80px;
  background-image: url(../img/common/footer_spec_03.png);
  overflow: hidden;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer .inner .logo {
  padding: 24px 0 0;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#footer .inner .logo .item {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer .inner .logo .item.item_01 {
  width: 62px;
  height: 62px;
  margin-right: 13px;
  background-image: url(../img/common/footer_logo_01.png);
}

#footer .inner .logo .item.item_02 {
  width: 123px;
  height: 26px;
  margin-right: 11px;
  background-image: url(../img/common/footer_logo_02.png);
}

#footer .inner .logo .item.item_03 {
  width: 113px;
  height: 34px;
  margin-right: 11px;
  background-image: url(../img/common/footer_logo_03.png);
}

#footer .inner .logo .item.item_04 {
  width: 138px;
  height: 28px;
  margin-right: 28px;
  background-image: url(../img/common/footer_logo_04.png);
}

#footer .inner .logo .item.item_03b {
  width: 138px;
  height: 28px;
  margin-right: 16px;
  background-image: url(../img/common/footer_logo_04.png?ver=2);
}

#footer .inner .logo .item.item_04b {
  width: 113px;
  height: 34px;
  margin-right: 13px;
  background-image: url(../img/common/footer_logo_03.png);
}

#footer .inner .logo .item.item_05b {
  width: 118px;
  height: 26px;
  margin-right: 20px;
  background-image: url(../img/common/footer_logo_05b.png);
}

#footer .inner .logo .item.item_05 {
  width: 44px;
  height: 50px;
  margin-right: 17px;
  background-image: url(../img/common/footer_logo_05.png);
}

#footer .inner .logo .item.item_06 {
  width: 179px;
  height: 26px;
  margin-right: 24px;
  background-image: url(../img/common/footer_logo_06.png);
}

#footer .inner .logo .item.item_07 {
  width: 44px;
  height: 56px;
  margin-right: 30px;
  background-image: url(../img/common/footer_logo_07.png);
}

#footer .inner .logo .item.item_08 {
  width: 80px;
  height: 62px;
  margin-right: 20px;
  background-image: url(../img/common/footer_logo_08.png);
}

#footer .inner .logo .item.item_09 {
  width: 80px;
  height: 62px;
  background-image: url(../img/common/footer_logo_09.png);
}

#footer .inner .logo a {
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#footer .inner .logo a:hover {
  opacity: 0.5;
}

#footer .inner .banner {
  padding: 17px 0 0;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#footer .inner .banner .item {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#footer .inner .banner .item.item_01 {
  width: 271px;
  height: 70px;
  margin-right: 12px;
  background-image: url(../img/common/footer_banner_01.png);
}

#footer .inner .banner .item.item_02 {
  width: 271px;
  height: 70px;
  background-image: url(../img/common/footer_banner_02.png);
}

#footer .inner .banner a {
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#footer .inner .banner a:hover {
  opacity: 0.5;
}

#footer .inner .copyright {
  position: absolute;
  width: 327px;
  height: 61px;
  bottom: 50px;
  right: 0;
  background-image: url(../img/common/footer_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 60;
  overflow-x: none;
  overflow-y: auto;
}

.modal .inner {
  width: 1020px;
  margin: 0 auto;
  padding: 135px 0 50px;
}

.modal .close {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 40px;
  right: 50%;
  margin-right: -520px;
  background-image: url(../img/common/btn_close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
  z-index: 70;
}

.modal .close:hover {
  opacity: 0.5;
}

.sp_width #container {
  position: relative;
  width: 1152px;
  margin: 0 auto;
  z-index: 10;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}

#body_home #jumbotron {
  position: relative;
  width: 100%;
  height: 1290px;
  background-color: #000;
  overflow: hidden;
}

#body_home #jumbotron .inner {
  position: relative;
  width: 1020px;
  height: 1140px;
  margin: 0 auto;
  z-index: 2;
}

#body_home #jumbotron .inner h1 {
  position: absolute;
  display: block;
  bottom: -15px;
  left: 10px;
  width: 534px;
  height: 362px;
  background-image: url(../img/home/jumbo_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #jumbotron .inner .copy {
  position: absolute;
  width: 248px;
  height: 174px;
  top: 359px;
  right: 0;
  background-image: url(../img/home/jumbo_catch.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #jumbotron .inner .date {
  position: absolute;
  display: block;
  bottom: 120px;
  right: 8px;
  width: 460px;
  height: 64px;
  background-image: url(../img/home/jumbo_date_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #jumbotron .inner .banner {
  position: absolute;
  width: 395px;
  right: 50px;
  bottom: 100px;
}

#body_home #jumbotron .inner .banner a {
  display: block;
  width: 352px;
  height: 65px;
  margin: 0 auto;
  background-image: url(../img/home/jumbo_btn_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_home #jumbotron .inner .banner a:hover {
  opacity: 0.5;
}

#body_home #jumbotron .inner .platform {
  position: absolute;
  display: block;
  bottom: 30px;
  right: 0;
  width: 472px;
  height: 56px;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_home #jumbotron .inner .platform .item {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #jumbotron .inner .platform .item.item_01 {
  width: 48px;
  height: 48px;
  background-image: url(../img/home/jumbo_logo_01.png);
}

#body_home #jumbotron .inner .platform .item.item_02 {
  width: 95px;
  height: 20px;
  background-image: url(../img/home/jumbo_logo_02.png);
}

#body_home #jumbotron .inner .platform .item.item_03 {
  width: 85px;
  height: 26px;
  background-image: url(../img/home/jumbo_logo_03.png);
}

#body_home #jumbotron .inner .platform .item.item_04 {
  width: 104px;
  height: 21px;
  background-image: url(../img/home/jumbo_logo_04.png);
}

#body_home #jumbotron .inner .platform .item.item_03b {
  width: 104px;
  height: 21px;
  background-image: url(../img/home/jumbo_logo_04.png?ver=2);
}

#body_home #jumbotron .inner .platform .item.item_04b {
  width: 85px;
  height: 26px;
  background-image: url(../img/home/jumbo_logo_03.png);
}

#body_home #jumbotron .inner .platform .item.item_05b {
  width: 89px;
  height: 19px;
  background-image: url(../img/home/jumbo_logo_05.png);
}

#body_home #jumbotron .visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/home/jumbo_bk.jpg);
  background-position: 50% 0;
  z-index: 1;
}

#body_home #information {
  position: relative;
  width: 100%;
  height: 370px;
  margin-top: -100px;
  background-image: url(../img/home/info_bk_02.png);
  background-position: 50% 0;
  z-index: 10;
}

#body_home #information .inner {
  position: relative;
  width: 1000px;
  padding: 58px 0 60px;
  margin: 0 auto;
}

#body_home #information .inner .spec {
  position: relative;
  width: 702px;
  height: 128px;
  background-image: url(../img/home/info_spec_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 20;
}

#body_home #information .inner .movie {
  position: absolute;
  width: 261px;
  height: 202px;
  top: -8px;
  right: 0;
  background-image: url(../img/home/info_movie_img.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_home #information .inner .movie:hover {
  opacity: 0.5;
}

#body_home #information .inner .shop {
  position: relative;
  width: 930px;
  height: 120px;
  margin: 0 auto;
  padding-top: 30px;
  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-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  z-index: 21;
}

#body_home #information .inner .shop li {
  width: 231px;
  height: 120px;
}

#body_home #information .inner .shop .btn {
  display: block;
  width: 231px;
  height: 120px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_home #information .inner .shop .btn:hover {
  opacity: 0.5;
}

#body_home #information .inner .shop .btn.btn_01 {
  background-image: url(../img/home/info_btn_01.png);
}

#body_home #information .inner .shop .btn.btn_02 {
  background-image: url(../img/home/info_btn_02.png);
}

#body_home #information .inner .shop .btn.btn_03 {
  background-image: url(../img/home/info_btn_03.png);
}

#body_home #information .inner .shop .btn.btn_04 {
  background-image: url(../img/home/info_btn_04.png);
}

#body_home #content {
  position: relative;
  padding: 30px 0 50px;
  height: 1180px;
  background-color: #fff;
}

#body_home #content .visual,
#body_home #content .links {
  position: absolute;
  width: 1920px;
  height: 1180px;
  top: 30px;
  left: 0;
  z-index: 5;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_home #content .visual .content_box,
#body_home #content .links .content_box {
  position: relative;
  width: 960px;
  height: 1180px;
}

#body_home #content .visual .content_box .item,
#body_home #content .links .content_box .item {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#body_home #content .visual .content_box .item .img,
#body_home #content .links .content_box .item .img {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #content .visual .content_box .item.hover,
#body_home #content .links .content_box .item.hover {
  opacity: 0.7 !important;
}

#body_home #content .visual .area_01,
#body_home #content .links .area_01 {
  z-index: 5;
}

#body_home #content .visual .area_01 .item_01,
#body_home #content .links .area_01 .item_01 {
  width: 920px;
  height: 1180px;
  top: 0;
  left: 30px;
}

#body_home #content .visual .area_01 .item_01 .img,
#body_home #content .links .area_01 .item_01 .img {
  width: 1023px;
  height: 1389px;
  right: -73px;
  bottom: 0;
  background-image: url(../img/home/content_01.png);
}

#body_home #content .visual .area_02,
#body_home #content .links .area_02 {
  z-index: 4;
}

#body_home #content .visual .area_02 .item_01,
#body_home #content .links .area_02 .item_01 {
  width: 920px;
  height: 380px;
  top: 0;
  left: 10px;
}

#body_home #content .visual .area_02 .item_01 .img,
#body_home #content .links .area_02 .item_01 .img {
  width: 920px;
  height: 380px;
  right: 0;
  bottom: 0;
  background-image: url(../img/home/content_02.png);
}

#body_home #content .visual .area_02 .item_02,
#body_home #content .links .area_02 .item_02 {
  width: 450px;
  height: 380px;
  top: 400px;
  left: 10px;
}

#body_home #content .visual .area_02 .item_02 .img,
#body_home #content .links .area_02 .item_02 .img {
  width: 469px;
  height: 381px;
  right: 0;
  bottom: 0;
  background-image: url(../img/home/content_03.png);
}

#body_home #content .visual .area_02 .item_03,
#body_home #content .links .area_02 .item_03 {
  width: 450px;
  height: 380px;
  top: 400px;
  left: 480px;
}

#body_home #content .visual .area_02 .item_03 .img,
#body_home #content .links .area_02 .item_03 .img {
  width: 450px;
  height: 380px;
  right: 0;
  bottom: 0;
  background-image: url(../img/home/content_04.png);
}

#body_home #content .visual .area_02 .item_04,
#body_home #content .links .area_02 .item_04 {
  width: 450px;
  height: 380px;
  top: 800px;
  left: 10px;
}

#body_home #content .visual .area_02 .item_04 .img,
#body_home #content .links .area_02 .item_04 .img {
  width: 450px;
  height: 380px;
  right: 0;
  bottom: 0;
  background-image: url(../img/home/content_05.png);
}

#body_home #content .visual .area_02 .item_05,
#body_home #content .links .area_02 .item_05 {
  width: 450px;
  height: 380px;
  top: 800px;
  left: 480px;
}

#body_home #content .visual .area_02 .item_05 .img,
#body_home #content .links .area_02 .item_05 .img {
  width: 462px;
  height: 413px;
  right: 0;
  bottom: 0;
  background-image: url(../img/home/content_06.png);
}

#body_home #content .links {
  font-size: 0;
  z-index: 10;
}

#body_home #content .links .img {
  display: none;
}

#body_home.sp_width #jumbotron {
  width: 1152px;
  height: 1290px;
}

#body_home.sp_width #jumbotron .inner {
  position: relative;
  width: 1020px;
  height: 1140px;
  margin: 0 auto;
}

#body_home.sp_width #content {
  padding: 30px 0 50px;
  height: 2360px;
}

#body_home.sp_width #content .visual,
#body_home.sp_width #content .links {
  width: 920px;
  margin: 0 auto;
  left: 136px;
  height: 2380px;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#body_home.sp_width #content .visual .area_01,
#body_home.sp_width #content .links .area_01 {
  height: 1180px;
}

#body_home.sp_width #content .visual .area_01 .item_01,
#body_home.sp_width #content .links .area_01 .item_01 {
  left: 0;
}

#body_home.sp_width #content .visual .area_02,
#body_home.sp_width #content .links .area_02 {
  height: 1180px;
  margin-top: 20px;
}

#body_home.sp_width #content .visual .area_02 .item_01,
#body_home.sp_width #content .links .area_02 .item_01 {
  left: 0;
}

#body_home.sp_width #content .visual .area_02 .item_02,
#body_home.sp_width #content .links .area_02 .item_02 {
  left: 0;
}

#body_home.sp_width #content .visual .area_02 .item_03,
#body_home.sp_width #content .links .area_02 .item_03 {
  left: 470px;
}

#body_home.sp_width #content .visual .area_02 .item_04,
#body_home.sp_width #content .links .area_02 .item_04 {
  left: 0;
}

#body_home.sp_width #content .visual .area_02 .item_05,
#body_home.sp_width #content .links .area_02 .item_05 {
  left: 470px;
}

#body_home #modal_movie {
  z-index: 62;
}

#body_home #modal_movie h2 {
  width: 815px;
  height: 50px;
  margin: 0 auto 35px;
  background-image: url(../img/movie_modal/h1.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_movie .player .movie {
  position: relative;
  width: 853px;
  height: 480px;
  margin: 0 auto;
  padding: 4px 5px 6px;
  border-radius: 6px;
  border-top: 2px solid #ef2e85;
  border-right: 2px solid #ef2e85;
  border-left: 2px solid #ef2e85;
  border-bottom: 3px solid #ef2e85;
  background-color: #2d1a04;
}

#body_home #modal_movie .player .movie iframe {
  width: 853px;
  height: 480px;
}

#body_home #modal_movie .player p {
  display: block;
  width: 100%;
  padding: 25px 0 55px;
  color: #fff;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
}

#body_home #modal_movie .playlist {
  width: 972px;
  margin: 0 auto;
}

#body_home #modal_movie .playlist h3 {
  width: 972px;
  height: 40px;
  margin: 0 auto;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_movie .playlist h3.h3_01 {
  background-image: url(../img/movie_modal/h2_01.png);
}

#body_home #modal_movie .playlist h3.h3_02 {
  background-image: url(../img/movie_modal/h2_02.png);
}

#body_home #modal_movie .playlist ul {
  width: 972px;
  padding: 35px 0 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-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_home #modal_movie .playlist li {
  width: 304px;
  padding-bottom: 25px;
}

#body_home #modal_movie .playlist li .thumbnail {
  width: 304px;
  height: 184px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#body_home #modal_movie .playlist li .thumbnail img {
  width: 304px;
  height: 184px;
}

#body_home #modal_movie .playlist li .thumbnail:hover {
  opacity: 0.5;
}

#body_home #modal_movie .playlist li p {
  display: block;
  width: 100%;
  padding-top: 22px;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

#body_home #modal_movie .playlist li:empty {
  width: 304px;
  height: 0;
}

#body_home #modal_story_movie {
  z-index: 62;
}

#body_home #modal_story_movie h2 {
  width: 815px;
  height: 46px;
  margin: 0 auto 35px;
  background-image: url(../img/home/modal_03_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_story_movie .movie {
  position: relative;
  width: 960px;
  height: 540px;
  margin: 0 auto;
  padding: 5px 8px 11px;
  background-image: url(../img/common/modal_movie_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_story {
  z-index: 61;
}

#body_home #modal_story h2 {
  width: 525px;
  height: 55px;
  margin: 0 auto 40px;
  background-image: url(../img/home/modal_01_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_story .comic {
  width: 942px;
  height: 1355px;
  margin: 0 auto;
  background-image: url(../img/home/modal_01_img_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_story .wrap {
  position: relative;
  width: 950px;
  height: 250px;
  margin: 50px auto 0;
  padding-bottom: 100px;
}

#body_home #modal_story .wrap p {
  position: relative;
  width: 361px;
  height: 154px;
  top: 10px;
  background-image: url(../img/home/modal_01_text_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_story .wrap .img {
  position: absolute;
  width: 440px;
  height: 248px;
  top: 0;
  right: 0;
  border: 1px solid #f8308a;
  background-image: url(../img/home/modal_01_img_02.gif);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_home #modal_story .wrap .img:hover {
  opacity: 0.5;
}

#body_home #modal_story .wrap .img:after {
  display: block;
  position: absolute;
  width: 193px;
  height: 65px;
  right: -5px;
  bottom: -25px;
  background-image: url(../img/home/modal_01_img_02_label.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_home #modal_2pplay {
  z-index: 61;
}

#body_home #modal_2pplay h2 {
  width: 323px;
  height: 55px;
  margin: 0 auto 40px;
  background-image: url(../img/home/modal_02_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_2pplay .img {
  width: 976px;
  height: 556px;
  margin: 0 auto;
  background-image: url(../img/home/modal_02_img_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #modal_2pplay p {
  position: relative;
  width: 648px;
  height: 79px;
  margin: 25px auto 0;
  background-image: url(../img/home/modal_02_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_about {
  background-image: url(../img/about/section_01_bk.jpg);
  background-position: 50% 180px;
  background-repeat: no-repeat;
}

#body_about #subheader {
  background-image: url(../img/about/subheader_bk.png);
}

#body_about #subheader h1 {
  width: 708px;
  height: 74px;
  background-image: url(../img/about/subheader_title.png);
}

#body_about .about_box {
  width: 100%;
  border-bottom: 9px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#body_about .about_box .inner {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}

#body_about .about_box .inner h2,
#body_about .about_box .inner p {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_about #introduction {
  position: relative;
  height: 1040px;
  z-index: 2;
}

#body_about #introduction .character {
  position: relative;
  width: 840px;
  height: 917px;
  margin: -45px auto 0;
  background-image: url(../img/about/section_01_img_01.png);
}

#body_about #introduction h2 {
  position: relative;
  width: 880px;
  height: 174px;
  margin: -380px auto 0;
  background-image: url(../img/about/section_01_h2.png);
}

#body_about #introduction .wrap {
  position: relative;
  width: 1020px;
  height: 562px;
  margin-top: -130px;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_about #introduction p {
  position: relative;
  width: 560px;
  height: 160px;
  top: -20px;
  margin-left: 16px;
  background-image: url(../img/about/section_01_text.png);
}

#body_about #introduction .img div {
  position: relative;
  width: 422px;
  height: 237px;
  margin-right: 8px;
  border: 1px solid #f8308a;
  background-image: url(../img/about/section_01_img_02.gif);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_about #introduction .img div:hover {
  opacity: 0.5 !important;
}

#body_about #introduction .img div:after {
  display: block;
  position: absolute;
  width: 193px;
  height: 65px;
  right: -5px;
  bottom: -25px;
  background-image: url(../img/about/btn_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_about #battle {
  position: relative;
  height: 697px;
  padding-top: 50px;
  z-index: 2;
  background-image: url(../img/about/section_02_bk.jpg);
}

#body_about #battle h2 {
  position: relative;
  width: 840px;
  height: 217px;
  margin: 0 auto 0;
  background-image: url(../img/about/section_02_h2.png);
}

#body_about #battle p {
  position: relative;
  width: 628px;
  height: 84px;
  margin: 10px auto 0;
  background-image: url(../img/about/section_02_text.png);
}

#body_about #battle .wrap {
  position: relative;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

#body_about #battle .img_01 {
  display: inline-block;
  width: 458px;
  height: 253px;
  margin: 0 2px;
  border: 1px solid #f8308a;
  background-image: url(../img/about/section_02_img_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_about #battle .img_02 {
  display: inline-block;
  width: 458px;
  height: 253px;
  margin: 0 2px;
  border: 1px solid #f8308a;
  background-image: url(../img/about/section_02_img_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_about #story {
  position: relative;
  height: 750px;
  padding-top: 75px;
  z-index: 2;
  background-image: url(../img/about/section_03_bk.jpg);
}

#body_about #story h2 {
  position: relative;
  width: 360px;
  height: 132px;
  margin: 0 auto 0;
  background-image: url(../img/about/section_03_h2.png);
}

#body_about #story p {
  position: relative;
  width: 940px;
  height: 341px;
  margin: 60px auto 0;
  background-image: url(../img/about/section_03_text.png);
}

#body_about #about_kunio {
  position: relative;
  height: 688px;
  padding-top: 110px;
  z-index: 2;
  border-bottom: none;
  background-image: url(../img/about/section_04_bk.jpg);
}

#body_about #about_kunio h2 {
  position: relative;
  width: 362px;
  height: 77px;
  background-image: url(../img/about/section_04_h2.png);
}

#body_about #about_kunio p {
  position: relative;
  width: 378px;
  height: 244px;
  left: -3px;
  margin: 35px 0 0;
  background-image: url(../img/about/section_04_text.png);
}

#body_about #about_kunio .banner {
  padding-top: 25px;
}

#body_about #about_kunio .banner a {
  display: block;
  position: relative;
  width: 479px;
  height: 94px;
  background-image: url(../img/about/section_04_banner.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_about #about_kunio .banner a:hover {
  opacity: 0.5;
}

#body_about #about_kunio .banner a:after {
  display: block;
  position: absolute;
  width: 170px;
  height: 50px;
  right: -14px;
  bottom: -35px;
  background-image: url(../img/about/section_04_banner_label.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_about #about_kunio .img {
  position: absolute;
  width: 480px;
  height: 513px;
  top: -5px;
  right: 0;
  background-image: url(../img/about/section_04_img.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_about #modal_movie {
  z-index: 62;
}

#body_about #modal_movie .movie {
  position: relative;
  width: 960px;
  height: 540px;
  padding: 5px 8px 11px;
  background-image: url(../img/common/modal_movie_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action {
  background-image: url(../img/action/bk.png);
  background-position: 50% 0;
}

#body_action #subheader {
  background-image: url(../img/action/subheader_bk.png);
}

#body_action #subheader h1 {
  width: 284px;
  height: 73px;
  background-image: url(../img/action/subheader_title.png);
}

#body_action .action_box {
  width: 1020px;
  margin: 0 auto 25px;
}

#body_action .action_box .header {
  padding: 50px 0;
}

#body_action .action_box .header h2 {
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #system {
  padding-top: 60px;
}

#body_action #system .header h2 {
  height: 44px;
  background-image: url(../img/action/system_h1.png);
}

#body_action #system .system_box {
  position: relative;
  height: 260px;
}

#body_action #system .system_box h3 {
  width: 585px;
  height: 65px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #system .system_box p {
  margin: 12px 0 0 35px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #system .system_box .img {
  position: absolute;
  width: 396px;
  height: 223px;
  top: 0;
  right: 0;
  border: 1px solid #f8308a;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #system #system_01 h3 {
  background-image: url(../img/action/system_h2_01.png);
}

#body_action #system #system_01 p {
  width: 457px;
  height: 31px;
  background-image: url(../img/action/system_text_01.png);
}

#body_action #system #system_01 .img {
  background-image: url(../img/action/system_img_01.gif);
}

#body_action #system #system_02 h3 {
  background-image: url(../img/action/system_h2_02.png);
}

#body_action #system #system_02 p {
  width: 318px;
  height: 62px;
  background-image: url(../img/action/system_text_02.png);
}

#body_action #system #system_02 .img {
  background-image: url(../img/action/system_img_02.gif);
}

#body_action #system #system_03 h3 {
  background-image: url(../img/action/system_h2_03.png);
}

#body_action #system #system_03 p {
  width: 438px;
  height: 63px;
  background-image: url(../img/action/system_text_03.png);
}

#body_action #system #system_03 .img {
  background-image: url(../img/action/system_img_03.gif);
}

#body_action #system #system_tip {
  width: 1020px;
  height: 242px;
  background-image: url(../img/action/system_tip_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #system #system_tip p {
  width: 100%;
  height: 100%;
  background-image: url(../img/action/system_tip_text.png);
  background-size: 562px 98px;
  background-repeat: no-repeat;
  background-position: 38px 50%;
}

#body_action #item .header h2 {
  height: 44px;
  background-image: url(../img/action/item_h1.png);
}

#body_action #item .info {
  position: relative;
  width: 1020px;
  height: 217px;
  padding-top: 8px;
}

#body_action #item .info p {
  width: 398px;
  height: 95px;
  margin: 0 0 0 38px;
  background-image: url(../img/action/item_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #item .info .img {
  position: absolute;
  width: 396px;
  height: 223px;
  top: 0;
  right: 0;
  border: 1px solid #f8308a;
  background-image: url(../img/action/item_img.gif);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #item .list {
  width: 1020px;
  margin-top: 80px;
  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-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_action #item .list .item {
  height: 312px;
  margin: 0 25px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #item .list .item.item_01 {
  width: 205px;
  margin-right: 35px;
  margin-left: 0;
  background-image: url(../img/action/item_list_01.png);
  background-size: 205px 312px;
}

#body_action #item .list .item.item_02 {
  width: 205px;
  background-image: url(../img/action/item_list_02.png);
  background-size: 205px 297px;
}

#body_action #item .list .item.item_03 {
  width: 233px;
  background-image: url(../img/action/item_list_03.png);
  background-size: 233px 312px;
}

#body_action #item .list .item.item_04 {
  width: 202px;
  margin-left: 30px;
  margin-right: 0;
  background-image: url(../img/action/item_list_04.png);
  background-size: 202px 311px;
}

#body_action #item .list .item.item_05 {
  width: 186px;
  margin-left: 40px;
  background-image: url(../img/action/item_list_05.png);
  background-size: 186px 269px;
}

#body_action #item .list .item.item_06 {
  width: 196px;
  margin: 0 25px 0 66px;
  background-image: url(../img/action/item_list_06.png);
  background-size: 196px 274px;
}

#body_action #item .list .item.item_07 {
  width: 219px;
  margin-left: 45px;
  background-image: url(../img/action/item_list_07.png);
  background-size: 219px 276px;
}

#body_action #item .list .item.item_08 {
  width: 250px;
  margin: -40px 15px 0 -5px;
  background-position: 50% 0%;
  background-image: url(../img/action/item_list_08.png);
  background-size: 250px 287px;
}

#body_action #item .list .item.item_09 {
  width: 191px;
  margin: -40px 15px 0 25px;
  background-position: 50% 0%;
  background-image: url(../img/action/item_list_09.png);
  background-size: 191px 266px;
}

#body_action #shop .header h2 {
  height: 44px;
  background-image: url(../img/action/shop_h1.png);
}

#body_action #shop .inner p {
  width: 737px;
  height: 63px;
  margin: 0 0 0 38px;
  background-image: url(../img/action/shop_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #shop .inner .wrap {
  text-align: center;
  margin-top: 42px;
}

#body_action #shop .inner .wrap .img_01 {
  display: inline-block;
  width: 486px;
  height: 274px;
  margin: 0 4px;
  border: 1px solid #f8308a;
  background-image: url(../img/action/shop_img_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #shop .inner .wrap .img_02 {
  display: inline-block;
  width: 486px;
  height: 274px;
  margin: 0 4px;
  border: 1px solid #f8308a;
  background-image: url(../img/action/shop_img_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #recruit .header h2 {
  height: 44px;
  background-image: url(../img/action/recruit_h1.png);
}

#body_action #recruit .inner {
  position: relative;
  width: 1020px;
  height: 300px;
  padding-top: 10px;
}

#body_action #recruit .inner p {
  width: 379px;
  height: 190px;
  margin: 0 0 0 38px;
  background-image: url(../img/action/recruit_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_action #recruit .inner .img_01 {
  display: block;
  position: absolute;
  width: 396px;
  height: 223px;
  top: -10px;
  right: 0;
  border: 1px solid #f8308a;
  background-image: url(../img/action/recruit_img.gif);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character {
  background-image: url(../img/character/bk.jpg);
  background-position: 50% 0;
}

#body_character #subheader {
  background-image: url(../img/character/subheader_bk.png);
}

#body_character #subheader h1 {
  width: 233px;
  height: 71px;
  background-image: url(../img/character/subheader_title.png);
}

#body_character #main_character {
  position: relative;
  padding-top: 68px;
}

#body_character #main_character .character_box {
  position: relative;
  margin: 0 auto;
}

#body_character #main_character .character_box .item {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #main_character .character_box .item .name {
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #main_character .visual .item {
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_character #main_character .visual .item.hover {
  opacity: 0.5 !important;
}

#body_character #main_character .visual .area_01 {
  width: 1020px;
  height: 1070px;
}

#body_character #main_character .visual .area_01 .item_01 {
  width: 589px;
  height: 616px;
  top: 0;
  left: 0;
  background-image: url(../img/character/comic_bk/01.png);
}

#body_character #main_character .visual .area_01 .item_01 .name {
  width: 219px;
  height: 214px;
  top: 410px;
  left: 20px;
  background-image: url(../img/character/name/01.png);
}

#body_character #main_character .visual .area_01 .item_02 {
  width: 563px;
  height: 568px;
  top: 0;
  right: 0;
  background-image: url(../img/character/comic_bk/02.png);
}

#body_character #main_character .visual .area_01 .item_02 .name {
  width: 237px;
  height: 225px;
  top: 306px;
  left: 300px;
  background-image: url(../img/character/name/02.png);
}

#body_character #main_character .visual .area_01 .item_03 {
  width: 589px;
  height: 491px;
  bottom: 0;
  left: 0;
  background-image: url(../img/character/comic_bk/03.png);
}

#body_character #main_character .visual .area_01 .item_03 .name {
  width: 226px;
  height: 225px;
  top: 110px;
  left: 257px;
  background-image: url(../img/character/name/03.png);
}

#body_character #main_character .visual .area_01 .item_04 {
  width: 562px;
  height: 551px;
  bottom: 0;
  right: 0;
  background-image: url(../img/character/comic_bk/04.png);
}

#body_character #main_character .visual .area_01 .item_04 .name {
  width: 226px;
  height: 225px;
  top: 45px;
  left: 62px;
  background-image: url(../img/character/name/04.png);
}

#body_character #main_character .visual .area_02 {
  width: 1020px;
  height: 365px;
  margin-top: 15px;
}

#body_character #main_character .visual .area_02 .item_01 {
  width: 520px;
  height: 365px;
  top: 0;
  left: 0;
  background-image: url(../img/character/comic_bk/05.png);
}

#body_character #main_character .visual .area_02 .item_01 .name {
  width: 224px;
  height: 203px;
  top: 140px;
  left: 20px;
  background-image: url(../img/character/name/05.png);
}

#body_character #main_character .visual .area_02 .item_02 {
  width: 517px;
  height: 365px;
  top: 0;
  right: 0;
  background-image: url(../img/character/comic_bk/06.png);
}

#body_character #main_character .visual .area_02 .item_02 .name {
  width: 213px;
  height: 181px;
  top: 156px;
  left: 296px;
  background-image: url(../img/character/name/06.png);
}

#body_character #main_character .visual .area_03 {
  width: 1020px;
  height: 399px;
  margin-top: 10px;
}

#body_character #main_character .visual .area_03 .item_01 {
  width: 377px;
  height: 401px;
  top: 0;
  left: 0;
  background-image: url(../img/character/comic_bk/07.png);
}

#body_character #main_character .visual .area_03 .item_01 .name {
  width: 204px;
  height: 203px;
  top: 177px;
  left: 150px;
  background-image: url(../img/character/name/07.png);
}

#body_character #main_character .visual .area_03 .item_02 {
  width: 317px;
  height: 401px;
  top: 0;
  left: 360px;
  background-image: url(../img/character/comic_bk/08.png);
}

#body_character #main_character .visual .area_03 .item_02 .name {
  width: 206px;
  height: 203px;
  top: 165px;
  left: 60px;
  background-image: url(../img/character/name/08.png);
}

#body_character #main_character .visual .area_03 .item_03 {
  width: 367px;
  height: 399px;
  top: 0;
  right: 0;
  background-image: url(../img/character/comic_bk/09.png);
}

#body_character #main_character .visual .area_03 .item_03 .name {
  width: 182px;
  height: 181px;
  top: 190px;
  left: 32px;
  background-image: url(../img/character/name/09.png);
}

#body_character #main_character .links {
  position: absolute;
  width: 1020px;
  height: 1860px;
  top: 68px;
  left: 50%;
  margin-left: -510px;
}

#body_character #main_character .links .item:before {
  display: block;
  position: absolute;
  content: "";
}

#body_character #main_character .links .item:after {
  display: block;
  position: absolute;
  content: "";
}

#body_character #main_character .links .area_01 {
  width: 1020px;
  height: 1070px;
}

#body_character #main_character .links .area_01 .item_01 {
  width: 449px;
  height: 568px;
  top: 0;
  left: 0;
  z-index: 10;
}

#body_character #main_character .links .area_01 .item_01:before {
  width: 140px;
  height: 568px;
  top: 0;
  right: -70px;
  -webkit-transform: skewX(-13.8deg);
  -moz-transform: skewX(-13.8deg);
  -ms-transform: skewX(-13.8deg);
  -o-transform: skewX(-13.8deg);
  transform: skewX(-13.8deg);
}

#body_character #main_character .links .area_01 .item_01:after {
  width: 449px;
  height: 47px;
  bottom: -24px;
  left: 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

#body_character #main_character .links .area_01 .item_02 {
  width: 422px;
  height: 508px;
  top: 0;
  right: 0;
  z-index: 7;
}

#body_character #main_character .links .area_01 .item_02:before {
  width: 140px;
  height: 568px;
  top: 0;
  left: -70px;
  -webkit-transform: skewX(-13.8deg);
  -moz-transform: skewX(-13.8deg);
  -ms-transform: skewX(-13.8deg);
  -o-transform: skewX(-13.8deg);
  transform: skewX(-13.8deg);
}

#body_character #main_character .links .area_01 .item_02:after {
  width: 422px;
  height: 47px;
  bottom: -23px;
  left: 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

#body_character #main_character .links .area_01 .item_03 {
  width: 449px;
  height: 443px;
  bottom: 0;
  left: 0;
  z-index: 9;
}

#body_character #main_character .links .area_01 .item_03:before {
  width: 190px;
  height: 490px;
  bottom: 0;
  right: -70px;
  -webkit-transform: skewX(15.9deg);
  -moz-transform: skewX(15.9deg);
  -ms-transform: skewX(15.9deg);
  -o-transform: skewX(15.9deg);
  transform: skewX(15.9deg);
}

#body_character #main_character .links .area_01 .item_03:after {
  width: 449px;
  height: 50px;
  top: -24px;
  left: 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

#body_character #main_character .links .area_01 .item_04 {
  width: 422px;
  height: 505px;
  bottom: 0;
  right: 0;
  z-index: 8;
}

#body_character #main_character .links .area_01 .item_04:before {
  width: 190px;
  height: 490px;
  bottom: 0;
  left: -69px;
  -webkit-transform: skewX(15.9deg);
  -moz-transform: skewX(15.9deg);
  -ms-transform: skewX(15.9deg);
  -o-transform: skewX(15.9deg);
  transform: skewX(15.9deg);
}

#body_character #main_character .links .area_01 .item_04:after {
  width: 562px;
  height: 50px;
  top: -16px;
  right: 0;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

#body_character #main_character .links .area_02 {
  width: 1020px;
  height: 365px;
  margin-top: 15px;
}

#body_character #main_character .links .area_02 .item_01 {
  width: 496px;
  height: 365px;
  top: 0;
  left: 0;
}

#body_character #main_character .links .area_02 .item_01:before {
  width: 24px;
  height: 365px;
  bottom: 0;
  right: -11px;
  -webkit-transform: skewX(3.7deg);
  -moz-transform: skewX(3.7deg);
  -ms-transform: skewX(3.7deg);
  -o-transform: skewX(3.7deg);
  transform: skewX(3.7deg);
}

#body_character #main_character .links .area_02 .item_02 {
  width: 492px;
  height: 365px;
  top: 0;
  right: 0;
}

#body_character #main_character .links .area_02 .item_02:before {
  width: 21px;
  height: 365px;
  bottom: 0;
  left: -13px;
  -webkit-transform: skewX(3.7deg);
  -moz-transform: skewX(3.7deg);
  -ms-transform: skewX(3.7deg);
  -o-transform: skewX(3.7deg);
  transform: skewX(3.7deg);
}

#body_character #main_character .links .area_03 {
  width: 1020px;
  height: 399px;
  margin-top: 10px;
}

#body_character #main_character .links .area_03 .item_01 {
  width: 351px;
  height: 401px;
  top: 0;
  left: 0;
}

#body_character #main_character .links .area_03 .item_01:before {
  width: 26px;
  height: 401px;
  bottom: 0;
  right: -13px;
  -webkit-transform: skewX(3.7deg);
  -moz-transform: skewX(3.7deg);
  -ms-transform: skewX(3.7deg);
  -o-transform: skewX(3.7deg);
  transform: skewX(3.7deg);
}

#body_character #main_character .links .area_03 .item_02 {
  width: 260px;
  height: 401px;
  top: 0;
  left: 387px;
}

#body_character #main_character .links .area_03 .item_02:before {
  width: 57px;
  height: 401px;
  bottom: 0;
  left: -14px;
  -webkit-transform: skewX(3.7deg);
  -moz-transform: skewX(3.7deg);
  -ms-transform: skewX(3.7deg);
  -o-transform: skewX(3.7deg);
  transform: skewX(3.7deg);
}

#body_character #main_character .links .area_03 .item_02:after {
  width: 57px;
  height: 401px;
  bottom: 0;
  right: -16px;
  -webkit-transform: skewX(-4.5deg);
  -moz-transform: skewX(-4.5deg);
  -ms-transform: skewX(-4.5deg);
  -o-transform: skewX(-4.5deg);
  transform: skewX(-4.5deg);
}

#body_character #main_character .links .area_03 .item_03 {
  width: 335px;
  height: 399px;
  top: 0;
  right: 0;
}

#body_character #main_character .links .area_03 .item_03:before {
  width: 32px;
  height: 401px;
  bottom: 0;
  left: -16px;
  -webkit-transform: skewX(-4.5deg);
  -moz-transform: skewX(-4.5deg);
  -ms-transform: skewX(-4.5deg);
  -o-transform: skewX(-4.5deg);
  transform: skewX(-4.5deg);
}

#body_character #main_character .href {
  display: none;
}

#body_character #sub_character .header {
  padding: 60px 0 45px;
}

#body_character #sub_character .header h2 {
  width: 340px;
  height: 74px;
  margin: 0 auto;
  background-image: url(../img/character/h2_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #sub_character .inner {
  padding-bottom: 80px;
}

#body_character #sub_character .inner .list {
  width: 100%;
  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-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

#body_character #sub_character .inner .item {
  display: block;
  margin: 0 10px 20px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #sub_character .inner .item.item_01 {
  width: 244px;
  height: 398px;
  background-image: url(../img/character/other/10.png);
}

#body_character #sub_character .inner .item.item_02 {
  width: 166px;
  height: 399px;
  background-image: url(../img/character/other/11.png);
}

#body_character #sub_character .inner .item.item_03 {
  width: 204px;
  height: 380px;
  background-image: url(../img/character/other/12.png);
}

#body_character #sub_character .inner .item.item_04 {
  width: 166px;
  height: 385px;
  background-image: url(../img/character/other/13.png);
}

#body_character #sub_character .inner .item.item_05 {
  width: 192px;
  height: 371px;
  background-image: url(../img/character/other/14.png);
}

#body_character #sub_character .inner .item.item_06 {
  width: 226px;
  height: 345px;
  background-image: url(../img/character/other/15.png);
}

#body_character #sub_character .inner .item.item_07 {
  width: 205px;
  height: 400px;
  margin-left: -15px;
  background-image: url(../img/character/other/16.png);
}

#body_character #sub_character .inner .item.item_08 {
  width: 287px;
  height: 404px;
  background-image: url(../img/character/other/17.png?ver=2);
}

#body_character #modal_movie {
  z-index: 62;
}

#body_character #modal_movie .movie {
  position: relative;
  width: 960px;
  height: 540px;
  padding: 5px 8px 11px;
  background-image: url(../img/common/modal_movie_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #character_modal {
  z-index: 61;
}

#body_character #character_modal .pagenation span {
  position: fixed;
  display: block;
  width: 34px;
  height: 50px;
  top: 480px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 70;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_character #character_modal .pagenation span:hover {
  opacity: 0.5;
}

#body_character #character_modal .pagenation .prev {
  left: 50%;
  margin-left: -510px;
  background-image: url(../img/character_modal/nav_prev.png);
}

#body_character #character_modal .pagenation .next {
  right: 50%;
  margin-right: -510px;
  background-image: url(../img/character_modal/nav_next.png);
}

#body_character #character_modal .character_modal_box {
  display: none;
  position: relative;
  width: 1020px;
  padding: 40px 0 100px;
}

#body_character #character_modal .character_modal_box .profile {
  position: relative;
  padding: 80px 0 0 380px;
  z-index: 63;
}

#body_character #character_modal .character_modal_box .profile h2 {
  width: 505px;
  height: 65px;
  margin-bottom: 30px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #character_modal .character_modal_box .profile .copy {
  width: 100%;
  margin-bottom: 15px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #character_modal .character_modal_box .profile .text {
  width: 100%;
  margin-bottom: 25px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #character_modal .character_modal_box .profile .ss {
  width: 576px;
  height: 290px;
  margin-left: 4px;
  border: 1px solid #f8308a;
  background-size: cover;
}

#body_character #character_modal .character_modal_box .character {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 62;
}

#body_character #character_modal .character_modal_box .dot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 62;
}

#body_character #character_modal .character_modal_box .dot div {
  position: absolute;
  bottom: 80px;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -moz-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

#body_character #character_modal .bonus {
  position: relative;
  width: 1010px;
  height: 232px;
}

#body_character #character_modal .bonus .img {
  display: block;
  position: absolute;
  top: 0;
  right: 122px;
  width: 411px;
  height: 232px;
  border: 1px solid #f8308a;
  background-image: url(../img/character_modal/bonus_img.png);
  background-size: cover;
}

#body_character #character_modal .bonus p {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/character_modal/bonus_text.png);
  background-size: 284px 82px;
  background-position: 85px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #character_modal #character_01 h2 {
  background-image: url(../img/character_modal/name/01.png);
}

#body_character #character_modal #character_01 .copy {
  height: 104px;
  background-image: url(../img/character_modal/copy/01.png);
}

#body_character #character_modal #character_01 .text {
  height: 127px;
  background-image: url(../img/character_modal/text/01.png);
}

#body_character #character_modal #character_01 .ss {
  background-image: url(../img/character_modal/ss/01.png);
}

#body_character #character_modal #character_01 .character {
  width: 345px;
  height: 775px;
  background-image: url(../img/character_modal/character/01.png);
}

#body_character #character_modal #character_01 .dot div {
  width: 336px;
  height: 197px;
  background-image: url(../img/character_modal/dot/01.gif);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

#body_character #character_modal #character_02 h2 {
  background-image: url(../img/character_modal/name/02.png);
}

#body_character #character_modal #character_02 .copy {
  height: 104px;
  background-image: url(../img/character_modal/copy/02.png);
}

#body_character #character_modal #character_02 .text {
  height: 95px;
  background-image: url(../img/character_modal/text/02.png);
}

#body_character #character_modal #character_02 .ss {
  background-image: url(../img/character_modal/ss/02.png);
}

#body_character #character_modal #character_02 .character {
  width: 246px;
  height: 757px;
  left: 85px;
  background-image: url(../img/character_modal/character/02.png);
}

#body_character #character_modal #character_02 .dot div {
  width: 361px;
  height: 282px;
  background-image: url(../img/character_modal/dot/02.gif);
}

#body_character #character_modal #character_03 h2 {
  background-image: url(../img/character_modal/name/03.png);
}

#body_character #character_modal #character_03 .copy {
  height: 56px;
  background-image: url(../img/character_modal/copy/03.png);
}

#body_character #character_modal #character_03 .text {
  height: 95px;
  background-image: url(../img/character_modal/text/03.png);
}

#body_character #character_modal #character_03 .ss {
  position: relative;
  width: 440px;
  height: 248px;
  margin: 35px 0 0 70px;
  background-image: url(../img/character_modal/ss/03.gif);
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_character #character_modal #character_03 .ss:hover {
  opacity: 0.5 !important;
}

#body_character #character_modal #character_03 .ss:after {
  display: block;
  position: absolute;
  width: 193px;
  height: 65px;
  right: -5px;
  bottom: -27px;
  background-image: url(../img/character_modal/btn_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_character #character_modal #character_03 .bonus {
  margin: 70px auto 0;
}

#body_character #character_modal #character_03 .character {
  width: 301px;
  height: 796px;
  left: 40px;
  background-image: url(../img/character_modal/character/03.png);
}

#body_character #character_modal #character_03 .dot div {
  width: 392px;
  height: 308px;
  bottom: 300px;
  background-image: url(../img/character_modal/dot/03.gif);
  -webkit-transform: scale(0.74);
  -moz-transform: scale(0.74);
  -ms-transform: scale(0.74);
  -o-transform: scale(0.74);
  transform: scale(0.74);
}

#body_character #character_modal #character_04 h2 {
  background-image: url(../img/character_modal/name/04.png);
}

#body_character #character_modal #character_04 .copy {
  height: 104px;
  background-image: url(../img/character_modal/copy/04.png);
}

#body_character #character_modal #character_04 .text {
  height: 127px;
  background-image: url(../img/character_modal/text/04.png);
}

#body_character #character_modal #character_04 .ss {
  position: relative;
  width: 440px;
  height: 248px;
  margin: 35px 0 0 70px;
  background-image: url(../img/character_modal/ss/04.gif);
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_character #character_modal #character_04 .ss:hover {
  opacity: 0.5 !important;
}

#body_character #character_modal #character_04 .ss:after {
  display: block;
  position: absolute;
  width: 193px;
  height: 65px;
  right: -5px;
  bottom: -27px;
  background-image: url(../img/character_modal/btn_play.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_character #character_modal #character_04 .bonus {
  margin: 50px auto 0;
}

#body_character #character_modal #character_04 .character {
  width: 276px;
  height: 762px;
  left: 90px;
  background-image: url(../img/character_modal/character/04.png);
}

#body_character #character_modal #character_04 .dot div {
  width: 392px;
  height: 304px;
  bottom: 335px;
  background-image: url(../img/character_modal/dot/04.gif);
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  -o-transform: scale(0.77);
  transform: scale(0.77);
}

#body_character #character_modal #character_05 .profile {
  padding-top: 20px;
}

#body_character #character_modal #character_05 h2 {
  background-image: url(../img/character_modal/name/05.png);
}

#body_character #character_modal #character_05 .copy {
  height: 104px;
  background-image: url(../img/character_modal/copy/05.png);
}

#body_character #character_modal #character_05 .text {
  height: 63px;
  background-image: url(../img/character_modal/text/05.png);
}

#body_character #character_modal #character_05 .ss {
  width: 574px;
  height: 323px;
  background-image: url(../img/character_modal/ss/05.png);
}

#body_character #character_modal #character_05 .character {
  width: 401px;
  height: 766px;
  left: 30px;
  background-image: url(../img/character_modal/character/05.png);
}

#body_character #character_modal #character_05 .dot div {
  width: 460px;
  height: 305px;
  bottom: 30px;
  background-image: url(../img/character_modal/dot/05.gif);
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  -o-transform: scale(0.76);
  transform: scale(0.76);
}

#body_character #character_modal #character_06 .profile {
  padding-top: 20px;
}

#body_character #character_modal #character_06 h2 {
  background-image: url(../img/character_modal/name/06.png);
}

#body_character #character_modal #character_06 .copy {
  height: 200px;
  background-image: url(../img/character_modal/copy/06.png);
}

#body_character #character_modal #character_06 .text {
  height: 127px;
  background-image: url(../img/character_modal/text/06.png);
}

#body_character #character_modal #character_06 .ss {
  width: 574px;
  height: 323px;
  background-image: url(../img/character_modal/ss/06.png);
}

#body_character #character_modal #character_06 .character {
  width: 395px;
  height: 782px;
  left: 46px;
  background-image: url(../img/character_modal/character/06.png);
}

#body_character #character_modal #character_06 .dot div {
  width: 460px;
  height: 305px;
  bottom: 140px;
  background-image: url(../img/character_modal/dot/06.gif);
  -webkit-transform: scale(0.84);
  -moz-transform: scale(0.84);
  -ms-transform: scale(0.84);
  -o-transform: scale(0.84);
  transform: scale(0.84);
}

#body_character #character_modal #character_07 .profile {
  padding-top: 20px;
}

#body_character #character_modal #character_07 h2 {
  background-image: url(../img/character_modal/name/07.png);
}

#body_character #character_modal #character_07 .copy {
  height: 152px;
  background-image: url(../img/character_modal/copy/07.png);
}

#body_character #character_modal #character_07 .text {
  height: 127px;
  background-image: url(../img/character_modal/text/07.png);
}

#body_character #character_modal #character_07 .ss {
  width: 574px;
  height: 322px;
  background-image: url(../img/character_modal/ss/07.png);
}

#body_character #character_modal #character_07 .character {
  width: 487px;
  height: 670px;
  top: 45px;
  left: -4px;
  background-image: url(../img/character_modal/character/07.png);
}

#body_character #character_modal #character_07 .dot div {
  width: 336px;
  height: 320px;
  bottom: 120px;
  left: -25px;
  background-image: url(../img/character_modal/dot/07.gif);
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  -o-transform: scale(0.76);
  transform: scale(0.76);
}

#body_character #character_modal #character_08 .profile {
  padding-top: 20px;
}

#body_character #character_modal #character_08 h2 {
  background-image: url(../img/character_modal/name/08.png);
}

#body_character #character_modal #character_08 .copy {
  height: 104px;
  background-image: url(../img/character_modal/copy/08.png);
}

#body_character #character_modal #character_08 .text {
  height: 65px;
  background-image: url(../img/character_modal/text/08.png);
}

#body_character #character_modal #character_08 .ss {
  width: 574px;
  height: 322px;
  background-image: url(../img/character_modal/ss/08.png);
}

#body_character #character_modal #character_08 .character {
  width: 443px;
  height: 680px;
  top: 45px;
  left: 10px;
  background-image: url(../img/character_modal/character/08.png);
}

#body_character #character_modal #character_08 .dot div {
  width: 338px;
  height: 348px;
  bottom: 50px;
  background-image: url(../img/character_modal/dot/08.gif);
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
}

#body_character #character_modal #character_09 .profile {
  padding-top: 20px;
}

#body_character #character_modal #character_09 h2 {
  background-image: url(../img/character_modal/name/09.png);
}

#body_character #character_modal #character_09 .copy {
  height: 152px;
  background-image: url(../img/character_modal/copy/09.png);
}

#body_character #character_modal #character_09 .text {
  height: 63px;
  background-image: url(../img/character_modal/text/09.png);
}

#body_character #character_modal #character_09 .ss {
  width: 574px;
  height: 324px;
  background-image: url(../img/character_modal/ss/09.png);
}

#body_character #character_modal #character_09 .character {
  width: 460px;
  height: 726px;
  top: 45px;
  left: 40px;
  background-image: url(../img/character_modal/character/09.png);
}

#body_character #character_modal #character_09 .dot div {
  width: 324px;
  height: 436px;
  bottom: 20px;
  background-image: url(../img/character_modal/dot/09.gif);
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
}

/*# sourceMappingURL=style.css.map */</pre></body></html>