@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =====================================================================================
  common class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 13px -> line-height: 22px; 
        見出し：    font-size: 30px -> line-height: ---; margin: ---; padding: 40px 0 30px;
        中見出し： font-size: 16px -> line-height: inherit;

        ・line-heightは個別に指定（余白やマージンがズレるため）


====================================================================================== */
#social, #information #contentBgLayer, #information #main .infonav, #information #main .logo, #information #main .copy, #information #main .date, #information #main .date .eff, #information #main .frame, #information #main .btnMovie, #information #main .btnMovie .eff, #information #main .btnMovie .pv02-p3, #information #main .btnMovie .pv02-p4, #information #main #yuki, #information #main #naru, #information #main #zen, #information #main #rei, #information #block02 .text00,
#information #block02 .text00Effect, #information #block02 .text01, #information #block02 .thumbs, #information #block03 .text00, #information #block03 .charaAll, #information #block03 .thumbs00, #information #block03 .thumbs01, #information #block05 .social, #information #information .ttl, #information #information .detail00, #information #information .staff, #character-top .chara-detail .movie01 .eff,
#character-p3 .chara-detail .movie01 .eff,
#character-p4 .chara-detail .movie01 .eff,
#character-new .chara-detail .movie01 .eff, #character-top .chara-detail .movie01-none .thumb,
#character-p3 .chara-detail .movie01-none .thumb,
#character-p4 .chara-detail .movie01-none .thumb,
#character-new .chara-detail .movie01-none .thumb, #character-top .chara-detail .movie01-none .icon,
#character-p3 .chara-detail .movie01-none .icon,
#character-p4 .chara-detail .movie01-none .icon,
#character-new .chara-detail .movie01-none .icon, #guide-p #block05 .social {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* IE7pfloat */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
body {
  font-size: 13px;
  background: #000;
}

a {
  outline: none;
}

#htmlContainer {
  font-size: 14px;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro","Osaka","Osaka-Mono",sans-serif;
  min-width: 970px;
  overflow: hidden;
}

/*================================================================================
	HEADER
================================================================================*/
/*================================================================================
	GLOBAL NAVIGATION
================================================================================*/
#global {
  width: 960px;
  height: 77px;
  background: url("../img/nav_bg.png") 0 0 no-repeat;
}
#global li {
  display: block;
  margin-top: 25px;
  float: left;
}
#global .new-chara {
  position: absolute;
  left: 501px;
  top: 15px;
  z-index: 10;
  /*display:none;*/
}
#global .new-special {
  position: absolute;
  left: 705px;
  top: 15px;
  z-index: 10;
}
#global .new-icon01 {
  display: none;
}

/*================================================================================
  FOOTER
================================================================================*/
#footer {
  background-color: #000;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
#footer .inner {
  width: 970px;
  margin: 0 auto;
}
#footer .brands {
  margin-left: 20px;
}
#footer .brands li {
  float: left;
  display: inline;
  margin-right: 30px;
  margin-bottom: 5px;
  padding-top: 22px;
}
#footer .brands .copyright {
  font-size: 11px;
  color: #FFF;
  line-height: 1.6;
}

/*================================================================================
  OVERLAY - tokuten
================================================================================*/
/*================================================================================
  CONTAINER
================================================================================*/
#container {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

/*================================================================================
  SOCIAL HEAD
================================================================================*/
#social {
  position: absolute;
  left: 780px;
  top: 10px;
  z-index: 10;
  width: 157px;
}
#social .tw a,
#social .fb a,
#social .youtube a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
#social .tw {
  width: 48px;
  float: left;
  background: url("../img/bar_dot_h.png") 100% 0 no-repeat;
}
#social .fb {
  width: 58px;
  float: left;
  margin: 0 auto;
}
#social .fb a {
  margin: 0 auto;
}
#social .youtube {
  width: 48px;
  float: left;
  background: url("../img/bar_dot_h.png") 0 0 no-repeat;
}
#social .youtube a {
  float: right;
}

/*================================================================================
	MODULE STYLE
================================================================================*/
.block {
  position: relative;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;


====================================================================================== */
#information {
  /*
  	#block04{
  		width: 100%;
  		height: 210px;
  		z-index: 0;
  
  		.p3{
  			@extend %abs;
  			z-index: 2;
  			left: 164px;
  			top: 9px;
  		}
  
  		.p4{
  			@extend %abs;
  			z-index: 2;
  			left: 553px;
  			top: 10px;
  		}
  
  	}
  */
}
#information #htmlContainer {
  font-size: 14px;
  color: #000;
  font-family: verdana;
  min-width: 970px;
  min-height: 1000px;
  overflow: hidden;
}
#information #contentBgLayer {
  background: black url("../../img/information/bg_content.png") no-repeat center 90px;
  width: 100%;
  height: 2400px;
}
#information #mainVslLayer {
  background: url("../../img/information/vsl_main00_all.png") no-repeat center top;
  min-height: 628px;
  position: relative;
}
#information #main {
  width: 100%;
  height: 560px;
  z-index: 0;
  		/*.btnMovie{
  			@extend %abs;
  			z-index: 11;
  			left: 641px;
  			top: 354px;
  
  			a{
  				display: block;
  			}
  
  			&.Start{
  				-webkit-animation: btnMovieStart 0.4s cubic-bezier(0,0.7,0.7,1) 0;
  				opacity: 1;
  			}
  
  			.eff{
  				@extend %abs;
  				position: absolute !important;
  				display: none;
  			}
  		}*/
}
#information #main .infonav {
  height: 61px;
  z-index: 20;
  left: 0px;
  top: 10px;
}
#information #main .infonav li {
  float: left;
}
#information #main .logo {
  z-index: 11;
  /*left: 185px;*/
  left: 162px;
  top: 310px;
}
#information #main .copy {
  z-index: 11;
  left: -8px;
  top: 54px;
}
#information #main .date {
  z-index: 11;
  /*left: 0px;*/
  left: -23px;
  top: 365px;
}
#information #main .date a {
  display: block;
  position: relative;
}
#information #main .date .eff {
  position: absolute !important;
  display: none;
}
#information #main .frame {
  z-index: 3;
  left: -446px;
  top: 220px;
}
#information #main .btnMovie {
  z-index: 11;
  left: 664px;
  top: 290px;
}
#information #main .btnMovie a {
  display: block;
}
#information #main .btnMovie.Start {
  -webkit-animation: btnMovieStart 0.4s cubic-bezier(0, 0.7, 0.7, 1) 0;
  opacity: 1;
}
#information #main .btnMovie .eff {
  position: absolute !important;
  display: none;
}
#information #main .btnMovie .pv02-p3 {
  top: 0;
}
#information #main .btnMovie .pv02-p4 {
  top: 127px;
  left: 25px;
}
#information #main #yuki {
  z-index: 0;
  left: 46px;
  top: 162px;
}
#information #main #naru {
  z-index: 0;
  left: 224px;
  top: 154px;
}
#information #main #zen {
  z-index: 1;
  left: -130px;
  top: -47px;
}
#information #main #rei {
  z-index: 2;
  left: 507px;
  top: 119px;
}
#information #block02 {
  width: 100%;
  height: 488px;
  z-index: 0;
}
#information #block02 .text00,
#information #block02 .text00Effect {
  z-index: 2;
  left: 126px;
  top: 0px;
}
#information #block02 .text00.text00Effect img,
#information #block02 .text00Effect.text00Effect img {
  display: none;
}
#information #block02 .text01 {
  z-index: 2;
  left: 57px;
  top: 353px;
}
#information #block02 .thumbs {
  z-index: 2;
  left: 17px;
  top: 172px;
}
#information #block03 {
  width: 100%;
  height: 1074px;
  z-index: 0;
}
#information #block03 .text00 {
  z-index: 2;
  left: 219px;
  top: 30px;
}
#information #block03 .text00.text00Effect {
  display: none;
}
#information #block03 .charaAll {
  z-index: 0;
  left: 12px;
  top: 26px;
}
#information #block03 .charaAll.text00Effect {
  display: none;
}
#information #block03 .thumbs00 {
  z-index: 3;
  left: 22px;
  top: 550px;
}
#information #block03 .thumbs01 {
  z-index: 3;
  left: 692px;
  top: 550px;
}
#information #block05 {
  width: 100%;
  height: 362px;
  z-index: 0;
  /* *********************************************************** END ADD */
}
#information #block05 .social {
  left: 790px;
  top: 304px;
  width: 340px;
  /* *********************************************************** ADD */
}
#information #block05 .social .tw {
  width: 48px;
  float: left;
  background: url(../img/bar_dot_h.png) 100% 0 no-repeat;
}
#information #block05 .social .tw a {
  display: block;
  width: 32px;
  margin: 0 auto;
}
#information #block05 .social .fb {
  width: 58px;
  float: left;
  margin: 0 auto;
}
#information #block05 .social .fb a {
  display: block;
  margin: 0 auto;
  width: 32px;
}
#information #block05 .social .youtube {
  width: 48px;
  float: left;
  background: url(../img/bar_dot_h.png) 0 0 no-repeat;
}
#information #block05 .social .youtube a {
  float: right;
  width: 32px;
}
#information #information {
  background: black url("../../img/information/bg_info.png") no-repeat 0 0;
  width: 922px;
  height: 278px;
  margin: 0 auto;
  position: relative;
}
#information #information .ttl {
  z-index: 2;
  left: 20px;
  top: 22px;
}
#information #information .detail {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
#information #information .detail00 {
  z-index: 2;
  left: 25px;
  top: 100px;
}
#information #information .detail00 span {
  color: #FF99CC;
}
#information #information .staff {
  z-index: 2;
  left: 25px;
  top: 160px;
}

/*================================================================================
================================================================================*/
@-webkit-keyframes btnMovieStart {
  0% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  1% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes btnMovieStart {
  0% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  1% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
/*================================================================================
================================================================================*/
@-webkit-keyframes logoStart {
  0% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  1% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes logoStart {
  0% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  1% {
    -webkit-transform: rotate(-720deg) scale(0.8);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#top {
  /* 背景 メインビジュアル */
}
#top #mainVslLayer {
  background: url("../img/bg_common.jpg") no-repeat center top;
  position: relative;
  margin-bottom: 20px;
}
#top #main {
  width: 100%;
  height: 508px;
  z-index: 0;
}
#top #main .none {
  opacity: 0;
  display: none;
}
#top #main h1 {
  position: absolute;
  left: 256px;
  top: 300px;
  z-index: 10;
}
#top #main .chara-p3 {
  position: absolute;
  left: 21px;
  top: 94px;
  z-index: 1;
}
#top #main .chara-p4 {
  position: absolute;
  left: 168px;
  top: 94px;
  z-index: 2;
}
#top #main .chara-rei {
  position: absolute;
  left: 482px;
  top: 104px;
  z-index: 4;
}
#top #main .chara-zen {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
}
#top #main .chara-enemy {
  position: absolute;
  left: 40px;
  top: 91px;
  z-index: 0;
}
#top #main .chara-cover {
  position: absolute;
  left: 5px;
  top: 398px;
  z-index: 5;
}
#top #main .icon-sale {
  position: absolute;
  left: 9px;
  top: 0px;
  z-index: 0;
}
#top #main .topics-box {
  position: absolute;
  left: 680px;
  top: 178px;
  z-index: 20;
  width: 243px;
  height: 202px;
  text-align: center;
}
#top #main .topics-box .topics-inner {
  position: relative;
}
#top #main .topics-box .topics-ttl {
  position: absolute;
  left: 20px;
  top: 0px;
  z-index: 1;
  padding-top: 8px;
  display: none;
}
#top #main .topics-box .topics-thumb {
  position: absolute;
  left: 20px;
  top: 8px;
  z-index: 0;
}
#top #main .btn-usa {
  position: absolute;
  left: 741px;
  top: 372px;
  z-index: 10;
}
#top #main .btn-eu {
  position: absolute;
  left: 766px;
  top: 420px;
  z-index: 10;
}
#top #main .btn-dl {
  position: absolute;
  left: 707px;
  top: 468px;
  z-index: 10;
}
#top #main .new-box {
  position: absolute;
  left: 0px;
  top: 430px;
  z-index: 9;
  width: 249px;
  height: 84px;
  background: url("../../img/top/new_bg.png") no-repeat center top;
  text-align: center;
}
#top #main .new-box .new-inner {
  display: block;
  width: 205px;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
  position: relative;
}
#top #main .new-box .new-inner li {
  margin-bottom: 10px;
}
#top #main .new-box .new-inner .date {
  color: #EB01A1;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
#top #main .new-box .new-inner .txt {
  font-size: 15px;
  color: #FFF;
}
#top #main .new-box .new-ttl {
  position: absolute;
  left: -13px;
  top: -30px;
  z-index: 2;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#character-top #mainVslLayer,
#character-p3 #mainVslLayer,
#character-p4 #mainVslLayer,
#character-new #mainVslLayer {
  position: relative;
  margin-bottom: 20px;
}
#character-top #main,
#character-p3 #main,
#character-p4 #main,
#character-new #main {
  width: 100%;
  height: 508px;
  z-index: 0;
}
#character-top #main .chara-cover,
#character-p3 #main .chara-cover,
#character-p4 #main .chara-cover,
#character-new #main .chara-cover {
  position: absolute;
  left: 5px;
  top: 398px;
  z-index: 5;
}
#character-top #main .spider,
#character-p3 #main .spider,
#character-p4 #main .spider,
#character-new #main .spider {
  position: absolute;
  left: 790px;
  top: 396px;
  z-index: 20;
}
#character-top #main h1,
#character-p3 #main h1,
#character-p4 #main h1,
#character-new #main h1 {
  position: absolute;
  left: 12px;
  top: 405px;
  z-index: 10;
}
#character-top #main h2,
#character-p3 #main h2,
#character-p4 #main h2,
#character-new #main h2 {
  position: absolute;
  left: 639px;
  top: 489px;
  z-index: 30;
}
#character-top #main .chara-inner,
#character-p3 #main .chara-inner,
#character-p4 #main .chara-inner,
#character-new #main .chara-inner {
  position: relative;
}
#character-top #main .chara-inner .none,
#character-p3 #main .chara-inner .none,
#character-p4 #main .chara-inner .none,
#character-new #main .chara-inner .none {
  opacity: 0;
  display: none;
}
#character-top #main .link-box,
#character-p3 #main .link-box,
#character-p4 #main .link-box,
#character-new #main .link-box {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}
#character-top #main .link-box .link-inner,
#character-p3 #main .link-box .link-inner,
#character-p4 #main .link-box .link-inner,
#character-new #main .link-box .link-inner {
  position: relative;
}
#character-top #main .link-box a,
#character-p3 #main .link-box a,
#character-p4 #main .link-box a,
#character-new #main .link-box a {
  display: block;
}
#character-top #main .spider-box,
#character-p3 #main .spider-box,
#character-p4 #main .spider-box,
#character-new #main .spider-box {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  width: 960px;
  height: 450px;
}
#character-top #main .spider-box .spider-inner,
#character-p3 #main .spider-box .spider-inner,
#character-p4 #main .spider-box .spider-inner,
#character-new #main .spider-box .spider-inner {
  position: relative;
}
#character-top #main .spider-box p,
#character-p3 #main .spider-box p,
#character-p4 #main .spider-box p,
#character-new #main .spider-box p {
  display: none;
}
#character-top .title-nav .nav-p4,
#character-p3 .title-nav .nav-p4,
#character-p4 .title-nav .nav-p4,
#character-new .title-nav .nav-p4 {
  position: absolute;
  left: 847px;
  top: -20px;
  z-index: 60;
}
#character-top .title-nav .nav-new,
#character-p3 .title-nav .nav-new,
#character-p4 .title-nav .nav-new,
#character-new .title-nav .nav-new {
  position: absolute;
  left: 820px;
  top: -20px;
  z-index: 50;
}
#character-top .chara-detail .icon,
#character-p3 .chara-detail .icon,
#character-p4 .chara-detail .icon,
#character-new .chara-detail .icon {
  z-index: 40;
}
#character-top .chara-detail .name,
#character-p3 .chara-detail .name,
#character-p4 .chara-detail .name,
#character-new .chara-detail .name {
  position: absolute;
  left: 116px;
  top: 200px;
  z-index: 40;
}
#character-top .chara-detail .text,
#character-p3 .chara-detail .text,
#character-p4 .chara-detail .text,
#character-new .chara-detail .text {
  position: absolute;
  left: 116px;
  top: 237px;
  z-index: 40;
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  /*width:300px;*/
  width: 280px;
}
#character-top .chara-detail .text span.p3-caps,
#character-p3 .chara-detail .text span.p3-caps,
#character-p4 .chara-detail .text span.p3-caps,
#character-new .chara-detail .text span.p3-caps {
  color: #00F5FD;
}
#character-top .chara-detail .text span.p4-caps,
#character-p3 .chara-detail .text span.p4-caps,
#character-p4 .chara-detail .text span.p4-caps,
#character-new .chara-detail .text span.p4-caps {
  color: #FFFF00;
}
#character-top .chara-detail .visual,
#character-p3 .chara-detail .visual,
#character-p4 .chara-detail .visual,
#character-new .chara-detail .visual {
  opacity: 0;
  display: none;
}
#character-top .chara-detail .movie01,
#character-p3 .chara-detail .movie01,
#character-p4 .chara-detail .movie01,
#character-new .chara-detail .movie01 {
  position: absolute;
  left: 635px;
  top: 69px;
  z-index: 40;
}
#character-top .chara-detail .movie01 a,
#character-p3 .chara-detail .movie01 a,
#character-p4 .chara-detail .movie01 a,
#character-new .chara-detail .movie01 a {
  display: block;
}
#character-top .chara-detail .movie01 .eff,
#character-p3 .chara-detail .movie01 .eff,
#character-p4 .chara-detail .movie01 .eff,
#character-new .chara-detail .movie01 .eff {
  position: absolute !important;
  display: none;
}
#character-top .chara-detail .movie01-none,
#character-p3 .chara-detail .movie01-none,
#character-p4 .chara-detail .movie01-none,
#character-new .chara-detail .movie01-none {
  position: absolute;
  left: 635px;
  top: 69px;
  z-index: 40;
}
#character-top .chara-detail .movie01-none .thumb,
#character-p3 .chara-detail .movie01-none .thumb,
#character-p4 .chara-detail .movie01-none .thumb,
#character-new .chara-detail .movie01-none .thumb {
  position: absolute !important;
  left: 23px;
  top: 19px;
}
#character-top .chara-detail .movie01-none .icon,
#character-p3 .chara-detail .movie01-none .icon,
#character-p4 .chara-detail .movie01-none .icon,
#character-new .chara-detail .movie01-none .icon {
  position: absolute !important;
}
#character-top .chara-detail .movie02,
#character-p3 .chara-detail .movie02,
#character-p4 .chara-detail .movie02,
#character-new .chara-detail .movie02 {
  position: absolute;
  left: 658px;
  top: 211px;
  z-index: 40;
}
#character-top .chara-detail .pager-nav .prev,
#character-p3 .chara-detail .pager-nav .prev,
#character-p4 .chara-detail .pager-nav .prev,
#character-new .chara-detail .pager-nav .prev {
  position: absolute;
  left: 6px;
  top: -20px;
  z-index: 0;
}
#character-top .chara-detail .pager-nav .next,
#character-p3 .chara-detail .pager-nav .next,
#character-p4 .chara-detail .pager-nav .next,
#character-new .chara-detail .pager-nav .next {
  position: absolute;
  left: 860px;
  top: -20px;
  z-index: 0;
}
#character-top .chara-detail .title-changer .left-changer,
#character-p3 .chara-detail .title-changer .left-changer,
#character-p4 .chara-detail .title-changer .left-changer,
#character-new .chara-detail .title-changer .left-changer {
  position: absolute;
  left: 657px;
  top: -107px;
  z-index: 30;
}
#character-top .chara-detail .title-changer .right-changer,
#character-p3 .chara-detail .title-changer .right-changer,
#character-p4 .chara-detail .title-changer .right-changer,
#character-new .chara-detail .title-changer .right-changer {
  position: absolute;
  left: 762px;
  top: -107px;
  z-index: 30;
}

/*================================================================================
  CHARACTER TOP
================================================================================*/
#character-top #mainVslLayer {
  background: url("../img/bg_common.jpg") no-repeat center top;
}
#character-top #main #p3-side {
  width: 427px;
  height: 297px;
  position: absolute;
  left: 8px;
  top: 111px;
  z-index: 10;
}
#character-top #main .p3-side {
  width: 427px;
  height: 408px;
  position: absolute;
  left: 8px;
  top: 0px;
  z-index: 0;
}
#character-top #main .p3-side h3 {
  position: absolute;
  left: 111px;
  top: -20px;
  z-index: 2;
}
#character-top #main .p3-side .chara-def {
  position: absolute;
  left: 0px;
  top: 111px;
  z-index: 0;
}
#character-top #main .p3-side .chara-on {
  position: absolute;
  left: 0px;
  top: 111px;
  z-index: 1;
}
#character-top #main #p4-side {
  width: 432px;
  height: 301px;
  position: absolute;
  left: 527px;
  top: 105px;
  z-index: 10;
}
#character-top #main .p4-side {
  width: 432px;
  height: 406px;
  position: absolute;
  left: 527px;
  top: 0px;
  z-index: 0;
}
#character-top #main .p4-side h3 {
  position: absolute;
  left: 213px;
  top: -20px;
  z-index: 2;
}
#character-top #main .p4-side .chara-def {
  position: absolute;
  left: 0px;
  top: 105px;
  z-index: 0;
}
#character-top #main .p4-side .chara-on {
  position: absolute;
  left: 0px;
  top: 105px;
  z-index: 1;
}
#character-top #main #new-side {
  width: 160px;
  height: 233px;
  position: absolute;
  left: 400px;
  top: 142px;
  z-index: 15;
}
#character-top #main .new-side {
  width: 160px;
  height: 382px;
  position: absolute;
  left: 400px;
  top: 0px;
  z-index: 10;
}
#character-top #main .new-side h3 {
  position: absolute;
  left: 31px;
  top: -20px;
  z-index: 2;
}
#character-top #main .new-side .chara-def {
  position: absolute;
  left: 0px;
  top: 142px;
  z-index: 0;
}
#character-top #main .new-side .chara-on {
  position: absolute;
  left: 0px;
  top: 142px;
  z-index: 1;
}
#character-top #main .chara-shadow {
  position: absolute;
  left: 0px;
  top: 264px;
  z-index: 0;
}

/*================================================================================
  P3 SIDE
================================================================================*/
#character-p3 #mainVslLayer {
  background: url("../img/bg_character_p3.jpg") no-repeat center top;
}
#character-p3 .chara-detail #mainVslLayer {
  background: url("../img/bg_character_p3_detail.jpg") no-repeat center top;
}
#character-p3 #main #p3-hero {
  width: 246px;
  height: 420px;
  position: absolute;
  left: 6px;
  top: 0px;
  z-index: 6;
}
#character-p3 #main .p3-hero-name {
  position: absolute;
  left: 120px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-hero {
  width: 246px;
  height: 491px;
  position: absolute;
  left: 6px;
  top: 0px;
  z-index: 5;
}
#character-p3 #main .p3-hero h3 {
  position: absolute;
  left: 115px;
  top: 0px;
  z-index: 2;
}
#character-p3 #main .p3-hero .chara-def {
  position: absolute;
  left: 0px;
  top: 31px;
  z-index: 0;
}
#character-p3 #main .p3-hero .chara-on {
  position: absolute;
  left: 0px;
  top: 31px;
  z-index: 1;
}
#character-p3 #main #p3-mitsuru {
  width: 180px;
  height: 383px;
  position: absolute;
  left: 280px;
  top: 108px;
  z-index: 10;
}
#character-p3 #main .p3-mitsuru-name {
  position: absolute;
  left: 397px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-mitsuru {
  width: 272px;
  height: 491px;
  /*@include absolute(280,0,4);*/
  position: absolute;
  left: 280px;
  top: 0px;
  z-index: 4;
}
#character-p3 #main .p3-mitsuru .chara-def {
  position: absolute;
  left: 0px;
  top: 108px;
  z-index: 0;
}
#character-p3 #main .p3-mitsuru .chara-on {
  position: absolute;
  left: 0px;
  top: 108px;
  z-index: 1;
}
#character-p3 #main #p3-yukari {
  width: 120px;
  height: 383px;
  position: absolute;
  left: 184px;
  top: 97px;
  z-index: 11;
}
#character-p3 #main .p3-yukari-name {
  position: absolute;
  left: 218px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-yukari {
  width: 272px;
  height: 491px;
  position: absolute;
  left: 136px;
  top: 0px;
  z-index: 4;
}
#character-p3 #main .p3-yukari .chara-def {
  position: absolute;
  left: 0px;
  top: 97px;
  z-index: 0;
}
#character-p3 #main .p3-yukari .chara-on {
  position: absolute;
  left: 0px;
  top: 97px;
  z-index: 1;
}
#character-p3 #main #p3-junpei {
  width: 120px;
  height: 123px;
  position: absolute;
  left: 277px;
  top: 57px;
  z-index: 11;
}
#character-p3 #main .p3-junpei-name {
  position: absolute;
  left: 305px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-junpei {
  width: 272px;
  height: 491px;
  position: absolute;
  left: 252px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-junpei .chara-def {
  position: absolute;
  left: 0px;
  top: 57px;
  z-index: 0;
}
#character-p3 #main .p3-junpei .chara-on {
  position: absolute;
  left: 0px;
  top: 57px;
  z-index: 1;
}
#character-p3 #main #p3-fuka {
  width: 75px;
  height: 310px;
  position: absolute;
  left: 450px;
  top: 108px;
  z-index: 10;
}
#character-p3 #main .p3-fuka-name {
  position: absolute;
  left: 506px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-fuka {
  width: 93px;
  height: 327px;
  position: absolute;
  left: 440px;
  top: 0px;
  z-index: 3;
}
#character-p3 #main .p3-fuka .chara-def {
  position: absolute;
  left: 0px;
  top: 118px;
  z-index: 0;
}
#character-p3 #main .p3-fuka .chara-on {
  position: absolute;
  left: 0px;
  top: 118px;
  z-index: 1;
}
#character-p3 #main #p3-sanada {
  width: 140px;
  height: 315px;
  position: absolute;
  left: 452px;
  top: 29px;
  z-index: 10;
}
#character-p3 #main .p3-sanada-name {
  position: absolute;
  left: 508px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-sanada {
  width: 197px;
  height: 344px;
  position: absolute;
  left: 452px;
  top: 0px;
  z-index: 2;
}
#character-p3 #main .p3-sanada .chara-def {
  position: absolute;
  left: 0px;
  top: 29px;
  z-index: 0;
}
#character-p3 #main .p3-sanada .chara-on {
  position: absolute;
  left: 0px;
  top: 29px;
  z-index: 1;
}
#character-p3 #main #p3-aragaki {
  width: 130px;
  height: 330px;
  position: absolute;
  left: 590px;
  top: 63px;
  z-index: 10;
}
#character-p3 #main .p3-aragaki-name {
  position: absolute;
  left: 625px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-aragaki {
  width: 208px;
  height: 393px;
  position: absolute;
  left: 548px;
  top: 0px;
  z-index: 3;
}
#character-p3 #main .p3-aragaki .chara-def {
  position: absolute;
  left: 0px;
  top: 63px;
  z-index: 0;
}
#character-p3 #main .p3-aragaki .chara-on {
  position: absolute;
  left: 0px;
  top: 63px;
  z-index: 1;
}
#character-p3 #main #p3-amada {
  width: 164px;
  height: 262px;
  position: absolute;
  left: 348px;
  top: 225px;
  z-index: 10;
}
#character-p3 #main .p3-amada-name {
  position: absolute;
  left: 445px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-amada {
  width: 228px;
  height: 487px;
  position: absolute;
  left: 348px;
  top: 0px;
  z-index: 6;
}
#character-p3 #main .p3-amada .chara-def {
  position: absolute;
  left: 0px;
  top: 225px;
  z-index: 0;
}
#character-p3 #main .p3-amada .chara-on {
  position: absolute;
  left: 0px;
  top: 225px;
  z-index: 1;
}
#character-p3 #main #p3-koromaru {
  width: 194px;
  height: 185px;
  position: absolute;
  left: 449px;
  top: 301px;
  z-index: 11;
}
#character-p3 #main .p3-koromaru-name {
  position: absolute;
  left: 603px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-koromaru {
  width: 285px;
  height: 406px;
  position: absolute;
  left: 449px;
  top: 0px;
  z-index: 6;
}
#character-p3 #main .p3-koromaru .chara-def {
  position: absolute;
  left: 0px;
  top: 301px;
  z-index: 0;
}
#character-p3 #main .p3-koromaru .chara-on {
  position: absolute;
  left: 0px;
  top: 301px;
  z-index: 1;
}
#character-p3 #main #p3-aigis {
  width: 80px;
  height: 328px;
  position: absolute;
  left: 530px;
  top: 94px;
  z-index: 10;
}
#character-p3 #main .p3-aigis-name {
  position: absolute;
  left: 553px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-aigis {
  width: 153px;
  height: 328px;
  position: absolute;
  left: 497px;
  top: 0px;
  z-index: 3;
}
#character-p3 #main .p3-aigis .chara-def {
  position: absolute;
  left: 0px;
  top: 94px;
  z-index: 0;
}
#character-p3 #main .p3-aigis .chara-on {
  position: absolute;
  left: 0px;
  top: 94px;
  z-index: 1;
}
#character-p3 #main #p3-eli {
  width: 101px;
  height: 290px;
  position: absolute;
  left: 700px;
  top: 117px;
  z-index: 10;
}
#character-p3 #main .p3-eli-name {
  position: absolute;
  left: 714px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-eli {
  width: 101px;
  height: 234px;
  position: absolute;
  left: 701px;
  top: 0px;
  z-index: 2;
}
#character-p3 #main .p3-eli .chara-def {
  position: absolute;
  left: 0px;
  top: 117px;
  z-index: 0;
}
#character-p3 #main .p3-eli .chara-on {
  position: absolute;
  left: 0px;
  top: 117px;
  z-index: 1;
}
#character-p3 #main #p3-teo {
  width: 86px;
  height: 260px;
  position: absolute;
  left: 676px;
  top: 91px;
  z-index: 10;
}
#character-p3 #main .p3-teo-name {
  position: absolute;
  left: 678px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-teo {
  width: 86px;
  height: 260px;
  position: absolute;
  left: 676px;
  top: 0px;
  z-index: 0;
}
#character-p3 #main .p3-teo .chara-def {
  position: absolute;
  left: 0px;
  top: 91px;
  z-index: 0;
}
#character-p3 #main .p3-teo .chara-on {
  position: absolute;
  left: 0px;
  top: 91px;
  z-index: 1;
}
#character-p3 #main .p3-none01 {
  position: absolute;
  left: 497px;
  top: 91px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-hero-d .icon {
  position: absolute;
  left: 122px;
  top: 16px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-hero-d .visual {
  position: absolute;
  left: 352px;
  top: 28px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-yukari-d .icon {
  position: absolute;
  left: 118px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-yukari-d .visual {
  position: absolute;
  left: 346px;
  top: 31px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-junpei-d .icon {
  position: absolute;
  left: 114px;
  top: 25px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-junpei-d .visual {
  position: absolute;
  left: 334px;
  top: 21px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-mitsuru-d .icon {
  position: absolute;
  left: 105px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-mitsuru-d .visual {
  position: absolute;
  left: 266px;
  top: 21px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-fuka-d .icon {
  position: absolute;
  left: 128px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-fuka-d .visual {
  position: absolute;
  left: 402px;
  top: 29px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-sanada-d .icon {
  position: absolute;
  left: 118px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-sanada-d .visual {
  position: absolute;
  left: 269px;
  top: 23px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-aragaki-d .icon {
  position: absolute;
  left: 99px;
  top: 11px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-aragaki-d .visual {
  position: absolute;
  left: 291px;
  top: 10px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-amada-d .icon {
  position: absolute;
  left: 115px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-amada-d .visual {
  position: absolute;
  left: 319px;
  top: 43px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-koromaru-d .icon {
  position: absolute;
  left: 110px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-koromaru-d .visual {
  position: absolute;
  left: 319px;
  top: 129px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-aigis-d .icon {
  position: absolute;
  left: 110px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-aigis-d .visual {
  position: absolute;
  left: 323px;
  top: 17px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-eli-d .icon {
  position: absolute;
  left: 110px;
  top: 26px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-eli-d .visual {
  position: absolute;
  left: 360px;
  top: 30px;
  z-index: 0;
}
#character-p3 .chara-detail #p3-teo-d .icon {
  position: absolute;
  left: 122px;
  top: 11px;
  z-index: 40;
}
#character-p3 .chara-detail #p3-teo-d .visual {
  position: absolute;
  left: 390px;
  top: 25px;
  z-index: 0;
}

/*================================================================================
  P4 SIDE
================================================================================*/
#character-p4 #mainVslLayer {
  background: url("../img/bg_character_p4.jpg") no-repeat center top;
}
#character-p4 .chara-detail #mainVslLayer {
  background: url("../img/bg_character_p4_detail.jpg") no-repeat center top;
}
#character-p4 #main #p4-hero {
  width: 160px;
  height: 504px;
  position: absolute;
  left: 670px;
  top: 16px;
  z-index: 10;
}
#character-p4 #main .p4-hero-name {
  position: absolute;
  left: 620px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-hero {
  width: 262px;
  height: 520px;
  position: absolute;
  left: 620px;
  top: 0px;
  z-index: 5;
}
#character-p4 #main .p4-hero .chara-def {
  position: absolute;
  left: 0px;
  top: 16px;
  z-index: 0;
}
#character-p4 #main .p4-hero .chara-on {
  position: absolute;
  left: 0px;
  top: 16px;
  z-index: 1;
}
#character-p4 #main #p4-chie {
  width: 100px;
  height: 414px;
  position: absolute;
  left: 570px;
  top: 59px;
  z-index: 10;
}
#character-p4 #main .p4-chie-name {
  position: absolute;
  left: 512px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-chie {
  width: 281px;
  height: 473px;
  position: absolute;
  left: 512px;
  top: 0px;
  z-index: 4;
}
#character-p4 #main .p4-chie .chara-def {
  position: absolute;
  left: 0px;
  top: 59px;
  z-index: 0;
}
#character-p4 #main .p4-chie .chara-on {
  position: absolute;
  left: 0px;
  top: 59px;
  z-index: 1;
}
#character-p4 #main #p4-yosuke {
  width: 80px;
  height: 367px;
  position: absolute;
  left: 490px;
  top: 90px;
  z-index: 10;
}
#character-p4 #main .p4-yosuke-name {
  position: absolute;
  left: 436px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-yosuke {
  width: 232px;
  height: 457px;
  /*@include absolute(436,0,2);*/
  position: absolute;
  left: 436px;
  top: 0px;
  z-index: 3;
}
#character-p4 #main .p4-yosuke .chara-def {
  position: absolute;
  left: 0px;
  top: 90px;
  z-index: 0;
}
#character-p4 #main .p4-yosuke .chara-on {
  position: absolute;
  left: 0px;
  top: 90px;
  z-index: 1;
}
#character-p4 #main #p4-yukiko {
  width: 90px;
  height: 323px;
  position: absolute;
  left: 400px;
  top: 95px;
  z-index: 10;
}
#character-p4 #main .p4-yukiko-name {
  position: absolute;
  left: 346px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-yukiko {
  width: 200px;
  height: 418px;
  position: absolute;
  left: 346px;
  top: 0px;
  z-index: 2;
}
#character-p4 #main .p4-yukiko .chara-def {
  position: absolute;
  left: 20px;
  top: 95px;
  z-index: 0;
}
#character-p4 #main .p4-yukiko .chara-on {
  position: absolute;
  left: 20px;
  top: 95px;
  z-index: 1;
}
#character-p4 #main #p4-rise {
  width: 195px;
  height: 323px;
  position: absolute;
  left: 200px;
  top: 85px;
  z-index: 10;
}
#character-p4 #main .p4-rise-name {
  position: absolute;
  left: 200px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-rise {
  width: 200px;
  height: 418px;
  position: absolute;
  left: 190px;
  top: 0px;
  z-index: 2;
}
#character-p4 #main .p4-rise .chara-def {
  position: absolute;
  left: 0px;
  top: 86px;
  z-index: 0;
}
#character-p4 #main .p4-rise .chara-on {
  position: absolute;
  left: 0px;
  top: 86px;
  z-index: 1;
}
#character-p4 #main #p4-kuma {
  width: 170px;
  height: 220px;
  position: absolute;
  left: 280px;
  top: 200px;
  z-index: 10;
}
#character-p4 #main .p4-kuma-name {
  position: absolute;
  left: 399px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-kuma {
  width: 200px;
  height: 418px;
  position: absolute;
  left: 242px;
  top: 0px;
  z-index: 3;
}
#character-p4 #main .p4-kuma .chara-def {
  position: absolute;
  left: 0px;
  top: 165px;
  z-index: 0;
}
#character-p4 #main .p4-kuma .chara-on {
  position: absolute;
  left: 0px;
  top: 165px;
  z-index: 1;
}
#character-p4 #main #p4-kanji {
  width: 90px;
  height: 163px;
  position: absolute;
  left: 336px;
  top: 36px;
  z-index: 10;
}
#character-p4 #main .p4-kanji-name {
  position: absolute;
  left: 295px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-kanji {
  width: 274px;
  height: 354px;
  position: absolute;
  left: 221px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-kanji .chara-def {
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 0;
}
#character-p4 #main .p4-kanji .chara-on {
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 1;
}
#character-p4 #main #p4-naoto {
  width: 100px;
  height: 295px;
  position: absolute;
  left: 160px;
  top: 84px;
  z-index: 10;
}
#character-p4 #main .p4-naoto-name {
  position: absolute;
  left: 113px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-naoto {
  width: 118px;
  height: 294px;
  position: absolute;
  left: 160px;
  top: 0px;
  z-index: 1;
}
#character-p4 #main .p4-naoto .chara-def {
  position: absolute;
  left: 0px;
  top: 84px;
  z-index: 0;
}
#character-p4 #main .p4-naoto .chara-on {
  position: absolute;
  left: 0px;
  top: 84px;
  z-index: 1;
}
#character-p4 #main #p4-mar {
  width: 128px;
  height: 258px;
  position: absolute;
  left: 36px;
  top: 88px;
  z-index: 10;
}
#character-p4 #main .p4-mar-name {
  position: absolute;
  left: -4px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-mar {
  width: 128px;
  height: 258px;
  position: absolute;
  left: 36px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-mar .chara-def {
  position: absolute;
  left: 0px;
  top: 87px;
  z-index: 0;
}
#character-p4 #main .p4-mar .chara-on {
  position: absolute;
  left: 0px;
  top: 87px;
  z-index: 1;
}
#character-p4 #main #p4-mary {
  width: 90px;
  height: 238px;
  position: absolute;
  left: 100px;
  top: 126px;
  z-index: 10;
}
#character-p4 #main .p4-mary-name {
  position: absolute;
  left: 57px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-mary {
  width: 161px;
  height: 238px;
  position: absolute;
  left: 65px;
  top: 0px;
  z-index: 0;
}
#character-p4 #main .p4-mary .chara-def {
  position: absolute;
  left: 0px;
  top: 126px;
  z-index: 0;
}
#character-p4 #main .p4-mary .chara-on {
  position: absolute;
  left: 0px;
  top: 126px;
  z-index: 1;
}
#character-p4 #main .p4-none01 {
  position: absolute;
  left: 42px;
  top: 36px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-hero-d .icon {
  position: absolute;
  left: 121px;
  top: 13px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-hero-d .visual {
  position: absolute;
  left: 354px;
  top: 18px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-chie-d .icon {
  position: absolute;
  left: 113px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-chie-d .visual {
  position: absolute;
  left: 306px;
  top: 21px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-yosuke-d .icon {
  position: absolute;
  left: 106px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-yosuke-d .visual {
  position: absolute;
  left: 350px;
  top: 34px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-yukiko-d .icon {
  position: absolute;
  left: 106px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-yukiko-d .visual {
  position: absolute;
  left: 322px;
  top: 23px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-rise-d .icon {
  position: absolute;
  left: 110px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-rise-d .visual {
  position: absolute;
  left: 270px;
  top: 17px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-kuma-d .icon {
  position: absolute;
  left: 110px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-kuma-d .visual {
  position: absolute;
  left: 267px;
  top: 86px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-kanji-d .icon {
  position: absolute;
  left: 71px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-kanji-d .visual {
  position: absolute;
  left: 114px;
  top: 4px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-naoto-d .icon {
  position: absolute;
  left: 117px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-naoto-d .visual {
  position: absolute;
  left: 353px;
  top: 21px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-mar-d .icon {
  position: absolute;
  left: 117px;
  top: 20px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-mar-d .visual {
  position: absolute;
  left: 319px;
  top: 30px;
  z-index: 0;
}
#character-p4 .chara-detail #p4-mary-d .icon {
  position: absolute;
  left: 99px;
  top: 26px;
  z-index: 40;
}
#character-p4 .chara-detail #p4-mary-d .visual {
  position: absolute;
  left: 272px;
  top: 23px;
  z-index: 0;
}

/*================================================================================
  NEW CHARACTER
================================================================================*/
#character-new #mainVslLayer {
  background: url("../img/bg_character_new.jpg") no-repeat center top;
}
#character-new .chara-detail #mainVslLayer {
  background: url("../img/bg_character_new_detail.jpg") no-repeat center top;
}
#character-new #main #new-zen {
  width: 380px;
  height: 468px;
  position: absolute;
  left: 330px;
  top: 15px;
  z-index: 10;
}
#character-new #main .new-zen-name {
  position: absolute;
  left: 574px;
  top: 0px;
  z-index: 0;
}
#character-new #main .new-zen {
  width: 546px;
  height: 483px;
  position: absolute;
  left: 193px;
  top: 0px;
  z-index: 5;
}
#character-new #main .new-zen .chara-def {
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 0;
}
#character-new #main .new-zen .chara-on {
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 1;
}
#character-new #main #new-rei {
  width: 160px;
  height: 374px;
  position: absolute;
  left: 330px;
  top: 127px;
  z-index: 10;
}
#character-new #main .new-rei-name {
  position: absolute;
  left: 268px;
  top: 0px;
  z-index: 0;
}
#character-new #main .new-rei {
  width: 318px;
  height: 501px;
  position: absolute;
  left: 268px;
  top: 0px;
  z-index: 5;
}
#character-new #main .new-rei .chara-def {
  position: absolute;
  left: 66px;
  top: 127px;
  z-index: 0;
}
#character-new #main .new-rei .chara-on {
  position: absolute;
  left: 66px;
  top: 127px;
  z-index: 1;
}
#character-new .chara-detail #new-zen-d .icon {
  position: absolute;
  left: 111px;
  top: 19px;
  z-index: 40;
}
#character-new .chara-detail #new-zen-d .visual {
  position: absolute;
  left: 274px;
  top: 0px;
  z-index: 0;
}
#character-new .chara-detail #new-rei-d .icon {
  position: absolute;
  left: 110px;
  top: 26px;
  z-index: 40;
}
#character-new .chara-detail #new-rei-d .visual {
  position: absolute;
  left: 338px;
  top: 75px;
  z-index: 0;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#special-top #mainVslLayer,
#special-detail #mainVslLayer {
  position: relative;
  margin-bottom: 20px;
}
#special-top #main,
#special-detail #main {
  width: 100%;
  height: 508px;
  z-index: 0;
}
#special-top #main h1,
#special-detail #main h1 {
  position: absolute;
  left: 12px;
  top: 405px;
  z-index: 10;
}
#special-top #main h2,
#special-detail #main h2 {
  position: absolute;
  left: 661px;
  top: 427px;
  z-index: 30;
}

/*================================================================================
  SPECIAL TOP
================================================================================*/
#special-top #mainVslLayer {
  background: url("../img/bg_special_top.jpg") no-repeat center top;
}
#special-top #main .special-nav .nav-movie {
  position: absolute;
  left: 56px;
  top: 60px;
  z-index: 0;
}
#special-top #main .special-nav .nav-tw {
  position: absolute;
  left: 226px;
  top: 60px;
  z-index: 0;
}
#special-top #main .special-nav .nav-wp {
  position: absolute;
  left: 397px;
  top: 60px;
  z-index: 0;
}
#special-top #main .special-nav .nav-product {
  position: absolute;
  left: 568px;
  top: 60px;
  z-index: 0;
}
#special-top #main .special-nav .nav-dcl {
  position: absolute;
  left: 739px;
  top: 60px;
  z-index: 0;
}
#special-top #main .special-nav .cr {
  pointer-events: none;
}
#special-top #main .special-nav .cr .off {
  display: none !important;
  opacity: 0 !important;
}
#special-top #main .special-nav .cr .on {
  display: block !important;
  opacity: 1 !important;
}
#special-top #main #btn-prev {
  position: absolute;
  left: 10px;
  top: 230px;
  z-index: 10;
  display: none;
}
#special-top #main #btn-next {
  position: absolute;
  left: 870px;
  top: 230px;
  z-index: 10;
}
#special-top #main .thumb-wrap {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}
#special-top #main .thumb-list {
  position: absolute;
  left: 98px;
  top: 120px;
  z-index: 0;
}
#special-top #main .thumb-list ul {
  position: relative;
  width: 755px;
}
#special-top #main .thumb-list li {
  position: relative;
}
#special-top #main .thumb-list li img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list li .icon {
  top: -15px !important;
  left: -7px !important;
  z-index: 10 !important;
}
#special-top #main .thumb-list .movie07 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .dlc09 {
  position: absolute;
  left: 190px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .dlc08 {
  position: absolute;
  left: 380px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .dlc07 {
  position: absolute;
  left: 570px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .dlc06 {
  position: absolute;
  left: 0px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .dlc05 {
  position: absolute;
  left: 190px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .dlc04 {
  position: absolute;
  left: 380px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .dlc03 {
  position: absolute;
  left: 570px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .dlc02 {
  position: absolute;
  left: 0px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .dlc01 {
  position: absolute;
  left: 190px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .movie06 {
  position: absolute;
  left: 380px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .movie05 {
  position: absolute;
  left: 570px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .tw04 {
  position: absolute;
  left: 1070px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .tw03 {
  position: absolute;
  left: 1260px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .tw02 {
  position: absolute;
  left: 1450px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .tw01 {
  position: absolute;
  left: 1640px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .product01 {
  position: absolute;
  left: 1070px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .movie04 {
  position: absolute;
  left: 1260px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .movie03 {
  position: absolute;
  left: 1450px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .movie01 {
  position: absolute;
  left: 1640px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .wp02 {
  position: absolute;
  left: 1070px;
  top: 190px;
  z-index: 0;
}
#special-top #main .thumb-list .wp01 {
  position: absolute;
  left: 1260px;
  top: 190px;
  z-index: 0;
}
#special-top #main .thumb-list .pos1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos2 {
  position: absolute;
  left: 190px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos3 {
  position: absolute;
  left: 380px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos4 {
  position: absolute;
  left: 570px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos5 {
  position: absolute;
  left: 0px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .pos6 {
  position: absolute;
  left: 190px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .pos7 {
  position: absolute;
  left: 380px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .pos8 {
  position: absolute;
  left: 570px;
  top: 95px;
  z-index: 1;
}
#special-top #main .thumb-list .pos9 {
  position: absolute;
  left: 0px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .pos10 {
  position: absolute;
  left: 190px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .pos11 {
  position: absolute;
  left: 380px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .pos12 {
  position: absolute;
  left: 570px;
  top: 190px;
  z-index: 2;
}
#special-top #main .thumb-list .pos13 {
  position: absolute;
  left: 1070px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos14 {
  position: absolute;
  left: 1260px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos15 {
  position: absolute;
  left: 1450px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos16 {
  position: absolute;
  left: 1640px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos17 {
  position: absolute;
  left: 1070px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos18 {
  position: absolute;
  left: 1260px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos19 {
  position: absolute;
  left: 1450px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos20 {
  position: absolute;
  left: 1640px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos21 {
  position: absolute;
  left: 1070px;
  top: 190px;
  z-index: 0;
}
#special-top #main .thumb-list .pos22 {
  position: absolute;
  left: 1260px;
  top: 190px;
  z-index: 0;
}
#special-top #main .thumb-list .pos23 {
  position: absolute;
  left: 1450px;
  top: 190px;
  z-index: 0;
}
#special-top #main .thumb-list .pos24 {
  position: absolute;
  left: 1640px;
  top: 190px;
  z-index: 0;
}
#special-top #main .thumb-list .pos25 {
  position: absolute;
  left: 2040px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos26 {
  position: absolute;
  left: 2230px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos27 {
  position: absolute;
  left: 2420px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos28 {
  position: absolute;
  left: 2610px;
  top: 0px;
  z-index: 0;
}
#special-top #main .thumb-list .pos29 {
  position: absolute;
  left: 2040px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos30 {
  position: absolute;
  left: 2230px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos31 {
  position: absolute;
  left: 2420px;
  top: 95px;
  z-index: 0;
}
#special-top #main .thumb-list .pos32 {
  position: absolute;
  left: 2610px;
  top: 95px;
  z-index: 0;
}

/*================================================================================
  SPECIAL DETAIL
================================================================================*/
#special-detail #mainVslLayer {
  background: url("../img/bg_special_detail.jpg") no-repeat center top;
}
#special-detail .bg02 {
  background: url("../img/bg_special_detail02.jpg") no-repeat center top !important;
}
#special-detail .bg03 {
  background: url("../img/bg_common.jpg") no-repeat center top !important;
}
#special-detail #main h3 {
  position: absolute;
  left: 31px;
  top: 16px;
  z-index: 0;
}
#special-detail #main h3.product-title {
  position: absolute;
  left: 31px;
  top: 0px;
  z-index: 0;
}
#special-detail #main .btn-dl01 {
  position: absolute;
  left: 578px;
  top: 427px;
  z-index: 40;
}
#special-detail #main .btn-return {
  position: absolute;
  left: 855px;
  top: 308px;
  z-index: 40;
}
#special-detail #main .movie-box {
  position: absolute;
  left: 247px;
  top: 127px;
  z-index: 0;
}
#special-detail #main .wide {
  left: 107px;
}
#special-detail #main .wide li {
  width: 235px;
  float: left;
  margin-right: 20px;
}
#special-detail #main .wide li h4 {
  margin-bottom: 15px;
}
#special-detail #main .movie-caps {
  color: #FFFFFF;
  font-size: 10px;
  position: absolute;
  left: 107px;
  top: 350px;
  z-index: 0;
}
#special-detail #main .wp-box {
  position: absolute;
  left: 242px;
  top: 127px;
  z-index: 0;
}
#special-detail #main .product-box {
  position: absolute;
  left: 65px;
  top: 140px;
  z-index: 0;
  width: 815px;
  /*.g02-detail{
  	text-align:center;
  }
  
  .g03-detail{
  	width:815px;
  	position:relative;
  	color:#FFF;
  	font-size:16px;
  	line-height:1.4;
  	
  	.txt01{ @include absolute(0,0,0); }
  	.txt02{ @include absolute(545,0,0); }
  	.front{ @include absolute(68,0,0); }
  	.back{ @include absolute(255,0,0); }
  	.date{ @include absolute(545,122,0); }
  	.detail-copy{
  		@include absolute(254,186,0);
  		width:520px;
  	}
  	.detail-txt{
  		@include absolute(254,285,0);
  		font-size:11px;
  		width:520px;
  		
  		p{
  			text-indent:-12px;
  			margin-left:12px;
  		}
  		
  		.short{
  			width:450px;
  		}
  	}
  }*/
}
#special-detail #main .product-box .prd-detail {
  position: relative;
}
#special-detail #main .product-box .prd-detail .prd01L {
  width: 400px;
  float: left;
}
#special-detail #main .product-box .prd-detail .prd01R {
  width: 395px;
  float: right;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
}
#special-detail #main .product-box .prd-detail .prd01R p {
  margin-bottom: 10px;
}
#special-detail #main .product-box .prd-detail .prd01R .caps {
  font-size: 12px;
  line-height: 1.5;
}
#special-detail #main .tw-box {
  position: absolute;
  left: 113px;
  top: 128px;
  z-index: 0;
}
#special-detail #main .tw-box li {
  width: 128px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#special-detail #main .tw-box li img {
  vertical-align: top;
}
#special-detail #main .tw-box .box-l {
  float: left;
  width: 276px;
}
#special-detail #main .tw-box .box-c {
  float: left;
  width: 276px;
  margin-left: 25px;
}
#special-detail #main .tw-box .box-r {
  float: left;
  width: 138px;
  margin-left: 25px;
}
#special-detail #main .tw02-box {
  position: absolute;
  left: 265px;
  top: 128px;
  z-index: 0;
}
#special-detail #main .tw02-box li {
  width: 128px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#special-detail #main .tw02-box li img {
  vertical-align: top;
}
#special-detail #main .tw02-box .box-l {
  float: left;
  width: 276px;
}
#special-detail #main .tw02-box .box-c {
  float: left;
  width: 276px;
  margin-left: 25px;
}
#special-detail #main .tw02-box .box-r {
  float: left;
  width: 138px;
  margin-left: 25px;
}
#special-detail #main .dlc-box h3 {
  z-index: 1;
}
#special-detail #main .dlc-box .detail-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#special-detail #main .dlc-box .dbox {
  width: 450px;
  height: 400px;
  position: absolute;
  left: 514px;
  top: 60px;
  z-index: 1;
  background: url("../../img/special/bg_dlc_content02.png") repeat left top;
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
}
#special-detail #main .dlc-box .dbox .dinner {
  position: relative;
  margin: 0 20px;
}
#special-detail #main .dlc-box .dbox .dinner .lead {
  margin-top: 15px;
  margin-bottom: 20px;
}
#special-detail #main .dlc-box .dbox .dinner .pos {
  margin-bottom: 5px;
}
#special-detail #main .dlc-box .dbox li {
  float: left;
  margin-right: 10px;
}
#special-detail #main .dlc-box .dbox .last {
  margin: 0;
}
#special-detail #main .dlc01-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc01-detail .img01 {
  position: absolute;
  left: 71px;
  top: 76px;
  z-index: 2;
}
#special-detail #main .dlc01-detail .img02 {
  position: absolute;
  left: 30px;
  top: 225px;
  z-index: 3;
}
#special-detail #main .dlc01-detail .persona {
  position: absolute;
  left: -8px;
  top: 72px;
  z-index: 1;
}
#special-detail #main .dlc01-detail .btn-return {
  top: 320px !important;
}
#special-detail #main .dlc02-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc02-detail .img01 {
  position: absolute;
  left: 71px;
  top: 76px;
  z-index: 2;
}
#special-detail #main .dlc02-detail .img02 {
  position: absolute;
  left: 45px;
  top: 217px;
  z-index: 3;
}
#special-detail #main .dlc02-detail .persona {
  position: absolute;
  left: 220px;
  top: 14px;
  z-index: 1;
}
#special-detail #main .dlc02-detail .btn-return {
  top: 320px !important;
}
#special-detail #main .dlc03-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc03-detail .img01 {
  position: absolute;
  left: 97px;
  top: 76px;
  z-index: 2;
}
#special-detail #main .dlc03-detail .img02 {
  position: absolute;
  left: 25px;
  top: 220px;
  z-index: 3;
}
#special-detail #main .dlc03-detail .persona {
  position: absolute;
  left: 25px;
  top: 28px;
  z-index: 1;
}
#special-detail #main .dlc03-detail .btn-return {
  top: 320px !important;
}
#special-detail #main .dlc03-detail .lead {
  margin: 10px 0 10px 0 !important;
}
#special-detail #main .dlc04-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc04-detail .img01 {
  position: absolute;
  left: 97px;
  top: 76px;
  z-index: 2;
}
#special-detail #main .dlc04-detail .img02 {
  position: absolute;
  left: 25px;
  top: 225px;
  z-index: 3;
}
#special-detail #main .dlc04-detail .persona {
  position: absolute;
  left: 180px;
  top: 65px;
  z-index: 1;
}
#special-detail #main .dlc04-detail .btn-return {
  top: 320px !important;
}
#special-detail #main .dlc04-detail .lead {
  margin: 10px 0 10px 0 !important;
}
#special-detail #main .dlc05-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc05-detail .img01 {
  position: absolute;
  left: 16px;
  top: 130px;
  z-index: 2;
}
#special-detail #main .dlc05-detail .img02 {
  position: absolute;
  left: 21px;
  top: 217px;
  z-index: 3;
}
#special-detail #main .dlc05-detail .img03 {
  position: absolute;
  left: 407px;
  top: 57px;
  z-index: 3;
}
#special-detail #main .dlc05-detail .chara {
  position: absolute;
  left: 177px;
  top: 43px;
  z-index: 1;
}
#special-detail #main .dlc05-detail .dbox {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 507px;
  top: 190px;
  z-index: 1;
}
#special-detail #main .dlc05-detail .dbox .dinner {
  margin-top: 15px;
}
#special-detail #main .dlc05-detail .dbox p {
  width: 300px;
  margin-top: 5px;
}
#special-detail #main .dlc05-detail .btn-return {
  top: 330px !important;
  margin-left: -10px;
}
#special-detail #main .dlc06-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc06-detail .img01 {
  position: absolute;
  left: 16px;
  top: 130px;
  z-index: 2;
}
#special-detail #main .dlc06-detail .img02 {
  position: absolute;
  left: 21px;
  top: 217px;
  z-index: 3;
}
#special-detail #main .dlc06-detail .img03 {
  position: absolute;
  left: 411px;
  top: 57px;
  z-index: 3;
}
#special-detail #main .dlc06-detail .chara {
  position: absolute;
  left: 215px;
  top: 48px;
  z-index: 1;
}
#special-detail #main .dlc06-detail .dbox {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 507px;
  top: 190px;
  z-index: 1;
}
#special-detail #main .dlc06-detail .dbox .dinner {
  margin-top: 10px;
}
#special-detail #main .dlc06-detail .dbox p {
  width: 300px;
  margin-top: 5px;
}
#special-detail #main .dlc06-detail .btn-return {
  top: 330px !important;
  margin-left: -10px;
}
#special-detail #main .dlc07-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc07-detail .img01 {
  position: absolute;
  left: 17px;
  top: 129px;
  z-index: 2;
}
#special-detail #main .dlc07-detail .img02 {
  position: absolute;
  left: 21px;
  top: 217px;
  z-index: 3;
}
#special-detail #main .dlc07-detail .img03 {
  position: absolute;
  left: 411px;
  top: 57px;
  z-index: 3;
}
#special-detail #main .dlc07-detail .chara {
  position: absolute;
  left: 269px;
  top: 35px;
  z-index: 1;
}
#special-detail #main .dlc07-detail .dbox {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 507px;
  top: 190px;
  z-index: 1;
}
#special-detail #main .dlc07-detail .dbox .dinner {
  margin-top: 10px;
}
#special-detail #main .dlc07-detail .dbox p {
  width: 300px;
  margin-top: 5px;
}
#special-detail #main .dlc07-detail .btn-return {
  top: 330px !important;
  margin-left: -10px;
}
#special-detail #main .dlc08-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc08-detail .img01 {
  position: absolute;
  left: 17px;
  top: 129px;
  z-index: 2;
}
#special-detail #main .dlc08-detail .img02 {
  position: absolute;
  left: 21px;
  top: 217px;
  z-index: 3;
}
#special-detail #main .dlc08-detail .img03 {
  position: absolute;
  left: 526px;
  top: 57px;
  z-index: 3;
}
#special-detail #main .dlc08-detail .chara {
  position: absolute;
  left: 217px;
  top: 42px;
  z-index: 1;
}
#special-detail #main .dlc08-detail .dbox {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 507px;
  top: 190px;
  z-index: 1;
}
#special-detail #main .dlc08-detail .dbox .dinner {
  margin-top: 10px;
}
#special-detail #main .dlc08-detail .dbox p {
  width: 300px;
  margin-top: 5px;
}
#special-detail #main .dlc08-detail .btn-return {
  top: 330px !important;
  margin-left: -10px;
}
#special-detail #main .dlc09-detail h3 {
  z-index: 100;
}
#special-detail #main .dlc09-detail .img01 {
  position: absolute;
  left: 16px;
  top: 129px;
  z-index: 2;
}
#special-detail #main .dlc09-detail .img02 {
  position: absolute;
  left: 21px;
  top: 217px;
  z-index: 3;
}
#special-detail #main .dlc09-detail .img03 {
  position: absolute;
  left: 450px;
  top: 57px;
  z-index: 3;
}
#special-detail #main .dlc09-detail .chara {
  position: absolute;
  left: 242px;
  top: 58px;
  z-index: 1;
}
#special-detail #main .dlc09-detail .dbox {
  width: 450px;
  height: 250px;
  position: absolute;
  left: 507px;
  top: 190px;
  z-index: 1;
}
#special-detail #main .dlc09-detail .dbox .dinner {
  margin-top: 10px;
}
#special-detail #main .dlc09-detail .dbox p {
  width: 300px;
  margin-top: 5px;
}
#special-detail #main .dlc09-detail .btn-return {
  top: 330px !important;
  margin-left: -10px;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#battle-top #mainVslLayer,
#battle-detail #mainVslLayer {
  position: relative;
  margin-bottom: 37px;
}
#battle-top #main,
#battle-detail #main {
  width: 100%;
  height: 508px;
  z-index: 0;
}
#battle-top #main h1,
#battle-detail #main h1 {
  position: absolute;
  left: 12px;
  top: 405px;
  z-index: 10;
}
#battle-top #main h2,
#battle-detail #main h2 {
  position: absolute;
  left: 715px;
  top: 365px;
  z-index: 30;
}

/*================================================================================
  BATTLE TOP
================================================================================*/
#battle-top #mainVslLayer {
  background: url("../img/bg_battle_top.jpg") no-repeat center top;
}
#battle-top #main .bg-circle {
  position: absolute;
  left: 249px;
  top: 43px;
  z-index: 0;
}
#battle-top #main .battle-list .battle01 {
  position: absolute;
  left: 360px;
  top: 34px;
  z-index: 1;
}
#battle-top #main .battle-list .battle02 {
  position: absolute;
  left: 607px;
  top: 141px;
  z-index: 1;
}
#battle-top #main .battle-list .battle03 {
  position: absolute;
  left: 350px;
  top: 277px;
  z-index: 1;
}
#battle-top #main .battle-list .battle04 {
  position: absolute;
  left: 83px;
  top: 136px;
  z-index: 1;
}
#battle-top .icon-new02 {
  position: absolute;
  left: 780px;
  top: 136px;
  z-index: 2;
}
#battle-top .icon-new03 {
  position: absolute;
  left: 370px;
  top: 270px;
  z-index: 2;
}
#battle-top .icon-new04 {
  position: absolute;
  left: 95px;
  top: 135px;
  z-index: 2;
}

/*================================================================================
  BATTLE DETAIL
================================================================================*/
#battle-detail #mainVslLayer {
  background: url("../img/bg_battle_top.jpg") no-repeat center top;
}
#battle-detail #main h3 {
  position: absolute;
  left: 0px;
  top: 48px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#battle-detail #main .item01 {
  position: absolute;
  left: 29px;
  top: 33px;
  z-index: 0;
}
#battle-detail #main .item02 {
  position: absolute;
  left: 611px;
  top: 35px;
  z-index: 0;
}
#battle-detail #main h4 {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 1;
  text-align: center;
  color: #FFF;
  line-height: 1.4em;
}
#battle-detail #main .detail-txt {
  position: absolute;
  left: 84px;
  top: 133px;
  z-index: 50;
  text-align: center;
}
#battle-detail #main .detail-txt .text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.3em;
  width: 340px;
  margin: 83px auto 8px auto;
}
#battle-detail #main .detail-txt .text a:link, #battle-detail #main .detail-txt .text a:visited {
  color: #9227c8;
  text-decoration: underline;
}
#battle-detail #main .detail-txt .text a:hover, #battle-detail #main .detail-txt .text a:active {
  color: #b877d9;
  text-decoration: underline;
}
#battle-detail #main .detail-txt .caps {
  margin: 0 0 0 0;
}
#battle-detail #main .nav-next {
  position: absolute;
  left: 833px;
  top: -20px;
  z-index: 50;
}
#battle-detail #main .nav-prev {
  position: absolute;
  left: -10px;
  top: -20px;
  z-index: 50;
}
#battle-detail #main .battle01-box .detail-txt {
  width: 440px;
  height: 365px;
  background: url("../../img/battle/b01_box.png") no-repeat left top;
}
#battle-detail #main .battle01-box .movie {
  position: absolute;
  left: 500px;
  top: 181px;
  z-index: 50;
}
#battle-detail #main .battle02-box .detail-txt {
  width: 440px;
  height: 348px;
  background: url("../../img/battle/b02_box.png") no-repeat left top;
}
#battle-detail #main .battle02-box .movie {
  position: absolute;
  left: 500px;
  top: 181px;
  z-index: 50;
}
#battle-detail #main .battle03-box .detail-txt {
  width: 440px;
  height: 365px;
  background: url("../../img/battle/b03_box.png") no-repeat left top;
}
#battle-detail #main .battle03-box .movie {
  position: absolute;
  left: 500px;
  top: 181px;
  z-index: 50;
}
#battle-detail #main .battle04-box .detail-txt {
  width: 440px;
  height: 371px;
  background: url("../../img/battle/b04_box.png") no-repeat left top;
}
#battle-detail #main .battle04-box .detail-txt .text {
  margin-top: 105px;
}
#battle-detail #main .battle04-box .movie {
  position: absolute;
  left: 500px;
  top: 181px;
  z-index: 50;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#labyrinth-top #mainVslLayer,
#labyrinth-detail #mainVslLayer {
  position: relative;
  margin-bottom: 37px;
}
#labyrinth-top #main,
#labyrinth-detail #main {
  width: 100%;
  height: 508px;
  z-index: 0;
}
#labyrinth-top #main h1,
#labyrinth-detail #main h1 {
  position: absolute;
  left: 12px;
  top: 405px;
  z-index: 10;
}
#labyrinth-top #main h2,
#labyrinth-detail #main h2 {
  position: absolute;
  left: 601px;
  top: 288px;
  z-index: 1;
}

/*================================================================================
  LABYRINTH TOP
================================================================================*/
#labyrinth-top #mainVslLayer {
  background: url("../img/bg_labyrinth.jpg") no-repeat center top;
}
#labyrinth-top #main .bg-chara {
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 0;
}
#labyrinth-top #main .bg-list {
  position: absolute;
  left: 223px;
  top: 115px;
  z-index: 1;
}
#labyrinth-top #main .labyrinth-list .labyrinth01 {
  position: absolute;
  left: 239px;
  top: 131px;
  z-index: 2;
}
#labyrinth-top #main .labyrinth-list .labyrinth02 {
  position: absolute;
  left: 501px;
  top: 131px;
  z-index: 2;
}
#labyrinth-top #main .labyrinth-list .labyrinth03 {
  position: absolute;
  left: 239px;
  top: 297px;
  z-index: 2;
}
#labyrinth-top #main .labyrinth-list .labyrinth04 {
  position: absolute;
  left: 501px;
  top: 297px;
  z-index: 2;
}
#labyrinth-top .icon-new01 {
  display: none;
}
#labyrinth-top .icon-new02 {
  display: none;
}

/*================================================================================
  LABYRINTH DETAIL
================================================================================*/
#labyrinth-detail #mainVslLayer {
  background: url("../img/bg_labyrinth_detail.jpg") no-repeat center top;
}
#labyrinth-detail #main h3 {
  position: absolute;
  left: 0px;
  top: 48px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#labyrinth-detail #main .item01 {
  position: absolute;
  left: 47px;
  top: 28px;
  z-index: 0;
}
#labyrinth-detail #main .item02 {
  position: absolute;
  left: 633px;
  top: 50px;
  z-index: 0;
}
#labyrinth-detail #main .item03 {
  position: absolute;
  left: 55px;
  top: 35px;
  z-index: 0;
}
#labyrinth-detail #main .item04 {
  position: absolute;
  left: 710px;
  top: 40px;
  z-index: 0;
}
#labyrinth-detail #main .item05 {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 0;
}
#labyrinth-detail #main .item06 {
  position: absolute;
  left: 690px;
  top: 45px;
  z-index: 0;
}
#labyrinth-detail #main .item07 {
  position: absolute;
  left: 58px;
  top: 49px;
  z-index: 0;
}
#labyrinth-detail #main .item08 {
  position: absolute;
  left: 670px;
  top: 40px;
  z-index: 0;
}
#labyrinth-detail #main h4 {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  left: 0px;
  top: 97px;
  z-index: 1;
  text-align: center;
  color: #FFF;
  line-height: 1.4em;
}
#labyrinth-detail #main .detail-txt {
  position: absolute;
  left: 85px;
  top: 140px;
  z-index: 50;
  text-align: center;
}
#labyrinth-detail #main .detail-txt .text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2em;
  width: 340px;
  margin: 85px 0 10px 50px;
}
#labyrinth-detail #main .detail-txt .text a:link, #labyrinth-detail #main .detail-txt .text a:visited {
  color: #9227c8;
  text-decoration: underline;
}
#labyrinth-detail #main .detail-txt .text a:hover, #labyrinth-detail #main .detail-txt .text a:active {
  color: #b877d9;
  text-decoration: underline;
}
#labyrinth-detail #main .nav-next {
  position: absolute;
  left: 833px;
  top: -20px;
  z-index: 50;
}
#labyrinth-detail #main .nav-prev {
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: 50;
}
#labyrinth-detail #main .labyrinth01-box .detail-txt {
  width: 440px;
  height: 331px;
  background: url("../../img/labyrinth/b01_box.png") no-repeat left top;
}
#labyrinth-detail #main .labyrinth01-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
#labyrinth-detail #main .labyrinth02-box .detail-txt {
  width: 440px;
  height: 342px;
  background: url("../../img/labyrinth/b02_box.png") no-repeat center top;
}
#labyrinth-detail #main .labyrinth02-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
#labyrinth-detail #main .labyrinth03-box .detail-txt {
  width: 440px;
  height: 342px;
  background: url("../../img/labyrinth/b03_box.png") no-repeat center top;
}
#labyrinth-detail #main .labyrinth03-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
#labyrinth-detail #main .labyrinth04-box .detail-txt {
  width: 440px;
  height: 331px;
  background: url("../../img/labyrinth/b04_box.png") no-repeat center top;
}
#labyrinth-detail #main .labyrinth04-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;


====================================================================================== */
#guide-p {
  /* 背景 メインビジュアル */
}
#guide-p #htmlContainer {
  min-height: 1000px;
}
#guide-p #mainVslLayer {
  background: url("../../img/guide/bg_guide.jpg") no-repeat center top;
  position: relative;
}
#guide-p #main {
  width: 100%;
  height: 630px;
  z-index: 0;
}
#guide-p #main h1 {
  position: absolute;
  left: 236px;
  top: 322px;
  z-index: 5;
}
#guide-p #main h2 {
  position: absolute;
  left: 46px;
  top: 61px;
  z-index: 0;
}
#guide-p #main .package {
  position: absolute;
  left: 103px;
  top: 166px;
  z-index: 0;
}
#guide-p #main .logo-3ds {
  position: absolute;
  left: 33px;
  top: 17px;
  z-index: 0;
}
#guide-p #main .kuma {
  position: absolute;
  left: 474px;
  top: 67px;
  z-index: 0;
}
#guide-p #main .fukidashi {
  position: absolute;
  left: 668px;
  top: 56px;
  z-index: 5;
}
#guide-p #main .btn-res {
  position: absolute;
  left: 750px;
  top: 57px;
  z-index: 1;
}
#guide-p #main .btn-res a {
  display: block;
  width: 180px;
  height: 492px;
  position: relative;
}
#guide-p #main .btn-res a img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#guide-p #main .btn-res a .eff {
  top: 0;
  z-index: 60;
}
#guide-p #main .cero {
  position: absolute;
  left: 23px;
  top: 509px;
  z-index: 0;
}
#guide-p #main .date {
  position: absolute;
  left: 95px;
  top: 493px;
  z-index: 0;
}
#guide-p #main .rise {
  position: absolute;
  left: 650px;
  top: 449px;
  z-index: 0;
}
#guide-p #block02 {
  width: 100%;
  height: 693px;
  position: relative;
}
#guide-p #block02 .ttl-special {
  position: absolute;
  left: 18px;
  top: 0px;
  z-index: 0;
}
#guide-p #block02 .lead {
  position: absolute;
  left: 101px;
  top: 96px;
  z-index: 0;
}
#guide-p #block02 .img {
  position: absolute;
  left: 404px;
  top: 35px;
  z-index: 10;
}
#guide-p #block02 .text {
  position: absolute;
  left: 101px;
  top: 312px;
  z-index: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
}
#guide-p #block02 .caption {
  position: absolute;
  left: 356px;
  top: 395px;
  z-index: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 1.4;
}
#guide-p #block02 .btn-res {
  position: absolute;
  left: 748px;
  top: -37px;
  z-index: 5;
}
#guide-p #block02 .btn-res a {
  display: block;
  width: 180px;
  height: 528px;
  position: relative;
}
#guide-p #block02 .btn-res a img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#guide-p #block02 .btn-res a .eff {
  top: 0;
  z-index: 60;
}
#guide-p #block02 .fuka {
  position: absolute;
  left: 830px;
  top: 187px;
  z-index: 0;
}
#guide-p #block02 .ttl-movie {
  position: absolute;
  left: 17px;
  top: 385px;
  z-index: 0;
}
#guide-p #block02 .movie01 {
  position: absolute;
  left: 27px;
  top: 510px;
  z-index: 0;
}
#guide-p #block02 .movie02 {
  position: absolute;
  left: 336px;
  top: 510px;
  z-index: 0;
}
#guide-p #block02 .movie03 {
  position: absolute;
  left: 644px;
  top: 510px;
  z-index: 0;
}
#guide-p #banners {
  width: 100%;
  height: 560px;
  position: relative;
}
#guide-p #banners ul {
  position: absolute;
  left: 25px;
  top: 0px;
  z-index: 0;
}
#guide-p #block05 {
  width: 100%;
  height: 70px;
  position: relative;
  /* *********************************************************** END ADD */
}
#guide-p #block05 .social {
  left: 325px;
  top: 0px;
  width: 340px;
  /* *********************************************************** ADD */
}
#guide-p #block05 .social .share-total {
  width: 160px;
  background-color: #FFFFFF;
  display: none;
}
#guide-p #block05 .social .share-total .icon {
  display: block;
  float: left;
  width: 72px;
  margin: 5px 0 0 7px;
}
#guide-p #block05 .social .share-total .num {
  display: block;
  float: right;
  width: 70px;
  margin: 0 10px 0 0;
  color: #000000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700italic;
  font-style: italic;
  letter-spacing: 2px;
  text-align: right;
}
#guide-p #block05 .social .share-total a:link span, #guide-p #block05 .social .share-total a:visited span {
  text-decoration: none;
}
#guide-p #block05 .social .share-total a:hover span, #guide-p #block05 .social .share-total a:active span {
  text-decoration: underline !important;
}
#guide-p #block05 .social .share {
  width: 171px;
  height: 32px;
  float: left;
  cursor: pointer;
  background: url("../img/hd_sns_bg.png") 0 0 no-repeat;
}
#guide-p #block05 .social .share .icon {
  display: block;
  float: left;
  width: 72px;
  margin: 8px 0 0 7px;
}
#guide-p #block05 .social .share .num {
  display: block;
  float: right;
  width: 70px;
  margin: 6px 20px 0 0;
  color: #000000;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700italic;
  font-style: italic;
  letter-spacing: 2px;
  text-align: right;
}
#guide-p #block05 .social .share ul {
  width: 160px;
  float: right;
}
#guide-p #block05 .social .share li {
  text-align: center;
}
#guide-p #block05 .social .share li a {
  display: block;
  width: 32px;
  height: 32px;
}
#guide-p #block05 .social .active {
  background: url("../img/hd_sns_bg_active.png") 0 0 no-repeat;
}
#guide-p #block05 .social .tw {
  width: 48px;
  float: left;
  background: url("../img/bar_dot_h.png") 100% 0 no-repeat;
}
#guide-p #block05 .social .tw a {
  display: block;
  width: 32px;
  margin: 0 auto;
}
#guide-p #block05 .social .fb {
  width: 58px;
  float: left;
  margin: 0 auto;
}
#guide-p #block05 .social .fb a {
  display: block;
  margin: 0 auto;
  width: 32px;
}
#guide-p #block05 .social .line {
  width: 48px;
  float: left;
  background: url("../img/bar_dot_h.png") 0 0 no-repeat;
}
#guide-p #block05 .social .line a {
  float: right;
  width: 32px;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
/*================================================================================
  SHOP GUIDE
================================================================================*/
#shop-guide .shopguide-nav h1 {
  float: left;
  width: 197px;
}
#shop-guide .shopguide-nav .nav {
  width: 773px;
  float: right;
  margin-top: 20px;
}
#shop-guide .shopguide-nav .nav li {
  float: left;
}
#shop-guide .shopguide-nav .ft {
  margin-top: 40px;
}
#shop-guide #social {
  margin-top: 55px;
  left: 613px !important;
}
#shop-guide #mainVslLayer {
  background: url("../../img/shopguide/bg_guide.jpg") no-repeat center top;
  position: relative;
}
#shop-guide #main {
  width: 100%;
  height: 484px;
  position: absolute;
  left: 0px;
  top: 78px;
  z-index: 0;
}
#shop-guide #shop {
  width: 100%;
  position: relative;
  padding-top: 225px;
  color: #FFF;
  line-height: 1.4;
  font-size: 12px;
}
#shop-guide #shop .guide-list li {
  float: left;
  margin: 0 5px 10px 5px;
  box-shadow: 0px 0px 10px #222;
  -moz-box-shadow: 0px 0px 10px #222;
  /* Firefox */
  -webkit-box-shadow: 0px 0px 10px #222;
  /* Chrome, Safari */
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666, direction=135, strength=10, enabled=true);
}
#shop-guide #shop .guide-list li img {
  display: block;
}
#shop-guide #shop .guide-list li a {
  display: block;
  margin: 0 !important;
}
#shop-guide #shop .guide-list li a img {
  vertical-align: top;
}
#shop-guide #shop .guide-txt {
  font-size: 11px;
  text-align: left;
  margin-left: 5px;
  margin-top: -10px;
}
#shop-guide #footer .inner {
  position: relative !important;
  padding-top: 55px !important;
}
#shop-guide #footer .inner .ft-social {
  top: 0 !important;
  margin: 0 !important;
  left: 615px !important;
}

/* =====================================================================================
  top class

  update: 13/11/22 11:00
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#school-top #mainVslLayer,
#school-detail #mainVslLayer {
  position: relative;
  margin-bottom: 37px;
}
#school-top #main,
#school-detail #main {
  width: 100%;
  height: 508px;
  z-index: 0;
}
#school-top #main h1,
#school-detail #main h1 {
  position: absolute;
  left: 12px;
  top: 405px;
  z-index: 10;
}
#school-top #main h2,
#school-detail #main h2 {
  position: absolute;
  left: 667px;
  top: 340px;
  z-index: 1;
}

/*================================================================================
  SCHOOL TOP
================================================================================*/
#school-top #mainVslLayer {
  background: url("../img/bg_school.jpg") no-repeat center top;
}
#school-top #main .bg-chara {
  position: absolute;
  left: 231px;
  top: 0px;
  z-index: 0;
}
#school-top #main .bg-list {
  position: absolute;
  left: 43px;
  top: 71px;
  z-index: 1;
}
#school-top #main .school-list .school01 {
  position: absolute;
  left: 291px;
  top: 116px;
  z-index: 2;
}
#school-top #main .school-list .school02 {
  position: absolute;
  left: 22px;
  top: 50px;
  z-index: 2;
}
#school-top #main .school-list .school03 {
  position: absolute;
  left: 555px;
  top: 49px;
  z-index: 2;
}
#school-top #main .school-list .school04 {
  position: absolute;
  left: 28px;
  top: 231px;
  z-index: 2;
}
#school-top #main .school-list .school05 {
  position: absolute;
  left: 578px;
  top: 225px;
  z-index: 2;
}
#school-top .icon-new01 {
  position: absolute;
  left: 174px;
  top: 229px;
  z-index: 3;
  display: none;
}
#school-top .icon-new02 {
  position: absolute;
  left: 720px;
  top: 229px;
  z-index: 3;
  display: none;
}

/*================================================================================
  SCHOOL DETAIL
================================================================================*/
#school-detail #mainVslLayer {
  background: url("../img/bg_school.jpg") no-repeat center top;
}
#school-detail #main h3 {
  position: absolute;
  left: 0px;
  top: 48px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#school-detail #main .item01 {
  position: absolute;
  left: 45px;
  top: 45px;
  z-index: 0;
}
#school-detail #main .item02 {
  position: absolute;
  left: 740px;
  top: 47px;
  z-index: 0;
}
#school-detail #main .item03 {
  position: absolute;
  left: 17px;
  top: 15px;
  z-index: 0;
}
#school-detail #main .item04 {
  position: absolute;
  left: 19px;
  top: 17px;
  z-index: 0;
}
#school-detail #main .item05 {
  position: absolute;
  left: 0px;
  top: 16px;
  z-index: 0;
}
#school-detail #main .item06 {
  position: absolute;
  left: 63px;
  top: 17px;
  z-index: 0;
}
#school-detail #main h4 {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  left: 0px;
  top: 97px;
  z-index: 1;
  text-align: center;
  color: #FFF;
  line-height: 1.4em;
}
#school-detail #main .detail-txt {
  position: absolute;
  left: 85px;
  top: 120px;
  z-index: 50;
  text-align: center;
}
#school-detail #main .detail-txt .text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.2em;
  width: 340px;
  margin: 100px 0 10px 50px;
}
#school-detail #main .detail-txt .text a:link, #school-detail #main .detail-txt .text a:visited {
  color: #9227c8;
  text-decoration: underline;
}
#school-detail #main .detail-txt .text a:hover, #school-detail #main .detail-txt .text a:active {
  color: #b877d9;
  text-decoration: underline;
}
#school-detail #main .detail-txt .caps {
  margin: 0 0 0 0;
}
#school-detail #main .nav-next {
  position: absolute;
  left: 833px;
  top: -20px;
  z-index: 50;
}
#school-detail #main .nav-prev {
  position: absolute;
  left: 0px;
  top: -20px;
  z-index: 50;
}
#school-detail #main .school01-box .detail-txt {
  width: 442px;
  height: 344px;
  background: url("../../img/school/b01_box.png") no-repeat center top;
}
#school-detail #main .school01-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
#school-detail #main .school02-box h3 {
  margin-left: 30px;
}
#school-detail #main .school02-box h4 {
  text-align: left;
  margin-left: 175px;
  z-index: 100;
}
#school-detail #main .school02-box .detail-txt {
  width: 442px;
  height: 360px;
  background: url("../../img/school/b02_box.png") no-repeat center top;
}
#school-detail #main .school02-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
#school-detail #main .school03-box h3 {
  margin-left: -25px;
}
#school-detail #main .school03-box h4 {
  text-align: left;
  margin-left: 175px;
  z-index: 100;
}
#school-detail #main .school03-box .detail-txt {
  width: 437px;
  height: 368px;
  background: url("../../img/school/b03_box.png") no-repeat center top;
}
#school-detail #main .school03-box .detail-txt .text {
  margin-top: 110px;
}
#school-detail #main .school03-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
#school-detail #main .school04-box h4 {
  text-align: left;
  margin-left: 175px;
  z-index: 100;
  margin-top: -5px;
}
#school-detail #main .school04-box h4 span {
  font-size: 13px;
}
#school-detail #main .school04-box .detail-txt {
  left: 103px !important;
  top: 140px !important;
  width: 473px;
  height: 369px;
  background: url("../../img/school/b04_box.png") no-repeat center top;
}
#school-detail #main .school04-box .detail-txt .text {
  margin: 110px 0 10px 56px !important;
}
#school-detail #main .school04-box .image01 {
  position: absolute;
  left: 570px;
  top: 170px;
  z-index: 50;
}
#school-detail #main .school04-box .image02 {
  position: absolute;
  left: 510px;
  top: 325px;
  z-index: 60;
}
#school-detail #main .school05-box h3 {
  margin-left: 60px;
}
#school-detail #main .school05-box h4 {
  text-align: left;
  margin-left: 175px;
  z-index: 100;
}
#school-detail #main .school05-box .detail-txt {
  width: 442px;
  height: 377px;
  background: url("../../img/school/b05_box.png") no-repeat center top;
}
#school-detail #main .school05-box .movie {
  position: absolute;
  left: 500px;
  top: 190px;
  z-index: 50;
}
